@charset "UTF-8";
@import "//fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";
@import "//fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css";
.form-group {
  position: relative;
}

.better-placeholder {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.better-placeholder::-webkit-input-placeholder {
  opacity: 0;
}

.better-placeholder::-moz-placeholder {
  opacity: 0;
}

.better-placeholder:-ms-input-placeholder {
  opacity: 0;
}

.better-placeholder::placeholder {
  opacity: 0;
}

.better-placeholder::-webkit-datetime-edit {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}

.better-placeholder.fixed-height {
  padding-top: 18px;
  height: auto;
}

.better-placeholder.fixed-height:not(.better-placeholder-active) ~ .better-placeholder-text:not(.active) {
  top: 14px;
}

.better-placeholder-active, .ui-select-bootstrap.dropdown.open .better-placeholder {
  padding-top: 18px;
  height: auto;
}

.better-placeholder-active::-webkit-datetime-edit, .ui-select-bootstrap.dropdown.open .better-placeholder::-webkit-datetime-edit {
  opacity: 1;
}

.better-placeholder-active::-webkit-input-placeholder, .ui-select-bootstrap.dropdown.open .better-placeholder::-webkit-input-placeholder {
  opacity: 0;
}

.better-placeholder-active::-moz-placeholder, .ui-select-bootstrap.dropdown.open .better-placeholder::-moz-placeholder {
  opacity: 0;
}

.better-placeholder-active:-ms-input-placeholder, .ui-select-bootstrap.dropdown.open .better-placeholder:-ms-input-placeholder {
  opacity: 0;
}

.better-placeholder-active::placeholder, .ui-select-bootstrap.dropdown.open .better-placeholder::placeholder {
  opacity: 0;
}

.input-group .better-placeholder ~ .input-group-btn .btn, .better-placeholder-button .btn {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-group .better-placeholder-active ~ .input-group-btn .btn, .better-placeholder-button-active .btn {
  padding: 12px;
}

.dropdown-menu .better-placeholder-text {
  z-index: 1000;
}

.better-placeholder-text, .help-block.better-placeholder-text {
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 2px;
  margin-left: 12px;
  line-height: 20px;
  height: 20px;
  color: placeholder;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  max-width: 85%;
  margin-right: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.better-placeholder-text.active, .better-placeholder-active ~ .better-placeholder-text {
  max-width: 110%;
  visibility: visible;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #428bca;
  top: -2px;
}

.better-placeholder.disabled, .better-placeholder.disabled ~ .better-placeholder-text {
  color: #999;
}

.fa-required {
  margin-left: 6px;
  font-size: 70%;
  vertical-align: super;
}

td.input-group .better-placeholder-text, td.input-group .help-block.better-placeholder-text {
  top: 11px;
}

td.input-group .better-placeholder-text.active, td.input-group .better-placeholder-active ~ .better-placeholder-text {
  top: 7px;
}

.ui-select-bootstrap.dropdown.open .better-placeholder.inverted, .better-placeholder-active.inverted {
  padding-bottom: 18px;
  padding-top: 6px;
}

.better-placeholder.inverted ~ .better-placeholder-text.inverted, .better-placeholder.inverted ~ .help-block.better-placeholder-text.inverted, .better-placeholder-text.inverted, .help-block.better-placeholder-text.inverte {
  bottom: 2px;
  top: auto;
}

.better-placeholder-text.inverted.active, .better-placeholder-active.inverted ~ .better-placeholder-text {
  max-width: 110%;
  visibility: visible;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #428bca;
  bottom: -8px;
  top: auto;
}

td.input-group .better-placeholder.inverted ~ .better-placeholder-text.inverted, td.input-group .better-placeholder.inverted ~ .help-block.better-placeholder-text.inverted, td.input-group .better-placeholder-text.inverted, td.input-group .help-block.better-placeholder-text.inverte {
  top: auto;
  bottom: 11px;
}

td.input-group .better-placeholder-text.inverted.active, td.input-group .better-placeholder-active.inverted ~ .better-placeholder-text {
  top: auto;
  bottom: 1px;
} /*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.18
*/
html, body {
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: none;
}

.inset {
  padding: 10px;
}

a.md-no-style, button.md-no-style {
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}

select, button, textarea, input {
  vertical-align: baseline;
}

input[type=reset], input[type=submit], html input[type=button], button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=reset][disabled], input[type=submit][disabled], html input[type=button][disabled], button[disabled] {
  cursor: default;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

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

input:-webkit-autofill {
  text-shadow: none;
}

.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px;
}

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-shadow-animated.md-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-ripple {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%;
}

.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-ripple.md-ripple-scaled {
  transform: translate(-50%, -50%) scale(1);
}

.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
  opacity: 0.2;
}

.md-ripple.md-ripple-remove {
  animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@keyframes md-remove-ripple {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
.md-padding {
  padding: 8px;
}

.md-margin {
  margin: 8px;
}

.md-scroll-mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.md-scroll-mask > .md-scroll-mask-bar {
  display: block;
  position: absolute;
  background-color: #fafafa;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 65;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.md-no-momentum {
  -webkit-overflow-scrolling: auto;
}

.md-no-flicker {
  -webkit-filter: blur(0px);
}

@media (min-width: 960px) {
  .md-padding {
    padding: 16px;
  }
}
html[dir=rtl], html[dir=ltr], body[dir=rtl], body[dir=ltr] {
  unicode-bidi: embed;
}

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 112px;
}

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px;
}

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px;
}

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 20px;
}

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.md-button {
  letter-spacing: 0.01em;
}

button, select, html, textarea, input {
  font-family: "Inter", sans-serif;
}

select, button, textarea, input {
  font-size: 100%;
}

.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

._md-panel-hidden {
  display: none;
}

._md-panel-offscreen {
  left: -9999px;
}

._md-panel-fullscreen {
  border-radius: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
}

._md-panel-shown .md-panel {
  opacity: 1;
  transition: none;
}

.md-panel {
  opacity: 0;
  position: fixed;
}

.md-panel._md-panel-shown {
  opacity: 1;
  transition: none;
}

.md-panel._md-panel-animate-enter {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.md-panel._md-panel-animate-leave {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.md-panel._md-panel-animate-scale-out, .md-panel._md-panel-animate-fade-out {
  opacity: 0;
}

.md-panel._md-panel-backdrop {
  height: 100%;
  position: absolute;
  width: 100%;
}

.md-panel._md-opaque-enter {
  opacity: 0.48;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.md-panel._md-opaque-leave {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
}

md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px;
}

md-autocomplete[disabled] input {
  cursor: default;
}

md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  height: auto;
}

md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0;
}

md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto;
}

md-autocomplete[md-floating-label] .md-show-clear-button button {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
}

md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 30px;
}

[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 0;
  padding-left: 30px;
}

md-autocomplete md-autocomplete-wrap {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  height: 40px;
}

md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}

md-autocomplete md-autocomplete-wrap md-input-container, md-autocomplete md-autocomplete-wrap input {
  flex: 1 1 0%;
  box-sizing: border-box;
  min-width: 0;
}

md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0;
}

md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: none;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
  transition: none;
  height: 3px;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
  transition: opacity 0.15s linear;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave {
  transition: opacity 0.15s linear;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0;
}

md-autocomplete input:not(.md-input) {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}

md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}

md-autocomplete .md-show-clear-button button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
  margin: auto 5px;
}

md-autocomplete .md-show-clear-button button:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-autocomplete .md-show-clear-button button:focus {
  outline: none;
}

md-autocomplete .md-show-clear-button button:focus:after {
  transform: scale(1);
  opacity: 1;
}

md-autocomplete .md-show-clear-button button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}

md-autocomplete .md-show-clear-button button md-icon path {
  stroke-width: 0;
}

md-autocomplete .md-show-clear-button button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}

md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
  transform: scale(1);
}

md-autocomplete .md-show-clear-button button.ng-leave {
  transition: transform 0.15s ease-out;
}

md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
  transform: scale(0);
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }
  md-autocomplete li:focus {
    color: #fff;
  }
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container, .md-standard-list-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 100;
  height: 100%;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container .highlight, .md-standard-list-container.md-autocomplete-suggestions-container .highlight {
  font-weight: bold;
}

.md-standard-list-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}

.md-virtual-repeat-container.md-not-found, .md-standard-list-container.md-not-found {
  height: 48px;
}

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0;
}

.md-autocomplete-suggestions li {
  font-size: 14px;
  overflow: hidden;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  transition: background 0.15s linear;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.md-autocomplete-suggestions li:focus {
  outline: none;
}

.md-autocomplete-suggestions li:not(.md-not-found-wrapper) {
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete, .md-autocomplete-suggestions {
    border: 1px solid #fff;
  }
}
md-backdrop {
  transition: opacity 450ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

md-backdrop.md-menu-backdrop {
  position: fixed !important;
  z-index: 99;
}

md-backdrop.md-select-backdrop {
  z-index: 81;
  transition-duration: 0;
}

md-backdrop.md-dialog-backdrop {
  z-index: 79;
}

md-backdrop.md-bottom-sheet-backdrop {
  z-index: 69;
}

md-backdrop.md-sidenav-backdrop {
  z-index: 59;
}

md-backdrop.md-click-catcher {
  position: absolute;
}

md-backdrop.md-opaque {
  opacity: 0.48;
}

md-backdrop.md-opaque.ng-enter {
  opacity: 0;
}

md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
  opacity: 0.48;
}

md-backdrop.md-opaque.ng-leave {
  opacity: 0.48;
  transition: opacity 400ms;
}

md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
  opacity: 0;
}

md-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px 16px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
}

md-bottom-sheet.md-has-header {
  padding-top: 0;
}

md-bottom-sheet.ng-enter {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

md-bottom-sheet.ng-enter-active {
  opacity: 1;
  display: block;
  transform: translate3d(0, 80px, 0) !important;
}

md-bottom-sheet.ng-leave-active {
  transform: translate3d(0, 100%, 0) !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-bottom-sheet .md-subheader {
  background-color: rgba(0, 0, 0, 0);
  font-family: "Inter", sans-serif;
  line-height: 56px;
  padding: 0;
  white-space: nowrap;
}

md-bottom-sheet md-inline-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: #444;
}

md-bottom-sheet md-list-item {
  display: flex;
  outline: none;
}

md-bottom-sheet md-list-item:hover {
  cursor: pointer;
}

md-bottom-sheet.md-list md-list-item {
  padding: 0;
  align-items: center;
  height: 48px;
}

md-bottom-sheet.md-grid {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
}

md-bottom-sheet.md-grid md-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
  align-items: center;
}

md-bottom-sheet.md-grid md-list-item {
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n + 1) {
    align-items: flex-start;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
    align-items: flex-end;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
md-bottom-sheet.md-grid md-list-item::before {
  display: none;
}

md-bottom-sheet.md-grid md-list-item .md-list-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  padding-bottom: 16px;
}

md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}

md-bottom-sheet.md-grid md-list-item .md-grid-text {
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  text-transform: none;
  padding-top: 8px;
}

@media screen and (-ms-high-contrast: active) {
  md-bottom-sheet {
    border: 1px solid #fff;
  }
}
button.md-button::-moz-focus-inner {
  border: 0;
}

.md-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  border: 0;
  padding: 0 6px;
  margin: 6px 8px;
  background: rgba(0, 0, 0, 0);
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  min-height: 32px;
}

.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  line-height: 32px;
}

.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  font-size: 13px;
}

.md-button:focus {
  outline: none;
}

.md-button:hover, .md-button:focus {
  text-decoration: none;
}

.md-button.ng-hide, .md-button.ng-leave {
  transition: none;
}

.md-button.md-cornered {
  border-radius: 0;
}

.md-button.md-icon {
  padding: 0;
  background: none;
}

.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-button.md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}

.md-button.md-fab {
  z-index: 20;
  line-height: 56px;
  min-width: 0;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-property: background-color, box-shadow, transform;
}

.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

.md-button.md-fab.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.md-button.md-fab.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

.md-button.md-fab.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

.md-button.md-fab.md-mini {
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.md-button.md-fab.ng-hide, .md-button.md-fab.ng-leave {
  transition: none;
}

.md-button:not([disabled]).md-raised.md-focused, .md-button:not([disabled]).md-fab.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-button:not([disabled]).md-raised:active, .md-button:not([disabled]).md-fab:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-button .md-ripple-container {
  border-radius: inherit;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.md-button.md-icon-button md-icon, button.md-button.md-fab md-icon {
  display: block;
}

.md-toast-open-top .md-button.md-fab-top-left, .md-toast-open-top .md-button.md-fab-top-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 42px, 0);
}

.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover, .md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
  transform: translate3d(0, 41px, 0);
}

.md-toast-open-bottom .md-button.md-fab-bottom-left, .md-toast-open-bottom .md-button.md-fab-bottom-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, -42px, 0);
}

.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover, .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
  transform: translate3d(0, -43px, 0);
}

.md-button-group {
  display: flex;
  flex: 1;
  width: 100%;
}

.md-button-group > .md-button {
  flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.md-button-group > .md-button:first-child {
  border-radius: 2px 0px 0px 2px;
}

.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

@media screen and (-ms-high-contrast: active) {
  .md-button.md-raised, .md-button.md-fab {
    border: 1px solid #fff;
  }
}
md-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

md-card md-card-header {
  padding: 16px;
  display: flex;
  flex-direction: row;
}

md-card md-card-header:first-child md-card-avatar {
  margin-right: 12px;
}

[dir=rtl] md-card md-card-header:first-child md-card-avatar {
  margin-right: auto;
  margin-left: 12px;
}

md-card md-card-header:last-child md-card-avatar {
  margin-left: 12px;
}

[dir=rtl] md-card md-card-header:last-child md-card-avatar {
  margin-left: auto;
  margin-right: 12px;
}

md-card md-card-header md-card-avatar {
  width: 40px;
  height: 40px;
}

md-card md-card-header md-card-avatar .md-user-avatar, md-card md-card-header md-card-avatar md-icon {
  border-radius: 50%;
}

md-card md-card-header md-card-avatar md-icon {
  padding: 8px;
}

md-card md-card-header md-card-avatar md-icon > svg {
  height: inherit;
  width: inherit;
}

md-card md-card-header md-card-avatar + md-card-header-text {
  max-height: 40px;
}

md-card md-card-header md-card-avatar + md-card-header-text .md-title {
  font-size: 14px;
}

md-card md-card-header md-card-header-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}

md-card md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}

md-card > img, md-card > md-card-header img, md-card md-card-title-media img {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}

md-card md-card-title {
  padding: 24px 16px 16px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}

md-card md-card-title + md-card-content {
  padding-top: 0;
}

md-card md-card-title md-card-title-text {
  flex: 1;
  flex-direction: column;
  display: flex;
}

md-card md-card-title md-card-title-text .md-subhead {
  padding-top: 0;
  font-size: 14px;
}

md-card md-card-title md-card-title-text:only-child .md-subhead {
  padding-top: 12px;
}

md-card md-card-title md-card-title-media {
  margin-top: -8px;
}

md-card md-card-title md-card-title-media .md-media-sm {
  height: 80px;
  width: 80px;
}

md-card md-card-title md-card-title-media .md-media-md {
  height: 112px;
  width: 112px;
}

md-card md-card-title md-card-title-media .md-media-lg {
  height: 152px;
  width: 152px;
}

md-card md-card-content {
  display: block;
  padding: 16px;
}

md-card md-card-content > p:first-child {
  margin-top: 0;
}

md-card md-card-content > p:last-child {
  margin-bottom: 0;
}

md-card md-card-content .md-media-xl {
  height: 240px;
  width: 240px;
}

md-card .md-actions, md-card md-card-actions {
  margin: 8px;
}

md-card .md-actions.layout-column .md-button:not(.md-icon-button), md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
  margin: 2px 0;
}

md-card .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
  margin-top: 0;
}

md-card .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
  margin-bottom: 0;
}

md-card .md-actions.layout-column .md-button.md-icon-button, md-card md-card-actions.layout-column .md-button.md-icon-button {
  margin-top: 6px;
  margin-bottom: 6px;
}

md-card .md-actions md-card-icon-actions, md-card md-card-actions md-card-icon-actions {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}

md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button), md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
  margin: 0 4px;
}

md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: 0;
}

[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: auto;
  margin-right: 0;
}

md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: 0;
}

[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: auto;
  margin-left: 0;
}

md-card .md-actions:not(.layout-column) .md-button.md-icon-button, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}

md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: 12px;
}

[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: auto;
  margin-right: 12px;
}

md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: 12px;
}

[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 12px;
}

md-card .md-actions:not(.layout-column) .md-button + md-card-icon-actions, md-card md-card-actions:not(.layout-column) .md-button + md-card-icon-actions {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
}

md-card md-card-footer {
  margin-top: auto;
  padding: 16px;
}

@media screen and (-ms-high-contrast: active) {
  md-card {
    border: 1px solid #fff;
  }
}
.md-image-no-fill > img {
  width: auto;
  height: auto;
}

.md-inline-form md-checkbox {
  margin: 19px 0 18px;
}

md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: 0;
  margin-right: 16px;
}

[dir=rtl] md-checkbox {
  margin-left: 16px;
}

[dir=rtl] md-checkbox {
  margin-right: 0;
}

md-checkbox:last-of-type {
  margin-left: 0;
  margin-right: 0;
}

md-checkbox.md-focused:not([disabled]) .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before {
  background-color: rgba(0, 0, 0, 0.12);
}

md-checkbox.md-align-top-left > div.md-container {
  top: 12px;
}

md-checkbox .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  right: auto;
}

[dir=rtl] md-checkbox .md-container {
  left: auto;
}

[dir=rtl] md-checkbox .md-container {
  right: 0;
}

md-checkbox .md-container:before {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}

md-checkbox .md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

md-checkbox .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}

md-checkbox .md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}

md-checkbox.md-checked .md-icon {
  border-color: rgba(0, 0, 0, 0);
}

md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4.6666666667px;
  top: 0.2222222222px;
  display: table;
  width: 6.6666666667px;
  height: 13.3333333333px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}

md-checkbox[disabled] {
  cursor: default;
}

md-checkbox.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 12px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}

md-checkbox .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  user-select: text;
  margin-left: 30px;
  margin-right: 0;
}

[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
}

[dir=rtl] md-checkbox .md-label {
  margin-right: 30px;
}

.md-contact-chips .md-chips md-chip {
  padding: 0 25px 0 0;
}

[dir=rtl] .md-contact-chips .md-chips md-chip {
  padding: 0 0 0 25px;
}

.md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: left;
}

[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: right;
}

.md-contact-chips .md-chips md-chip .md-contact-avatar img {
  height: 32px;
  border-radius: 16px;
}

.md-contact-chips .md-chips md-chip .md-contact-name {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
}

[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}

.md-contact-suggestion {
  height: 56px;
}

.md-contact-suggestion img {
  height: 40px;
  border-radius: 20px;
  margin-top: 8px;
}

.md-contact-suggestion .md-contact-name {
  margin-left: 8px;
  width: 120px;
}

[dir=rtl] .md-contact-suggestion .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}

.md-contact-suggestion .md-contact-name, .md-contact-suggestion .md-contact-email {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-contact-chips-suggestions li {
  height: 100%;
}

.md-chips {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding: 0 0 8px 3px;
  vertical-align: middle;
}

.md-chips:after {
  content: "";
  display: table;
  clear: both;
}

[dir=rtl] .md-chips {
  padding: 0 3px 8px 0;
}

.md-chips.md-readonly .md-chip-input-container {
  min-height: 32px;
}

.md-chips:not(.md-readonly) {
  cursor: text;
}

.md-chips.md-removable md-chip {
  padding-right: 22px;
}

[dir=rtl] .md-chips.md-removable md-chip {
  padding-right: 0;
  padding-left: 22px;
}

.md-chips.md-removable md-chip .md-chip-content {
  padding-right: 4px;
}

[dir=rtl] .md-chips.md-removable md-chip .md-chip-content {
  padding-right: 0;
  padding-left: 4px;
}

.md-chips md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}

[dir=rtl] .md-chips md-chip {
  margin: 8px 0 0 8px;
}

[dir=rtl] .md-chips md-chip {
  float: right;
}

.md-chips md-chip .md-chip-content {
  display: block;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .md-chips md-chip .md-chip-content {
  float: right;
}

.md-chips md-chip .md-chip-content:focus {
  outline: none;
}

.md-chips md-chip._md-chip-content-edit-is-enabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.md-chips md-chip .md-chip-remove-container {
  position: absolute;
  right: 0;
  line-height: 22px;
}

[dir=rtl] .md-chips md-chip .md-chip-remove-container {
  right: auto;
  left: 0;
}

.md-chips md-chip .md-chip-remove {
  text-align: center;
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}

.md-chips md-chip .md-chip-remove md-icon {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.md-chips .md-chip-input-container {
  display: block;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0;
  float: left;
}

[dir=rtl] .md-chips .md-chip-input-container {
  margin: 8px 0 0 8px;
}

[dir=rtl] .md-chips .md-chip-input-container {
  float: right;
}

.md-chips .md-chip-input-container input:not([type]), .md-chips .md-chip-input-container input[type=email], .md-chips .md-chip-input-container input[type=number], .md-chips .md-chip-input-container input[type=tel], .md-chips .md-chip-input-container input[type=url], .md-chips .md-chip-input-container input[type=text] {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}

.md-chips .md-chip-input-container input:not([type]):focus, .md-chips .md-chip-input-container input[type=email]:focus, .md-chips .md-chip-input-container input[type=number]:focus, .md-chips .md-chip-input-container input[type=tel]:focus, .md-chips .md-chip-input-container input[type=url]:focus, .md-chips .md-chip-input-container input[type=text]:focus {
  outline: none;
}

.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  background: rgba(0, 0, 0, 0);
  height: 32px;
}

.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
  box-shadow: none;
}

.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
}

.md-chips .md-chip-input-container input {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}

.md-chips .md-chip-input-container input:focus {
  outline: none;
}

.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  height: 32px;
}

.md-chips .md-chip-input-container md-autocomplete {
  box-shadow: none;
}

.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
}

.md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 8px 0 0;
}

[dir=rtl] .md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 0 0 8px;
}

.md-chips .md-chip-input-container input {
  background: rgba(0, 0, 0, 0);
  border-width: 0;
}

.md-chips md-autocomplete button {
  display: none;
}

@media screen and (-ms-high-contrast: active) {
  .md-chip-input-container, md-chip {
    border: 1px solid #fff;
  }
  .md-chip-input-container md-autocomplete {
    border: none;
  }
}
md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden;
}

md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden;
}

@media print {
  md-content {
    overflow: visible !important;
  }
}
md-calendar {
  font-size: 13px;
  user-select: none;
}

.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 308px;
}

.md-calendar-scroll-mask .md-virtual-repeat-scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
  display: none;
}

.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
  width: 100%;
}

.md-calendar-scroll-container {
  box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px;
}

.md-calendar-date {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
}

.md-calendar-date:first-child {
  padding-left: 16px;
}

[dir=rtl] .md-calendar-date:first-child {
  padding-left: 0;
  padding-right: 16px;
}

.md-calendar-date:last-child {
  padding-right: 16px;
}

[dir=rtl] .md-calendar-date:last-child {
  padding-right: 0;
  padding-left: 16px;
}

.md-calendar-date.md-calendar-date-disabled {
  cursor: default;
}

.md-calendar-date-selection-indicator {
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
  cursor: pointer;
}

.md-calendar-month-label {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 24px;
}

[dir=rtl] .md-calendar-month-label {
  padding: 0 24px 0 0;
}

.md-calendar-month-label.md-calendar-label-clickable {
  cursor: pointer;
}

.md-calendar-month-label md-icon {
  transform: rotate(180deg);
}

[dir=rtl] .md-calendar-month-label md-icon {
  transform: none;
}

.md-calendar-month-label span {
  vertical-align: middle;
}

.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.md-calendar-day-header th {
  height: 40px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
  font-weight: normal;
}

.md-calendar-day-header th:first-child {
  padding-left: 16px;
}

[dir=rtl] .md-calendar-day-header th:first-child {
  padding-left: 0;
  padding-right: 16px;
}

.md-calendar-day-header th:last-child {
  padding-right: 16px;
}

[dir=rtl] .md-calendar-day-header th:last-child {
  padding-right: 0;
  padding-left: 16px;
}

.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.md-calendar tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.md-calendar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.md-calendar tbody, .md-calendar td, .md-calendar tr {
  vertical-align: middle;
  box-sizing: content-box;
}

md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.md-inline-form md-datepicker {
  margin-top: 12px;
}

.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: none;
  vertical-align: middle;
  position: relative;
}

.md-datepicker-button:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
  speak: none;
}

.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  min-width: 120px;
  max-width: 328px;
  padding: 0 0 5px;
}

.md-datepicker-input::-ms-clear {
  display: none;
}

._md-datepicker-floating-label > md-datepicker {
  overflow: visible;
}

._md-datepicker-floating-label > md-datepicker .md-datepicker-input-container {
  border: none;
}

._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  float: left;
  margin-top: -12px;
  top: 9.5px;
}

[dir=rtl] ._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  float: right;
}

._md-datepicker-floating-label .md-input {
  float: none;
}

._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  right: 18px;
  left: auto;
  width: calc(100% - 84px);
}

[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  right: auto;
}

[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  left: 18px;
}

._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
  margin-left: 64px;
}

[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
  margin-left: auto;
  margin-right: 64px;
}

._md-datepicker-has-triangle-icon {
  padding-right: 18px;
  margin-right: -18px;
}

[dir=rtl] ._md-datepicker-has-triangle-icon {
  padding-right: 0;
  padding-left: 18px;
}

[dir=rtl] ._md-datepicker-has-triangle-icon {
  margin-right: auto;
  margin-left: -18px;
}

.md-datepicker-input-container {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto;
}

.md-icon-button + .md-datepicker-input-container {
  margin-left: 12px;
}

[dir=rtl] .md-icon-button + .md-datepicker-input-container {
  margin-left: auto;
  margin-right: 12px;
}

.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-width: 2px;
}

.md-datepicker-is-showing .md-scroll-mask {
  z-index: 99;
}

.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  background: rgba(0, 0, 0, 0);
  transform: scale(0);
  transform-origin: 0 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-datepicker-calendar-pane.md-pane-open {
  transform: scale(1);
}

.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  cursor: text;
}

.md-datepicker-calendar {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
}

.md-pane-open .md-datepicker-calendar {
  opacity: 1;
}

.md-datepicker-calendar md-calendar:focus {
  outline: none;
}

.md-datepicker-expand-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid;
}

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  bottom: -2.5px;
  transform: translateX(45%);
}

[dir=rtl] .md-datepicker-triangle-button {
  right: auto;
  left: 0;
}

[dir=rtl] .md-datepicker-triangle-button {
  transform: translateX(-45%);
}

.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 36px;
  width: 36px;
  position: absolute;
  padding: 8px;
}

md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: rgba(0, 0, 0, 0);
}

md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none;
}

.md-datepicker-open {
  overflow: hidden;
}

.md-datepicker-open .md-datepicker-input-container, .md-datepicker-open input.md-input {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.md-datepicker-open .md-datepicker-triangle-button, .md-datepicker-open.md-input-has-value > label, .md-datepicker-open.md-input-has-placeholder > label {
  display: none;
}

.md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none;
}

.md-datepicker-calendar-pane .md-calendar {
  transform: translateY(-85px);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.125s;
}

.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  transform: translateY(0);
}

.md-dialog-is-showing {
  max-height: 100%;
}

.md-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden;
}

md-dialog {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

md-dialog.md-transition-in {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 0) scale(1);
}

md-dialog.md-transition-out {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 100%) scale(0.2);
}

md-dialog > form {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

md-dialog .md-dialog-content {
  padding: 24px;
}

md-dialog md-dialog-content {
  order: 1;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

md-dialog md-dialog-content:not([layout=row]) > *:first-child:not(.md-subheader) {
  margin-top: 0;
}

md-dialog md-dialog-content:focus {
  outline: none;
}

md-dialog md-dialog-content .md-subheader {
  margin: 0;
}

md-dialog md-dialog-content .md-dialog-content-body {
  width: 100%;
}

md-dialog md-dialog-content .md-prompt-input-container {
  width: 100%;
  box-sizing: border-box;
}

md-dialog .md-actions, md-dialog md-dialog-actions {
  display: flex;
  order: 2;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 16px;
  min-height: 52px;
  overflow: hidden;
}

[dir=rtl] md-dialog .md-actions, [dir=rtl] md-dialog md-dialog-actions {
  padding-right: 16px;
}

[dir=rtl] md-dialog .md-actions, [dir=rtl] md-dialog md-dialog-actions {
  padding-left: 8px;
}

md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 8px;
}

[dir=rtl] md-dialog .md-actions .md-button, [dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-left: 0;
}

[dir=rtl] md-dialog .md-actions .md-button, [dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-right: 8px;
}

md-dialog.md-content-overflow .md-actions, md-dialog.md-content-overflow md-dialog-actions {
  border-top-width: 1px;
  border-top-style: solid;
}

@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff;
  }
}
@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}
md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
}

md-divider[md-inset] {
  margin-left: 80px;
}

[dir=rtl] md-divider[md-inset] {
  margin-left: auto;
  margin-right: 80px;
}

.layout-row > md-divider, .layout-xs-row > md-divider, .layout-gt-xs-row > md-divider, .layout-sm-row > md-divider, .layout-gt-sm-row > md-divider, .layout-md-row > md-divider, .layout-gt-md-row > md-divider, .layout-lg-row > md-divider, .layout-gt-lg-row > md-divider, .layout-xl-row > md-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

md-fab-speed-dial {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 20;
}

md-fab-speed-dial.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

md-fab-speed-dial.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

md-fab-speed-dial.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

md-fab-speed-dial.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

md-fab-speed-dial:not(.md-hover-full) {
  pointer-events: none;
}

md-fab-speed-dial:not(.md-hover-full) md-fab-trigger, md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item {
  pointer-events: auto;
}

md-fab-speed-dial:not(.md-hover-full).md-is-open {
  pointer-events: auto;
}

md-fab-speed-dial ._md-css-variables {
  z-index: 20;
}

md-fab-speed-dial.md-is-open .md-fab-action-item {
  align-items: center;
}

md-fab-speed-dial md-fab-actions {
  display: flex;
  height: auto;
}

md-fab-speed-dial md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-speed-dial.md-down {
  flex-direction: column;
}

md-fab-speed-dial.md-down md-fab-trigger {
  order: 1;
}

md-fab-speed-dial.md-down md-fab-actions {
  flex-direction: column;
  order: 2;
}

md-fab-speed-dial.md-up {
  flex-direction: column;
}

md-fab-speed-dial.md-up md-fab-trigger {
  order: 2;
}

md-fab-speed-dial.md-up md-fab-actions {
  flex-direction: column-reverse;
  order: 1;
}

md-fab-speed-dial.md-left {
  flex-direction: row;
}

md-fab-speed-dial.md-left md-fab-trigger {
  order: 2;
}

md-fab-speed-dial.md-left md-fab-actions {
  flex-direction: row-reverse;
  order: 1;
}

md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-speed-dial.md-right {
  flex-direction: row;
}

md-fab-speed-dial.md-right md-fab-trigger {
  order: 1;
}

md-fab-speed-dial.md-right md-fab-actions {
  flex-direction: row;
  order: 2;
}

md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-speed-dial.md-fling-remove .md-fab-action-item > *, md-fab-speed-dial.md-scale-remove .md-fab-action-item > * {
  visibility: hidden;
}

md-fab-speed-dial.md-fling .md-fab-action-item {
  opacity: 1;
}

md-fab-speed-dial.md-fling.md-animations-waiting .md-fab-action-item {
  opacity: 0;
  transition-duration: 0s;
}

md-fab-speed-dial.md-scale .md-fab-action-item {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.1428571429s;
}

md-fab-toolbar {
  display: block;
}

md-fab-toolbar.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

md-fab-toolbar.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

md-fab-toolbar.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

md-fab-toolbar.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

md-fab-toolbar .md-fab-toolbar-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 68px;
}

md-fab-toolbar md-fab-trigger {
  position: absolute;
  z-index: 20;
}

md-fab-toolbar md-fab-trigger button {
  overflow: visible !important;
}

md-fab-toolbar md-fab-trigger .md-fab-toolbar-background {
  display: block;
  position: absolute;
  z-index: 21;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-toolbar md-fab-trigger md-icon {
  position: relative;
  z-index: 22;
  opacity: 1;
  transition: all 200ms ease-in;
}

md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
}

[dir=rtl] md-fab-toolbar.md-left md-fab-trigger {
  right: auto;
  left: 0;
}

md-fab-toolbar.md-left .md-toolbar-tools {
  flex-direction: row-reverse;
}

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: 0.6rem;
}

[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: auto;
  margin-left: 0.6rem;
}

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: -0.8rem;
}

[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -0.8rem;
}

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 8px;
}

[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: 8px;
}

md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
}

[dir=rtl] md-fab-toolbar.md-right md-fab-trigger {
  left: auto;
  right: 0;
}

md-fab-toolbar.md-right .md-toolbar-tools {
  flex-direction: row;
}

md-fab-toolbar md-toolbar {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
  z-index: 23;
}

md-fab-toolbar md-toolbar .md-toolbar-tools {
  padding: 0 20px;
  margin-top: 3px;
}

md-fab-toolbar md-toolbar .md-fab-action-item {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.15s;
}

md-fab-toolbar.md-is-open md-fab-trigger > button {
  box-shadow: none;
}

md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
  opacity: 0;
}

md-fab-toolbar.md-is-open .md-fab-action-item {
  opacity: 1;
  transform: scale(1);
}

md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative;
}

md-grid-list md-grid-tile, md-grid-list md-grid-tile > figure, md-grid-list md-grid-tile-header, md-grid-list md-grid-tile-footer {
  box-sizing: border-box;
}

md-grid-list md-grid-tile {
  display: block;
  position: absolute;
}

md-grid-list md-grid-tile figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

md-grid-list md-grid-tile md-grid-tile-header, md-grid-list md-grid-tile md-grid-tile-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}

md-grid-list md-grid-tile md-grid-tile-header h3, md-grid-list md-grid-tile md-grid-tile-header h4, md-grid-list md-grid-tile md-grid-tile-footer h3, md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}

md-grid-list md-grid-tile md-grid-tile-header h3, md-grid-list md-grid-tile md-grid-tile-footer h3 {
  font-size: 14px;
}

md-grid-list md-grid-tile md-grid-tile-header h4, md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-size: 12px;
}

md-grid-list md-grid-tile md-grid-tile-header {
  top: 0;
}

md-grid-list md-grid-tile md-grid-tile-footer {
  bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff;
  }
  md-grid-tile-footer {
    border-top: 1px solid #fff;
  }
}
md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
}

md-icon svg {
  pointer-events: none;
  display: block;
}

md-icon[md-font-icon] {
  line-height: 24px;
  width: auto;
}

md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
}

md-input-container:after {
  content: "";
  display: table;
  clear: both;
}

md-input-container.md-block {
  display: block;
}

md-input-container .md-errors-spacer {
  float: right;
  min-height: 24px;
  min-width: 1px;
}

[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
}

md-input-container > md-icon {
  position: absolute;
  top: 8px;
  left: 2px;
  right: auto;
}

[dir=rtl] md-input-container > md-icon {
  left: auto;
}

[dir=rtl] md-input-container > md-icon {
  right: 2px;
}

md-input-container textarea, md-input-container input[type=text], md-input-container input[type=password], md-input-container input[type=datetime], md-input-container input[type=datetime-local], md-input-container input[type=date], md-input-container input[type=month], md-input-container input[type=time], md-input-container input[type=week], md-input-container input[type=number], md-input-container input[type=email], md-input-container input[type=url], md-input-container input[type=search], md-input-container input[type=tel], md-input-container input[type=color] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

md-input-container input[type=date], md-input-container input[type=datetime-local], md-input-container input[type=month], md-input-container input[type=time], md-input-container input[type=week] {
  min-height: 26px;
}

md-input-container textarea {
  resize: none;
  overflow: hidden;
}

md-input-container textarea.md-input {
  min-height: 26px;
  -ms-flex-preferred-size: auto;
}

md-input-container textarea[md-no-autogrow] {
  height: auto;
  overflow: auto;
}

md-input-container label:not(.md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
}

[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
}

[dir=rtl] md-input-container label:not(.md-container-ignore) {
  right: 0;
}

md-input-container label:not(.md-container-ignore).md-required:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}

md-input-container label:not(.md-no-float):not(.md-container-ignore), md-input-container .md-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  transform-origin: left top;
}

[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), [dir=rtl] md-input-container .md-placeholder {
  padding-left: 0;
}

[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), [dir=rtl] md-input-container .md-placeholder {
  padding-right: 3px;
}

[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), [dir=rtl] md-input-container .md-placeholder {
  transform-origin: right top;
}

md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 30px, 0);
}

md-input-container.md-input-focused .md-placeholder {
  opacity: 1;
  transform: translate3d(0, 24px, 0);
}

md-input-container.md-input-has-value .md-placeholder {
  transition: none;
  opacity: 0;
}

md-input-container:not(.md-input-has-value):not(.md-input-has-placeholder) input:not(:focus) {
  color: rgba(0, 0, 0, 0);
}

md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text {
  color: rgba(0, 0, 0, 0);
}

md-input-container .md-input {
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  border-width: 0 0 1px 0;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

[dir=rtl] md-input-container .md-input {
  float: right;
}

md-input-container .md-input:focus {
  outline: none;
}

md-input-container .md-input:invalid {
  outline: none;
  box-shadow: none;
}

md-input-container .md-input.md-no-flex {
  flex: none !important;
}

md-input-container .md-char-counter {
  text-align: right;
  padding-right: 2px;
  padding-left: 0;
}

[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
}

[dir=rtl] md-input-container .md-char-counter {
  padding-right: 0;
}

[dir=rtl] md-input-container .md-char-counter {
  padding-left: 2px;
}

md-input-container .md-input-messages-animation {
  position: relative;
  order: 4;
  overflow: hidden;
  clear: left;
}

[dir=rtl] md-input-container .md-input-messages-animation {
  clear: right;
}

md-input-container .md-input-message-animation, md-input-container .md-char-counter {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  opacity: 1;
  margin-top: 0;
  padding-top: 5px;
}

md-input-container .md-input-message-animation:not(.md-char-counter), md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 5px;
  padding-left: 0;
}

[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 0;
}

[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 5px;
}

md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}

md-input-container .md-input-message-animation.ng-enter-prepare {
  opacity: 0;
  margin-top: -100px;
}

md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active) {
  opacity: 0;
  margin-top: -100px;
}

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
}

md-input-container.md-input-has-value label {
  transition: none;
}

md-input-container.md-input-focused .md-input, md-input-container .md-input.ng-invalid.ng-dirty, md-input-container.md-input-resized .md-input {
  padding-bottom: 0;
  border-width: 0 0 2px 0;
}

md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

md-input-container.md-icon-float {
  transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute;
}

md-input-container.md-icon-float > md-icon {
  top: 8px;
  left: 2px;
  right: auto;
}

[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
}

[dir=rtl] md-input-container.md-icon-float > md-icon {
  right: 2px;
}

md-input-container.md-icon-left > label:not(.md-no-float):not(.md-container-ignore), md-input-container.md-icon-left > label .md-placeholder, md-input-container.md-icon-right > label:not(.md-no-float):not(.md-container-ignore), md-input-container.md-icon-right > label .md-placeholder {
  width: calc(100% - 36px - 18px);
}

md-input-container.md-icon-left {
  padding-left: 36px;
  padding-right: 0;
}

[dir=rtl] md-input-container.md-icon-left {
  padding-left: 0;
}

[dir=rtl] md-input-container.md-icon-left {
  padding-right: 36px;
}

md-input-container.md-icon-left > label {
  left: 36px;
  right: auto;
}

[dir=rtl] md-input-container.md-icon-left > label {
  left: auto;
}

[dir=rtl] md-input-container.md-icon-left > label {
  right: 36px;
}

md-input-container.md-icon-right {
  padding-left: 0;
  padding-right: 36px;
}

[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
}

[dir=rtl] md-input-container.md-icon-right {
  padding-right: 0;
}

md-input-container.md-icon-right > md-icon:last-of-type {
  margin: 0;
  right: 2px;
  left: auto;
}

[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  right: auto;
}

[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  left: 2px;
}

md-input-container.md-icon-left.md-icon-right {
  padding-left: 36px;
  padding-right: 36px;
}

md-input-container.md-icon-left.md-icon-right > label:not(.md-no-float):not(.md-container-ignore), md-input-container.md-icon-left.md-icon-right > label .md-placeholder {
  width: calc(100% - 72px);
}

.md-resize-wrapper {
  position: relative;
}

.md-resize-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.md-resize-handle {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 10px;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  cursor: ns-resize;
}

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}
md-list {
  display: block;
  padding: 8px 0px 8px 0px;
}

md-list .md-subheader {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}

md-list.md-dense md-list-item, md-list.md-dense md-list-item .md-list-item-inner {
  min-height: 48px;
}

md-list.md-dense md-list-item::before, md-list.md-dense md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}

md-list.md-dense md-list-item md-icon:first-child, md-list.md-dense md-list-item .md-list-item-inner md-icon:first-child {
  width: 20px;
  height: 20px;
}

md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon), md-list.md-dense md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 36px;
}

[dir=rtl] md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon), [dir=rtl] md-list.md-dense md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 36px;
}

md-list.md-dense md-list-item .md-avatar, md-list.md-dense md-list-item .md-avatar-icon, md-list.md-dense md-list-item .md-list-item-inner .md-avatar, md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: 20px;
}

[dir=rtl] md-list.md-dense md-list-item .md-avatar, [dir=rtl] md-list.md-dense md-list-item .md-avatar-icon, [dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar, [dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 20px;
}

md-list.md-dense md-list-item .md-avatar, md-list.md-dense md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 36px;
  height: 36px;
}

md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}

[dir=rtl] md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}

md-list.md-dense md-list-item.md-2-line .md-list-item-text h3, md-list.md-dense md-list-item.md-2-line .md-list-item-text h4, md-list.md-dense md-list-item.md-2-line .md-list-item-text p, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h4, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list.md-dense md-list-item.md-3-line .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line .md-list-item-text h4, md-list.md-dense md-list-item.md-3-line .md-list-item-text p, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h4, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  line-height: 1.05;
  font-size: 12px;
}

md-list.md-dense md-list-item.md-2-line .md-list-item-text h3, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 13px;
}

md-list.md-dense md-list-item.md-2-line, md-list.md-dense md-list-item.md-2-line > .md-no-style {
  min-height: 60px;
}

md-list.md-dense md-list-item.md-2-line::before, md-list.md-dense md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 60px;
  visibility: hidden;
  display: inline-block;
}

md-list.md-dense md-list-item.md-2-line > .md-avatar, md-list.md-dense md-list-item.md-2-line .md-avatar-icon, md-list.md-dense md-list-item.md-2-line > .md-no-style > .md-avatar, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}

md-list.md-dense md-list-item.md-3-line, md-list.md-dense md-list-item.md-3-line > .md-no-style {
  min-height: 76px;
}

md-list.md-dense md-list-item.md-3-line::before, md-list.md-dense md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 76px;
  visibility: hidden;
  display: inline-block;
}

md-list.md-dense md-list-item.md-3-line > md-icon:first-child, md-list.md-dense md-list-item.md-3-line > .md-avatar, md-list.md-dense md-list-item.md-3-line > .md-no-style > md-icon:first-child, md-list.md-dense md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}

md-list-item {
  position: relative;
}

md-list-item.md-proxy-focus.md-focused .md-no-style {
  transition: background-color 0.15s linear;
}

md-list-item._md-button-wrap {
  position: relative;
}

md-list-item._md-button-wrap > div.md-button:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  margin: 0;
  font-weight: 400;
  text-align: left;
  border: medium none;
}

[dir=rtl] md-list-item._md-button-wrap > div.md-button:first-child {
  text-align: right;
}

md-list-item._md-button-wrap > div.md-button:first-child > .md-button:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner {
  width: 100%;
}

md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner::before {
  content: "";
  min-height: inherit;
  visibility: hidden;
  display: inline-block;
}

md-list-item.md-no-proxy, md-list-item .md-no-style {
  position: relative;
  padding: 0px 16px;
  flex: 1 1 auto;
}

md-list-item.md-no-proxy.md-button, md-list-item .md-no-style.md-button {
  font-size: inherit;
  height: inherit;
  text-align: left;
  text-transform: none;
  width: 100%;
  white-space: normal;
  flex-direction: inherit;
  align-items: inherit;
  border-radius: 0;
  margin: 0;
}

[dir=rtl] md-list-item.md-no-proxy.md-button, [dir=rtl] md-list-item .md-no-style.md-button {
  text-align: right;
}

md-list-item.md-no-proxy.md-button > .md-ripple-container, md-list-item .md-no-style.md-button > .md-ripple-container {
  border-radius: 0;
}

md-list-item.md-no-proxy:focus, md-list-item .md-no-style:focus {
  outline: none;
}

md-list-item.md-clickable:hover {
  cursor: pointer;
}

md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

[dir=rtl] md-list-item md-divider {
  left: auto;
  right: 0;
}

md-list-item md-divider[md-inset] {
  left: 72px;
  width: calc(100% - 72px);
  margin: 0 !important;
}

[dir=rtl] md-list-item md-divider[md-inset] {
  left: auto;
  right: 72px;
}

md-list-item, md-list-item .md-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  height: auto;
}

md-list-item::before, md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}

md-list-item > div.md-primary > md-icon:not(.md-avatar-icon), md-list-item > div.md-secondary > md-icon:not(.md-avatar-icon), md-list-item > md-icon:first-child:not(.md-avatar-icon), md-list-item > md-icon.md-secondary:not(.md-avatar-icon), md-list-item .md-list-item-inner > div.md-primary > md-icon:not(.md-avatar-icon), md-list-item .md-list-item-inner > div.md-secondary > md-icon:not(.md-avatar-icon), md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon), md-list-item .md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}

md-list-item > div.md-primary > md-checkbox, md-list-item > div.md-secondary > md-checkbox, md-list-item > md-checkbox, md-list-item md-checkbox.md-secondary, md-list-item .md-list-item-inner > div.md-primary > md-checkbox, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox, md-list-item .md-list-item-inner > md-checkbox, md-list-item .md-list-item-inner md-checkbox.md-secondary {
  align-self: center;
}

md-list-item > div.md-primary > md-checkbox .md-label, md-list-item > div.md-secondary > md-checkbox .md-label, md-list-item > md-checkbox .md-label, md-list-item md-checkbox.md-secondary .md-label, md-list-item .md-list-item-inner > div.md-primary > md-checkbox .md-label, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox .md-label, md-list-item .md-list-item-inner > md-checkbox .md-label, md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label {
  display: none;
}

md-list-item > md-icon:first-child:not(.md-avatar-icon), md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}

[dir=rtl] md-list-item > md-icon:first-child:not(.md-avatar-icon), [dir=rtl] md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 32px;
}

md-list-item .md-avatar, md-list-item .md-avatar-icon, md-list-item .md-list-item-inner .md-avatar, md-list-item .md-list-item-inner .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}

[dir=rtl] md-list-item .md-avatar, [dir=rtl] md-list-item .md-avatar-icon, [dir=rtl] md-list-item .md-list-item-inner .md-avatar, [dir=rtl] md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 16px;
}

md-list-item .md-avatar, md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 40px;
  height: 40px;
}

md-list-item .md-avatar-icon, md-list-item .md-list-item-inner .md-avatar-icon {
  padding: 8px;
}

md-list-item .md-avatar-icon svg, md-list-item .md-list-item-inner .md-avatar-icon svg {
  width: 24px;
  height: 24px;
}

md-list-item > md-checkbox, md-list-item .md-list-item-inner > md-checkbox {
  width: 24px;
  margin-left: 3px;
  margin-right: 29px;
  margin-top: 16px;
}

[dir=rtl] md-list-item > md-checkbox, [dir=rtl] md-list-item .md-list-item-inner > md-checkbox {
  margin-left: 29px;
}

[dir=rtl] md-list-item > md-checkbox, [dir=rtl] md-list-item .md-list-item-inner > md-checkbox {
  margin-right: 3px;
}

md-list-item .md-secondary-container, md-list-item .md-list-item-inner .md-secondary-container {
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  margin: auto;
  margin-right: 0;
  margin-left: auto;
}

[dir=rtl] md-list-item .md-secondary-container, [dir=rtl] md-list-item .md-list-item-inner .md-secondary-container {
  margin-right: auto;
}

[dir=rtl] md-list-item .md-secondary-container, [dir=rtl] md-list-item .md-list-item-inner .md-secondary-container {
  margin-left: 0;
}

md-list-item .md-secondary-container .md-button:last-of-type, md-list-item .md-secondary-container .md-icon-button:last-of-type, md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type, md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
  margin-right: 0;
}

[dir=rtl] md-list-item .md-secondary-container .md-button:last-of-type, [dir=rtl] md-list-item .md-secondary-container .md-icon-button:last-of-type, [dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type, [dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 0;
}

md-list-item .md-secondary-container md-checkbox, md-list-item .md-list-item-inner .md-secondary-container md-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

md-list-item .md-secondary-container md-checkbox:last-child, md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
  width: 24px;
  margin-right: 0;
}

[dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child, [dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
  margin-right: auto;
  margin-left: 0;
}

md-list-item .md-secondary-container md-switch, md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -6px;
}

[dir=rtl] md-list-item .md-secondary-container md-switch, [dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-right: auto;
  margin-left: -6px;
}

md-list-item > p, md-list-item > .md-list-item-inner > p, md-list-item .md-list-item-inner > p, md-list-item .md-list-item-inner > .md-list-item-inner > p {
  flex: 1 1 auto;
  margin: 0;
}

md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style, md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  align-items: flex-start;
  justify-content: center;
}

md-list-item.md-2-line.md-long-text, md-list-item.md-2-line > .md-no-style.md-long-text, md-list-item.md-3-line.md-long-text, md-list-item.md-3-line > .md-no-style.md-long-text {
  margin-top: 8px;
  margin-bottom: 8px;
}

md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text, md-list-item.md-3-line .md-list-item-text, md-list-item.md-3-line > .md-no-style .md-list-item-text {
  flex: 1 1 auto;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}

md-list-item.md-2-line .md-list-item-text.md-offset, md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list-item.md-3-line .md-list-item-text.md-offset, md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}

[dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}

md-list-item.md-2-line .md-list-item-text h3, md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list-item.md-3-line .md-list-item-text h3, md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0 0 0px 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

md-list-item.md-2-line .md-list-item-text h4, md-list-item.md-2-line > .md-no-style .md-list-item-text h4, md-list-item.md-3-line .md-list-item-text h4, md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 3px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

md-list-item.md-2-line .md-list-item-text p, md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list-item.md-3-line .md-list-item-text p, md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 0 0;
  line-height: 1.6em;
}

md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style {
  height: auto;
  min-height: 72px;
}

md-list-item.md-2-line::before, md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 72px;
  visibility: hidden;
  display: inline-block;
}

md-list-item.md-2-line > .md-avatar, md-list-item.md-2-line .md-avatar-icon, md-list-item.md-2-line > .md-no-style > .md-avatar, md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}

md-list-item.md-2-line > md-icon:first-child, md-list-item.md-2-line > .md-no-style > md-icon:first-child {
  align-self: flex-start;
}

md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text {
  flex: 1 1 auto;
}

md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  height: auto;
  min-height: 88px;
}

md-list-item.md-3-line::before, md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 88px;
  visibility: hidden;
  display: inline-block;
}

md-list-item.md-3-line > md-icon:first-child, md-list-item.md-3-line > .md-avatar, md-list-item.md-3-line > .md-no-style > md-icon:first-child, md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}

.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
  max-height: calc(100vh - 10px);
  overflow: auto;
}

.md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%;
}

.md-open-menu-container md-menu-content > * {
  opacity: 0;
}

.md-open-menu-container:not(.md-clickable) {
  pointer-events: none;
}

.md-open-menu-container.md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 200ms;
}

.md-open-menu-container.md-active > md-menu-content > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 200ms;
  transition-delay: 100ms;
}

.md-open-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

md-menu-content {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto;
}

md-menu-content.md-dense {
  max-height: 208px;
}

md-menu-content.md-dense md-menu-item {
  height: 32px;
  min-height: 32px;
}

md-menu-item {
  display: flex;
  flex-direction: row;
  min-height: 48px;
  height: 48px;
  align-content: center;
  justify-content: flex-start;
}

md-menu-item > * {
  width: 100%;
  margin: auto 0;
  padding-left: 16px;
  padding-right: 16px;
}

md-menu-item > a.md-button {
  padding-top: 5px;
}

md-menu-item > .md-button {
  text-align: left;
  display: inline-block;
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

md-menu-item > .md-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

[dir=rtl] md-menu-item > .md-button {
  text-align: right;
}

md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0;
}

[dir=rtl] md-menu-item > .md-button md-icon {
  margin: auto 0 auto 16px;
}

md-menu-item > .md-button p {
  display: inline-block;
  margin: auto;
}

md-menu-item > .md-button span {
  margin-top: auto;
  margin-bottom: auto;
}

md-menu-item > .md-button .md-ripple-container {
  border-radius: inherit;
}

md-toolbar .md-menu {
  height: auto;
  margin: auto;
  padding: 0;
}

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px;
  }
  md-menu-content[width="3"] {
    min-width: 168px;
  }
  md-menu-content[width="4"] {
    min-width: 224px;
  }
  md-menu-content[width="5"] {
    min-width: 280px;
  }
  md-menu-content[width="6"] {
    min-width: 336px;
  }
  md-menu-content[width="7"] {
    min-width: 392px;
  }
}
@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px;
  }
  md-menu-content[width="3"] {
    min-width: 192px;
  }
  md-menu-content[width="4"] {
    min-width: 256px;
  }
  md-menu-content[width="5"] {
    min-width: 320px;
  }
  md-menu-content[width="6"] {
    min-width: 384px;
  }
  md-menu-content[width="7"] {
    min-width: 448px;
  }
}
md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
  line-height: 1rem;
  height: auto;
  padding: 28px;
  padding-bottom: 12px;
}

md-toolbar.md-has-open-menu {
  position: relative;
  z-index: 100;
}

md-menu-bar {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2;
}

md-menu-bar .md-menu {
  display: inline-block;
  padding: 0;
  position: relative;
}

md-menu-bar button {
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 40px;
}

md-menu-bar md-backdrop.md-menu-backdrop {
  z-index: -2;
}

md-menu-content.md-menu-bar-menu.md-dense {
  max-height: none;
  padding: 16px 0;
}

md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent {
  position: relative;
}

md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  position: absolute;
  padding: 0;
  width: 24px;
  top: 6px;
  left: 24px;
}

[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  left: auto;
  right: 24px;
}

md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button, md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
  padding: 0 32px 0 64px;
}

[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button, [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
  padding: 0 64px 0 32px;
}

md-menu-content.md-menu-bar-menu.md-dense .md-button {
  min-height: 0;
  height: 32px;
}

md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  float: left;
}

[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  float: right;
}

md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  float: right;
  margin: 0 8px;
}

[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  float: left;
}

md-menu-content.md-menu-bar-menu.md-dense md-menu-divider {
  margin: 8px 0;
}

md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button, md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  text-align: left;
}

[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button, [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  text-align: right;
}

md-menu-content.md-menu-bar-menu.md-dense .md-menu {
  padding: 0;
}

md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  position: relative;
  margin: 0;
  width: 100%;
  text-transform: none;
  font-weight: normal;
  border-radius: 0px;
  padding-left: 16px;
}

[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  padding-left: 0;
  padding-right: 16px;
}

md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  display: block;
  content: "▼";
  position: absolute;
  top: 0px;
  speak: none;
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px;
}

[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
}

[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  right: auto;
  left: 28px;
}

.md-nav-bar {
  border-style: solid;
  border-width: 0 0 1px;
  height: 48px;
  position: relative;
}

._md-nav-bar-list {
  outline: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.md-nav-item:first-of-type {
  margin-left: 8px;
}

.md-button._md-nav-button {
  line-height: 24px;
  margin: 0 4px;
  padding: 12px 16px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}

.md-button._md-nav-button:focus {
  outline: none;
}

md-nav-ink-bar {
  bottom: 0;
  height: 2px;
  left: auto;
  position: absolute;
  right: auto;
  background-color: #000;
}

md-nav-ink-bar._md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}

md-nav-ink-bar._md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-nav-ink-bar.ng-animate {
  transition: none;
}

md-nav-extra-content {
  min-height: 48px;
  padding-right: 12px;
}

@keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
md-progress-circular {
  position: relative;
  display: block;
}

md-progress-circular._md-progress-circular-disabled {
  visibility: hidden;
}

md-progress-circular.md-mode-indeterminate svg {
  animation: indeterminate-rotate 1568.63ms linear infinite;
}

md-progress-circular svg {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
}

md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

md-progress-linear._md-progress-linear-disabled {
  visibility: hidden;
}

md-progress-linear .md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
}

md-progress-linear .md-container .md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}

md-progress-linear .md-container .md-dashed:before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-size: 10px 10px !important;
  background-position: 0px -23px;
}

md-progress-linear .md-container .md-bar1, md-progress-linear .md-container .md-bar2 {
  transition: transform 0.2s linear;
}

md-progress-linear .md-container.md-mode-query .md-bar1 {
  display: none;
}

md-progress-linear .md-container.md-mode-query .md-bar2 {
  transition: all 0.2s linear;
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}

md-progress-linear .md-container.md-mode-determinate .md-bar1 {
  display: none;
}

md-progress-linear .md-container.md-mode-indeterminate .md-bar1 {
  animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
}

md-progress-linear .md-container.md-mode-indeterminate .md-bar2 {
  animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
}

md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container {
  animation: none;
}

md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1 {
  animation-name: none;
}

md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
  animation-name: none;
}

md-progress-linear .md-container.md-mode-buffer {
  background-color: rgba(0, 0, 0, 0) !important;
  transition: all 0.2s linear;
}

md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
  display: block;
  animation: buffer 3s infinite linear;
}

@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.1666666667%;
    animation-timing-function: linear;
  }
  20% {
    left: -105.1666666667%;
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
  }
  69.15% {
    left: 21.5%;
    animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
  }
  100% {
    left: 95.4444444444%;
  }
}
@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
  }
  19.15% {
    transform: scaleX(0.57);
    animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
  }
  44.15% {
    transform: scaleX(0.91);
    animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.8888888889%;
    animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
  }
  25% {
    left: -17.25%;
    animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
  }
  48.35% {
    left: 29.5%;
    animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
  }
  100% {
    left: 117.3888888889%;
  }
}
md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

md-radio-button[disabled] {
  cursor: default;
}

md-radio-button[disabled] .md-container {
  cursor: default;
}

md-radio-button .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 0;
  right: auto;
}

[dir=rtl] md-radio-button .md-container {
  left: auto;
}

[dir=rtl] md-radio-button .md-container {
  right: 0;
}

md-radio-button .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}

md-radio-button .md-container:before {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}

md-radio-button.md-align-top-left > div.md-container {
  top: 12px;
}

md-radio-button .md-off {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  transition: border-color ease 0.28s;
}

md-radio-button .md-on {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform ease 0.28s;
  transform: scale(0);
}

md-radio-button.md-checked .md-on {
  transform: scale(0.5);
}

md-radio-button .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}

[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
}

[dir=rtl] md-radio-button .md-label {
  margin-right: 30px;
}

md-radio-group.layout-column md-radio-button, md-radio-group.layout-xs-column md-radio-button, md-radio-group.layout-gt-xs-column md-radio-button, md-radio-group.layout-sm-column md-radio-button, md-radio-group.layout-gt-sm-column md-radio-button, md-radio-group.layout-md-column md-radio-button, md-radio-group.layout-gt-md-column md-radio-button, md-radio-group.layout-lg-column md-radio-button, md-radio-group.layout-gt-lg-column md-radio-button, md-radio-group.layout-xl-column md-radio-button {
  margin-bottom: 16px;
}

md-radio-group.layout-row md-radio-button, md-radio-group.layout-xs-row md-radio-button, md-radio-group.layout-gt-xs-row md-radio-button, md-radio-group.layout-sm-row md-radio-button, md-radio-group.layout-gt-sm-row md-radio-button, md-radio-group.layout-md-row md-radio-button, md-radio-group.layout-gt-md-row md-radio-button, md-radio-group.layout-lg-row md-radio-button, md-radio-group.layout-gt-lg-row md-radio-button, md-radio-group.layout-xl-row md-radio-button {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 16px;
}

[dir=rtl] md-radio-group.layout-row md-radio-button, [dir=rtl] md-radio-group.layout-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-md-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-md-row md-radio-button, [dir=rtl] md-radio-group.layout-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-xl-row md-radio-button {
  margin-left: 16px;
}

[dir=rtl] md-radio-group.layout-row md-radio-button, [dir=rtl] md-radio-group.layout-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-md-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-md-row md-radio-button, [dir=rtl] md-radio-group.layout-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-xl-row md-radio-button {
  margin-right: 0;
}

md-radio-group.layout-row md-radio-button:last-of-type, md-radio-group.layout-xs-row md-radio-button:last-of-type, md-radio-group.layout-gt-xs-row md-radio-button:last-of-type, md-radio-group.layout-sm-row md-radio-button:last-of-type, md-radio-group.layout-gt-sm-row md-radio-button:last-of-type, md-radio-group.layout-md-row md-radio-button:last-of-type, md-radio-group.layout-gt-md-row md-radio-button:last-of-type, md-radio-group.layout-lg-row md-radio-button:last-of-type, md-radio-group.layout-gt-lg-row md-radio-button:last-of-type, md-radio-group.layout-xl-row md-radio-button:last-of-type {
  margin-left: 0;
  margin-right: 0;
}

md-radio-group:focus {
  outline: none;
}

md-radio-group.md-focused.ng-not-empty .md-checked .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

md-radio-group.md-focused.ng-empty > md-radio-button:first-child .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

md-radio-group[disabled] md-radio-button {
  cursor: default;
}

md-radio-group[disabled] md-radio-button .md-container {
  cursor: default;
}

.md-inline-form md-radio-group {
  margin: 18px 0 19px;
}

.md-inline-form md-radio-group md-radio-button {
  display: inline-block;
  height: 30px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff;
  }
}
md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: left top;
}

[dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transform-origin: right top;
}

md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
  transform: translateY(-22px) translateX(-2px) scale(0.75);
}

.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
  transform: translateY(-1px);
}

.md-select-menu-container:not(.md-clickable) {
  pointer-events: none;
}

.md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important;
}

.md-select-menu-container.md-active {
  display: block;
  opacity: 1;
}

.md-select-menu-container.md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
}

.md-select-menu-container.md-active md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transition-delay: 100ms;
}

.md-select-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

md-input-container > md-select {
  margin: 0;
  order: 2;
}

md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after, md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}

md-input-container.md-input-invalid md-select .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px;
}

md-select {
  display: flex;
  margin: 20px 0 26px 0;
}

md-select[required].ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after, md-select.ng-required.ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}

md-select[disabled] .md-select-value {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}

md-select:focus {
  outline: none;
}

md-select[disabled]:hover {
  cursor: default;
}

md-select:not([disabled]):hover {
  cursor: pointer;
}

md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px;
}

md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0;
}

md-select:not([disabled]):focus.ng-invalid.ng-touched .md-select-value {
  padding-bottom: 0;
}

md-input-container.md-input-has-value .md-select-value > span:not(.md-select-icon) {
  transform: translate3d(0, 1px, 0);
}

.md-select-value {
  display: flex;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 26px;
  flex-grow: 1;
}

.md-select-value > span:not(.md-select-icon) {
  max-width: 100%;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.md-select-value > span:not(.md-select-icon) .md-text {
  display: inline;
}

.md-select-value .md-select-icon {
  display: block;
  align-items: flex-end;
  text-align: right;
  width: 24px;
  margin: 0 4px;
  transform: translate3d(0, -2px, 0);
  font-size: 1.2rem;
}

[dir=rtl] .md-select-value .md-select-icon {
  align-items: flex-start;
}

[dir=rtl] .md-select-value .md-select-icon {
  text-align: left;
}

.md-select-value .md-select-icon:after {
  display: block;
  content: "▼";
  position: relative;
  top: 2px;
  speak: none;
  font-size: 13px;
  transform: scaleY(0.5) scaleX(1);
}

.md-select-value.md-select-placeholder {
  display: flex;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  z-index: 1;
}

md-select-menu {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  transform-origin: left top;
  transform: scale(1);
}

md-select-menu.md-reverse {
  flex-direction: column-reverse;
}

md-select-menu:not(.md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px;
}

[dir=rtl] md-select-menu {
  transform-origin: right top;
}

md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto;
}

md-select-menu > * {
  opacity: 0;
}

md-option {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  transition: background 0.15s linear;
  padding: 0 16px 0 16px;
  height: 48px;
}

md-option[disabled] {
  cursor: default;
}

md-option:focus {
  outline: none;
}

md-option .md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

md-optgroup {
  display: block;
}

md-optgroup label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 500;
}

md-optgroup md-option {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: rgba(0, 0, 0, 0);
  }
  md-select-menu {
    border: 1px solid #fff;
  }
}
md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 40px;
  padding-right: 16px;
}

[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 16px;
}

[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-right: 40px;
}

md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  right: auto;
}

[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  left: auto;
}

[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  right: 0;
}

md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:before {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}

md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

md-select-menu[multiple] md-option.md-checkbox-enabled .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}

md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}

md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon {
  border-color: rgba(0, 0, 0, 0);
}

md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4.6666666667px;
  top: 0.2222222222px;
  display: table;
  width: 6.6666666667px;
  height: 13.3333333333px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}

md-select-menu[multiple] md-option.md-checkbox-enabled[disabled] {
  cursor: default;
}

md-select-menu[multiple] md-option.md-checkbox-enabled.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 12px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}

md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: 10.6666666667px;
  margin-right: auto;
}

[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: auto;
}

[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-right: 10.6666666667px;
}

md-sidenav {
  box-sizing: border-box;
  position: absolute;
  flex-direction: column;
  z-index: 60;
  width: 320px;
  max-width: 320px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

md-sidenav ul {
  list-style: none;
}

md-sidenav.md-closed {
  display: none;
}

md-sidenav.md-closed-add, md-sidenav.md-closed-remove {
  display: flex;
  transition: 0.2s ease-in all;
}

md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-sidenav.md-locked-open-add, md-sidenav.md-locked-open-remove {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}

md-sidenav.md-locked-open, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed.md-sidenav-right {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}

md-sidenav.md-locked-open-remove.md-closed {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}

md-sidenav.md-closed.md-locked-open-add {
  position: static;
  display: flex;
  transform: translate3d(0%, 0, 0);
}

md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active) {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}

md-sidenav.md-closed.md-locked-open-add-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-sidenav.md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}

.md-sidenav-backdrop.md-locked-open {
  display: none;
}

.md-sidenav-left, md-sidenav {
  left: 0;
  top: 0;
  transform: translate3d(0%, 0, 0);
}

.md-sidenav-left.md-closed, md-sidenav.md-closed {
  transform: translate3d(-100%, 0, 0);
}

.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0);
}

.md-sidenav-right.md-closed {
  transform: translate(0%, 0);
}

@media (min-width: 600px) {
  md-sidenav {
    max-width: 400px;
  }
}
@media (max-width: 456px) {
  md-sidenav {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px);
  }
}
@media screen and (-ms-high-contrast: active) {
  .md-sidenav-left, md-sidenav {
    border-right: 1px solid #fff;
  }
  .md-sidenav-right {
    border-left: 1px solid #fff;
  }
}
@keyframes sliderFocusThumb {
  0% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sliderDiscreteFocusRing {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
  }
}
md-slider {
  height: 48px;
  min-width: 128px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: block;
  flex-direction: row;
}

md-slider *, md-slider *:after {
  box-sizing: border-box;
}

md-slider .md-slider-wrapper {
  outline: none;
  width: 100%;
  height: 100%;
}

md-slider .md-slider-content {
  position: relative;
}

md-slider .md-track-container {
  width: 100%;
  position: absolute;
  top: 23px;
  height: 2px;
}

md-slider .md-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

md-slider .md-track-fill {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: width, height;
}

md-slider .md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

md-slider .md-track-ticks canvas {
  width: 100%;
  height: 100%;
}

md-slider .md-thumb-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: left, right, bottom;
}

[dir=rtl] md-slider .md-thumb-container {
  left: auto;
  right: 0;
}

md-slider .md-thumb {
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: scale(0.7);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

[dir=rtl] md-slider .md-thumb {
  left: auto;
  right: -10px;
}

md-slider .md-thumb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  transition: inherit;
}

md-slider .md-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -14px;
  top: -17px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.4) translate3d(0, 67.5px, 0);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider .md-sign:after {
  position: absolute;
  content: "";
  left: 0px;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  border-top-width: 16px;
  border-top-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

[dir=rtl] md-slider .md-sign:after {
  left: auto;
  right: 0px;
}

md-slider .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}

md-slider .md-focus-ring {
  position: absolute;
  left: -17px;
  top: 7px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}

[dir=rtl] md-slider .md-focus-ring {
  left: auto;
  right: -17px;
}

md-slider .md-disabled-thumb {
  position: absolute;
  left: -14px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.5);
  border-width: 4px;
  border-style: solid;
  display: none;
}

[dir=rtl] md-slider .md-disabled-thumb {
  left: auto;
  right: -14px;
}

md-slider.md-min .md-sign {
  opacity: 0;
}

md-slider:focus {
  outline: none;
}

md-slider.md-dragging .md-thumb-container, md-slider.md-dragging .md-track-fill {
  transition: none;
}

md-slider:not([md-discrete]) .md-track-ticks, md-slider:not([md-discrete]) .md-sign {
  display: none;
}

md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover {
  transform: scale(0.8);
}

md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(1);
  opacity: 1;
}

md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb {
  transform: scale(1);
}

md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(0);
  animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb, md-slider[md-discrete]:not([disabled]).md-active .md-thumb {
  transform: scale(0);
}

md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign, md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after, md-slider[md-discrete]:not([disabled]).md-active .md-sign, md-slider[md-discrete]:not([disabled]).md-active .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

md-slider[md-discrete][disabled][readonly] .md-thumb {
  transform: scale(0);
}

md-slider[md-discrete][disabled][readonly] .md-sign, md-slider[md-discrete][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

md-slider[disabled] .md-track-fill {
  display: none;
}

md-slider[disabled] .md-track-ticks {
  opacity: 0;
}

md-slider[disabled]:not([readonly]) .md-sign {
  opacity: 0;
}

md-slider[disabled] .md-thumb {
  transform: scale(0.5);
}

md-slider[disabled] .md-disabled-thumb {
  display: block;
}

md-slider[md-vertical] {
  flex-direction: column;
  min-height: 128px;
  min-width: 0;
}

md-slider[md-vertical] .md-slider-wrapper {
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 48px;
  align-self: center;
  display: flex;
  justify-content: center;
}

md-slider[md-vertical] .md-track-container {
  height: 100%;
  width: 2px;
  top: 0;
  left: calc(50% - 1px);
}

md-slider[md-vertical] .md-thumb-container {
  top: auto;
  margin-bottom: 23px;
  left: calc(50% - 1px);
  bottom: 0;
}

md-slider[md-vertical] .md-thumb-container .md-thumb:after {
  left: 1px;
}

md-slider[md-vertical] .md-thumb-container .md-focus-ring {
  left: -16px;
}

md-slider[md-vertical] .md-track-fill {
  bottom: 0;
}

md-slider[md-vertical][md-discrete] .md-sign {
  left: -40px;
  top: 9.5px;
  transform: scale(0.4) translate3d(67.5px, 0, 0);
}

md-slider[md-vertical][md-discrete] .md-sign:after {
  top: 9.5px;
  left: 19px;
  border-top: 14px solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 14px solid rgba(0, 0, 0, 0);
  border-left-width: 16px;
  border-left-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s ease-in-out;
}

md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}

md-slider[md-vertical][md-discrete].md-active .md-sign:after, md-slider[md-vertical][md-discrete] .md-focused .md-sign:after, md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after {
  top: 0;
}

md-slider[md-vertical][disabled][readonly] .md-thumb {
  transform: scale(0);
}

md-slider[md-vertical][disabled][readonly] .md-sign, md-slider[md-vertical][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: auto;
  right: 0;
}

[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: 0;
}

[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  right: auto;
}

md-slider[md-invert][md-vertical] .md-track-fill {
  bottom: auto;
  top: 0;
}

md-slider-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}

md-slider-container > *:first-child:not(md-slider), md-slider-container > *:last-child:not(md-slider) {
  min-width: 25px;
  max-width: 42px;
  height: 25px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: color, max-width;
}

md-slider-container > *:first-child:not(md-slider) {
  margin-right: 16px;
}

[dir=rtl] md-slider-container > *:first-child:not(md-slider) {
  margin-right: auto;
  margin-left: 16px;
}

md-slider-container > *:last-child:not(md-slider) {
  margin-left: 16px;
}

[dir=rtl] md-slider-container > *:last-child:not(md-slider) {
  margin-left: auto;
  margin-right: 16px;
}

md-slider-container[md-vertical] {
  flex-direction: column;
}

md-slider-container[md-vertical] > *:first-child:not(md-slider), md-slider-container[md-vertical] > *:last-child:not(md-slider) {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}

md-slider-container md-input-container input[type=number] {
  text-align: center;
  padding-left: 15px;
  height: 50px;
  margin-top: -25px;
}

[dir=rtl] md-slider-container md-input-container input[type=number] {
  padding-left: 0;
  padding-right: 15px;
}

@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff;
  }
}
.md-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  transform: translate3d(-9999px, -9999px, 0);
}

.md-sticky-clone[sticky-state=active] {
  transform: translate3d(0, 0, 0);
}

.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner {
  animation: subheaderStickyHoverIn 0.3s ease-out both;
}

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}
@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: 0.2s ease-out margin;
}

.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0;
}

.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
  z-index: 2;
}

.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active] {
  margin-top: -2px;
}

.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after {
  animation: subheaderStickyHoverOut 0.3s ease-out both;
}

.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 0 0;
  position: relative;
}

.md-subheader .md-subheader-inner {
  display: block;
  padding: 16px;
}

.md-subheader .md-subheader-content {
  display: block;
  z-index: 1;
  position: relative;
}

[md-swipe-left], [md-swipe-right] {
  touch-action: pan-y;
}

[md-swipe-up], [md-swipe-down] {
  touch-action: pan-x;
}

.md-inline-form md-switch {
  margin-top: 18px;
  margin-bottom: 19px;
}

md-switch {
  margin: 16px 0;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  user-select: none;
  height: 30px;
  line-height: 28px;
  align-items: center;
  display: flex;
  margin-left: inherit;
  margin-right: 16px;
}

[dir=rtl] md-switch {
  margin-left: 16px;
}

[dir=rtl] md-switch {
  margin-right: inherit;
}

md-switch:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}

[dir=rtl] md-switch:last-of-type {
  margin-left: 0;
}

[dir=rtl] md-switch:last-of-type {
  margin-right: inherit;
}

md-switch[disabled] {
  cursor: default;
}

md-switch[disabled] .md-container {
  cursor: default;
}

md-switch .md-container {
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  user-select: none;
  margin-right: 8px;
  float: left;
}

[dir=rtl] md-switch .md-container {
  margin-right: 0px;
  margin-left: 8px;
}

md-switch.md-inverted .md-container {
  margin-right: initial;
  margin-left: 8px;
}

[dir=rtl] md-switch.md-inverted .md-container {
  margin-right: 8px;
}

[dir=rtl] md-switch.md-inverted .md-container {
  margin-left: initial;
}

md-switch:not([disabled]) .md-dragging, md-switch:not([disabled]).md-dragging .md-container {
  cursor: grabbing;
}

md-switch.md-focused .md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

md-switch .md-label {
  border-color: rgba(0, 0, 0, 0);
  border-width: 0;
  float: left;
}

md-switch .md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}

md-switch .md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

md-switch.md-checked .md-thumb-container {
  transform: translate3d(100%, 0, 0);
}

md-switch .md-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

md-switch .md-thumb:before {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}

md-switch .md-thumb .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}

md-switch:not(.md-dragging) .md-bar, md-switch:not(.md-dragging) .md-thumb-container, md-switch:not(.md-dragging) .md-thumb {
  transition: all 0.08s linear;
  transition-property: transform, background-color;
}

md-switch:not(.md-dragging) .md-bar, md-switch:not(.md-dragging) .md-thumb {
  transition-delay: 0.05s;
}

@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666;
  }
  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9e9e9e;
  }
  md-switch.md-default-theme .md-thumb {
    background-color: #fff;
  }
}
@keyframes md-tab-content-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 248px;
}

md-tabs[md-align-tabs=bottom] {
  padding-bottom: 48px;
}

md-tabs[md-align-tabs=bottom] md-tabs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2;
}

md-tabs[md-align-tabs=bottom] md-tabs-content-wrapper {
  top: 0;
  bottom: 48px;
}

md-tabs.md-dynamic-height md-tabs-content-wrapper {
  min-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
}

md-tabs.md-dynamic-height md-tab-content.md-active {
  position: relative;
}

md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
}

md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 49px;
}

md-tabs-wrapper {
  display: block;
  position: relative;
  transform: translate(0, 0);
}

md-tabs-wrapper md-prev-button, md-tabs-wrapper md-next-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: rgba(0, 0, 0, 0) no-repeat center center;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tabs-wrapper md-prev-button:focus, md-tabs-wrapper md-next-button:focus {
  outline: none;
}

md-tabs-wrapper md-prev-button.md-disabled, md-tabs-wrapper md-next-button.md-disabled {
  opacity: 0.25;
  cursor: default;
}

md-tabs-wrapper md-prev-button.ng-leave, md-tabs-wrapper md-next-button.ng-leave {
  transition: none;
}

md-tabs-wrapper md-prev-button md-icon, md-tabs-wrapper md-next-button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir=rtl] md-tabs-wrapper md-prev-button, [dir=rtl] md-tabs-wrapper md-next-button {
  transform: rotateY(180deg) translateY(-50%);
}

md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==");
}

[dir=rtl] md-tabs-wrapper md-prev-button {
  left: auto;
  right: 0;
}

md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K");
}

[dir=rtl] md-tabs-wrapper md-next-button {
  right: auto;
  left: 0;
}

md-tabs-wrapper md-next-button md-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}

md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  flex-direction: row;
}

md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  flex-grow: 1;
}

md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}

md-tabs-canvas:after {
  content: "";
  display: table;
  clear: both;
}

md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

[dir=rtl] md-tabs-canvas .md-dummy-wrapper {
  left: auto;
  right: 0;
}

md-tabs-canvas.md-paginated {
  margin: 0 32px;
}

md-tabs-canvas.md-center-tabs {
  display: flex;
  flex-direction: column;
  text-align: center;
}

md-tabs-canvas.md-center-tabs .md-tab {
  float: none;
  display: inline-block;
}

md-pagination-wrapper {
  height: 48px;
  display: flex;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
  transform: translate(0, 0);
}

md-pagination-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

[dir=rtl] md-pagination-wrapper {
  left: auto;
  right: 0;
}

md-pagination-wrapper.md-center-tabs {
  position: relative;
  justify-content: center;
}

md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

md-tab-content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  transform: translate(0, 0);
}

md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}

md-tab-content.ng-leave, md-tab-content.md-no-transition {
  transition: none;
}

md-tab-content.md-left:not(.md-active) {
  transform: translateX(-100%);
  animation: 1s md-tab-content-hide;
  visibility: hidden;
}

[dir=rtl] md-tab-content.md-left:not(.md-active) {
  transform: translateX(100%);
}

md-tab-content.md-left:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}

md-tab-content.md-right:not(.md-active) {
  transform: translateX(100%);
  animation: 1s md-tab-content-hide;
  visibility: hidden;
}

[dir=rtl] md-tab-content.md-right:not(.md-active) {
  transform: translateX(-100%);
}

md-tab-content.md-right:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}

md-tab-content > div {
  flex: 1 0 100%;
  min-width: 0;
}

md-tab-content > div.ng-leave {
  animation: 1s md-tab-content-hide;
}

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
}

md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}

md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px;
}

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .md-tab {
  float: right;
}

.md-tab.md-focused, .md-tab:focus {
  box-shadow: none;
  outline: none;
}

.md-tab.md-active {
  cursor: default;
}

.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}

.md-tab.ng-leave {
  transition: none;
}

md-toolbar + md-tabs, md-toolbar + md-dialog-content md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.md-toast-text {
  padding: 0 6px;
}

md-toast {
  position: absolute;
  z-index: 105;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  padding: 8px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-toast .md-toast-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 18px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  overflow: hidden;
  transform: translate3d(0, 0, 0) rotateZ(0deg);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  justify-content: flex-start;
}

md-toast .md-toast-content::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}

[dir=rtl] md-toast .md-toast-content {
  justify-content: flex-end;
}

md-toast .md-toast-content span {
  flex: 1 1 0%;
  box-sizing: border-box;
  min-width: 0;
}

md-toast.md-capsule {
  border-radius: 24px;
}

md-toast.md-capsule .md-toast-content {
  border-radius: 24px;
}

md-toast.ng-leave-active .md-toast-content {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-toast.md-swipeleft .md-toast-content, md-toast.md-swiperight .md-toast-content, md-toast.md-swipeup .md-toast-content, md-toast.md-swipedown .md-toast-content {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-toast.ng-enter {
  opacity: 0;
}

md-toast.ng-enter .md-toast-content {
  transform: translate3d(0, 100%, 0);
}

md-toast.ng-enter.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}

md-toast.ng-enter.ng-enter-active {
  opacity: 1;
}

md-toast.ng-enter.ng-enter-active .md-toast-content {
  transform: translate3d(0, 0, 0);
}

md-toast.ng-leave.ng-leave-active .md-toast-content {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
  transform: translate3d(0, -50%, 0);
}

md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
  transform: translate3d(0, 50%, 0);
}

md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}

md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}

md-toast .md-button {
  min-width: 0;
  margin-right: 0;
  margin-left: 12px;
}

[dir=rtl] md-toast .md-button {
  margin-right: 12px;
}

[dir=rtl] md-toast .md-button {
  margin-left: 0;
}

@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0;
    padding: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    transform: translate3d(0, -50%, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
  }
  md-toast.md-bottom {
    bottom: 0;
  }
  md-toast.md-left {
    left: 0;
  }
  md-toast.md-right {
    right: 0;
  }
  md-toast.md-top {
    top: 0;
  }
  md-toast._md-start {
    left: 0;
  }
  [dir=rtl] md-toast._md-start {
    left: auto;
    right: 0;
  }
  md-toast._md-end {
    right: 0;
  }
  [dir=rtl] md-toast._md-end {
    right: auto;
    left: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content {
    transform: translate3d(-50%, 0, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
    transform: translate3d(50%, 0, 0);
  }
}
@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px;
  }
}
@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff;
  }
}
.md-toast-animating {
  overflow: hidden !important;
}

md-toolbar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
}

md-toolbar._md-toolbar-transitions {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}

md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
  transition: box-shadow 0.5s linear;
}

md-toolbar md-toolbar-filler {
  width: 72px;
}

md-toolbar *, md-toolbar *:before, md-toolbar *:after {
  box-sizing: border-box;
}

md-toolbar.ng-animate {
  transition: none;
}

md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
}

md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}

md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

md-toolbar > .md-indent {
  margin-left: 64px;
}

[dir=rtl] md-toolbar > .md-indent {
  margin-left: auto;
  margin-right: 64px;
}

md-toolbar ~ md-content > md-list {
  padding: 0;
}

md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
  display: none;
}

.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0;
}

.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}

.md-toolbar-tools a {
  color: inherit;
  text-decoration: none;
}

.md-toolbar-tools .fill-height {
  display: flex;
  align-items: center;
}

.md-toolbar-tools md-checkbox {
  margin: inherit;
}

.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0;
}

.md-toolbar-tools .md-button, .md-toolbar-tools .md-button.md-icon-button md-icon {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}

.md-toolbar-tools .md-button.ng-animate, .md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate {
  transition: none;
}

.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px;
}

[dir=rtl] .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -8px;
}

.md-toolbar-tools > .md-button:last-child {
  margin-right: -8px;
}

[dir=rtl] .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: -8px;
}

.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}

[dir=rtl] .md-toolbar-tools > md-menu:last-child {
  margin-right: auto;
  margin-left: -8px;
}

.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0;
}

[dir=rtl] .md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }
  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px;
  }
  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}
.md-tooltip {
  pointer-events: none;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
}

.md-tooltip.md-origin-top {
  transform-origin: center bottom;
  margin-top: -24px;
}

.md-tooltip.md-origin-right {
  transform-origin: left center;
  margin-left: 24px;
}

.md-tooltip.md-origin-bottom {
  transform-origin: center top;
  margin-top: 24px;
}

.md-tooltip.md-origin-left {
  transform-origin: right center;
  margin-left: -24px;
}

@media (min-width: 960px) {
  .md-tooltip {
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .md-tooltip.md-origin-top {
    margin-top: -14px;
  }
  .md-tooltip.md-origin-right {
    margin-left: 14px;
  }
  .md-tooltip.md-origin-bottom {
    margin-top: 14px;
  }
  .md-tooltip.md-origin-left {
    margin-left: -14px;
  }
}
.md-tooltip.md-show-add {
  transform: scale(0);
}

.md-tooltip.md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
  transform: scale(1);
  opacity: 0.9;
}

.md-tooltip.md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transform: scale(0);
  opacity: 0;
}

.md-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.md-truncate.md-clip {
  text-overflow: clip;
}

.md-truncate.flex {
  width: 0;
}

.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}

.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
}

.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap;
}

[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  right: auto;
  left: auto;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-3dp {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-4dp, .md-whiteframe-z2 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-5dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-6dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-7dp, .md-whiteframe-z3 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-8dp {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-9dp {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-10dp, .md-whiteframe-z4 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-11dp {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-12dp {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-13dp, .md-whiteframe-z5 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-14dp {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-15dp {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-16dp {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-17dp {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-18dp {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-19dp {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-20dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-21dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-22dp {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-23dp {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-24dp {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff;
  }
}
@media print {
  md-whiteframe, [md-whiteframe] {
    background-color: #fff;
  }
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
.flex-order {
  order: 0;
}

.flex-order--20 {
  order: -20;
}

.flex-order--19 {
  order: -19;
}

.flex-order--18 {
  order: -18;
}

.flex-order--17 {
  order: -17;
}

.flex-order--16 {
  order: -16;
}

.flex-order--15 {
  order: -15;
}

.flex-order--14 {
  order: -14;
}

.flex-order--13 {
  order: -13;
}

.flex-order--12 {
  order: -12;
}

.flex-order--11 {
  order: -11;
}

.flex-order--10 {
  order: -10;
}

.flex-order--9 {
  order: -9;
}

.flex-order--8 {
  order: -8;
}

.flex-order--7 {
  order: -7;
}

.flex-order--6 {
  order: -6;
}

.flex-order--5 {
  order: -5;
}

.flex-order--4 {
  order: -4;
}

.flex-order--3 {
  order: -3;
}

.flex-order--2 {
  order: -2;
}

.flex-order--1 {
  order: -1;
}

.flex-order-0 {
  order: 0;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

.flex-order-5 {
  order: 5;
}

.flex-order-6 {
  order: 6;
}

.flex-order-7 {
  order: 7;
}

.flex-order-8 {
  order: 8;
}

.flex-order-9 {
  order: 9;
}

.flex-order-10 {
  order: 10;
}

.flex-order-11 {
  order: 11;
}

.flex-order-12 {
  order: 12;
}

.flex-order-13 {
  order: 13;
}

.flex-order-14 {
  order: 14;
}

.flex-order-15 {
  order: 15;
}

.flex-order-16 {
  order: 16;
}

.flex-order-17 {
  order: 17;
}

.flex-order-18 {
  order: 18;
}

.flex-order-19 {
  order: 19;
}

.flex-order-20 {
  order: 20;
}

.offset-0, .flex-offset-0, .layout-margin .flex-offset-0, .layout-margin .offset-0 {
  margin-left: 0;
}

[dir=rtl] .offset-0, [dir=rtl] .flex-offset-0, [dir=rtl] .layout-margin .flex-offset-0, [dir=rtl] .layout-margin .offset-0 {
  margin-left: auto;
  margin-right: 0;
}

.offset-5, .flex-offset-5, .layout-margin .flex-offset-5, .layout-margin .offset-5 {
  margin-left: 5%;
}

[dir=rtl] .offset-5, [dir=rtl] .flex-offset-5, [dir=rtl] .layout-margin .flex-offset-5, [dir=rtl] .layout-margin .offset-5 {
  margin-left: auto;
  margin-right: 5%;
}

.offset-10, .flex-offset-10, .layout-margin .flex-offset-10, .layout-margin .offset-10 {
  margin-left: 10%;
}

[dir=rtl] .offset-10, [dir=rtl] .flex-offset-10, [dir=rtl] .layout-margin .flex-offset-10, [dir=rtl] .layout-margin .offset-10 {
  margin-left: auto;
  margin-right: 10%;
}

.offset-15, .flex-offset-15, .layout-margin .flex-offset-15, .layout-margin .offset-15 {
  margin-left: 15%;
}

[dir=rtl] .offset-15, [dir=rtl] .flex-offset-15, [dir=rtl] .layout-margin .flex-offset-15, [dir=rtl] .layout-margin .offset-15 {
  margin-left: auto;
  margin-right: 15%;
}

.offset-20, .flex-offset-20, .layout-margin .flex-offset-20, .layout-margin .offset-20 {
  margin-left: 20%;
}

[dir=rtl] .offset-20, [dir=rtl] .flex-offset-20, [dir=rtl] .layout-margin .flex-offset-20, [dir=rtl] .layout-margin .offset-20 {
  margin-left: auto;
  margin-right: 20%;
}

.offset-25, .flex-offset-25, .layout-margin .flex-offset-25, .layout-margin .offset-25 {
  margin-left: 25%;
}

[dir=rtl] .offset-25, [dir=rtl] .flex-offset-25, [dir=rtl] .layout-margin .flex-offset-25, [dir=rtl] .layout-margin .offset-25 {
  margin-left: auto;
  margin-right: 25%;
}

.offset-30, .flex-offset-30, .layout-margin .flex-offset-30, .layout-margin .offset-30 {
  margin-left: 30%;
}

[dir=rtl] .offset-30, [dir=rtl] .flex-offset-30, [dir=rtl] .layout-margin .flex-offset-30, [dir=rtl] .layout-margin .offset-30 {
  margin-left: auto;
  margin-right: 30%;
}

.offset-35, .flex-offset-35, .layout-margin .flex-offset-35, .layout-margin .offset-35 {
  margin-left: 35%;
}

[dir=rtl] .offset-35, [dir=rtl] .flex-offset-35, [dir=rtl] .layout-margin .flex-offset-35, [dir=rtl] .layout-margin .offset-35 {
  margin-left: auto;
  margin-right: 35%;
}

.offset-40, .flex-offset-40, .layout-margin .flex-offset-40, .layout-margin .offset-40 {
  margin-left: 40%;
}

[dir=rtl] .offset-40, [dir=rtl] .flex-offset-40, [dir=rtl] .layout-margin .flex-offset-40, [dir=rtl] .layout-margin .offset-40 {
  margin-left: auto;
  margin-right: 40%;
}

.offset-45, .flex-offset-45, .layout-margin .flex-offset-45, .layout-margin .offset-45 {
  margin-left: 45%;
}

[dir=rtl] .offset-45, [dir=rtl] .flex-offset-45, [dir=rtl] .layout-margin .flex-offset-45, [dir=rtl] .layout-margin .offset-45 {
  margin-left: auto;
  margin-right: 45%;
}

.offset-50, .flex-offset-50, .layout-margin .flex-offset-50, .layout-margin .offset-50 {
  margin-left: 50%;
}

[dir=rtl] .offset-50, [dir=rtl] .flex-offset-50, [dir=rtl] .layout-margin .flex-offset-50, [dir=rtl] .layout-margin .offset-50 {
  margin-left: auto;
  margin-right: 50%;
}

.offset-55, .flex-offset-55, .layout-margin .flex-offset-55, .layout-margin .offset-55 {
  margin-left: 55%;
}

[dir=rtl] .offset-55, [dir=rtl] .flex-offset-55, [dir=rtl] .layout-margin .flex-offset-55, [dir=rtl] .layout-margin .offset-55 {
  margin-left: auto;
  margin-right: 55%;
}

.offset-60, .flex-offset-60, .layout-margin .flex-offset-60, .layout-margin .offset-60 {
  margin-left: 60%;
}

[dir=rtl] .offset-60, [dir=rtl] .flex-offset-60, [dir=rtl] .layout-margin .flex-offset-60, [dir=rtl] .layout-margin .offset-60 {
  margin-left: auto;
  margin-right: 60%;
}

.offset-65, .flex-offset-65, .layout-margin .flex-offset-65, .layout-margin .offset-65 {
  margin-left: 65%;
}

[dir=rtl] .offset-65, [dir=rtl] .flex-offset-65, [dir=rtl] .layout-margin .flex-offset-65, [dir=rtl] .layout-margin .offset-65 {
  margin-left: auto;
  margin-right: 65%;
}

.offset-70, .flex-offset-70, .layout-margin .flex-offset-70, .layout-margin .offset-70 {
  margin-left: 70%;
}

[dir=rtl] .offset-70, [dir=rtl] .flex-offset-70, [dir=rtl] .layout-margin .flex-offset-70, [dir=rtl] .layout-margin .offset-70 {
  margin-left: auto;
  margin-right: 70%;
}

.offset-75, .flex-offset-75, .layout-margin .flex-offset-75, .layout-margin .offset-75 {
  margin-left: 75%;
}

[dir=rtl] .offset-75, [dir=rtl] .flex-offset-75, [dir=rtl] .layout-margin .flex-offset-75, [dir=rtl] .layout-margin .offset-75 {
  margin-left: auto;
  margin-right: 75%;
}

.offset-80, .flex-offset-80, .layout-margin .flex-offset-80, .layout-margin .offset-80 {
  margin-left: 80%;
}

[dir=rtl] .offset-80, [dir=rtl] .flex-offset-80, [dir=rtl] .layout-margin .flex-offset-80, [dir=rtl] .layout-margin .offset-80 {
  margin-left: auto;
  margin-right: 80%;
}

.offset-85, .flex-offset-85, .layout-margin .flex-offset-85, .layout-margin .offset-85 {
  margin-left: 85%;
}

[dir=rtl] .offset-85, [dir=rtl] .flex-offset-85, [dir=rtl] .layout-margin .flex-offset-85, [dir=rtl] .layout-margin .offset-85 {
  margin-left: auto;
  margin-right: 85%;
}

.offset-90, .flex-offset-90, .layout-margin .flex-offset-90, .layout-margin .offset-90 {
  margin-left: 90%;
}

[dir=rtl] .offset-90, [dir=rtl] .flex-offset-90, [dir=rtl] .layout-margin .flex-offset-90, [dir=rtl] .layout-margin .offset-90 {
  margin-left: auto;
  margin-right: 90%;
}

.offset-95, .flex-offset-95, .layout-margin .flex-offset-95, .layout-margin .offset-95 {
  margin-left: 95%;
}

[dir=rtl] .offset-95, [dir=rtl] .flex-offset-95, [dir=rtl] .layout-margin .flex-offset-95, [dir=rtl] .layout-margin .offset-95 {
  margin-left: auto;
  margin-right: 95%;
}

.offset-33, .flex-offset-33, .layout-margin .flex-offset-33, .layout-margin .offset-33 {
  margin-left: 33.3333333333%;
}

.offset-66, .flex-offset-66, .layout-margin .flex-offset-66, .layout-margin .offset-66 {
  margin-left: 66.6666666667%;
}

[dir=rtl] .offset-66, [dir=rtl] .flex-offset-66, [dir=rtl] .layout-margin .flex-offset-66, [dir=rtl] .layout-margin .offset-66 {
  margin-left: auto;
  margin-right: 66.6666666667%;
}

.layout-align, .layout-align-start-stretch {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.layout-align-start, .layout-align-start-start, .layout-align-start-center, .layout-align-start-end, .layout-align-start-stretch {
  justify-content: flex-start;
}

.layout-align-center, .layout-align-center-start, .layout-align-center-center, .layout-align-center-end, .layout-align-center-stretch {
  justify-content: center;
}

.layout-align-end, .layout-align-end-start, .layout-align-end-center, .layout-align-end-end, .layout-align-end-stretch {
  justify-content: flex-end;
}

.layout-align-space-around, .layout-align-space-around-center, .layout-align-space-around-start, .layout-align-space-around-end, .layout-align-space-around-stretch {
  justify-content: space-around;
}

.layout-align-space-between, .layout-align-space-between-center, .layout-align-space-between-start, .layout-align-space-between-end, .layout-align-space-between-stretch {
  justify-content: space-between;
}

.layout-align-start-start, .layout-align-center-start, .layout-align-end-start, .layout-align-space-between-start, .layout-align-space-around-start {
  align-items: flex-start;
  align-content: flex-start;
}

.layout-align-start-center, .layout-align-center-center, .layout-align-end-center, .layout-align-space-between-center, .layout-align-space-around-center {
  align-items: center;
  align-content: center;
  max-width: 100%;
}

.layout-align-start-center > *, .layout-align-center-center > *, .layout-align-end-center > *, .layout-align-space-between-center > *, .layout-align-space-around-center > * {
  max-width: 100%;
  box-sizing: border-box;
}

.layout-align-start-end, .layout-align-center-end, .layout-align-end-end, .layout-align-space-between-end, .layout-align-space-around-end {
  align-items: flex-end;
  align-content: flex-end;
}

.layout-align-start-stretch, .layout-align-center-stretch, .layout-align-end-stretch, .layout-align-space-between-stretch, .layout-align-space-around-stretch {
  align-items: stretch;
  align-content: stretch;
}

.flex {
  flex: 1;
  box-sizing: border-box;
}

.flex-grow {
  flex: 1 1 100%;
  box-sizing: border-box;
}

.flex-initial {
  flex: 0 1 auto;
  box-sizing: border-box;
}

.flex-auto {
  flex: 1 1 auto;
  box-sizing: border-box;
}

.flex-none {
  flex: 0 0 auto;
  box-sizing: border-box;
}

.flex-noshrink {
  flex: 1 0 auto;
  box-sizing: border-box;
}

.flex-nogrow {
  flex: 0 1 auto;
  box-sizing: border-box;
}

.flex-0 {
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-0 {
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.layout-column > .flex-0 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
}

.flex-5 {
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-5 {
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-5 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}

.flex-10 {
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-10 {
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-10 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}

.flex-15 {
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-15 {
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-15 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}

.flex-20 {
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-20 {
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-20 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}

.flex-25 {
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-25 {
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-25 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}

.flex-30 {
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-30 {
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-30 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}

.flex-35 {
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-35 {
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-35 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}

.flex-40 {
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-40 {
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-40 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}

.flex-45 {
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-45 {
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-45 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}

.flex-50 {
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-50 {
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-50 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}

.flex-55 {
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-55 {
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-55 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}

.flex-60 {
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-60 {
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-60 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}

.flex-65 {
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-65 {
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-65 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}

.flex-70 {
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-70 {
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-70 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}

.flex-75 {
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-75 {
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-75 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}

.flex-80 {
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-80 {
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-80 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}

.flex-85 {
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-85 {
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-85 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}

.flex-90 {
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-90 {
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-90 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}

.flex-95 {
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-95 {
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-95 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box;
}

.flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}

.layout-column > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}

.layout-row > .flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex {
  min-width: 0;
}

.layout-column > .flex-33 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}

.layout-column > .flex-66 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}

.layout-column > .flex {
  min-height: 0;
}

.layout, .layout-column, .layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-column {
  flex-direction: column;
}

.layout-row {
  flex-direction: row;
}

.layout-padding-sm > *, .layout-padding > .flex-sm {
  padding: 4px;
}

.layout-padding, .layout-padding-gt-sm, .layout-padding-md, .layout-padding > *, .layout-padding-gt-sm > *, .layout-padding-md > *, .layout-padding > .flex, .layout-padding > .flex-gt-sm, .layout-padding > .flex-md {
  padding: 8px;
}

.layout-padding-gt-md > *, .layout-padding-lg > *, .layout-padding-gt-lg > *, .layout-padding > .flex-gt-md, .layout-padding > .flex-lg, .layout-padding > .flex-lg, .layout-padding > .flex-gt-lg {
  padding: 16px;
}

.layout-margin-sm > *, .layout-margin > .flex-sm {
  margin: 4px;
}

.layout-margin, .layout-margin-gt-sm, .layout-margin-md, .layout-margin > *, .layout-margin-gt-sm > *, .layout-margin-md > *, .layout-margin > .flex, .layout-margin > .flex-gt-sm, .layout-margin > .flex-md {
  margin: 8px;
}

.layout-margin-gt-md > *, .layout-margin-lg > *, .layout-margin-gt-lg > *, .layout-margin > .flex-gt-md, .layout-margin > .flex-lg, .layout-margin > .flex-gt-lg {
  margin: 16px;
}

.layout-wrap {
  flex-wrap: wrap;
}

.layout-nowrap {
  flex-wrap: nowrap;
}

.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show), .hide:not(.show-xs):not(.show) {
    display: none;
  }
  .flex-order-xs--20 {
    order: -20;
  }
  .flex-order-xs--19 {
    order: -19;
  }
  .flex-order-xs--18 {
    order: -18;
  }
  .flex-order-xs--17 {
    order: -17;
  }
  .flex-order-xs--16 {
    order: -16;
  }
  .flex-order-xs--15 {
    order: -15;
  }
  .flex-order-xs--14 {
    order: -14;
  }
  .flex-order-xs--13 {
    order: -13;
  }
  .flex-order-xs--12 {
    order: -12;
  }
  .flex-order-xs--11 {
    order: -11;
  }
  .flex-order-xs--10 {
    order: -10;
  }
  .flex-order-xs--9 {
    order: -9;
  }
  .flex-order-xs--8 {
    order: -8;
  }
  .flex-order-xs--7 {
    order: -7;
  }
  .flex-order-xs--6 {
    order: -6;
  }
  .flex-order-xs--5 {
    order: -5;
  }
  .flex-order-xs--4 {
    order: -4;
  }
  .flex-order-xs--3 {
    order: -3;
  }
  .flex-order-xs--2 {
    order: -2;
  }
  .flex-order-xs--1 {
    order: -1;
  }
  .flex-order-xs-0 {
    order: 0;
  }
  .flex-order-xs-1 {
    order: 1;
  }
  .flex-order-xs-2 {
    order: 2;
  }
  .flex-order-xs-3 {
    order: 3;
  }
  .flex-order-xs-4 {
    order: 4;
  }
  .flex-order-xs-5 {
    order: 5;
  }
  .flex-order-xs-6 {
    order: 6;
  }
  .flex-order-xs-7 {
    order: 7;
  }
  .flex-order-xs-8 {
    order: 8;
  }
  .flex-order-xs-9 {
    order: 9;
  }
  .flex-order-xs-10 {
    order: 10;
  }
  .flex-order-xs-11 {
    order: 11;
  }
  .flex-order-xs-12 {
    order: 12;
  }
  .flex-order-xs-13 {
    order: 13;
  }
  .flex-order-xs-14 {
    order: 14;
  }
  .flex-order-xs-15 {
    order: 15;
  }
  .flex-order-xs-16 {
    order: 16;
  }
  .flex-order-xs-17 {
    order: 17;
  }
  .flex-order-xs-18 {
    order: 18;
  }
  .flex-order-xs-19 {
    order: 19;
  }
  .flex-order-xs-20 {
    order: 20;
  }
  .offset-xs-0, .flex-offset-xs-0, .layout-margin .flex-offset-xs-0, .layout-margin .offset-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xs-0, [dir=rtl] .flex-offset-xs-0, [dir=rtl] .layout-margin .flex-offset-xs-0, [dir=rtl] .layout-margin .offset-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-xs-5, .flex-offset-xs-5, .layout-margin .flex-offset-xs-5, .layout-margin .offset-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-xs-5, [dir=rtl] .flex-offset-xs-5, [dir=rtl] .layout-margin .flex-offset-xs-5, [dir=rtl] .layout-margin .offset-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-xs-10, .flex-offset-xs-10, .layout-margin .flex-offset-xs-10, .layout-margin .offset-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-xs-10, [dir=rtl] .flex-offset-xs-10, [dir=rtl] .layout-margin .flex-offset-xs-10, [dir=rtl] .layout-margin .offset-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-xs-15, .flex-offset-xs-15, .layout-margin .flex-offset-xs-15, .layout-margin .offset-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-xs-15, [dir=rtl] .flex-offset-xs-15, [dir=rtl] .layout-margin .flex-offset-xs-15, [dir=rtl] .layout-margin .offset-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-xs-20, .flex-offset-xs-20, .layout-margin .flex-offset-xs-20, .layout-margin .offset-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-xs-20, [dir=rtl] .flex-offset-xs-20, [dir=rtl] .layout-margin .flex-offset-xs-20, [dir=rtl] .layout-margin .offset-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-xs-25, .flex-offset-xs-25, .layout-margin .flex-offset-xs-25, .layout-margin .offset-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xs-25, [dir=rtl] .flex-offset-xs-25, [dir=rtl] .layout-margin .flex-offset-xs-25, [dir=rtl] .layout-margin .offset-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-xs-30, .flex-offset-xs-30, .layout-margin .flex-offset-xs-30, .layout-margin .offset-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-xs-30, [dir=rtl] .flex-offset-xs-30, [dir=rtl] .layout-margin .flex-offset-xs-30, [dir=rtl] .layout-margin .offset-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-xs-35, .flex-offset-xs-35, .layout-margin .flex-offset-xs-35, .layout-margin .offset-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-xs-35, [dir=rtl] .flex-offset-xs-35, [dir=rtl] .layout-margin .flex-offset-xs-35, [dir=rtl] .layout-margin .offset-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-xs-40, .flex-offset-xs-40, .layout-margin .flex-offset-xs-40, .layout-margin .offset-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-xs-40, [dir=rtl] .flex-offset-xs-40, [dir=rtl] .layout-margin .flex-offset-xs-40, [dir=rtl] .layout-margin .offset-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-xs-45, .flex-offset-xs-45, .layout-margin .flex-offset-xs-45, .layout-margin .offset-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-xs-45, [dir=rtl] .flex-offset-xs-45, [dir=rtl] .layout-margin .flex-offset-xs-45, [dir=rtl] .layout-margin .offset-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-xs-50, .flex-offset-xs-50, .layout-margin .flex-offset-xs-50, .layout-margin .offset-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xs-50, [dir=rtl] .flex-offset-xs-50, [dir=rtl] .layout-margin .flex-offset-xs-50, [dir=rtl] .layout-margin .offset-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-xs-55, .flex-offset-xs-55, .layout-margin .flex-offset-xs-55, .layout-margin .offset-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-xs-55, [dir=rtl] .flex-offset-xs-55, [dir=rtl] .layout-margin .flex-offset-xs-55, [dir=rtl] .layout-margin .offset-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-xs-60, .flex-offset-xs-60, .layout-margin .flex-offset-xs-60, .layout-margin .offset-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-xs-60, [dir=rtl] .flex-offset-xs-60, [dir=rtl] .layout-margin .flex-offset-xs-60, [dir=rtl] .layout-margin .offset-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-xs-65, .flex-offset-xs-65, .layout-margin .flex-offset-xs-65, .layout-margin .offset-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-xs-65, [dir=rtl] .flex-offset-xs-65, [dir=rtl] .layout-margin .flex-offset-xs-65, [dir=rtl] .layout-margin .offset-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-xs-70, .flex-offset-xs-70, .layout-margin .flex-offset-xs-70, .layout-margin .offset-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-xs-70, [dir=rtl] .flex-offset-xs-70, [dir=rtl] .layout-margin .flex-offset-xs-70, [dir=rtl] .layout-margin .offset-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-xs-75, .flex-offset-xs-75, .layout-margin .flex-offset-xs-75, .layout-margin .offset-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xs-75, [dir=rtl] .flex-offset-xs-75, [dir=rtl] .layout-margin .flex-offset-xs-75, [dir=rtl] .layout-margin .offset-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-xs-80, .flex-offset-xs-80, .layout-margin .flex-offset-xs-80, .layout-margin .offset-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-xs-80, [dir=rtl] .flex-offset-xs-80, [dir=rtl] .layout-margin .flex-offset-xs-80, [dir=rtl] .layout-margin .offset-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-xs-85, .flex-offset-xs-85, .layout-margin .flex-offset-xs-85, .layout-margin .offset-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-xs-85, [dir=rtl] .flex-offset-xs-85, [dir=rtl] .layout-margin .flex-offset-xs-85, [dir=rtl] .layout-margin .offset-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-xs-90, .flex-offset-xs-90, .layout-margin .flex-offset-xs-90, .layout-margin .offset-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-xs-90, [dir=rtl] .flex-offset-xs-90, [dir=rtl] .layout-margin .flex-offset-xs-90, [dir=rtl] .layout-margin .offset-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-xs-95, .flex-offset-xs-95, .layout-margin .flex-offset-xs-95, .layout-margin .offset-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-xs-95, [dir=rtl] .flex-offset-xs-95, [dir=rtl] .layout-margin .flex-offset-xs-95, [dir=rtl] .layout-margin .offset-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-xs-33, .flex-offset-xs-33, .layout-margin .flex-offset-xs-33, .layout-margin .offset-xs-33 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-66, .flex-offset-xs-66, .layout-margin .flex-offset-xs-66, .layout-margin .offset-xs-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-xs-66, [dir=rtl] .flex-offset-xs-66, [dir=rtl] .layout-margin .flex-offset-xs-66, [dir=rtl] .layout-margin .offset-xs-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }
  .layout-align-xs, .layout-align-xs-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-xs-start, .layout-align-xs-start-start, .layout-align-xs-start-center, .layout-align-xs-start-end, .layout-align-xs-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-xs-center, .layout-align-xs-center-start, .layout-align-xs-center-center, .layout-align-xs-center-end, .layout-align-xs-center-stretch {
    justify-content: center;
  }
  .layout-align-xs-end, .layout-align-xs-end-start, .layout-align-xs-end-center, .layout-align-xs-end-end, .layout-align-xs-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-xs-space-around, .layout-align-xs-space-around-center, .layout-align-xs-space-around-start, .layout-align-xs-space-around-end, .layout-align-xs-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-xs-space-between, .layout-align-xs-space-between-center, .layout-align-xs-space-between-start, .layout-align-xs-space-between-end, .layout-align-xs-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-xs-start-start, .layout-align-xs-center-start, .layout-align-xs-end-start, .layout-align-xs-space-between-start, .layout-align-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-xs-start-center, .layout-align-xs-center-center, .layout-align-xs-end-center, .layout-align-xs-space-between-center, .layout-align-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-xs-start-center > *, .layout-align-xs-center-center > *, .layout-align-xs-end-center > *, .layout-align-xs-space-between-center > *, .layout-align-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xs-start-end, .layout-align-xs-center-end, .layout-align-xs-end-end, .layout-align-xs-space-between-end, .layout-align-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-xs-start-stretch, .layout-align-xs-center-stretch, .layout-align-xs-end-stretch, .layout-align-xs-space-between-stretch, .layout-align-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-xs {
    flex: 1;
    box-sizing: border-box;
  }
  .flex-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-xs-column > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex {
    min-width: 0;
  }
  .layout-xs-column > .flex-xs-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex {
    min-height: 0;
  }
  .layout-xs, .layout-xs-column, .layout-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-xs-column {
    flex-direction: column;
  }
  .layout-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    order: -20;
  }
  .flex-order-gt-xs--19 {
    order: -19;
  }
  .flex-order-gt-xs--18 {
    order: -18;
  }
  .flex-order-gt-xs--17 {
    order: -17;
  }
  .flex-order-gt-xs--16 {
    order: -16;
  }
  .flex-order-gt-xs--15 {
    order: -15;
  }
  .flex-order-gt-xs--14 {
    order: -14;
  }
  .flex-order-gt-xs--13 {
    order: -13;
  }
  .flex-order-gt-xs--12 {
    order: -12;
  }
  .flex-order-gt-xs--11 {
    order: -11;
  }
  .flex-order-gt-xs--10 {
    order: -10;
  }
  .flex-order-gt-xs--9 {
    order: -9;
  }
  .flex-order-gt-xs--8 {
    order: -8;
  }
  .flex-order-gt-xs--7 {
    order: -7;
  }
  .flex-order-gt-xs--6 {
    order: -6;
  }
  .flex-order-gt-xs--5 {
    order: -5;
  }
  .flex-order-gt-xs--4 {
    order: -4;
  }
  .flex-order-gt-xs--3 {
    order: -3;
  }
  .flex-order-gt-xs--2 {
    order: -2;
  }
  .flex-order-gt-xs--1 {
    order: -1;
  }
  .flex-order-gt-xs-0 {
    order: 0;
  }
  .flex-order-gt-xs-1 {
    order: 1;
  }
  .flex-order-gt-xs-2 {
    order: 2;
  }
  .flex-order-gt-xs-3 {
    order: 3;
  }
  .flex-order-gt-xs-4 {
    order: 4;
  }
  .flex-order-gt-xs-5 {
    order: 5;
  }
  .flex-order-gt-xs-6 {
    order: 6;
  }
  .flex-order-gt-xs-7 {
    order: 7;
  }
  .flex-order-gt-xs-8 {
    order: 8;
  }
  .flex-order-gt-xs-9 {
    order: 9;
  }
  .flex-order-gt-xs-10 {
    order: 10;
  }
  .flex-order-gt-xs-11 {
    order: 11;
  }
  .flex-order-gt-xs-12 {
    order: 12;
  }
  .flex-order-gt-xs-13 {
    order: 13;
  }
  .flex-order-gt-xs-14 {
    order: 14;
  }
  .flex-order-gt-xs-15 {
    order: 15;
  }
  .flex-order-gt-xs-16 {
    order: 16;
  }
  .flex-order-gt-xs-17 {
    order: 17;
  }
  .flex-order-gt-xs-18 {
    order: 18;
  }
  .flex-order-gt-xs-19 {
    order: 19;
  }
  .flex-order-gt-xs-20 {
    order: 20;
  }
  .offset-gt-xs-0, .flex-offset-gt-xs-0, .layout-margin .flex-offset-gt-xs-0, .layout-margin .offset-gt-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-xs-0, [dir=rtl] .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .offset-gt-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-gt-xs-5, .flex-offset-gt-xs-5, .layout-margin .flex-offset-gt-xs-5, .layout-margin .offset-gt-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-xs-5, [dir=rtl] .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .offset-gt-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-gt-xs-10, .flex-offset-gt-xs-10, .layout-margin .flex-offset-gt-xs-10, .layout-margin .offset-gt-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-xs-10, [dir=rtl] .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .offset-gt-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-gt-xs-15, .flex-offset-gt-xs-15, .layout-margin .flex-offset-gt-xs-15, .layout-margin .offset-gt-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-xs-15, [dir=rtl] .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .offset-gt-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-gt-xs-20, .flex-offset-gt-xs-20, .layout-margin .flex-offset-gt-xs-20, .layout-margin .offset-gt-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-xs-20, [dir=rtl] .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .offset-gt-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-gt-xs-25, .flex-offset-gt-xs-25, .layout-margin .flex-offset-gt-xs-25, .layout-margin .offset-gt-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-xs-25, [dir=rtl] .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .offset-gt-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-gt-xs-30, .flex-offset-gt-xs-30, .layout-margin .flex-offset-gt-xs-30, .layout-margin .offset-gt-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-xs-30, [dir=rtl] .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .offset-gt-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-gt-xs-35, .flex-offset-gt-xs-35, .layout-margin .flex-offset-gt-xs-35, .layout-margin .offset-gt-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-xs-35, [dir=rtl] .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .offset-gt-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-gt-xs-40, .flex-offset-gt-xs-40, .layout-margin .flex-offset-gt-xs-40, .layout-margin .offset-gt-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-xs-40, [dir=rtl] .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .offset-gt-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-gt-xs-45, .flex-offset-gt-xs-45, .layout-margin .flex-offset-gt-xs-45, .layout-margin .offset-gt-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-xs-45, [dir=rtl] .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .offset-gt-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-gt-xs-50, .flex-offset-gt-xs-50, .layout-margin .flex-offset-gt-xs-50, .layout-margin .offset-gt-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-xs-50, [dir=rtl] .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .offset-gt-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-gt-xs-55, .flex-offset-gt-xs-55, .layout-margin .flex-offset-gt-xs-55, .layout-margin .offset-gt-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-xs-55, [dir=rtl] .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .offset-gt-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-gt-xs-60, .flex-offset-gt-xs-60, .layout-margin .flex-offset-gt-xs-60, .layout-margin .offset-gt-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-xs-60, [dir=rtl] .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .offset-gt-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-gt-xs-65, .flex-offset-gt-xs-65, .layout-margin .flex-offset-gt-xs-65, .layout-margin .offset-gt-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-xs-65, [dir=rtl] .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .offset-gt-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-gt-xs-70, .flex-offset-gt-xs-70, .layout-margin .flex-offset-gt-xs-70, .layout-margin .offset-gt-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-xs-70, [dir=rtl] .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .offset-gt-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-gt-xs-75, .flex-offset-gt-xs-75, .layout-margin .flex-offset-gt-xs-75, .layout-margin .offset-gt-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-xs-75, [dir=rtl] .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .offset-gt-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-gt-xs-80, .flex-offset-gt-xs-80, .layout-margin .flex-offset-gt-xs-80, .layout-margin .offset-gt-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-xs-80, [dir=rtl] .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .offset-gt-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-gt-xs-85, .flex-offset-gt-xs-85, .layout-margin .flex-offset-gt-xs-85, .layout-margin .offset-gt-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-xs-85, [dir=rtl] .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .offset-gt-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-gt-xs-90, .flex-offset-gt-xs-90, .layout-margin .flex-offset-gt-xs-90, .layout-margin .offset-gt-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-xs-90, [dir=rtl] .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .offset-gt-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-gt-xs-95, .flex-offset-gt-xs-95, .layout-margin .flex-offset-gt-xs-95, .layout-margin .offset-gt-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-xs-95, [dir=rtl] .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .offset-gt-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-gt-xs-33, .flex-offset-gt-xs-33, .layout-margin .flex-offset-gt-xs-33, .layout-margin .offset-gt-xs-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-xs-66, .flex-offset-gt-xs-66, .layout-margin .flex-offset-gt-xs-66, .layout-margin .offset-gt-xs-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-xs-66, [dir=rtl] .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .offset-gt-xs-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }
  .layout-align-gt-xs, .layout-align-gt-xs-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-xs-start, .layout-align-gt-xs-start-start, .layout-align-gt-xs-start-center, .layout-align-gt-xs-start-end, .layout-align-gt-xs-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-gt-xs-center, .layout-align-gt-xs-center-start, .layout-align-gt-xs-center-center, .layout-align-gt-xs-center-end, .layout-align-gt-xs-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-xs-end, .layout-align-gt-xs-end-start, .layout-align-gt-xs-end-center, .layout-align-gt-xs-end-end, .layout-align-gt-xs-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-xs-space-around, .layout-align-gt-xs-space-around-center, .layout-align-gt-xs-space-around-start, .layout-align-gt-xs-space-around-end, .layout-align-gt-xs-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-xs-space-between, .layout-align-gt-xs-space-between-center, .layout-align-gt-xs-space-between-start, .layout-align-gt-xs-space-between-end, .layout-align-gt-xs-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-xs-start-start, .layout-align-gt-xs-center-start, .layout-align-gt-xs-end-start, .layout-align-gt-xs-space-between-start, .layout-align-gt-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-xs-start-center, .layout-align-gt-xs-center-center, .layout-align-gt-xs-end-center, .layout-align-gt-xs-space-between-center, .layout-align-gt-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-xs-start-center > *, .layout-align-gt-xs-center-center > *, .layout-align-gt-xs-end-center > *, .layout-align-gt-xs-space-between-center > *, .layout-align-gt-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-xs-start-end, .layout-align-gt-xs-center-end, .layout-align-gt-xs-end-end, .layout-align-gt-xs-space-between-end, .layout-align-gt-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-xs-start-stretch, .layout-align-gt-xs-center-stretch, .layout-align-gt-xs-end-stretch, .layout-align-gt-xs-space-between-stretch, .layout-align-gt-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-xs {
    flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-xs-column > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex {
    min-width: 0;
  }
  .layout-gt-xs-column > .flex-gt-xs-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex {
    min-height: 0;
  }
  .layout-gt-xs, .layout-gt-xs-column, .layout-gt-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-xs-column {
    flex-direction: column;
  }
  .layout-gt-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hide:not(.show-gt-xs):not(.show-sm):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }
  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }
  .flex-order-sm--20 {
    order: -20;
  }
  .flex-order-sm--19 {
    order: -19;
  }
  .flex-order-sm--18 {
    order: -18;
  }
  .flex-order-sm--17 {
    order: -17;
  }
  .flex-order-sm--16 {
    order: -16;
  }
  .flex-order-sm--15 {
    order: -15;
  }
  .flex-order-sm--14 {
    order: -14;
  }
  .flex-order-sm--13 {
    order: -13;
  }
  .flex-order-sm--12 {
    order: -12;
  }
  .flex-order-sm--11 {
    order: -11;
  }
  .flex-order-sm--10 {
    order: -10;
  }
  .flex-order-sm--9 {
    order: -9;
  }
  .flex-order-sm--8 {
    order: -8;
  }
  .flex-order-sm--7 {
    order: -7;
  }
  .flex-order-sm--6 {
    order: -6;
  }
  .flex-order-sm--5 {
    order: -5;
  }
  .flex-order-sm--4 {
    order: -4;
  }
  .flex-order-sm--3 {
    order: -3;
  }
  .flex-order-sm--2 {
    order: -2;
  }
  .flex-order-sm--1 {
    order: -1;
  }
  .flex-order-sm-0 {
    order: 0;
  }
  .flex-order-sm-1 {
    order: 1;
  }
  .flex-order-sm-2 {
    order: 2;
  }
  .flex-order-sm-3 {
    order: 3;
  }
  .flex-order-sm-4 {
    order: 4;
  }
  .flex-order-sm-5 {
    order: 5;
  }
  .flex-order-sm-6 {
    order: 6;
  }
  .flex-order-sm-7 {
    order: 7;
  }
  .flex-order-sm-8 {
    order: 8;
  }
  .flex-order-sm-9 {
    order: 9;
  }
  .flex-order-sm-10 {
    order: 10;
  }
  .flex-order-sm-11 {
    order: 11;
  }
  .flex-order-sm-12 {
    order: 12;
  }
  .flex-order-sm-13 {
    order: 13;
  }
  .flex-order-sm-14 {
    order: 14;
  }
  .flex-order-sm-15 {
    order: 15;
  }
  .flex-order-sm-16 {
    order: 16;
  }
  .flex-order-sm-17 {
    order: 17;
  }
  .flex-order-sm-18 {
    order: 18;
  }
  .flex-order-sm-19 {
    order: 19;
  }
  .flex-order-sm-20 {
    order: 20;
  }
  .offset-sm-0, .flex-offset-sm-0, .layout-margin .flex-offset-sm-0, .layout-margin .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-sm-0, [dir=rtl] .flex-offset-sm-0, [dir=rtl] .layout-margin .flex-offset-sm-0, [dir=rtl] .layout-margin .offset-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-sm-5, .flex-offset-sm-5, .layout-margin .flex-offset-sm-5, .layout-margin .offset-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-sm-5, [dir=rtl] .flex-offset-sm-5, [dir=rtl] .layout-margin .flex-offset-sm-5, [dir=rtl] .layout-margin .offset-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-sm-10, .flex-offset-sm-10, .layout-margin .flex-offset-sm-10, .layout-margin .offset-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-sm-10, [dir=rtl] .flex-offset-sm-10, [dir=rtl] .layout-margin .flex-offset-sm-10, [dir=rtl] .layout-margin .offset-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-sm-15, .flex-offset-sm-15, .layout-margin .flex-offset-sm-15, .layout-margin .offset-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-sm-15, [dir=rtl] .flex-offset-sm-15, [dir=rtl] .layout-margin .flex-offset-sm-15, [dir=rtl] .layout-margin .offset-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-sm-20, .flex-offset-sm-20, .layout-margin .flex-offset-sm-20, .layout-margin .offset-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-sm-20, [dir=rtl] .flex-offset-sm-20, [dir=rtl] .layout-margin .flex-offset-sm-20, [dir=rtl] .layout-margin .offset-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-sm-25, .flex-offset-sm-25, .layout-margin .flex-offset-sm-25, .layout-margin .offset-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-sm-25, [dir=rtl] .flex-offset-sm-25, [dir=rtl] .layout-margin .flex-offset-sm-25, [dir=rtl] .layout-margin .offset-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-sm-30, .flex-offset-sm-30, .layout-margin .flex-offset-sm-30, .layout-margin .offset-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-sm-30, [dir=rtl] .flex-offset-sm-30, [dir=rtl] .layout-margin .flex-offset-sm-30, [dir=rtl] .layout-margin .offset-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-sm-35, .flex-offset-sm-35, .layout-margin .flex-offset-sm-35, .layout-margin .offset-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-sm-35, [dir=rtl] .flex-offset-sm-35, [dir=rtl] .layout-margin .flex-offset-sm-35, [dir=rtl] .layout-margin .offset-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-sm-40, .flex-offset-sm-40, .layout-margin .flex-offset-sm-40, .layout-margin .offset-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-sm-40, [dir=rtl] .flex-offset-sm-40, [dir=rtl] .layout-margin .flex-offset-sm-40, [dir=rtl] .layout-margin .offset-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-sm-45, .flex-offset-sm-45, .layout-margin .flex-offset-sm-45, .layout-margin .offset-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-sm-45, [dir=rtl] .flex-offset-sm-45, [dir=rtl] .layout-margin .flex-offset-sm-45, [dir=rtl] .layout-margin .offset-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-sm-50, .flex-offset-sm-50, .layout-margin .flex-offset-sm-50, .layout-margin .offset-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-sm-50, [dir=rtl] .flex-offset-sm-50, [dir=rtl] .layout-margin .flex-offset-sm-50, [dir=rtl] .layout-margin .offset-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-sm-55, .flex-offset-sm-55, .layout-margin .flex-offset-sm-55, .layout-margin .offset-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-sm-55, [dir=rtl] .flex-offset-sm-55, [dir=rtl] .layout-margin .flex-offset-sm-55, [dir=rtl] .layout-margin .offset-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-sm-60, .flex-offset-sm-60, .layout-margin .flex-offset-sm-60, .layout-margin .offset-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-sm-60, [dir=rtl] .flex-offset-sm-60, [dir=rtl] .layout-margin .flex-offset-sm-60, [dir=rtl] .layout-margin .offset-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-sm-65, .flex-offset-sm-65, .layout-margin .flex-offset-sm-65, .layout-margin .offset-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-sm-65, [dir=rtl] .flex-offset-sm-65, [dir=rtl] .layout-margin .flex-offset-sm-65, [dir=rtl] .layout-margin .offset-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-sm-70, .flex-offset-sm-70, .layout-margin .flex-offset-sm-70, .layout-margin .offset-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-sm-70, [dir=rtl] .flex-offset-sm-70, [dir=rtl] .layout-margin .flex-offset-sm-70, [dir=rtl] .layout-margin .offset-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-sm-75, .flex-offset-sm-75, .layout-margin .flex-offset-sm-75, .layout-margin .offset-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-sm-75, [dir=rtl] .flex-offset-sm-75, [dir=rtl] .layout-margin .flex-offset-sm-75, [dir=rtl] .layout-margin .offset-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-sm-80, .flex-offset-sm-80, .layout-margin .flex-offset-sm-80, .layout-margin .offset-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-sm-80, [dir=rtl] .flex-offset-sm-80, [dir=rtl] .layout-margin .flex-offset-sm-80, [dir=rtl] .layout-margin .offset-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-sm-85, .flex-offset-sm-85, .layout-margin .flex-offset-sm-85, .layout-margin .offset-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-sm-85, [dir=rtl] .flex-offset-sm-85, [dir=rtl] .layout-margin .flex-offset-sm-85, [dir=rtl] .layout-margin .offset-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-sm-90, .flex-offset-sm-90, .layout-margin .flex-offset-sm-90, .layout-margin .offset-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-sm-90, [dir=rtl] .flex-offset-sm-90, [dir=rtl] .layout-margin .flex-offset-sm-90, [dir=rtl] .layout-margin .offset-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-sm-95, .flex-offset-sm-95, .layout-margin .flex-offset-sm-95, .layout-margin .offset-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-sm-95, [dir=rtl] .flex-offset-sm-95, [dir=rtl] .layout-margin .flex-offset-sm-95, [dir=rtl] .layout-margin .offset-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-sm-33, .flex-offset-sm-33, .layout-margin .flex-offset-sm-33, .layout-margin .offset-sm-33 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-66, .flex-offset-sm-66, .layout-margin .flex-offset-sm-66, .layout-margin .offset-sm-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-sm-66, [dir=rtl] .flex-offset-sm-66, [dir=rtl] .layout-margin .flex-offset-sm-66, [dir=rtl] .layout-margin .offset-sm-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }
  .layout-align-sm, .layout-align-sm-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-sm-start, .layout-align-sm-start-start, .layout-align-sm-start-center, .layout-align-sm-start-end, .layout-align-sm-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-sm-center, .layout-align-sm-center-start, .layout-align-sm-center-center, .layout-align-sm-center-end, .layout-align-sm-center-stretch {
    justify-content: center;
  }
  .layout-align-sm-end, .layout-align-sm-end-start, .layout-align-sm-end-center, .layout-align-sm-end-end, .layout-align-sm-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-sm-space-around, .layout-align-sm-space-around-center, .layout-align-sm-space-around-start, .layout-align-sm-space-around-end, .layout-align-sm-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-sm-space-between, .layout-align-sm-space-between-center, .layout-align-sm-space-between-start, .layout-align-sm-space-between-end, .layout-align-sm-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-sm-start-start, .layout-align-sm-center-start, .layout-align-sm-end-start, .layout-align-sm-space-between-start, .layout-align-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-sm-start-center, .layout-align-sm-center-center, .layout-align-sm-end-center, .layout-align-sm-space-between-center, .layout-align-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-sm-start-center > *, .layout-align-sm-center-center > *, .layout-align-sm-end-center > *, .layout-align-sm-space-between-center > *, .layout-align-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-sm-start-end, .layout-align-sm-center-end, .layout-align-sm-end-end, .layout-align-sm-space-between-end, .layout-align-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-sm-start-stretch, .layout-align-sm-center-stretch, .layout-align-sm-end-stretch, .layout-align-sm-space-between-stretch, .layout-align-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-sm {
    flex: 1;
    box-sizing: border-box;
  }
  .flex-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-sm-column > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex {
    min-width: 0;
  }
  .layout-sm-column > .flex-sm-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex {
    min-height: 0;
  }
  .layout-sm, .layout-sm-column, .layout-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-sm-column {
    flex-direction: column;
  }
  .layout-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    order: -20;
  }
  .flex-order-gt-sm--19 {
    order: -19;
  }
  .flex-order-gt-sm--18 {
    order: -18;
  }
  .flex-order-gt-sm--17 {
    order: -17;
  }
  .flex-order-gt-sm--16 {
    order: -16;
  }
  .flex-order-gt-sm--15 {
    order: -15;
  }
  .flex-order-gt-sm--14 {
    order: -14;
  }
  .flex-order-gt-sm--13 {
    order: -13;
  }
  .flex-order-gt-sm--12 {
    order: -12;
  }
  .flex-order-gt-sm--11 {
    order: -11;
  }
  .flex-order-gt-sm--10 {
    order: -10;
  }
  .flex-order-gt-sm--9 {
    order: -9;
  }
  .flex-order-gt-sm--8 {
    order: -8;
  }
  .flex-order-gt-sm--7 {
    order: -7;
  }
  .flex-order-gt-sm--6 {
    order: -6;
  }
  .flex-order-gt-sm--5 {
    order: -5;
  }
  .flex-order-gt-sm--4 {
    order: -4;
  }
  .flex-order-gt-sm--3 {
    order: -3;
  }
  .flex-order-gt-sm--2 {
    order: -2;
  }
  .flex-order-gt-sm--1 {
    order: -1;
  }
  .flex-order-gt-sm-0 {
    order: 0;
  }
  .flex-order-gt-sm-1 {
    order: 1;
  }
  .flex-order-gt-sm-2 {
    order: 2;
  }
  .flex-order-gt-sm-3 {
    order: 3;
  }
  .flex-order-gt-sm-4 {
    order: 4;
  }
  .flex-order-gt-sm-5 {
    order: 5;
  }
  .flex-order-gt-sm-6 {
    order: 6;
  }
  .flex-order-gt-sm-7 {
    order: 7;
  }
  .flex-order-gt-sm-8 {
    order: 8;
  }
  .flex-order-gt-sm-9 {
    order: 9;
  }
  .flex-order-gt-sm-10 {
    order: 10;
  }
  .flex-order-gt-sm-11 {
    order: 11;
  }
  .flex-order-gt-sm-12 {
    order: 12;
  }
  .flex-order-gt-sm-13 {
    order: 13;
  }
  .flex-order-gt-sm-14 {
    order: 14;
  }
  .flex-order-gt-sm-15 {
    order: 15;
  }
  .flex-order-gt-sm-16 {
    order: 16;
  }
  .flex-order-gt-sm-17 {
    order: 17;
  }
  .flex-order-gt-sm-18 {
    order: 18;
  }
  .flex-order-gt-sm-19 {
    order: 19;
  }
  .flex-order-gt-sm-20 {
    order: 20;
  }
  .offset-gt-sm-0, .flex-offset-gt-sm-0, .layout-margin .flex-offset-gt-sm-0, .layout-margin .offset-gt-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-sm-0, [dir=rtl] .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .offset-gt-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-gt-sm-5, .flex-offset-gt-sm-5, .layout-margin .flex-offset-gt-sm-5, .layout-margin .offset-gt-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-sm-5, [dir=rtl] .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .offset-gt-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-gt-sm-10, .flex-offset-gt-sm-10, .layout-margin .flex-offset-gt-sm-10, .layout-margin .offset-gt-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-sm-10, [dir=rtl] .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .offset-gt-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-gt-sm-15, .flex-offset-gt-sm-15, .layout-margin .flex-offset-gt-sm-15, .layout-margin .offset-gt-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-sm-15, [dir=rtl] .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .offset-gt-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-gt-sm-20, .flex-offset-gt-sm-20, .layout-margin .flex-offset-gt-sm-20, .layout-margin .offset-gt-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-sm-20, [dir=rtl] .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .offset-gt-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-gt-sm-25, .flex-offset-gt-sm-25, .layout-margin .flex-offset-gt-sm-25, .layout-margin .offset-gt-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-sm-25, [dir=rtl] .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .offset-gt-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-gt-sm-30, .flex-offset-gt-sm-30, .layout-margin .flex-offset-gt-sm-30, .layout-margin .offset-gt-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-sm-30, [dir=rtl] .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .offset-gt-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-gt-sm-35, .flex-offset-gt-sm-35, .layout-margin .flex-offset-gt-sm-35, .layout-margin .offset-gt-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-sm-35, [dir=rtl] .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .offset-gt-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-gt-sm-40, .flex-offset-gt-sm-40, .layout-margin .flex-offset-gt-sm-40, .layout-margin .offset-gt-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-sm-40, [dir=rtl] .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .offset-gt-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-gt-sm-45, .flex-offset-gt-sm-45, .layout-margin .flex-offset-gt-sm-45, .layout-margin .offset-gt-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-sm-45, [dir=rtl] .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .offset-gt-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-gt-sm-50, .flex-offset-gt-sm-50, .layout-margin .flex-offset-gt-sm-50, .layout-margin .offset-gt-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-sm-50, [dir=rtl] .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .offset-gt-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-gt-sm-55, .flex-offset-gt-sm-55, .layout-margin .flex-offset-gt-sm-55, .layout-margin .offset-gt-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-sm-55, [dir=rtl] .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .offset-gt-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-gt-sm-60, .flex-offset-gt-sm-60, .layout-margin .flex-offset-gt-sm-60, .layout-margin .offset-gt-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-sm-60, [dir=rtl] .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .offset-gt-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-gt-sm-65, .flex-offset-gt-sm-65, .layout-margin .flex-offset-gt-sm-65, .layout-margin .offset-gt-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-sm-65, [dir=rtl] .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .offset-gt-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-gt-sm-70, .flex-offset-gt-sm-70, .layout-margin .flex-offset-gt-sm-70, .layout-margin .offset-gt-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-sm-70, [dir=rtl] .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .offset-gt-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-gt-sm-75, .flex-offset-gt-sm-75, .layout-margin .flex-offset-gt-sm-75, .layout-margin .offset-gt-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-sm-75, [dir=rtl] .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .offset-gt-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-gt-sm-80, .flex-offset-gt-sm-80, .layout-margin .flex-offset-gt-sm-80, .layout-margin .offset-gt-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-sm-80, [dir=rtl] .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .offset-gt-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-gt-sm-85, .flex-offset-gt-sm-85, .layout-margin .flex-offset-gt-sm-85, .layout-margin .offset-gt-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-sm-85, [dir=rtl] .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .offset-gt-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-gt-sm-90, .flex-offset-gt-sm-90, .layout-margin .flex-offset-gt-sm-90, .layout-margin .offset-gt-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-sm-90, [dir=rtl] .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .offset-gt-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-gt-sm-95, .flex-offset-gt-sm-95, .layout-margin .flex-offset-gt-sm-95, .layout-margin .offset-gt-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-sm-95, [dir=rtl] .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .offset-gt-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-gt-sm-33, .flex-offset-gt-sm-33, .layout-margin .flex-offset-gt-sm-33, .layout-margin .offset-gt-sm-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-sm-66, .flex-offset-gt-sm-66, .layout-margin .flex-offset-gt-sm-66, .layout-margin .offset-gt-sm-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-sm-66, [dir=rtl] .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .offset-gt-sm-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }
  .layout-align-gt-sm, .layout-align-gt-sm-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-sm-start, .layout-align-gt-sm-start-start, .layout-align-gt-sm-start-center, .layout-align-gt-sm-start-end, .layout-align-gt-sm-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-gt-sm-center, .layout-align-gt-sm-center-start, .layout-align-gt-sm-center-center, .layout-align-gt-sm-center-end, .layout-align-gt-sm-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-sm-end, .layout-align-gt-sm-end-start, .layout-align-gt-sm-end-center, .layout-align-gt-sm-end-end, .layout-align-gt-sm-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-sm-space-around, .layout-align-gt-sm-space-around-center, .layout-align-gt-sm-space-around-start, .layout-align-gt-sm-space-around-end, .layout-align-gt-sm-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-sm-space-between, .layout-align-gt-sm-space-between-center, .layout-align-gt-sm-space-between-start, .layout-align-gt-sm-space-between-end, .layout-align-gt-sm-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-sm-start-start, .layout-align-gt-sm-center-start, .layout-align-gt-sm-end-start, .layout-align-gt-sm-space-between-start, .layout-align-gt-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-sm-start-center, .layout-align-gt-sm-center-center, .layout-align-gt-sm-end-center, .layout-align-gt-sm-space-between-center, .layout-align-gt-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-sm-start-center > *, .layout-align-gt-sm-center-center > *, .layout-align-gt-sm-end-center > *, .layout-align-gt-sm-space-between-center > *, .layout-align-gt-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-sm-start-end, .layout-align-gt-sm-center-end, .layout-align-gt-sm-end-end, .layout-align-gt-sm-space-between-end, .layout-align-gt-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-sm-start-stretch, .layout-align-gt-sm-center-stretch, .layout-align-gt-sm-end-stretch, .layout-align-gt-sm-space-between-stretch, .layout-align-gt-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-sm {
    flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-sm-column > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex {
    min-width: 0;
  }
  .layout-gt-sm-column > .flex-gt-sm-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex {
    min-height: 0;
  }
  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-sm-column {
    flex-direction: column;
  }
  .layout-gt-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none;
  }
  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }
  .flex-order-md--20 {
    order: -20;
  }
  .flex-order-md--19 {
    order: -19;
  }
  .flex-order-md--18 {
    order: -18;
  }
  .flex-order-md--17 {
    order: -17;
  }
  .flex-order-md--16 {
    order: -16;
  }
  .flex-order-md--15 {
    order: -15;
  }
  .flex-order-md--14 {
    order: -14;
  }
  .flex-order-md--13 {
    order: -13;
  }
  .flex-order-md--12 {
    order: -12;
  }
  .flex-order-md--11 {
    order: -11;
  }
  .flex-order-md--10 {
    order: -10;
  }
  .flex-order-md--9 {
    order: -9;
  }
  .flex-order-md--8 {
    order: -8;
  }
  .flex-order-md--7 {
    order: -7;
  }
  .flex-order-md--6 {
    order: -6;
  }
  .flex-order-md--5 {
    order: -5;
  }
  .flex-order-md--4 {
    order: -4;
  }
  .flex-order-md--3 {
    order: -3;
  }
  .flex-order-md--2 {
    order: -2;
  }
  .flex-order-md--1 {
    order: -1;
  }
  .flex-order-md-0 {
    order: 0;
  }
  .flex-order-md-1 {
    order: 1;
  }
  .flex-order-md-2 {
    order: 2;
  }
  .flex-order-md-3 {
    order: 3;
  }
  .flex-order-md-4 {
    order: 4;
  }
  .flex-order-md-5 {
    order: 5;
  }
  .flex-order-md-6 {
    order: 6;
  }
  .flex-order-md-7 {
    order: 7;
  }
  .flex-order-md-8 {
    order: 8;
  }
  .flex-order-md-9 {
    order: 9;
  }
  .flex-order-md-10 {
    order: 10;
  }
  .flex-order-md-11 {
    order: 11;
  }
  .flex-order-md-12 {
    order: 12;
  }
  .flex-order-md-13 {
    order: 13;
  }
  .flex-order-md-14 {
    order: 14;
  }
  .flex-order-md-15 {
    order: 15;
  }
  .flex-order-md-16 {
    order: 16;
  }
  .flex-order-md-17 {
    order: 17;
  }
  .flex-order-md-18 {
    order: 18;
  }
  .flex-order-md-19 {
    order: 19;
  }
  .flex-order-md-20 {
    order: 20;
  }
  .offset-md-0, .flex-offset-md-0, .layout-margin .flex-offset-md-0, .layout-margin .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-md-0, [dir=rtl] .flex-offset-md-0, [dir=rtl] .layout-margin .flex-offset-md-0, [dir=rtl] .layout-margin .offset-md-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-md-5, .flex-offset-md-5, .layout-margin .flex-offset-md-5, .layout-margin .offset-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-md-5, [dir=rtl] .flex-offset-md-5, [dir=rtl] .layout-margin .flex-offset-md-5, [dir=rtl] .layout-margin .offset-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-md-10, .flex-offset-md-10, .layout-margin .flex-offset-md-10, .layout-margin .offset-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-md-10, [dir=rtl] .flex-offset-md-10, [dir=rtl] .layout-margin .flex-offset-md-10, [dir=rtl] .layout-margin .offset-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-md-15, .flex-offset-md-15, .layout-margin .flex-offset-md-15, .layout-margin .offset-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-md-15, [dir=rtl] .flex-offset-md-15, [dir=rtl] .layout-margin .flex-offset-md-15, [dir=rtl] .layout-margin .offset-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-md-20, .flex-offset-md-20, .layout-margin .flex-offset-md-20, .layout-margin .offset-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-md-20, [dir=rtl] .flex-offset-md-20, [dir=rtl] .layout-margin .flex-offset-md-20, [dir=rtl] .layout-margin .offset-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-md-25, .flex-offset-md-25, .layout-margin .flex-offset-md-25, .layout-margin .offset-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-md-25, [dir=rtl] .flex-offset-md-25, [dir=rtl] .layout-margin .flex-offset-md-25, [dir=rtl] .layout-margin .offset-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-md-30, .flex-offset-md-30, .layout-margin .flex-offset-md-30, .layout-margin .offset-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-md-30, [dir=rtl] .flex-offset-md-30, [dir=rtl] .layout-margin .flex-offset-md-30, [dir=rtl] .layout-margin .offset-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-md-35, .flex-offset-md-35, .layout-margin .flex-offset-md-35, .layout-margin .offset-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-md-35, [dir=rtl] .flex-offset-md-35, [dir=rtl] .layout-margin .flex-offset-md-35, [dir=rtl] .layout-margin .offset-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-md-40, .flex-offset-md-40, .layout-margin .flex-offset-md-40, .layout-margin .offset-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-md-40, [dir=rtl] .flex-offset-md-40, [dir=rtl] .layout-margin .flex-offset-md-40, [dir=rtl] .layout-margin .offset-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-md-45, .flex-offset-md-45, .layout-margin .flex-offset-md-45, .layout-margin .offset-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-md-45, [dir=rtl] .flex-offset-md-45, [dir=rtl] .layout-margin .flex-offset-md-45, [dir=rtl] .layout-margin .offset-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-md-50, .flex-offset-md-50, .layout-margin .flex-offset-md-50, .layout-margin .offset-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-md-50, [dir=rtl] .flex-offset-md-50, [dir=rtl] .layout-margin .flex-offset-md-50, [dir=rtl] .layout-margin .offset-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-md-55, .flex-offset-md-55, .layout-margin .flex-offset-md-55, .layout-margin .offset-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-md-55, [dir=rtl] .flex-offset-md-55, [dir=rtl] .layout-margin .flex-offset-md-55, [dir=rtl] .layout-margin .offset-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-md-60, .flex-offset-md-60, .layout-margin .flex-offset-md-60, .layout-margin .offset-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-md-60, [dir=rtl] .flex-offset-md-60, [dir=rtl] .layout-margin .flex-offset-md-60, [dir=rtl] .layout-margin .offset-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-md-65, .flex-offset-md-65, .layout-margin .flex-offset-md-65, .layout-margin .offset-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-md-65, [dir=rtl] .flex-offset-md-65, [dir=rtl] .layout-margin .flex-offset-md-65, [dir=rtl] .layout-margin .offset-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-md-70, .flex-offset-md-70, .layout-margin .flex-offset-md-70, .layout-margin .offset-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-md-70, [dir=rtl] .flex-offset-md-70, [dir=rtl] .layout-margin .flex-offset-md-70, [dir=rtl] .layout-margin .offset-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-md-75, .flex-offset-md-75, .layout-margin .flex-offset-md-75, .layout-margin .offset-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-md-75, [dir=rtl] .flex-offset-md-75, [dir=rtl] .layout-margin .flex-offset-md-75, [dir=rtl] .layout-margin .offset-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-md-80, .flex-offset-md-80, .layout-margin .flex-offset-md-80, .layout-margin .offset-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-md-80, [dir=rtl] .flex-offset-md-80, [dir=rtl] .layout-margin .flex-offset-md-80, [dir=rtl] .layout-margin .offset-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-md-85, .flex-offset-md-85, .layout-margin .flex-offset-md-85, .layout-margin .offset-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-md-85, [dir=rtl] .flex-offset-md-85, [dir=rtl] .layout-margin .flex-offset-md-85, [dir=rtl] .layout-margin .offset-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-md-90, .flex-offset-md-90, .layout-margin .flex-offset-md-90, .layout-margin .offset-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-md-90, [dir=rtl] .flex-offset-md-90, [dir=rtl] .layout-margin .flex-offset-md-90, [dir=rtl] .layout-margin .offset-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-md-95, .flex-offset-md-95, .layout-margin .flex-offset-md-95, .layout-margin .offset-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-md-95, [dir=rtl] .flex-offset-md-95, [dir=rtl] .layout-margin .flex-offset-md-95, [dir=rtl] .layout-margin .offset-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-md-33, .flex-offset-md-33, .layout-margin .flex-offset-md-33, .layout-margin .offset-md-33 {
    margin-left: 33.3333333333%;
  }
  .offset-md-66, .flex-offset-md-66, .layout-margin .flex-offset-md-66, .layout-margin .offset-md-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-md-66, [dir=rtl] .flex-offset-md-66, [dir=rtl] .layout-margin .flex-offset-md-66, [dir=rtl] .layout-margin .offset-md-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }
  .layout-align-md, .layout-align-md-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-md-start, .layout-align-md-start-start, .layout-align-md-start-center, .layout-align-md-start-end, .layout-align-md-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-md-center, .layout-align-md-center-start, .layout-align-md-center-center, .layout-align-md-center-end, .layout-align-md-center-stretch {
    justify-content: center;
  }
  .layout-align-md-end, .layout-align-md-end-start, .layout-align-md-end-center, .layout-align-md-end-end, .layout-align-md-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-md-space-around, .layout-align-md-space-around-center, .layout-align-md-space-around-start, .layout-align-md-space-around-end, .layout-align-md-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-md-space-between, .layout-align-md-space-between-center, .layout-align-md-space-between-start, .layout-align-md-space-between-end, .layout-align-md-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-md-start-start, .layout-align-md-center-start, .layout-align-md-end-start, .layout-align-md-space-between-start, .layout-align-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-md-start-center, .layout-align-md-center-center, .layout-align-md-end-center, .layout-align-md-space-between-center, .layout-align-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-md-start-center > *, .layout-align-md-center-center > *, .layout-align-md-end-center > *, .layout-align-md-space-between-center > *, .layout-align-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-md-start-end, .layout-align-md-center-end, .layout-align-md-end-end, .layout-align-md-space-between-end, .layout-align-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-md-start-stretch, .layout-align-md-center-stretch, .layout-align-md-end-stretch, .layout-align-md-space-between-stretch, .layout-align-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-md {
    flex: 1;
    box-sizing: border-box;
  }
  .flex-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-md-column > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex {
    min-width: 0;
  }
  .layout-md-column > .flex-md-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex {
    min-height: 0;
  }
  .layout-md, .layout-md-column, .layout-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-md-column {
    flex-direction: column;
  }
  .layout-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    order: -20;
  }
  .flex-order-gt-md--19 {
    order: -19;
  }
  .flex-order-gt-md--18 {
    order: -18;
  }
  .flex-order-gt-md--17 {
    order: -17;
  }
  .flex-order-gt-md--16 {
    order: -16;
  }
  .flex-order-gt-md--15 {
    order: -15;
  }
  .flex-order-gt-md--14 {
    order: -14;
  }
  .flex-order-gt-md--13 {
    order: -13;
  }
  .flex-order-gt-md--12 {
    order: -12;
  }
  .flex-order-gt-md--11 {
    order: -11;
  }
  .flex-order-gt-md--10 {
    order: -10;
  }
  .flex-order-gt-md--9 {
    order: -9;
  }
  .flex-order-gt-md--8 {
    order: -8;
  }
  .flex-order-gt-md--7 {
    order: -7;
  }
  .flex-order-gt-md--6 {
    order: -6;
  }
  .flex-order-gt-md--5 {
    order: -5;
  }
  .flex-order-gt-md--4 {
    order: -4;
  }
  .flex-order-gt-md--3 {
    order: -3;
  }
  .flex-order-gt-md--2 {
    order: -2;
  }
  .flex-order-gt-md--1 {
    order: -1;
  }
  .flex-order-gt-md-0 {
    order: 0;
  }
  .flex-order-gt-md-1 {
    order: 1;
  }
  .flex-order-gt-md-2 {
    order: 2;
  }
  .flex-order-gt-md-3 {
    order: 3;
  }
  .flex-order-gt-md-4 {
    order: 4;
  }
  .flex-order-gt-md-5 {
    order: 5;
  }
  .flex-order-gt-md-6 {
    order: 6;
  }
  .flex-order-gt-md-7 {
    order: 7;
  }
  .flex-order-gt-md-8 {
    order: 8;
  }
  .flex-order-gt-md-9 {
    order: 9;
  }
  .flex-order-gt-md-10 {
    order: 10;
  }
  .flex-order-gt-md-11 {
    order: 11;
  }
  .flex-order-gt-md-12 {
    order: 12;
  }
  .flex-order-gt-md-13 {
    order: 13;
  }
  .flex-order-gt-md-14 {
    order: 14;
  }
  .flex-order-gt-md-15 {
    order: 15;
  }
  .flex-order-gt-md-16 {
    order: 16;
  }
  .flex-order-gt-md-17 {
    order: 17;
  }
  .flex-order-gt-md-18 {
    order: 18;
  }
  .flex-order-gt-md-19 {
    order: 19;
  }
  .flex-order-gt-md-20 {
    order: 20;
  }
  .offset-gt-md-0, .flex-offset-gt-md-0, .layout-margin .flex-offset-gt-md-0, .layout-margin .offset-gt-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-md-0, [dir=rtl] .flex-offset-gt-md-0, [dir=rtl] .layout-margin .flex-offset-gt-md-0, [dir=rtl] .layout-margin .offset-gt-md-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-gt-md-5, .flex-offset-gt-md-5, .layout-margin .flex-offset-gt-md-5, .layout-margin .offset-gt-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-md-5, [dir=rtl] .flex-offset-gt-md-5, [dir=rtl] .layout-margin .flex-offset-gt-md-5, [dir=rtl] .layout-margin .offset-gt-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-gt-md-10, .flex-offset-gt-md-10, .layout-margin .flex-offset-gt-md-10, .layout-margin .offset-gt-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-md-10, [dir=rtl] .flex-offset-gt-md-10, [dir=rtl] .layout-margin .flex-offset-gt-md-10, [dir=rtl] .layout-margin .offset-gt-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-gt-md-15, .flex-offset-gt-md-15, .layout-margin .flex-offset-gt-md-15, .layout-margin .offset-gt-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-md-15, [dir=rtl] .flex-offset-gt-md-15, [dir=rtl] .layout-margin .flex-offset-gt-md-15, [dir=rtl] .layout-margin .offset-gt-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-gt-md-20, .flex-offset-gt-md-20, .layout-margin .flex-offset-gt-md-20, .layout-margin .offset-gt-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-md-20, [dir=rtl] .flex-offset-gt-md-20, [dir=rtl] .layout-margin .flex-offset-gt-md-20, [dir=rtl] .layout-margin .offset-gt-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-gt-md-25, .flex-offset-gt-md-25, .layout-margin .flex-offset-gt-md-25, .layout-margin .offset-gt-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-md-25, [dir=rtl] .flex-offset-gt-md-25, [dir=rtl] .layout-margin .flex-offset-gt-md-25, [dir=rtl] .layout-margin .offset-gt-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-gt-md-30, .flex-offset-gt-md-30, .layout-margin .flex-offset-gt-md-30, .layout-margin .offset-gt-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-md-30, [dir=rtl] .flex-offset-gt-md-30, [dir=rtl] .layout-margin .flex-offset-gt-md-30, [dir=rtl] .layout-margin .offset-gt-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-gt-md-35, .flex-offset-gt-md-35, .layout-margin .flex-offset-gt-md-35, .layout-margin .offset-gt-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-md-35, [dir=rtl] .flex-offset-gt-md-35, [dir=rtl] .layout-margin .flex-offset-gt-md-35, [dir=rtl] .layout-margin .offset-gt-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-gt-md-40, .flex-offset-gt-md-40, .layout-margin .flex-offset-gt-md-40, .layout-margin .offset-gt-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-md-40, [dir=rtl] .flex-offset-gt-md-40, [dir=rtl] .layout-margin .flex-offset-gt-md-40, [dir=rtl] .layout-margin .offset-gt-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-gt-md-45, .flex-offset-gt-md-45, .layout-margin .flex-offset-gt-md-45, .layout-margin .offset-gt-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-md-45, [dir=rtl] .flex-offset-gt-md-45, [dir=rtl] .layout-margin .flex-offset-gt-md-45, [dir=rtl] .layout-margin .offset-gt-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-gt-md-50, .flex-offset-gt-md-50, .layout-margin .flex-offset-gt-md-50, .layout-margin .offset-gt-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-md-50, [dir=rtl] .flex-offset-gt-md-50, [dir=rtl] .layout-margin .flex-offset-gt-md-50, [dir=rtl] .layout-margin .offset-gt-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-gt-md-55, .flex-offset-gt-md-55, .layout-margin .flex-offset-gt-md-55, .layout-margin .offset-gt-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-md-55, [dir=rtl] .flex-offset-gt-md-55, [dir=rtl] .layout-margin .flex-offset-gt-md-55, [dir=rtl] .layout-margin .offset-gt-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-gt-md-60, .flex-offset-gt-md-60, .layout-margin .flex-offset-gt-md-60, .layout-margin .offset-gt-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-md-60, [dir=rtl] .flex-offset-gt-md-60, [dir=rtl] .layout-margin .flex-offset-gt-md-60, [dir=rtl] .layout-margin .offset-gt-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-gt-md-65, .flex-offset-gt-md-65, .layout-margin .flex-offset-gt-md-65, .layout-margin .offset-gt-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-md-65, [dir=rtl] .flex-offset-gt-md-65, [dir=rtl] .layout-margin .flex-offset-gt-md-65, [dir=rtl] .layout-margin .offset-gt-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-gt-md-70, .flex-offset-gt-md-70, .layout-margin .flex-offset-gt-md-70, .layout-margin .offset-gt-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-md-70, [dir=rtl] .flex-offset-gt-md-70, [dir=rtl] .layout-margin .flex-offset-gt-md-70, [dir=rtl] .layout-margin .offset-gt-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-gt-md-75, .flex-offset-gt-md-75, .layout-margin .flex-offset-gt-md-75, .layout-margin .offset-gt-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-md-75, [dir=rtl] .flex-offset-gt-md-75, [dir=rtl] .layout-margin .flex-offset-gt-md-75, [dir=rtl] .layout-margin .offset-gt-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-gt-md-80, .flex-offset-gt-md-80, .layout-margin .flex-offset-gt-md-80, .layout-margin .offset-gt-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-md-80, [dir=rtl] .flex-offset-gt-md-80, [dir=rtl] .layout-margin .flex-offset-gt-md-80, [dir=rtl] .layout-margin .offset-gt-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-gt-md-85, .flex-offset-gt-md-85, .layout-margin .flex-offset-gt-md-85, .layout-margin .offset-gt-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-md-85, [dir=rtl] .flex-offset-gt-md-85, [dir=rtl] .layout-margin .flex-offset-gt-md-85, [dir=rtl] .layout-margin .offset-gt-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-gt-md-90, .flex-offset-gt-md-90, .layout-margin .flex-offset-gt-md-90, .layout-margin .offset-gt-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-md-90, [dir=rtl] .flex-offset-gt-md-90, [dir=rtl] .layout-margin .flex-offset-gt-md-90, [dir=rtl] .layout-margin .offset-gt-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-gt-md-95, .flex-offset-gt-md-95, .layout-margin .flex-offset-gt-md-95, .layout-margin .offset-gt-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-md-95, [dir=rtl] .flex-offset-gt-md-95, [dir=rtl] .layout-margin .flex-offset-gt-md-95, [dir=rtl] .layout-margin .offset-gt-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-gt-md-33, .flex-offset-gt-md-33, .layout-margin .flex-offset-gt-md-33, .layout-margin .offset-gt-md-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-md-66, .flex-offset-gt-md-66, .layout-margin .flex-offset-gt-md-66, .layout-margin .offset-gt-md-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-md-66, [dir=rtl] .flex-offset-gt-md-66, [dir=rtl] .layout-margin .flex-offset-gt-md-66, [dir=rtl] .layout-margin .offset-gt-md-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }
  .layout-align-gt-md, .layout-align-gt-md-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-md-start, .layout-align-gt-md-start-start, .layout-align-gt-md-start-center, .layout-align-gt-md-start-end, .layout-align-gt-md-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-gt-md-center, .layout-align-gt-md-center-start, .layout-align-gt-md-center-center, .layout-align-gt-md-center-end, .layout-align-gt-md-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-md-end, .layout-align-gt-md-end-start, .layout-align-gt-md-end-center, .layout-align-gt-md-end-end, .layout-align-gt-md-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-md-space-around, .layout-align-gt-md-space-around-center, .layout-align-gt-md-space-around-start, .layout-align-gt-md-space-around-end, .layout-align-gt-md-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-md-space-between, .layout-align-gt-md-space-between-center, .layout-align-gt-md-space-between-start, .layout-align-gt-md-space-between-end, .layout-align-gt-md-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-md-start-start, .layout-align-gt-md-center-start, .layout-align-gt-md-end-start, .layout-align-gt-md-space-between-start, .layout-align-gt-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-md-start-center, .layout-align-gt-md-center-center, .layout-align-gt-md-end-center, .layout-align-gt-md-space-between-center, .layout-align-gt-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-md-start-center > *, .layout-align-gt-md-center-center > *, .layout-align-gt-md-end-center > *, .layout-align-gt-md-space-between-center > *, .layout-align-gt-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-md-start-end, .layout-align-gt-md-center-end, .layout-align-gt-md-end-end, .layout-align-gt-md-space-between-end, .layout-align-gt-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-md-start-stretch, .layout-align-gt-md-center-stretch, .layout-align-gt-md-end-stretch, .layout-align-gt-md-space-between-stretch, .layout-align-gt-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-md {
    flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-md-column > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex {
    min-width: 0;
  }
  .layout-gt-md-column > .flex-gt-md-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex {
    min-height: 0;
  }
  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-md-column {
    flex-direction: column;
  }
  .layout-gt-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none;
  }
  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }
  .flex-order-lg--20 {
    order: -20;
  }
  .flex-order-lg--19 {
    order: -19;
  }
  .flex-order-lg--18 {
    order: -18;
  }
  .flex-order-lg--17 {
    order: -17;
  }
  .flex-order-lg--16 {
    order: -16;
  }
  .flex-order-lg--15 {
    order: -15;
  }
  .flex-order-lg--14 {
    order: -14;
  }
  .flex-order-lg--13 {
    order: -13;
  }
  .flex-order-lg--12 {
    order: -12;
  }
  .flex-order-lg--11 {
    order: -11;
  }
  .flex-order-lg--10 {
    order: -10;
  }
  .flex-order-lg--9 {
    order: -9;
  }
  .flex-order-lg--8 {
    order: -8;
  }
  .flex-order-lg--7 {
    order: -7;
  }
  .flex-order-lg--6 {
    order: -6;
  }
  .flex-order-lg--5 {
    order: -5;
  }
  .flex-order-lg--4 {
    order: -4;
  }
  .flex-order-lg--3 {
    order: -3;
  }
  .flex-order-lg--2 {
    order: -2;
  }
  .flex-order-lg--1 {
    order: -1;
  }
  .flex-order-lg-0 {
    order: 0;
  }
  .flex-order-lg-1 {
    order: 1;
  }
  .flex-order-lg-2 {
    order: 2;
  }
  .flex-order-lg-3 {
    order: 3;
  }
  .flex-order-lg-4 {
    order: 4;
  }
  .flex-order-lg-5 {
    order: 5;
  }
  .flex-order-lg-6 {
    order: 6;
  }
  .flex-order-lg-7 {
    order: 7;
  }
  .flex-order-lg-8 {
    order: 8;
  }
  .flex-order-lg-9 {
    order: 9;
  }
  .flex-order-lg-10 {
    order: 10;
  }
  .flex-order-lg-11 {
    order: 11;
  }
  .flex-order-lg-12 {
    order: 12;
  }
  .flex-order-lg-13 {
    order: 13;
  }
  .flex-order-lg-14 {
    order: 14;
  }
  .flex-order-lg-15 {
    order: 15;
  }
  .flex-order-lg-16 {
    order: 16;
  }
  .flex-order-lg-17 {
    order: 17;
  }
  .flex-order-lg-18 {
    order: 18;
  }
  .flex-order-lg-19 {
    order: 19;
  }
  .flex-order-lg-20 {
    order: 20;
  }
  .offset-lg-0, .flex-offset-lg-0, .layout-margin .flex-offset-lg-0, .layout-margin .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-lg-0, [dir=rtl] .flex-offset-lg-0, [dir=rtl] .layout-margin .flex-offset-lg-0, [dir=rtl] .layout-margin .offset-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-lg-5, .flex-offset-lg-5, .layout-margin .flex-offset-lg-5, .layout-margin .offset-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-lg-5, [dir=rtl] .flex-offset-lg-5, [dir=rtl] .layout-margin .flex-offset-lg-5, [dir=rtl] .layout-margin .offset-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-lg-10, .flex-offset-lg-10, .layout-margin .flex-offset-lg-10, .layout-margin .offset-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-lg-10, [dir=rtl] .flex-offset-lg-10, [dir=rtl] .layout-margin .flex-offset-lg-10, [dir=rtl] .layout-margin .offset-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-lg-15, .flex-offset-lg-15, .layout-margin .flex-offset-lg-15, .layout-margin .offset-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-lg-15, [dir=rtl] .flex-offset-lg-15, [dir=rtl] .layout-margin .flex-offset-lg-15, [dir=rtl] .layout-margin .offset-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-lg-20, .flex-offset-lg-20, .layout-margin .flex-offset-lg-20, .layout-margin .offset-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-lg-20, [dir=rtl] .flex-offset-lg-20, [dir=rtl] .layout-margin .flex-offset-lg-20, [dir=rtl] .layout-margin .offset-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-lg-25, .flex-offset-lg-25, .layout-margin .flex-offset-lg-25, .layout-margin .offset-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-lg-25, [dir=rtl] .flex-offset-lg-25, [dir=rtl] .layout-margin .flex-offset-lg-25, [dir=rtl] .layout-margin .offset-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-lg-30, .flex-offset-lg-30, .layout-margin .flex-offset-lg-30, .layout-margin .offset-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-lg-30, [dir=rtl] .flex-offset-lg-30, [dir=rtl] .layout-margin .flex-offset-lg-30, [dir=rtl] .layout-margin .offset-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-lg-35, .flex-offset-lg-35, .layout-margin .flex-offset-lg-35, .layout-margin .offset-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-lg-35, [dir=rtl] .flex-offset-lg-35, [dir=rtl] .layout-margin .flex-offset-lg-35, [dir=rtl] .layout-margin .offset-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-lg-40, .flex-offset-lg-40, .layout-margin .flex-offset-lg-40, .layout-margin .offset-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-lg-40, [dir=rtl] .flex-offset-lg-40, [dir=rtl] .layout-margin .flex-offset-lg-40, [dir=rtl] .layout-margin .offset-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-lg-45, .flex-offset-lg-45, .layout-margin .flex-offset-lg-45, .layout-margin .offset-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-lg-45, [dir=rtl] .flex-offset-lg-45, [dir=rtl] .layout-margin .flex-offset-lg-45, [dir=rtl] .layout-margin .offset-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-lg-50, .flex-offset-lg-50, .layout-margin .flex-offset-lg-50, .layout-margin .offset-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-lg-50, [dir=rtl] .flex-offset-lg-50, [dir=rtl] .layout-margin .flex-offset-lg-50, [dir=rtl] .layout-margin .offset-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-lg-55, .flex-offset-lg-55, .layout-margin .flex-offset-lg-55, .layout-margin .offset-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-lg-55, [dir=rtl] .flex-offset-lg-55, [dir=rtl] .layout-margin .flex-offset-lg-55, [dir=rtl] .layout-margin .offset-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-lg-60, .flex-offset-lg-60, .layout-margin .flex-offset-lg-60, .layout-margin .offset-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-lg-60, [dir=rtl] .flex-offset-lg-60, [dir=rtl] .layout-margin .flex-offset-lg-60, [dir=rtl] .layout-margin .offset-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-lg-65, .flex-offset-lg-65, .layout-margin .flex-offset-lg-65, .layout-margin .offset-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-lg-65, [dir=rtl] .flex-offset-lg-65, [dir=rtl] .layout-margin .flex-offset-lg-65, [dir=rtl] .layout-margin .offset-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-lg-70, .flex-offset-lg-70, .layout-margin .flex-offset-lg-70, .layout-margin .offset-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-lg-70, [dir=rtl] .flex-offset-lg-70, [dir=rtl] .layout-margin .flex-offset-lg-70, [dir=rtl] .layout-margin .offset-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-lg-75, .flex-offset-lg-75, .layout-margin .flex-offset-lg-75, .layout-margin .offset-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-lg-75, [dir=rtl] .flex-offset-lg-75, [dir=rtl] .layout-margin .flex-offset-lg-75, [dir=rtl] .layout-margin .offset-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-lg-80, .flex-offset-lg-80, .layout-margin .flex-offset-lg-80, .layout-margin .offset-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-lg-80, [dir=rtl] .flex-offset-lg-80, [dir=rtl] .layout-margin .flex-offset-lg-80, [dir=rtl] .layout-margin .offset-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-lg-85, .flex-offset-lg-85, .layout-margin .flex-offset-lg-85, .layout-margin .offset-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-lg-85, [dir=rtl] .flex-offset-lg-85, [dir=rtl] .layout-margin .flex-offset-lg-85, [dir=rtl] .layout-margin .offset-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-lg-90, .flex-offset-lg-90, .layout-margin .flex-offset-lg-90, .layout-margin .offset-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-lg-90, [dir=rtl] .flex-offset-lg-90, [dir=rtl] .layout-margin .flex-offset-lg-90, [dir=rtl] .layout-margin .offset-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-lg-95, .flex-offset-lg-95, .layout-margin .flex-offset-lg-95, .layout-margin .offset-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-lg-95, [dir=rtl] .flex-offset-lg-95, [dir=rtl] .layout-margin .flex-offset-lg-95, [dir=rtl] .layout-margin .offset-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-lg-33, .flex-offset-lg-33, .layout-margin .flex-offset-lg-33, .layout-margin .offset-lg-33 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-66, .flex-offset-lg-66, .layout-margin .flex-offset-lg-66, .layout-margin .offset-lg-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-lg-66, [dir=rtl] .flex-offset-lg-66, [dir=rtl] .layout-margin .flex-offset-lg-66, [dir=rtl] .layout-margin .offset-lg-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }
  .layout-align-lg, .layout-align-lg-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-lg-start, .layout-align-lg-start-start, .layout-align-lg-start-center, .layout-align-lg-start-end, .layout-align-lg-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-lg-center, .layout-align-lg-center-start, .layout-align-lg-center-center, .layout-align-lg-center-end, .layout-align-lg-center-stretch {
    justify-content: center;
  }
  .layout-align-lg-end, .layout-align-lg-end-start, .layout-align-lg-end-center, .layout-align-lg-end-end, .layout-align-lg-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-lg-space-around, .layout-align-lg-space-around-center, .layout-align-lg-space-around-start, .layout-align-lg-space-around-end, .layout-align-lg-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-lg-space-between, .layout-align-lg-space-between-center, .layout-align-lg-space-between-start, .layout-align-lg-space-between-end, .layout-align-lg-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-lg-start-start, .layout-align-lg-center-start, .layout-align-lg-end-start, .layout-align-lg-space-between-start, .layout-align-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-lg-start-center, .layout-align-lg-center-center, .layout-align-lg-end-center, .layout-align-lg-space-between-center, .layout-align-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-lg-start-center > *, .layout-align-lg-center-center > *, .layout-align-lg-end-center > *, .layout-align-lg-space-between-center > *, .layout-align-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-lg-start-end, .layout-align-lg-center-end, .layout-align-lg-end-end, .layout-align-lg-space-between-end, .layout-align-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-lg-start-stretch, .layout-align-lg-center-stretch, .layout-align-lg-end-stretch, .layout-align-lg-space-between-stretch, .layout-align-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-lg {
    flex: 1;
    box-sizing: border-box;
  }
  .flex-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-lg-column > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex {
    min-width: 0;
  }
  .layout-lg-column > .flex-lg-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex {
    min-height: 0;
  }
  .layout-lg, .layout-lg-column, .layout-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-lg-column {
    flex-direction: column;
  }
  .layout-lg-row {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    order: -20;
  }
  .flex-order-gt-lg--19 {
    order: -19;
  }
  .flex-order-gt-lg--18 {
    order: -18;
  }
  .flex-order-gt-lg--17 {
    order: -17;
  }
  .flex-order-gt-lg--16 {
    order: -16;
  }
  .flex-order-gt-lg--15 {
    order: -15;
  }
  .flex-order-gt-lg--14 {
    order: -14;
  }
  .flex-order-gt-lg--13 {
    order: -13;
  }
  .flex-order-gt-lg--12 {
    order: -12;
  }
  .flex-order-gt-lg--11 {
    order: -11;
  }
  .flex-order-gt-lg--10 {
    order: -10;
  }
  .flex-order-gt-lg--9 {
    order: -9;
  }
  .flex-order-gt-lg--8 {
    order: -8;
  }
  .flex-order-gt-lg--7 {
    order: -7;
  }
  .flex-order-gt-lg--6 {
    order: -6;
  }
  .flex-order-gt-lg--5 {
    order: -5;
  }
  .flex-order-gt-lg--4 {
    order: -4;
  }
  .flex-order-gt-lg--3 {
    order: -3;
  }
  .flex-order-gt-lg--2 {
    order: -2;
  }
  .flex-order-gt-lg--1 {
    order: -1;
  }
  .flex-order-gt-lg-0 {
    order: 0;
  }
  .flex-order-gt-lg-1 {
    order: 1;
  }
  .flex-order-gt-lg-2 {
    order: 2;
  }
  .flex-order-gt-lg-3 {
    order: 3;
  }
  .flex-order-gt-lg-4 {
    order: 4;
  }
  .flex-order-gt-lg-5 {
    order: 5;
  }
  .flex-order-gt-lg-6 {
    order: 6;
  }
  .flex-order-gt-lg-7 {
    order: 7;
  }
  .flex-order-gt-lg-8 {
    order: 8;
  }
  .flex-order-gt-lg-9 {
    order: 9;
  }
  .flex-order-gt-lg-10 {
    order: 10;
  }
  .flex-order-gt-lg-11 {
    order: 11;
  }
  .flex-order-gt-lg-12 {
    order: 12;
  }
  .flex-order-gt-lg-13 {
    order: 13;
  }
  .flex-order-gt-lg-14 {
    order: 14;
  }
  .flex-order-gt-lg-15 {
    order: 15;
  }
  .flex-order-gt-lg-16 {
    order: 16;
  }
  .flex-order-gt-lg-17 {
    order: 17;
  }
  .flex-order-gt-lg-18 {
    order: 18;
  }
  .flex-order-gt-lg-19 {
    order: 19;
  }
  .flex-order-gt-lg-20 {
    order: 20;
  }
  .offset-gt-lg-0, .flex-offset-gt-lg-0, .layout-margin .flex-offset-gt-lg-0, .layout-margin .offset-gt-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-lg-0, [dir=rtl] .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .offset-gt-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-gt-lg-5, .flex-offset-gt-lg-5, .layout-margin .flex-offset-gt-lg-5, .layout-margin .offset-gt-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-lg-5, [dir=rtl] .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .offset-gt-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-gt-lg-10, .flex-offset-gt-lg-10, .layout-margin .flex-offset-gt-lg-10, .layout-margin .offset-gt-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-lg-10, [dir=rtl] .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .offset-gt-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-gt-lg-15, .flex-offset-gt-lg-15, .layout-margin .flex-offset-gt-lg-15, .layout-margin .offset-gt-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-lg-15, [dir=rtl] .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .offset-gt-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-gt-lg-20, .flex-offset-gt-lg-20, .layout-margin .flex-offset-gt-lg-20, .layout-margin .offset-gt-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-lg-20, [dir=rtl] .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .offset-gt-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-gt-lg-25, .flex-offset-gt-lg-25, .layout-margin .flex-offset-gt-lg-25, .layout-margin .offset-gt-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-lg-25, [dir=rtl] .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .offset-gt-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-gt-lg-30, .flex-offset-gt-lg-30, .layout-margin .flex-offset-gt-lg-30, .layout-margin .offset-gt-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-lg-30, [dir=rtl] .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .offset-gt-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-gt-lg-35, .flex-offset-gt-lg-35, .layout-margin .flex-offset-gt-lg-35, .layout-margin .offset-gt-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-lg-35, [dir=rtl] .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .offset-gt-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-gt-lg-40, .flex-offset-gt-lg-40, .layout-margin .flex-offset-gt-lg-40, .layout-margin .offset-gt-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-lg-40, [dir=rtl] .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .offset-gt-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-gt-lg-45, .flex-offset-gt-lg-45, .layout-margin .flex-offset-gt-lg-45, .layout-margin .offset-gt-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-lg-45, [dir=rtl] .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .offset-gt-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-gt-lg-50, .flex-offset-gt-lg-50, .layout-margin .flex-offset-gt-lg-50, .layout-margin .offset-gt-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-lg-50, [dir=rtl] .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .offset-gt-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-gt-lg-55, .flex-offset-gt-lg-55, .layout-margin .flex-offset-gt-lg-55, .layout-margin .offset-gt-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-lg-55, [dir=rtl] .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .offset-gt-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-gt-lg-60, .flex-offset-gt-lg-60, .layout-margin .flex-offset-gt-lg-60, .layout-margin .offset-gt-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-lg-60, [dir=rtl] .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .offset-gt-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-gt-lg-65, .flex-offset-gt-lg-65, .layout-margin .flex-offset-gt-lg-65, .layout-margin .offset-gt-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-lg-65, [dir=rtl] .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .offset-gt-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-gt-lg-70, .flex-offset-gt-lg-70, .layout-margin .flex-offset-gt-lg-70, .layout-margin .offset-gt-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-lg-70, [dir=rtl] .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .offset-gt-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-gt-lg-75, .flex-offset-gt-lg-75, .layout-margin .flex-offset-gt-lg-75, .layout-margin .offset-gt-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-lg-75, [dir=rtl] .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .offset-gt-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-gt-lg-80, .flex-offset-gt-lg-80, .layout-margin .flex-offset-gt-lg-80, .layout-margin .offset-gt-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-lg-80, [dir=rtl] .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .offset-gt-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-gt-lg-85, .flex-offset-gt-lg-85, .layout-margin .flex-offset-gt-lg-85, .layout-margin .offset-gt-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-lg-85, [dir=rtl] .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .offset-gt-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-gt-lg-90, .flex-offset-gt-lg-90, .layout-margin .flex-offset-gt-lg-90, .layout-margin .offset-gt-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-lg-90, [dir=rtl] .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .offset-gt-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-gt-lg-95, .flex-offset-gt-lg-95, .layout-margin .flex-offset-gt-lg-95, .layout-margin .offset-gt-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-lg-95, [dir=rtl] .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .offset-gt-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-gt-lg-33, .flex-offset-gt-lg-33, .layout-margin .flex-offset-gt-lg-33, .layout-margin .offset-gt-lg-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-lg-66, .flex-offset-gt-lg-66, .layout-margin .flex-offset-gt-lg-66, .layout-margin .offset-gt-lg-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-lg-66, [dir=rtl] .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .offset-gt-lg-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }
  .layout-align-gt-lg, .layout-align-gt-lg-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-lg-start, .layout-align-gt-lg-start-start, .layout-align-gt-lg-start-center, .layout-align-gt-lg-start-end, .layout-align-gt-lg-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-gt-lg-center, .layout-align-gt-lg-center-start, .layout-align-gt-lg-center-center, .layout-align-gt-lg-center-end, .layout-align-gt-lg-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-lg-end, .layout-align-gt-lg-end-start, .layout-align-gt-lg-end-center, .layout-align-gt-lg-end-end, .layout-align-gt-lg-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-lg-space-around, .layout-align-gt-lg-space-around-center, .layout-align-gt-lg-space-around-start, .layout-align-gt-lg-space-around-end, .layout-align-gt-lg-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-lg-space-between, .layout-align-gt-lg-space-between-center, .layout-align-gt-lg-space-between-start, .layout-align-gt-lg-space-between-end, .layout-align-gt-lg-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-lg-start-start, .layout-align-gt-lg-center-start, .layout-align-gt-lg-end-start, .layout-align-gt-lg-space-between-start, .layout-align-gt-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-lg-start-center, .layout-align-gt-lg-center-center, .layout-align-gt-lg-end-center, .layout-align-gt-lg-space-between-center, .layout-align-gt-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-lg-start-center > *, .layout-align-gt-lg-center-center > *, .layout-align-gt-lg-end-center > *, .layout-align-gt-lg-space-between-center > *, .layout-align-gt-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-lg-start-end, .layout-align-gt-lg-center-end, .layout-align-gt-lg-end-end, .layout-align-gt-lg-space-between-end, .layout-align-gt-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-lg-start-stretch, .layout-align-gt-lg-center-stretch, .layout-align-gt-lg-end-stretch, .layout-align-gt-lg-space-between-stretch, .layout-align-gt-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-lg {
    flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-lg-column > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex {
    min-width: 0;
  }
  .layout-gt-lg-column > .flex-gt-lg-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex {
    min-height: 0;
  }
  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-lg-column {
    flex-direction: column;
  }
  .layout-gt-lg-row {
    flex-direction: row;
  }
  .flex-order-xl--20 {
    order: -20;
  }
  .flex-order-xl--19 {
    order: -19;
  }
  .flex-order-xl--18 {
    order: -18;
  }
  .flex-order-xl--17 {
    order: -17;
  }
  .flex-order-xl--16 {
    order: -16;
  }
  .flex-order-xl--15 {
    order: -15;
  }
  .flex-order-xl--14 {
    order: -14;
  }
  .flex-order-xl--13 {
    order: -13;
  }
  .flex-order-xl--12 {
    order: -12;
  }
  .flex-order-xl--11 {
    order: -11;
  }
  .flex-order-xl--10 {
    order: -10;
  }
  .flex-order-xl--9 {
    order: -9;
  }
  .flex-order-xl--8 {
    order: -8;
  }
  .flex-order-xl--7 {
    order: -7;
  }
  .flex-order-xl--6 {
    order: -6;
  }
  .flex-order-xl--5 {
    order: -5;
  }
  .flex-order-xl--4 {
    order: -4;
  }
  .flex-order-xl--3 {
    order: -3;
  }
  .flex-order-xl--2 {
    order: -2;
  }
  .flex-order-xl--1 {
    order: -1;
  }
  .flex-order-xl-0 {
    order: 0;
  }
  .flex-order-xl-1 {
    order: 1;
  }
  .flex-order-xl-2 {
    order: 2;
  }
  .flex-order-xl-3 {
    order: 3;
  }
  .flex-order-xl-4 {
    order: 4;
  }
  .flex-order-xl-5 {
    order: 5;
  }
  .flex-order-xl-6 {
    order: 6;
  }
  .flex-order-xl-7 {
    order: 7;
  }
  .flex-order-xl-8 {
    order: 8;
  }
  .flex-order-xl-9 {
    order: 9;
  }
  .flex-order-xl-10 {
    order: 10;
  }
  .flex-order-xl-11 {
    order: 11;
  }
  .flex-order-xl-12 {
    order: 12;
  }
  .flex-order-xl-13 {
    order: 13;
  }
  .flex-order-xl-14 {
    order: 14;
  }
  .flex-order-xl-15 {
    order: 15;
  }
  .flex-order-xl-16 {
    order: 16;
  }
  .flex-order-xl-17 {
    order: 17;
  }
  .flex-order-xl-18 {
    order: 18;
  }
  .flex-order-xl-19 {
    order: 19;
  }
  .flex-order-xl-20 {
    order: 20;
  }
  .offset-xl-0, .flex-offset-xl-0, .layout-margin .flex-offset-xl-0, .layout-margin .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xl-0, [dir=rtl] .flex-offset-xl-0, [dir=rtl] .layout-margin .flex-offset-xl-0, [dir=rtl] .layout-margin .offset-xl-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-xl-5, .flex-offset-xl-5, .layout-margin .flex-offset-xl-5, .layout-margin .offset-xl-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-xl-5, [dir=rtl] .flex-offset-xl-5, [dir=rtl] .layout-margin .flex-offset-xl-5, [dir=rtl] .layout-margin .offset-xl-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-xl-10, .flex-offset-xl-10, .layout-margin .flex-offset-xl-10, .layout-margin .offset-xl-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-xl-10, [dir=rtl] .flex-offset-xl-10, [dir=rtl] .layout-margin .flex-offset-xl-10, [dir=rtl] .layout-margin .offset-xl-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-xl-15, .flex-offset-xl-15, .layout-margin .flex-offset-xl-15, .layout-margin .offset-xl-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-xl-15, [dir=rtl] .flex-offset-xl-15, [dir=rtl] .layout-margin .flex-offset-xl-15, [dir=rtl] .layout-margin .offset-xl-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-xl-20, .flex-offset-xl-20, .layout-margin .flex-offset-xl-20, .layout-margin .offset-xl-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-xl-20, [dir=rtl] .flex-offset-xl-20, [dir=rtl] .layout-margin .flex-offset-xl-20, [dir=rtl] .layout-margin .offset-xl-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-xl-25, .flex-offset-xl-25, .layout-margin .flex-offset-xl-25, .layout-margin .offset-xl-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xl-25, [dir=rtl] .flex-offset-xl-25, [dir=rtl] .layout-margin .flex-offset-xl-25, [dir=rtl] .layout-margin .offset-xl-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-xl-30, .flex-offset-xl-30, .layout-margin .flex-offset-xl-30, .layout-margin .offset-xl-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-xl-30, [dir=rtl] .flex-offset-xl-30, [dir=rtl] .layout-margin .flex-offset-xl-30, [dir=rtl] .layout-margin .offset-xl-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-xl-35, .flex-offset-xl-35, .layout-margin .flex-offset-xl-35, .layout-margin .offset-xl-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-xl-35, [dir=rtl] .flex-offset-xl-35, [dir=rtl] .layout-margin .flex-offset-xl-35, [dir=rtl] .layout-margin .offset-xl-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-xl-40, .flex-offset-xl-40, .layout-margin .flex-offset-xl-40, .layout-margin .offset-xl-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-xl-40, [dir=rtl] .flex-offset-xl-40, [dir=rtl] .layout-margin .flex-offset-xl-40, [dir=rtl] .layout-margin .offset-xl-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-xl-45, .flex-offset-xl-45, .layout-margin .flex-offset-xl-45, .layout-margin .offset-xl-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-xl-45, [dir=rtl] .flex-offset-xl-45, [dir=rtl] .layout-margin .flex-offset-xl-45, [dir=rtl] .layout-margin .offset-xl-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-xl-50, .flex-offset-xl-50, .layout-margin .flex-offset-xl-50, .layout-margin .offset-xl-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xl-50, [dir=rtl] .flex-offset-xl-50, [dir=rtl] .layout-margin .flex-offset-xl-50, [dir=rtl] .layout-margin .offset-xl-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-xl-55, .flex-offset-xl-55, .layout-margin .flex-offset-xl-55, .layout-margin .offset-xl-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-xl-55, [dir=rtl] .flex-offset-xl-55, [dir=rtl] .layout-margin .flex-offset-xl-55, [dir=rtl] .layout-margin .offset-xl-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-xl-60, .flex-offset-xl-60, .layout-margin .flex-offset-xl-60, .layout-margin .offset-xl-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-xl-60, [dir=rtl] .flex-offset-xl-60, [dir=rtl] .layout-margin .flex-offset-xl-60, [dir=rtl] .layout-margin .offset-xl-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-xl-65, .flex-offset-xl-65, .layout-margin .flex-offset-xl-65, .layout-margin .offset-xl-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-xl-65, [dir=rtl] .flex-offset-xl-65, [dir=rtl] .layout-margin .flex-offset-xl-65, [dir=rtl] .layout-margin .offset-xl-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-xl-70, .flex-offset-xl-70, .layout-margin .flex-offset-xl-70, .layout-margin .offset-xl-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-xl-70, [dir=rtl] .flex-offset-xl-70, [dir=rtl] .layout-margin .flex-offset-xl-70, [dir=rtl] .layout-margin .offset-xl-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-xl-75, .flex-offset-xl-75, .layout-margin .flex-offset-xl-75, .layout-margin .offset-xl-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xl-75, [dir=rtl] .flex-offset-xl-75, [dir=rtl] .layout-margin .flex-offset-xl-75, [dir=rtl] .layout-margin .offset-xl-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-xl-80, .flex-offset-xl-80, .layout-margin .flex-offset-xl-80, .layout-margin .offset-xl-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-xl-80, [dir=rtl] .flex-offset-xl-80, [dir=rtl] .layout-margin .flex-offset-xl-80, [dir=rtl] .layout-margin .offset-xl-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-xl-85, .flex-offset-xl-85, .layout-margin .flex-offset-xl-85, .layout-margin .offset-xl-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-xl-85, [dir=rtl] .flex-offset-xl-85, [dir=rtl] .layout-margin .flex-offset-xl-85, [dir=rtl] .layout-margin .offset-xl-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-xl-90, .flex-offset-xl-90, .layout-margin .flex-offset-xl-90, .layout-margin .offset-xl-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-xl-90, [dir=rtl] .flex-offset-xl-90, [dir=rtl] .layout-margin .flex-offset-xl-90, [dir=rtl] .layout-margin .offset-xl-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-xl-95, .flex-offset-xl-95, .layout-margin .flex-offset-xl-95, .layout-margin .offset-xl-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-xl-95, [dir=rtl] .flex-offset-xl-95, [dir=rtl] .layout-margin .flex-offset-xl-95, [dir=rtl] .layout-margin .offset-xl-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-xl-33, .flex-offset-xl-33, .layout-margin .flex-offset-xl-33, .layout-margin .offset-xl-33 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-66, .flex-offset-xl-66, .layout-margin .flex-offset-xl-66, .layout-margin .offset-xl-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-xl-66, [dir=rtl] .flex-offset-xl-66, [dir=rtl] .layout-margin .flex-offset-xl-66, [dir=rtl] .layout-margin .offset-xl-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }
  .layout-align-xl, .layout-align-xl-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-xl-start, .layout-align-xl-start-start, .layout-align-xl-start-center, .layout-align-xl-start-end, .layout-align-xl-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-xl-center, .layout-align-xl-center-start, .layout-align-xl-center-center, .layout-align-xl-center-end, .layout-align-xl-center-stretch {
    justify-content: center;
  }
  .layout-align-xl-end, .layout-align-xl-end-start, .layout-align-xl-end-center, .layout-align-xl-end-end, .layout-align-xl-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-xl-space-around, .layout-align-xl-space-around-center, .layout-align-xl-space-around-start, .layout-align-xl-space-around-end, .layout-align-xl-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-xl-space-between, .layout-align-xl-space-between-center, .layout-align-xl-space-between-start, .layout-align-xl-space-between-end, .layout-align-xl-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-xl-start-start, .layout-align-xl-center-start, .layout-align-xl-end-start, .layout-align-xl-space-between-start, .layout-align-xl-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-xl-start-center, .layout-align-xl-center-center, .layout-align-xl-end-center, .layout-align-xl-space-between-center, .layout-align-xl-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-xl-start-center > *, .layout-align-xl-center-center > *, .layout-align-xl-end-center > *, .layout-align-xl-space-between-center > *, .layout-align-xl-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xl-start-end, .layout-align-xl-center-end, .layout-align-xl-end-end, .layout-align-xl-space-between-end, .layout-align-xl-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-xl-start-stretch, .layout-align-xl-center-stretch, .layout-align-xl-end-stretch, .layout-align-xl-space-between-stretch, .layout-align-xl-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-xl {
    flex: 1;
    box-sizing: border-box;
  }
  .flex-xl-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xl-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-xl-column > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex {
    min-width: 0;
  }
  .layout-xl-column > .flex-xl-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex {
    min-height: 0;
  }
  .layout-xl, .layout-xl-column, .layout-xl-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-xl-column {
    flex-direction: column;
  }
  .layout-xl-row {
    flex-direction: row;
  }
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none;
  }
  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }
}
@media print {
  .hide-print:not(.show-print):not(.show) {
    display: none !important;
  }
} /*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.19.7 - 2017-04-15T14:28:36.790Z
* License: MIT
*/
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #d44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999;
}

.ui-select-container[theme=select2].direction-up .ui-select-match, .ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown, .ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search, .ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match, .ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden, .ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.selectize-input.selectize-focus {
  border-color: #007fbb !important;
}

.selectize-control.single > .selectize-input > input {
  width: 100%;
}

.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

.selectize-control > .selectize-dropdown {
  width: 100%;
}

.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #d44950;
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

.btn-default-focus {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.input-group > .ui-select-bootstrap.dropdown {
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span, .ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
  display: none !important;
}

.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #d44950;
}

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
} /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: rgba(0, 0, 0, 0);
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 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: rgba(0, 0, 0, 0);
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \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: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

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

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: rgba(0, 0, 0, 0);
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0);
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-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;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 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-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  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;
  }
}
md-event-calendar:not(._md) md-event-calendar-header {
  color: #666;
  background: #fff;
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-header md-event-calendar-next .md-arrow svg, md-event-calendar:not(._md) md-event-calendar-header md-event-calendar-prev .md-arrow svg {
  fill: #666;
}

md-event-calendar:not(._md) .md-button:not([disabled]) {
  color: #333;
}

md-event-calendar:not(._md) .md-button:not([disabled]):hover {
  background: rgba(158, 158, 158, 0.2);
}

md-event-calendar:not(._md) .md-button[disabled] {
  color: #ccc;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row-header {
  color: #999;
  background: #fff;
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row {
  background: #fff;
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell-divider {
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell {
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  color: #4189b8;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-data-label {
  color: #999;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-event-show-more-link {
  color: #4189b8;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.different-month {
  background: #f5f5f5;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today {
  box-shadow: inset 0px 0px 0px 1px #aaa;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today .md-event-calendar-month-cell-content .md-event-calendar-cell-data-label {
  color: #666;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today .md-event-calendar-month-cell-divider {
  border-color: #aaa;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell:last-child {
  border-color: #ddd;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event {
  background: #ddd;
  color: #666;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected {
  color: #eee;
  background: #888;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-continue-left:after, md-event-calendar:not(._md) .md-event-calendar-cell-event.md-end-left:after {
  border-right-color: #ddd;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-continue-right:after, md-event-calendar:not(._md) .md-event-calendar-cell-event.md-start-right:after {
  border-left-color: #ddd;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected.md-continue-left:after, md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected.md-end-left:after {
  border-right-color: #888;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected.md-continue-right:after, md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected.md-start-right:after {
  border-left-color: #888;
}

md-event-calendar:not(._md) .md-event-calendar-show-more-container .md-event-calendar-show-more-date-label {
  color: #999;
}

md-event-calendar:not(._md) .md-event-calendar-show-more-container .md-event-calendar-show-more-close svg {
  fill: #999;
}

md-event-calendar {
  display: block;
}

md-event-calendar md-event-calendar-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

md-event-calendar md-event-calendar-header.md-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

md-event-calendar md-event-calendar-header md-event-calendar-title {
  display: block;
  min-width: 170px;
  text-align: center;
  font-size: 20px;
}

md-event-calendar md-event-calendar-header md-event-calendar-next, md-event-calendar md-event-calendar-header md-event-calendar-prev {
  display: block;
}

md-event-calendar md-event-calendar-header md-event-calendar-next .md-arrow, md-event-calendar md-event-calendar-header md-event-calendar-prev .md-arrow {
  cursor: pointer;
  height: 24px;
  width: 24px;
}

md-event-calendar md-event-calendar-header md-event-calendar-next .md-arrow.md-left-arrow, md-event-calendar md-event-calendar-header md-event-calendar-prev .md-arrow.md-left-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

md-event-calendar .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  opacity: 0;
}

md-event-calendar .md-event-calendar-month-cell-content:hover .md-event-calendar-create-link {
  opacity: 1;
}

md-event-calendar md-event-calendar-month.md-event-hover .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  opacity: 0;
}

md-event-calendar md-event-calendar-month.fitted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 36px;
  height: 36px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row-header .md-event-calendar-month-cell-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6px;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 0 0 1px 0;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-spacer {
  margin-top: 100%;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 1px 0 0;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-right: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-data-label {
  font-size: 13px;
  padding: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-event-spacer {
  margin: 4px 0 4px 0;
  height: 23px;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-event-show-more-link {
  font-size: 13px;
  padding: 4px;
  padding-left: 8px;
  cursor: pointer;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell:last-child {
  border-style: solid;
  border-width: 0 1px 0 0;
}

md-event-calendar .md-event-calendar-cell-event {
  font-size: 12px;
  min-height: 15px;
  padding: 4px;
  cursor: pointer;
}

md-event-calendar .md-event-calendar-cell-event.md-single {
  margin: 4px;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

md-event-calendar .md-event-calendar-cell-event.md-start {
  margin: 4px 0 4px 4px;
  border-radius: 2px 0 0 2px;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}

md-event-calendar .md-event-calendar-cell-event.md-start-right {
  margin: 4px 13px 4px 4px;
  border-radius: 2px 0 0 2px;
}

md-event-calendar .md-event-calendar-cell-event.md-end {
  margin: 4px 4px 4px 0;
  border-radius: 0 2px 2px 0;
}

md-event-calendar .md-event-calendar-cell-event.md-end-left {
  margin: 4px 4px 4px 13px;
  border-radius: 0 2px 2px 0;
}

md-event-calendar .md-event-calendar-cell-event.md-continue, md-event-calendar .md-event-calendar-cell-event.md-continue-both {
  margin: 4px 0 4px 0;
  border-radius: 0;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-right {
  margin: 4px 13px 4px 0;
  border-radius: 0;
  white-space: nowrap;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-left {
  margin: 4px 0 4px 13px;
  border-radius: 0;
  white-space: nowrap;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-right:after, md-event-calendar .md-event-calendar-cell-event.md-start-right:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: 0;
  margin-top: -4px;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 11.5px solid rgba(0, 0, 0, 0);
  border-left: 13px solid #eee;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-left:after, md-event-calendar .md-event-calendar-cell-event.md-end-left:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  margin-top: -4px;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 11.5px solid rgba(0, 0, 0, 0);
  border-right: 13px solid #eee;
}

md-event-calendar .md-event-calendar-cell-event .md-event-calendar-cell-event-time {
  font-weight: 500;
  padding-right: 6px;
  pointer-events: none;
}

md-event-calendar .md-event-calendar-cell-event span {
  pointer-events: none;
}

md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-single, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-end, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-start-right {
  padding-left: 16px;
}

md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-single, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-end, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-start-right {
  margin-left: 0;
}

md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-single, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-end, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-end-left {
  margin-right: 0;
}

md-event-calendar .md-event-calendar-show-more-container {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 1px;
  width: 180px;
  background: #fff;
  padding: 12px;
  padding-top: 7px;
  border-radius: 2px;
  z-index: 9;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

md-event-calendar .md-event-calendar-show-more-container .md-event-calendar-show-more-content {
  position: relative;
}

md-event-calendar .md-event-calendar-show-more-container.show {
  opacity: 1;
}

md-event-calendar .md-event-calendar-show-more-container.show:not(.no-transition) {
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-event-calendar .md-event-calendar-show-more-container .md-event-calendar-show-more-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 6px;
  right: 7px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

md-event-calendar .md-event-calendar-show-more-container .md-event-calendar-show-more-close svg {
  pointer-events: none;
}

md-event-calendar .md-event-calendar-show-more-container .md-event-calendar-show-more-date-label {
  font-size: 13px;
  padding: 6px;
  margin-left: -11px;
  margin-top: -5px;
}

md-event-calendar.md-create-disabled md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  display: none;
}

.dropdown-menu li a {
  line-height: 48px;
}

.dropdown-menu li a:hover {
  background-color: rgba(64, 119, 135, 0.2);
  color: #262626;
}

.dropdown-menu > .active > a {
  color: #212121;
  background-color: #eee;
}

.dropdown-menu > .active > a:hover {
  background-color: rgba(89, 73, 143, 0.2);
  color: #262626;
}

.expand-height-row {
  display: table;
  width: 100%;
}

.expand-height-row > [class*=col-] {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.expand-height-row > [class*=col-].valign-middle {
  vertical-align: middle;
}

.col-sm-20-percent, .col-sm-22-percent {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .col-sm-20-percent {
    float: left;
    width: 20%;
  }
  .col-sm-22-percent {
    float: left;
    width: 22%;
  }
  .row.same-height-panels {
    display: flex;
  }
  .row.same-height-panels > [class*=col-] {
    flex-direction: column;
  }
  .row.same-height-panels > [class*=col-] .panel {
    height: 100%;
  }
}
.accordion-wrapper .no-cursor {
  cursor: not-allowed !important;
}

.accordion-wrapper .no-cursor a {
  cursor: not-allowed;
}

.accordion-wrapper .no-cursor .preview-drawer {
  cursor: not-allowed;
}

.accordion-wrapper.pull-up .panel-group {
  margin-top: -20px;
}

.accordion-wrapper .panel-group .panel + .panel {
  margin-top: 0;
}

.accordion-wrapper a {
  text-decoration: none !important;
}

.accordion-wrapper a:focus {
  border: none;
}

.accordion-wrapper .accordion-heading {
  padding: 10px 0 10px 0;
}

.accordion-wrapper .panel-body {
  border-top: 0 !important;
  padding-top: 0px;
  padding-bottom: 5px;
}

.accordion-wrapper .panel-body .called-out-bg {
  background-color: #ededed;
}

.accordion-wrapper .panel-body .history-row {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-wrapper .panel-body .accordion-row {
  padding-top: 18px;
  padding-bottom: 10px;
  margin: 0px;
}

.accordion-wrapper .preview-drawer i {
  line-height: 22px;
}

.panel-group .panel {
  border-radius: 4px;
  margin-bottom: 7px;
}

uib-accordion .panel-group .panel {
  padding-bottom: 0;
}

uib-accordion .panel-default > .panel-heading h1, uib-accordion .panel-default > .panel-heading h2, uib-accordion .panel-default > .panel-heading h3, uib-accordion .panel-default > .panel-heading h4, uib-accordion .panel-default > .panel-heading h5, uib-accordion .panel-default > .panel-heading h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

uib-accordion .panel {
  margin-bottom: 7px;
  border: 0;
}

uib-accordion .panel .panel-heading .zmdi-chevron-up {
  display: none;
}

uib-accordion .panel.panel-open .panel-heading .zmdi-chevron-down {
  display: none;
}

uib-accordion .panel.panel-open .panel-heading .zmdi-chevron-up {
  display: block;
}

uib-accordion .panel .panel-heading {
  background-color: #f8f8f8;
  border-radius: 3px 3px 0 0;
  padding: 0px;
}

uib-accordion .panel .panel-heading .panel-title a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 20px;
  text-decoration: none;
  color: #59498f;
}

uib-accordion .panel .panel-heading .panel-title a i.zmdi {
  color: #828282;
  float: right;
  font-size: 25px;
  font-weight: 700;
}

uib-accordion .panel .panel-body {
  border: 1px solid #ededed;
  padding: 10px;
}

uib-accordion .panel .preview-drawer {
  display: inline-block;
}

zip-accordion uib-accordion .main-header-title, zip-accordion uib-accordion .sub-header-title {
  display: inline-block;
}

zip-accordion uib-accordion .main-header-title p, zip-accordion uib-accordion .sub-header-title p {
  margin-bottom: 0;
}

zip-accordion uib-accordion .panel .panel-heading, zip-accordion uib-accordion .accordion-body {
  padding: 15px 20px;
}

zip-accordion uib-accordion .panel-heading h1, zip-accordion uib-accordion .panel-heading h2, zip-accordion uib-accordion .panel-heading h3, zip-accordion uib-accordion .panel-heading h4, zip-accordion uib-accordion .panel-heading h5, zip-accordion uib-accordion .panel-heading h6 {
  font-size: 22px;
  margin: 0;
  font-weight: 700;
}

zip-accordion uib-accordion .panel .panel-heading .panel-title a {
  color: #282828;
  padding: 0;
}

zip-accordion uib-accordion .panel .panel-body {
  padding: 0;
  border: 1px solid #b4b4b4;
}

zip-accordion uib-accordion .panel .panel-title .text-muted {
  color: #282828;
}

zip-accordion uib-accordion .vertical-scroll {
  overflow-x: hidden;
}

zip-accordion uib-accordion .zip-accordion-toggle {
  margin-left: 20px;
}

zip-accordion uib-accordion.main .main-header-title {
  font-size: 22px;
}

zip-accordion uib-accordion.main .panel-group, zip-accordion uib-accordion.main .panel-group .panel {
  margin-bottom: 0;
}

zip-accordion uib-accordion.main .panel-open .panel-heading {
  border-radius: 3px 3px 0 0;
}

zip-accordion uib-accordion.main .panel-heading {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
}

zip-accordion uib-accordion.main .panel-body {
  border: 1px solid #b4b4b4;
  border-radius: 0 0 3px 3px;
}

zip-accordion uib-accordion.sub .main-header-title {
  font-size: 22px;
}

zip-accordion uib-accordion.sub .panel-group {
  margin-top: -4px;
  margin-bottom: 0;
}

zip-accordion uib-accordion.sub .panel {
  border-radius: 0 0 4px 4px;
  border: 1px solid #b4b4b4;
  border-top: 0;
  margin-bottom: 0;
}

zip-accordion uib-accordion.sub .panel.panel-open {
  border-bottom: 1px solid #b4b4b4;
  border-radius: 0 0 4px 4px;
}

zip-accordion uib-accordion.sub .panel.panel-open .panel-heading {
  border-bottom: 1px solid #b4b4b4;
  border-radius: 0;
}

zip-accordion uib-accordion.sub .panel .panel-heading {
  border-radius: 0 0 4px 4px;
  background-color: #f8f8f8;
  border-top: 1px solid #b4b4b4;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

zip-accordion uib-accordion.sub .panel .panel-heading .panel-title .zmdi {
  font-size: 22px;
}

zip-accordion uib-accordion.sub .panel .panel-heading h1, zip-accordion uib-accordion.sub .panel .panel-heading h2, zip-accordion uib-accordion.sub .panel .panel-heading h3, zip-accordion uib-accordion.sub .panel .panel-heading h4, zip-accordion uib-accordion.sub .panel .panel-heading h5, zip-accordion uib-accordion.sub .panel .panel-heading h6 {
  font-size: 18px;
  font-weight: 400;
}

zip-accordion uib-accordion.sub .panel-group .panel .panel-body {
  border: none;
  border-top: 0;
}

zip-accordion.no-side-border uib-accordion .panel {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

zip-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

@media screen and (min-width: 992px) {
  zip-accordion uib-accordion .panel .panel-heading, zip-accordion uib-accordion .accordion-body {
    padding: 15px 40px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html, body {
  -moz-osx-font-smoothing: auto;
}

body {
  height: auto;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #282828;
  background: #fff;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 1s;
  animation: fadein 1s;
  -webkit-font-smoothing: auto;
}

iframe {
  border: none;
}

@media screen and (min-width: 768px) {
  .flex-aic-desktop-only {
    display: flex;
    align-items: center;
  }
  .pull-right-desktop {
    float: right;
  }
}
.panel ::-webkit-scrollbar-track, .zip-select ::-webkit-scrollbar-track {
  border-radius: 0px;
}

.panel ::-webkit-scrollbar, .zip-select ::-webkit-scrollbar {
  width: 8px;
  background: hsla(0, 0%, 100%, 0);
}

.panel ::-webkit-scrollbar-thumb, .zip-select ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(89, 73, 143, 0.6);
}

.text-left-xs {
  text-align: left;
}

.text-right-xs {
  text-align: right;
}

.text-center-xs {
  text-align: center;
}

.text-justify-xs {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .mb20-xs {
    margin-bottom: 20px;
  }
  .pt0-xs {
    padding-top: 0;
  }
  .pb0-xs {
    padding-bottom: 0;
  }
  .pt20-xs {
    padding-top: 20px;
  }
  .pb20-xs {
    padding-bottom: 20px;
  }
}
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.p0 {
  padding: 0;
}

.pb0 {
  padding-bottom: 0;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.jc-c {
  justify-content: center;
}

.lc-r :last-child {
  margin-left: auto;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.ba--lighter-gray {
  border: 1px solid #ededed;
}

.bb--lighter-gray {
  border-bottom: 1px solid #ededed;
}

.ba--light-gray {
  border: 1px solid #b4b4b4;
}

.bb--light-gray {
  border-bottom: 1px solid #b4b4b4;
}

.br2 {
  border-radius: 2px;
}

.br4 {
  border-radius: 4px;
}

.br8 {
  border-radius: 8px;
}

.flex {
  display: flex;
}

.ai-c {
  align-items: center;
}

.jc-sb {
  justify-content: space-between;
}

.fw-w, .flex-wrap {
  flex-wrap: wrap;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.va-middle {
  vertical-align: middle;
}

.va-bottom {
  vertical-align: bottom;
}

.wb-bw {
  word-break: break-word;
}

.ws-nw {
  white-space: nowrap;
}

.flex-direction-toggle-480, .flex-direction-toggle-640, .flex-direction-toggle-768 {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .flex-direction-toggle-480 {
    flex-direction: row;
  }
}
@media screen and (min-width: 640px) {
  .flex-direction-toggle-640 {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .flex-direction-toggle-768 {
    flex-direction: row;
  }
}
.color-white {
  color: #fff;
}

.color-success {
  color: #9bca3e;
}

.color-accent {
  color: #54518d;
}

.color-attention {
  color: #d50000;
}

.color-warning {
  color: #ffd200;
}

.color-primary-bg {
  background-color: #59498f;
}

.color-secondary-bg {
  background-color: #407787;
}

.color-tertiary-bg {
  background-color: #54518d;
}

.color-blue {
  color: #1492d2;
}

.color-red {
  color: #d50000;
}

.color-green {
  color: #9bca3e;
}

.color-orange {
  color: #ef5000;
}

.color-gold {
  color: #ffd200;
}

.color-gray-darkest {
  color: #282828;
}

.color-gray-lightest-bg {
  background-color: #f8f8f8;
}

.color-gray-lighter-bg {
  background-color: #ededed;
}

.color-gray-light-bg {
  background-color: #b4b4b4;
}

.color-gray-dark-bg {
  background-color: #828282;
}

.color-gray-darker-bg {
  background-color: #4b4b4b;
}

.color-gray-darkest-bg {
  background-color: #282828;
}

.color-blue-bg {
  background-color: #1492d2;
}

.color-blue-light-bg {
  background-color: rgb(69.1956521739, 180.6782608696, 237.3043478261);
}

.color-blue-lighter-bg {
  background-color: rgb(139.0434782609, 208.6173913043, 243.9565217391);
}

.color-blue-lightest-bg {
  background-color: rgb(208.8913043478, 236.5565217391, 250.6086956522);
}

.color-red-bg {
  background-color: #d50000;
}

.color-red-light-bg {
  background-color: rgb(255, 34.5, 34.5);
}

.color-red-lighter-bg {
  background-color: #ff6f6f;
}

.color-red-lightest-bg {
  background-color: rgb(255, 187.5, 187.5);
}

.color-green-bg {
  background-color: #9bca3e;
}

.color-green-light-bg {
  background-color: hsl(80.1428571429, 56.9105691057%, 66.7647058824%);
}

.color-green-lighter-bg {
  background-color: hsl(80.1428571429, 56.9105691056%, 81.7647058824%);
}

.color-green-lightest-bg {
  background-color: hsl(80.142857143, 56.9105691055%, 96.7647058824%);
}

.color-orange-bg {
  background-color: #ef5000;
}

.color-orange-light-bg {
  background-color: rgb(255, 125.6046025105, 60.5);
}

.color-orange-lighter-bg {
  background-color: rgb(255, 176.4979079498, 137);
}

.color-orange-lightest-bg {
  background-color: rgb(255, 227.3912133891, 213.5);
}

.color-gold-bg {
  background-color: #ffd200;
}

.color-gold-light-bg {
  background-color: rgb(255, 223.5, 76.5);
}

.color-gold-lighter-bg {
  background-color: #ffed99;
}

.color-gold-lightest-bg {
  background-color: rgb(255, 250.5, 229.5);
}

.button {
  background-color: #407787;
  border: 0 none;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 11px 40px;
  border-radius: 100px;
  transition: all 0.1s ease-in-out;
}

.button:hover {
  background-color: rgb(85.5376884422, 154.5778894472, 174.6623115578);
  color: #fff;
}

.button:focus, .button:active {
  background-color: rgb(44.3175879397, 82.4030150754, 93.4824120603);
  color: #fff;
}

.button[disabled] {
  background-color: #b4b4b4;
  box-shadow: none;
  color: #fff;
  cursor: not-allowed;
}

.button .fa, .button .zmdi, .button .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

.button > span {
  pointer-events: none;
}

a.button, a.reverse {
  display: inline-block;
}

a.button:hover, a.button:focus, a.button:active, a.reverse:hover, a.reverse:focus, a.reverse:active {
  text-decoration: none;
}

.small .button {
  font-size: 15px;
  padding: 8px 20px;
}

.reverse .button {
  background-color: #fff;
  color: #407787;
}

.reverse .button:hover {
  color: rgb(85.5376884422, 154.5778894472, 174.6623115578);
}

.reverse .button:focus, .reverse .button:active {
  color: rgb(44.3175879397, 82.4030150754, 93.4824120603);
}

.reverse .button[disabled] {
  background-color: #b4b4b4;
  color: #fff;
}

a:focus, button:focus {
  outline: 2px auto #000;
}

@-moz-document url-prefix() {
  a:focus, button:focus {
    outline: 1px dotted #000;
  }
}
a {
  color: #407787;
  cursor: pointer;
}

a:hover {
  color: rgb(44.3175879397, 82.4030150754, 93.4824120603);
  text-decoration: underline;
}

a[disabled] {
  color: #b4b4b4;
  cursor: not-allowed;
}

a[disabled]:hover:not(.button) {
  color: #b4b4b4;
}

a > .fa, a > .zmdi, a > .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

.button-circle .button {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.button-circle .button i.zmdi {
  display: inline-block;
}

.floating-button-container {
  margin-bottom: 20px;
}

.button-sized-container {
  margin-top: 0;
  padding-left: 0;
  height: auto;
}

.button-small button {
  padding: 10px 40px;
}

.borderless-button {
  border: none;
  background: none;
}

.search-button-header {
  color: #59498f;
  background: rgba(0, 0, 0, 0);
  border: 0;
  margin-top: 0px;
  position: relative;
}

.button-footer {
  opacity: 1;
  transition: all 0.1s ease-in-out;
  border-radius: 0;
  background: #fff;
}

.button-footer:hover {
  opacity: 0.9;
}

.popover {
  font-family: "Inter", sans-serif;
}

.tooltip {
  font-size: 15px;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #828282;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #828282;
}

.tooltip > .tooltip-inner {
  background-color: #828282;
}

.tooltip-content-wrap {
  max-width: 400px;
}

md-toast {
  padding-bottom: 76px;
}

md-toast.md-default-theme .md-toast-content {
  background-color: #9bca3e;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-header {
  color: #fff;
  background: #59498f;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-header md-event-calendar-next .md-arrow svg, zip-calendar md-event-calendar.zip-default md-event-calendar-header md-event-calendar-prev .md-arrow svg {
  fill: #fff;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row-header {
  color: #fff;
  background: #59498f;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row-header .md-event-calendar-month-cell-header {
  text-align: center;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today {
  box-shadow: inset 0px 0px 0px 1px #59498f;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today .md-event-calendar-month-cell-content .md-event-calendar-cell-data-label {
  color: #59498f;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today .md-event-calendar-month-cell-divider {
  border-color: #59498f;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected {
  color: #fff;
  background: #59498f;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected.md-continue-left:after, zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected.md-end-left:after {
  border-right-color: #59498f;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected.md-continue-right:after, zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected.md-start-right:after {
  border-left-color: #59498f;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-end {
  min-height: 25px;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-single {
  white-space: normal;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event .md-event-calendar-cell-event-time {
  display: none;
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: -25px;
}

.carousel-caption-wrap {
  text-align: left;
  margin-top: 5px;
  margin-left: 4px;
}

.panel-body-full .carousel-indicators {
  margin-bottom: 0;
}

.panel-body-full .carousel-caption-wrap {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.carousel-caption {
  color: #407787;
}

.carousel-indicators li {
  background: #ededed;
  border: 0;
  margin: 0;
  margin-left: 10px;
}

.carousel-indicators li:hover {
  background: #59498f;
}

.carousel-indicators .active {
  background: #59498f;
  border: 0;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.carousel-control {
  background: rgba(0, 0, 0, 0) !important;
  opacity: 1 !important;
}

.carousel-control:hover {
  opacity: 0.8 !important;
}

.carousel-control .glyphicon {
  color: #59498f;
}

.carousel-control .glyphicon-chevron-left {
  margin-top: -25px;
  margin-left: -13px;
}

.carousel-control .glyphicon-chevron-right {
  margin-top: -25px;
  margin-right: -13px;
}

@media screen and (min-width: 1000px) {
  .carousel-control .glyphicon-chevron-left {
    margin-left: -35px;
  }
  .carousel-control .glyphicon-chevron-right {
    margin-right: -35px;
  }
}
.date-picker-input-group {
  width: 100%;
  background: #fff;
}

.date-picker-input-group input {
  padding: 5px;
  padding-right: 38px;
  border: none;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #407787;
  background: none;
}

.date-picker-input-group .input-group-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 38px;
  border: 1px solid #ededed;
  background: #f8f8f8;
  border-radius: 0px 8px 8px 0px;
}

.date-picker-input-group .input-group-btn:last-child > .btn {
  margin-left: 0;
}

.date-picker-input-group .input-group-btn button, .date-picker-input-group .input-group-btn button:hover {
  color: #407787;
  padding: 0;
  background: none;
  width: 100%;
  height: 100%;
}

zip-datepicker .error-message {
  color: #950000;
  font-size: 10px;
  line-height: 10px;
  padding: 5px 5px 0 0;
}

.uib-datepicker-popup.dropdown-menu {
  margin-top: 12px;
  margin-left: 1px;
  padding: 5px;
}

.uib-datepicker-popup.dropdown-menu .btn {
  color: #282828;
}

.uib-datepicker-popup.dropdown-menu .btn.uib-title strong {
  font-weight: 700;
}

.uib-datepicker-popup.dropdown-menu .btn.uib-title[disabled] {
  cursor: default;
  opacity: 1;
}

.uib-datepicker-popup.dropdown-menu:focus, .uib-datepicker-popup.dropdown-menu li:focus, .uib-datepicker-popup.dropdown-menu .uib-daypicker {
  outline: none;
}

.date-picker-input-group th > .btn-default:hover, .date-picker-input-group th > .btn-default:active, .date-picker-input-group th > .btn-default:focus, .uib-datepicker-popup th > .btn-default:hover, .uib-datepicker-popup th > .btn-default:active, .uib-datepicker-popup th > .btn-default:focus {
  background: none;
}

.date-picker-input-group .btn-default, .uib-datepicker-popup .btn-default {
  border: none;
  font-weight: 400;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.date-picker-input-group .btn-default .text-info, .uib-datepicker-popup .btn-default .text-info {
  color: inherit;
}

.date-picker-input-group .btn-default .text-info::after, .uib-datepicker-popup .btn-default .text-info::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: rgb(69.1956521739, 180.6782608696, 237.3043478261);
  border-bottom-color: rgb(69.1956521739, 180.6782608696, 237.3043478261);
  border-radius: 2px;
  margin-top: -6px;
  margin-left: auto;
  margin-bottom: -4px;
  margin-right: -9px;
}

.date-picker-input-group .btn-default .text-muted, .uib-datepicker-popup .btn-default .text-muted {
  color: #b4b4b4;
}

.date-picker-input-group .btn-info, .date-picker-input-group .btn-info.active, .uib-datepicker-popup .btn-info, .uib-datepicker-popup .btn-info.active {
  background-color: #59498f;
  border-color: #59498f;
  color: #fff;
}

.date-picker-input-group .btn-info > span, .date-picker-input-group .btn-info > .text-muted, .date-picker-input-group .btn-info.active > span, .date-picker-input-group .btn-info.active > .text-muted, .uib-datepicker-popup .btn-info > span, .uib-datepicker-popup .btn-info > .text-muted, .uib-datepicker-popup .btn-info.active > span, .uib-datepicker-popup .btn-info.active > .text-muted {
  color: #fff;
}

.uib-datepicker-popup::before, .uib-datepicker-popup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.uib-datepicker-popup::before {
  border-bottom-color: #b4b4b4;
  border-width: 7px;
  top: -14px;
  right: 12px;
}

.uib-datepicker-popup::after {
  border-bottom-color: #fff;
  border-width: 6px;
  top: -12px;
  right: 13px;
}

.media-footer p {
  padding-right: 0;
  padding-top: 5px;
}

.media-footer span {
  vertical-align: middle;
}

footer a.footer-support-phone {
  color: #282828;
}

.md-default-theme .md-label:before {
  content: none;
}

.md-select-menu-container.md-active {
  opacity: 1;
}

.md-select-menu-container.md-active md-select-menu {
  transition: none;
  transition-duration: 0ms;
}

.md-select-menu-container.md-active md-select-menu > * {
  opacity: 1;
  transition: none;
  transition-duration: 0ms;
  transition-delay: 0ms;
}

.md-select-menu-container.md-leave {
  opacity: 0;
  transition-duration: 0ms;
  transition-delay: 0ms;
}

.ui-select-bootstrap.dropdown.question-select-ui {
  margin-top: 12px;
  padding-bottom: 6px;
}

zip-input-md label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

zip-input-md input, ng-message, zip-input-md .md-label span, zip-input-md p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

zip-input-md .zip-md-list-msg .model-validation {
  margin-left: 70px;
}

md-input-container {
  padding-bottom: 20px;
  margin: 0 0;
}

md-input-container label:not(.md-container-ignore) {
  position: relative;
}

md-input-container label:not(.md-container-ignore).md-required:after {
  content: "";
}

md-input-container .md-errors-spacer {
  min-height: 0;
}

md-input-container .ng-pristine, md-input-container .md-input-invalid .ng-pristine {
  border-color: #ededed;
}

md-input-container label:not(.md-no-float) {
  min-height: 18px;
}

md-input-container label:not(.md-no-float) a[href] {
  pointer-events: auto;
}

md-input-container textarea.md-input {
  min-height: 34px;
}

md-input-container .zip-char-counter {
  float: right;
  padding-top: 5px;
  line-height: 14px;
}

md-input-container.md-input-invalid {
  color: #950000;
}

.zip-input-pristine md-input-container.md-input-invalid .md-input-focused label {
  color: #59498f;
}

.zip-input-dirty md-input-container.md-input-invalid, .ng-submitted md-input-container.md-input-invalid {
  padding-bottom: 2px;
}

.zip-input-dirty md-input-container.md-input-invalid .messages, .ng-submitted md-input-container.md-input-invalid .messages {
  display: block;
}

.zip-input-dirty md-input-container.md-input-invalid.md-input-focused label, .ng-submitted md-input-container.md-input-invalid.md-input-focused label {
  color: #ffd200;
}

.input-message {
  position: relative;
  top: -20px;
  color: #59498f;
  font-size: 10px;
  display: block;
  height: 20px;
}

.input-message .success {
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  opacity: 1;
}

.input-message .success.ng-hide {
  opacity: 0;
}

zip-input-md, zip-input-md > div {
  position: relative;
}

label.zip-ui-select-label, label.zip-ui-select-placeholder {
  position: absolute;
  top: -18px;
  left: 3px;
  font-size: 18px;
  padding-left: 3px;
  color: #b4b4b4;
  -webkit-transform: translate3d(0, 26px, 0) scale(1);
  -moz-transform: translate3d(0, 26px, 0) scale(1);
  -ms-transform: translate3d(0, 26px, 0) scale(1);
  -o-transform: translate3d(0, 26px, 0) scale(1);
  transform: translate3d(0, 26px, 0) scale(1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

label.zip-ui-select-label.has-value, label.zip-ui-select-label.isOpen, label.zip-ui-select-label.has-placeholder {
  -webkit-transform: translate3d(0, 0, 0) scale(0.75);
  -moz-transform: translate3d(0, 0, 0) scale(0.75);
  -ms-transform: translate3d(0, 0, 0) scale(0.75);
  -o-transform: translate3d(0, 0, 0) scale(0.75);
  transform: translate3d(0, 0, 0) scale(0.75);
}

label.zip-ui-select-placeholder.has-value, label.zip-ui-select-placeholder.isOpen {
  display: none;
}

label.zip-ui-select-label.has-value {
  color: rgba(0, 0, 0, 0.54);
}

label.zip-ui-select-label.has-focus, label.zip-ui-select-label.isOpen {
  color: #59498f;
}

.ui-select-bootstrap.dropdown {
  margin-top: 30px;
  padding-bottom: 25px;
}

.ui-select-bootstrap.dropdown .ui-select-toggle {
  background-color: rgba(0, 0, 0, 0);
}

.ui-select-bootstrap.dropdown .ui-select-match .form-control {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
}

.ui-select-bootstrap.dropdown > input.form-control {
  height: 28px;
  line-height: 14px;
  transition: none;
}

.ui-select-bootstrap.dropdown > input.form-control:focus {
  line-height: 14px;
}

.ui-select-match-text {
  padding-left: 4px;
  padding-right: 3em;
  white-space: nowrap;
}

.ui-select-match.btn-default-focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-width: 0;
  box-shadow: none;
}

.ui-select-match.btn-default-focus > span.form-control {
  border-color: #59498f;
  border-width: 0 0 2px 0;
}

.ui-select-match > span.form-control {
  animation: none;
  border-color: #ededed;
  color: #282828;
  height: 28px;
  line-height: 20px;
}

.ui-select-match > span.form-control.btn-default:active {
  border-color: #59498f;
}

zip-input-md .ui-select-bootstrap .ui-select-toggle > .caret {
  color: #b4b4b4;
  border-width: 6px;
  margin-top: -6px;
}

zip-input-md .ui-select-bootstrap > .ui-select-choices {
  top: 38px !important;
  border-radius: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084) !important;
  border-width: 0;
}

zip-input-md .ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #f8f8f8;
  color: #282828;
}

zip-input-md .ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #59498f;
}

zip-input-md .ui-select-bootstrap .ui-select-choices-row > span {
  padding: 10px 16px;
  height: 100%;
  line-height: 20px;
  white-space: normal;
}

zip-input-md .zip-select .model-validation {
  margin-top: -26px;
}

zip-input-md .model-validation {
  font-size: 10px;
  line-height: 10px;
  color: #950000;
}

md-input-container textarea.md-input {
  display: inline-block;
}

zip-input-md label {
  color: #4b4b4b !important;
}

md-list-item {
  min-height: 44px;
}

md-checkbox .md-label span {
  display: inline-block;
}

zip-input-md, zip-input, .no-outline, form div {
  outline: none;
}

md-checkbox .md-label {
  min-height: 20px;
  line-height: 19px;
}

.md-no-style.md-list-item-inner, .zip-list-item {
  transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-no-style.md-list-item-inner:hover, .zip-list-item:hover {
  background-color: rgb(206.5, 206.5, 206.5);
}

.zip-md-list-item-override .md-ripple {
  top: 50% !important;
}

md-list-item .md-no-style {
  padding-left: 0;
}

md-list-item .md-list-item-inner md-checkbox {
  margin-right: 14px;
}

.top-label-form .center-label zip-input-md .label-above-input {
  display: inline-block;
}

.status-message-small {
  font-size: 15px;
}

form {
  margin-bottom: 0;
}

.form-wrapper {
  margin-top: 25px;
}

zip-input-md .md-list-item-inner {
  min-height: 48px;
}

.form-group {
  margin: 10px 0;
}

.form-group:hover {
  cursor: text;
}

.form-group .md-list-item.md-clickable:hover {
  color: #282828;
}

.form-group label:hover {
  cursor: pointer;
}

.form-control {
  border-top: 0 solid;
  border-right: 0 solid;
  border-left: 0 solid;
  border-bottom: 1px solid #407787;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  transition: none;
  -webkit-appearance: none;
}

.form-control:focus {
  border-top: 0 solid;
  border-right: 0 solid;
  border-left: 0 solid;
  border-bottom: 1px solid #59498f;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  transition: none;
  cursor: pointer;
}

.form-detail-message {
  margin-top: 15px;
}

.form-register .row {
  margin-top: -20px;
}

.form-register .form-info-text {
  margin-top: 0;
  margin-bottom: 20px;
}

.form-register .form-group {
  margin: 23px 0;
}

label {
  max-width: 92%;
  vertical-align: top;
}

.label-dropdown {
  padding-left: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%3E%3Cpath%20fill%3D%22%23949494%22%20d%3D%22M10%2C35%20L90%2035%20L50%2075%22%2F%3E%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.6em top 50%, 0 0;
  background-size: 0.8em auto, 100%;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select[disabled] {
  border-color: #ededed;
  color: #b4b4b4;
}

option {
  color: #000;
}

.input-dropdown {
  background: url(/assets/icons/icon-dropdown-arrow1.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.model-validation {
  font-size: 15px;
  padding-top: 5px;
  display: none;
  color: #d50000;
}

.ng-submitted .model-validation {
  display: block;
}

.ng-submitted .ng-invalid {
  border-bottom-color: #d50000;
  color: #d50000;
}

.zip-input-dirty .model-validation {
  display: block;
}

.zip-input-dirty .ng-invalid {
  border-bottom-color: #d50000;
  color: #d50000;
}

.better-placeholder {
  padding-top: 3px;
  transition: none;
}

.better-placeholder-active {
  padding-top: 0;
  font-size: 18px;
}

.better-placeholder-text, .help-block.better-placeholder-text {
  width: 100%;
  margin-left: 0 !important;
  color: #54518d;
}

.better-placeholder-text:hover, .help-block.better-placeholder-text:hover {
  color: #59498f;
}

.better-placeholder-active, .ui-select-bootstrap.dropdown.open .better-placeholder {
  padding-top: 13px !important;
}

.better-placeholder-text, .help-block.better-placeholder-text {
  top: 15px !important;
}

.better-placeholder-text.active, .help-block.better-placeholder-text.active {
  top: 3px !important;
}

.help-block {
  margin-top: -5px;
}

.form-text-box, .form-text-box:focus {
  border: 1px solid #407787;
  height: 200px;
  padding: 10px;
}

.char-count {
  font-size: 15px;
  margin-bottom: 20px;
  color: #ededed;
  text-align: right;
}

.input-group-indent {
  margin-left: 10px;
}

.input-checkbox {
  margin-right: -20px;
  float: left;
}

.checkbox {
  margin-left: 30px;
  margin-bottom: 20px;
}

.checkbox ul {
  margin-top: -10px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  margin-left: -30px;
  cursor: pointer;
}

.input-option-active span:hover, .input-option-inactive span:hover {
  font-weight: 400;
  color: #59498f;
  cursor: pointer;
}

.input-option-active span {
  font-weight: 400;
  color: #59498f;
  cursor: pointer;
}

.label-above-input {
  padding-left: 0;
  display: none;
}

.inline-form .row > * {
  display: flex;
  align-items: center;
  height: 80px;
}

.inline-form i {
  color: #ededed;
  margin-right: 10px;
}

.inline-form i.caret {
  margin-right: 0;
}

.inline-form zip-input-md {
  width: 100%;
}

.inline-form .search-label {
  color: #4b4b4b;
  font-size: 15px;
  width: 13%;
}

.inline-form .search-label i {
  color: #4b4b4b;
}

.inline-input-centered .fa {
  font-size: 18px;
}

.inline-input-centered .label {
  font-size: 15px;
  white-space: nowrap;
  color: #282828;
}

.inline-form {
  padding-top: 15px;
}

.inline-form i {
  margin-top: 8px;
}

.inline-form .label-above-input {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.top-label-form .label-above-input {
  display: block;
  font-weight: 700;
  padding-left: 0;
}

.top-label-form zip-input-md > div {
  margin-bottom: 15px;
}

.md-input {
  padding-top: 0;
  padding-bottom: 0;
}

.login-container {
  max-width: 900px;
  margin: auto;
}

.md-secondary-container, .md-ripple-container {
  display: none;
}

.md-no-style.md-list-item-inner:hover, .zip-list-item:hover {
  background-color: rgba(0, 0, 0, 0);
}

zip-input-md .md-label span, zip-input-md label, zip-input-md input, zip-input-md p, .ui-select-bootstrap.dropdown .ui-select-match .form-control {
  font-family: "Inter", sans-serif;
}

.interview-question {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.interview-question:last-child {
  border-bottom: 0;
}

.interview-question .h3, .panel-interview h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.interview-question .h3.input-type-double-line, .interview-question .h3.input-type-single-line, .interview-question .h3.input-type-integer, .interview-question .h3.input-type-decimal, .panel-interview h3.input-type-double-line, .panel-interview h3.input-type-single-line, .panel-interview h3.input-type-integer, .panel-interview h3.input-type-decimal {
  padding-bottom: 15px;
}

.h3.horizontal-input-label, h3.horizontal-input-label {
  margin-top: 9px;
}

md-input-container label:not(.md-no-float):not(.md-container-ignore), md-input-container .md-placeholder {
  transform: translate3d(2px, 35px, 0) scale(1);
}

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
}

md-input-container {
  padding: 0;
}

md-input-container .md-input, md-input-container textarea, select, .ui-select-bootstrap.dropdown, .question-typeahead-select input {
  border-color: #949494;
  border-radius: 8px;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px !important;
  height: 4rem;
  padding: 3px 8px 3px 8px;
  box-shadow: inset 1px 1px 1px #f8f8f8;
}

md-input-container .md-input, md-input-container textarea, select, .ui-select-bootstrap.dropdown, .ui-select-match-text, .ui-select-search, .ui-select-choices-row {
  font-size: 18px;
  font-weight: 400;
  color: #407787;
}

md-input-container .md-input:disabled {
  border-bottom-color: #ededed;
}

md-input-container input.md-input:focus, md-input-container textarea.md-input:focus, select:focus, .ui-select-bootstrap.dropdown:focus, .question-typeahead-select input:focus {
  border-color: #282828;
  border-width: 2px 2px 4px;
  outline: 0;
}

md-input-container .md-input.ng-invalid.ng-dirty, md-input-container.md-input-focused .md-input, md-input-container.md-input-resized .md-input, md-input-container textarea {
  border-width: 2px 2px 4px;
  padding-bottom: 3px;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input {
  border-color: #282828;
}

.md-input-invalid .model-validation {
  display: block;
}

md-input-container textarea {
  min-height: 64px;
}

md-input-container {
  padding-bottom: 2px;
}

md-input-container label {
  display: none;
}

.form-row {
  padding-bottom: 20px;
}

.hide-counter zip-input-md .md-char-counter {
  display: none;
}

.ui-select-bootstrap.dropdown {
  margin-top: 0;
}

.zip-ui-select-label {
  display: none;
}

.ui-select-bootstrap.dropdown .form-control, .ui-select-bootstrap.dropdown > input.form-control:focus {
  border: 0 none;
}

.ui-select-match > span.form-control {
  color: #407787;
  height: 33px;
  line-height: 27px;
}

.zip-select .messages {
  position: absolute;
  top: 66px;
}

md-checkbox:not(.md-checked) .md-icon {
  border-color: #407787;
  border-width: 1px;
}

md-list-item:hover .md-icon {
  border-width: 2px;
}

md-checkbox.md-checked .md-icon {
  background-color: #407787;
  color: #fff;
}

.question-typeahead-select {
  position: relative;
}

.question-typeahead-select input {
  padding-left: 30px;
}

.question-typeahead-select .fa-search {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 15px;
}

.question-typeahead-select .dropdown-menu {
  width: 100%;
  max-height: 400px;
  overflow: scroll;
}

.question-typeahead-select input:disabled {
  background-color: #f8f8f8;
  cursor: not-allowed;
}

.question-typeahead-select .dropdown-menu li:nth-child(odd), .assessment-picker .dropdown-menu li:nth-child(odd) {
  background-color: #f8f8f8;
}

.question-typeahead-select .model-validation, .assessment-picker .model-validation {
  font-size: 10px;
  line-height: 10px;
}

@media screen and (min-width: 768px) {
  .interview-question .h3, .panel-interview .h3 {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.nav-options {
  margin-top: 6px;
  line-height: 20px;
}

.nav-options li {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-options li:last-child {
  padding-right: 0;
}

.nav-options li a {
  font-weight: 400;
  color: #54518d;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 0;
}

.nav-options li a:hover, .nav-options li a.active {
  color: #407787;
  border-bottom: 3px solid #407787;
  text-decoration: none;
}

.nav-options ul {
  margin-bottom: 0px;
}

.ul-nav {
  line-height: 20px;
  margin-bottom: 0;
}

.global-nav .list-inline > li {
  vertical-align: middle;
}

.global-nav .button-menu {
  color: #59498f;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  border: 0;
  position: relative;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}

.global-nav .button-menu:hover {
  text-decoration: none;
}

.global-nav .button-menu .fa-bars {
  font-size: 24px;
}

.global-nav .slide-menu {
  height: 100%;
  background: rgba(63, 82, 91, 0.9);
}

.global-nav .slide-menu ul {
  list-style: none;
  text-decoration: none;
  text-align: left;
  margin-right: 30px;
  padding-left: 10px;
}

.global-nav .slide-menu li {
  padding-left: 10px;
  padding-right: 10px;
}

.global-nav .slide-menu li:last-child {
  padding-right: 0;
}

.global-nav .slide-menu li a {
  font-weight: 400;
  color: #fff;
}

.global-nav .slide-menu li a:hover, .global-nav .slide-menu li a:active {
  color: #ededed;
  text-decoration: none;
}

.global-nav .slide-menu .main-nav {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 400;
}

.global-nav .slide-menu .main-nav li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.global-nav .slide-menu .secondary-nav {
  font-weight: 400;
}

@-webkit-keyframes slideMenu {
  100% {
    -webkit-transform: translateY(-300px);
  }
}
.page-content.open {
  -webkit-animation: slideMenu 1s;
  animation-iteration-count: 1;
}

.body-content-wrapper {
  width: 100%;
  position: relative;
}

.page-content {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  position: relative;
  left: 0;
}

.page-content.open {
  position: fixed;
  overflow: hidden;
  left: -300px;
  width: 100%;
}

.page-content.open .inline-form-section {
  display: none !important;
}

.slide-menu {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  opacity: 0;
  padding: 10px;
  right: -100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 280px;
}

.slide-menu.open {
  right: -20px;
  opacity: 1;
  padding: 0 10px;
}

.org-logo, .nav-options ul {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  left: 0;
}

.button-menu.open {
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  z-index: 1000;
}

.header-wrap.open .org-logo {
  position: relative;
  left: -300px;
}

.header-wrap.open .nav-options ul {
  position: relative;
  left: -250px;
}

.header-wrap.open .search-button-header {
  display: none !important;
}

.env-type-label, .env-type-label-xs {
  font-size: 95%;
  background-color: #e17572;
  opacity: 1;
  visibility: visible;
  margin-top: 18px;
  float: left;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.env-type-label .fa, .env-type-label-xs .fa {
  font-size: 15px;
  color: #fff;
  padding-left: 5px;
}

.env-type-label.hideLabel, .env-type-label.hideLabel + .tooltip, .env-type-label-xs.hideLabel, .env-type-label-xs.hideLabel + .tooltip {
  opacity: 0;
  visibility: hidden;
}

.env-type-label-xs {
  position: fixed;
  top: 50%;
  left: 0px;
  margin-top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  z-index: 999999;
}

@media screen and (min-width: 768px) {
  .global-nav .nav-options {
    margin-top: 18px;
    height: 100%;
  }
  .header-wrap.open .org-logo {
    position: relative;
    left: 0px;
  }
  .header-wrap.open .nav-options ul {
    left: -300px;
  }
  .env-type-label {
    margin-top: 18px;
  }
}
@media screen and (min-width: 850px) {
  .slide-menu {
    width: 360px;
  }
}
@media screen and (min-width: 960px) {
  .container {
    min-width: 930px;
  }
  .slide-menu {
    width: 345px;
  }
}
@media screen and (max-width: 768px) {
  .zui-header {
    min-height: 106px;
  }
}
.col-less-padding {
  padding: 0 5px;
}

.col-fit-2 {
  width: 50%;
}

.col-fit-3 {
  width: 33.3333%;
}

.col-fit-4 {
  width: 25%;
}

.col-fit-5 {
  width: 20%;
}

.col-fit-6 {
  width: 16.6667%;
}

.col-fit-7 {
  width: 14.2857%;
}

.col-fit-8 {
  width: 12.5%;
}

.col-10pct {
  width: 10%;
}

.col-90pct {
  width: 90%;
}

.global-nav .nav-options {
  margin-top: 0;
}

.slide-menu .smaller-main-nav li a {
  font-size: 22px;
  display: block;
}

.env-type-label {
  margin-top: 0;
}

.header-flex-logo {
  flex-grow: 0.1;
}

.header-flex-logo h3 {
  margin: 0;
}

.header-flex-nav {
  flex-grow: 1;
  text-align: right;
}

.nav-options li a {
  color: #407787;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding-top: 8px;
}

.nav-options li a:focus {
  text-decoration: none;
}

.nav-options li a:hover, .nav-options li a.active {
  border-bottom-color: #407787;
}

.clinic-hours-header {
  background: #59498f;
  color: #fff;
  padding: 4px;
  text-align: right;
}

.clinic-hours-header .inline-block {
  display: inline-block;
}

.nav-options .button {
  padding: 4px 15px;
  animation: none;
}

.header-search-button {
  position: fixed;
  font-size: 22px;
  padding: 10px;
  top: 0;
  right: 16%;
  z-index: 1000;
  margin-top: 6px;
  color: #407787;
}

@media (min-width: 768px) {
  .clinic-hours-header {
    padding: 5px;
  }
  .nav-options .button {
    padding: 6px 18px;
  }
  .header-search-button {
    display: none;
  }
}
hr {
  border: 0;
  border-top: 1px solid #ededed;
}

.hr-panel-details {
  margin-top: 5px;
  margin-bottom: 15px;
}

.hr-bottom-15 {
  margin-bottom: 15px;
}

.hr-dark {
  border-top: 1px solid #54518d;
}

.hr-modal {
  margin-top: 4px;
  margin-bottom: 15px;
}

.hr-less-space {
  margin-top: 4px;
  margin-bottom: 4px;
}

@font-face {
  font-family: "zipnosis-icon-font";
  src: url(/assets/zipnosis-icon-font-aa53fa5c14ce15615862a647c60a62daac10d69f95bd9824d1c2c74be95d6ab0.ttf) format("truetype"), url(/assets/zipnosis-icon-font-ea7da15e862dd11fb3bb8a6fd63b6b5b3e2f0b312b78600697bbb6d5594597d6.woff) format("woff"), url(/assets/zipnosis-icon-font-8fd912441a8645774548fbc3b29ac5971426b1b5464b9f79417b65f4b0fd747c.svg#zipnosis-icon-font) format("svg");
  font-weight: normal;
  font-style: normal;
}
.zipicon {
  font-family: "zipnosis-icon-font" !important;
  speak: none;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bladder:before {
  content: "\e900";
}

.icon-blood-vessels:before {
  content: "\e901";
}

.icon-brain:before {
  content: "\e902";
}

.icon-chat-queue:before {
  content: "\e903";
}

.icon-chat:before {
  content: "\e904";
}

.icon-checkin:before {
  content: "\e905";
}

.icon-clipboard:before {
  content: "\e906";
}

.icon-clock:before {
  content: "\e907";
}

.icon-cold-sore:before {
  content: "\e908";
}

.icon-credit-cards:before {
  content: "\e909";
}

.icon-devices:before {
  content: "\e90a";
}

.icon-doc-interview:before {
  content: "\e90b";
}

.icon-doctor:before {
  content: "\e90c";
}

.icon-ear:before {
  content: "\e90d";
}

.icon-erlenmeyer-flask:before {
  content: "\e90e";
}

.icon-eye:before {
  content: "\e90f";
}

.icon-face-acne:before {
  content: "\e910";
}

.icon-female:before {
  content: "\e911";
}

.icon-foot:before {
  content: "\e912";
}

.icon-forehead:before {
  content: "\e913";
}

.icon-gear:before {
  content: "\e914";
}

.icon-hand:before {
  content: "\e915";
}

.icon-heart:before {
  content: "\e916";
}

.icon-hospital:before {
  content: "\e917";
}

.icon-info-balloon:before {
  content: "\e918";
}

.icon-intestines:before {
  content: "\e919";
}

.icon-joint:before {
  content: "\e91a";
}

.icon-kidneys:before {
  content: "\e91b";
}

.icon-lips:before {
  content: "\e91c";
}

.icon-liver:before {
  content: "\e91d";
}

.icon-lock:before {
  content: "\e91e";
}

.icon-lower-face:before {
  content: "\e91f";
}

.icon-lungs:before {
  content: "\e920";
}

.icon-med-phone:before {
  content: "\e921";
}

.icon-pancreas:before {
  content: "\e922";
}

.icon-people-chat:before {
  content: "\e923";
}

.icon-phone:before {
  content: "\e924";
}

.icon-prescription-balloon:before {
  content: "\e925";
}

.icon-receipt:before {
  content: "\e926";
}

.icon-stomach:before {
  content: "\e927";
}

.icon-tech-arrow:before {
  content: "\e928";
}

.icon-user:before {
  content: "\e929";
}

.icon-video-balloon:before {
  content: "\e92a";
}

.icon-word-balloon:before {
  content: "\e92b";
}

.zmdi {
  line-height: 1;
  font-size: 25px;
}

.icon-oversized {
  font-size: 31px;
}

.triage {
  float: left;
  padding-right: 10px;
}

.fa {
  font-size: 25px;
}

.fa.inline-icon {
  font-size: inherit;
}

.fa.inline-icon.small-icon {
  font-size: 15px;
}

.icon-inline-form {
  position: relative;
  bottom: -18px;
}

.icon-lg {
  stroke: #59498f;
}

.icon-lg.with-fill {
  fill: #59498f;
}

.icon-left {
  margin-right: 5px;
}

.icon-right {
  margin-left: 5px;
}

.icon-vertical-center {
  padding-top: 10px;
}

.icon-attention {
  color: #d50000;
}

.icon-button-right, .icon-button-left {
  font-size: 25px;
}

.icon-button-right {
  float: right;
}

.icon-button-left {
  float: left;
}

.typeahead-spinner {
  color: #59498f;
  font-size: 18px;
  margin-left: 5px;
}

i.loading-effect {
  -webkit-animation: spin 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: spin 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  animation: spin 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.icon-md {
  font-size: 22px;
}

@-moz-document url-prefix() {
  .icon-button-left {
    margin-top: -20px;
  }
  .icon-button-right.no-ff {
    margin-top: 0px;
  }
  .icon-button-right.icon-vertical-center {
    margin-top: 0px;
  }
}
.svg-pre-auth {
  margin-bottom: 20px;
}

.org-logo {
  width: 140px;
  height: 33px;
  background: url(/assets/themes/zipnosis/logo-f30f0c9de3d68cc7e5fd8718fbe47289752e507427a150fdc405cf7e566fecef.png) no-repeat left center;
  background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  display: block;
}

.org-logo h1, .org-logo .h1 {
  font-size: 41px;
  text-indent: -9999px;
}

.img-100 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .svg-pre-auth {
    margin-bottom: 8px;
  }
  .org-logo {
    width: 300px;
    height: 60px;
  }
  .org-logo h1, .org-logo .h1 {
    font-size: 41px;
  }
  .zipnosis-logo-footer {
    width: 250px;
    height: 90px;
  }
}
.mobile-steps-wrapper {
  background: none;
  margin-top: -20px;
  margin-bottom: 15px;
}

.mobile-steps-wrapper .h2 {
  color: #fff;
  font-weight: 400;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .steps-container {
    position: relative;
  }
  .steps-container .steps-wrapper {
    text-align: center;
  }
  .steps-container .steps-wrapper .steps {
    overflow: auto;
    height: 100%;
  }
  .steps-container .steps-wrapper ul {
    position: relative;
  }
  .steps-container .steps-wrapper p {
    padding-top: 4px;
  }
  .steps-container .steps-wrapper .step-title {
    position: relative;
    color: #407787;
    display: block;
  }
  .steps-container .steps-wrapper span {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    background: #ededed;
    color: #fff;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 100;
    line-height: 30px;
  }
  .steps-container .steps-wrapper li {
    width: 140px;
    display: inline-block;
  }
  .steps-container .steps-wrapper li:after {
    content: "";
    background: #ededed;
    display: inline-block;
    height: 1px;
    left: -71px;
    position: relative;
    top: -67px;
    width: 100%;
  }
  .steps-container .steps-wrapper li:first-child:after {
    background: none;
  }
  .steps-container .steps-wrapper li:first-child::before {
    display: none;
  }
  .steps-container .steps-wrapper .active span {
    background: #59498f;
  }
  .steps-container .steps-wrapper .active ~ li span {
    background: #fff;
    color: #407787;
  }
  .steps-container .steps-wrapper .active ~ li::before {
    background: #407787;
  }
}
.label.label-unselected {
  background-color: #ededed;
}

.label.label-locked {
  background-color: #59498f;
}

.label a {
  color: #fff;
}

.label a:hover {
  color: #fff;
}

.social-icon-list a {
  padding-right: 10px;
  color: #54518d;
  vertical-align: top;
}

ul.no-bullets li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .display-inline-desktop {
    display: inline-block;
  }
}
.loader-wrapper {
  background: rgba(63, 82, 91, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.loader-wrapper .loader-main {
  width: 200px;
  height: auto;
  margin: 15% auto;
}

.spinner-main {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  border-left: 4px solid hsla(0, 0%, 100%, 0.9);
  border-right: 4px solid hsla(0, 0%, 100%, 0.9);
  border-bottom: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: 4px solid rgba(28, 146, 208, 0);
  border-radius: 100%;
}

.secondary-loader-wrap {
  margin: 30px 0;
}

.spinner-secondary {
  height: 40px;
  width: 40px;
  margin: 20px auto;
  position: relative;
  -webkit-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  border-left: 3px solid #828282;
  border-right: 3px solid #828282;
  border-bottom: 3px solid #828282;
  border-top: 3px solid hsla(0, 0%, 100%, 0);
  border-radius: 100%;
}

.spinner-submitting {
  -webkit-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  border: 2px solid #fff;
  border-top-color: hsla(0, 0%, 100%, 0);
  border-radius: 100%;
  display: inline-block;
  height: 0.9em;
  margin: 0 3px;
  position: relative;
  width: 0.9em;
}

.spinner-submitting-primary-color {
  border-color: #59498f;
  border-top-color: hsla(0, 0%, 100%, 0);
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes wash {
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-moz-keyframes wash {
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes wash {
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.modal-dialog {
  position: relative;
  top: 20px;
}

.modal-header {
  padding: 12px 20px;
  border-bottom: 1px solid #54518d;
}

.modal-header p {
  margin-bottom: 0;
}

.modal-header-text {
  font-size: 15px;
}

.modal-title {
  margin-bottom: 15px;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-body .status-info {
  font-weight: 400;
}

.modal-body .content-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
}

.modal-body .link-button {
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal-body .bold-modal-only {
  font-weight: 400;
}

.modal-body img {
  max-width: 100%;
  display: inline-block;
}

.modal-content {
  border: 1px solid #ededed;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-content .modal-body {
  padding: 20px;
}

.modal-content .modal-body.p0 {
  padding: 0;
}

.modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #ededed;
}

.modal-content .modal-header:before, .modal-content .modal-header:after {
  display: none;
}

.modal-content .modal-header h1, .modal-content .modal-header h2, .modal-content .modal-header h3, .modal-content .modal-header h4, .modal-content .modal-header h5, .modal-content .modal-header h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.modal-content .modal-header button.modal-close {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
}

.modal-content .modal-header button.modal-close:hover {
  background: #ededed;
}

.modal-content .modal-header button.modal-close i {
  color: hsl(0, 0%, 58%);
  margin-left: -1px;
}

.modal-content .modal-header .button-modal-close {
  display: table-cell;
  padding-left: 10px;
  float: right;
  color: #ededed;
  min-width: 12px;
  min-height: 12px;
}

.modal-content .modal-header .button-modal-close:hover {
  color: #828282;
}

.modal-content .modal-footer {
  text-align: left;
  border-top: 1px solid #ededed;
  border-radius: 0 0 6px 6px;
  background: #f8f8f8;
}

.modal-content .modal-footer button {
  margin: 7px;
}

.has-form-footer .modal-body {
  padding-bottom: 0;
}

.modal-info-title, .info-title {
  font-weight: 400;
  margin-bottom: 0;
}

.modal-text-right span {
  padding-right: 3px;
  padding-left: 3px;
}

.modal-text-right span:last-child {
  padding-right: 0;
}

.modal-text-left span {
  padding-right: 3px;
  padding-left: 3px;
}

.modal-text-right {
  text-align: right;
}

.button-modal-close:hover {
  color: #59498f;
  cursor: pointer;
}

.modal-border-top {
  border-top: 1px solid #54518d;
}

.modal-full-width .modal-dialog {
  width: 95%;
}

.form-footer {
  margin: 20px -20px 0 -20px;
  padding: 20px 5px;
  border-top: 1px solid #ededed;
  border-radius: 0 0 6px 6px;
  background: #f8f8f8;
}

.modal.fade .modal-dialog, .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .modal-text-right span {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.pagination > .active > button, .pagination > .active > button:hover, .pagination > .active > button:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background: #59498f;
  color: #fff;
  box-shadow: 0 3px 4px #ededed;
}

.pagination-sm > ul > li > button, .pagination-sm > ul > li > span {
  padding: 10px 20px;
  margin: 0 2px;
  border: 0;
  box-shadow: 0 2px 4px #ededed;
}

.pagination {
  font-weight: 400;
}

.pagination li > button {
  color: #59498f;
}

.pagination li > button:active {
  color: #fff;
}

.pagination li button:hover {
  background: #59498f;
  color: #fff;
  box-shadow: 0 3px 4px #ededed;
}

.pagination li button:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #59498f;
}

.pagination li > button {
  background-color: #fff;
  display: block;
  float: left;
}

.pagination-sm > ul > li > button, .pagination-sm > ul > li > span {
  font-size: 15px;
  line-height: 1.5;
}

.pagination > .disabled > button, .pagination > .disabled > button:hover, .pagination > .disabled > button:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-sm > ul > li:first-child > button, .pagination-sm > ul > li:last-child > button {
  font-size: 25px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .pagination-sm > ul > li > button, .pagination-sm > li > span {
    padding: 10px 20px;
    margin: 0 5px;
  }
}
body .notification-link {
  margin-bottom: 10px;
}

.doctor-diagnose .panel, .doctor-review .panel, .technician-review .panel {
  cursor: auto;
}

.panel {
  border: 1px solid #b4b4b4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 1s;
  -webkit-transition: border-width 0.5s ease;
  -moz-transition: border-width 0.5s ease;
  transition: border-width 0.5s ease;
}

.panel.sliding-panel {
  width: 100%;
  position: relative;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.panel.clickable-panel.unlocked-visit:hover {
  cursor: pointer;
  box-shadow: 0 5px 10px #ededed;
  border-left-width: 16px;
}

.panel.clickable-panel.unlocked-visit:active {
  box-shadow: 0 10px 20px #ededed;
}

.panel.locked-visit {
  background-color: #fff;
  cursor: not-allowed !important;
}

.panel.slide-next {
  -webkit-animation: slide-next 0.7s ease forwards;
  -moz-animation: slide-next 0.7s ease forwards;
  animation: slide-next 0.7s ease forwards;
}

.panel.slide-previous {
  -webkit-animation: slide-previous 0.7s ease backwards;
  -moz-animation: slide-previous 0.7s ease backwards;
  animation: slide-previous 0.7s ease backwards;
}

.panel.panel-invisible {
  border: none;
  width: 100%;
  box-shadow: none;
}

.panel > .panel-footer {
  background: #fff;
  border-radius: 0 0 8px 8px;
  border-top: 0;
}

.panel > .panel-footer.p0 {
  padding: 0;
}

.panel > .panel-heading {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 8px 8px 0 0;
  padding: 20px 20px 0;
}

.panel > .panel-heading.p0 {
  padding: 0;
}

.panel > .panel-body {
  padding: 20px;
}

.panel > .panel-body.p0 {
  padding: 0;
}

.panel.panel-cta-sidebar-primary {
  border-left: 10px solid #59498f;
}

.panel.panel-cta-sidebar-accent {
  border-left: 10px solid #54518d;
}

.panel.panel-cta-sidebar-caution {
  border-left: 10px solid #ef5000;
}

.panel.panel-cta-sidebar-warning {
  border-left: 10px solid #ffd200;
}

.panel.panel-cta-sidebar-attention {
  border-left: 10px solid #d50000;
}

.panel.panel-cta-sidebar-inactive {
  border-left: 10px solid #ededed;
}

.panel.panel-cta-sidebar-none {
  border-left: 0 !important;
}

@-webkit-keyframes slide-next {
  0% {
    right: -70%;
  }
  70% {
    right: 0;
  }
}
@-moz-keyframes slide-next {
  0% {
    right: -70%;
  }
  70% {
    right: 0;
  }
}
@keyframes slide-next {
  0% {
    right: -70%;
  }
  70% {
    right: 0;
  }
}
@-webkit-keyframes slide-previous {
  0% {
    left: -70%;
  }
  70% {
    left: 0;
  }
}
@-moz-keyframes slide-previous {
  0% {
    left: -70%;
  }
  70% {
    left: 0;
  }
}
@keyframes slide-previous {
  0% {
    left: -70%;
  }
  70% {
    left: 0;
  }
}
.panel-default > .panel-heading {
  background: rgba(0, 0, 0, 0);
  border-bottom: rgba(0, 0, 0, 0);
}

.panel-default > .panel-heading h1, .panel-default > .panel-heading h2, .panel-default > .panel-heading h3, .panel-default > .panel-heading h4, .panel-default > .panel-heading h5, .panel-default > .panel-heading h6 {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

.panel-header-text {
  font-size: 15px;
}

.panel-header-text p {
  margin-bottom: 0;
}

.panel-header-text .visitId {
  font-size: 22px;
}

.panel-header-text .label {
  vertical-align: middle;
  padding-top: 4px;
  margin-left: 3%;
}

.panel-header-text .locked-attention {
  color: #d50000;
}

.panel-header-text-right span {
  padding-right: 15px;
  padding-left: 0;
}

.panel-header-text-right span:last-child {
  padding-right: 0;
}

.panel-header-text-right {
  text-align: left;
  margin-top: 10px;
}

.panel-title-no-bg {
  padding: 18px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #54518d;
}

.panel-body {
  padding: 10px 20px;
}

.panel-body.p0 {
  padding: 0;
}

.panel-body .status-info {
  font-weight: 400;
}

.panel-body .status-info .info-title {
  font-weight: 400;
}

.panel-body .status-info .fa-lock, .panel-body .status-info .fa-unlock {
  font-size: 18px;
}

.panel-body .carousel-wrap {
  padding-bottom: 30px;
}

.panel-body .text-block-padding-left {
  padding-left: 30px;
}

.list-group-item {
  padding: 0;
  border-width: 0;
  margin: 1px;
}

.list-group-item.list-group-item-normal {
  padding: 10px 15px;
  border-width: 1px;
}

.list-group-item .primary-triage {
  font-weight: 700;
  text-align: center;
}

.list-group-item .primary-triage a {
  color: #fff;
}

.primary-icon {
  text-align: left;
}

.panel-interview img {
  max-width: 100%;
}

.panel-interview .form-group:hover {
  color: #407787;
}

.panel-borders-padding {
  padding: 0 20px;
}

.panel-borders-add-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.panel-borders-add-padding img {
  max-width: 100%;
}

.panel-border-top {
  border-top: 1px solid #54518d;
}

.panel > .panel-body.short-panel {
  padding-top: 15px;
  padding-bottom: 20px;
}

.panel > .panel-body.short-panel h3 {
  margin-top: 0;
}

.panel.visit-panel .panel-heading {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ededed;
}

.panel-cta-sidebar-primary {
  border-left: 10px solid #59498f;
}

.panel-cta-sidebar-accent {
  border-left: 10px solid #54518d;
}

.panel-cta-sidebar-caution {
  border-left: 10px solid #ef5000;
}

.panel-cta-sidebar-warning {
  border-left: 10px solid #ffd200;
}

.panel-cta-sidebar-attention {
  border-left: 10px solid #d50000;
}

.panel-cta-sidebar-inactive {
  border-left: 10px solid #ededed;
}

.panel-cta-sidebar-none {
  border-left: 0 !important;
}

.panel-call-patient-wrapper button {
  margin-top: 25px;
}

.panel-video .panel-footer p {
  padding-top: 10px;
}

.active-video .panel-footer {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-top: 0;
}

.panel-call-patient-notes .form-text-box, .panel-call-patient-notes .form-text-box:focus {
  height: 56px;
  margin-top: -20px;
}

.panel-call-patient-notes .char-count {
  margin-bottom: 0;
  margin-top: -10px;
}

.panel-video-patient-wrapper {
  background: #000;
  min-height: 350px;
  position: relative;
  padding: 0;
}

.panel-video-patient-wrapper .video-info {
  margin-top: 100px;
}

.panel-video-patient-wrapper.video-text {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.panel-video-patient-wrapper .wait-time {
  font-size: 25px;
}

.additional-notes-wrapper .form-group {
  margin: 20px 0 10px 0;
}

.account-information h3, .account-information .h3 {
  color: #407787;
}

.account-information h3:first-child, .account-information > .h3:first-child {
  margin-top: 0;
}

.account-information .fa-question-circle {
  font-size: 18px;
  margin-left: 3px;
  color: #407787;
}

.account-information .account-info-section {
  margin-bottom: 20px;
}

.account-information .account-info-section p {
  margin: 0;
  padding: 5px 4px;
}

.account-information .account-info-section .called-out-bg {
  background-color: #ededed;
}

.panel-video-patient-notes input {
  min-height: 235px;
}

.panel-video-patient-notes .form-group {
  margin: 12px 0;
}

.panel-footer {
  background: #fff;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 1s;
  animation: fadein 1s;
}

.panel-footer-alert p {
  margin-bottom: 5px;
}

.panel-footer-connected {
  margin-bottom: 0;
}

.footer-connected {
  margin-bottom: 20px;
  box-shadow: 0 2px 4px #ededed;
  padding: 5px 30px;
}

.footer-connected .zmdi-chevron-down {
  color: #59498f;
  font-size: 31px;
}

.panel .panel-heading:empty, .panel .panel-body:empty, .panel .panel-footer:empty, .panel p-heading:empty, .panel p-body:empty, .panel p-footer:empty {
  display: none;
}

.panel p-body .panel-body-text {
  padding-bottom: 20px;
}

content-panel footer {
  border-radius: 0 0 8px 8px;
}

borderless-panel .panel-heading:empty, borderless-panel .panel-body:empty, borderless-panel .panel-footer:empty, borderless-panel p-heading:empty, borderless-panel p-body:empty, borderless-panel p-footer:empty {
  display: none;
}

borderless-panel .panel-heading {
  padding-left: 0;
  padding-right: 0;
}

borderless-panel .panel-heading h1, borderless-panel .panel-heading h2, borderless-panel .panel-heading h3, borderless-panel .panel-heading h4, borderless-panel .panel-heading h5, borderless-panel .panel-heading h6 {
  font-size: 25px;
  line-height: 24px;
  font-weight: 400;
  margin: 8px 0;
}

borderless-panel .panel-body {
  padding: 10px 0;
}

borderless-panel .panel-footer {
  padding-left: 0;
  border: none;
}

borderless-panel .pbody-pt0 .panel-body {
  padding-top: 0;
}

borderless-panel .title-icon {
  font-size: 66px;
  display: inline-block;
}

.bordered-panel {
  border: 1px solid #ededed;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 20px;
  margin: 10px 0;
}

panel-container.bordered-heading .panel .panel-heading {
  border-bottom: 1px solid #ededed;
  background-color: #f8f8f8;
}

.colorband {
  background: #59498f;
  padding: 30px 0;
}

.colorband h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 50px 0 0;
}

.panel-padding {
  padding: 15px;
}

@media screen and (min-width: 992px) {
  .colorband h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .panel {
    padding-bottom: 32px;
  }
  .panel > .panel-heading, .panel > .panel-body, .panel > .panel-footer {
    padding: 32px 32px 0;
  }
  .panel.less-padding > .panel-heading, .panel.less-padding > .panel-body, .panel.less-padding > .panel-footer {
    padding: 20px;
  }
  .panel.visit-panel > .panel-heading {
    padding: 2px 40px;
  }
  .panel-padding {
    padding: 20px 40px;
  }
  .panel-padding :last-child {
    margin-left: auto;
  }
  .panel-header-text-right span {
    padding-right: 10px;
    padding-left: 10px;
  }
  .panel-header-text-right {
    text-align: right;
    margin-top: 0;
  }
  .panel-body .vertical-scroll {
    max-height: 60vh;
    overflow-y: auto;
  }
  .bordered-panel {
    padding: 20px 40px;
  }
}
.simple-card {
  display: block;
  padding: 20px;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.simple-card h3:first-child {
  margin-top: 0;
}

.simple-card a .fa, .simple-card a .zmdi {
  margin-right: 5px;
  font-size: 15px;
}

.border-card, .dashed-border-card {
  padding: 20px;
  border: 1px solid #b4b4b4;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}

.border-card.dashed-border-card, .dashed-border-card.dashed-border-card {
  border-style: dashed;
}

.border-card.dashed-border-card .button, .dashed-border-card.dashed-border-card .button {
  line-height: 1;
  padding: 12px 17px;
}

.border-card.dashed-border-card .button i, .dashed-border-card.dashed-border-card .button i {
  font-size: 25px;
  line-height: 1;
}

.border-card.with-footer, .dashed-border-card.with-footer {
  padding: 0;
  position: relative;
}

.border-card.with-footer h2, .dashed-border-card.with-footer h2 {
  margin: 10px 0 20px;
}

.border-card.with-footer .card-body, .dashed-border-card.with-footer .card-body {
  padding: 20px 40px;
}

.border-card.with-footer .button, .dashed-border-card.with-footer .button {
  margin-bottom: 10px;
  width: 75%;
}

.border-card.with-footer .card-footer, .dashed-border-card.with-footer .card-footer {
  background: #f8f8f8;
  padding: 15px 20px;
  border-radius: 0px 0px 8px 8px;
}

.border-card.with-footer .card-count, .dashed-border-card.with-footer .card-count {
  background: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
}

.border-card.with-footer .card-count .number, .dashed-border-card.with-footer .card-count .number {
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  padding: 7px 0 0;
  width: 40px;
  height: 40px;
}

.border-card.with-footer .card-count .number.success, .dashed-border-card.with-footer .card-count .number.success {
  background: #9bca3e;
  color: #282828;
}

.border-card.with-footer.disabled, .dashed-border-card.with-footer.disabled {
  color: #828282;
}

.border-card.with-footer.disabled .number, .dashed-border-card.with-footer.disabled .number {
  color: #b4b4b4;
  padding: 4px;
}

.border-card.with-footer.disabled .number .fa, .dashed-border-card.with-footer.disabled .number .fa {
  font-size: 31px;
}

panel-container.panel-gray .panel {
  background-color: #f8f8f8;
}

panel-container.panel-gray input {
  background-color: #fff;
}

.single-row-card {
  background-color: #f8f8f8;
  border-radius: 8px 0 0 8px;
  padding: 10px 16px;
}

.single-row-card.highlighted {
  padding: 10px 16px 10px 10px;
  border-left: 6px solid #9bca3e;
}

@media print {
  .panel-cta-sidebar-primary, .panel-cta-sidebar-accent, .panel-cta-sidebar-warning, .panel-cta-sidebar-attention, .panel-cta-sidebar-inactive {
    border-left: none;
  }
}
@media (min-width: 768px) {
  .panel {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  }
  .panel-default > .panel-heading {
    background: none;
    border-bottom: none;
  }
}
.panel-borders-add-padding p {
  margin: 0 0 18px;
}

strong {
  font-weight: 400;
}

.attention-color {
  color: #d50000;
}

.accent-color {
  color: #54518d;
}

.success-color {
  color: #9bca3e;
}

.warning-color {
  color: #ffd200;
}

.disabled-color {
  color: hsl(0, 0%, 90.6862745098%);
}

.primary-color {
  color: #59498f;
}

.secondary-color {
  color: #407787;
}

.small, .small p {
  line-height: 18px;
}

.faq-single-wrap {
  margin-bottom: 30px;
}

.error-message {
  padding-bottom: 20px;
}

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.font-small {
  font-size: 15px;
  line-height: 18px;
}

.font-italic {
  font-style: italic;
}

@media screen and (min-width: 768px) {
  p.signature-second {
    margin-bottom: 40px;
  }
}
.zip-radio-option {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-right: 40px;
}

.zip-radio-option .radio-label {
  display: inline-block;
  padding: 10px;
  padding-left: 34px;
  color: #407787;
  font-weight: 400;
}

.zip-radio-option .radio-visual-button {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 11px;
  left: 2px;
}

.zip-radio-option .radio-focus, .zip-radio-option .radio-outline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
}

.zip-radio-option .radio-focus {
  display: none;
  box-shadow: 0 0 0 8px #407787;
  opacity: 0.3;
}

.zip-radio-option .radio-outline {
  border: 1px solid #407787;
  background: #fff;
}

.zip-radio-option .radio-checkmark {
  display: none;
  transform: rotate(45deg);
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  position: absolute;
  top: 4px;
  left: 7.5px;
  width: 5px;
  height: 10px;
}

.zip-radio-option input {
  position: absolute;
  opacity: 0.00001;
  z-index: 1;
}

.zip-radio-option input:focus ~ .radio-visual-button .radio-focus {
  display: block;
}

.zip-radio-option input:checked ~ .radio-visual-button .radio-outline {
  background: #407787;
}

.zip-radio-option input:checked ~ .radio-visual-button .radio-checkmark {
  display: block;
}

.zip-radio-option input:disabled ~ .radio-label {
  color: #b4b4b4;
}

.zip-radio-option input:disabled ~ .radio-visual-button .radio-outline {
  border-color: #b4b4b4;
}

.zip-radio-option input:disabled:checked ~ .radio-visual-button .radio-outline {
  background: #b4b4b4;
}

.vertical-radio .zip-radio-option {
  display: block;
}

.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 0px 4px #ededed;
}

.header-wrap .header-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-wrap {
  background: #fff;
  padding: 20px 0;
  margin-top: 0;
  text-align: center;
}

.footer-wrap ul {
  line-height: 60px;
}

.inline-form-section {
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: -15px;
  border-bottom: 1px solid #ededed;
}

.inline-form-section.inline-form-pharmacy {
  margin-bottom: 15px;
}

.map-section {
  margin-top: -15px;
}

.map-section .angular-google-map .map-controls-container {
  margin-left: 15px;
  margin-top: 15px;
  width: 70px;
  height: 70px;
}

.map-bg, .angular-google-map-container {
  background: #59498f;
  height: 500px;
}

.doctor-review .history-row .age-label {
  display: none;
}

.doctor-diagnose .history-row .age-label {
  font-size: 10px;
  font-weight: 700;
}

.proxy-visits-list {
  margin-top: 20px;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .inline-form-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .app-container {
    min-height: 600px;
  }
  .map-section .angular-google-map .map-controls-container {
    position: relative !important;
  }
}
zip-tabs .tab {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
}

zip-tabs .tab .tab-count:before {
  content: "(";
}

zip-tabs .tab .tab-count:after {
  content: ")";
}

zip-tabs .default-view .tab-container {
  display: inline-block;
  margin: 10px;
}

zip-tabs .default-view .tab-container.active .tab, zip-tabs .default-view .tab-container:hover .tab {
  color: #59498f;
  border-bottom: 2px solid #59498f;
}

zip-tabs .default-view .tab {
  margin: 0 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 3px;
}

zip-tabs .default-view .tab:first-child {
  margin-left: 0;
}

zip-tabs .default-view .tab:last-child {
  margin-right: 0;
}

zip-tabs .tabbed-view {
  position: relative;
  bottom: -1px;
}

zip-tabs .tabbed-view .tab-container {
  display: inline-block;
  border-top: 5px solid #b4b4b4;
  border-radius: 2px 2px 0 0;
  background-color: #fff;
  z-index: 0;
  width: 50%;
}

zip-tabs .tabbed-view .tab-container.active {
  border-top: 5px solid #59498f;
}

zip-tabs .tabbed-view .tab-container:first-child .tab {
  border-left: none;
}

zip-tabs .tabbed-view .tab-container:last-child .tab {
  border-right: none;
}

zip-tabs .tabbed-view .tab {
  position: relative;
  padding: 12px 5px;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
}

zip-tabs .tabbed-view .tab .tab-count:before {
  content: "";
}

zip-tabs .tabbed-view .tab .tab-count:after {
  content: "";
}

zip-tabs .tabbed-view .tab .tab-count {
  display: inline-block;
  font-size: 15px;
  color: #282828;
  height: 20px;
  width: 20px;
  background-color: #9bca3e;
  border-radius: 50%;
  margin-left: 2px;
}

zip-tabs .tabbed-view:before {
  z-index: 1;
}

zip-tabs .tabbed-view .tab-name {
  display: inline-block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  vertical-align: middle;
}

zip-tabs .tabbed-view .tab-container.active .tab {
  border-bottom: 1px solid #fff;
  z-index: 2;
}

zip-tabs .tabbed-view .tab-container.active :after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  z-index: 1;
}

.container-gray-inset .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  zip-tabs.no-bottom-margin .row {
    margin-bottom: 0;
  }
  zip-tabs .tabbed-view .tab-container {
    margin-right: 10px;
    width: auto;
  }
  zip-tabs .tabbed-view .tab-container:first-child .tab {
    border-left: 1px solid #b4b4b4;
  }
  zip-tabs .tabbed-view .tab-container:last-child .tab {
    border-right: 1px solid #b4b4b4;
  }
  zip-tabs .tabbed-view .tab {
    width: auto;
    padding: 12px 30px;
  }
  zip-tabs .tabbed-view .tab-name {
    max-width: 600px;
  }
  .container-gray-inset {
    position: relative;
    background-color: #f8f8f8;
    padding-top: 20px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    background-color: #f8f8f8;
    width: 100%;
    border-bottom: 1px solid #b4b4b4;
  }
  .container-gray-inset .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
table.zip-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

table.zip-table tr {
  padding: 15px;
}

table.zip-table tr th, table.zip-table tr td {
  padding: 15px;
}

table.zip-table thead th {
  font-weight: 700;
}

table.zip-table tbody tr {
  background-color: #f8f8f8;
  margin-bottom: 8px;
}

table.zip-table tbody th {
  font-weight: 400;
}

table.zip-table td, table.zip-table th {
  vertical-align: middle;
}

table.zip-table td:first-child, table.zip-table th:first-child {
  border-radius: 2px 0 0 2px;
}

table.zip-table td:last-child, table.zip-table th:last-child {
  border-radius: 0 2px 2px 0;
}

table.zip-table.responsive {
  display: block;
}

table.zip-table.responsive tbody, table.zip-table.responsive tr, table.zip-table.responsive td {
  display: block;
}

table.zip-table.responsive thead {
  display: none;
}

table.zip-table.responsive tr {
  text-align: left;
}

table.zip-table.responsive tr.highlighted {
  border-left: solid 6px #9bca3e;
}

table.zip-table.responsive tbody tr.left-label-xs td, table.zip-table.responsive tbody tr.left-label-xs th {
  font-weight: 400;
  text-align: right;
}

table.zip-table.responsive tbody tr.left-label-xs td:before, table.zip-table.responsive tbody tr.left-label-xs th:before {
  float: left;
  font-weight: 700;
}

table.zip-table.responsive tbody tr.left-label-xs td.text-center {
  text-align: center;
}

table.zip-table.responsive tbody tr.outline {
  border-width: 1px;
  border-style: solid;
  border-left-width: 6px;
}

table.zip-table.responsive tbody tr.outline.green {
  border-color: #9bca3e;
}

table.zip-table.responsive tbody tr.outline.gold {
  border-color: #ffd200;
}

table.zip-table.responsive th, table.zip-table.responsive td {
  padding: 0;
  margin-bottom: 10px;
  display: block;
}

table.zip-table.responsive th:before, table.zip-table.responsive td:before {
  display: block;
  content: attr(data-label);
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  table.zip-table, table.zip-table.responsive {
    display: table;
  }
  table.zip-table thead, table.zip-table.responsive thead {
    display: table-header-group;
  }
  table.zip-table tbody, table.zip-table.responsive tbody {
    display: table-row-group;
  }
  table.zip-table tr, table.zip-table.responsive tr {
    display: table-row;
  }
  table.zip-table th, table.zip-table td, table.zip-table.responsive th, table.zip-table.responsive td {
    display: table-cell;
    padding: 15px;
  }
  table.zip-table tbody th, table.zip-table tbody td, table.zip-table.responsive tbody th, table.zip-table.responsive tbody td {
    background-color: #f8f8f8;
    vertical-align: middle;
    text-align: left;
  }
  table.zip-table tbody th:before, table.zip-table tbody td:before, table.zip-table.responsive tbody th:before, table.zip-table.responsive tbody td:before {
    float: none;
    display: none;
  }
  table.zip-table tbody tr.left-label-xs td, table.zip-table tbody tr.left-label-xs th, table.zip-table.responsive tbody tr.left-label-xs td, table.zip-table.responsive tbody tr.left-label-xs th {
    text-align: left;
  }
  table.zip-table tbody tr td.text-center, table.zip-table.responsive tbody tr td.text-center {
    text-align: center;
  }
  table.zip-table tbody tr.highlighted th:first-child, table.zip-table tbody tr.highlighted td:first-child, table.zip-table.responsive tbody tr.highlighted th:first-child, table.zip-table.responsive tbody tr.highlighted td:first-child {
    border-left: solid 6px #9bca3e;
  }
  table.zip-table tbody tr.outline th, table.zip-table tbody tr.outline td, table.zip-table.responsive tbody tr.outline th, table.zip-table.responsive tbody tr.outline td {
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
  }
  table.zip-table tbody tr.outline th:first-child, table.zip-table tbody tr.outline td:first-child, table.zip-table.responsive tbody tr.outline th:first-child, table.zip-table.responsive tbody tr.outline td:first-child {
    border-left: 6px solid #f8f8f8;
  }
  table.zip-table tbody tr.outline th:last-child, table.zip-table tbody tr.outline td:last-child, table.zip-table.responsive tbody tr.outline th:last-child, table.zip-table.responsive tbody tr.outline td:last-child {
    border-right: 1px solid #f8f8f8;
  }
  table.zip-table tbody tr.outline.green th, table.zip-table tbody tr.outline.green td, table.zip-table.responsive tbody tr.outline.green th, table.zip-table.responsive tbody tr.outline.green td {
    border-color: #9bca3e;
  }
  table.zip-table tbody tr.outline.gold th, table.zip-table tbody tr.outline.gold td, table.zip-table.responsive tbody tr.outline.gold th, table.zip-table.responsive tbody tr.outline.gold td {
    border-color: #ffd200;
  }
}
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}

.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}

.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}

.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}

.ta-editor:focus {
  user-select: text;
}

.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0 4px;
  opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  cursor: se-resize;
  background-color: #fff;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.ta-toolbar .btn {
  color: #407787;
  padding: 6px 0px;
  width: 40px;
}

.ta-toolbar .btn .fa {
  font-size: 10px;
}

.ta-editor.ta-html, .ta-scroll-window.form-control, .ta-scroll-window > .ta-bind {
  border-color: #949494;
  border-radius: 8px;
  border-width: 1px !important;
}

.ta-root.ng-invalid > .ta-scroll-window.form-control {
  box-shadow: none;
  border-color: #950000;
  border-width: 2px;
}

.ta-root.focussed > .ta-scroll-window.form-control {
  box-shadow: none;
  border-color: #282828;
  border-width: 2px;
}

form:not(.ng-submitted) .ta-root.ng-pristine > .ta-scroll-window.form-control {
  border-color: #949494 #949494;
  border-width: 1px !important;
}

.title-bar {
  background: #f8f8f8;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-left: 20px;
  padding-right: 20px;
}

.title-bar h1, .title-bar h2, .title-bar h3, .title-bar h4, .title-bar h5, .title-bar h6, .title-bar .h7 {
  margin: 10px 0;
}

@media screen and (min-width: 992px) {
  .title-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.heading-large {
  font-size: 31px;
  font-weight: 700;
}

.heading-medium {
  font-size: 25px;
  font-weight: 700;
}

.heading-small {
  font-size: 22px;
  font-weight: 700;
}

.body-bold {
  font-size: 18px;
  font-weight: 700;
}

.body-base {
  font-size: 18px;
  font-weight: 400;
}

.body-small {
  font-size: 15px;
  font-weight: 400;
}

.body-extra-small {
  font-size: 10px;
  font-weight: 400;
}

.heading-large, .heading-medium, .heading-small, .body-bold, .body-base, .body-small, .body-extra-small {
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  margin: 0.5em 0;
}

.heading-large .fa, .heading-medium .fa, .heading-small .fa, .body-bold .fa, .body-base .fa, .body-small .fa, .body-extra-small .fa {
  font-size: inherit;
}

h1, .h1 {
  font-size: 31px;
}

h2, .h2 {
  font-size: 25px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 700;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0.5em 0;
}

.heavy {
  font-weight: 600;
}

b {
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.body-base > .fa, > .zmdi, > .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

.small {
  font-size: 87.5%;
  line-height: 1.1;
}

.small > .fa, .small > .zmdi, .small > .zipicon {
  font-size: 87.5%;
  line-height: 1;
  vertical-align: baseline;
}

.error-msg {
  color: #d50000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.1;
}

h6, .h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

h6.heavy, .h6.heavy {
  font-weight: 700;
}

h6 > .fa, h6 > .zmdi, h6 > .zipicon, .h6 > .fa, .h6 > .zmdi, .h6 > .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

.video-controls {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 20px;
  right: 25px;
  padding: 10px;
  text-align: center;
}

.video-controls .zmdi {
  vertical-align: baseline;
}

.video-controls .zmdi-call-end {
  color: #d50000;
}

.video-controls a {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  margin: 0 5px;
  width: 24px;
  height: 24px;
}

.video-controls a:hover {
  text-decoration: none;
}

.mini-video {
  min-height: 110px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 20px;
  right: 25px;
  border: solid 1px #ededed;
}

.video-container {
  position: absolute;
  min-height: 350px;
  top: 0;
  left: 0;
  width: 100%;
}

.video-container.top {
  z-index: 1;
}

.fullscreen {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background-color: #000;
}

.fullscreen .video-subscriber {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
}

.fullscreen .mini-video {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1003;
  width: 20%;
  height: 20%;
}

.fullscreen .video-controls {
  z-index: 1003;
}

.drop-box {
  height: 100px;
  border: 2px dashed #ededed;
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
  cursor: pointer;
}

.drop-box.dragover {
  background-color: #f8f8f8;
}

.md-card-image {
  margin: 0;
}

.interview-upload-list li {
  vertical-align: top;
  width: 150px;
}

.interview-upload-list img {
  height: 120px;
}

.interview-upload-list md-progress-linear .md-container {
  top: 0;
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

#ng-webcam-container {
  margin: 0 auto;
}

#zip-webcam-photos {
  margin-top: 20px;
  text-align: center;
}

#zip-webcam-photos img {
  margin-right: 12px;
  margin-bottom: 12px;
}

#ng-webcam-container {
  position: relative;
  display: inline-block;
}

#ng-webcam-container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

#ng-webcam-container video {
  height: 100%;
  width: 100%;
}

.ng-webcam {
  position: relative;
  display: inline-block;
}

.ng-webcam #counter {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
  color: #fff;
  z-index: 2;
}

.ng-webcam.no-overlay #ng-webcam-container:after, .ng-webcam.no-overlay #counter {
  display: none;
}

.webcam-button {
  margin-bottom: 15px;
}

zip-webcam .button-circle .button {
  height: 75px;
  width: 75px;
}

zip-webcam .submitting-text {
  display: none;
}

zip-webcam .ng-webcam {
  height: 100%;
  width: 100%;
}

zip-webcam .ng-webcam #ng-webcam-container {
  height: 100%;
  width: 100%;
}

zip-webcam .ng-webcam #ng-webcam-container video {
  height: auto !important;
  width: 100% !important;
}

.webcam-button .button-circle .button .zmdi {
  font-size: 22px;
}

search-select-list {
  display: block;
}

search-select-list .question-typeahead-select {
  margin: 5px 0 20px;
}

search-select-list .question-typeahead-select input {
  width: 100%;
}

search-select-list .question-typeahead-select ul.dropdown-menu {
  max-height: 330px !important;
}

.search-list {
  padding: 20px 0;
}

.search-list .zmdi-close-circle {
  display: block;
  font-size: 18px;
}

.search-list .zmdi-close-circle.disabled {
  color: #ededed;
}

.search-list .search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  border: 1px solid #b4b4b4;
  margin-bottom: 5px;
  font-size: 16px;
  padding: 12px;
}

.search-list .search-item-empty {
  border: 1px dashed #b4b4b4;
  padding: 12px;
}

.medication-delete-modal label {
  font-weight: normal;
}

.medication-delete-modal md-radio-button .md-label {
  padding-left: 15px;
  color: #407787;
  font-weight: 600;
}

.sig-warning {
  display: block;
  background-color: #f8f8f8;
  margin: 20px -20px;
  padding: 20px;
  box-shadow: 0 1px 1px 0 #b4b4b4;
}

.sig-warning .warning-message p {
  margin: 0;
}

.sig-warning .warning-message i {
  display: none;
}

.sig-warning .warning-message.color-attention i, .sig-warning .warning-message.color-warning i {
  display: inline-block;
  margin-right: 20px;
}

.sig-warning .model-validation {
  padding-bottom: 10px;
}

.sig-warning uib-accordion .panel-group .panel a {
  color: #282828;
  padding: 0;
  border-bottom: 1px solid #b4b4b4;
  text-decoration: none;
}

.sig-warning uib-accordion .panel-group .panel .panel-title a i.zmdi {
  color: #282828;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.75;
}

.sig-warning uib-accordion .panel-group .panel .panel-body {
  border: none;
  background-color: #f8f8f8;
}

.container-white-bordered {
  margin: 20px 0;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #828282;
}

@keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@-o-keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@-moz-keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@-webkit-keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.coverage-link {
  color: #282828;
}

.coverage-link:hover {
  text-decoration: none;
  color: #282828;
}

.formulary-buttons .button:first-child {
  margin-left: 0;
  margin-right: 0;
}

.formulary-buttons a.button {
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  animation: fadein 0.5s;
  font-size: 10px;
  font-weight: 400;
  min-width: 36px;
  height: 26px;
  line-height: 15px;
  padding: 6px 8px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  border: none;
  color: #4b4b4b;
  margin: 5px;
  outline: none;
}

.formulary-buttons a.button.pink {
  background-color: #f4c7c7;
}

.formulary-buttons a.button.peach {
  background-color: #fbdbce;
}

.formulary-buttons a.button.green {
  background-color: #e9f3d6;
}

.formulary-buttons a.button.blue {
  background-color: #cce8f5;
}

.formulary-buttons a.button.white {
  background-color: #fff;
}

.formulary-buttons a.button.gray {
  background-color: #ededed;
}

.formulary-buttons a.button.gray.loading-gray {
  -webkit-animation: flickerAnimation 2s infinite ease;
  -moz-animation: flickerAnimation 2s infinite ease;
  -o-animation: flickerAnimation 2s infinite ease;
  animation: flickerAnimation 2s infinite ease;
}

.formulary-buttons a {
  margin: 5px;
}

.formulary-buttons a .fa-flag {
  color: #4770a6;
}

.formulary-buttons .popover-title {
  font-size: 16px;
  font-weight: 400;
}

.popover-formulary.popover {
  max-width: 300px;
}

.formulary-modal .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

.formulary-modal .modal-body::-webkit-scrollbar-track {
  border-radius: 0px;
}

.formulary-modal .modal-body::-webkit-scrollbar {
  width: 8px;
  background: hsla(0, 0%, 100%, 0);
}

.formulary-modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(89, 73, 143, 0.6);
}

ul.popover-select-list {
  padding: 0;
  margin: -9px -14px;
}

ul.popover-select-list > li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: solid 1px #ededed;
}

ul.popover-select-list > li:last-child {
  border-bottom: none;
}

ul.popover-select-list > li > a {
  padding: 3px 6px;
  text-decoration: none;
  display: block;
  color: #282828;
}

ul.popover-select-list > li > a:hover {
  background-color: #ededed;
}

ul.popover-select-list > li > a .small {
  line-height: inherit;
}

ul.popover-select-list > li.selected > a {
  background-color: rgba(89, 73, 143, 0.25);
}

.borderless-button {
  border: none;
  background: none;
}

form .ng-force-invalid-input {
  border-color: #950000;
}

.map-controls-container .map-controls {
  width: 70px;
  height: 70px;
}

.map-controls-container .map-controls button {
  margin: 0;
  padding: 0;
}

.map-controls-container .map-controls button .zmdi {
  font-size: 40px;
  vertical-align: middle;
}

zip-interview-follow-up-care zip-button {
  display: block;
}

zip-interview-follow-up-care .opt-out-checkbox zip-input-md {
  display: inline-block;
}

.photo-button button {
  line-height: 94px;
  padding: 0;
}

.photo-button button, .drop-box {
  height: 100px;
  width: 100%;
  text-align: center;
}

.photo-button button > .zmdi-upload, .photo-button button > .zmdi-camera, .drop-box > .zmdi-upload, .drop-box > .zmdi-camera {
  font-size: 54px;
  margin-right: 15px;
  vertical-align: middle;
}

.photo-button button .button-label, .drop-box .button-label {
  font-size: 20px;
  vertical-align: middle;
}

.drop-box button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.drop-box button i {
  display: inline-block;
  vertical-align: middle;
}

.full-width-button .button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.full-width-centered-button .button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  text-align: center;
}

.interview-action-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interview-action-buttons zip-button {
  margin: 10px;
}

button.button-no-styles {
  background: none;
  border: none;
}

@media screen and (min-width: 768px) {
  .interview-action-buttons {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .interview-action-buttons zip-button:last-child {
    margin-left: 0;
  }
  .follow-up-care-footer zip-cancel-visit {
    margin-left: auto;
  }
}
.chat-window {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0px 4px 8px #ededed;
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 1000;
}

.chat-window .camera-container {
  display: block;
}

.chat-window.large {
  width: 740px;
  height: 650px;
}

.chat-window.large .expand {
  display: none;
}

.chat-window.small {
  width: 325px;
  height: 545px;
}

.chat-window.small .visible-xs {
  display: block !important;
}

.chat-window.small .hidden-xs {
  display: none !important;
}

.chat-window.small img {
  max-width: 263px;
}

.chat-window.minimized {
  height: 41px;
}

.chat-window.minimized .minimize, .chat-window.minimized form {
  display: none;
}

.chat-window.minimized zip-chat-conversation {
  visibility: hidden;
}

.chat-window.small .compress {
  display: none;
}

.chat-window .window-header {
  background: #59498f;
  color: #fff;
  padding: 0 11px 0 15px;
  position: relative;
  z-index: 1;
}

.chat-window .window-header p {
  font-size: 16px;
  line-height: 19px;
  margin: 10px 0 11px;
}

.chat-window .window-header a {
  color: #fff;
  display: inline-block;
  padding: 4px;
  text-decoration: none;
}

.chat-window .window-header a:hover {
  background: rgba(100, 100, 100, 0.4);
  border-radius: 3px;
}

.chat-errors {
  padding: 10px 15px;
  position: relative;
  background: rgb(255, 187.5, 187.5);
  z-index: 1;
}

.chat-errors .error-message {
  padding-bottom: 0;
}

.chat-user-status {
  margin-right: 10px;
  font-size: 18px;
}

.chat-user-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.chat-user-online .chat-user-status {
  color: #9bca3e;
}

.unread-chat-messages-count {
  padding-left: 20px;
  color: #9bca3e;
}

.chat-user-offline .chat-user-status {
  color: #ededed;
}

.chat-user-offline .chat-user-name {
  color: #b4b4b4;
}

.doctor-chat .doctor-chat-header {
  background: #f8f8f8;
  border-bottom: 1px solid #ededed;
  min-height: 48px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.doctor-chat .doctor-chat-header a {
  font-size: 14px;
  line-height: 18px;
}

.doctor-chat .doctor-chat-header .chat-user-name {
  flex-grow: 1;
  text-align: left;
}

.doctor-chat .conversation-container {
  margin: 48px 0 0;
}

.doctor-chat .conversation-content {
  padding: 15px;
}

.doctor-chat .dr-icon {
  margin-left: 15px;
}

.doctor-chat .footer-content .photo-actions {
  display: none;
}

.doctor-chat .chat-container .conversation-container .message .message-content {
  font-size: 14px;
  padding: 10px 15px;
}

.doctor-chat .chat-complete-dialog {
  display: none;
}

.patient-chat .patient-chat-header {
  background: #f8f8f8;
  box-shadow: inset 0 0 4px 0 #ededed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  position: fixed;
  top: 88px;
  width: 100%;
  padding: 0 15px;
  z-index: 100;
}

.patient-chat .patient-chat-header.chat-user-offline .chat-user-name.waiting-for-doc {
  border: 1px dashed #ededed;
  padding: 5px 25px 5px 10px;
}

.patient-chat .conversation-container {
  margin-top: 132px;
}

.patient-chat .conversation-content {
  padding: 15px;
}

.patient-chat .footer-content {
  padding: 10px 25px;
}

.patient-chat .message img {
  max-width: 250px;
}

.patient-chat .dr-icon {
  margin-right: 15px;
}

.chat-complete-dialog {
  max-width: 700px;
  margin: auto;
  margin-bottom: 25px;
  border: 1px solid #ededed;
  border-radius: 2px;
  text-align: center;
  padding: 25px;
  padding-bottom: 30px;
}

.chat-complete-dialog h4 {
  font-size: 20px;
  font-weight: 400;
}

.chat-complete-dialog p {
  margin-bottom: 25px;
}

.chat-container .flex-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.chat-container .message-failed {
  text-align: right;
  font-size: 16px;
  margin: 15px 0 10px;
}

.chat-container .message-failed .fa {
  font-size: 16px;
}

.chat-container .message-failed .failed-warning {
  color: #d50000;
  margin-right: 10px;
}

.chat-container .message-failed .retry-message {
  color: #ef5000;
}

.chat-container .conversation-container {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chat-container .conversation-container .message-content {
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}

.chat-container .conversation-container .message {
  display: flex;
  line-height: 24px;
  margin-bottom: 20px;
}

.chat-container .conversation-container .message:last-child {
  margin-bottom: 0;
}

.chat-container .conversation-container .message .chat-gray-label {
  color: #828282;
  font-size: 12px;
  line-height: 15px;
}

.chat-container .conversation-container .notification {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.chat-container .conversation-container .notification .message-content {
  margin: 0;
}

.chat-container .conversation-container .notification .text i {
  background: #9bca3e;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
}

.chat-container .conversation-container .doctor .message-content, .chat-container .conversation-container .patient .message-content, .chat-container .conversation-container .recipient .message-content, .chat-container .conversation-container .sender .message-content, .chat-container .conversation-container .system .message-content {
  background: rgba(225, 225, 225, 0.55);
  padding: 20px;
}

.chat-container .conversation-container .system {
  text-align: center;
}

.chat-container .conversation-container .doctor + .doctor, .chat-container .conversation-container .patient + .patient {
  margin-top: -15px;
}

.chat-container .conversation-container .sender {
  flex-direction: row-reverse;
}

.chat-container .conversation-container .sender .chat-gray-label {
  text-align: right;
}

.chat-container .conversation-container .sender .message-content {
  background: rgba(89, 73, 143, 0.15);
  margin-right: 0;
  margin-left: 20px;
}

.chat-container .doctor .message-content-wrap, .chat-container .patient .message-content-wrap, .chat-container .system .message-content-wrap {
  text-align: right;
}

.chat-container .recipient .message-content-wrap {
  text-align: left;
}

.chat-container .sender .message-content-wrap {
  text-align: right;
}

.chat-container .message img {
  max-width: 250px;
}

.chat-container .footer-container {
  background: #f8f8f8;
  border-top: 1px solid #ededed;
}

.chat-container .footer-container .camera-container {
  margin-right: 20px;
}

.chat-container .footer-container .send-btn-container {
  margin-left: 10px;
}

.chat-container .footer-container .error-message {
  padding-bottom: 0;
}

.chat-container .footer-container input, .chat-container .footer-container textarea {
  background: #fff;
}

.chat-container .footer-container textarea {
  padding: 3px;
  overflow-y: scroll;
  max-height: 200px;
}

.chat-container .footer-content {
  align-items: flex-end;
  margin: 0 auto;
  padding: 10px 15px;
}

.chat-container .photo-actions {
  margin: 0;
  padding: 10px 0;
}

.chat-container .photo-actions li {
  float: left;
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
}

.chat-container .photo-actions li a {
  font-size: 14px;
  line-height: 18px;
}

.chat-container .photo-actions li a:hover {
  text-decoration: none;
}

.chat-container .photo-actions li i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

.chat-history-container {
  position: relative;
}

.chat-history-container .chat-container .flex-container {
  position: static;
}

.chat-footer-disabled a, .chat-footer-disabled a:hover {
  color: #ededed;
  cursor: default;
}

.mobile-tab-chat-unread-indicator {
  font-weight: 600;
  color: #9bca3e;
}

.fg2 {
  flex-grow: 2;
}

.addenda_and_comments .message-content-wrap {
  display: flex;
  align-items: center;
}

.addenda_and_comments .message-content-wrap .message-content {
  margin-bottom: 10px;
}

.addenda_and_comments .message-content-wrap .message-content .m0 {
  margin: 0;
}

.addenda_and_comments .message-container {
  margin-bottom: 10px;
}

.addenda_and_comments .message-type {
  color: #828282;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 2px;
}

.addenda_and_comments .message-type.left {
  text-align: left;
  margin-left: 52px;
}

.addenda_and_comments .message-type.right {
  text-align: right;
  margin-right: 52px;
}

.addenda_and_comments .recipient .user-icon {
  margin-right: 10px;
}

.addenda_and_comments .sender .message-content-wrap {
  flex-direction: row-reverse;
  text-align: right;
}

.addenda_and_comments .sender .user-icon {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .camera-container {
    display: none;
  }
  .patient-chat .patient-chat-header {
    height: 68px;
    top: 117px;
    padding: 0 25px;
  }
  .patient-chat .conversation-container {
    margin: 185px 0 0;
  }
  .patient-chat .conversation-content {
    padding: 25px;
  }
  .patient-chat .footer-content {
    padding: 10px 25px;
  }
  .patient-chat .message img {
    max-width: unset;
  }
  .small .chat-container .conversation-container .sender {
    margin-left: 0;
  }
  .small .chat-container .conversation-container .message-content {
    margin-right: 0;
  }
  .doctor-chat .conversation-container {
    margin: 88px 0 0;
  }
  .chat-container .conversation-container .message-content {
    margin-left: 0;
    margin-right: 120px;
  }
  .chat-container .conversation-container .notification {
    margin: 0 0 20px;
  }
  .chat-container .conversation-container .sender {
    margin-right: 0;
    margin-left: 120px;
  }
  .chat-container .footer-container .input-container {
    margin-bottom: -2px;
  }
  .chat-container .footer-container textarea {
    font-size: 16px;
  }
  .chat-history-container {
    height: 60vh;
    position: relative;
  }
  .chat-history-container .chat-container .flex-container {
    position: absolute;
  }
}
zip-conditions-we-treat zip-accordion uib-accordion.main .panel-group {
  margin-bottom: 10px;
}

zip-conditions-we-treat .conditions-name {
  line-height: 1.6;
  font-weight: 500;
}

zip-conditions-we-treat .featured-conditions {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 60px;
}

zip-conditions-we-treat .featured-conditions h2 {
  margin-bottom: 1.5em;
}

zip-conditions-we-treat .featured-conditions .condition {
  border: 1px solid #ededed;
  border-radius: 3px;
}

zip-conditions-we-treat .featured-conditions .condition .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

zip-conditions-we-treat .featured-conditions .condition .icon-wrap i {
  color: #54518d;
  font-size: 95px;
}

zip-conditions-we-treat .featured-conditions .condition .text-wrap {
  background: #f8f8f8;
  border-top: 1px solid #ededed;
  min-height: 70px;
  padding: 10px;
}

zip-conditions-we-treat .featured-conditions .condition .text-wrap h4 {
  font-weight: 600;
  line-height: 1.5em;
  margin: 0;
}

zip-conditions-we-treat .all-conditions .intro {
  margin-bottom: 40px;
}

zip-conditions-we-treat .all-conditions .intro h2 {
  margin-top: 0;
}

zip-conditions-we-treat .conditions-accordion .row {
  margin-bottom: 20px;
}

zip-conditions-we-treat .conditions-accordion .row:last-child {
  margin-bottom: 0;
}

zip-conditions-we-treat .conditions-accordion .condition {
  background: #f8f8f8;
  min-height: 200px;
  padding: 20px 20px 10px;
}

zip-conditions-we-treat .conditions-accordion .condition h4, zip-conditions-we-treat .conditions-accordion .condition p, zip-conditions-we-treat .conditions-accordion .condition h6 {
  line-height: 1.25em;
}

zip-conditions-we-treat .conditions-accordion .condition h4, zip-conditions-we-treat .conditions-accordion .condition p {
  margin-top: 0;
}

zip-conditions-we-treat .conditions-accordion .condition p {
  font-size: 15px;
}

zip-conditions-we-treat .conditions-accordion .condition .restrictions {
  color: #828282;
  font-size: 15px;
}

zip-conditions-we-treat .conditions-accordion .condition .restrictions ul {
  padding-left: 20px;
}

zip-conditions-we-treat .outro {
  margin: 30px 0 40px;
}

.mobile-diagnosis md-tabs {
  position: absolute;
  top: 53px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}

.mobile-diagnosis md-ink-bar {
  color: #59498f;
  background: #59498f;
  top: 0;
  height: 6px;
}

.mobile-diagnosis .md-tab {
  background: #f8f8f8;
  border: 1px solid #ededed;
  border-width: 0 0 1px 1px;
}

.mobile-diagnosis .md-tab:first-child {
  border-left-width: 0;
}

.mobile-diagnosis .md-tab.md-active {
  background: #fff;
  border-bottom: 0px;
}

.mobile-diagnosis .doctor-diagnose .panel .panel-body.p0 {
  padding: 0;
}

.mobile-diagnosis .doctor-chat .doctor-chat-header {
  background: #fff;
}

.table-icons {
  color: #b4b4b4;
  font-size: 20px;
}

zip-clinician-visits-list .zip-table {
  border-collapse: separate;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-primary td:first-child {
  border-color: #59498f;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-primary .fa-clock-o {
  color: #59498f;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-attention td:first-child {
  border-color: #d50000;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-attention .fa-clock-o {
  color: #d50000;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-caution td:first-child {
  border-color: #ef5000;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-caution .fa-clock-o {
  color: #ef5000;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-warning td:first-child {
  border-color: #ffd200;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-warning .fa-clock-o {
  color: #ffd200;
}

online-status-indicator .offline {
  color: #b4b4b4;
}

.doctor-diagnose .accordion-heading-icon, .doctor-review .accordion-heading-icon {
  color: #b4b4b4;
  font-size: 14px;
}

.doctor-diagnose zip-accordion .sub-header-title, .doctor-review zip-accordion .sub-header-title {
  width: 100%;
}

.doctor-diagnose review-footer-buttons .button, .doctor-review review-footer-buttons .button {
  margin-top: 20px;
}

.doctor-diagnose review-footer-buttons .center-horizontally, .doctor-review review-footer-buttons .center-horizontally {
  display: flex;
  justify-content: center;
}

.doctor-diagnose .pick-list .formulary-buttons, .doctor-review .pick-list .formulary-buttons {
  margin-left: 70px;
  margin-bottom: 20px;
}

.doctor-diagnose .top-label-form zip-input-md > div, .doctor-review .top-label-form zip-input-md > div {
  margin-bottom: 0;
}

.doctor-diagnose .simple-card .body-bold, .doctor-review .simple-card .body-bold {
  margin: 0;
}

ccda-link {
  font-size: 15px;
}

.doctor-diagnose .disabled-color [md-ink-ripple-checkbox], .mobile-diagnosis .disabled-color [md-ink-ripple-checkbox] {
  opacity: 0.3;
}

.doctor-diagnose #visit-history .zip-td.wd100, .mobile-diagnosis #visit-history .zip-td.wd100 {
  width: 100px;
}

.doctor-diagnose #visit-history .zip-td.wd175, .mobile-diagnosis #visit-history .zip-td.wd175 {
  width: 175px;
}

zip-accordion uib-accordion.sub .panel .panel-heading .ss-disclaimer .fa-info-circle {
  font-size: 16px;
  color: #407787;
  margin-left: 10px;
}

.border-right {
  border-right: 0px;
}

.border-left {
  border-left: 0px;
}

.left-col-wrap {
  padding: 10px 20px;
}

.right-col-wrap {
  padding: 10px 20px;
}

.ccda table {
  width: 100%;
}

.ccda table td, .ccda table th {
  border: solid 1px #ccc;
  padding: 10px 20px;
}

.ccda table.header_table {
  margin-bottom: 10px;
}

.ccda table.header_table td.td_header_role_name {
  width: 30%;
  font-weight: bold;
}

.ccda table td.td_header_role_name, .ccda table th {
  background-color: #f8f8f8;
}

.ccda table ul {
  padding-left: 20px;
}

.ccda .Bold {
  font-weight: bold;
}

.ccda .Italics {
  font-style: italic;
}

.ccda .Underline {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .label .fa {
    display: inline;
  }
  #visit-history .text-left-mobile {
    text-align: left;
  }
  .ccda {
    overflow-x: scroll;
  }
  .ccda table td, .ccda table th {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .mobile-diagnosis md-tabs {
    top: 80px;
  }
  .doctor-diagnose zip-accordion.assessment .panel {
    margin-right: -15px;
  }
  .doctor-review .right-side-accordion zip-accordion .panel {
    margin-left: -15px;
  }
  .ss-disclaimer {
    margin-left: 24px;
  }
  .border-right {
    border-right: 1px solid #407787;
  }
  .border-left {
    border-left: 1px solid #407787;
  }
  .border-left.border-collapsed {
    margin-left: -1px;
  }
  .left-col-wrap {
    padding: 10px 5px 10px 40px;
  }
  .right-col-wrap {
    padding: 10px 40px 10px 5px;
  }
  .text-right-sm {
    text-align: right;
  }
  .flex-ai-c-sm {
    display: flex;
    align-items: center;
  }
  zip-clinician-visits-list .zip-table {
    border-collapse: separate;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td {
    padding: 5px 10px;
    border-left: 8px solid #f8f8f8;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td.panel-cta-sidebar-primary {
    border-color: #59498f;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td.panel-cta-sidebar-attention {
    border-color: #d50000;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td.panel-cta-sidebar-caution {
    border-color: #ef5000;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td.panel-cta-sidebar-warning {
    border-color: #ffd200;
  }
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 3s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq-section h3 {
  color: #59498f;
  border-bottom: 1px solid #59498f;
}

.faq-section h4 {
  margin-top: 0;
}

.faq-section a {
  font-weight: 400;
  text-decoration: underline;
}

.faq-section .zipicon {
  font-size: 30px;
}

.faq-section .question {
  margin-bottom: 40px;
}

.faq-section .icon-wrap {
  text-align: center;
  width: 50px;
}

.faq-section .category-title {
  padding-right: 18px;
}

.faq-section uib-accordion .panel-heading .panel-title a {
  padding-left: 0;
  padding-right: 10px;
}

.faq-section uib-accordion .panel-body {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .faq-section .zipicon {
    font-size: 42px;
  }
  .faq-section .icon-wrap {
    width: 70px;
  }
  .faq-section uib-accordion .panel-heading .panel-title a {
    padding-left: 10px;
    padding-right: 20px;
  }
}
.guest-visit-start h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.guest-visit-start .two-column-separator {
  border-bottom: solid 1px #ededed;
  margin-bottom: 30px;
}

.guest-visit-start .login-form-container {
  max-width: 90%;
}

.guest-visit-start .login-form-container .panel {
  border: none;
  box-shadow: none;
}

.guest-visit-start .login-form-container .panel .panel-body {
  padding: 0;
}

.guest-visit-start .login-form-container .panel .panel-footer {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background: none;
}

.guest-visit-start .login-form-container .form-detail-message {
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.guest-visit-start .login-form-container .error-message {
  padding-bottom: 0px;
}

@media (max-width: 1199px) {
  .guest-visit-start .login-form-container .panel .panel-footer .flex {
    display: block;
    text-align: center;
  }
  .guest-visit-start .login-form-container .panel .panel-footer .flex .link-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .guest-visit-start .container-full, .registration-options-form .container-full {
    padding-top: 50px;
  }
  .guest-visit-start .two-column-separator {
    border-bottom: 0;
    border-right: 1px solid #ededed;
  }
}
.alert-banner-container {
  max-width: 1140px;
  margin: auto;
}

.alert-banner-container > * {
  padding: 15px;
}

.welcome-section {
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 400;
}

.welcome-section h1 {
  margin: 0 0 10px;
  color: #59498f;
  font-size: 22px;
  font-weight: 600;
}

.welcome-section h2 {
  margin: 0 0 20px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.welcome-section h5 {
  margin: 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.welcome-section strong, .welcome-section b {
  font-weight: 600;
}

.center-content {
  display: inline-block;
  margin: auto;
}

.welcome-texture-center-axis {
  position: absolute;
  left: 50%;
  top: 0%;
}

.welcome-texture-relative-frame {
  position: relative;
}

.welcome-texture-area {
  position: relative;
  overflow: hidden;
}

.welcome-texture-area .hospital {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 400px;
  margin-left: -200px;
  background-size: 400px;
  height: 208px;
  margin-top: -104px;
}

.welcome-texture-area .hospital:nth-child(1) {
  left: -104px;
  top: 150px;
  opacity: 0.6;
  background-size: 30%;
}

.welcome-texture-area .hospital:nth-child(2) {
  left: -215px;
  top: 70px;
  opacity: 0.4;
  background-size: 20%;
}

.welcome-texture-area .hospital:nth-child(3) {
  left: -405px;
  top: 120px;
  opacity: 0.5;
  background-size: 80%;
}

.welcome-texture-area .hospital:nth-child(4) {
  left: -550px;
  top: 40px;
  opacity: 0.3;
  background-size: 30%;
}

.welcome-texture-area .hospital:nth-child(5) {
  left: -750px;
  top: 90px;
  opacity: 0.6;
  background-size: 40%;
}

.welcome-texture-area .hospital:nth-child(6) {
  left: 170px;
  top: 76px;
  opacity: 0.5;
  background-size: 60%;
}

.welcome-texture-area .hospital:nth-child(7) {
  left: 350px;
  top: 70px;
  opacity: 0.3;
  background-size: 30%;
}

.welcome-texture-area .hospital:nth-child(8) {
  left: 570px;
  top: 42px;
  opacity: 0.4;
  background-size: 70%;
}

.welcome-texture-area .hospital:nth-child(9) {
  left: 790px;
  top: 120px;
  opacity: 0.3;
  background-size: 25%;
}

.welcome-texture-area .hospital:nth-child(10) {
  left: 950px;
  top: 40px;
  opacity: 0.6;
  background-size: 30%;
}

.welcome-texture-area.welcome-texture-lite .hospital {
  background-image: url(/assets/hospital_lite.png);
}

.welcome-texture-area.welcome-texture-dark .hospital {
  background-image: url(/assets/hospital_dark.png);
}

.welcome-actions-color {
  background-color: #59498f;
}

.welcome-actions-color h2 {
  color: #fff;
}

.welcome-actions-color .button {
  background-color: #fff;
  border: 0;
  color: #407787;
}

.welcome-actions-color .button:hover {
  background-color: #eee;
}

.welcome-action-buttons {
  margin-bottom: -20px;
  position: relative;
}

.welcome-action-buttons .button, .welcome-action-buttons .button:hover {
  font-size: 20px;
  margin: 0 10px 30px;
}

.overview-subsection {
  margin-bottom: 25px;
  text-align: left;
  display: flex;
  align-items: center;
}

.overview-subsection:last-child {
  margin-bottom: 0;
}

.overview-subsection i {
  color: #54518d;
  float: left;
  font-size: 60px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .welcome-action-buttons .button, .welcome-action-buttons .button:hover {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .overview-subsection i {
    text-align: right;
  }
  .welcome-section h1, .welcome-section h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .responsive-wrapper {
    margin: auto;
    width: 50%;
  }
}
.vidscrip-background {
  background: #f8f8f8;
  padding-bottom: 50px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.clinic-hours-header {
  margin-bottom: 0;
  text-align: center;
}

.clinic-hours-header a {
  color: #fff;
}

.clinic-hours-header a:hover {
  color: #fff;
  text-decoration: underline;
}

.clinic-hours-header a i {
  font-size: 18px;
  margin-left: 5px;
}

.clinic-hours-header.reverse i, .clinic-hours-header.reverse a, .clinic-hours-header.reverse:hover {
  color: #282828;
}

.clinic-hours-header i.fa-clock-o, .clinic-hours-header i.fa-globe {
  margin-right: 5px;
  margin-left: 0;
}

.clinic-hours-header zip-header-hours a:hover {
  text-decoration: none;
}

.clinic-hours-header #language-link {
  display: none;
  margin-left: 30px;
}

@media (min-width: 992px) {
  .clinic-hours-header #language-link {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .clinic-hours-header #language-link.is-patient {
    display: inline-block;
  }
}
ul.hours-modal {
  font-weight: 300;
  margin-bottom: 0;
  padding: 0;
}

ul.hours-modal li {
  color: #282828;
  list-style-type: none;
  margin: 0 0 4px;
}

ul.hours-modal li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .clinic-hours-header {
    text-align: right;
  }
}
.hr-with-words {
  width: 100%;
  border-bottom: 1px solid #b4b4b4;
  line-height: 0.1em;
  margin: 30px 0;
  text-align: center;
}

.hr-with-words span {
  background: #fff;
  padding: 0 10px;
}

zip-interview-question .container {
  padding: 0;
}

zip-interview-question .panel {
  border: none;
  box-shadow: none;
}

zip-interview-question .interview-question-custom-container .container {
  padding-left: 15px;
  padding-right: 15px;
}

zip-interview-question zip-input-md.input-type-label {
  display: none;
}

.interview-question {
  padding: 0;
}

.interview-question .zip-radio-option {
  display: block;
}

.interview-question .input-type-yes-no md-list-item .md-no-style, .interview-question .input-type-checkbox md-list-item .md-no-style {
  padding: 0;
}

.interview-question legend {
  margin-bottom: 10px;
}

.radio-group-with-secondary-label fieldset.question-label, .radio-group-with-secondary-label .input-type-label {
  margin-bottom: 30px;
}

.tagging-question-options ~ .radio-label {
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
  zip-interview-question .container {
    padding: 0 15px;
  }
  zip-interview-question .panel {
    box-shadow: 0px 4px 5px rgba(23, 23, 23, 0.14), 0px 1px 10px rgba(23, 23, 23, 0.12), 0px 2px 4px rgba(23, 23, 23, 0.2);
  }
  .interview-question-input-wrapper {
    padding-left: 88px;
  }
  .interview-question legend {
    margin-bottom: 20px;
  }
  .radio-group-with-secondary-label fieldset legend {
    padding-left: 88px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .borderless-panel-xs .panel {
    border: none;
  }
}
.learn-more-page section {
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}

.learn-more-page section:last-child {
  border-bottom: 0;
}

.learn-more-page .section-list h4 {
  min-height: 2.7em;
}

.learn-more-page section.intro h2, .learn-more-page section.intro h3 {
  margin-bottom: 30px;
}

.learn-more-page section.intro h3 {
  font-size: 22px;
  font-weight: 300;
}

.learn-more-page section .zipicon {
  font-size: 80px;
}

.learn-more-page section h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.learn-more-page section ul {
  margin-bottom: 40px;
  padding-left: 30px;
}

.learn-more-page section ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.learn-more-page section p {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .learn-more-page section {
    margin-bottom: 50px;
  }
  .learn-more-page section.intro h2, .learn-more-page section.intro h3 {
    margin-bottom: 40px;
  }
  .learn-more-page section h4 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .learn-more-page section ul {
    margin-bottom: 20px;
  }
  .learn-more-page section ul li {
    margin-bottom: 25px;
  }
}
.legal-doc h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.legal-doc h3 {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.map-controls .button {
  margin-left: 15px;
  margin-top: 15px;
}

address {
  margin-bottom: 1em;
}

address h6 {
  margin-top: 0;
}

.tooltip-content-wrap p, .tooltip-content-wrap address {
  font-size: 16px;
  line-height: normal;
}

.tooltip-content-wrap .location-name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.map-section {
  position: relative;
}

.map-section .map-loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.tabbed-page h2 {
  font-size: 28px;
  margin-top: 10px;
  text-align: center;
}

.tabbed-page .tabs-container {
  background: #f8f8f8;
  box-shadow: inset 0 0 4px 0 #ededed;
  height: 68px;
  margin-bottom: -68px;
}

.tabbed-page md-tabs md-tabs-wrapper {
  height: 68px;
}

.tabbed-page md-tabs md-tabs-wrapper md-prev-button {
  left: auto;
  right: auto;
}

.tabbed-page md-tabs md-tabs-wrapper md-next-button, .tabbed-page md-tabs md-tabs-wrapper md-prev-button {
  background-color: #fff;
  height: 68px;
  top: 0;
  transform: none;
}

.tabbed-page md-tabs md-tabs-wrapper md-next-button.md-disabled, .tabbed-page md-tabs md-tabs-wrapper md-prev-button.md-disabled {
  display: none;
}

.tabbed-page md-tabs md-tabs-wrapper md-next-button md-icon, .tabbed-page md-tabs md-tabs-wrapper md-prev-button md-icon {
  color: #407787;
}

.tabbed-page md-tabs md-tabs-canvas {
  overflow: visible;
}

.tabbed-page md-tabs md-tabs-canvas.md-paginated {
  margin: 0 32px 0 0;
}

.tabbed-page md-tabs md-tabs-canvas md-pagination-wrapper {
  height: 68px;
}

.tabbed-page md-tabs .md-tab {
  background-color: #407787;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 24px 24px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  margin-right: 8px;
  margin-top: 26px;
  text-transform: capitalize;
}

.tabbed-page md-tabs .md-tab.md-active {
  background-color: #fff;
  box-shadow: 0 0 4px 0 #ededed;
  color: #282828;
  line-height: 22px;
  margin-top: 20px;
  font-size: 18px;
}

.tabbed-page md-tab-content {
  background-color: #fff;
}

.tabbed-page md-tab-content md-tabs {
  margin-top: 45px;
}

.tabbed-page md-tab-content md-tabs md-tabs-wrapper {
  background-color: #fff;
  box-shadow: none;
  z-index: 2;
}

.tabbed-page md-tab-content md-tabs .md-tab {
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-width: 1px 0 0 1px;
  color: #282828;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 20px;
}

.tabbed-page md-tab-content md-tabs .md-tab:first-child, .tabbed-page md-tab-content md-tabs .md-tab:first-child.md-active {
  background-image: none;
  border-left: 0 none;
}

.tabbed-page md-tab-content md-tabs .md-tab:first-child span, .tabbed-page md-tab-content md-tabs .md-tab:first-child.md-active span {
  margin-left: 0;
}

.tabbed-page md-tab-content md-tabs .md-tab.md-active {
  background: #fff;
  box-shadow: none;
  margin-bottom: -1px;
  z-index: 100;
}

.tabbed-page md-tab-content md-tab-content {
  border-top: 1px solid #ededed;
}

.tabbed-page .tab-content-sub {
  border-top: 1px solid #ededed;
  padding: 20px;
}

.tabbed-page .tab-content-sub i {
  margin-right: 20px;
}

.tabbed-page .tab-link, .tabbed-page .tab-link i {
  font-size: 14px;
  line-height: 18px;
}

.tabbed-page ul.actions {
  margin: 0 0 20px;
  padding: 0;
}

.tabbed-page ul.actions li {
  list-style-type: none;
  margin: 0 30px 0 0;
  padding: 0;
}

.tabbed-page .tab-content-main {
  padding: 20px 0;
}

.tabbed-page .tab-content-main .details.deactivatedIneligible {
  color: #ededed;
}

.tabbed-page .carousel-inner .item h2 i {
  background-image: none;
  display: none;
}

.tabbed-page .carousel-inner .item:first-child h2 i {
  background-image: url(/assets/icons/icon-user-blk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
}

.tabbed-page .carousel-inner .item.text-center {
  text-align: left;
}

.tabbed-page .carousel-indicators {
  top: 50px;
  bottom: auto;
}

.tabbed-page .carousel-control {
  top: 74px;
  bottom: auto;
}

.tabbed-page .carousel-control.disabled .glyphicon {
  color: #ededed;
}

zip-profile-show .md-tab.md-active:first-child {
  background-image: url(/assets/icons/icon-user-wht.svg);
}

zip-profile-show .md-tab.md-active:first-child span {
  margin-left: 24px;
}

zip-profile-show .md-tab.md-active:first-child.md-active {
  background-image: url(/assets/icons/icon-user-blk.svg);
}

zip-profile-show .md-tab.md-active.disabled {
  background: #ededed;
  color: #fff;
  opacity: 1;
}

.md-tab {
  padding: 12px 5px;
}

.history-tab-visit {
  background-color: #f8f8f8;
  border-radius: 3px;
  border-left: 7px solid #f8f8f8;
  margin-bottom: 10px;
  width: 100%;
}

.history-tab-visit.success {
  border-color: #8ec716;
}

.history-tab-visit.warning {
  border-color: #ffcf00;
}

.history-tab-visit.attention {
  border-color: #d80000;
}

@media (min-width: 768px) {
  .md-tab {
    padding: 12px 24px;
  }
  .tabbed-page h2 {
    font-size: 24px;
    margin-top: 20px;
    text-align: left;
  }
  .tabbed-page zip-profile-sub-tabs md-tabs {
    margin-top: 0;
  }
  .tabbed-page zip-profile-sub-tabs md-tabs .md-tab {
    border-width: 1px 1px 0;
    font-size: 16px;
    margin-top: 26px;
  }
  .tabbed-page zip-profile-sub-tabs md-tabs .md-tab.md-active {
    font-size: 18px;
    line-height: 26px;
  }
  .tabbed-page zip-profile-sub-tabs md-tabs .md-tab:first-child, .tabbed-page zip-profile-sub-tabs md-tabs .md-tab:first-child.md-active {
    border-left: 1px solid #ededed;
  }
  .tabbed-page zip-profile-sub-tabs md-tab-content {
    border: 1px solid #ededed;
  }
  .tabbed-page .tab-content-main, .tabbed-page .tab-content-sub {
    padding: 20px 0;
  }
}
.modality-selector {
  padding-top: 24px;
}

.btn-modality {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

#chat-explanation {
  margin-bottom: 55px;
}

#async-explanation {
  margin-bottom: 45px;
}

zip-modality .modality {
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  box-shadow: 0px 0px 5px -2px #b4b4b4;
  margin-bottom: 20px;
}

zip-modality .modality .modality-header {
  background: #59498f;
  color: #fff;
  display: none;
  padding: 8px 0 10px;
}

zip-modality .modality.recommended {
  border: 5px solid #59498f;
  margin-top: -20px;
}

zip-modality .modality.recommended .modality-header {
  display: block;
}

zip-modality .modality.recommended .modality-body {
  padding-top: 24px;
}

zip-modality .modality .modality-body {
  padding-top: 48px;
}

zip-modality .modality .icon-wrap {
  margin-bottom: 25px;
}

zip-modality .modality .icon-wrap i {
  font-size: 75px;
}

zip-modality .modality .button {
  margin-bottom: 30px;
}

zip-modality .modality h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

zip-modality .description {
  background: #f8f8f8;
  border-radius: 0 0 4px 4px;
  padding: 0px 10px 1px;
}

zip-modality .description h3 {
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
  margin-bottom: 30px;
}

zip-modality .description h3 .zmdi {
  line-height: 0.8;
}

zip-modality .description h3 .zmdi-chevron-down {
  display: none;
}

zip-modality .description h3 .collapsed .zmdi-chevron-down {
  display: block;
}

zip-modality .description h3 .collapsed .zmdi-chevron-up {
  display: none;
}

zip-modality .description h4 {
  font-size: 16px;
  font-weight: 500;
}

zip-modality .description ul {
  padding-left: 18px;
  margin-bottom: 30px;
}

zip-modality .description ul li {
  line-height: 24px;
  margin-bottom: 8px;
}

.modal.p0 .modal-body {
  padding: 0;
}

.modal-preparer .modal-body h2 {
  font-size: 22px;
  padding: 6px 0;
}

.modal-content .modal-footer, .modal-content .container-camera-button {
  border-top: 1px solid #ededed;
  padding: 20px;
}

.close-btn {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 1;
}

.close-btn i {
  font-size: 24px;
}

.modal-webcam .modal-body {
  padding: 0;
}

.modal-webcam zip-webcam ng-webcam video {
  padding: 20px;
  border-bottom: 1px solid #ededed;
}

.modal-webcam md-card md-card-content {
  padding: 4px;
  font-size: 13px;
  text-align: center;
}

zip-photo-review .interview-upload-list {
  padding: 20px;
}

zip-photo-review .interview-upload-list li {
  width: 90px;
}

zip-photo-review .interview-upload-list img {
  height: auto;
  max-width: 160px;
  margin: auto;
}

zip-photo-review .list-inline > li {
  padding: 0;
}

zip-photo-review .list-inline > li.take-additional-photo {
  padding-top: 56px;
}

.take-additional-photo {
  border: 1px dashed #ededed;
  border-radius: 7px;
  height: 174px;
  margin: 8px;
  min-height: 100px;
}

.take-additional-photo .button {
  display: block;
  margin: 0 auto 10px;
  padding: 15px;
  width: 50px;
  height: 50px;
}

.take-additional-photo .button-label {
  color: #407787;
  font-size: 13px;
}

@media (max-width: 768px) {
  .modal-body p, .modal-body li {
    word-break: break-word;
  }
}
@media (min-width: 768px) {
  zip-photo-review .interview-upload-list li {
    width: 190px;
  }
  .photo-capture-modal .modal-dialog {
    width: 630px;
  }
  zip-webcam .button-circle .button {
    width: 75px;
  }
}
.panel.panel-video .panel-footer {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.actions .action {
  margin: 12px 0;
  display: inline-block;
}

.actions .action:not(:last-child) {
  margin-right: 20px;
}

.panel-heading .actions {
  text-align: right;
}

.panel-heading .actions .action {
  margin-top: 0;
  margin-bottom: 0;
}

.panel-border-primary .panel {
  border-color: #59498f;
}

.block-with-icon {
  background-color: #f8f8f8;
  max-height: 64px;
}

.block-with-icon .block-icon {
  background-color: #59498f;
  color: #fff;
  margin-right: 10px;
}

.block-with-icon .block-body .block-label {
  font-weight: 700;
}

.block-with-icon p {
  line-height: 20px;
}

.panel.clickable-panel.unlocked-visit:hover {
  border-left: 1px solid #b4b4b4;
}

zip-queue-item-comments .comment {
  font-weight: 400;
}

zip-queue-item-comments .comment-signature .name {
  font-weight: 400;
}

zip-queue-item-comments #ctrl-form-comment {
  min-height: 100px;
}

content-panel footer {
  background: #f8f8f8;
}

content-panel .card .link-button, content-panel footer .link-button {
  margin: 15px auto 0;
}

header-large-status > div {
  background-color: #f8f8f8;
  border-width: 0 0 0 6px;
  border-style: solid;
  margin-left: -1px;
}

header-large-status > div .zipicon {
  font-size: 24px;
  color: #b4b4b4;
  margin-right: 10px;
}

header-large-status > div.gray {
  border-left-color: #b4b4b4;
}

header-large-status > div.warning {
  border-left-color: #ffd200;
}

header-large-status > div.green {
  border-left-color: #9bca3e;
}

header-large-status > div.blue {
  border-left-color: #59498f;
}

header-large-status > div.gray .attention-icon .attention-icon-box {
  background-color: #b4b4b4;
}

header-large-status > div.gray .attention-icon .attention-icon-pointer {
  border-left-color: #b4b4b4;
}

header-large-status > div.warning .attention-icon .attention-icon-box {
  background-color: #ffd200;
}

header-large-status > div.warning .attention-icon .attention-icon-pointer {
  border-left-color: #ffd200;
}

header-large-status > div.green .attention-icon .attention-icon-box {
  background-color: #9bca3e;
}

header-large-status > div.green .attention-icon .attention-icon-pointer {
  border-left-color: #9bca3e;
}

header-large-status > div.blue .attention-icon .attention-icon-box {
  background-color: #59498f;
}

header-large-status > div.blue .attention-icon .attention-icon-pointer {
  border-left-color: #59498f;
}

.panel-stack {
  border-radius: 2px;
}

.panel-stack header {
  background: #f8f8f8;
  border-radius: 2px 2px 0 0;
}

.panel-stack header h1, .panel-stack header h2, .panel-stack header h3, .panel-stack header h4, .panel-stack header h5, .panel-stack header h6, .panel-stack header .h7 {
  margin: 0;
}

.panel-stack footer {
  background: #f8f8f8;
  border-radius: 0 0 2px 2px;
}

.panel-stack footer .link-button {
  margin: 15px auto 0;
}

.border-color-attention {
  border-left-width: 6px;
  border-left-color: #d50000;
}

.doctor-diagnose zip-visit .panel, .doctor-review #zip-visit-assessment .panel {
  margin-bottom: 0;
}

.doctor-diagnose uib-accordion .panel .panel-body, .doctor-review uib-accordion .panel .panel-body {
  padding: 0;
}

.doctor-diagnose uib-accordion .panel-heading .panel-title a, .doctor-review uib-accordion .panel-heading .panel-title a {
  font-size: 20px;
  font-weight: 300;
  padding: 20px;
}

.doctor-diagnose uib-accordion .panel[chat-history] .panel-body, .doctor-review uib-accordion .panel[chat-history] .panel-body {
  border: 0 none;
  padding: 20px 0;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.panel-footer .flex, .modal-footer .flex {
  display: block;
  text-align: center;
}

.panel-footer .flex.fc-mr30 > :first-child, .modal-footer .flex.fc-mr30 > :first-child {
  margin-right: 0;
}

.panel-footer .link-wrap, .modal-footer .link-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.panel-footer .link-wrap:first-child, .modal-footer .link-wrap:first-child {
  margin-top: 0;
}

.panel-footer .link-wrap:last-child, .modal-footer .link-wrap:last-child {
  margin-bottom: 0;
}

.panel-footer .link-wrap > a, .modal-footer .link-wrap > a {
  margin: 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .panel-stack footer .link-button {
    margin: 10px 25px;
  }
  .doctor-diagnose uib-accordion .panel .panel-body, .doctor-review uib-accordion .panel .panel-body {
    padding: 0;
  }
  .panel-footer .flex, .modal-footer .flex {
    display: flex;
    text-align: unset;
  }
  .panel-footer .flex.fc-mr30 > :first-child, .modal-footer .flex.fc-mr30 > :first-child {
    margin-right: 30px;
  }
  .panel-footer .link-wrap, .modal-footer .link-wrap {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
}
zip-patient-summary .icon-wrap {
  margin-right: 40px;
}

zip-patient-summary .icon-wrap i {
  font-size: 80px;
}

zip-patient-summary .copyblock {
  border: none;
  padding-right: 0;
  margin-right: 0;
  width: 100%;
}

zip-short-visit-list .visit-list {
  padding: 10px 20px;
}

zip-short-visit-list .visit-list .zip-table .zip-td {
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  zip-patient-summary .copyblock {
    border-right: 1px solid #b4b4b4;
    padding-right: 50px;
    margin-right: 40px;
  }
  zip-short-visit-list .visit-list {
    padding: 0 40px 30px;
  }
}
@media (min-width: 992px) {
  zip-short-visit-list .zip-table .zip-td.mid {
    width: 417px;
  }
}
@media (min-width: 1200px) {
  zip-short-visit-list .zip-table .zip-td.mid {
    width: 511px;
  }
}
.border-card.with-footer .card-body {
  padding-left: 10px;
  padding-right: 10px;
}

.border-card.with-footer .card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.border-card.with-footer .full-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 85px;
}

.context-actions-paragraph {
  margin-top: 30px;
  margin-bottom: 35px;
}

.circle-icon {
  background-color: #59498f;
  border-radius: 50%;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.circle-icon i {
  color: #fff;
  width: 100%;
}

.patient-card {
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 13px;
  margin-bottom: 70px;
  text-align: center;
}

.patient-card .patient-card-inner-box {
  border: 1px solid #ccc;
  border-radius: 8px;
}

.patient-card .patient-card-header {
  border: 0;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  margin: auto;
  margin-top: -20px;
  width: auto;
  max-width: 200px;
  height: 38px;
  color: #4b4b4b;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.patient-card .patient-card-body {
  padding: 10px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 405px;
}

.patient-card .patient-card-section {
  padding-bottom: 20px;
}

.patient-card .patient-card-footer {
  background-color: #f8f8f8;
  border-radius: 0 0 8px 8px;
}

.patient-card .patient-card-footer a {
  display: block;
  text-decoration: none;
}

.patient-card .visit-status-section {
  display: table;
  margin: auto;
}

.patient-card .visit-status-section .visit-status {
  text-align: left;
}

.patient-card .visit-status-section .visit-status a {
  font-weight: 500;
}

.patient-card .pricing .lowlight {
  color: #b4b4b4;
}

.patient-card h6.heavy {
  margin-bottom: 10px;
}

.patient-card hr {
  margin-top: 0;
  width: 25%;
}

.patient-card.patient-card-yellow {
  border: 5px solid rgb(255, 232.5, 127.5);
}

.patient-card.patient-card-yellow .patient-card-header {
  background-color: #ffd200;
}

.patient-card.patient-card-green {
  border: 5px solid hsl(80.1428571428, 56.9105691057%, 76.7647058824%);
}

.patient-card.patient-card-green .patient-card-header {
  background-color: #9bca3e;
}

.patient-card .flex1 {
  flex: 1;
}

.attention-icon {
  display: inline-block;
}

.attention-icon .attention-icon-box {
  display: inline-block;
  background-color: #ccc;
  width: 14px;
  height: 14px;
  margin-top: 0;
  border-radius: 3px 0 0 3px;
}

.attention-icon .attention-icon-pointer {
  display: inline-block;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  width: 10px;
  height: 14px;
  border-width: 7px 5px 7px 5px;
  border-left-color: #ccc;
}

.attention-icon.icon-green .attention-icon-box {
  background-color: #9bca3e;
}

.attention-icon.icon-green .attention-icon-pointer {
  border-left-color: #9bca3e;
}

.attention-icon.icon-gold .attention-icon-box {
  background-color: #ffd200;
}

.attention-icon.icon-gold .attention-icon-pointer {
  border-left-color: #ffd200;
}

.flex-stack-spread {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-stack-spread > * {
  margin: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .flex-stack-spread {
    flex-direction: row;
    align-items: center;
  }
  .flex-stack-spread > * {
    margin: 0;
    margin-right: 10px;
  }
  .flex-stack-spread > *:last-child {
    margin-right: 0;
  }
}
.patient-search-container hr {
  margin: 25px 0;
}

.patient-search-container .search-result {
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}

.patient-search-container .search-result .fa {
  font-size: 16px;
}

.patient-search-container .dashed-border {
  border: 1px dashed #ededed;
  padding: 20px 20px;
}

@media (min-width: 768px) {
  .patient-search-container .search-result .search-result-name {
    width: 21%;
  }
  .patient-search-container .search-result .search-result-dob {
    width: 17%;
  }
  .patient-search-container .search-result .search-result-addr {
    width: 40%;
  }
  .patient-search-container .search-result .search-result-btn {
    width: 94px;
  }
}
.model-validation {
  position: absolute;
  opacity: 0;
  width: 200px;
}

zip-input-md .messages {
  position: relative;
}

md-input-container .md-input-messages-animation {
  overflow: visible;
}

.ng-submitted .model-validation {
  opacity: 1;
}

md-input-container .md-input-message-animation:not(.ng-animate) {
  margin-top: 0;
}

.profile-show .patient-profile-show .panel-group {
  margin-bottom: 0;
  border-top: 1px solid #ededed;
}

.profile-show .zmdi {
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  .profile-show .zmdi {
    display: none;
  }
}
.profile-show .panel-group {
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}

.profile-show .panel-title > a {
  display: block;
}

.profile-show .patient-add {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 0px 23px 0px;
  border-bottom: 1px solid #ededed;
  color: #59498f;
}

.profile-show .patient-add a {
  color: #59498f;
}

.profile-show .patient-add-positioning {
  margin-left: 15px;
}

.profile-show .accordion-row {
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0px;
}

.profile-show .relationship {
  color: #282828;
}

.patient-email .tooltip-inner {
  max-width: none;
}

.progress-bar-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.zip-progress-bar {
  display: flex;
}

.zip-progress-bar .progress-section {
  display: flex;
}

.zip-progress-bar .step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
}

.zip-progress-bar .step-container p {
  font-size: 10px;
  font-weight: 400;
  margin: 0;
  line-height: 14px;
}

.zip-progress-bar .progress-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.zip-progress-bar .step-outer-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.zip-progress-bar .step-outer-circle.current {
  background-color: rgb(202.7837837838, 201.6486486486, 224.3513513514);
}

.zip-progress-bar .step-inner-circle {
  background-color: #ededed;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zip-progress-bar .step-inner-circle i {
  font-size: 24px;
  border-radius: 25%;
  color: #fff;
}

.zip-progress-bar .step-inner-circle.complete {
  background-color: #54518d;
}

.zip-progress-bar .step-inner-circle.current {
  background-color: #54518d;
}

.zip-progress-bar .step-bar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.zip-progress-bar .step-bar {
  background-color: #ededed;
  width: 16px;
  height: 4px;
  border-radius: 20px;
}

.zip-progress-bar .step-bar.filled {
  background-color: #54518d;
}

@media screen and (min-width: 768px) {
  .zip-progress-bar {
    padding: 30px 0;
  }
  .zip-progress-bar .step-container {
    width: 100px;
  }
  .zip-progress-bar .step-container p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 24px;
  }
  .zip-progress-bar .step-inner-circle.current {
    height: 40px;
    width: 40px;
  }
  .zip-progress-bar .step-outer-circle.current {
    height: 48px;
    width: 48px;
  }
  .zip-progress-bar .step-bar {
    width: 64px;
  }
}
.reasons > button {
  width: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 4px 5px rgba(23, 23, 23, 0.14), 0px 1px 10px rgba(23, 23, 23, 0.12), 0px 2px 4px rgba(23, 23, 23, 0.2);
  background-color: #fff;
  margin-bottom: 16px;
  padding: 20px 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reasons .restriction {
  font-size: 15px;
  font-weight: normal;
  color: #d50000;
}

.reasons .reason-icon {
  display: inline-block;
  margin-right: 20px;
}

.reasons .reason-icon svg, .reasons .reason-icon img {
  width: 60px;
  max-height: 60px;
}

.reasons .reason-details {
  display: inline-block;
}

.reasons .reason-details h2 {
  margin: 0;
}

.registration-options .zip-group-description {
  margin-bottom: 15px;
}

.registration-options .radio-border {
  border-left: 0;
}

.registration-options .zip-group-selection .zip-radio-option {
  display: block;
}

.registration-options .zip-group-selection .zip-group-not-a-member {
  width: 100%;
}

.registration-options .zip-group-selection .zip-group-not-a-member .md-container {
  margin-top: 2px;
}

.registration-options .zip-group-dropdown {
  width: 100%;
}

.registration-options .button-row {
  margin-top: 15px;
}

.registration-options h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.registration-options h2 span.secondary {
  font-weight: 300;
  font-style: italic;
}

.registration-options .panel-body {
  padding-top: 0;
  padding-bottom: 5px;
}

.registration-options .panel-body p {
  margin-bottom: 15px;
}

.registration-options .panel-body .divider-top {
  padding-top: 15px;
  border-top: 1px solid #ededed;
}

.registration-options .panel-body .group-radios {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .registration-options .zip-group-selection {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  .registration-options .zip-group-dropdown {
    width: 50%;
  }
}
.sidebar-search-container {
  border: 1px solid #ededed;
  height: 70vh;
  overflow-y: scroll;
}

.sidebar-search-container .sidebar-search-input-container {
  padding: 20px;
  height: auto;
}

.sidebar-search-container .sidebar-search-results-container .sidebar-search-result {
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  width: 100%;
}

.sidebar-search-container .sidebar-search-results-container .sidebar-search-result .heading {
  color: #b4b4b4;
}

.sidebar-search-container .sidebar-search-results-container .sidebar-search-result p {
  font-weight: 500;
  margin-bottom: 0;
}

.sidebar-search-container .sidebar-search-results-container .sidebar-search-result.active {
  border-left: 5px solid #407787;
}

.preview-container {
  height: 70vh;
  overflow-y: scroll;
}

.preview-container .preview-title-bar {
  width: inherit;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ededed;
  padding: 20px;
}

.preview-container .preview-title-bar .heading {
  color: #b4b4b4;
}

.preview-container .preview-title-bar p {
  font-weight: 500;
  margin-bottom: 0;
}

.preview-container .show-new-lines {
  white-space: pre-line;
}

.sidebar-search-footer {
  width: auto;
  padding: 20px;
  background: #f8f8f8;
}

.sidebar-search-footer .align-right {
  margin-left: auto;
}

.template-button {
  position: relative;
  z-index: 1;
}

.template-button-mobile {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #407787;
  padding: 8px;
  height: 34px;
  width: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}

.template-manager .panel-body {
  padding: 0;
}

.template-manager .panel ::-webkit-scrollbar {
  width: 0;
}

.zip-secondary-progress-bar .container {
  padding: 0;
}

.zip-secondary-progress-bar h6 {
  margin-top: 0;
}

.zip-secondary-progress-bar .panel {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 1px solid #ededed;
}

.zip-secondary-progress-bar .panel-body {
  padding: 16px;
}

.zip-progress-meter-container {
  width: 100%;
  height: 20px;
  background-color: #ededed;
  overflow: hidden;
}

.zip-progress-meter-container .zip-progress-meter {
  max-width: 100% !important;
  height: 100%;
  background: #54518d;
  transition: width 250ms ease-in-out;
}

@media (min-width: 768px) {
  .zip-secondary-progress-bar .container {
    padding: 0 15px;
  }
  .zip-secondary-progress-bar .panel {
    margin-bottom: 20px;
  }
  .zip-secondary-progress-bar .panel-body {
    padding: 32px;
  }
}
#local-video-stream video, .remote-video-stream video, .screenshare video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

twilio-video-room #local-video-stream video {
  transform: scale(-1, 1);
}

canvas.screencapture {
  position: absolute;
  opacity: 0;
}

.video-black-background .pin-button {
  right: 0px;
}

.video-black-background .pin-button i {
  transform: rotate(315deg);
}

.video-black-background .capture-photo-button {
  right: 40px;
}

.video-black-background .pin-button, .video-black-background .capture-photo-button {
  position: absolute;
  border-left: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  outline: none;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}

.video-black-background .pin-button:focus, .video-black-background .capture-photo-button:focus {
  border-color: #fff;
}

.video-black-background .pin-button i, .video-black-background .capture-photo-button i {
  font-size: 26px;
  color: #fff;
  display: block;
  vertical-align: middle;
}

.video-black-background .ot-layout.OT_big .pin-button {
  background-color: hsla(0, 0%, 100%, 0.3);
  text-shadow: 0 0 2px #000;
}

.video-black-background .ot-layout.OT_big .pin-button i {
  transform: rotate(0);
}

.video-black-background .mute-indicator {
  font-weight: bold;
  color: #f33;
}

.video-participant-caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1%;
  margin-bottom: 0;
  font-size: 15px;
  padding-left: 2%;
  line-height: 1em;
}

.video-participant-caption .participant-name {
  white-space: nowrap;
}

.OT_big .video-participant-caption {
  font-size: 20px;
}

.remote-video-stream:not(.OT_big) .video-participants-button .name-indicator {
  display: none;
}

twilio-video-room .video-footer {
  align-items: center;
  justify-content: center;
}

twilio-video-room .video-footer button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 46px;
  margin: auto;
}

twilio-video-room .video-button-container {
  text-align: center;
  margin: 4px 10px;
}

twilio-video-room .video-button-container .video-button-label {
  font-size: 10px;
  font-weight: 400;
  margin-top: 2px;
}

.panel-video {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  twilio-video-room .video-footer {
    justify-content: flex-end;
  }
}
.video-room.fullscreen {
  position: fixed;
  overflow: hidden;
}

.video-status-message {
  margin-bottom: 20px;
  width: 100%;
}

.video-overlay-small.fill-parent-absolute {
  background: rgba(0, 0, 0, 0);
}

.video-overlay-small.fill-parent-absolute p {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 8px;
}

.video-overlay-small.fill-parent-absolute .video-status-message {
  margin-bottom: 0;
}

#video-matrix > * {
  transition-property: all;
  transition-duration: 0.5s;
}

.video-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.video-overlay.bottom-left {
  margin-top: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
}

.multi-party-video.video-black-background {
  min-height: 480px;
}

.multi-party-video.video-black-background .OT_publisher .OT_edge-bar-item, .multi-party-video.video-black-background .OT_subscriber .OT_edge-bar-item {
  z-index: 3;
}

.video-black-background {
  background: #000;
  color: #fff;
  min-height: 350px;
  position: relative;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.video-black-background .reverse .button:focus {
  outline: 1px dotted #fff;
  outline-offset: 2px;
}

.video-black-background .OT_publisher .OT_bar, .video-black-background .OT_subscriber .OT_bar {
  background: none;
}

.video-black-background .ie11_ot_bar_fix {
  z-index: 1;
  position: inherit;
  right: 50px;
  left: 50px;
}

.video-black-background .video-control-buttons .OT_mute.OT_active, .video-black-background .video-control-buttons .OT_mute.OT_active, .video-black-background .video-control-buttons .OT_pin.OT_active, .video-black-background .OT_publisher .OT_mute.OT_active, .video-black-background .OT_publisher .OT_mute.OT_active, .video-black-background .OT_publisher .OT_pin.OT_active, .video-black-background .OT_subscriber .OT_mute.OT_active, .video-black-background .OT_subscriber .OT_mute.OT_active, .video-black-background .OT_subscriber .OT_pin.OT_active {
  background-color: rgba(255, 0, 0, 0.5);
}

.video-black-background .fullscreen .video-control-buttons {
  z-index: 1003;
}

.video-black-background .video-control-buttons {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  z-index: 2;
}

.video-black-background .video-control-buttons button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
}

.video-black-background .video-control-buttons button:focus {
  outline: 1px solid #fff;
}

.video-black-background .video-control-buttons .zmdi {
  line-height: 1.2;
}

.video-black-background .video-control-buttons .OT_mute, .video-black-background .video-control-buttons .OT_pin {
  font-size: 0px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.video-black-background .video-control-buttons .OT_mute {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAABx0lEQVQ4jaWUv48NURiGn3ONmCs32ZBd28ht1gqyZAkF21ylQkEiSp2ehpDlD1BoFGqqVdJohYKI7MaPxMoVNghCWMF+7ybLUewnOXfcMWO9yeQ857zne8+XmZOBGjJpr0kvTIomvTZpS526UCO4DUwD64FjwCFgqZnnR+oc8LfgzKQ73vGsr42ZtGjSQFV9o8KfBCacZwCaef4YmAf2rzjcpN3A2WSpm/AssKcqPDNpDBjs410CViXzTwk/A7b1C4wxDgOngAsZcAXY2buDfp/6S4F3lDS8DjgBzDWAjX/Y/e/QgYS/AhsKHa+OMQ6GEJ4Cj4BOAxgq6aCowyZtdf4OtAr+FHDO+R4wWnVbihr3cQnICt4boO38GWj9a/icjwOACt4m4K3zEPA+AxaAtTWCnwN3lzHkEL8V/OPAGud9wK2GF9XR1Wae/1zG2AI+pGYI4VUIoRtjHAc2A9cz4LRPevYCZ+i9/4sJt4GXJU10gaPAzdI2TTro/5Tfz8XEe2LSZGmxq/SDNvP8BnA5WRrx4BwYBe6vONx1EnjovGvBLAAd4Adwuyq8UiaNmDTvr+a8SQ9MuvbfwckBHZPe+QEfTdpep+4XZmPBHiHgz74AAAAASUVORK5CYII=);
  background-position: 10px 11px;
}

.video-black-background .video-control-buttons .OT_mute.OT_active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAACtklEQVQ4jZ2VSYiURxTHf+/T9Nc9iRrBuYySmIsXUU9iFMEFERRBvAjJLUQi5ioiHvSScfTmgqC4XAT1ZIgLuJHkICaaQAgKI2hAUBT30bjUq7bbv4eukXK029F3+eqtv/fqK6qQdEnSNUmT6CDB/bvgfjO4N9zj2RD8007xg1IABkwEzkma0qb4PGAPMBZYLtSD8eNwAEjqTlNI0gNJM4YU7w7ut4O7gvuhZFsR3C8NC5BBLiTIY0mzM8AvqbiC++pk+zLpE95XuwAws3vAQuBPYDRwWtL84P4tsDSLv5oaug4EYOawAMF9jMdoLxqNZcDvQA04UVYqL4G/svj7AF21mhJscrvCksYBFO7xc2AAGGg2mrdjvf4rcAyomNn+slLZmUEGBgsYdh945xZJmgvckDSrEJpK6ySBgV6q12O8ABwGPjGzfWWlsjdN9rpjoSfA+DYDXARGAksK4Is3XC1Ub4z1f4CDQGFmu6tleQSYk0U+p7WVeefLJc00s4fAeWB6Qeunvj0m2ugx9gO7kmlrtSxvBfcy6fXUZS6rgG/S+jLQUwCVNmMC9HqM14EtSe+rluWazN8YEv8IqKZ1E1qnaIDO0ucx3gX6kv6TpM3AM+D/IbGjgP60/gq4WQA33gMA2OQxPgHWJX1ttSwL4FAeZGYLgB2SasBs4A8L7qOBf9M0uXQB3a+TMYSmVctyDrA9mfcBK82smSdKWgCcAaa1bTm4fxbc/8uuCQX3RanAD5Ka6Wo5IGnE0HxJPZ03pQX5Org3MsD3AO5xXLPZXJ9BjkrqdFg6QjZkgG3Jtsw93pG0VFI9QU5K6voYQBHcTydAfwheBI9HgvvPAJIWS3qeIL9JGvUxkO7gfi1BrqTvwkG/pPmSnibIqTzXPgAyEVgBjAEu1qrVPbk/PVTHgb/NbPGg/RVIzOQqzSTBaQAAAABJRU5ErkJggg==);
}

.video-black-background .OT_pin {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
}

.video-black-background .OT_pin i {
  font-family: FontAwesome;
  font-size: 26px;
  color: #fff;
  display: block;
  vertical-align: middle;
  transform: rotate(315deg);
}

.video-black-background .OT_publisher .OT_mute, .video-black-background .OT_subscriber .OT_mute, .video-black-background .OT_publisher .OT_pin, .video-black-background .OT_subscriber .OT_pin {
  border-left: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0);
}

.video-black-background .OT_publisher .OT_mute:focus, .video-black-background .OT_subscriber .OT_mute:focus, .video-black-background .OT_publisher .OT_pin:focus, .video-black-background .OT_subscriber .OT_pin:focus {
  border-color: #fff;
}

.video-black-background .OT_mini .OT_mute, .video-black-background .OT_publisher.OT_mini .OT_mute.OT_mode-auto.OT_mode-on-hold, .video-black-background .OT_subscriber.OT_mini .OT_mute.OT_mode-auto.OT_mode-on-hold {
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
}

.video-black-background .OT_mini .OT_pin {
  top: unset;
  left: unset;
  right: 40px;
  bottom: 0;
}

.video-black-background .OT_publisher.OT_big .OT_pin, .video-black-background .subscriber-video-stream.OT_big .OT_pin {
  background-color: rgba(255, 0, 0, 0.5);
}

.video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-off, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-off, .video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-auto, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-auto, .video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-mini-auto, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-mini-auto {
  top: unset;
  opacity: unset;
}

.video-black-background .OT_mini .OT_mute.OT_mode-auto, .video-black-background .OT_publisher .OT_mute.OT_mode-mini-auto, .video-black-background .OT_subscriber .OT_mute.OT_mode-mini-auto {
  top: unset;
}

.video-black-background .OT_publisher .OT_edge-bar-item.OT_edge-bottom.OT_mode-off, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_edge-bottom.OT_mode-off, .video-black-background .OT_publisher .OT_edge-bar-item.OT_edge-bottom.OT_mode-auto, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_edge-bottom.OT_mode-auto, .video-black-background .OT_publisher .OT_edge-bar-item.OT_edge-bottom.OT_mode-mini-auto, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_edge-bottom.OT_mode-mini-auto {
  top: unset;
  bottom: unset;
}

.video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-on, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-on, .video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-auto.OT_mode-on-hold, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-auto.OT_mode-on-hold, .video-black-background .OT_publisher:hover .OT_edge-bar-item.OT_mode-auto, .video-black-background .OT_subscriber:hover .OT_edge-bar-item.OT_mode-auto, .video-black-background .OT_publisher:hover .OT_edge-bar-item.OT_mode-mini-auto, .video-black-background .OT_subscriber:hover .OT_edge-bar-item.OT_mode-mini-auto {
  top: unset;
  opacity: unset;
}

.video-black-background .OT_mini .OT_mute.OT_mode-on, .video-black-background .OT_mini:hover .OT_mute.OT_mode-auto, .video-black-background .OT_mute.OT_mode-mini, .video-black-background .OT_root:hover .OT_mute.OT_mode-mini-auto {
  top: unset;
}

.video-black-background .OT_publisher .OT_edge-bar-item.OT_edge-bottom.OT_mode-on, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_edge-bottom.OT_mode-on, .video-black-background .OT_publisher:hover .OT_edge-bar-item.OT_edge-bottom.OT_mode-auto, .video-black-background .OT_subscriber:hover .OT_edge-bar-item.OT_edge-bottom.OT_mode-auto {
  top: unset;
  bottom: unset;
  opacity: unset;
}

.video-footer {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
  background-color: #4b4b4b;
}

.video-footer button {
  margin: 0 3px;
  position: relative;
  width: 60px;
  height: 40px;
  color: #fff;
  background-color: #4b4b4b;
  outline: none;
  border: none;
  border-radius: 5px;
  outline-offset: 2px;
}

.video-footer button i.fa {
  font-size: 20px;
}

.video-footer button i.zmdi {
  font-size: 30px;
}

.video-footer button.video-button-active {
  color: #4b4b4b;
  background: #fff;
}

.video-footer button:active {
  outline: none;
}

video-participants-button .counter-circle {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 18px;
  width: 18px;
  background-color: #d50000;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}

video-participants-button .counter-circle .count {
  display: inline-block;
  vertical-align: middle;
}

.participant-panel {
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 6px;
}

.participant-panel h2 {
  font-size: 20px;
  font-weight: 500;
}

.participant-panel p, .participant-panel h2 {
  margin: 0;
}

.participant-panel .participant-info {
  width: 80%;
}

.participant-panel .participant-status {
  line-height: 24px;
}

.participant-panel .fa-circle {
  font-size: 16px;
  color: #4b4b4b;
}

.participant-panel .fa-circle.active {
  color: #9bca3e;
}

.participant-panel .zmdi-more {
  font-size: 40px;
  padding: 0 10px;
  margin: 0;
}

.video-timer {
  line-height: 30px;
}

video-invitation-modal md-input-container .md-char-counter {
  padding-top: 0;
}

video-room-popup {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}

video-room-popup .popup-wrapper {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 8px #828282;
  border-radius: 5px;
  padding: 12px 22px;
  color: #282828;
}

video-room-popup zip-button {
  margin: 5px;
}

video-room-popup .video-room-popup-label {
  min-width: 200px;
}

@media (min-width: 768px) {
  video-room-popup zip-button {
    padding-left: 40px;
  }
}
.patient-report .panel {
  border: 0;
}

.provider-contact .border-card {
  padding-top: 0px;
  text-align: left;
}

.treatment-plan {
  padding: 20px 20px 30px;
}

.treatment-plan .icon-clipboard {
  font-size: 80px;
}

.treatment-plan .payment {
  padding: 30px 50px;
}

.treatment-plan .treatment-plan-section {
  margin-bottom: 40px;
}

.treatment-plan .treatment-plan-section:last-child {
  margin-bottom: 0;
}

.treatment-plan .treatment-plan-section h2 {
  margin-top: 20px;
}

.treatment-plan .treatment-plan-section .mt10 {
  margin-top: 10px;
}

.treatment-plan .treatment-plan-section .section-icon {
  font-size: 50px;
}

.treatment-plan .treatment-plan-section .section-heading {
  margin-top: 8px;
}

.treatment-plan .drug-name {
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 8px;
  padding: 0;
}

.treatment-plan .sig {
  margin: 0;
}

.visit-report-payment-info {
  background: #f8f8f8;
  border-top: 1px solid #ededed;
  padding: 40px 0;
}

.visit-report-payment-info .content-area {
  margin: 0 auto;
  max-width: 480px;
  padding: 0 20px;
}

.visit-report-payment-info .line-item {
  border-top: 1px solid #ededed;
  font-size: 14px;
}

.visit-report-payment-info .line-item .text-right-xs {
  float: right;
}

.visit-report-payment-info .line-item > * {
  display: inline-block;
  padding: 10px 0;
}

.visit-report-actions {
  margin-top: 30px;
}

.visit-report-action {
  display: inline-block;
  margin: 20px 10px;
}

.visit-report-action .fa.inline-icon {
  font-size: 20px;
  margin-right: 10px;
}

.visit-report-disclaimer {
  background: rgb(255, 232.5, 127.5);
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visit-report-disclaimer i {
  margin-right: 6px;
}

.zip-ticket-location h4 a.small {
  color: #407787;
}

ul.align-left {
  padding-left: 18px;
}

.reportAddendaList p {
  margin: 0;
}

@media (min-width: 768px) {
  .treatment-plan {
    padding: 40px;
  }
  .visit-report-action {
    margin: 0 30px;
  }
  .patient-report .panel {
    border: 1px solid #ededed;
  }
}
@media (min-width: 992px) {
  .treatment-plan {
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
body {
  padding-top: 76px;
}

.uber-image {
  background-image: url(/assets/uber_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 150px;
  left: 25%;
  position: absolute;
}

@media (max-width: 991px) {
  .uber-image {
    display: none;
  }
}
.yourselfOrPatient {
  margin-top: 70px;
  margin-bottom: 70px;
}

.question-input-wrapper {
  margin: 30px 0px;
}

.question-input-wrapper legend {
  font-weight: bold;
}

.question-input-wrapper .zip-radio-option {
  display: block;
}

.question-input-wrapper > label {
  margin-bottom: 20px;
}

.locationSelector {
  max-width: 300px;
}

.ageInput {
  max-width: 100px;
}

.indented-question legend {
  font-weight: bold;
}

.indented-question .disclaimer-line {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ededed;
}

@media (min-width: 768px) {
  .question-input-wrapper {
    margin-left: 88px;
  }
  .indented-question {
    margin-left: 88px;
  }
  .indented-question .disclaimer-line {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .indented-question .zip-radio-option {
    display: block;
  }
}
.fill-parent-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

.flex .flex-grow {
  flex-grow: 1;
}

.flex.flex-column {
  flex-direction: column;
}

.flex.flex-wrap {
  flex-wrap: wrap;
}

.mb0-override {
  margin-bottom: 0;
}

.mb20-override {
  margin-bottom: 20px;
}

zip-input-md.input-type-checkbox md-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

zip-input-md.input-type-checkbox label {
  margin-bottom: 0;
}

.panel-borders-add-padding p.mb0 {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .verticalFinish {
    height: 140px;
    line-height: 140px;
  }
}
.other-care-options h2 {
  font-size: 22px;
}

.v41 zip-privacy h2 {
  font-size: 22px;
}

.image-url-caption h1 {
  font-size: 18px;
  line-height: 0;
}

main#content {
  padding-top: 16px;
}

.white-focus-outline:focus, .white-focus-outline:active {
  outline: 1px solid #fff;
}

#skip-to-content a {
  padding-top: 14px;
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
}

#skip-to-content a:focus {
  position: static;
  left: 0px;
  top: 0px;
}

.title-and-link {
  margin-bottom: 20px;
}

.title-and-link h2 {
  margin-bottom: 10px;
}

.title-and-link a {
  margin-top: 0px;
}

@media (min-width: 768px) {
  body {
    padding-top: 120px;
  }
  .title-and-link h2 {
    margin-bottom: unset;
  }
  .title-and-link a {
    margin-top: 22px;
  }
}
.intro-copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 768px) {
  .lab-panel {
    display: block;
  }
  .p20-xs {
    padding: 20px;
  }
}
.sms-message-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.disclaimer-row {
  padding: 25px 0 15px 0;
}

.lab-panel {
  display: inline-table;
  float: none;
}

.hra-multiple-choice-panel {
  width: 100%;
}

.dx-error-text {
  display: block;
  margin-top: -30px;
}

.preferred-addressable {
  background: url(/assets/icons/preferred.png) no-repeat;
  padding-left: 25px;
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  height: 25px;
  color: #aa8d7c;
}

.locations-list dl {
  margin-top: 10px;
  margin-bottom: 10px;
}

.locations-list dd {
  margin-bottom: 10px;
}

a.no-focus-underline:focus:not(:hover) {
  text-decoration: none;
}

.custom-map-header-html {
  padding: 20px 0;
}

.custom-map-header-html h2, .custom-map-header-html h3, .custom-map-header-html h4 {
  margin-top: 0;
}

.custom-map-header-html p:last-child {
  margin-bottom: 0;
}

.zipgroup-signup-instructions {
  margin-top: -5px;
}

.patient-type-question {
  margin-top: 20px;
  margin-bottom: 20px;
}

.col-88pct {
  width: 88%;
}

.ios-position-fix {
  position: absolute;
}

zip-static-question-search .add-medication {
  padding: 8px 0 4px;
}

zip-static-question-search .add-medication, zip-static-question-search .static-medication-typeahead {
  display: block;
  margin: 12px 0;
}

zip-static-question-search .static-medication-typeahead > * {
  display: inline-block;
}

zip-static-question-search .static-medication-typeahead .cancel {
  margin-left: -4px;
  width: 80px;
  text-align: center;
}

zip-static-question-search .static-medication-typeahead input {
  width: 400px;
  width: calc(100% - 80px);
  min-width: 250px;
  margin: 0;
}

zip-image-viewer img {
  min-height: 58px;
}

zip-image-viewer li.spinner {
  text-align: center;
  width: 75px;
}

zip-image-viewer li.spinner .spinner-secondary {
  margin: 0 auto;
}

[zip-notification] {
  position: relative;
  z-index: 1;
}

.disclaimer-checkboxes zip-input-md > div {
  margin-bottom: 10px;
}

.disclaimer-checkboxes md-list-item .md-list-item-inner > md-checkbox {
  min-width: 24px;
}

.disclaimer-checkboxes a {
  text-decoration: underline;
}

.screenout-section li {
  margin-bottom: 10px;
}

.zipticket-results-confirm {
  margin-bottom: 30px;
}

zip-proxy-visits form {
  padding-top: 0;
}

.img-center img {
  margin: 0 auto 20px;
  display: block;
}

zip-privacy h3 {
  word-break: break-word;
}

.fg-1 {
  flex-grow: 1;
}

.fg-2 {
  flex-grow: 2;
}

.fs80 {
  font-size: 80px;
}

.lc-mb0 > :last-child {
  margin-bottom: 0;
}

.list-item-pl0 md-list-item .md-no-style {
  padding-left: 0;
}

.proxy-patient-search .container {
  width: auto;
  min-width: 0;
}

.subscript-tooltip {
  margin-top: 12px;
  font-size: 15px;
}

.zip-checkbox-p0 .input-type-checkbox .md-list-item-inner {
  padding-left: 0;
}

.input-center .md-input {
  margin: 0 auto;
  width: 200px;
}

form h6.heavy {
  margin-bottom: 0;
}

.gm-style {
  font-family: "Montserrat", Arial, sans-serif !important;
}

.scheduled-visit-metadata .ui-select-bootstrap.dropdown, .scheduled-visit-metadata .question-typeahead-select input, .scheduled-visit-metadata .assessment-picker input {
  border-color: #ededed #ededed #407787;
  border-width: 2px 2px 4px !important;
  padding: 3px;
}

.scheduled-visit-metadata .form-control:focus {
  border: 2px solid #407787;
  border-bottom-width: 4px;
}

.scheduled-visit-metadata input {
  font-weight: 700;
  font-size: 18px;
}

.trademark {
  vertical-align: super;
  margin-left: -5px;
  color: #282828;
}

h2 .trademark {
  color: #282828;
}

p-body.cancel-visit {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
}

@media (min-width: 768px) {
  p-body.cancel-visit {
    text-align: left;
    margin-bottom: auto;
  }
}
fieldset legend {
  border-bottom: none;
  font-size: 18px;
  margin-bottom: 10px;
}

.input-label-left {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
  padding-left: 0;
}

.input-label-left > .fa, .input-label-left > .zmdi, .input-label-left > .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

button.borderless-button {
  background: none;
  border: none;
}

.question-label:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {
  outline: none;
}

ul.row:before, ul.row:after {
  display: none;
}

.zip-radio-group input:checked ~ * {
  text-shadow: none;
}

.display-none {
  display: none;
}

@media (max-width: 768px) {
  .break-word-xs {
    word-break: break-word;
  }
}
.bordered-panel.emergency-message {
  color: red;
  background-color: #fee;
  border-color: red;
}

.org-logo {
  background-image: url("data:image/jpg;base64,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Z9tg5MUAAAARdEVYdGV4aWY6Q29sb3JTcGFjZQAxD5sCSQAAAMV6VFh0ZXhpZjpOYXRpdmVEaWdlc3QAABiVJdA7DsMwDAPQC3GwfpaETmmR3P9IlZnlDQwJKLZd2+Gr96ICS9FXZfJqk4S8HYfNKmnBzM3pJF6xqNKge7aWSYv2sRYVqtSo06Dc9oaLz9ej0zdJWsdWyk7HmFq0jzaXS1fQTZMWPZ1udlqoUqNOuT2X6JKNhWkgsJEoNOZpRCAKMYhDAlOShBR0ugo1qEMDuqGJOc7W52eXflXMNFbfd6V8758885NPPX75H/zqUwnlzR/xAAAAGXRFWHRleGlmOlBpeGVsWERpbWVuc2lvbgAxMzA1tbK6UgAAABh0RVh0ZXhpZjpQaXhlbFlEaW1lbnNpb24AOTAw1S7wowAAABV0RVh0cGhvdG9zaG9wOkNvbG9yTW9kZQAzVgKzQAAAABJ0RVh0cGhvdG9zaG9wOkhpc3RvcnkAChVXHQAAACZ0RVh0cGhvdG9zaG9wOklDQ1Byb2ZpbGUAc1JHQiBJRUM2MTk2Ni0yLjEcL2wLAAAANnRFWHRzdFJlZjpkb2N1bWVudElEAHV1aWQ6QjhCRDNGQTlBRkQ5MTFFMUEwNjNEQUFFNDNEMEQ3REZv+rnoAAAANnRFWHRzdFJlZjppbnN0YW5jZUlEAHV1aWQ6NDBDMzYzMzRBRkRBMTFFMTlDNUE4NEIxREExMkQ0RjhHKTyyAAAAbnpUWHR0aWZmOk5hdGl2ZURpZ2VzdAAACJkVzEkOw1AIA9ALsQAzK6um+b3/keosngQ2AlmCbBpaQUHQQcwmJF3JODMfF2yJq4nb0EqCHMz4p5V42++e7MnDcT12H+2c47+N4/Ex7VDU96k7au0P+7YbEwb7piAAAAAedEVYdHRpZmY6WFJlc29sdXRpb24AMzAwMDAwMC8xMDAwMDuCo7gAAAAedEVYdHRpZmY6WVJlc29sdXRpb24AMzAwMDAwMC8xMDAwMJ4JM7YAAAAodEVYdHhhcDpDcmVhdGVEYXRlADIwMTItMDYtMDRUMTM6MjA6NDQtMDQ6MDB95A46AAAALXRFWHR4YXA6Q3JlYXRvclRvb2wAQWRvYmUgUGhvdG9zaG9wIENTMiBNYWNpbnRvc2jdw+HpAAAAKnRFWHR4YXA6TWV0YWRhdGFEYXRlADIwMTItMDYtMDRUMTM6MjA6NTItMDQ6MDCZjvl9AAAAKHRFWHR4YXA6TW9kaWZ5RGF0ZQAyMDEyLTA2LTA0VDEzOjIwOjUyLTA0OjAwZmAHpwAAADZ0RVh0eGFwTU06RG9jdW1lbnRJRAB1dWlkOjQwQzM2MzM3QUZEQTExRTE5QzVBODRCMURBMTJENEY4Kcq/pgAAADZ0RVh0eGFwTU06SW5zdGFuY2VJRAB1dWlkOjcwMThCODYwQUZEQTExRTE5QzVBODRCMURBMTJENEY4xRGkIAAAAABJRU5ErkJggg==");
}
