/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*
 *
 * Artistry
 *
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-family: 'Roboto', sans-serif;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
.hidden {
  display: none !important;
}
.hidden-soft {
  position: absolute !important;
  overflow: hidden;
  top: -9999px !important;
  left: -9999px !important;
  visibility: hidden;
  height: 0;
  width: 0;
}
.hidden-visually {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.show-block {
  display: block !important;
}
.clearfix:after {
  display: table;
  content: '';
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
@media only screen and (min-width: 768px) {
  .body-scroll-lock {
    overflow-y: scroll;
  }
}
.body-scroll-lock > .root {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.badge {
  position: relative;
}
.badge {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #00f;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.15em;
  height: 1.15em;
  width: 1.15em;
  border: 1px solid #00f;
  border-radius: 0.575em;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb:after {
  content: '';
  clear: both;
  display: table;
}
.breadcrumb > li {
  position: relative;
  margin: 0;
  margin-left: -5px;
  padding: 0;
  float: left;
}
.breadcrumb > li:last-child {
  margin-left: 0;
}
.breadcrumb > li:last-child > a {
  padding-left: 12px;
  border-left: 0 solid #aaa;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.breadcrumb > li > span,
.breadcrumb > li > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px;
  padding-left: 39px;
  border-top: 0 solid #aaa;
  border-right: 0 solid #aaa;
  border-bottom: 0 solid #aaa;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-decoration: none;
  float: left;
  height: 54px;
  background-color: #fff;
  font-weight: bold;
  z-index: 1;
}
.breadcrumb > li > span:after,
.breadcrumb > li > a:after {
  display: block;
  content: '';
  position: absolute;
  right: 1.464466095px;
  top: 50%;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
          transform: translateX(50%) translateY(-50%) rotate(45deg);
  border-top: 0 solid #aaa;
  border-right: 0 solid #aaa;
  border-top-right-radius: 5px;
  height: 36.11269837088901px;
  width: 36.11269837088901px;
  background-image: linear-gradient(225deg, #fff 60%, transparent 60%);
  z-index: 100;
}
.breadcrumb > li > span:after when ($breadcrumb-border-radius = 0) when ($breadcrumb-border-width > 1),
.breadcrumb > li > a:after when ($breadcrumb-border-radius = 0) when ($breadcrumb-border-width > 1) {
  border-top: -5px solid #aaa;
  border-right: -5px solid #aaa;
}
.breadcrumb > li > span:after when ($breadcrumb-border-width > $breadcrumb-border-radius),
.breadcrumb > li > a:after when ($breadcrumb-border-width > $breadcrumb-border-radius) {
  border-top: 2.071067811865476px solid #aaa;
  border-right: 2.071067811865476px solid #aaa;
}
.breadcrumb > li > a:hover {
  background-color: #808080;
}
.breadcrumb > li > a:hover:after {
  background-image: linear-gradient(225deg, #808080 60%, transparent 60%);
}
.breadcrumb > li > span {
  cursor: default;
}
.calendar > .calendar-title {
  width: 100%;
}
.calendar > .calendar-title > .calendar-month-title {
  padding: 5px;
}
.calendar > .calendar-title > .calendar-month-title:after {
  display: table;
  content: '';
  clear: both;
}
.calendar > .calendar-title > .calendar-month-title > .calendar-month-down {
  padding: 0;
  margin: 0;
  width: 15%;
  float: left;
}
.calendar > .calendar-title > .calendar-month-title > .calendar-month-name {
  display: block;
  padding: 2px 0 0;
  margin: 0;
  width: 70%;
  text-align: center;
  float: left;
}
.calendar > .calendar-title > .calendar-month-title > .calendar-month-up {
  padding: 0;
  margin: 0;
  width: 15%;
  float: left;
}
.calendar > .calendar-title .calendar-year-title {
  padding: 5px;
}
.calendar > .calendar-title .calendar-year-title:after {
  display: table;
  content: '';
  clear: both;
}
.calendar > .calendar-title .calendar-year-title > .calendar-year-down {
  padding: 0;
  margin: 0;
  width: 15%;
  float: left;
}
.calendar > .calendar-title .calendar-year-title > .calendar-year-name {
  display: block;
  padding: 2px 0 0;
  margin: 0;
  width: 70%;
  text-align: center;
  float: left;
}
.calendar > .calendar-title .calendar-year-title > .calendar-year-up {
  padding: 0;
  margin: 0;
  width: 15%;
  float: left;
}
.calendar table td {
  padding: 0;
}
.calendar table td.calendar-day-selected {
  background-color: #77f;
  font-weight: bold;
  color: #fff;
}
.calendar table td.calendar-day-selected:hover {
  background-color: #77f;
}
.calendar table td:hover {
  background-color: #2c2cff;
}
.calendar table td a {
  display: block;
  padding: 5px;
  text-align: right;
  cursor: pointer;
}
.input-date:after {
  display: table;
  content: '';
  clear: both;
}
.input-date > .input-date-control:after {
  display: table;
  content: '';
  clear: both;
}
.input-date > .input-date-control > input {
  float: left;
  margin-right: 0;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.input-date > .input-date-control > button {
  float: left;
  margin-left: 0;
  border-radius: 0 5px 5px 0;
}
.input-date > .input-date-popup {
  position: relative;
  float: left;
  width: 270px;
}
.input-date > .input-date-popup > .input-date-expander {
  position: absolute;
  padding: 5px;
  margin: 5px;
  overflow: hidden;
  right: 0;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
          box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
}
.input-date > .input-date-popup > .input-date-expander .calendar,
.input-date > .input-date-popup > .input-date-expander .build-widget-calendar-Calendar {
  width: 250px;
}
.input-date.input-date-inline > .input-date-control {
  float: left;
}
@media only screen and (max-width: 767px) {
  .input-date.input-date-inline > .input-date-control {
    float: none;
  }
}
.input-date.input-date-inline > .input-date-popup > .input-date-expander {
  right: auto;
}
@media only screen and (max-width: 767px) {
  .input-date.input-date-inline > .input-date-popup > .input-date-expander {
    right: 0;
  }
}
.carousel {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.carousel:after {
  display: table;
  content: '';
  clear: both;
}
.carousel > div {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  min-height: 0;
  right: 0;
  left: 0;
  -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: hidden;
}
.carousel > div.carousel-selected {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: relative;
  visibility: visible;
}
.carousel > div.carousel-selected ~ div {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel.carousel-safe > div {
  right: 100%;
  left: -100%;
  -webkit-transition: left 0.5s, right 0.5s, visibility 0.5s;
  transition: left 0.5s, right 0.5s, visibility 0.5s;
  -webkit-transform: none;
          transform: none;
}
.carousel.carousel-safe > div.carousel-selected {
  right: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.carousel.carousel-safe > div.carousel-selected ~ div {
  right: -100%;
  left: 100%;
  -webkit-transform: none;
          transform: none;
}
.carousel > div.carousel-selected.carousel-selecting,
.carousel.carousel-run {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.carousel > div.carousel-selected.carousel-selecting > div.carousel-selected,
.carousel.carousel-run > div.carousel-selected {
  position: absolute;
  z-index: 1;
}
.carousel.carousel-animate-fade > div {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
}
.carousel.carousel-animate-fade > div.carousel-selected {
  opacity: 1;
}
.code {
  counter-reset: listing;
}
.code > code {
  counter-increment: listing;
}
.code > code:before {
  content: counter(listing) ". ";
  color: #808080;
}
.drawer {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(1,1,1,0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 20;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s, overflow 0.5s, -webkit-transform 0s 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s, overflow 0.5s, -webkit-transform 0s 0.5s;
  transition: transform 0s 0.5s, visibility 0s 0.5s, opacity 0.5s, overflow 0.5s;
  transition: transform 0s 0.5s, visibility 0s 0.5s, opacity 0.5s, overflow 0.5s, -webkit-transform 0s 0.5s;
}
.drawer.drawer-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.5s 0s, opacity 0.5s, overflow 0s, -webkit-transform 0s 0s;
  transition: visibility 0.5s 0s, opacity 0.5s, overflow 0s, -webkit-transform 0s 0s;
  transition: transform 0s 0s, visibility 0.5s 0s, opacity 0.5s, overflow 0s;
  transition: transform 0s 0s, visibility 0.5s 0s, opacity 0.5s, overflow 0s, -webkit-transform 0s 0s;
}
.drawer > .drawer-content {
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px;
  border: 0 solid #aaa;
  border-radius: 0;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  -webkit-box-shadow: 0 0 40px 20px rgba(0,0,0,0.5);
          box-shadow: 0 0 40px 20px rgba(0,0,0,0.5);
  z-index: 21;
  visibility: hidden;
  -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
}
.drawer-top.drawer > .drawer-content {
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
.drawer-full.drawer-top.drawer > .drawer-content {
  bottom: 0;
}
.drawer-right.drawer > .drawer-content {
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.drawer-full.drawer-right.drawer > .drawer-content {
  left: 0;
}
.drawer-bottom.drawer > .drawer-content {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.drawer-full.drawer-bottom.drawer > .drawer-content {
  top: 0;
}
.drawer-left.drawer > .drawer-content {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
.drawer-full.drawer-left.drawer > .drawer-content {
  right: 0;
}
.drawer-open.drawer > .drawer-content {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}
fieldset.fieldset {
  border: 0 solid #aaa;
  border-radius: 5px;
  padding: 12px;
}
fieldset.fieldset legend {
  font-weight: bold;
  padding: 12px;
}
.container {
  margin: 0 auto;
  padding: 0;
  border: 0;
}
.container:after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 753px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 977px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1185px;
  }
}
.form {
  position: relative;
  text-align: center;
  background: #fff;
  width: 100%;
  width: auto;
  margin: -12px -12px -12px -12px;
}
.form .form-container {
  text-align: left;
}
.form .form-container:after {
  display: table;
  content: '';
  clear: both;
}
.form .form-label {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .form-label:after {
  display: table;
  content: '';
  clear: both;
}
.form .form-label > .form-title {
  display: block;
  float: left;
  margin: 0;
  width: 40%;
  padding: 12px;
  text-align: right;
  font-weight: bold;
}
.form .form-label > .form-title:after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 767px) {
  .form .form-label > .form-title {
    width: 100%;
  }
}
.form .form-label > .form-input {
  display: block;
  float: left;
  margin: 0;
  width: 60%;
  padding: 12px;
}
.form .form-label > .form-input:after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 767px) {
  .form .form-label > .form-input {
    width: 100%;
  }
}
.form .form-label > .form-input > textbox,
.form .form-label > .form-input > select,
.form .form-label > .form-input > input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
}
.form .form-actions {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 6px 12px 6px;
  border-top: 0 solid #aaa;
  background-color: #ddd;
}
.form .form-actions:after {
  display: table;
  content: '';
  clear: both;
}
.form .form-actions > .button,
.form .form-actions > .input,
.form .form-actions > .text,
.form .form-actions > .password {
  display: block;
  margin: 0 6px 0 6px;
}
.form.form-lock > .form-lock-screen {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 100;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form .form-label:not(.form-force-inline) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
  .form .form-label:not(.form-force-inline) > .form-title {
    text-align: left;
  }
  .form .form-label.form-force-inline > .form-title {
    text-align: left;
  }
}
.button {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 12px;
  border: 0 solid #aaa;
  color: #000;
  background-color: #ddd;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
          box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  font-size: 100%;
  line-height: 1.15;
}
.button:hover:enabled {
  color: #1a1a1a;
  background-color: #e0e0e0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.button:active:enabled,
.button.button-down:enabled {
  color: #000;
  background-color: #c7c7c7;
}
.button.button-locked,
.button:disabled {
  opacity: 0.65;
  cursor: default;
}
.button:focus,
.button.button-down:enabled {
  outline: none;
  border-color: #999;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.button.button-primary {
  border: 0 solid #5252ff;
  color: #fff;
  background-color: #77f;
}
.button.button-primary:hover:enabled {
  color: #fff;
  background-color: #8585ff;
}
.button.button-primary:active:enabled,
.button.button-primary.button-down:enabled {
  color: #e6e6e6;
  background-color: #5252ff;
}
.button.button-danger {
  border: 0 solid #994d4d;
  color: #fff;
  background-color: #a55;
}
.button.button-danger:hover:enabled {
  color: #fff;
  background-color: #b36666;
}
.button.button-danger:active:enabled,
.button.button-danger.button-down:enabled {
  color: #e6e6e6;
  background-color: #994d4d;
}
.button > .button-text {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.button > .button-spinner {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.button.button-locked > .button-text {
  opacity: 0;
}
.button.button-locked > .button-spinner {
  opacity: 1;
}
.button-group {
  display: inline-block;
  margin: 0px;
  padding: 0;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
          box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.button-group:after {
  display: table;
  content: '';
  clear: both;
}
.button-group:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.button-group > .button,
.button-group > .input,
.button-group > .text,
.button-group > .password {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  border-right-width: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button-group > .button:focus,
.button-group > .input:focus,
.button-group > .text:focus,
.button-group > .password:focus,
.button-group > .button.button-down:enabled,
.button-group > .input.button-down:enabled,
.button-group > .text.button-down:enabled,
.button-group > .password.button-down:enabled {
  outline: none;
  background-color: #c7c7c7;
  border-color: #aaa;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
.button-group > .button:first-child,
.button-group > .input:first-child,
.button-group > .text:first-child,
.button-group > .password:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.button-group > .button:last-child,
.button-group > .input:last-child,
.button-group > .text:last-child,
.button-group > .password:last-child {
  border-right-width: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.button-group > .button:hover,
.button-group > .input:hover,
.button-group > .text:hover,
.button-group > .password:hover {
  z-index: 1;
}
.button-bar {
  display: inline-block;
  margin: 0px;
  padding: 0;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-radius: 5px;
  background-color: #ddd;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.button-bar:after {
  display: table;
  content: '';
  clear: both;
}
.button-bar > .button,
.button-bar > .input,
.button-bar > .text,
.button-bar > .password {
  display: block;
  margin: 7px 7px 7px 0;
  float: left;
}
.button-bar > .button:focus,
.button-bar > .input:focus,
.button-bar > .text:focus,
.button-bar > .password:focus,
.button-bar > .button.button-down:enabled,
.button-bar > .input.button-down:enabled,
.button-bar > .text.button-down:enabled,
.button-bar > .password.button-down:enabled {
  outline: none;
  background-color: #c7c7c7;
  border-color: #aaa;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
.button-bar > .button:first-child,
.button-bar > .input:first-child,
.button-bar > .text:first-child,
.button-bar > .password:first-child {
  margin: 7px;
}
.input,
.text,
.password,
.textarea {
  margin: 0px;
  padding: 12px;
  border-radius: 5px;
  border: 0 solid #aaa;
  font-family: Arial;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
          box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
}
.input:focus,
.text:focus,
.password:focus,
.textarea:focus,
.input.button-down:enabled,
.text.button-down:enabled,
.password.button-down:enabled,
.textarea.button-down:enabled {
  outline: none;
  border-color: #999;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.label,
label {
  font-weight: bold;
}
.select,
select {
  margin: 0px;
  padding: 12px;
  border-radius: 5px;
  border: 0 solid #aaa;
  font-family: Arial;
  overflow: auto;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
          box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
}
.select:focus,
select:focus,
.select.button-down:enabled,
select.button-down:enabled {
  outline: none;
  border-color: #999;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.lock-contents {
  position: relative;
}
.lock-contents:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.lock-contents.locked:after {
  opacity: 0.5;
  visibility: visible;
}
.modal {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  overflow-y: visible;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s, overflow 0.5s, -webkit-transform 0s 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s, overflow 0.5s, -webkit-transform 0s 0.5s;
  transition: transform 0s 0.5s, visibility 0s 0.5s, opacity 0.5s, overflow 0.5s;
  transition: transform 0s 0.5s, visibility 0s 0.5s, opacity 0.5s, overflow 0.5s, -webkit-transform 0s 0.5s;
  background-color: rgba(1,1,1,0.5);
}
.modal.modal-open {
  -webkit-transform: none;
          transform: none;
  visibility: inherit;
  opacity: 1;
  overflow-y: auto;
  -webkit-transition: visibility 0.5s 0s, opacity 0.5s, overflow 0s, -webkit-transform 0s 0s;
  transition: visibility 0.5s 0s, opacity 0.5s, overflow 0s, -webkit-transform 0s 0s;
  transition: transform 0s 0s, visibility 0.5s 0s, opacity 0.5s, overflow 0s;
  transition: transform 0s 0s, visibility 0.5s 0s, opacity 0.5s, overflow 0s, -webkit-transform 0s 0s;
}
.modal.modal-open > .modal-content {
  -webkit-transform: none !important;
          transform: none !important;
}
.modal .modal-content {
  display: block;
  position: relative;
  padding: 12px;
  margin: 30px auto 30px;
  border: 0 solid #aaa;
  border-radius: 5px;
  width: 75%;
  min-height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px -2px #000;
          box-shadow: 5px 5px 20px -2px #000;
  -webkit-transform: translateY(-120px) translateY(-100%);
          transform: translateY(-120px) translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal .modal-content:after {
  display: table;
  content: '';
  clear: both;
}
.modal .modal-content .modal-header {
  margin: -12px -12px 0 -12px;
  padding: 12px;
  border-bottom: 0 solid #aaa;
  background-color: #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal .modal-content .modal-header:after {
  display: table;
  content: '';
  clear: both;
}
.modal .modal-content .modal-header .modal-title {
  padding: 0;
  margin: 0;
  float: left;
}
.modal .modal-content .modal-header .modal-controls {
  float: right;
}
.modal .modal-content .modal-body {
  margin: 0 -12px;
  padding: 12px;
}
.modal .modal-content .modal-body:first-child {
  margin-top: -12px;
}
.modal .modal-content .modal-body:first-child.lock-contents:after {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.modal .modal-content .modal-body:last-child {
  margin-bottom: -12px;
}
.modal .modal-content .modal-body:last-child.lock-contents:after {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.modal .modal-content .modal-footer {
  margin: 0 -12px -12px -12px;
  padding: 12px;
  border-top: 0 solid #aaa;
  background-color: #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal .modal-content .modal-footer:after {
  display: table;
  content: '';
  clear: both;
}
.modal.modal-animate-top .modal-content {
  -webkit-transform: translateY(-120px) translateY(-100%);
          transform: translateY(-120px) translateY(-100%);
}
.modal.modal-animate-right .modal-content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.modal.modal-animate-bottom .modal-content {
  -webkit-transform: translateY(120px) translateY(100%);
          transform: translateY(120px) translateY(100%);
}
.modal.modal-animate-left .modal-content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.modal.modal-animate-center .modal-content {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
@media only screen and (max-width: 767px) {
  .modal {
    overflow-y: visible;
  }
  .modal .modal-content {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  .modal .modal-content .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .modal .modal-content .modal-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
  }
  .modal .modal-content .modal-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: horizontal;
          flex-direction: horizontal;
  background-color: #77f;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.menu-bar > .menu-bar-title {
  display: block;
  padding: 0 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
}
.menu-bar > .menu-bar-expander {
  display: none;
}
.menu-bar > .menu-bar-expander > a {
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.menu-bar > .menu-bar-expander > a:hover {
  background-color: #2c2cff;
}
.menu-bar > .menu-bar-expander.menu-bar-expander-active > a {
  background-color: #2c2cff;
}
.menu-bar > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: horizontal;
          flex-direction: horizontal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-bar > ul > li {
  display: block;
}
.menu-bar > ul > li.menu-spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.menu-bar > ul > li.menu-link > a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.menu-bar > ul > li.menu-link > a:hover {
  background-color: #2c2cff;
}
.menu-bar > ul > li.menu-link.menu-active > a {
  background-color: #2c2cff;
}
.menu-bar > ul > li > * {
  display: block;
  height: 60px;
  padding: 10px;
  line-height: 40px;
}
.menu-bar.menu-bar-top {
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .menu-bar.menu-bar-top {
    display: block;
    height: auto;
  }
  .menu-bar.menu-bar-top > .menu-bar-title {
    display: inline-block;
  }
  .menu-bar.menu-bar-top > .menu-bar-expander {
    display: inline-block;
  }
  .menu-bar.menu-bar-top > ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-bar.menu-bar-top.menu-bar-open > ul {
    clear: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.container-menu-bar-top {
  padding-top: 60px;
}
.popover-menu-bar-top > .popover-mask {
  top: 60px;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nav ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0;
  margin: 0;
}
.nav ul > li > a,
.nav ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px;
  margin: 0px;
  border-top: 0 solid #aaa;
  border-right: 0 solid #aaa;
  border-bottom: 0 solid #aaa;
  background-color: #ddd;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.nav ul > li:first-child > a,
.nav ul > li:first-child > span {
  border-left: 0 solid #aaa;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nav ul > li:last-child > a,
.nav ul > li:last-child > span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav ul > li > a:hover > {
  background-color: #c7c7c7;
  color: #000;
}
.nav ul a:hover + ul,
.nav ul a + ul:hover {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.5s, -webkit-transform 0s;
  transition: visibility 0s, opacity 0.5s, -webkit-transform 0s;
  transition: visibility 0s, transform 0s, opacity 0.5s;
  transition: visibility 0s, transform 0s, opacity 0.5s, -webkit-transform 0s;
}
.nav ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 5;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: visibility 0s 0.5s, transform 0s 0.5s, opacity 0.5s;
  transition: visibility 0s 0.5s, transform 0s 0.5s, opacity 0.5s, -webkit-transform 0s 0.5s;
}
.nav ul ul > li > a {
  border-left: 0 solid #aaa;
  border-top: 0;
}
.nav ul ul > li:first-child > a,
.nav ul ul > li:first-child > span {
  border-top: 0 solid #aaa;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.nav ul ul > li:last-child > a,
.nav ul ul > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
}
.nav ul ul ul {
  position: absolute;
  left: 100%;
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}
.notification-container {
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  border: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  z-index: 100;
}
.notification-container.notification-top {
  top: 0.83em;
  bottom: auto;
}
.notification-container.notification-right {
  right: 0.83em;
  left: auto;
}
.notification-container.notification-bottom {
  top: auto;
  bottom: 0.83em;
}
.notification-container.notification-left {
  right: auto;
  left: 0.83em;
}
.notification-container.notification-center-vertical {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.notification-container.notification-center-horizontal {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.notification-container .notification {
  margin: 0.83em;
}
.notification {
  display: block;
  margin: 0.83em 0;
  padding: 12px;
  border: 0 solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.notification.notification-success {
  background-color: #080;
  color: #fff;
}
.notification.notification-info {
  background-color: #9292ff;
  color: #fff;
}
.notification.notification-warning {
  background-color: #ffa500;
  color: #fff;
}
.notification.notification-danger {
  background-color: #a55;
  color: #fff;
}
.notification > header {
  font-weight: bold;
}
.pager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.83em 0;
  padding: 0;
  border: 0 solid #aaa;
  border-radius: 5px;
  list-style-type: none;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.pager > li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
  border-right: 0 solid #aaa;
}
.pager > li:last-child {
  border-right: 0;
}
.pager > li > a,
.pager > li > span {
  display: block;
  margin: 0;
  padding: 12px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.pager > li > a:hover {
  background-color: #ddd;
  color: #000;
}
.pager > li.pager-active > a {
  background-color: #ddd;
  color: #000;
  pointer-events: none;
}
.pager > li.pager-active > a:hover {
  background-color: #ddd;
  color: #000;
}
.pager > li.pager-disabled > a {
  background-color: #ddd;
  color: #aaa;
  pointer-events: none;
}
.pager > li.pager-disabled > a:hover {
  background-color: #ddd;
  color: #aaa;
}
.popover-trigger {
  position: relative;
  display: inline-block;
}
.popover {
  display: block;
  position: absolute;
  min-width: 30vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-filter: blur(0);
  cursor: default;
}
.popover.popover-top {
  bottom: 100%;
  padding-bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popover.popover-right {
  left: 100%;
  padding-left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popover.popover-bottom {
  top: 100%;
  padding-top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popover.popover-left {
  right: 100%;
  padding-right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popover-top.popover-align-left.popover,
.popover-bottom.popover-align-left.popover {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.popover-top.popover-align-right.popover,
.popover-bottom.popover-align-right.popover {
  right: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.popover-right.popover-align-top.popover,
.popover-left.popover-align-top.popover {
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.popover-right.popover-align-bottom.popover,
.popover-left.popover-align-bottom.popover {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.popover:before {
  content: '';
  display: block;
  position: absolute;
  height: 9.899494936611665px;
  width: 9.899494936611665px;
  border: 0 solid #aaa;
  background-color: #aaa;
  z-index: -1;
  -webkit-box-shadow: 2.828427124px 0px 5px 0 #444;
          box-shadow: 2.828427124px 0px 5px 0 #444;
  -webkit-backface-visibility: hidden;
  -webkit-filter: blur(0);
}
.popover-top.popover:before {
  -webkit-transform: translateY(4.949747468305833px) translateX(-50%) rotate(45deg);
          transform: translateY(4.949747468305833px) translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: 7px;
}
.popover-right.popover:before {
  -webkit-transform: translateX(-4.949747468305833px) translateY(-50%) rotate(45deg);
          transform: translateX(-4.949747468305833px) translateY(-50%) rotate(45deg);
  top: 50%;
}
.popover-bottom.popover:before {
  -webkit-transform: translateX(-4.949747468305833px) translateY(-50%) rotate(45deg);
          transform: translateX(-4.949747468305833px) translateY(-50%) rotate(45deg);
  left: 50%;
}
.popover-left.popover:before {
  -webkit-transform: translateX(4.949747468305833px) translateY(-50%) rotate(45deg);
          transform: translateX(4.949747468305833px) translateY(-50%) rotate(45deg);
  top: 50%;
  right: 7px;
}
.popover-top.popover-align-left.popover:before,
.popover-bottom.popover-align-left.popover:before {
  left: 19px;
}
.popover-top.popover-align-right.popover:before,
.popover-bottom.popover-align-right.popover:before {
  left: auto;
  right: 12px;
}
.popover-right.popover-align-top.popover:before,
.popover-left.popover-align-top.popover:before {
  top: 19px;
}
.popover-right.popover-align-bottom.popover:before,
.popover-left.popover-align-bottom.popover:before {
  top: auto;
  bottom: 12px;
}
.popover:after {
  content: '';
  display: block;
  position: absolute;
  border: 5.656854249492381px solid #fff;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-filter: blur(0);
}
.popover-top.popover:after {
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: translateY(4.242640687119286px) translateX(-50%) rotate(45deg);
          transform: translateY(4.242640687119286px) translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: 7px;
}
.popover-right.popover:after {
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-4.242640687119286px) translateY(-50%) rotate(45deg);
          transform: translateX(-4.242640687119286px) translateY(-50%) rotate(45deg);
  top: 50%;
}
.popover-bottom.popover:after {
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translateY(-4.242640687119286px) translateX(-50%) rotate(45deg);
          transform: translateY(-4.242640687119286px) translateX(-50%) rotate(45deg);
  left: 50%;
  top: 7px;
}
.popover-left.popover:after {
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translateX(4.242640687119286px) translateY(-50%) rotate(45deg);
          transform: translateX(4.242640687119286px) translateY(-50%) rotate(45deg);
  top: 50%;
  right: 7px;
}
.popover-top.popover-align-left.popover:after,
.popover-bottom.popover-align-left.popover:after {
  left: 19px;
}
.popover-top.popover-align-right.popover:after,
.popover-bottom.popover-align-right.popover:after {
  left: auto;
  right: 10.585786437626904px;
}
.popover-right.popover-align-top.popover:after,
.popover-left.popover-align-top.popover:after {
  top: 19px;
}
.popover-right.popover-align-bottom.popover:after,
.popover-left.popover-align-bottom.popover:after {
  top: auto;
  bottom: 10.585786437626904px;
}
.popover .popover-content {
  padding: 12px;
  background-color: #fff;
  color: #000;
  border: 0 solid #aaa;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px 0 #444;
          box-shadow: 2px 2px 5px 0 #444;
  z-index: 10;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
*:hover:not(.popover-closed) > .popover:not(.popover-closed),
*.popover-open > .popover:not(.popover-closed),
.popover.popover-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.popover-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
*.popover-open > .popover-mask:not(.popover-closed),
.popover-mask.popover-open {
  display: block;
}
.progress-bar {
  padding: 0;
  margin: 0px;
  width: 100%;
  height: 20px;
  border: 0 solid #aaa;
  background-color: #bbb;
  border-radius: 10px;
}
.progress-bar > div {
  padding: 10px;
  width: 0;
  height: 100%;
  overflow: visible;
  background-color: #77f;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 0px;
  border-radius: 10px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.progress-bar.progress-complete > div {
  background-color: #080;
  color: #fff;
}
.progress-bar.progress-error > div {
  background-color: #a55;
  color: #fff;
}
input[type=range].range {
  -webkit-appearance: none;
  margin: 24px/2 0;
  width: 100%;
}
input[type=range].range:focus {
  outline: none;
}
input[type=range].range::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  background: #bbb;
  border-radius: 5px;
  border: 0 solid #bbb;
}
input[type=range].range::-webkit-slider-thumb {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  border: 0 solid #888;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #888;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range].range:focus::-webkit-slider-runnable-track {
  background: #bebebe;
}
input[type=range].range::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  background: #bbb;
  border-radius: 5px;
  border: 0 solid #bbb;
}
input[type=range].range::-moz-range-thumb {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  border: 0 solid #888;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #888;
  cursor: pointer;
}
input[type=range].range::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 24px 0;
  color: transparent;
}
input[type=range].range::-ms-fill-lower {
  background: #b2b2b2;
  border: 0 solid #bbb;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
input[type=range].range::-ms-fill-upper {
  background: #bbb;
  border: 0 solid #bbb;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
input[type=range].range::-ms-thumb {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  border: 0 solid #888;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #888;
  cursor: pointer;
}
input[type=range].range:focus::-ms-fill-lower {
  background: #bbb;
}
input[type=range].range:focus::-ms-fill-upper {
  background: #bebebe;
}
.section {
  border: 0 solid #aaa;
  border-radius: 5px;
  padding: 0;
  margin: 0.83em 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.section > header {
  background-color: #ddd;
  color: #000;
  font-weight: bold;
  border: 0 solid #aaa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 12px;
  margin: 0 0 0 0;
}
.section > header:after {
  display: table;
  content: '';
  clear: both;
}
.section > header > .section-toggle {
  float: right;
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  font-weight: bold;
}
.section > footer {
  background-color: #ddd;
  color: #000;
  font-weight: bold;
  border: 0 solid #aaa;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 12px;
  margin: 0 0 0 0;
}
.section > footer:after {
  display: table;
  content: '';
  clear: both;
}
.section .section-container {
  position: relative;
}
.section .section-content {
  padding: 12px;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  overflow: hidden;
}
.section .section-content.lock-contents:after {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.section.section-closed > .section-content {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}
.navigation-container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sidebar {
  margin: 0;
  padding: 10px;
  border: 1px solid #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  overflow: hidden;
  background-color: #aaa;
}
.sidebar.sidebar-left {
  left: 0;
  width: 50px;
}
.sidebar.sidebar-left:hover {
  width: 200px;
}
.sidebar > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  width: 200px;
}
.tab-container {
  margin: 0.7 em 0;
}
.tab-container > .tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-container > .tab-header > li {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  border: 0 solid #aaa;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ddd;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.tab-container > .tab-header > li > a {
  display: block;
  padding: 12px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.tab-container > .tab-header > li:hover {
  color: #333;
  background-color: #e4e4e4;
}
.tab-container > .tab-header > li:active {
  color: #000;
  background-color: #b1b1b1;
}
.tab-container > .tab-header > li.tab-active {
  background-color: #fff;
}
.tab-container > .tab-header > li.tab-active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  height: 11px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.tab-container > .tab-header > li.tab-active > a {
  cursor: default;
}
.tab-container > .tab-body {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #aaa;
  background-color: #fff;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.tab-container > .tab-body > div {
  display: none;
  padding: 12px;
}
.tab-container > .tab-body > div:after {
  display: table;
  content: '';
  clear: both;
}
.tab-container > .tab-body > div.tab-active {
  display: block;
}
.tab-container > .tab-carousel {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #aaa;
  background-color: #fff;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.tab-container > .tab-carousel > div {
  padding: 12px;
}
table.table {
  width: 100%;
  border-collapse: collapse;
}
table.table > thead > tr > th {
  padding: 5px;
  text-align: left;
}
table.table > thead > tr > td {
  padding: 5px;
  text-align: left;
}
table.table > thead > tr:nth-child(odd) {
  background-color: #fff;
}
table.table > thead > tr:nth-child(even) {
  background-color: #eee;
}
table.table > thead > tr {
  border-bottom: 1px solid #000;
}
table.table tbody > tr > th {
  padding: 5px;
  text-align: left;
}
table.table tbody > tr > td {
  padding: 5px;
  text-align: left;
}
table.table tbody > tr:nth-child(odd) {
  background-color: #fff;
}
table.table tbody > tr:nth-child(even) {
  background-color: #eee;
}
table.table tbody > tr:hover {
  background-color: #ddd;
}
table.table > tr > th {
  padding: 5px;
  text-align: left;
}
table.table > tr > td {
  padding: 5px;
  text-align: left;
}
table.table > tr:nth-child(odd) {
  background-color: #fff;
}
table.table > tr:nth-child(even) {
  background-color: #eee;
}
table.table > tr:hover {
  background-color: #ddd;
}
table.table > tfoot > tr > th {
  padding: 5px;
  text-align: left;
}
table.table > tfoot > tr > td {
  padding: 5px;
  text-align: left;
}
table.table > tfoot > tr:nth-child(odd) {
  background-color: #fff;
}
table.table > tfoot > tr:nth-child(even) {
  background-color: #eee;
}
table.table > tfoot > tr {
  border-top: 1px solid #000;
}
.thumbnail {
  display: inline-block;
  background-color: #f00;
  border: 0 solid #000;
  color: #fff;
  font-size: inherit;
  font-weight: bold;
  vertical-align: middle;
}
.thumbnail.thumbnail-user-small {
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.thumbnail.thumbnail-user,
.thumbnail.thumbnail-user-medium {
  text-align: center;
  height: 70px;
  width: 70px;
  border-radius: 35px;
}
.thumbnail.thumbnail-user-large {
  text-align: center;
  height: 120px;
  width: 120px;
  border-radius: 60px;
}
.thumbnail.thumbnail-type-0 {
  color: #fff;
  background-color: #f00;
}
.thumbnail.thumbnail-type-1 {
  color: #fff;
  background-color: #a0a;
}
.thumbnail.thumbnail-type-2 {
  color: #fff;
  background-color: #aa0;
}
.thumbnail.thumbnail-type-3 {
  color: #fff;
  background-color: #faa;
}
.toggle {
  display: inline-block;
  margin: 0 0;
  padding: 0;
  border: 0;
}
.toggle .toggle-box {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 0;
  border: 0 solid #aaa;
  height: 20px;
  min-width: 80px;
  border-radius: 10px;
  background-color: #bbb;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  cursor: pointer;
}
.toggle .toggle-box > input[type="checkbox"] {
  display: none;
}
.toggle .toggle-box > input[type="checkbox"]:checked + .toggle-button {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.toggle .toggle-box:hover > .toggle-button {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.toggle .toggle-box:active > .toggle-button {
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
.toggle .toggle-box > .toggle-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  display: block;
  margin: 0 -5px;
  padding: 0;
  border: 0 solid #888;
  height: 30px;
  width: 30px;
  top: -5px;
  border-radius: 50%;
  background-color: #888;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tooltip {
  position: relative;
/* These may affect the applied element */
  display: inline-block;
  overflow: visible;
}
.tooltip:before {
  content: '';
  display: block;
  position: absolute;
  border: 5px solid #000;
  width: 0;
  z-index: 2;
  text-decoration: underline;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
  -webkit-backface-visibility: hidden;
  cursor: default;
}
.tooltip-info.tooltip:before {
  border-color: #9292ff;
}
.tooltip-success.tooltip:before {
  border-color: #080;
}
.tooltip-warning.tooltip:before {
  border-color: #ffa500;
}
.tooltip-danger.tooltip:before {
  border-color: #a55;
}
.tooltip-top.tooltip:before {
  top: -5px;
  right: 50%;
  margin: 0 -5px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.tooltip-bottom.tooltip:before {
  bottom: -5px;
  right: 50%;
  margin: 0 -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.tooltip-right.tooltip:before {
  right: -5px;
  bottom: 50%;
  margin: -5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.tooltip-left.tooltip:before {
  left: -5px;
  bottom: 50%;
  margin: -5px 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.tooltip:after {
  content: attr(aria-label);
  display: block;
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 3px;
  white-space: pre;
  line-height: normal;
  font-size: medium;
  font-weight: normal;
  z-index: 1;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
  cursor: default;
/* Fixed blurry text in Chrome */
  -webkit-backface-visibility: hidden;
  -webkit-filter: blur(0);
}
.tooltip-info.tooltip:after {
  border-color: #9292ff;
  background-color: #9292ff;
  color: #fff;
}
.tooltip-success.tooltip:after {
  border-color: #080;
  background-color: #080;
  color: #fff;
}
.tooltip-warning.tooltip:after {
  border-color: #ffa500;
  background-color: #ffa500;
  color: #fff;
}
.tooltip-danger.tooltip:after {
  border-color: #a55;
  background-color: #a55;
  color: #fff;
}
.tooltip-top.tooltip:after {
  bottom: 100%;
  margin: 5px 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.tooltip-bottom.tooltip:after {
  top: 100%;
  margin: 5px 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.tooltip-right.tooltip:after {
  left: 100%;
  margin: 0 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip-left.tooltip:after {
  right: 100%;
  margin: 0 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip-top.tooltip-align-left.tooltip:after,
.tooltip-bottom.tooltip-align-left.tooltip:after {
  right: auto;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.tooltip-top.tooltip-align-right.tooltip:after,
.tooltip-bottom.tooltip-align-right.tooltip:after {
  right: 0;
  -webkit-transform: none;
          transform: none;
}
.tooltip-right.tooltip-align-top.tooltip:after,
.tooltip-left.tooltip-align-top.tooltip:after {
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.tooltip-right.tooltip-align-bottom.tooltip:after,
.tooltip-left.tooltip-align-bottom.tooltip:after {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.tooltip:hover:before,
.tooltip.tooltip-open:before {
  text-decoration: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.tooltip:hover:after,
.tooltip.tooltip-open:after {
  text-decoration: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.loading-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
  font-weight: bold;
}
.loading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
}
.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.message > .message-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.message > .message-info > .message-email {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
}
