@charset "UTF-8";
@import "//fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic";
@import "//fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic";
@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: "Open Sans", 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: "Open Sans", 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: "Open Sans", 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(57, 85, 117, 0.2);
  color: #262626;
}

.dropdown-menu > .active > a {
  color: #212121;
  background-color: #eee;
}

.dropdown-menu > .active > a:hover {
  background-color: rgba(57, 85, 117, 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: #395575;
}

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: "Open Sans", 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(57, 85, 117, 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: #395575;
}

.color-attention {
  color: #d50000;
}

.color-warning {
  color: #ffd200;
}

.color-primary-bg {
  background-color: #395575;
}

.color-secondary-bg {
  background-color: #395575;
}

.color-tertiary-bg {
  background-color: #395575;
}

.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: #395575;
  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: hsl(212, 34.4827586207%, 46.1176470588%);
  color: #fff;
}

.button:focus, .button:active {
  background-color: rgb(36.9517241379, 55.1034482759, 75.8482758621);
  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: #395575;
}

.reverse .button:hover {
  color: hsl(212, 34.4827586207%, 46.1176470588%);
}

.reverse .button:focus, .reverse .button:active {
  color: rgb(36.9517241379, 55.1034482759, 75.8482758621);
}

.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: #395575;
  cursor: pointer;
}

a:hover {
  color: rgb(36.9517241379, 55.1034482759, 75.8482758621);
  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: #395575;
  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: "Open Sans", 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: #395575;
}

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: #395575;
}

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 #395575;
}

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: #395575;
}

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: #395575;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected {
  color: #fff;
  background: #395575;
}

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: #395575;
}

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: #395575;
}

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: #395575;
}

.carousel-indicators li {
  background: #ededed;
  border: 0;
  margin: 0;
  margin-left: 10px;
}

.carousel-indicators li:hover {
  background: #395575;
}

.carousel-indicators .active {
  background: #395575;
  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: #395575;
}

.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: #395575;
  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: #395575;
  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: #395575;
  border-color: #395575;
  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: "Open Sans", 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: "Open Sans", 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: #395575;
}

.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: #395575;
  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: #395575;
}

.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: "Open Sans", 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: #395575;
  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: #395575;
}

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: #395575;
}

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 #395575;
  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 #395575;
  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: #395575;
}

.better-placeholder-text:hover, .help-block.better-placeholder-text:hover {
  color: #395575;
}

.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 #395575;
  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: #395575;
  cursor: pointer;
}

.input-option-active span {
  font-weight: 400;
  color: #395575;
  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: "Open Sans", 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: #395575;
}

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: #395575;
  height: 33px;
  line-height: 27px;
}

.zip-select .messages {
  position: absolute;
  top: 66px;
}

md-checkbox:not(.md-checked) .md-icon {
  border-color: #395575;
  border-width: 1px;
}

md-list-item:hover .md-icon {
  border-width: 2px;
}

md-checkbox.md-checked .md-icon {
  background-color: #395575;
  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: #395575;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 0;
}

.nav-options li a:hover, .nav-options li a.active {
  color: #395575;
  border-bottom: 3px solid #395575;
  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: #395575;
  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: #395575;
  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: #395575;
}

.clinic-hours-header {
  background: #395575;
  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: #395575;
}

@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 #395575;
}

.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: #395575;
}

.icon-lg.with-fill {
  fill: #395575;
}

.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: #395575;
  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: #395575;
    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: #395575;
  }
  .steps-container .steps-wrapper .active ~ li span {
    background: #fff;
    color: #395575;
  }
  .steps-container .steps-wrapper .active ~ li::before {
    background: #395575;
  }
}
.label.label-unselected {
  background-color: #ededed;
}

.label.label-locked {
  background-color: #395575;
}

.label a {
  color: #fff;
}

.label a:hover {
  color: #fff;
}

.social-icon-list a {
  padding-right: 10px;
  color: #395575;
  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: #395575;
  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 #395575;
}

.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: #395575;
  cursor: pointer;
}

.modal-border-top {
  border-top: 1px solid #395575;
}

.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: #395575;
  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: #395575;
}

.pagination li > button:active {
  color: #fff;
}

.pagination li button:hover {
  background: #395575;
  color: #fff;
  box-shadow: 0 3px 4px #ededed;
}

.pagination li button:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #395575;
}

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

.panel.panel-cta-sidebar-accent {
  border-left: 10px solid #395575;
}

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

.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: #395575;
}

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

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

.panel-cta-sidebar-accent {
  border-left: 10px solid #395575;
}

.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: #395575;
}

.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: #395575;
}

.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: #395575;
  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: #395575;
  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: #395575;
}

.success-color {
  color: #9bca3e;
}

.warning-color {
  color: #ffd200;
}

.disabled-color {
  color: hsl(0, 0%, 90.6862745098%);
}

.primary-color {
  color: #395575;
}

.secondary-color {
  color: #395575;
}

.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: #395575;
  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 #395575;
  opacity: 0.3;
}

.zip-radio-option .radio-outline {
  border: 1px solid #395575;
  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: #395575;
}

.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: #395575;
  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: #395575;
  border-bottom: 2px solid #395575;
}

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 #395575;
}

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: #395575;
  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: "Open Sans", 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: "Open Sans", 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: #395575;
  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(57, 85, 117, 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(57, 85, 117, 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: #395575;
  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(57, 85, 117, 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: #395575;
  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: #395575;
  background: #395575;
  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: #395575;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-primary .fa-clock-o {
  color: #395575;
}

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: #395575;
  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 #395575;
  }
  .border-left {
    border-left: 1px solid #395575;
  }
  .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: #395575;
  }
  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: #395575;
  border-bottom: 1px solid #395575;
}

.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: #395575;
  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: #395575;
}

.welcome-actions-color h2 {
  color: #fff;
}

.welcome-actions-color .button {
  background-color: #fff;
  border: 0;
  color: #395575;
}

.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: #395575;
  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: #395575;
}

.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: #395575;
  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: #395575;
  color: #fff;
  display: none;
  padding: 8px 0 10px;
}

zip-modality .modality.recommended {
  border: 5px solid #395575;
  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: #395575;
  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: #395575;
}

.block-with-icon {
  background-color: #f8f8f8;
  max-height: 64px;
}

.block-with-icon .block-icon {
  background-color: #395575;
  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: #395575;
}

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: #395575;
}

header-large-status > div.blue .attention-icon .attention-icon-pointer {
  border-left-color: #395575;
}

.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: #395575;
  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: #395575;
}

.profile-show .patient-add a {
  color: #395575;
}

.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: hsl(212, 34.4827586208%, 74.1176470588%);
}

.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: #395575;
}

.zip-progress-bar .step-inner-circle.current {
  background-color: #395575;
}

.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: #395575;
}

@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 #395575;
}

.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: #395575;
  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: #395575;
  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: #395575;
}

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 #395575;
  border-width: 2px 2px 4px !important;
  padding: 3px;
}

.scheduled-visit-metadata .form-control:focus {
  border: 2px solid #395575;
  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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");
}
