/* Include this file in your html if you are using the CSP mode. */

@charset "UTF-8";

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-shim {
  visibility:hidden;
}

.ng-anchor {
  position:absolute;
}

/*!
 * AngularJS Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.21
 */
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); }

/*
 * A container inside of a rippling element (eg a button),
 * which contains all of the individual ripples
 */
.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;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: 50% 50%;
          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), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    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);
    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), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-ripple.md-ripple-scaled {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  .md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
    opacity: 0.20; }
  .md-ripple.md-ripple-remove {
    -webkit-animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
            animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }

@-webkit-keyframes md-remove-ripple {
  0% {
    opacity: .15; }
  100% {
    opacity: 0; } }

@keyframes md-remove-ripple {
  0% {
    opacity: .15; }
  100% {
    opacity: 0; } }

.md-padding {
  padding: 8px; }

.md-margin {
  margin: 8px; }

.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  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; }

/************
 * Headings
 ************/
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.010em;
  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.010em;
  line-height: 24px; }

/************
 * Body Copy
 ************/
.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 20px; }

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

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

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

/************
 * Defaults
 ************/
button,
select,
html,
textarea,
input {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

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

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
.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: .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: transparent;
    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: transparent;
    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: transparent;
    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%;
      -webkit-transform: scale(0);
              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 {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
    md-autocomplete .md-show-clear-button button md-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
              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 {
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: -webkit-transform 0.15s ease-out;
      transition: transform 0.15s ease-out;
      transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
      md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
        -webkit-transform: scale(1);
                transform: scale(1); }
    md-autocomplete .md-show-clear-button button.ng-leave {
      transition: -webkit-transform 0.15s ease-out;
      transition: transform 0.15s ease-out;
      transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
      md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
        -webkit-transform: scale(0);
                transform: scale(0); }
  @media screen and (-ms-high-contrast: active) {
    md-autocomplete input {
      border: 1px solid #fff; }
    md-autocomplete .md-autocomplete-suggestion: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 .md-autocomplete-suggestion {
    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 .md-autocomplete-suggestion:focus {
      outline: none; }
    .md-autocomplete-suggestions .md-autocomplete-suggestion: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: .48; }
    md-backdrop.md-opaque.ng-enter {
      opacity: 0; }
    md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
      opacity: .48; }
    md-backdrop.md-opaque.ng-leave {
      opacity: .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;
  -webkit-transform: translate3d(0, 80px, 0);
          transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  md-bottom-sheet.md-has-header {
    padding-top: 0; }
  md-bottom-sheet.ng-enter {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  md-bottom-sheet.ng-enter-active {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(0, 80px, 0) !important;
            transform: translate3d(0, 80px, 0) !important; }
  md-bottom-sheet.ng-leave-active {
    -webkit-transform: translate3d(0, 100%, 0) !important;
            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: transparent;
    font-family: Roboto, "Helvetica Neue", 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;
      /* Mixin for how many grid items to show per row */ }
      @media (max-width: 960px) {
        md-bottom-sheet.md-grid md-list-item {
          flex: 1 1 33.33333%;
          max-width: 33.33333%; }
          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.66667%;
          max-width: 16.66667%; } }
      @media (min-width: 1920px) {
        md-bottom-sheet.md-grid md-list-item {
          flex: 1 1 14.28571%;
          max-width: 14.28571%; } }
      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 transparent;
        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;
  /** Alignment adjustments */
  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;
  /* Reset default button appearance */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  border: 0;
  /** Custom styling for button */
  padding: 0 6px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  /* Uppercase text content */
  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, -webkit-transform;
    transition-property: background-color, box-shadow, transform;
    transition-property: background-color, box-shadow, transform, -webkit-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);
  -webkit-transform: translate3d(0, 42px, 0);
          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 {
    -webkit-transform: translate3d(0, 41px, 0);
            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);
  -webkit-transform: translate3d(0, -42px, 0);
          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 {
    -webkit-transform: translate3d(0, -43px, 0);
            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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: 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%;
    -webkit-transform: translateY(-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: transparent;
      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: transparent; }
    md-checkbox.md-checked .md-icon:after {
      box-sizing: border-box;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      left: 4.66667px;
      top: 0.22222px;
      display: table;
      width: 6.66667px;
      height: 13.33333px;
      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%;
    -webkit-transform: translate(-50%, -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;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            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: Roboto, "Helvetica Neue", 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;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */ }
    .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: transparent;
      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%;
        -webkit-transform: translate3d(-50%, -50%, 0);
                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: transparent;
      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: transparent;
      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; } }

/** Styles for mdCalendar. */
md-calendar {
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    [dir=rtl] .md-calendar-month-label md-icon {
      -webkit-transform: none;
              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 transparent; }
  .md-calendar tbody, .md-calendar td, .md-calendar tr {
    vertical-align: middle;
    box-sizing: content-box; }

/** Styles for mdDatepicker. */
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: transparent;
  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: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-datepicker-calendar-pane.md-pane-open {
    -webkit-transform: scale(1);
            transform: scale(1); }

.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  overflow: hidden;
  background: transparent;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid; }

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  bottom: -2.5px;
  -webkit-transform: translateX(45%);
          transform: translateX(45%); }
  [dir=rtl] .md-datepicker-triangle-button {
    right: auto;
    left: 0; }
  [dir=rtl] .md-datepicker-triangle-button {
    -webkit-transform: translateX(-45%);
            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: transparent; }

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: transparent; }
  .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 {
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  transition: -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-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 {
  -webkit-transform: translateY(0);
          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);
    -webkit-transform: translate(0, 0) scale(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);
    -webkit-transform: translate(0, 100%) scale(0.2);
            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;
  /*
   * Hide some graphics glitches if switching animation types
   */
  /*
   * Handle the animations
   */ }
  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 {
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition-duration: 0.14286s; }

md-fab-toolbar {
  display: block;
  /*
   * Closed styling
   */
  /*
   * Hover styling
   */ }
  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: transparent !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;
      -webkit-transform: scale(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;
    -webkit-transform: scale(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;
  /*
   * The .md-input class is added to the input/textarea
   */ }
  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"] {
    /* remove default appearance from all input/textarea */
    -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;
    -webkit-transform: translate3d(0, 28px, 0) scale(1);
            transform: translate3d(0, 28px, 0) scale(1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 100%;
    -webkit-transform-origin: left top;
            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 {
      -webkit-transform-origin: right top;
              transform-origin: right top; }
  md-input-container .md-placeholder {
    position: absolute;
    top: 0;
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0); }
  md-input-container.md-input-focused .md-placeholder {
    opacity: 1;
    -webkit-transform: translate3d(0, 24px, 0);
            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: transparent; }
  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: transparent; }
  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) {
    -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
            transform: translate3d(0, 6px, 0) scale(0.75);
    transition: width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    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;
    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, -webkit-transform 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% - (36px * 2)); }

.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: transparent;
  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.010em;
    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.010em;
        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.010em;
        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.010em;
        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;
  /*
   * We cannot use flex on <button> elements due to a bug in Firefox, so we also can't use it on
   * <a> elements. Add some top padding to fix alignment since buttons automatically align their
   * text vertically.
   */ }
  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: transparent;
    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: '\25BC';
        position: absolute;
        top: 0px;
        speak: none;
        -webkit-transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
                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 {
          -webkit-transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
                  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; }

/** Matches "md-tabs md-tabs-wrapper" style. */
.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: black; }
  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; }

@-webkit-keyframes indeterminate-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes indeterminate-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            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 {
    -webkit-animation: indeterminate-rotate 1568.63ms linear infinite;
            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;
    -webkit-transform: translate(0, 0) scale(1, 1);
            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: transparent;
      background-size: 10px 10px !important;
      background-position: 0px -23px; }
    md-progress-linear .md-container .md-bar1, md-progress-linear .md-container .md-bar2 {
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-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;
      -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
              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 {
      -webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
              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 {
      -webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
              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 {
      -webkit-animation: none;
              animation: none; }
      md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1 {
        -webkit-animation-name: none;
                animation-name: none; }
      md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
        -webkit-animation-name: none;
                animation-name: none; }
  md-progress-linear .md-container.md-mode-buffer {
    background-color: transparent !important;
    transition: all 0.2s linear; }
    md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
      display: block;
      -webkit-animation: buffer 3s infinite linear;
              animation: buffer 3s infinite linear; }

@-webkit-keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(0.3, 1);
            transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
            transform: translateX(-50%) scale(0, 1); } }

@keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(0.3, 1);
            transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
            transform: translateX(-50%) scale(0, 1); } }

@-webkit-keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    background-position: -200px -23px; } }

@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    background-position: -200px -23px; } }

@-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  36.6% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
            animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
  69.15% {
    -webkit-transform: scaleX(0.83);
            transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
            animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  36.6% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
            animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
  69.15% {
    -webkit-transform: scaleX(0.83);
            transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
            animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1); } }

@-webkit-keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
  100% {
    left: 95.44444%; } }

@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
  100% {
    left: 95.44444%; } }

@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
            animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
  19.15% {
    -webkit-transform: scaleX(0.57);
            transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
            animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
  44.15% {
    -webkit-transform: scaleX(0.91);
            transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
            animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
            animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
  19.15% {
    -webkit-transform: scaleX(0.57);
            transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
            animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
  44.15% {
    -webkit-transform: scaleX(0.91);
            transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
            animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1); } }

@-webkit-keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
            animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
            animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
            animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
  100% {
    left: 117.38889%; } }

@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
            animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
            animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
            animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
  100% {
    left: 117.38889%; } }

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%;
    -webkit-transform: translateY(-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: transparent;
      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: -webkit-transform ease 0.28s;
    transition: transform ease 0.28s;
    transition: transform ease 0.28s, -webkit-transform ease 0.28s;
    -webkit-transform: scale(0);
            transform: scale(0); }
  md-radio-button.md-checked .md-on {
    -webkit-transform: scale(0.5);
            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 adjustments for the radio group. */ }
  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: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top; }
  [dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
    -webkit-transform-origin: right top;
            transform-origin: right top; }

md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
  -webkit-transform: translateY(-22px) translateX(-2px) scale(0.75);
          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;
  -webkit-transform: translateY(-1px);
          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) {
  -webkit-transform: translate3d(0, 1px, 0);
          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;
    -webkit-transform: translate3d(0, -2px, 0);
            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: '\25BC';
    position: relative;
    top: 2px;
    speak: none;
    font-size: 13px;
    -webkit-transform: scaleY(0.5) scaleX(1);
            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;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          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 {
    -webkit-transform-origin: right top;
            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;
    -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: transparent; }
  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%;
    -webkit-transform: translateY(-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: transparent;
      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: transparent; }
    md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
      box-sizing: border-box;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      left: 4.66667px;
      top: 0.22222px;
      display: table;
      width: 6.66667px;
      height: 13.33333px;
      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%;
    -webkit-transform: translate(-50%, -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.66667px;
    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.66667px; }

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;
    -webkit-transform: translate3d(0, 0, 0);
            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.md-locked-open.md-closed.md-sidenav-right {
    position: static;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  md-sidenav.md-locked-open-remove.md-closed {
    position: static;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  md-sidenav.md-closed.md-locked-open-add {
    position: static;
    display: flex;
    -webkit-transform: translate3d(0%, 0, 0);
            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;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0); }
  .md-sidenav-left.md-closed, md-sidenav.md-closed {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }

.md-sidenav-right {
  left: 100%;
  top: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }
  .md-sidenav-right.md-closed {
    -webkit-transform: translate(0%, 0);
            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; } }

@-webkit-keyframes sliderFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); } }

@keyframes sliderFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); } }

@-webkit-keyframes sliderDiscreteFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes sliderDiscreteFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes sliderDiscreteFocusRing {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes sliderDiscreteFocusRing {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0);
            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;
  /**
   * Track
   */
  /**
   * Slider thumb
   */
  /* The sign that's focused in discrete mode */
  /**
   * The border/background that comes in when focused in non-discrete mode
   */
  /* Don't animate left/right while panning */ }
  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%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            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;
    -webkit-transform: scale(0.7);
            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 {
    /* Center the children (slider-thumb-text) */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -14px;
    top: -17px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-transform: scale(0.4) translate3d(0, 67.5px, 0);
            transform: scale(0.4) translate3d(0, 67.5px, 0);
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    /* The arrow pointing down under the sign */ }
    md-slider .md-sign:after {
      position: absolute;
      content: '';
      left: 0px;
      border-radius: 16px;
      top: 19px;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top-width: 16px;
      border-top-style: solid;
      opacity: 0;
      -webkit-transform: translate3d(0, -8px, 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;
    -webkit-transform: scale(0.7);
            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;
    -webkit-transform: scale(0.5);
            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]) {
    /* Hide the sign and ticks in non-discrete mode */ }
    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 {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
      -webkit-animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
              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 {
      -webkit-transform: scale(1);
              transform: scale(1); }
  md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
            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 {
    -webkit-animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
            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 {
    -webkit-transform: scale(0);
            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;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); }
  md-slider[md-discrete][disabled][readonly] .md-thumb {
    -webkit-transform: scale(0);
            transform: scale(0); }
  md-slider[md-discrete][disabled][readonly] .md-sign,
  md-slider[md-discrete][disabled][readonly] .md-sign:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(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 {
    -webkit-transform: scale(0.5);
            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% - (2px / 2)); }
    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;
      -webkit-transform: scale(0.4) translate3d(67.5px, 0, 0);
              transform: scale(0.4) translate3d(67.5px, 0, 0);
      /* The arrow pointing left next the sign */ }
      md-slider[md-vertical][md-discrete] .md-sign:after {
        top: 9.5px;
        left: 19px;
        border-top: 14px solid transparent;
        border-right: 0;
        border-bottom: 14px solid transparent;
        border-left-width: 16px;
        border-left-style: solid;
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 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 {
      -webkit-transform: scale(0);
              transform: scale(0); }
    md-slider[md-vertical][disabled][readonly] .md-sign,
    md-slider[md-vertical][disabled][readonly] .md-sign:after {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(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;
  -webkit-transform: translate3d(-9999px, -9999px, 0);
          transform: translate3d(-9999px, -9999px, 0); }
  .md-sticky-clone[sticky-state="active"] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .md-sticky-clone[sticky-state="active"]:not(.md-sticky-no-effect) .md-subheader-inner {
      -webkit-animation: subheaderStickyHoverIn 0.3s ease-out both;
              animation: subheaderStickyHoverIn 0.3s ease-out both; }

@-webkit-keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent; }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } }

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent; }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } }

@-webkit-keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); }
  100% {
    box-shadow: 0 0 0 0 transparent; } }

@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); }
  100% {
    box-shadow: 0 0 0 0 transparent; } }

.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 {
    -webkit-animation: subheaderStickyHoverOut 0.3s ease-out both;
            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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: 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: -webkit-grab;
    cursor: grab;
    width: 36px;
    height: 24px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            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: -webkit-grabbing;
    cursor: grabbing; }
  md-switch.md-focused .md-thumb:before {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px; }
  md-switch .md-label {
    border-color: transparent;
    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;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 1; }
  md-switch.md-checked .md-thumb-container {
    -webkit-transform: translate3d(100%, 0, 0);
            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: transparent;
      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: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform; }
  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; } }

@-webkit-keyframes md-tab-content-hide {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@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;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
  md-tabs-wrapper md-prev-button, md-tabs-wrapper md-next-button {
    height: 100%;
    width: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1em;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
    background: transparent 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%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    [dir="rtl"] md-tabs-wrapper md-prev-button, [dir="rtl"] md-tabs-wrapper md-next-button {
      -webkit-transform: rotateY(180deg) translateY(-50%);
              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 {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              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: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, 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: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  -webkit-transform: translate(0, 0);
          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) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-animation: 1s md-tab-content-hide;
            animation: 1s md-tab-content-hide;
    visibility: hidden; }
    [dir=rtl] md-tab-content.md-left:not(.md-active) {
      -webkit-transform: translateX(100%);
              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) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-animation: 1s md-tab-content-hide;
            animation: 1s md-tab-content-hide;
    visibility: hidden; }
    [dir=rtl] md-tab-content.md-right:not(.md-active) {
      -webkit-transform: translateX(-100%);
              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 {
      -webkit-animation: 1s md-tab-content-hide;
              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;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            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);
  /* Transition differently when swiping */
  /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */ }
  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;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
            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 {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0); }
    md-toast.ng-enter.md-top .md-toast-content {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0); }
    md-toast.ng-enter.ng-enter-active {
      opacity: 1; }
      md-toast.ng-enter.ng-enter-active .md-toast-content {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
  md-toast.ng-leave.ng-leave-active .md-toast-content {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
    -webkit-transform: translate3d(0, -100%, 0);
            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 {
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
    md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
      -webkit-transform: translate3d(0, 50%, 0);
              transform: translate3d(0, 50%, 0); } }

@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
    /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */ }
    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 {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
    md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
      -webkit-transform: translate3d(50%, 0, 0);
              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 {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    margin-top: -24px; }
  .md-tooltip.md-origin-right {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    margin-left: 24px; }
  .md-tooltip.md-origin-bottom {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    margin-top: 24px; }
  .md-tooltip.md-origin-left {
    -webkit-transform-origin: right center;
            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 {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .md-tooltip.md-show {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 150ms;
    -webkit-transform: scale(1);
            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;
    -webkit-transform: scale(0);
            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: #ffffff; } }

/*
* Since Layout API uses ng-cloak to hide the dom elements while layouts are adjusted
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }

/*
 *  Apply Mixins to create Layout/Flexbox styles
 */
.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: calc(100% / 3); }

.offset-66, .flex-offset-66, .layout-margin .flex-offset-66, .layout-margin .offset-66 {
  margin-left: calc(200% / 3); }
  [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: calc(200% / 3); }

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

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@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: calc(100% / 3); }
  .offset-xs-66, .flex-offset-xs-66, .layout-margin .flex-offset-xs-66, .layout-margin .offset-xs-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .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: 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: calc(100% / 3); }
  .offset-gt-xs-66, .flex-offset-gt-xs-66, .layout-margin .flex-offset-gt-xs-66, .layout-margin .offset-gt-xs-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .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: 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: calc(100% / 3); }
  .offset-sm-66, .flex-offset-sm-66, .layout-margin .flex-offset-sm-66, .layout-margin .offset-sm-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .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: 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: calc(100% / 3); }
  .offset-gt-sm-66, .flex-offset-gt-sm-66, .layout-margin .flex-offset-gt-sm-66, .layout-margin .offset-gt-sm-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .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: 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: calc(100% / 3); }
  .offset-md-66, .flex-offset-md-66, .layout-margin .flex-offset-md-66, .layout-margin .offset-md-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .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: 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: calc(100% / 3); }
  .offset-gt-md-66, .flex-offset-gt-md-66, .layout-margin .flex-offset-gt-md-66, .layout-margin .offset-gt-md-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .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: 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: calc(100% / 3); }
  .offset-lg-66, .flex-offset-lg-66, .layout-margin .flex-offset-lg-66, .layout-margin .offset-lg-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .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: 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: calc(100% / 3); }
  .offset-gt-lg-66, .flex-offset-gt-lg-66, .layout-margin .flex-offset-gt-lg-66, .layout-margin .offset-gt-lg-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .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: 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: calc(100% / 3); }
  .offset-xl-66, .flex-offset-xl-66, .layout-margin .flex-offset-xl-66, .layout-margin .offset-xl-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .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: 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; } }

/*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker-input {
  cursor: pointer;
}
.moment-picker {
  position: absolute;
  z-index: 1060;
}
.moment-picker .moment-picker-container {
  color: #404040;
  min-width: 15em;
  background: #fff;
  padding: 4px;
  border: 1px solid #f0f3f4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  margin-left: -0.5em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.moment-picker .moment-picker-container:before,
.moment-picker .moment-picker-container:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 15px;
}
.moment-picker .moment-picker-container:before {
  border-bottom-color: #f0f3f4;
  border-width: 9px;
}
.moment-picker .moment-picker-container:after {
  border-bottom-color: #fff;
  margin-top: 1px;
  margin-left: 1px;
}
.moment-picker.inline {
  display: block;
  position: relative;
}
.moment-picker.inline .moment-picker-container {
  position: relative;
  margin: 0;
}
.moment-picker.inline .moment-picker-container:before,
.moment-picker.inline .moment-picker-container:after {
  content: none;
}
.moment-picker.top .moment-picker-container {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px;
}
.moment-picker.top .moment-picker-container:before,
.moment-picker.top .moment-picker-container:after {
  border: 8px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: -9px;
}
.moment-picker.top .moment-picker-container:before {
  border-top-color: #f0f3f4;
  border-width: 9px;
}
.moment-picker.top .moment-picker-container:after {
  border-top-color: #fff;
  margin-top: auto;
  margin-bottom: 1px;
}
.moment-picker.right .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -0.5em;
}
.moment-picker.right .moment-picker-container:before,
.moment-picker.right .moment-picker-container:after {
  left: auto;
  right: 15px;
}
.moment-picker.right .moment-picker-container:after {
  margin-left: auto;
  margin-right: 1px;
}
.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}
.moment-picker th {
  font-weight: bold;
}
.moment-picker th:first-child,
.moment-picker th:last-child {
  width: 2em;
}
.moment-picker th,
.moment-picker td {
  padding: 0;
  text-align: center;
  min-width: 2em;
  height: 2em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.moment-picker th:hover,
.moment-picker td:hover {
  background-color: #fafbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
  background-image: -webkit-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -moz-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb);
}
.moment-picker th.disabled,
.moment-picker td.disabled,
.moment-picker th.disabled:hover,
.moment-picker td.disabled:hover {
  color: #abbbc7;
  background: none;
  cursor: default;
}
.moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.moment-picker td.selected {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #3ca0dd;
  background-color: #45b1e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45b1e8), to(#3097de));
  background-image: -webkit-linear-gradient(#45b1e8, #3097de);
  background-image: -moz-linear-gradient(#45b1e8, #3097de);
  background-image: -o-linear-gradient(#45b1e8, #3097de);
  background-image: linear-gradient(#45b1e8, #3097de);
}
.moment-picker td.highlighted {
  background-image: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.15));
}
.moment-picker .decade-view td,
.moment-picker .year-view td {
  height: 3.4em;
}
.moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default;
}
.moment-picker .month-view td {
  width: 1.4285714286em;
}
.moment-picker .day-view td,
.moment-picker .hour-view td {
  height: 2.3333333333em;
}
.moment-picker .minute-view td {
  height: 1.8em;
}

@font-face{font-family:Roboto;src:url(/public/_assets/e9f9bb75a1940d6bc5db0b28bc463d39.eot);src:url(/public/_assets/e9f9bb75a1940d6bc5db0b28bc463d39.eot) format("embedded-opentype"),url(/public/_assets/42e500897b2b3057129e2e5c148b72f8.woff) format("woff"),url(/public/_assets/06fa080f833ca3f1465101701e04fdb7.ttf) format("truetype"),url(/public/_assets/45f4ebb085818a800294a5c77e455f82.svg) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:Roboto;src:url(/public/_assets/f17f4d4b46286946c5274d7413d4cfb0.eot);src:url(/public/_assets/f17f4d4b46286946c5274d7413d4cfb0.eot) format("embedded-opentype"),url(/public/_assets/aaaf3a142507193b9f6fe019e96c9431.woff) format("woff"),url(/public/_assets/0cef55e5d655abf5cbbc424170a67d8a.ttf) format("truetype"),url(/public/_assets/4da4567b56701a4270652906b961e60f.svg) format("svg");font-weight:100;font-style:normal}@font-face{font-family:Roboto;src:url(/public/_assets/9d36152a86952df76c7f946547459d83.eot);src:url(/public/_assets/9d36152a86952df76c7f946547459d83.eot) format("embedded-opentype"),url(/public/_assets/f344785ef138c312adf8d321790c5adc.woff) format("woff"),url(/public/_assets/95b3a8c4f285ed7851508dbd4d3a61d5.ttf) format("truetype"),url(/public/_assets/73df900e4cd5c925e2c94423f3423d61.svg) format("svg");font-weight:100;font-style:italic}@font-face{font-family:Roboto;src:url(/public/_assets/1f225800f7f31a52e13938309b982db5.eot);src:url(/public/_assets/1f225800f7f31a52e13938309b982db5.eot) format("embedded-opentype"),url(/public/_assets/1bf7931d38d67e376f982e93f1b1e0e3.woff) format("woff"),url(/public/_assets/325d677ed17a4256a45ead5fb76ab309.ttf) format("truetype"),url(/public/_assets/eabac91e0d240ff84e4375abe4869cb6.svg) format("svg");font-weight:bold;font-style:italic}@font-face{font-family:Roboto;src:url(/public/_assets/d73cd6a5915fe096d2a2c779a23f314f.eot);src:url(/public/_assets/d73cd6a5915fe096d2a2c779a23f314f.eot) format("embedded-opentype"),url(/public/_assets/77de1d73a5833147e4711aeb67d6cccb.woff) format("woff"),url(/public/_assets/a68111e8aaa66718a1107fbe56d263d4.ttf) format("truetype"),url(/public/_assets/c8189513e0ef7f359ca1938b084cf7e4.svg) format("svg");font-weight:900;font-style:italic}@font-face{font-family:Roboto;src:url(/public/_assets/7215c4b44f808c02a2f9eed5d7e84d33.eot);src:url(/public/_assets/7215c4b44f808c02a2f9eed5d7e84d33.eot) format("embedded-opentype"),url(/public/_assets/31e78f5bb4bf431747746455a03990e2.woff) format("woff"),url(/public/_assets/965d122552f4a1495ae020c6bc96fb6e.ttf) format("truetype"),url(/public/_assets/8e242846e0c6cc16b187f9bf8186e6e9.svg) format("svg");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(/public/_assets/ccb442b0ad2d5a108edd566cd3a32e86.eot);src:url(/public/_assets/ccb442b0ad2d5a108edd566cd3a32e86.eot) format("embedded-opentype"),url(/public/_assets/d48b812db3659bb97f80fd2d51cb948d.woff) format("woff"),url(/public/_assets/eb8d0892b2bcf8fb0327d9a3e9487db2.ttf) format("truetype"),url(/public/_assets/7f9f5a40a848dff7f8cbd43106bf7ce4.svg) format("svg");font-weight:bold;font-style:normal}@font-face{font-family:Roboto;src:url(/public/_assets/f8248174b46df598b45010f75c1f2ece.eot);src:url(/public/_assets/f8248174b46df598b45010f75c1f2ece.eot) format("embedded-opentype"),url(/public/_assets/0346a95a0cf2ae43d2d0ecd414d65781.woff) format("woff"),url(/public/_assets/8dd9eb8b5635485ff16ec83b40b9dc80.ttf) format("truetype"),url(/public/_assets/dd63c0032b48e41a963f90cda9e48d67.svg) format("svg");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:url(/public/_assets/9834d9e4dc97b1ba94754fcc6e8dd9f1.eot);src:url(/public/_assets/9834d9e4dc97b1ba94754fcc6e8dd9f1.eot) format("embedded-opentype"),url(/public/_assets/15bc22cde1dd0ec1fb0c6f52d97a1746.woff) format("woff"),url(/public/_assets/345c42636fc40687c14d98111ab7207b.ttf) format("truetype"),url(/public/_assets/1d0dea60b422120c47e5d3c005b913e4.svg) format("svg");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:url(/public/_assets/ca68a2ae10241785288db3d4311dc7d0.eot);src:url(/public/_assets/ca68a2ae10241785288db3d4311dc7d0.eot) format("embedded-opentype"),url(/public/_assets/4311bc428886007fad9a33593d75f2b7.woff) format("woff"),url(/public/_assets/ba99bfb0056b484969dbeac704d52b8f.ttf) format("truetype"),url(/public/_assets/7b2e40b749a75c05c71ff5f39420b3b1.svg) format("svg");font-weight:500;font-style:italic}@font-face{font-family:Roboto;src:url(/public/_assets/abc126cd25409fb8a6ef23f02f41b523.eot);src:url(/public/_assets/abc126cd25409fb8a6ef23f02f41b523.eot) format("embedded-opentype"),url(/public/_assets/84980e6ea302b91bfb2042f077c99eff.woff) format("woff"),url(/public/_assets/ae016b89dbb0c2a606fd50996dfae325.ttf) format("truetype"),url(/public/_assets/cf2c5d16d2dcb5dec972ae4388af2c1d.svg) format("svg");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(/public/_assets/6d4c37f7a0df3a48cf5be7853fe87354.eot);src:url(/public/_assets/6d4c37f7a0df3a48cf5be7853fe87354.eot) format("embedded-opentype"),url(/public/_assets/da62fe971efbdc5d2261d3ac77559dcd.woff) format("woff"),url(/public/_assets/d1acc3c648247dde3306ad79d4cabbb3.ttf) format("truetype"),url(/public/_assets/cde1aeee1a40c8d925d0fa536b6c5883.svg) format("svg");font-weight:normal;font-style:italic}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/b75b5c244b93b1ddfdc9fbb59e9e7b9e.eot);src:url(/public/_assets/b75b5c244b93b1ddfdc9fbb59e9e7b9e.eot) format("embedded-opentype"),url(/public/_assets/2d5e553f1734f40ef33e4fd9e0161afc.woff) format("woff"),url(/public/_assets/799d9d6b5245bb6e60584d7c5dc0c396.ttf) format("truetype"),url(/public/_assets/4ea47c8f45d9f0bd9c95fc5bf3ae8c5a.svg) format("svg");font-weight:100;font-style:normal}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/d5572fc758f9e1e072b0eaee19fa3b67.eot);src:url(/public/_assets/d5572fc758f9e1e072b0eaee19fa3b67.eot) format("embedded-opentype"),url(/public/_assets/799d0b242d2e0c88849645c3d94f38b6.woff) format("woff"),url(/public/_assets/1d7039af96c6b853a5890226dbf8b6f2.ttf) format("truetype"),url(/public/_assets/e36e5388e8d867429c72bf58a1126328.svg) format("svg");font-weight:100;font-style:italic}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/f3d269b948695a8eaed918f8eededc22.eot);src:url(/public/_assets/f3d269b948695a8eaed918f8eededc22.eot) format("embedded-opentype"),url(/public/_assets/7cb6998831ddbe558056cb631c4f20e6.woff) format("woff"),url(/public/_assets/7c4d13327eeeed0697a98c535283e279.ttf) format("truetype"),url(/public/_assets/b6c1c6744daec89a7ca593ac362c2fa9.svg) format("svg");font-weight:300;font-style:normal}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/fe0e16a3cbbc95d9e0108f122af53d78.eot);src:url(/public/_assets/fe0e16a3cbbc95d9e0108f122af53d78.eot) format("embedded-opentype"),url(/public/_assets/16e908620c29904528d4b15e089b9aae.woff) format("woff"),url(/public/_assets/17ef017e7daf89bd71359148b1b5a477.ttf) format("truetype"),url(/public/_assets/805dfe880da49b53c57699025965ed0b.svg) format("svg");font-weight:300;font-style:italic}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/0f77692967decc7fa1ffd613a3fb784c.eot);src:url(/public/_assets/0f77692967decc7fa1ffd613a3fb784c.eot) format("embedded-opentype"),url(/public/_assets/cd4353ae1b1d2876b3a947dac47e15ac.woff) format("woff"),url(/public/_assets/b3dd67f832750443cba7b386accf4268.ttf) format("truetype"),url(/public/_assets/5f581492b73992246f7d824bfdb0b7ba.svg) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/9ef13b1a702ac64477a862e09feed661.eot);src:url(/public/_assets/9ef13b1a702ac64477a862e09feed661.eot) format("embedded-opentype"),url(/public/_assets/50c8b08ef1af07b21c56593684abfafa.woff) format("woff"),url(/public/_assets/be3f9e5dff207fce2b385f43a195edab.ttf) format("truetype"),url(/public/_assets/c98a64a7f25ecba90327efe87440aea8.svg) format("svg");font-weight:normal;font-style:italic}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/648809432379d2b06b7641517cd8f079.eot);src:url(/public/_assets/648809432379d2b06b7641517cd8f079.eot) format("embedded-opentype"),url(/public/_assets/bc975b391d4c224dc9c16ae20e5e43f8.woff) format("woff"),url(/public/_assets/372c6377d73368c5d26f56046465a42f.ttf) format("truetype"),url(/public/_assets/901c18912a74140e49d20ce2f54718e1.svg) format("svg");font-weight:500;font-style:normal}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/a7779fda8c82b17e6610cf1747d2a8c6.eot);src:url(/public/_assets/a7779fda8c82b17e6610cf1747d2a8c6.eot) format("embedded-opentype"),url(/public/_assets/455aeec1c3105571671f19e9d93cc76c.woff) format("woff"),url(/public/_assets/17ac6219c6dd3bf7b7ce67d4d7624ba0.ttf) format("truetype"),url(/public/_assets/328090513093edd8ca93eee3f72f4a9e.svg) format("svg");font-weight:500;font-style:italic}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/2baa324e56cef4d52250ff2e0452dd61.eot);src:url(/public/_assets/2baa324e56cef4d52250ff2e0452dd61.eot) format("embedded-opentype"),url(/public/_assets/df213beb28e8cc13449fa271244bd8a9.woff) format("woff"),url(/public/_assets/73b2c397048938ccf7adcbf770bc8872.ttf) format("truetype"),url(/public/_assets/f7942e4ff39e6be4023e092cc4c91340.svg) format("svg");font-weight:bold;font-style:normal}@font-face{font-family:"Roboto Mono";src:url(/public/_assets/2b7d7a7a038b835e660d68fdc0f77314.eot);src:url(/public/_assets/2b7d7a7a038b835e660d68fdc0f77314.eot) format("embedded-opentype"),url(/public/_assets/0f0731107960445dda4fc0fcb1d1eee6.woff) format("woff"),url(/public/_assets/030d5d4a9eae96a17a743c43c645c1a1.ttf) format("truetype"),url(/public/_assets/b0bdcf5b3cbfb34de1eb1d27e078dfcd.svg) format("svg");font-weight:bold;font-style:italic}@font-face{font-family:Dinot;src:url(/public/_assets/8daf4116fe83c7fa36454950832563e0.eot);src:url(/public/_assets/8daf4116fe83c7fa36454950832563e0.eot) format("embedded-opentype"),url(/public/_assets/f8df07a0857003759a5798eecfbd9324.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Dinot;src:url(/public/_assets/6da187f2b77dc0651b1fe8d92f8a3308.eot);src:url(/public/_assets/6da187f2b77dc0651b1fe8d92f8a3308.eot) format("embedded-opentype"),url(/public/_assets/7c38b6819754cf4755c6b786f3301da4.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Dinot;src:url(/public/_assets/5f30c5806b6b26bcc46448a5ddca9b67.eot);src:url(/public/_assets/5f30c5806b6b26bcc46448a5ddca9b67.eot) format("embedded-opentype"),url(/public/_assets/a407b2546aeedeade21e31296945085e.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Dinot;src:url(/public/_assets/03b09f3707b0faa147d0ef1e6e710904.eot);src:url(/public/_assets/03b09f3707b0faa147d0ef1e6e710904.eot) format("embedded-opentype"),url(/public/_assets/6e72d4655039f1c33e2530f2340e0657.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:evs-icons;src:url(/public/_assets/f1af89615be756a14ea202307918bfae.eot);src:url(/public/_assets/f1af89615be756a14ea202307918bfae.eot?#iefix) format("embedded-opentype"),url(/public/_assets/d4c3e261a686a45194b50873bc16f5e2.woff2) format("woff2"),url(/public/_assets/64b5b53ff5884a6d586e53f89b7cfa1b.woff) format("woff"),url(/public/_assets/3206ef30001a97e283734fa361545ded.ttf) format("truetype"),url(/public/_assets/3191db4bef9f3ef7d89fbdb87484e367.svg#evs-icons) format("svg")}

.mce-container,.mce-container *,.mce-widget,.mce-widget *,.mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:#595959;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;-webkit-tap-highlight-color:transparent;line-height:normal;font-weight:normal;text-align:left;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr;max-width:none}.mce-widget button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.mce-container *[unselectable]{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.word-wrap{word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.mce-fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.mce-fade.mce-in{opacity:1}.mce-tinymce{visibility:inherit !important;position:relative}.mce-fullscreen{border:0;padding:0;margin:0;overflow:hidden;height:100%;z-index:100}div.mce-fullscreen{position:fixed;top:0;left:0;width:100%;height:auto}.mce-tinymce{display:block;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2)}.mce-statusbar>.mce-container-body{display:flex;padding-right:16px}.mce-statusbar>.mce-container-body .mce-path{flex:1}.mce-wordcount{font-size:inherit;text-transform:uppercase;padding:8px 0}div.mce-edit-area{background:#FFF;filter:none}.mce-statusbar{position:relative}.mce-statusbar .mce-container-body{position:relative;font-size:11px}.mce-fullscreen .mce-resizehandle{display:none}.mce-statusbar .mce-flow-layout-item{margin:0}.mce-charmap{border-collapse:collapse}.mce-charmap td{cursor:default;border:1px solid #c5c5c5;width:20px;height:20px;line-height:20px;text-align:center;vertical-align:middle;padding:2px}.mce-charmap td div{text-align:center}.mce-charmap td:hover{background:white}.mce-grid td.mce-grid-cell div{border:1px solid #c5c5c5;width:15px;height:15px;margin:0;cursor:pointer}.mce-grid td.mce-grid-cell div:focus{border-color:#91bbe9}.mce-grid td.mce-grid-cell div[disabled]{cursor:not-allowed}.mce-grid{border-spacing:2px;border-collapse:separate}.mce-grid a{display:block;border:1px solid transparent}.mce-grid a:hover,.mce-grid a:focus{border-color:#91bbe9}.mce-grid-border{margin:0 4px 0 4px}.mce-grid-border a{border-color:#c5c5c5;width:13px;height:13px}.mce-grid-border a:hover,.mce-grid-border a.mce-active{border-color:#91bbe9;background:#bdd6f2}.mce-text-center{text-align:center}div.mce-tinymce-inline{width:100%}.mce-colorbtn-trans div{text-align:center;vertical-align:middle;font-weight:bold;font-size:20px;line-height:16px;color:#8b8b8b}.mce-monospace{font-family:"Courier New",Courier,monospace}.mce-toolbar-grp .mce-flow-layout-item{margin-bottom:0}.mce-container b{font-weight:bold}.mce-container p{margin-bottom:5px}.mce-container a{cursor:pointer;color:#2276d2}.mce-container a:hover{text-decoration:underline}.mce-container ul{margin-left:15px}.mce-container .mce-table-striped{border-collapse:collapse;margin:10px}.mce-container .mce-table-striped thead>tr{background-color:#fafafa}.mce-container .mce-table-striped thead>tr th{font-weight:bold}.mce-container .mce-table-striped td,.mce-container .mce-table-striped th{padding:5px}.mce-container .mce-table-striped tr:nth-child(even){background-color:#fafafa}.mce-container .mce-table-striped tbody>tr:hover{background-color:#e1e1e1}.mce-branding{font-size:inherit;text-transform:uppercase;white-space:pre;padding:8px 0}.mce-branding a{font-size:inherit;color:inherit}.mce-top-part{position:relative}.mce-top-part::before{content:'';position:absolute;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);top:0;right:0;bottom:0;left:0;pointer-events:none}.mce-rtl .mce-wordcount{left:0;right:auto}.mce-rtl .mce-statusbar>.mce-container-body>*:last-child{padding-right:0;padding-left:10px}.mce-rtl .mce-path{text-align:right;padding-right:16px}.mce-croprect-container{position:absolute;top:0;left:0}.mce-croprect-handle{position:absolute;top:0;left:0;width:20px;height:20px;border:2px solid white}.mce-croprect-handle-nw{border-width:2px 0 0 2px;margin:-2px 0 0 -2px;cursor:nw-resize;top:100px;left:100px}.mce-croprect-handle-ne{border-width:2px 2px 0 0;margin:-2px 0 0 -20px;cursor:ne-resize;top:100px;left:200px}.mce-croprect-handle-sw{border-width:0 0 2px 2px;margin:-20px 2px 0 -2px;cursor:sw-resize;top:200px;left:100px}.mce-croprect-handle-se{border-width:0 2px 2px 0;margin:-20px 0 0 -20px;cursor:se-resize;top:200px;left:200px}.mce-croprect-handle-move{position:absolute;cursor:move;border:0}.mce-croprect-block{opacity:.5;filter:alpha(opacity=50);zoom:1;position:absolute;background:black}.mce-croprect-handle:focus{border-color:#2276d2}.mce-croprect-handle-move:focus{outline:1px solid #2276d2}.mce-imagepanel{overflow:auto;background:black}.mce-imagepanel-bg{position:absolute;background:url('data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==')}.mce-imagepanel img{position:absolute}.mce-imagetool.mce-btn .mce-ico{display:block;width:20px;height:20px;text-align:center;line-height:20px;font-size:20px;padding:5px}.mce-arrow-up{margin-top:12px}.mce-arrow-down{margin-top:-12px}.mce-arrow:before,.mce-arrow:after{position:absolute;left:50%;display:block;width:0;height:0;border-style:solid;border-color:transparent;content:""}.mce-arrow.mce-arrow-up:before{top:-9px;border-bottom-color:#c5c5c5;border-width:0 9px 9px;margin-left:-9px}.mce-arrow.mce-arrow-down:before{bottom:-9px;border-top-color:#c5c5c5;border-width:9px 9px 0;margin-left:-9px}.mce-arrow.mce-arrow-up:after{top:-8px;border-bottom-color:#fff;border-width:0 8px 8px;margin-left:-8px}.mce-arrow.mce-arrow-down:after{bottom:-8px;border-top-color:#fff;border-width:8px 8px 0;margin-left:-8px}.mce-arrow.mce-arrow-left:before,.mce-arrow.mce-arrow-left:after{margin:0}.mce-arrow.mce-arrow-left:before{left:8px}.mce-arrow.mce-arrow-left:after{left:9px}.mce-arrow.mce-arrow-right:before,.mce-arrow.mce-arrow-right:after{left:auto;margin:0}.mce-arrow.mce-arrow-right:before{right:8px}.mce-arrow.mce-arrow-right:after{right:9px}.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:before{left:-9px;top:50%;border-right-color:#c5c5c5;border-width:9px 9px 9px 0;margin-top:-9px}.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:after{left:-8px;top:50%;border-right-color:#fff;border-width:8px 8px 8px 0;margin-top:-8px}.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left{margin-left:12px}.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:before{right:-9px;top:50%;border-left-color:#c5c5c5;border-width:9px 0 9px 9px;margin-top:-9px}.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:after{right:-8px;top:50%;border-left-color:#fff;border-width:8px 0 8px 8px;margin-top:-8px}.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right{margin-left:-14px}.mce-edit-aria-container>.mce-container-body{display:flex}.mce-edit-aria-container>.mce-container-body .mce-edit-area{flex:1}.mce-edit-aria-container>.mce-container-body .mce-sidebar>.mce-container-body{display:flex;align-items:stretch;height:100%}.mce-edit-aria-container>.mce-container-body .mce-sidebar-panel{min-width:250px;max-width:250px;position:relative}.mce-edit-aria-container>.mce-container-body .mce-sidebar-panel>.mce-container-body{position:absolute;width:100%;height:100%;overflow:auto;top:0;left:0}.mce-sidebar-toolbar{border:0 solid #c5c5c5;border-left-width:1px}.mce-sidebar-toolbar .mce-btn{border-left:0;border-right:0}.mce-sidebar-toolbar .mce-btn.mce-active,.mce-sidebar-toolbar .mce-btn.mce-active:hover{background-color:#555c66}.mce-sidebar-toolbar .mce-btn.mce-active button,.mce-sidebar-toolbar .mce-btn.mce-active:hover button,.mce-sidebar-toolbar .mce-btn.mce-active button i,.mce-sidebar-toolbar .mce-btn.mce-active:hover button i{color:white;text-shadow:1px 1px none}.mce-sidebar-panel{border:0 solid #c5c5c5;border-left-width:1px}.mce-container,.mce-container-body{display:block}.mce-autoscroll{overflow:hidden}.mce-scrollbar{position:absolute;width:7px;height:100%;top:2px;right:2px;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-scrollbar-h{top:auto;right:auto;left:2px;bottom:2px;width:100%;height:7px}.mce-scrollbar-thumb{position:absolute;background-color:#000;border:1px solid #888;border-color:rgba(85,85,85,0.6);width:5px;height:100%}.mce-scrollbar-h .mce-scrollbar-thumb{width:100%;height:5px}.mce-scrollbar:hover,.mce-scrollbar.mce-active{background-color:#AAA;opacity:.6;filter:alpha(opacity=60);zoom:1}.mce-scroll{position:relative}.mce-panel{border:0 solid #f3f3f3;border:0 solid #c5c5c5;background-color:#fff}.mce-floatpanel{position:absolute;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2)}.mce-floatpanel.mce-fixed{position:fixed}.mce-floatpanel .mce-arrow,.mce-floatpanel .mce-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.mce-floatpanel .mce-arrow{border-width:11px}.mce-floatpanel .mce-arrow:after{border-width:10px;content:""}.mce-floatpanel.mce-popover{filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);top:0;left:0;background:#FFF;border:1px solid #c5c5c5;border:1px solid rgba(0,0,0,0.25)}.mce-floatpanel.mce-popover.mce-bottom{margin-top:10px;*margin-top:0}.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#c5c5c5;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#FFF}.mce-floatpanel.mce-popover.mce-top{margin-top:-10px;*margin-top:0}.mce-floatpanel.mce-popover.mce-top>.mce-arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#c5c5c5;top:auto;bottom:-11px}.mce-floatpanel.mce-popover.mce-top>.mce-arrow:after{bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#FFF}.mce-floatpanel.mce-popover.mce-bottom.mce-start,.mce-floatpanel.mce-popover.mce-top.mce-start{margin-left:-22px}.mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow,.mce-floatpanel.mce-popover.mce-top.mce-start>.mce-arrow{left:20px}.mce-floatpanel.mce-popover.mce-bottom.mce-end,.mce-floatpanel.mce-popover.mce-top.mce-end{margin-left:22px}.mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow,.mce-floatpanel.mce-popover.mce-top.mce-end>.mce-arrow{right:10px;left:auto}.mce-fullscreen{border:0;padding:0;margin:0;overflow:hidden;height:100%}div.mce-fullscreen{position:fixed;top:0;left:0}#mce-modal-block{opacity:0;filter:alpha(opacity=0);zoom:1;position:fixed;left:0;top:0;width:100%;height:100%;background:#FFF}#mce-modal-block.mce-in{opacity:.5;filter:alpha(opacity=50);zoom:1}.mce-window-move{cursor:move}.mce-window{-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;background:#FFF;position:fixed;top:0;left:0;opacity:0;transform:scale(.1);transition:transform 100ms ease-in,opacity 150ms ease-in}.mce-window.mce-in{transform:scale(1);opacity:1}.mce-window-head{padding:9px 15px;border-bottom:1px solid #c5c5c5;position:relative}.mce-window-head .mce-close{position:absolute;right:0;top:0;height:38px;width:38px;text-align:center;cursor:pointer}.mce-window-head .mce-close i{color:#9b9b9b}.mce-close:hover i{color:#bdbdbd}.mce-window-head .mce-title{line-height:20px;font-size:20px;font-weight:bold;text-rendering:optimizelegibility;padding-right:20px}.mce-window .mce-container-body{display:block}.mce-foot{display:block;background-color:#FFF;border-top:1px solid #c5c5c5}.mce-window-head .mce-dragh{position:absolute;top:0;left:0;cursor:move;width:90%;height:100%}.mce-window iframe{width:100%;height:100%}.mce-window-body .mce-listbox{border-color:#e2e4e7}.mce-window .mce-btn:hover{border-color:#c5c5c5}.mce-window .mce-btn:focus{border-color:#2276d2}.mce-window-body .mce-btn,.mce-foot .mce-btn{border-color:#c5c5c5}.mce-foot .mce-btn.mce-primary{border-color:transparent}.mce-rtl .mce-window-head .mce-close{position:absolute;right:auto;left:0}.mce-rtl .mce-window-head .mce-dragh{left:auto;right:0}.mce-rtl .mce-window-head .mce-title{direction:rtl;text-align:right;padding-right:0;padding-left:20px}.mce-tooltip{position:absolute;padding:5px;opacity:.8;filter:alpha(opacity=80);zoom:1;margin-top:1px}.mce-tooltip-inner{font-size:11px;background-color:#000;color:white;max-width:200px;padding:5px 8px 4px 8px;text-align:center;white-space:normal}.mce-tooltip-inner{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-tooltip-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.mce-tooltip-arrow-n{border-bottom-color:#000}.mce-tooltip-arrow-s{border-top-color:#000}.mce-tooltip-arrow-e{border-left-color:#000}.mce-tooltip-arrow-w{border-right-color:#000}.mce-tooltip-nw,.mce-tooltip-sw{margin-left:-14px}.mce-tooltip-ne,.mce-tooltip-se{margin-left:14px}.mce-tooltip-n .mce-tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-nw .mce-tooltip-arrow{top:0;left:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-ne .mce-tooltip-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-s .mce-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-sw .mce-tooltip-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-se .mce-tooltip-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-e .mce-tooltip-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent}.mce-tooltip-w .mce-tooltip-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent}.mce-progress{display:inline-block;position:relative;height:20px}.mce-progress .mce-bar-container{display:inline-block;width:100px;height:100%;margin-right:8px;border:1px solid #ccc;overflow:hidden}.mce-progress .mce-text{display:inline-block;margin-top:auto;margin-bottom:auto;font-size:14px;width:40px;color:#595959}.mce-bar{display:block;width:0;height:100%;background-color:#dfdfdf;-webkit-transition:width .2s ease;transition:width .2s ease}.mce-notification{position:absolute;background-color:#fff;padding:5px;margin-top:5px;border-width:1px;border-style:solid;border-color:#c5c5c5;transition:transform 100ms ease-in,opacity 150ms ease-in;opacity:0;box-sizing:border-box}.mce-notification.mce-in{opacity:1}.mce-notification-success{background-color:#dff0d8;border-color:#d6e9c6}.mce-notification-info{background-color:#d9edf7;border-color:#779ECB}.mce-notification-warning{background-color:#fcf8e3;border-color:#faebcc}.mce-notification-error{background-color:#f2dede;border-color:#ebccd1}.mce-notification.mce-has-close{padding-right:15px}.mce-notification .mce-ico{margin-top:5px}.mce-notification-inner{word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;display:inline-block;font-size:14px;margin:5px 8px 4px 8px;text-align:center;white-space:normal;color:#31708f}.mce-notification-inner a{text-decoration:underline;cursor:pointer}.mce-notification .mce-progress{margin-right:8px}.mce-notification .mce-progress .mce-text{margin-top:5px}.mce-notification *,.mce-notification .mce-progress .mce-text{color:#595959}.mce-notification .mce-progress .mce-bar-container{border-color:#c5c5c5}.mce-notification .mce-progress .mce-bar-container .mce-bar{background-color:#595959}.mce-notification-success *,.mce-notification-success .mce-progress .mce-text{color:#3c763d}.mce-notification-success .mce-progress .mce-bar-container{border-color:#d6e9c6}.mce-notification-success .mce-progress .mce-bar-container .mce-bar{background-color:#3c763d}.mce-notification-info *,.mce-notification-info .mce-progress .mce-text{color:#31708f}.mce-notification-info .mce-progress .mce-bar-container{border-color:#779ECB}.mce-notification-info .mce-progress .mce-bar-container .mce-bar{background-color:#31708f}.mce-notification-warning *,.mce-notification-warning .mce-progress .mce-text{color:#8a6d3b}.mce-notification-warning .mce-progress .mce-bar-container{border-color:#faebcc}.mce-notification-warning .mce-progress .mce-bar-container .mce-bar{background-color:#8a6d3b}.mce-notification-error *,.mce-notification-error .mce-progress .mce-text{color:#a94442}.mce-notification-error .mce-progress .mce-bar-container{border-color:#ebccd1}.mce-notification-error .mce-progress .mce-bar-container .mce-bar{background-color:#a94442}.mce-notification .mce-close{position:absolute;top:6px;right:8px;font-size:20px;font-weight:bold;line-height:20px;color:#9b9b9b;cursor:pointer}.mce-abs-layout{position:relative}html .mce-abs-layout-item,.mce-abs-end{position:absolute}.mce-abs-end{width:1px;height:1px}.mce-container-body.mce-abs-layout{overflow:hidden}.mce-btn{border:1px solid #b3b3b3;border-color:transparent transparent transparent transparent;position:relative;text-shadow:0 1px 1px rgba(255,255,255,0.75);background:white;display:inline-block;*display:inline;*zoom:1;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-btn:hover,.mce-btn:active{background:white;color:#595959;border-color:#e2e4e7}.mce-btn:focus{background:white;color:#595959;border-color:#e2e4e7}.mce-btn.mce-disabled button,.mce-btn.mce-disabled:hover button{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-btn.mce-active,.mce-btn.mce-active:hover,.mce-btn.mce-active:focus,.mce-btn.mce-active:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#555c66;color:white;border-color:transparent}.mce-btn.mce-active button,.mce-btn.mce-active:hover button,.mce-btn.mce-active i,.mce-btn.mce-active:hover i{color:white}.mce-btn:hover .mce-caret{border-top-color:#b5bcc2}.mce-btn.mce-active .mce-caret,.mce-btn.mce-active:hover .mce-caret{border-top-color:white}.mce-btn button{padding:4px 6px;font-size:14px;line-height:20px;*line-height:16px;cursor:pointer;color:#595959;text-align:center;overflow:visible;-webkit-appearance:none}.mce-btn button::-moz-focus-inner{border:0;padding:0}.mce-btn i{text-shadow:1px 1px none}.mce-primary.mce-btn-has-text{min-width:50px}.mce-primary{color:white;border:1px solid transparent;border-color:transparent;background-color:#2276d2}.mce-primary:hover,.mce-primary:focus{background-color:#1e6abc;border-color:transparent}.mce-primary.mce-disabled button,.mce-primary.mce-disabled:hover button{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-primary.mce-active,.mce-primary.mce-active:hover,.mce-primary:not(.mce-disabled):active{background-color:#1e6abc;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-primary button,.mce-primary button i{color:white;text-shadow:1px 1px none}.mce-btn .mce-txt{font-size:inherit;line-height:inherit;color:inherit}.mce-btn-large button{padding:9px 14px;font-size:16px;line-height:normal}.mce-btn-large i{margin-top:2px}.mce-btn-small button{padding:1px 5px;font-size:12px;*padding-bottom:2px}.mce-btn-small i{line-height:20px;vertical-align:top;*line-height:18px}.mce-btn .mce-caret{margin-top:8px;margin-left:0}.mce-btn-small .mce-caret{margin-top:8px;margin-left:0}.mce-caret{display:inline-block;*display:inline;*zoom:1;width:0;height:0;vertical-align:top;border-top:4px solid #b5bcc2;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.mce-disabled .mce-caret{border-top-color:#aaa}.mce-caret.mce-up{border-bottom:4px solid #b5bcc2;border-top:0}.mce-btn-flat{border:0;background:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:none}.mce-btn-flat:hover,.mce-btn-flat.mce-active,.mce-btn-flat:focus,.mce-btn-flat:active{border:0;background:#e6e6e6;filter:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-btn-has-text .mce-ico{padding-right:5px}.mce-rtl .mce-btn button{direction:rtl}.mce-toolbar .mce-btn-group{margin:0;padding:2px 0}.mce-btn-group .mce-btn{border-width:1px;margin:0;margin-left:2px}.mce-btn-group:not(:first-child){border-left:1px solid #d9d9d9;padding-left:0;margin-left:2px}.mce-btn-group{margin-left:2px}.mce-btn-group .mce-btn.mce-flow-layout-item{margin:0}.mce-rtl .mce-btn-group .mce-btn{margin-left:0;margin-right:2px}.mce-rtl .mce-btn-group .mce-first{margin-right:0}.mce-rtl .mce-btn-group:not(:first-child){border-left:none;border-right:1px solid #d9d9d9;padding-right:4px;margin-right:4px}.mce-checkbox{cursor:pointer}i.mce-i-checkbox{margin:0 3px 0 0;border:1px solid #c5c5c5;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:white;text-indent:-10em;overflow:hidden}.mce-checked i.mce-i-checkbox{color:#595959;font-size:16px;line-height:16px;text-indent:0}.mce-checkbox:focus i.mce-i-checkbox,.mce-checkbox.mce-focus i.mce-i-checkbox{border:1px solid #2276d2;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-checkbox.mce-disabled .mce-label,.mce-checkbox.mce-disabled i.mce-i-checkbox{color:#bdbdbd}.mce-checkbox .mce-label{vertical-align:middle}.mce-rtl .mce-checkbox{direction:rtl;text-align:right}.mce-rtl i.mce-i-checkbox{margin:0 0 0 3px}.mce-combobox{position:relative;display:inline-block;*display:inline;*zoom:1;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;*height:32px}.mce-combobox input{border:1px solid #c5c5c5;border-right-color:#c5c5c5;height:28px}.mce-combobox.mce-disabled input{color:#bdbdbd}.mce-combobox .mce-btn{border:1px solid #c5c5c5;border-left:0;margin:0}.mce-combobox button{padding-right:8px;padding-left:8px}.mce-combobox.mce-disabled .mce-btn button{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-combobox .mce-status{position:absolute;right:2px;top:50%;line-height:16px;margin-top:-8px;font-size:12px;width:15px;height:15px;text-align:center;cursor:pointer}.mce-combobox.mce-has-status input{padding-right:20px}.mce-combobox.mce-has-open .mce-status{right:37px}.mce-combobox .mce-status.mce-i-warning{color:#c09853}.mce-combobox .mce-status.mce-i-checkmark{color:#468847}.mce-menu.mce-combobox-menu{border-top:0;margin-top:0;max-height:200px}.mce-menu.mce-combobox-menu .mce-menu-item{padding:4px 6px 4px 4px;font-size:11px}.mce-menu.mce-combobox-menu .mce-menu-item-sep{padding:0}.mce-menu.mce-combobox-menu .mce-text,.mce-menu.mce-combobox-menu .mce-text b{font-size:11px}.mce-menu.mce-combobox-menu .mce-menu-item-link,.mce-menu.mce-combobox-menu .mce-menu-item-link b{font-size:11px}.mce-colorbox i{border:1px solid #c5c5c5;width:14px;height:14px}.mce-colorbutton .mce-ico{position:relative}.mce-colorbutton-grid{margin:4px}.mce-colorbutton .mce-preview{padding-right:3px;display:block;position:absolute;left:50%;top:50%;margin-left:-17px;margin-top:7px;background:gray;width:13px;height:2px;overflow:hidden}.mce-colorbutton.mce-btn-small .mce-preview{margin-left:-16px;padding-right:0;width:16px}.mce-rtl .mce-colorbutton{direction:rtl}.mce-rtl .mce-colorbutton .mce-preview{margin-left:0;padding-right:0;padding-left:3px}.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview{margin-left:0;padding-right:0;padding-left:2px}.mce-rtl .mce-colorbutton .mce-open{padding-left:4px;padding-right:4px;border-left:0}.mce-colorpicker{position:relative;width:250px;height:220px}.mce-colorpicker-sv{position:absolute;top:0;left:0;width:90%;height:100%;border:1px solid #c5c5c5;cursor:crosshair;overflow:hidden}.mce-colorpicker-h-chunk{width:100%}.mce-colorpicker-overlay1,.mce-colorpicker-overlay2{width:100%;height:100%;position:absolute;top:0;left:0}.mce-colorpicker-overlay1{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";background:linear-gradient(to right, #fff, rgba(255,255,255,0))}.mce-colorpicker-overlay2{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";background:linear-gradient(to bottom, rgba(0,0,0,0), #000)}.mce-colorpicker-selector1{background:none;position:absolute;width:12px;height:12px;margin:-8px 0 0 -8px;border:1px solid black;border-radius:50%}.mce-colorpicker-selector2{position:absolute;width:10px;height:10px;border:1px solid white;border-radius:50%}.mce-colorpicker-h{position:absolute;top:0;right:0;width:6.5%;height:100%;border:1px solid #c5c5c5;cursor:crosshair}.mce-colorpicker-h-marker{margin-top:-4px;position:absolute;top:0;left:-1px;width:100%;border:1px solid black;background:white;height:4px;z-index:100}.mce-path{display:inline-block;*display:inline;*zoom:1;padding:8px;white-space:normal;font-size:inherit}.mce-path .mce-txt{display:inline-block;padding-right:3px}.mce-path .mce-path-body{display:inline-block}.mce-path-item{display:inline-block;*display:inline;*zoom:1;cursor:pointer;color:#595959;font-size:inherit;text-transform:uppercase}.mce-path-item:hover{text-decoration:underline}.mce-path-item:focus{background:#555c66;color:white}.mce-path .mce-divider{display:inline;font-size:inherit}.mce-disabled .mce-path-item{color:#aaa}.mce-rtl .mce-path{direction:rtl}.mce-fieldset{border:0 solid #9E9E9E}.mce-fieldset>.mce-container-body{margin-top:-15px}.mce-fieldset-title{margin-left:5px;padding:0 5px 0 5px}.mce-fit-layout{display:inline-block;*display:inline;*zoom:1}.mce-fit-layout-item{position:absolute}.mce-flow-layout-item{display:inline-block;*display:inline;*zoom:1}.mce-flow-layout-item{margin:2px 0 2px 2px}.mce-flow-layout-item.mce-last{margin-right:2px}.mce-flow-layout{white-space:normal}.mce-tinymce-inline .mce-flow-layout{white-space:nowrap}.mce-rtl .mce-flow-layout{text-align:right;direction:rtl}.mce-rtl .mce-flow-layout-item{margin:2px 2px 2px 0}.mce-rtl .mce-flow-layout-item.mce-last{margin-left:2px}.mce-iframe{border:0 solid #c5c5c5;width:100%;height:100%}.mce-infobox{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 1px rgba(255,255,255,0.75);overflow:hidden;border:1px solid red}.mce-infobox div{display:block;margin:5px}.mce-infobox div button{position:absolute;top:50%;right:4px;cursor:pointer;margin-top:-8px;display:none}.mce-infobox div button:focus{outline:2px solid #e2e4e7}.mce-infobox.mce-has-help div{margin-right:25px}.mce-infobox.mce-has-help button{display:block}.mce-infobox.mce-success{background:#dff0d8;border-color:#d6e9c6}.mce-infobox.mce-success div{color:#3c763d}.mce-infobox.mce-warning{background:#fcf8e3;border-color:#faebcc}.mce-infobox.mce-warning div{color:#8a6d3b}.mce-infobox.mce-error{background:#f2dede;border-color:#ebccd1}.mce-infobox.mce-error div{color:#a94442}.mce-rtl .mce-infobox div{text-align:right;direction:rtl}.mce-label{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 1px rgba(255,255,255,0.75);overflow:hidden}.mce-label.mce-autoscroll{overflow:auto}.mce-label.mce-disabled{color:#aaa}.mce-label.mce-multiline{white-space:pre-wrap}.mce-label.mce-success{color:#468847}.mce-label.mce-warning{color:#c09853}.mce-label.mce-error{color:#b94a48}.mce-rtl .mce-label{text-align:right;direction:rtl}.mce-menubar{border:1px solid #e2e4e7}.mce-menubar .mce-menubtn{border-color:transparent;background:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:none}.mce-menubar .mce-menubtn button span{color:#595959}.mce-menubar .mce-caret{border-top-color:#b5bcc2}.mce-menubar .mce-active .mce-caret,.mce-menubar .mce-menubtn:hover .mce-caret{border-top-color:#b5bcc2}.mce-menubar .mce-menubtn:hover,.mce-menubar .mce-menubtn.mce-active,.mce-menubar .mce-menubtn:focus{border-color:#e2e4e7;background:white;filter:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-menubar .mce-menubtn.mce-active{border-bottom:none;z-index:65537}div.mce-menubtn.mce-opened{border-bottom-color:white;z-index:65537}div.mce-menubtn.mce-opened.mce-opened-under{z-index:0}.mce-menubtn button{color:#595959}.mce-menubtn.mce-btn-small span{font-size:12px}.mce-menubtn.mce-fixed-width span{display:inline-block;overflow-x:hidden;text-overflow:ellipsis;width:90px}.mce-menubtn.mce-fixed-width.mce-btn-small span{width:70px}.mce-menubtn .mce-caret{*margin-top:6px}.mce-rtl .mce-menubtn button{direction:rtl;text-align:right}.mce-rtl .mce-menubtn.mce-fixed-width span{direction:rtl;text-align:right}.mce-menu-item{display:block;padding:6px 4px 6px 4px;clear:both;font-weight:normal;line-height:20px;color:#595959;white-space:nowrap;cursor:pointer;line-height:normal;border-left:4px solid transparent;margin-bottom:1px}.mce-menu-item .mce-text,.mce-menu-item .mce-text b{line-height:1;vertical-align:initial}.mce-menu-item .mce-caret{margin-top:4px;margin-right:6px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #595959}.mce-menu-item .mce-menu-shortcut{display:inline-block;padding:0 10px 0 20px;color:#aaa}.mce-menu-item .mce-ico{padding-right:4px}.mce-menu-item:hover,.mce-menu-item:focus{background:#ededee}.mce-menu-item:hover .mce-menu-shortcut,.mce-menu-item:focus .mce-menu-shortcut{color:#aaa}.mce-menu-item:hover .mce-text,.mce-menu-item:focus .mce-text,.mce-menu-item:hover .mce-ico,.mce-menu-item:focus .mce-ico{color:#595959}.mce-menu-item.mce-selected{background:#ededee}.mce-menu-item.mce-selected .mce-text,.mce-menu-item.mce-selected .mce-ico{color:#595959}.mce-menu-item.mce-active.mce-menu-item-normal{background:#555c66}.mce-menu-item.mce-active.mce-menu-item-normal .mce-text,.mce-menu-item.mce-active.mce-menu-item-normal .mce-ico{color:white}.mce-menu-item.mce-active.mce-menu-item-checkbox .mce-ico{visibility:visible}.mce-menu-item.mce-disabled,.mce-menu-item.mce-disabled:hover{background:white}.mce-menu-item.mce-disabled:focus,.mce-menu-item.mce-disabled:hover:focus{background:#ededee}.mce-menu-item.mce-disabled .mce-text,.mce-menu-item.mce-disabled:hover .mce-text,.mce-menu-item.mce-disabled .mce-ico,.mce-menu-item.mce-disabled:hover .mce-ico{color:#aaa}.mce-menu-item.mce-menu-item-preview.mce-active{border-left:5px solid #555c66;background:white}.mce-menu-item.mce-menu-item-preview.mce-active .mce-text,.mce-menu-item.mce-menu-item-preview.mce-active .mce-ico{color:#595959}.mce-menu-item.mce-menu-item-preview.mce-active:hover{background:#ededee}.mce-menu-item-link{color:#093;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mce-menu-item-link b{color:#093}.mce-menu-item-ellipsis{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mce-menu-item:hover *,.mce-menu-item.mce-selected *,.mce-menu-item:focus *{color:#595959}div.mce-menu .mce-menu-item-sep,.mce-menu-item-sep:hover{border:0;padding:0;height:1px;margin:9px 1px;overflow:hidden;background:transparent;border-bottom:1px solid rgba(0,0,0,0.1);cursor:default;filter:none}div.mce-menu .mce-menu-item b{font-weight:bold}.mce-menu-item-indent-1{padding-left:20px}.mce-menu-item-indent-2{padding-left:35px}.mce-menu-item-indent-2{padding-left:35px}.mce-menu-item-indent-3{padding-left:40px}.mce-menu-item-indent-4{padding-left:45px}.mce-menu-item-indent-5{padding-left:50px}.mce-menu-item-indent-6{padding-left:55px}.mce-menu.mce-rtl{direction:rtl}.mce-rtl .mce-menu-item{text-align:right;direction:rtl;padding:6px 12px 6px 15px}.mce-rtl .mce-menu-item .mce-caret{margin-left:6px;margin-right:0;border-right:4px solid #595959;border-left:0}.mce-rtl .mce-menu-item.mce-selected .mce-caret,.mce-rtl .mce-menu-item:focus .mce-caret,.mce-rtl .mce-menu-item:hover .mce-caret{border-left-color:transparent;border-right-color:#595959}.mce-rtl .mce-menu-item .mce-ico{padding-right:0;padding-left:4px}.mce-throbber{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6;filter:alpha(opacity=60);zoom:1;background:#fff url(data:image/gif;base64,R0lGODlhHwAfAPUAAP///wAAAOjo6NLS0ry8vK6urqKiotzc3Li4uJqamuTk5NjY2KqqqqCgoLCwsMzMzPb29qioqNTU1Obm5jY2NiYmJlBQUMTExHBwcJKSklZWVvr6+mhoaEZGRsbGxvj4+EhISDIyMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==) no-repeat center center}.mce-throbber-inline{position:static;height:50px}.mce-menu .mce-throbber-inline{height:25px;background-size:contain}.mce-menu{position:absolute;left:0;top:0;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;z-index:1000;padding:5px 0 5px 0;margin:-1px 0 0;min-width:180px;background:white;border:1px solid #c5c9cf;border:1px solid #e2e4e7;z-index:1002;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);max-height:500px;overflow:auto;overflow-x:hidden}.mce-menu.mce-animate{opacity:.01;transform:rotateY(10deg) rotateX(-10deg);transform-origin:left top}.mce-menu.mce-menu-align .mce-menu-shortcut,.mce-menu.mce-menu-align .mce-caret{position:absolute;right:0}.mce-menu i{display:none}.mce-menu-has-icons i{display:inline-block}.mce-menu.mce-in.mce-animate{opacity:1;transform:rotateY(0) rotateX(0);transition:opacity .075s ease,transform .1s ease}.mce-menu-sub-tr-tl{margin:-6px 0 0 -1px}.mce-menu-sub-br-bl{margin:6px 0 0 -1px}.mce-menu-sub-tl-tr{margin:-6px 0 0 1px}.mce-menu-sub-bl-br{margin:6px 0 0 1px}.mce-rtl .mce-menu-item .mce-ico{padding-right:0;padding-left:4px}.mce-rtl.mce-menu-align .mce-caret,.mce-rtl .mce-menu-shortcut{right:auto;left:0}.mce-listbox button{text-align:left;padding-right:20px;position:relative}.mce-listbox .mce-caret{position:absolute;margin-top:-2px;right:8px;top:50%}.mce-rtl .mce-listbox .mce-caret{right:auto;left:8px}.mce-rtl .mce-listbox button{padding-right:10px;padding-left:20px}.mce-container-body .mce-resizehandle{position:absolute;right:0;bottom:0;width:16px;height:16px;visibility:visible;cursor:s-resize;margin:0}.mce-container-body .mce-resizehandle-both{cursor:se-resize}i.mce-i-resize{color:#595959}.mce-selectbox{background:#fff;border:1px solid #c5c5c5}.mce-slider{border:1px solid #c5c5c5;background:#fff;width:100px;height:10px;position:relative;display:block}.mce-slider.mce-vertical{width:10px;height:100px}.mce-slider-handle{border:1px solid #c5c5c5;background:#e6e6e6;display:block;width:13px;height:13px;position:absolute;top:0;left:0;margin-left:-1px;margin-top:-2px}.mce-slider-handle:focus{border-color:#2276d2}.mce-spacer{visibility:hidden}.mce-splitbtn:hover .mce-open{border-left:1px solid #e2e4e7}.mce-splitbtn .mce-open{border-left:1px solid transparent;padding-right:4px;padding-left:4px}.mce-splitbtn .mce-open:focus{border-left:1px solid #e2e4e7}.mce-splitbtn .mce-open:hover,.mce-splitbtn .mce-open:active{border-left:1px solid #e2e4e7}.mce-splitbtn.mce-active:hover .mce-open{border-left:1px solid white}.mce-splitbtn.mce-opened{border-color:#e2e4e7}.mce-splitbtn.mce-btn-small .mce-open{padding:0 3px 0 3px}.mce-rtl .mce-splitbtn{direction:rtl;text-align:right}.mce-rtl .mce-splitbtn button{padding-right:4px;padding-left:4px}.mce-rtl .mce-splitbtn .mce-open{border-left:0}.mce-stack-layout-item{display:block}.mce-tabs{display:block;border-bottom:1px solid #c5c5c5}.mce-tabs,.mce-tabs+.mce-container-body{background:#fff}.mce-tab{display:inline-block;*display:inline;*zoom:1;border:1px solid #c5c5c5;border-width:0 1px 0 0;background:#fff;padding:8px 15px;text-shadow:0 1px 1px rgba(255,255,255,0.75);height:13px;cursor:pointer}.mce-tab:hover{background:#FDFDFD}.mce-tab.mce-active{background:#FDFDFD;border-bottom-color:transparent;margin-bottom:-1px;height:14px}.mce-tab:focus{color:#2276d2}.mce-rtl .mce-tabs{text-align:right;direction:rtl}.mce-rtl .mce-tab{border-width:0 0 0 1px}.mce-textbox{background:#fff;border:1px solid #c5c5c5;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;display:inline-block;-webkit-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;height:28px;resize:none;padding:0 4px 0 4px;white-space:pre-wrap;*white-space:pre;color:#595959}.mce-textbox:focus,.mce-textbox.mce-focus{border-color:#2276d2;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-placeholder .mce-textbox{color:#aaa}.mce-textbox.mce-multiline{padding:4px;height:auto}.mce-textbox.mce-disabled{color:#bdbdbd}.mce-rtl .mce-textbox{text-align:right;direction:rtl}.mce-dropzone{border:3px dashed gray;text-align:center}.mce-dropzone span{text-transform:uppercase;display:inline-block;vertical-align:middle}.mce-dropzone:after{content:"";height:100%;display:inline-block;vertical-align:middle}.mce-dropzone.mce-disabled{opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-dropzone.mce-disabled.mce-dragenter{cursor:not-allowed}.mce-browsebutton{position:relative;overflow:hidden}.mce-browsebutton button{position:relative;z-index:1}.mce-browsebutton input{opacity:0;filter:alpha(opacity=0);zoom:1;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}@font-face{font-family:'tinymce';src:url(/public/_assets/06189313e1c7504e1edaa12766c2cfd9.eot);src:url(/public/_assets/06189313e1c7504e1edaa12766c2cfd9.eot?#iefix) format('embedded-opentype'),url(/public/_assets/50c955d592e8a54a0e4cb4936d386076.woff) format('woff'),url(/public/_assets/db33e7676b65cdbfddbe8cdce17ca068.ttf) format('truetype'),url(/public/_assets/d031f47facf4331979b6f9fbac3187ef.svg#tinymce) format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'tinymce-small';src:url(/public/_assets/12d26c285b71d790f4b0c94423ef1f99.eot);src:url(/public/_assets/12d26c285b71d790f4b0c94423ef1f99.eot?#iefix) format('embedded-opentype'),url(data:application/font-woff;base64,d09GRgABAAAAACSkAAsAAAAAJFgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIDJGNtYXAAAAFoAAAAbAAAAGzGrcGEZ2FzcAAAAdQAAAAIAAAACAAAABBnbHlmAAAB3AAAHwQAAB8ECUcewWhlYWQAACDgAAAANgAAADYHZ8B7aGhlYQAAIRgAAAAkAAAAJAerA/JobXR4AAAhPAAAAOQAAADk2gISm2xvY2EAACIgAAAAdAAAAHTQJNhabWF4cAAAIpQAAAAgAAAAIABJANBuYW1lAAAitAAAAc4AAAHO/kzcgXBvc3QAACSEAAAAIAAAACAAAwAAAAMD9wGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAFAAAAAQABAAAwAAAAEAIOAo4DLgNeYD//3//wAAAAAAIOAA4CrgNOYD//3//wAB/+MgBCADIAIaNQADAAEAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABABAAAADwAOAAA4AEwAeADcAACURJyEiBhURFBYzITI2NQEzFSM1EyEROAExITgBMREzIxE0JiMhIgYVESMRMxUUFjMhMjY9ARcRA8Dg/bAhLy8hAuAhL/6AQECA/oABgIBAJhr+gBomQEAmGgFAGiaAUAJQ4C8h/SAhLy8hArDAwP2AAQD/AAEAGiYmGv8AAoDAGiYmGquA/hUAAwCAAAADgAOAABQAHgAuAAABJy4BIyEiBhURFBYzITI2NRE0JicHHgEXIzUeAR8BEyE4ATEROAExIREhETgBMQNThhJBGv5gGiYmGgKAGiYbEi4GCgO4ChEFhRv9gAGAAQACzYYSGyYa/QAaJiYaAiAaQRItBREKuAMKBoX9oAMA/wD+AAAAAAIAAP/ABAADwAAwADkAAAE1Jy4BJzcnBy4BLwEjBw4BBycHFw4BDwEVFx4BFwcXNx4BHwEzNz4BNxc3Jz4BPwElByMnNTczFxUEAJ8GEgtocYATKxcQoBAXKxOAcWgLEgafnwYSC2hxgBMrFxCgEBcrE4BxaAsSBp/+wICAgICAgAFwoBAXKxOAcWgLEgafnwYSC2hxgBMrFxCgEBcrE4BxaAsSBp+fBhILaHGAEysXEBCAgICAgIAAAAAABABAAEADwAMAAAMABwALAA8AABMhFSERIRUhESEVIREhFSFAA4D8gAOA/IACQP3AAkD9wAMAgP8AgAFAgP8AgAAAAAAEAEAAQAPAAwAAAwAHAAsADwAAEyEVIREhFSETIRUhESEVIUADgPyAA4D8gMACAP4AAgD+AAMAgP8AgAFAgP8AgAAAAAQAQABAA8ADAAADAAcACwAPAAATIRUhESEVIQEhFSERIRUhQAOA/IADgPyAAUACQP3AAkD9wAMAgP8AgAFAgP8AgAAABABAAEADwAMAAAMABwALAA8AABMhFSERIRUhESEVIREhFSFAA4D8gAOA/IADgPyAA4D8gAMAgP8AgAFAgP8AgAAAAAAEAIkAKQN3A2AAKgBAAE0AYwAAAS4BByc3MD4BJicJAQ4BHgExFwcmBgcOARcWNjc+ASc3FwYWFx4BNzYmJwUOAQcOASMiJicmNjc+ATMyFhceAQc3IiY1NDYzMhYVFAYjBQ4BIyImJy4BJyY2Nz4BMzIWFx4BBwNgIlYpP8AkGAww/sD+wDAMGCTAPylWIjkNLy+SOCMgBD8/BCAjOJIvLw05/gECEg8RKRMIFAgQCB4RKRQIFAgJBAGfGyUlGxslJRsBMwgUCBMpEQ8SAgEECQgUCBQpER4IEAEiIyAEP8AsSFww/sABQDBcSCzAPwQgIziSLy8NOSJWKT8/KVYiOQ0vL5I4WRIkEBATBQgQQx4REgQIChoIlyUbGyUlGxsl8wgFExAQJBIIGgoIBBIRHkMQAAUAQAAAA4ADgAAcACcALAAwADcAAAE1NCYrATU0JisBIgYdASMiBhURFBY7ARUhNxEjATgBMTM4ATEVIzUHNSEVIQE1Mwc3IxUhESERAsATDaAmGoAaJqANExMN4AGAwMD+gICAgAGA/oACAGVlgMD/AAHAAkCgDRNAGiYmGkATDf4ADRPAwAGAAQBAQMBAQP3bZWWlwAHA/wAAAAQAQAAAA8ADgAAqADkASABXAAABIxEzNSEVMxEhETM1IRUzESMiBhURFBY7ATI2NREzERQWOwEyNjURNCYjASMiJjU0NjsBMhYVFAYjEyMiJjU0NjsBMhYVFAYjASMiJjU0NjsBMhYVFAYjA3g4QP7AQP8AQP7AQDgeKioe8B4qgCoe8B4qKh795LgPFRUPuA8VFQ/EQA0TEw1ADRMTDQE8uA8VFQ+4DxUVDwJAAQBAQP8AAQBAQP8AKh7+UB4qKh4BOP7IHioqHgGwHir+ABMNDRMTDQ0TAYATDQ0TEw0NE/6AEw0NExMNDRMABgCAAEADwANAAAMABwALABgAJQAyAAABIRUhFSEVIRUhFSEBFBYzMjY1NCYjIgYVERQWMzI2NTQmIyIGFREUFjMyNjU0JiMiBhUBgAJA/cACQP3AAkD9wP8AJRsbJSUbGyUlGxslJRsbJSUbGyUlGxslA0CAwIDAgALAGyUlGxslJRv+wBslJRsbJSUb/sAbJSUbGyUlGwAEAIAAAAPAA4AAAwAHAAsAJQAAASEVIRUhFSEVIRUhAzUjESMVMxEjFTMVBxUzFSMVMxUjFTMRIzUBgAJA/cACQP3AAkD9wEBAgEBAgICAgICAwIADQIDAgMCAAW6SAUBA/wBAMjySQEBAQAFAMgAABQBAAEADwAMAAAMABwALAA8AEgAAEyEVIQEhFSERIRUhASEVIREXB0ADgPyAAUACQP3AAkD9wP7AA4D8gODgAwCA/wCAAUCA/wCAAgCgoAAFAEAAQAPAAwAAAwAHAAsADwASAAATIRUhESEVIREhFSERIRUhAQcXQAOA/IACQP3AAkD9wAOA/IADgODgAwCA/wCAAUCA/wCAAgCgoAAAAAIAQACAA8ADAAAfAD8AAAEyHgIVFA4CIyIuAjUnND4CMxUiBgcOAQc+ATMhMh4CFRQOAiMiLgI1JzQ+AjMVIgYHDgEHPgEzAQAoRjQeHjRGKCdGNB4BPGiMTzdkJggNBwgPBwIAKEY0Hh40RignRjQeATxojE83ZCYIDQcIDwcCFyA3SiorSjcgIDdKKx1UlG9AdCwqCBAJAQEgN0oqK0o3ICA3SisdVJRvQHQsKggQCQEBAAEAcAAAAsADgAAOAAAlPgEuAQcVCQEVNh4BBgcCwBYkIoWT/rABULDMP09sAEughFME3gFQAVDZBHnE9ngAAAABAUAAAAOQA4AADgAAATUJATUmDgEWFy4BPgEXAkABUP6wk4UiJBZsTz/MsAKn2f6w/rDeBFOEoEt49sR5BAAAAwBAAAADnwOAADAAbQB/AAABJy4BIyIGDwEGFB8BNycmND8BPgEzMhYfARYUDwEOASMiJi8BBxceATMyNj8BNjQnAQcXHgEVFAYPAQ4BIyImLwEuATU0Nj8BPgEzMhYfATcnLgEjIgYPAQ4BFRQWHwEeATMyNj8BPgE1NCYvAQciJicmNDcBNjIXFhQHAQ4BIwOfhRApFhcpEKUhIQNEAwUFpQMHAgEHA4UFBaUDBwECBwMCRAIQKRcWKRClISH+iEQDAwICA6UDBwIBBwOFAwICA6UDBwECBwMCRAIQKRcWKRClEBEREIUQKRYXKRClEBEREAPHBw4GCwsBQAsgCwsL/sAGDgcC2oUQEREQpSFdIQJEAgUNBaUDAgIDhQUNBaUDAgIDA0QDEBEREKUhXSH+jUQCAwcCAQcDpQMCAgOFAwcBAgcDpQMCAgMDRAMQEREQpRApFxYpEIUQEREQpRApFhcpEAJtBgULIAsBQAsLCyAL/sAFBgAAAAAIAEAAAAPAA4AAMABtAH8AjgCdAK8AvgDNAAABJy4BIyIGDwEGFB8BNycmND8BPgEzMhYfARYUDwEOASMiJi8BBxceATMyNj8BNjQnAQcXHgEVFAYPAQ4BIyImLwEuATU0Nj8BPgEzMhYfATcnLgEjIgYPAQ4BFRQWHwEeATMyNj8BPgE1NCYvARciJi8BJjQ3NjIfARYUBw4BIwciJj0BNDYzMhYdARQGIwEjIiY1NDY7ATIWFRQGIwEyFh8BFhQHBiIvASY0Nz4BMzcyFh0BFAYjIiY9ATQ2MwEzMhYVFAYrASImNTQ2MwOfhRApFhcpEKUhIQNEAwUFpQMHAgEHA4UFBaUDBwECBwMCRAIQKRcWKRClISH+iEQDAwICA6UDBwIBBwOFAwICA6UDBwECBwMCRAIQKRcWKRClEBEREIUQKRYXKRClEBEREAP5Bw4GgAsLCyALgAsLBg4HwA0TEw0NExMNAUCADRMTDYANExMN/UAHDgaACwsLIAuACwsGDgfADRMTDQ0TEw3+wIANExMNgA0TEw0C2oUQEREQpSFdIQJEAgUNBaUDAgIDhQUNBaUDAgIDA0QDEBEREKUhXSH+jUQCAwcCAQcDpQMCAgOFAwcBAgcDpQMCAgMDRAMQEREQpRApFxYpEIUQEREQpRApFhcpEALtBgWACyALCwuACyALBQZ6Ew2ADRMTDYANEwFAEw0NExMNDRMBxgYFgAsgCwsLgAsgCwUGehMNgA0TEw2ADRP+wBMNDRMTDQ0TAAAAAgEAAAADAAOAAAUACwAAAREJAREhAScHESERAQABAAEA/gABwMDAAYADgPyAAQD/AAOA/SvAwAKV/WsAAwBAAEADwANAABAAJAAxAAABISIGFREUFjMhMjY1ETQmIxE4ATEDBwsBOAExETgBMSE4ATERARQWMzI2NTQmIyIGFQOA/QAaJiYaAwAaJiYawKDgwAMA/wA4KCg4OCgoOANAJhr9gBomJhoCgBom/UABQIABIP4gAoD9gAHgKDg4KCg4OCgAAAkAQABAA8ADQAAQABUAGgAfACQAKQAuADMANgAAASEiBhURFBYzITI2NRE0JiMBIzUzFREjNTMVESM1MxUBIREhETMjNTMVESM1MxURIzUzFSERJQOA/QAaJiYaAwAaJiYa/YCAgICAgIABwP6AAYDAgICAgICA/gABIANAJhr9gBomJhoCgBom/UCAgAEAgIABAICA/gACgP2AgIABAICAAQCAgP6AwAAAAAADAEAAAAPAA4AABAARADoAAAEzFSM1ATIWHQEHIzU3NSE1ISciDgIHDgMVFB4CFx4DMzI+Ajc+AzU0LgInLgMjAcCAgAEAGyXkXMD+wAGAwC1WUUkgIDAiEREiMCAgSVFWLS1WUUkgIDAiEREiMCAgSVFWLQEAgIABwCUbpppAgECAwBEiMCAgSVFWLS1WUUkgIDAiEREiMCAgSVFWLS1WUUkgIDAiEQACAGAAwAOgAsAABQALAAABJzcnCQEBBxcHFwEBoMDAQP8AAQABQEDAwEABAAEAwMBA/wD/AAIAQMDAQAEAAAAABQBOAAADsgNmAAoAFQApAD4AUwAAExc+ATcnDgMHJQceARc3LgMnAyImLwE1NDYzMhYdARceAQcOASMDIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgIjTlEmckUeK05FOxcCVB5FciZRFztFTitCBAcDkhMNDRNuDAkGBQ8JYFCLaTw8aYtQUItpPDxpi1A8aU4tLU5pPDxpTi0tTmk8Ao8zPVsXWw4rNkIm11sXWz0zJkI2Kw79mgIBSdQNExMNrDcGGQwJCQIAPGmLUFCLaTw8aYtQUItpPP1gLU5pPDxpTi0tTmk8PGlOLQAAAAQAQACAA8ADFgAeADMAQABlAAATPgE3PgEzMhYXHgEXNS4BJy4DIyIOAgcOAQcVJSIOAgceAzMyPgI3LgMjFRQGIyImNTQ2MzIWFRcOASMiJicuASc+ATc+ATcOARUUFjMyNjU0JiceARceARcOAQdAIk0qRJZNTZZEKk0iGTQcJ1RWWS0tWVZUJxw0GQHARYBzYiYmYnOARUWAc2ImJmJzgEUlGxslJRsbJdgzbDk5bDMnRh0dRicKFAoICHBQUHAICAoUCidGHR1GJwH4Jj8YKCkpKBg/JnYVJRAXIxgMDBgjFxAlFXaIJENfOjpfQyQkQ186Ol9DJMAbJSUbGyUlG7kdHh4dFz0lJT0XBQsFEicVUHBwUBUnEgULBRc9JSU9FwACAOQAwAMcAwAAEQAcAAABLgErASIGBzgBMQMzNzMXMwMHNz4BMTAWFzEXIwKLEh47QDwdE5BxOuI6cZHWJwcdHQcnlgKkPh4gQP4gwMAB5KSIGQUFGYgACgBAAEADwAMAAAQACQAOABMAGAAdACIAJwAsADEAABMRIREhATUhFSEFFSE1IREVITUhIRUjNTMHMxUjNSEzFSM1PQEzFSMBMxUjNQU1MxUjQAOA/IABQAEA/wABAP8AAQD/AAEA/sDAwMDAwAJAwMDAwP3AwMACQMDAAwD9QALA/kCAgECAgAGAgICAgMCAgICAQICA/wCAgICAgAAAAAEAQAGAA8ACAAADAAATIRUhQAOA/IACAIAAAAADAEAAQAPgA4AABAANABoAADchFSE1ASMDIxMjNSEVEycHJzcnNxc3FwcXB0ACAP4AAsDdt4W43wJAooKCPoKCPoKCPoKCPsCAgAJA/gACAICA/UCCgj6Cgj6Cgj6Cgj4AAAAAAgAc/8ADgALAAAsAFwAAJRUzFSM1NzUjNTMVAyMHJyMJATM3FzMBAwCAwICAwNyIvLyIAQD/AIi8vIj/ADIyQJI8MkCSAlK8vP8A/wC8vAEAAAAAAgAcAMADgAPAAAsAFwAAARUzFSM1NzUjNTMVByMHJyMJATM3FzMBAwCAwICAwNyIvLyIAQD/AIi8vIj/AALyMkCSPDJAkm68vP8A/wC8vAEAAAAAAQBAAAADwAOAADQAACU1PgM1NC4CIyIOAhUUHgIXFSMnFSE1LgM1ND4CMzIeAhUUDgIHFSE1ByMCwDleRCVGeqNdXaN6RiVEXjnAQAFAJj8tGS9RbT4+bVEvGS0/JgFAQMCAJRdHWmo5UItpPDxpi1A5alpHFyVg4N8TO0tYMEJ1VzIyV3VCMFhLOxPf4GAABQBAAAADwAOAABgALgA7AEgAWQAAATIWFx4BFRQGBw4BIyImJy4BNTQ2Nz4BMzUiDgIVFB4CMzI+AjU0LgIjMQMUFjMyNjU0JiMiBhUhFBYzMjY1NCYjIgYVAyImJx4DMzI+AjcOASMCAEuHNTU4ODU1h0tLhzU1ODg1NYdLXaN6RkZ6o11do3pGRnqjXcAlGxslJRsbJQEAJRsbJSUbGyVATIMsCS1DUy8vU0MtCSyDTAM0ODU1h0tLhzU1ODg1NYdLS4c1NThMRnqjXV2jekZGeqNdXaN6Rv7AGyUlGxslJRsbJSUbGyUlG/7wMyssSzgfHzhLLCszAAAABABAAEADwANAAAQAGQAeACsAAAEhFSE1BSEiBhURFBY7ARUhNTMyNjURNCYjAyERIRETFAYjIiY1NDYzMhYVAQACAP4AAoD9ABomJhqAAgCAGiYmGsD+gAGAzhsTExsbExMbA0CAgMAmGv8AGibAwCYaAQAaJv4AAQD/AAGgExsbExMbGxMAAAQAQAAAA8ADgAAGAA0AFAAbAAABJzchETcXITcXESEXBxEXByERBychBycRISc3AeDAgP6ggMABAMCA/qCAwMCAAWCAwP8AwIABYIDAAkDAgP6ggMDAgAFggMD/AMCAAWCAwMCA/qCAwAAAAAYAQAAAA8ADgAATACIAJwA5AD4AQwAAATUjIgYVERQWFwEnBxMBMzUjETMBMxE0JisBIgYVETM1MxUDNTMVIwU1NCYjMjY9ATQmKwERMzI2NQMzFSM1FTMVIzUDwMAaJggH/tGOUuABoIDAwP1AQCYagBomQICAgIACABIaGhImGsDAGibAgICAgANAQCYa/sAMFQn+/JRG/uABwEABQP6AAYAaJiYa/oDAwAEAgIDAYBomJhpgGib+QCYaAUCAgMCAgAACAEAAQAPAAsAADAAVAAABIzUzNTMVMxUjFSM1BREhETMVITUzAcCAgICAgIACAPyAgAKAgAHAgICAgICAQP7AAUDAwAAAAAAOAEAAAAPAA4AAAwAHAAsAEQAVABkAHQAjACkALgAzADkAPQBBAAABMxUjETMVIxMzFSM3FSMVMxEhMxUjBzMVIxEzFSMDETM1MzUBMxEjFSMBESERIQEhESERAREzNTM1ATMVIyczFSMCAICAgIBAgIDAQID+QICAQICAgICAQEABgIBAQP2AA4D8gANA/QADAP1AQEABAICAwICAAkBA/sBAAQBAQMBAAQBAgEABwEABAP8AwED/AAEAwAFA/IADgPzAAwD9AAFA/wDAQAGAQEBAAAcAQAAAA8ADgAAIABEAFQAZAB0AIQAlAAABEyETMxMhEzMBAyEDIwMhAyMDMxUjNzMVIzczFSM3MxUjNzMVIwMwEP2AECAQAgAQIP2gEAKAECAQ/gAQIJCAgMCAgMCAgMCAgMCAgAOA/oABgP7AAUD8gAFA/sABAP8AAcBAQEBAQEBAQEAAAAAC/+AAAAQAA4AAJgAsAAABMh4CFRQOAiM1MjY3PgE1NCYnLgEjIgYHDgEHMwsBMz4DMxMVIREzFQJAXaN6RkZ6o11HgDIyNTUyMoBHR4AyJjIJuuDgpQtOdpdVwP8AgAOARnqjXV2jekZgNTIygEdHgDIyNTUyJl80/wABAFGNZzv+gIABQMAAAwEAAEADAANAABMAIAAtAAABPgE1NC4CKwERITI+AjU0JicnNDY7ATIWFRQGKwE1EyMiJj0BMzIWFRQGIwJxJCsjPVIu4AEgLlI9I1A/8RwUQyAtLSBzo3MUHKMgLS0gAdIcUy8rTDgh/QAhOEwrQmkXvhQcOCgoOJD+MBwUkDgoKDgAAQCAAEADQANAAAwAAAEVIwEzFSE1MwEjNSEDQJD/AJD+QJABAJABwANAQP2AQEACgEAAAAIAwABAAwADQAAEACEAADchFSE1AREUBgcOASMiJicuATURIxEUHgIzMj4CNREjwAJA/cABwBUUGD0iIj0YFBWALU5pPDxpTi2AgEBAAsD+gBctERUWFhURLRcBgP6ANV1GKChGXTUBgAAAAAEAQABAA8ADQAA+AAABIS4BIyImNTQ2MzIWFzMuAScuASMiBgcOARUUFhceARchFSEeARUUBiMiJicjHgEXHgEzMjY3PgE1NCYnMzUDwP72JV4zQ2JiQzhZDnEGKyMmYTU1YSYpLS0pAQMC/vYCASs5YkM4WQ5xBisjJmE1NWEmKS0PD8wBwBscQS0sQS8jJkUaHB8fHB9ULS5UHwECAUANNiIsQS8jJkUaHB8fHB9ULRszF0AAAAABAKAAQANAA0AAFAAAASIOAhUUHgIzETMRMxEzETM1IQGALlI9IyM9Ui6AQICA/kADQCM9Ui4uUj0j/sACgP2AAoCAAAIAQABAA4ADQAAUABcAAAEiDgIVFB4CMxEzETMRMxEzNSEBNycBwC5SPSMjPVIugECAgP5A/oDg4ANAIz1SLi5SPSP+wAKA/YACgID9AMDAAAAAAAIAYABAA8ADQAAUABcAAAEiDgIVFB4CMxEzETMRMxEzNSEBBxcBQC5SPSMjPVIugECAgP5AAoDg4ANAIz1SLi5SPSP+wAKA/YACgID+gMDAAAAAAAUAQAAABAADgAAKAA4AEgAZACIAAAEjNSchESEVIREnFRcjNQEXIzUlIRUzESERASE1MxEzFTMRA0DAwP6AAYACQMBlZf6AZWX+wAEAwP5AA0D+QICAwAKAQMD9QMABwMBbZWUBAGVlG8D+gAJA/QCAAYDA/sAAAA8BAACAA0ACwAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwAAATMVIwczFSMVMxUjFTMVIyczFSMVMxUjJzMVIwEzFSMVMxUjFTMVIxUzFSMnMxUjJzMVIyczFSMnMxUjAwBAQIBAQEBAQECAQEBAQIBAQAGAQEBAQEBAQECAQECAQECAQECAQEACwEBAQEBAQEDAQEBAQEABQEBAQEBAQEBAQEBAQEBAQAAABABAABIDwAOAAAUAHQA2AEMAAAEhJyEHIQMzEyETIS4DNTQ+AjMyHgIVFAYHFyc+ATU0JiMiBhUUFjMyNjcXHgE/ATYmJyUiJjU0NjMyFhUUBiMDoP5gIP6gQAOAeFgg/IBAAWQnQjAbK0pjODhjSisEBCOGDQ5wUFBwcFAbMhZvETMTBRMCFP7VM0lJMzNJSTMDQECA/gABwP2ADjNCUSw4Y0orK0pjOBAgEJJvFjIbUHBwUFBwDg2GFAITBRMzEVZJMzNJSTMzSQAABQBAAAADgAOAABsAJgArADAAQAAAATU0JisBNTQmKwEiBh0BIyIGFREUFjsBFSERIwE4ATEzOAExFSM1BzUhFSEBIREhEQEVMzczFSMVMzUjNTMXMzUCwBMNoCYagBomoA0TEw3gAkDA/oCAgIABgP6AAoD+QAHA/oAgIEAwoDBAICACQKANE0AaJiYaQBMN/gANE8ACQAEAQEDAQED9wAHA/kABgIBAwEBAwECAAAAE//gAIAQIA2AAJQBLAFgAawAAEzU0NjsBNSMiBh0BFAYrARUzMhYdARQWOwE1IyImPQE0Jic+ATUhNTQmKwE1MzIWHQEUFjsBFSMiBh0BFAYrATUzMjY9ATQ2Ny4BNScUBiMiJjU0NjMyFhUHIgYVFBYXDgEHFTA+AjU0JiPILiAaGktrLiAaGiAua0saGiAuHRoaHQJwLiAaGktrLiAaGiAua0saGiAuHRoaHdA9Kys9PSsrPWgrPS48EjUjQU5BPSsCQmggLmhrS2ggLmguIGhLa2guIGgmQxkZQyZoIC5oa0toIC5oLiBoS2toLiBoJkMZGUMmGSs9PSsrPT0rmj0rKjsDGRcDPgIlWlgrPQAAAAABAAAAAQAAEIJDv18PPPUACwQAAAAAANIwPf8AAAAA0jA9///g/8AECAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQA/+D/+AQIAAEAAAAAAAAAAAAAAAAAAAA5BAAAAAAAAAAAAAAAAgAAAAQAAEAEAACABAAAAAQAAEAEAABABAAAQAQAAEAEAACJBAAAQAQAAEAEAACABAAAgAQAAEAEAABABAAAQAQAAHAEAAFABAAAQAQAAEAEAAEABAAAQAQAAEAEAABABAAAYAQAAE4EAABABAAA5AQAAEAEAABABAAAQAQAABwEAAAcBAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAP/gBAABAAQAAIAEAADABAAAQAQAAKAEAABABAAAYAQAAEAEAAEABAAAQAQAAEAEAP/4AAAAAAAKABQAHgBsALABDgEwAVIBdAGWAjACfgL0A0ADeAOgA8gEIgRCBGIFIAZCBmAGpAb6B04HbgfoCHoIpgj2CQQJNglgCYoJ0gpQCpQKygssC1ALugv+DEIMhAyeDNQNMA1SDXwNpg3iDjoOoA74D4IAAQAAADkAzgAPAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA0AAAABAAAAAAACAAcAlgABAAAAAAADAA0ASAABAAAAAAAEAA0AqwABAAAAAAAFAAsAJwABAAAAAAAGAA0AbwABAAAAAAAKABoA0gADAAEECQABABoADQADAAEECQACAA4AnQADAAEECQADABoAVQADAAEECQAEABoAuAADAAEECQAFABYAMgADAAEECQAGABoAfAADAAEECQAKADQA7HRpbnltY2Utc21hbGwAdABpAG4AeQBtAGMAZQAtAHMAbQBhAGwAbFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMHRpbnltY2Utc21hbGwAdABpAG4AeQBtAGMAZQAtAHMAbQBhAGwAbHRpbnltY2Utc21hbGwAdABpAG4AeQBtAGMAZQAtAHMAbQBhAGwAbFJlZ3VsYXIAUgBlAGcAdQBsAGEAcnRpbnltY2Utc21hbGwAdABpAG4AeQBtAGMAZQAtAHMAbQBhAGwAbEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('woff'),url(data:application/octet-stream;base64,AAEAAAALAIAAAwAwT1MvMg8SAyQAAAC8AAAAYGNtYXDGrcGEAAABHAAAAGxnYXNwAAAAEAAAAYgAAAAIZ2x5ZglHHsEAAAGQAAAfBGhlYWQHZ8B7AAAglAAAADZoaGVhB6sD8gAAIMwAAAAkaG10eNoCEpsAACDwAAAA5GxvY2HQJNhaAAAh1AAAAHRtYXhwAEkA0AAAIkgAAAAgbmFtZf5M3IEAACJoAAABznBvc3QAAwAAAAAkOAAAACAAAwP3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAUAAAABAAEAADAAAAAQAg4CjgMuA15gP//f//AAAAAAAg4ADgKuA05gP//f//AAH/4yAEIAMgAho1AAMAAQAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAEAAAAPAA4AADgATAB4ANwAAJREnISIGFREUFjMhMjY1ATMVIzUTIRE4ATEhOAExETMjETQmIyEiBhURIxEzFRQWMyEyNj0BFxEDwOD9sCEvLyEC4CEv/oBAQID+gAGAgEAmGv6AGiZAQCYaAUAaJoBQAlDgLyH9ICEvLyECsMDA/YABAP8AAQAaJiYa/wACgMAaJiYaq4D+FQADAIAAAAOAA4AAFAAeAC4AAAEnLgEjISIGFREUFjMhMjY1ETQmJwceARcjNR4BHwETITgBMRE4ATEhESEROAExA1OGEkEa/mAaJiYaAoAaJhsSLgYKA7gKEQWFG/2AAYABAALNhhIbJhr9ABomJhoCIBpBEi0FEQq4AwoGhf2gAwD/AP4AAAAAAgAA/8AEAAPAADAAOQAAATUnLgEnNycHLgEvASMHDgEHJwcXDgEPARUXHgEXBxc3HgEfATM3PgE3FzcnPgE/ASUHIyc1NzMXFQQAnwYSC2hxgBMrFxCgEBcrE4BxaAsSBp+fBhILaHGAEysXEKAQFysTgHFoCxIGn/7AgICAgICAAXCgEBcrE4BxaAsSBp+fBhILaHGAEysXEKAQFysTgHFoCxIGn58GEgtocYATKxcQEICAgICAgAAAAAAEAEAAQAPAAwAAAwAHAAsADwAAEyEVIREhFSERIRUhESEVIUADgPyAA4D8gAJA/cACQP3AAwCA/wCAAUCA/wCAAAAAAAQAQABAA8ADAAADAAcACwAPAAATIRUhESEVIRMhFSERIRUhQAOA/IADgPyAwAIA/gACAP4AAwCA/wCAAUCA/wCAAAAABABAAEADwAMAAAMABwALAA8AABMhFSERIRUhASEVIREhFSFAA4D8gAOA/IABQAJA/cACQP3AAwCA/wCAAUCA/wCAAAAEAEAAQAPAAwAAAwAHAAsADwAAEyEVIREhFSERIRUhESEVIUADgPyAA4D8gAOA/IADgPyAAwCA/wCAAUCA/wCAAAAAAAQAiQApA3cDYAAqAEAATQBjAAABLgEHJzcwPgEmJwkBDgEeATEXByYGBw4BFxY2Nz4BJzcXBhYXHgE3NiYnBQ4BBw4BIyImJyY2Nz4BMzIWFx4BBzciJjU0NjMyFhUUBiMFDgEjIiYnLgEnJjY3PgEzMhYXHgEHA2AiVik/wCQYDDD+wP7AMAwYJMA/KVYiOQ0vL5I4IyAEPz8EICM4ki8vDTn+AQISDxEpEwgUCBAIHhEpFAgUCAkEAZ8bJSUbGyUlGwEzCBQIEykRDxICAQQJCBQIFCkRHggQASIjIAQ/wCxIXDD+wAFAMFxILMA/BCAjOJIvLw05IlYpPz8pViI5DS8vkjhZEiQQEBMFCBBDHhESBAgKGgiXJRsbJSUbGyXzCAUTEBAkEggaCggEEhEeQxAABQBAAAADgAOAABwAJwAsADAANwAAATU0JisBNTQmKwEiBh0BIyIGFREUFjsBFSE3ESMBOAExMzgBMRUjNQc1IRUhATUzBzcjFSERIRECwBMNoCYagBomoA0TEw3gAYDAwP6AgICAAYD+gAIAZWWAwP8AAcACQKANE0AaJiYaQBMN/gANE8DAAYABAEBAwEBA/dtlZaXAAcD/AAAABABAAAADwAOAACoAOQBIAFcAAAEjETM1IRUzESERMzUhFTMRIyIGFREUFjsBMjY1ETMRFBY7ATI2NRE0JiMBIyImNTQ2OwEyFhUUBiMTIyImNTQ2OwEyFhUUBiMBIyImNTQ2OwEyFhUUBiMDeDhA/sBA/wBA/sBAOB4qKh7wHiqAKh7wHioqHv3kuA8VFQ+4DxUVD8RADRMTDUANExMNATy4DxUVD7gPFRUPAkABAEBA/wABAEBA/wAqHv5QHioqHgE4/sgeKioeAbAeKv4AEw0NExMNDRMBgBMNDRMTDQ0T/oATDQ0TEw0NEwAGAIAAQAPAA0AAAwAHAAsAGAAlADIAAAEhFSEVIRUhFSEVIQEUFjMyNjU0JiMiBhURFBYzMjY1NCYjIgYVERQWMzI2NTQmIyIGFQGAAkD9wAJA/cACQP3A/wAlGxslJRsbJSUbGyUlGxslJRsbJSUbGyUDQIDAgMCAAsAbJSUbGyUlG/7AGyUlGxslJRv+wBslJRsbJSUbAAQAgAAAA8ADgAADAAcACwAlAAABIRUhFSEVIRUhFSEDNSMRIxUzESMVMxUHFTMVIxUzFSMVMxEjNQGAAkD9wAJA/cACQP3AQECAQECAgICAgIDAgANAgMCAwIABbpIBQED/AEAyPJJAQEBAAUAyAAAFAEAAQAPAAwAAAwAHAAsADwASAAATIRUhASEVIREhFSEBIRUhERcHQAOA/IABQAJA/cACQP3A/sADgPyA4OADAID/AIABQID/AIACAKCgAAUAQABAA8ADAAADAAcACwAPABIAABMhFSERIRUhESEVIREhFSEBBxdAA4D8gAJA/cACQP3AA4D8gAOA4OADAID/AIABQID/AIACAKCgAAAAAgBAAIADwAMAAB8APwAAATIeAhUUDgIjIi4CNSc0PgIzFSIGBw4BBz4BMyEyHgIVFA4CIyIuAjUnND4CMxUiBgcOAQc+ATMBAChGNB4eNEYoJ0Y0HgE8aIxPN2QmCA0HCA8HAgAoRjQeHjRGKCdGNB4BPGiMTzdkJggNBwgPBwIXIDdKKitKNyAgN0orHVSUb0B0LCoIEAkBASA3SiorSjcgIDdKKx1UlG9AdCwqCBAJAQEAAQBwAAACwAOAAA4AACU+AS4BBxUJARU2HgEGBwLAFiQihZP+sAFQsMw/T2wAS6CEUwTeAVABUNkEecT2eAAAAAEBQAAAA5ADgAAOAAABNQkBNSYOARYXLgE+ARcCQAFQ/rCThSIkFmxPP8ywAqfZ/rD+sN4EU4SgS3j2xHkEAAADAEAAAAOfA4AAMABtAH8AAAEnLgEjIgYPAQYUHwE3JyY0PwE+ATMyFh8BFhQPAQ4BIyImLwEHFx4BMzI2PwE2NCcBBxceARUUBg8BDgEjIiYvAS4BNTQ2PwE+ATMyFh8BNycuASMiBg8BDgEVFBYfAR4BMzI2PwE+ATU0Ji8BByImJyY0NwE2MhcWFAcBDgEjA5+FECkWFykQpSEhA0QDBQWlAwcCAQcDhQUFpQMHAQIHAwJEAhApFxYpEKUhIf6IRAMDAgIDpQMHAgEHA4UDAgIDpQMHAQIHAwJEAhApFxYpEKUQEREQhRApFhcpEKUQEREQA8cHDgYLCwFACyALCwv+wAYOBwLahRARERClIV0hAkQCBQ0FpQMCAgOFBQ0FpQMCAgMDRAMQEREQpSFdIf6NRAIDBwIBBwOlAwICA4UDBwECBwOlAwICAwNEAxARERClECkXFikQhRARERClECkWFykQAm0GBQsgCwFACwsLIAv+wAUGAAAAAAgAQAAAA8ADgAAwAG0AfwCOAJ0ArwC+AM0AAAEnLgEjIgYPAQYUHwE3JyY0PwE+ATMyFh8BFhQPAQ4BIyImLwEHFx4BMzI2PwE2NCcBBxceARUUBg8BDgEjIiYvAS4BNTQ2PwE+ATMyFh8BNycuASMiBg8BDgEVFBYfAR4BMzI2PwE+ATU0Ji8BFyImLwEmNDc2Mh8BFhQHDgEjByImPQE0NjMyFh0BFAYjASMiJjU0NjsBMhYVFAYjATIWHwEWFAcGIi8BJjQ3PgEzNzIWHQEUBiMiJj0BNDYzATMyFhUUBisBIiY1NDYzA5+FECkWFykQpSEhA0QDBQWlAwcCAQcDhQUFpQMHAQIHAwJEAhApFxYpEKUhIf6IRAMDAgIDpQMHAgEHA4UDAgIDpQMHAQIHAwJEAhApFxYpEKUQEREQhRApFhcpEKUQEREQA/kHDgaACwsLIAuACwsGDgfADRMTDQ0TEw0BQIANExMNgA0TEw39QAcOBoALCwsgC4ALCwYOB8ANExMNDRMTDf7AgA0TEw2ADRMTDQLahRARERClIV0hAkQCBQ0FpQMCAgOFBQ0FpQMCAgMDRAMQEREQpSFdIf6NRAIDBwIBBwOlAwICA4UDBwECBwOlAwICAwNEAxARERClECkXFikQhRARERClECkWFykQAu0GBYALIAsLC4ALIAsFBnoTDYANExMNgA0TAUATDQ0TEw0NEwHGBgWACyALCwuACyALBQZ6Ew2ADRMTDYANE/7AEw0NExMNDRMAAAACAQAAAAMAA4AABQALAAABEQkBESEBJwcRIREBAAEAAQD+AAHAwMABgAOA/IABAP8AA4D9K8DAApX9awADAEAAQAPAA0AAEAAkADEAAAEhIgYVERQWMyEyNjURNCYjETgBMQMHCwE4ATEROAExITgBMREBFBYzMjY1NCYjIgYVA4D9ABomJhoDABomJhrAoODAAwD/ADgoKDg4KCg4A0AmGv2AGiYmGgKAGib9QAFAgAEg/iACgP2AAeAoODgoKDg4KAAACQBAAEADwANAABAAFQAaAB8AJAApAC4AMwA2AAABISIGFREUFjMhMjY1ETQmIwEjNTMVESM1MxURIzUzFQEhESERMyM1MxURIzUzFREjNTMVIRElA4D9ABomJhoDABomJhr9gICAgICAgAHA/oABgMCAgICAgID+AAEgA0AmGv2AGiYmGgKAGib9QICAAQCAgAEAgID+AAKA/YCAgAEAgIABAICA/oDAAAAAAAMAQAAAA8ADgAAEABEAOgAAATMVIzUBMhYdAQcjNTc1ITUhJyIOAgcOAxUUHgIXHgMzMj4CNz4DNTQuAicuAyMBwICAAQAbJeRcwP7AAYDALVZRSSAgMCIRESIwICBJUVYtLVZRSSAgMCIRESIwICBJUVYtAQCAgAHAJRummkCAQIDAESIwICBJUVYtLVZRSSAgMCIRESIwICBJUVYtLVZRSSAgMCIRAAIAYADAA6ACwAAFAAsAAAEnNycJAQEHFwcXAQGgwMBA/wABAAFAQMDAQAEAAQDAwED/AP8AAgBAwMBAAQAAAAAFAE4AAAOyA2YACgAVACkAPgBTAAATFz4BNycOAwclBx4BFzcuAycDIiYvATU0NjMyFh0BFx4BBw4BIwMiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiNOUSZyRR4rTkU7FwJUHkVyJlEXO0VOK0IEBwOSEw0NE24MCQYFDwlgUItpPDxpi1BQi2k8PGmLUDxpTi0tTmk8PGlOLS1OaTwCjzM9WxdbDis2QibXWxdbPTMmQjYrDv2aAgFJ1A0TEw2sNwYZDAkJAgA8aYtQUItpPDxpi1BQi2k8/WAtTmk8PGlOLS1OaTw8aU4tAAAABABAAIADwAMWAB4AMwBAAGUAABM+ATc+ATMyFhceARc1LgEnLgMjIg4CBw4BBxUlIg4CBx4DMzI+AjcuAyMVFAYjIiY1NDYzMhYVFw4BIyImJy4BJz4BNz4BNw4BFRQWMzI2NTQmJx4BFx4BFw4BB0AiTSpElk1NlkQqTSIZNBwnVFZZLS1ZVlQnHDQZAcBFgHNiJiZic4BFRYBzYiYmYnOARSUbGyUlGxsl2DNsOTlsMydGHR1GJwoUCggIcFBQcAgIChQKJ0YdHUYnAfgmPxgoKSkoGD8mdhUlEBcjGAwMGCMXECUVdogkQ186Ol9DJCRDXzo6X0MkwBslJRsbJSUbuR0eHh0XPSUlPRcFCwUSJxVQcHBQFScSBQsFFz0lJT0XAAIA5ADAAxwDAAARABwAAAEuASsBIgYHOAExAzM3MxczAwc3PgExMBYXMRcjAosSHjtAPB0TkHE64jpxkdYnBx0dByeWAqQ+HiBA/iDAwAHkpIgZBQUZiAAKAEAAQAPAAwAABAAJAA4AEwAYAB0AIgAnACwAMQAAExEhESEBNSEVIQUVITUhERUhNSEhFSM1MwczFSM1ITMVIzU9ATMVIwEzFSM1BTUzFSNAA4D8gAFAAQD/AAEA/wABAP8AAQD+wMDAwMDAAkDAwMDA/cDAwAJAwMADAP1AAsD+QICAQICAAYCAgICAwICAgIBAgID/AICAgICAAAAAAQBAAYADwAIAAAMAABMhFSFAA4D8gAIAgAAAAAMAQABAA+ADgAAEAA0AGgAANyEVITUBIwMjEyM1IRUTJwcnNyc3FzcXBxcHQAIA/gACwN23hbjfAkCigoI+goI+goI+goI+wICAAkD+AAIAgID9QIKCPoKCPoKCPoKCPgAAAAACABz/wAOAAsAACwAXAAAlFTMVIzU3NSM1MxUDIwcnIwkBMzcXMwEDAIDAgIDA3Ii8vIgBAP8AiLy8iP8AMjJAkjwyQJICUry8/wD/ALy8AQAAAAACABwAwAOAA8AACwAXAAABFTMVIzU3NSM1MxUHIwcnIwkBMzcXMwEDAIDAgIDA3Ii8vIgBAP8AiLy8iP8AAvIyQJI8MkCSbry8/wD/ALy8AQAAAAABAEAAAAPAA4AANAAAJTU+AzU0LgIjIg4CFRQeAhcVIycVITUuAzU0PgIzMh4CFRQOAgcVITUHIwLAOV5EJUZ6o11do3pGJUReOcBAAUAmPy0ZL1FtPj5tUS8ZLT8mAUBAwIAlF0daajlQi2k8PGmLUDlqWkcXJWDg3xM7S1gwQnVXMjJXdUIwWEs7E9/gYAAFAEAAAAPAA4AAGAAuADsASABZAAABMhYXHgEVFAYHDgEjIiYnLgE1NDY3PgEzNSIOAhUUHgIzMj4CNTQuAiMxAxQWMzI2NTQmIyIGFSEUFjMyNjU0JiMiBhUDIiYnHgMzMj4CNw4BIwIAS4c1NTg4NTWHS0uHNTU4ODU1h0tdo3pGRnqjXV2jekZGeqNdwCUbGyUlGxslAQAlGxslJRsbJUBMgywJLUNTLy9TQy0JLINMAzQ4NTWHS0uHNTU4ODU1h0tLhzU1OExGeqNdXaN6RkZ6o11do3pG/sAbJSUbGyUlGxslJRsbJSUb/vAzKyxLOB8fOEssKzMAAAAEAEAAQAPAA0AABAAZAB4AKwAAASEVITUFISIGFREUFjsBFSE1MzI2NRE0JiMDIREhERMUBiMiJjU0NjMyFhUBAAIA/gACgP0AGiYmGoACAIAaJiYawP6AAYDOGxMTGxsTExsDQICAwCYa/wAaJsDAJhoBABom/gABAP8AAaATGxsTExsbEwAABABAAAADwAOAAAYADQAUABsAAAEnNyERNxchNxcRIRcHERcHIREHJyEHJxEhJzcB4MCA/qCAwAEAwID+oIDAwIABYIDA/wDAgAFggMACQMCA/qCAwMCAAWCAwP8AwIABYIDAwID+oIDAAAAABgBAAAADwAOAABMAIgAnADkAPgBDAAABNSMiBhURFBYXAScHEwEzNSMRMwEzETQmKwEiBhURMzUzFQM1MxUjBTU0JiMyNj0BNCYrAREzMjY1AzMVIzUVMxUjNQPAwBomCAf+0Y5S4AGggMDA/UBAJhqAGiZAgICAgAIAEhoaEiYawMAaJsCAgICAA0BAJhr+wAwVCf78lEb+4AHAQAFA/oABgBomJhr+gMDAAQCAgMBgGiYmGmAaJv5AJhoBQICAwICAAAIAQABAA8ACwAAMABUAAAEjNTM1MxUzFSMVIzUFESERMxUhNTMBwICAgICAgAIA/ICAAoCAAcCAgICAgIBA/sABQMDAAAAAAA4AQAAAA8ADgAADAAcACwARABUAGQAdACMAKQAuADMAOQA9AEEAAAEzFSMRMxUjEzMVIzcVIxUzESEzFSMHMxUjETMVIwMRMzUzNQEzESMVIwERIREhASERIREBETM1MzUBMxUjJzMVIwIAgICAgECAgMBAgP5AgIBAgICAgIBAQAGAgEBA/YADgPyAA0D9AAMA/UBAQAEAgIDAgIACQED+wEABAEBAwEABAECAQAHAQAEA/wDAQP8AAQDAAUD8gAOA/MADAP0AAUD/AMBAAYBAQEAABwBAAAADwAOAAAgAEQAVABkAHQAhACUAAAETIRMzEyETMwEDIQMjAyEDIwMzFSM3MxUjNzMVIzczFSM3MxUjAzAQ/YAQIBACABAg/aAQAoAQIBD+ABAgkICAwICAwICAwICAwICAA4D+gAGA/sABQPyAAUD+wAEA/wABwEBAQEBAQEBAQAAAAAL/4AAABAADgAAmACwAAAEyHgIVFA4CIzUyNjc+ATU0JicuASMiBgcOAQczCwEzPgMzExUhETMVAkBdo3pGRnqjXUeAMjI1NTIygEdHgDImMgm64OClC052l1XA/wCAA4BGeqNdXaN6RmA1MjKAR0eAMjI1NTImXzT/AAEAUY1nO/6AgAFAwAADAQAAQAMAA0AAEwAgAC0AAAE+ATU0LgIrAREhMj4CNTQmJyc0NjsBMhYVFAYrATUTIyImPQEzMhYVFAYjAnEkKyM9Ui7gASAuUj0jUD/xHBRDIC0tIHOjcxQcoyAtLSAB0hxTLytMOCH9ACE4TCtCaRe+FBw4KCg4kP4wHBSQOCgoOAABAIAAQANAA0AADAAAARUjATMVITUzASM1IQNAkP8AkP5AkAEAkAHAA0BA/YBAQAKAQAAAAgDAAEADAANAAAQAIQAANyEVITUBERQGBw4BIyImJy4BNREjERQeAjMyPgI1ESPAAkD9wAHAFRQYPSIiPRgUFYAtTmk8PGlOLYCAQEACwP6AFy0RFRYWFREtFwGA/oA1XUYoKEZdNQGAAAAAAQBAAEADwANAAD4AAAEhLgEjIiY1NDYzMhYXMy4BJy4BIyIGBw4BFRQWFx4BFyEVIR4BFRQGIyImJyMeARceATMyNjc+ATU0JiczNQPA/vYlXjNDYmJDOFkOcQYrIyZhNTVhJiktLSkBAwL+9gIBKzliQzhZDnEGKyMmYTU1YSYpLQ8PzAHAGxxBLSxBLyMmRRocHx8cH1QtLlQfAQIBQA02IixBLyMmRRocHx8cH1QtGzMXQAAAAAEAoABAA0ADQAAUAAABIg4CFRQeAjMRMxEzETMRMzUhAYAuUj0jIz1SLoBAgID+QANAIz1SLi5SPSP+wAKA/YACgIAAAgBAAEADgANAABQAFwAAASIOAhUUHgIzETMRMxEzETM1IQE3JwHALlI9IyM9Ui6AQICA/kD+gODgA0AjPVIuLlI9I/7AAoD9gAKAgP0AwMAAAAAAAgBgAEADwANAABQAFwAAASIOAhUUHgIzETMRMxEzETM1IQEHFwFALlI9IyM9Ui6AQICA/kACgODgA0AjPVIuLlI9I/7AAoD9gAKAgP6AwMAAAAAABQBAAAAEAAOAAAoADgASABkAIgAAASM1JyERIRUhEScVFyM1ARcjNSUhFTMRIREBITUzETMVMxEDQMDA/oABgAJAwGVl/oBlZf7AAQDA/kADQP5AgIDAAoBAwP1AwAHAwFtlZQEAZWUbwP6AAkD9AIABgMD+wAAADwEAAIADQALAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AAABMxUjBzMVIxUzFSMVMxUjJzMVIxUzFSMnMxUjATMVIxUzFSMVMxUjFTMVIyczFSMnMxUjJzMVIyczFSMDAEBAgEBAQEBAQIBAQEBAgEBAAYBAQEBAQEBAQIBAQIBAQIBAQIBAQALAQEBAQEBAQMBAQEBAQAFAQEBAQEBAQEBAQEBAQEBAAAAEAEAAEgPAA4AABQAdADYAQwAAASEnIQchAzMTIRMhLgM1ND4CMzIeAhUUBgcXJz4BNTQmIyIGFRQWMzI2NxceAT8BNiYnJSImNTQ2MzIWFRQGIwOg/mAg/qBAA4B4WCD8gEABZCdCMBsrSmM4OGNKKwQEI4YNDnBQUHBwUBsyFm8RMxMFEwIU/tUzSUkzM0lJMwNAQID+AAHA/YAOM0JRLDhjSisrSmM4ECAQkm8WMhtQcHBQUHAODYYUAhMFEzMRVkkzM0lJMzNJAAAFAEAAAAOAA4AAGwAmACsAMABAAAABNTQmKwE1NCYrASIGHQEjIgYVERQWOwEVIREjATgBMTM4ATEVIzUHNSEVIQEhESERARUzNzMVIxUzNSM1MxczNQLAEw2gJhqAGiagDRMTDeACQMD+gICAgAGA/oACgP5AAcD+gCAgQDCgMEAgIAJAoA0TQBomJhpAEw3+AA0TwAJAAQBAQMBAQP3AAcD+QAGAgEDAQEDAQIAAAAT/+AAgBAgDYAAlAEsAWABrAAATNTQ2OwE1IyIGHQEUBisBFTMyFh0BFBY7ATUjIiY9ATQmJz4BNSE1NCYrATUzMhYdARQWOwEVIyIGHQEUBisBNTMyNj0BNDY3LgE1JxQGIyImNTQ2MzIWFQciBhUUFhcOAQcVMD4CNTQmI8guIBoaS2suIBoaIC5rSxoaIC4dGhodAnAuIBoaS2suIBoaIC5rSxoaIC4dGhod0D0rKz09Kys9aCs9LjwSNSNBTkE9KwJCaCAuaGtLaCAuaC4gaEtraC4gaCZDGRlDJmggLmhrS2ggLmguIGhLa2guIGgmQxkZQyYZKz09Kys9PSuaPSsqOwMZFwM+AiVaWCs9AAAAAAEAAAABAAAQgkO/Xw889QALBAAAAAAA0jA9/wAAAADSMD3//+D/wAQIA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAD/4P/4BAgAAQAAAAAAAAAAAAAAAAAAADkEAAAAAAAAAAAAAAACAAAABAAAQAQAAIAEAAAABAAAQAQAAEAEAABABAAAQAQAAIkEAABABAAAQAQAAIAEAACABAAAQAQAAEAEAABABAAAcAQAAUAEAABABAAAQAQAAQAEAABABAAAQAQAAEAEAABgBAAATgQAAEAEAADkBAAAQAQAAEAEAABABAAAHAQAABwEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQA/+AEAAEABAAAgAQAAMAEAABABAAAoAQAAEAEAABgBAAAQAQAAQAEAABABAAAQAQA//gAAAAAAAoAFAAeAGwAsAEOATABUgF0AZYCMAJ+AvQDQAN4A6ADyAQiBEIEYgUgBkIGYAakBvoHTgduB+gIegimCPYJBAk2CWAJignSClAKlArKCywLUAu6C/4MQgyEDJ4M1A0wDVINfA2mDeIOOg6gDvgPggABAAAAOQDOAA8AAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsdGlueW1jZS1zbWFsbAB0AGkAbgB5AG0AYwBlAC0AcwBtAGEAbABsVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwdGlueW1jZS1zbWFsbAB0AGkAbgB5AG0AYwBlAC0AcwBtAGEAbABsdGlueW1jZS1zbWFsbAB0AGkAbgB5AG0AYwBlAC0AcwBtAGEAbABsUmVndWxhcgBSAGUAZwB1AGwAYQBydGlueW1jZS1zbWFsbAB0AGkAbgB5AG0AYwBlAC0AcwBtAGEAbABsRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'),url(/public/_assets/a2a1f732cc34764c684ed521c6f3327c.svg#tinymce) format('svg');font-weight:normal;font-style:normal}.mce-ico{font-family:'tinymce',Arial;font-style:normal;font-weight:normal;font-variant:normal;font-size:16px;line-height:16px;speak:none;vertical-align:text-top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;background:transparent center center;background-size:cover;width:16px;height:16px;color:#595959}.mce-btn-small .mce-ico{font-family:'tinymce-small',Arial}.mce-i-save:before{content:"\e000"}.mce-i-newdocument:before{content:"\e001"}.mce-i-fullpage:before{content:"\e002"}.mce-i-alignleft:before{content:"\e003"}.mce-i-aligncenter:before{content:"\e004"}.mce-i-alignright:before{content:"\e005"}.mce-i-alignjustify:before{content:"\e006"}.mce-i-alignnone:before{content:"\e003"}.mce-i-cut:before{content:"\e007"}.mce-i-paste:before{content:"\e008"}.mce-i-searchreplace:before{content:"\e009"}.mce-i-bullist:before{content:"\e00a"}.mce-i-numlist:before{content:"\e00b"}.mce-i-indent:before{content:"\e00c"}.mce-i-outdent:before{content:"\e00d"}.mce-i-blockquote:before{content:"\e00e"}.mce-i-undo:before{content:"\e00f"}.mce-i-redo:before{content:"\e010"}.mce-i-link:before{content:"\e011"}.mce-i-unlink:before{content:"\e012"}.mce-i-anchor:before{content:"\e013"}.mce-i-image:before{content:"\e014"}.mce-i-media:before{content:"\e015"}.mce-i-help:before{content:"\e016"}.mce-i-code:before{content:"\e017"}.mce-i-insertdatetime:before{content:"\e018"}.mce-i-preview:before{content:"\e019"}.mce-i-forecolor:before{content:"\e01a"}.mce-i-backcolor:before{content:"\e01a"}.mce-i-table:before{content:"\e01b"}.mce-i-hr:before{content:"\e01c"}.mce-i-removeformat:before{content:"\e01d"}.mce-i-subscript:before{content:"\e01e"}.mce-i-superscript:before{content:"\e01f"}.mce-i-charmap:before{content:"\e020"}.mce-i-emoticons:before{content:"\e021"}.mce-i-print:before{content:"\e022"}.mce-i-fullscreen:before{content:"\e023"}.mce-i-spellchecker:before{content:"\e024"}.mce-i-nonbreaking:before{content:"\e025"}.mce-i-template:before{content:"\e026"}.mce-i-pagebreak:before{content:"\e027"}.mce-i-restoredraft:before{content:"\e028"}.mce-i-bold:before{content:"\e02a"}.mce-i-italic:before{content:"\e02b"}.mce-i-underline:before{content:"\e02c"}.mce-i-strikethrough:before{content:"\e02d"}.mce-i-visualchars:before{content:"\e02e"}.mce-i-visualblocks:before{content:"\e02e"}.mce-i-ltr:before{content:"\e02f"}.mce-i-rtl:before{content:"\e030"}.mce-i-copy:before{content:"\e031"}.mce-i-resize:before{content:"\e032"}.mce-i-browse:before{content:"\e034"}.mce-i-pastetext:before{content:"\e035"}.mce-i-rotateleft:before{content:"\eaa8"}.mce-i-rotateright:before{content:"\eaa9"}.mce-i-crop:before{content:"\ee78"}.mce-i-editimage:before{content:"\e915"}.mce-i-options:before{content:"\ec6a"}.mce-i-flipv:before{content:"\eaaa"}.mce-i-fliph:before{content:"\eaac"}.mce-i-zoomin:before{content:"\eb35"}.mce-i-zoomout:before{content:"\eb36"}.mce-i-sun:before{content:"\eccc"}.mce-i-moon:before{content:"\eccd"}.mce-i-arrowleft:before{content:"\edc0"}.mce-i-arrowright:before{content:"\e93c"}.mce-i-drop:before{content:"\e935"}.mce-i-contrast:before{content:"\ecd4"}.mce-i-sharpen:before{content:"\eba7"}.mce-i-resize2:before{content:"\edf9"}.mce-i-orientation:before{content:"\e601"}.mce-i-invert:before{content:"\e602"}.mce-i-gamma:before{content:"\e600"}.mce-i-remove:before{content:"\ed6a"}.mce-i-tablerowprops:before{content:"\e604"}.mce-i-tablecellprops:before{content:"\e605"}.mce-i-table2:before{content:"\e606"}.mce-i-tablemergecells:before{content:"\e607"}.mce-i-tableinsertcolbefore:before{content:"\e608"}.mce-i-tableinsertcolafter:before{content:"\e609"}.mce-i-tableinsertrowbefore:before{content:"\e60a"}.mce-i-tableinsertrowafter:before{content:"\e60b"}.mce-i-tablesplitcells:before{content:"\e60d"}.mce-i-tabledelete:before{content:"\e60e"}.mce-i-tableleftheader:before{content:"\e62a"}.mce-i-tabletopheader:before{content:"\e62b"}.mce-i-tabledeleterow:before{content:"\e800"}.mce-i-tabledeletecol:before{content:"\e801"}.mce-i-codesample:before{content:"\e603"}.mce-i-fill:before{content:"\e902"}.mce-i-borderwidth:before{content:"\e903"}.mce-i-line:before{content:"\e904"}.mce-i-count:before{content:"\e905"}.mce-i-translate:before{content:"\e907"}.mce-i-drag:before{content:"\e908"}.mce-i-home:before{content:"\e90b"}.mce-i-upload:before{content:"\e914"}.mce-i-bubble:before{content:"\e91c"}.mce-i-user:before{content:"\e91d"}.mce-i-lock:before{content:"\e926"}.mce-i-unlock:before{content:"\e927"}.mce-i-settings:before{content:"\e928"}.mce-i-remove2:before{content:"\e92a"}.mce-i-menu:before{content:"\e92d"}.mce-i-warning:before{content:"\e930"}.mce-i-question:before{content:"\e931"}.mce-i-pluscircle:before{content:"\e932"}.mce-i-info:before{content:"\e933"}.mce-i-notice:before{content:"\e934"}.mce-i-arrowup:before{content:"\e93b"}.mce-i-arrowdown:before{content:"\e93d"}.mce-i-arrowup2:before{content:"\e93f"}.mce-i-arrowdown2:before{content:"\e940"}.mce-i-menu2:before{content:"\e941"}.mce-i-newtab:before{content:"\e961"}.mce-i-a11y:before{content:"\e900"}.mce-i-plus:before{content:"\e93a"}.mce-i-insert:before{content:"\e93a"}.mce-i-minus:before{content:"\e939"}.mce-i-books:before{content:"\e911"}.mce-i-reload:before{content:"\e906"}.mce-i-toc:before{content:"\e901"}.mce-i-checkmark:before{content:"\e033"}.mce-i-format-painter:before{content:"\e909"}.mce-i-checkbox:before,.mce-i-selected:before{content:"\e033"}.mce-i-insert{font-size:14px}.mce-i-selected{visibility:hidden}i.mce-i-backcolor{text-shadow:none;background:#BBB}.mce-rtl .mce-filepicker input{direction:ltr}/*# sourceMappingURL=skin.min.css.map */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.list-inline,
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.header-left:after,
.header-info:after,
.filter-option:after,
.media-block .info-block:after {
  content: "";
  display: block;
  clear: both;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #fff;
  background: #272c2e;
  font: 14px/1.285 "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 15px;
  color: inherit;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 15px;
}

a {
  color: #5f5f5f;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  color: rgba(107, 117, 125, 0.6);
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="datetime-local"],
input[type="datetime"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #e8e8e8;
  padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
textarea:focus {
  border-color: #d2d1d1;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d2d1d1;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #d2d1d1;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d2d1d1;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d2d1d1;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="datetime-local"].placeholder,
input[type="datetime"].placeholder,
textarea.placeholder {
  color: #d2d1d1;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/*
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\

DONT ADD SCSS CODE HERE
THIS IS A LEGACY CODE FILE
ONLY EXISTING CLASS MODIFICATIONS ALLOWED

/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
 */
.file-uploaded-block-description-container, .file-uploaded-block-description-container-list {
  cursor: pointer;
}

.file-uploaded-block-description-container .video-check-box, .file-uploaded-block-description-container-list .video-check-box {
  top: 20px;
}

.file-uploaded-block-description-container .stills-title, .file-uploaded-block-description-container-list .stills-title {
  color: white;
  text-shadow: #00000075 1px 1px, #00000075 -1px 1px, #00000075 -1px -1px, #00000075 1px -1px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  max-height: 100px;
  overflow: hidden;
  z-index: 10;
  max-width: 250px;
}

.file-uploaded-block-description-container .stills-title h3, .file-uploaded-block-description-container-list .stills-title h3 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}

.file-uploaded-block-description-container:hover .stills-title, .file-uploaded-block-description-container-list:hover .stills-title {
  display: none;
}

.file-uploaded-block-description-container .stills-block-wrapper, .file-uploaded-block-description-container-list .stills-block-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}

.file-uploaded-block-description-container .stills-block-wrapper:hover, .file-uploaded-block-description-container-list .stills-block-wrapper:hover {
  opacity: 1;
}

.file-uploaded-block-description-container .stills-block-wrapper:hover .stills-caption, .file-uploaded-block-description-container-list .stills-block-wrapper:hover .stills-caption {
  top: -15px;
  width: calc(100%);
}

.file-uploaded-block-description-container .stills-block-wrapper .stills-caption, .file-uploaded-block-description-container-list .stills-block-wrapper .stills-caption {
  padding: 5px 20px;
  background: #fff;
  color: #565454;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  top: 0;
  transition: all .2s linear;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Montserrat","Open Sans","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.icon-xml:before {
  content: unicode("e902");
}

.icon-xls:before {
  content: unicode("e908");
}

.icon-xlsx:before {
  content: unicode("e908");
}

.icon-doc:before {
  content: unicode("e909");
}

.icon-docx:before {
  content: unicode("e909");
}

.icon-pdf:before {
  content: unicode("e90a");
}

.icon-file-other:before {
  content: unicode("e90b");
}

.icon-xml:before {
  content: unicode("e902");
}

.icon-xls:before {
  content: unicode("e908");
}

.icon-xlsx:before {
  content: unicode("e908");
}

.icon-doc:before {
  content: unicode("e909");
}

.icon-docx:before {
  content: unicode("e909");
}

.icon-pdf:before {
  content: unicode("e90a");
}

.icon-file-other:before {
  content: unicode("e90b");
}

.user-menu md-menu-item a {
  color: #424749;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}

.user-menu md-menu-item a:focus {
  color: #424749;
}

.user-menu md-menu-item a:hover {
  color: #424749;
  background: #e8e8e8;
}

main-component {
  display: block;
  height: 100%;
}

main-component .reload {
  cursor: pointer;
  outline: none;
}

main-component .reload.loading {
  -webkit-animation: rotate 2s linear infinite;
}

md-datepicker {
  height: 28px;
  display: inline-block;
  padding-left: 5px;
  background: white;
  padding-top: 0px;
  width: 100%;
}

md-datepicker .md-datepicker-input-container {
  width: 100%;
}

md-datepicker .md-datepicker-input-container input {
  background-color: white;
  padding: 4px;
}

md-datepicker .md-datepicker-input-container > button {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  border: inherit;
  background: inherit;
  padding: inherit;
}

md-datepicker .md-datepicker-input-container > button.md-button.md-focused {
  border: inherit;
  background: inherit;
}

md-menu-content {
  margin-right: -8px;
  padding: 0;
  border: 1px solid #333b3f;
  background: #1c2022;
}

md-menu-content md-menu-item a {
  color: white;
}

md-menu-content md-menu-item a:hover {
  color: #1E88E5;
  cursor: pointer;
}

.video-player-content {
  background: linear-gradient(to bottom, #0d0f10 0%, #1c2022 100%) !important;
  color: white;
  overflow: hidden;
  outline: none;
}

.video-player-content * {
  outline: none;
  user-select: none;
}

.video-player-content h1 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  width: 100%;
  text-transform: capitalize;
}

.video-player-content h2 {
  display: block;
  margin: 0 0 2px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  color: #8f989c;
  text-transform: uppercase;
}

.video-player-content #relatedContent .title-block h3 {
  text-transform: uppercase;
  font: 700 12px/18px "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
  color: #fff;
  float: left;
}

.video-player-content #btnClosePlayerDialog-cross {
  position: absolute;
  top: 15px;
  right: 23px;
  font-size: 26px;
}

@media screen and (max-width: 960px) {
  .video-player-content #btnClosePlayerDialog-cross {
    z-index: 2;
    top: 1%;
  }
}

.video-player-content #btnClosePlayerDialog-left-arrow {
  position: absolute;
  top: 15px;
  left: 23px;
  font-size: 26px;
  z-index: 9999;
}

.video-player-content .loading-wrapper {
  color: #1E88E5;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.video-player-content .loading-wrapper span.animate-loading {
  display: inline-block;
  width: 38px;
}

.video-player-content .loading-wrapper span.animate-loading .icon-refresh {
  font-size: 3em;
}

.video-player-content .error-wrapper {
  text-align: center;
  vertical-align: middle;
  top: 25%;
  width: calc(100% - 270px);
  position: absolute;
}

.video-player-content .error-wrapper .icon-video-camera {
  font-size: 3em;
}

.video-player-content .error-wrapper .icon-remove {
  font-size: 2em;
  position: absolute;
  margin-left: -38px;
  color: black;
  margin-top: 7px;
}

.video-player-content .player-content {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-player-content .player-content:-webkit-full-screen .video-wrapper, .video-player-content .player-content:-moz-full-screen .video-wrapper, .video-player-content .player-content:-ms-fullscreen .video-wrapper {
  background-color: #171717;
}

.video-player-content .player-content:-webkit-full-screen .dummy-player-info, .video-player-content .player-content:-moz-full-screen .dummy-player-info, .video-player-content .player-content:-ms-fullscreen .dummy-player-info {
  display: none;
}

.video-player-content .player-content:-webkit-full-screen video-infos-component, .video-player-content .player-content:-moz-full-screen video-infos-component, .video-player-content .player-content:-ms-fullscreen video-infos-component {
  display: none;
}

.video-player-content .player-brackets {
  font-family: "open sans";
  font-weight: 700;
  font-size: 17px;
}

.video-player-content .btn-prev,
.video-player-content .btn-next {
  font-size: 18px;
}

.video-player-content .btn-prev > div,
.video-player-content .btn-next > div {
  width: auto;
  height: 160px;
  background-color: #080909;
  justify-content: flex-start;
}

.video-player-content .btn-prev > div .icon-angle-right,
.video-player-content .btn-prev > div .icon-angle-left,
.video-player-content .btn-next > div .icon-angle-right,
.video-player-content .btn-next > div .icon-angle-left {
  background-color: black;
  padding: 71px 0px;
  z-index: 300;
  display: flex;
  justify-content: center;
  min-width: 54px;
}

.video-player-content .btn-prev > div .icon-angle-right:hover,
.video-player-content .btn-prev > div .icon-angle-left:hover,
.video-player-content .btn-next > div .icon-angle-right:hover,
.video-player-content .btn-next > div .icon-angle-left:hover {
  background-color: #5aa8e7;
  cursor: pointer;
}

.video-player-content .btn-prev > div media-block-component,
.video-player-content .btn-next > div media-block-component {
  visibility: hidden;
  display: flex;
  transition: margin-left 1s ease, margin-right 1s ease, visibility 1s;
}

.video-player-content .btn-prev > div:hover,
.video-player-content .btn-next > div:hover {
  background-color: #5aa8e7;
  cursor: pointer;
}

.video-player-content .btn-prev > div:hover media-block-component,
.video-player-content .btn-next > div:hover media-block-component {
  visibility: visible;
}

.video-player-content .btn-prev.hidden,
.video-player-content .btn-next.hidden {
  visibility: hidden;
}

.video-player-content .btn-prev {
  z-index: 2000;
}

.video-player-content .btn-prev > div media-block-component {
  margin-left: -360px;
}

.video-player-content .btn-prev > div:hover media-block-component {
  margin: 0;
}

.video-player-content .btn-prev > div .icon-angle-right:hover,
.video-player-content .btn-prev > div .icon-angle-left:hover {
  background-color: #1E88E5;
}

.video-player-content .btn-prev > div:hover {
  background-color: #1E88E5;
}

.video-player-content .btn-next {
  z-index: 2000;
}

.video-player-content .btn-next > div media-block-component {
  margin-right: -360px;
}

.video-player-content .btn-next > div:hover media-block-component {
  /*288 (mediablock) + 54 (btn-next button width)*/
  margin-left: -342px;
}

.video-player-content .btn-next > div .icon-angle-right:hover,
.video-player-content .btn-next > div .icon-angle-left:hover {
  background-color: #1E88E5;
}

.video-player-content .btn-next > div:hover {
  background-color: #1E88E5;
}

.video-player-content .title-block {
  padding: 10px 42px;
  height: 30px;
}

.video-player-content .title-block h3 {
  cursor: pointer;
  position: fixed;
  left: 3vh;
}

.video-player-content .title-block a {
  cursor: pointer;
  position: fixed;
  right: 3vh;
}

.video-player-content .slide-block {
  transition: all linear 0.25s;
  padding: 15px 0px 0px;
  height: 100%;
}

.video-player-content .slide-block.ng-hide {
  margin-bottom: -120px;
}

.video-player-content .opener {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: #79848e;
  font-family: Montserrat;
  /*&:hover {
        color: #fff;
    }*/
}

.video-player-content .opener:hover {
  color: gray;
}

.video-player-content .opener .icon-caret-up,
.video-player-content .opener .icon-caret-down {
  margin-right: 4px;
}

.video-player-content .video-wrapper {
  background-color: #171717;
}

@media screen and (max-width: 960px) {
  .video-player-content .video-wrapper {
    flex-grow: 15;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 960px) and (orientation: landscape) {
  .video-player-content .video-wrapper {
    min-height: 100%;
  }
}

.video-player-content .icon-indicateur-position-timeline.visual {
  cursor: default !important;
}

.video-player-content .icon-indicateur-position-timeline.visual:hover {
  color: white !important;
}

@supports (-ms-ime-align: auto) {
  .video-player-content .icon-fullscreen-separator {
    border-right: 1px solid gray;
  }
}

.video-player-content .icon-fullscreen-separator {
  border-left: 1px solid gray;
  top: -2px;
  bottom: 0px;
  display: inline-block;
  width: 1px;
  position: absolute;
  margin-left: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
  .video-player-content .icon-fullscreen-separator {
    margin-left: 0px !important;
  }
}

@-moz-document url-prefix() {
  .video-player-content .icon-fullscreen-separator {
    margin-left: 0px !important;
  }
}

.video-player-content .sound-bar {
  display: inline-block;
  width: 80px;
  position: relative;
  height: 7px;
  background-color: white;
  border-radius: 3px;
  margin: 2px;
  cursor: pointer;
  transition: width linear 0.3s;
  margin-right: 15px;
}

.video-player-content .sound-bar.inactive {
  width: 0;
  overflow: hidden;
}

.video-player-content .icon-play:before {
  content: "\f04b";
  width: 12px;
  height: 14px;
  display: block;
}

.video-player-content .player-timeline {
  height: 12px;
  background-color: #1E88E5;
  margin: 2px 0;
  position: relative;
  cursor: pointer;
}

.video-player-content .player-timeline .in-out-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e6a836;
}

.video-player-content .player-timeline .in,
.video-player-content .player-timeline .out {
  pointer-events: none;
  font-size: 18px;
  line-height: 12px;
  position: absolute;
}

.video-player-content .player-timeline .sub-clip {
  height: 12px;
  background-color: #39b0ff;
  position: absolute;
  pointer-events: none;
}

.video-player-content .player-timeline .current-position {
  z-index: 100;
  position: absolute;
  /*width: 4px;*/
  pointer-events: none;
  font-size: 19px;
  line-height: 11px;
  margin-left: -4px;
}

.video-player-content .player-actions {
  background-color: transparent;
}

.video-player-content .player-actions .icon-goto-in,
.video-player-content .player-actions .icon-goto-out {
  font-size: 16px !important;
  padding: 7px !important;
}

.video-player-content .player-actions .icon-times {
  padding: 5px !important;
}

.video-player-content .player-actions .clear-field-icon {
  font-size: 12px;
  margin-right: 5px;
}

.video-player-content .player-actions .icon-arrow-left2 {
  padding: 5px !important;
}

.video-player-content .player-actions input.timer {
  display: inline-block;
  margin-top: 4px;
  padding: 0px 2px;
  width: 90px;
  color: white;
  background-color: transparent;
  box-sizing: content-box;
  text-align: center;
  border: none;
}

.video-player-content .player-actions input.timer:hover {
  border: 1px lightgray solid;
}

.video-player-content .player-actions input.timer:focus {
  border: 1px #5aa8e7 solid;
}

.video-player-content .player-actions input.timer.user-input {
  display: none;
}

.video-player-content .player-actions .action-group {
  height: 30px;
  min-width: 30px;
  color: white;
  text-align: center;
  /*vertical-align:middle;*/
  margin: 0;
  margin-right: 1px;
  z-index: 1;
}

.video-player-content .player-actions .action-group:last-child {
  margin-right: 0;
}

.video-player-content .player-actions .action-group [class^="icon-"],
.video-player-content .player-actions .action-group [class*=" icon-"] {
  padding: 7px 7px;
  display: inline-block;
  cursor: pointer;
}

.video-player-content .player-actions .action-group [class^="icon-"]:hover,
.video-player-content .player-actions .action-group [class*=" icon-"]:hover {
  color: #1E88E5;
}

@media (max-width: 411px) {
  .video-player-content .player-actions .action-group [class^="icon-"],
  .video-player-content .player-actions .action-group [class*=" icon-"] {
    padding: 5px 5px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
  }
}

.video-player-content .player-actions .action-group .icon-brackets {
  font-weight: 700;
}

.video-player-content .player-actions .action-hub-group {
  height: 35px;
  min-width: 30px;
  color: white;
  text-align: center;
  /*vertical-align:middle;*/
  margin: 0;
  margin-right: 1px;
  z-index: 1;
}

.video-player-content .player-actions .action-hub-group:last-child {
  margin-right: 0;
}

.video-player-content .player-actions .action-hub-group [class^="icon-"],
.video-player-content .player-actions .action-hub-group [class*=" icon-"] {
  padding: 5px 7px;
  color: white;
  display: inline-block;
  cursor: pointer;
}

.video-player-content .player-actions .action-hub-group [class^="icon-"]:hover,
.video-player-content .player-actions .action-hub-group [class*=" icon-"]:hover {
  color: #1E88E5;
}

@media (max-width: 411px) {
  .video-player-content .player-actions .action-hub-group [class^="icon-"],
  .video-player-content .player-actions .action-hub-group [class*=" icon-"] {
    padding: 5px 5px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
  }
}

.video-player-content .player-actions .action-hub-group .icon-brackets {
  font-weight: 700;
}

@media (max-width: 411px) {
  .video-player-content .player-actions .layout-row {
    padding-top: 2px;
  }
}

.video-player-content .player-actions a {
  height: 27px !important;
}

.video-player-content .schematic-timeline {
  background-color: red;
  margin-top: 20px;
  height: 25px;
}

.video-player-content .icon-times {
  font-size: 18px;
}

.video-player-content .icon-times:hover {
  color: #1E88E5;
  cursor: pointer;
}

.video-player-content .icon-arrow-left2 {
  font-size: 18px;
}

.video-player-content .icon-arrow-left2:hover {
  color: #1E88E5;
  cursor: pointer;
}

.video-player-content .player-title-block {
  padding-bottom: 11px;
  flex-grow: 1;
}

.video-player-content .player-title-block * {
  user-select: text;
}

.video-player-content .player-content-block {
  padding: 20px 75px 15px;
}

@media screen and (max-width: 960px) {
  .video-player-content .player-content-block {
    padding: initial;
  }
}

.video-player-content ::-webkit-media-controls {
  display: none !important;
}

.video-player-content .orient-height video {
  height: 100%;
}

.video-player-content .orient-width video {
  width: 100%;
}

.video-player-content .mobile-info-on-video {
  bottom: 1em !important;
  font-size: .75em !important;
}

.video-player-content .mobile-general-title {
  padding: .2em .5em .2em .5em !important;
}

.video-player-content .mobile-sub-title {
  padding: .2em .2em .2em .5em !important;
}

.video-player-content .mobile-sub-value {
  padding: .2em .5em .2em .2em !important;
}

.video-player-content .info-on-video {
  position: absolute;
  bottom: 27px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  right: 0;
  left: 0;
  text-align: center;
  font-family: Montserrat;
}

.video-player-content .info-on-video.top-layout {
  bottom: initial;
  top: 27px;
}

.video-player-content .info-on-video > span:first-child {
  border-radius: 12px 0px 0px 12px;
}

.video-player-content .info-on-video > span:last-child {
  border-radius: 0 12px 12px 0;
}

.video-player-content .info-on-video .general-title {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 7px 25px 7px 25px;
  color: #e6a836;
}

.video-player-content .info-on-video .general-title.clip {
  color: white;
}

.video-player-content .info-on-video .sub-title {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px 7px 7px 20px;
}

.video-player-content .info-on-video .sub-value {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px 25px 7px 4px;
}

.video-player-content .tabset {
  width: 100%;
  display: table;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  list-style: none;
  position: initial;
  z-index: 1;
}

.video-player-content .tabset li {
  display: table-cell;
  vertical-align: top;
  padding-left: 1px;
}

.video-player-content .tabset li:first-child {
  padding-left: 0;
}

.video-player-content .tabset li.active a {
  background: #36393e;
  color: white;
}

.video-player-content .tabset a {
  display: block;
  width: 100%;
  padding: 12px 3px 10px;
  background: #1c2022;
  color: #C3C3C3;
  text-align: center;
  border-radius: 3px 3px 0 0;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}

.video-player-content .tabset a:hover {
  background: #272c2e;
  color: #fff;
  cursor: pointer;
}

.video-player-content .form-input-field {
  display: inline-block;
  color: black;
  width: 98%;
}

.video-player-content .tab-content {
  overflow: auto;
  padding: 20px 7px;
  background: #36393e;
  color: white;
  font-size: 13px;
  margin-top: -1px;
}

.video-player-content .video-list {
  display: inline-block;
  width: 50%;
  padding: 4px !important;
}

.video-player-content .video-list .btn-multi-angle {
  width: 100%;
  text-align: center;
  word-break: break-word;
  background: #545353;
}

.video-player-content .video-list .btn-multi-angle:not(.disabled):not(.active) {
  border: 1px solid #5aa8e7;
}

.video-player-content .video-list .btn-multi-angle.disabled {
  color: #C3C3C3;
  background-color: transparent;
  cursor: default;
}

.video-player-content .video-list .btn-multi-angle.active {
  background: #5aa8e7;
  cursor: default;
  border: 1px solid #5aa8e7;
}

.video-player-content .video-list .btn-multi-angle:hover:not(.disabled) {
  background: #5aa8e7;
  color: #fff;
  cursor: pointer;
}

.video-player-content .Documents-tab .info-list .title-text, .video-player-content .Documents-tab .subtitles-list .title-text {
  white-space: initial;
  font-weight: 600;
  padding: 12px 0 9px;
  min-width: unset;
  width: 120px;
}

.video-player-content .Documents-tab video-infos-metadata-read-component {
  width: 100%;
}

.video-player-content .Documents-tab video-infos-metadata-read-component > div {
  justify-content: space-between;
}

.video-player-content .Documents-tab video-infos-metadata-read-component .title-text {
  flex-grow: 1;
}

.video-player-content .Documents-tab video-infos-metadata-read-component .desc {
  flex-grow: 2;
}

.video-player-content .Metadata-tab video-infos-metadata-read-component {
  max-width: -webkit-fill-available;
}

.video-player-content .desc .documentInlineFlex {
  padding: 2px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  max-width: 300px;
}

.video-player-content .desc .documentInlineFlex .file-btns {
  display: flex;
  align-items: unset;
  justify-content: space-around;
  min-width: 45px;
}

.video-player-content .Logs-tab .config-section {
  height: 38px !important;
}

.video-player-content video-infos-component {
  margin-left: 30px;
  width: 375px;
}

@media screen and (max-width: 960px) {
  .video-player-content video-infos-component {
    margin-left: initial;
    width: initial;
    height: 30%;
    flex-grow: 10;
  }
}

.video-player-content video-infos-component * {
  user-select: text;
}

.video-player-content video-infos-component .video-info-logs-btn-container {
  display: flex;
  flex-wrap: wrap;
}

.video-player-content video-infos-component .btn-advanced-log-search {
  flex: 0 0 auto;
  padding: 7px 2px 1px 7px;
  color: #f0f0f0;
  background-color: transparent;
}

.video-player-content video-infos-component .btn-thumbnails-mode {
  flex: 0 0 auto;
  padding: 7px 2px 1px 7px;
  font-size: 13px;
  font-weight: 600;
}

.video-player-content video-infos-component .btn-thumbnails-mode > a {
  background: #0081c8;
  border: 1px solid #0081c8;
  color: #fff;
  padding: 9px 24px 7px 8px;
  display: block;
}

.video-player-content video-infos-component .btn-thumbnails-mode > a > i {
  padding-right: 5px;
}

.video-player-content video-infos-component .btn-thumbnails-mode > a:hover {
  background: #0097cc;
  border: 1px solid #0081c8;
}

.video-player-content video-infos-component select {
  color: white;
}

.video-player-content video-infos-component .tab-content {
  position: relative;
}

.video-player-content .dummy-player-info {
  margin-left: 30px;
  width: 375px;
}

.video-player-content .dummy-player-info * {
  user-select: text;
}

.video-player-content .dummy-player-info .video-info-logs-btn-container {
  display: flex;
}

.video-player-content .dummy-player-info .btn-advanced-log-search {
  flex: 0 0 auto;
  padding: 7px 2px 1px 7px;
  color: #f0f0f0;
  background-color: transparent;
}

.video-player-content .dummy-player-info .btn-thumbnails-mode {
  flex: 0 0 auto;
  padding: 7px 2px 1px 7px;
  font-size: 13px;
  font-weight: 600;
}

.video-player-content .dummy-player-info .btn-thumbnails-mode > a {
  background: #0081c8;
  border: 1px solid #0081c8;
  color: #fff;
  padding: 9px 24px 7px 8px;
  display: block;
}

.video-player-content .dummy-player-info .btn-thumbnails-mode > a > i {
  padding-right: 5px;
}

.video-player-content .dummy-player-info .btn-thumbnails-mode > a:hover {
  background: #0097cc;
  border: 1px solid #0081c8;
}

.video-player-content video-infos-component {
  margin-left: 30px;
  width: 375px;
}

@media screen and (max-width: 960px) {
  .video-player-content video-infos-component {
    margin-left: initial;
    width: initial;
    height: 30%;
    flex-grow: 10;
  }
}

.video-player-content video-infos-component * {
  user-select: text;
}

.video-player-content video-infos-component .video-info-logs-btn-container {
  left: -12px;
  top: 82px !important;
  display: flex;
  flex-wrap: wrap;
}

.video-player-content video-infos-component .advanced-search-container {
  flex-basis: 100%;
  color: #f0f0f0;
  background-color: transparent;
}

.video-player-content video-infos-component .btn-advanced-log-search {
  flex: 0 0 auto;
  padding: 7px 2px 1px 3px;
  color: #f0f0f0;
  background-color: transparent;
}

.video-player-content video-infos-component .btn-thumbnails-mode {
  flex: 0 0 auto;
  padding: 7px 2px 1px 7px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.video-player-content video-infos-component .btn-thumbnails-mode > a {
  background: #0081c8;
  border: 1px solid #0081c8;
  color: #fff;
  padding: 6px 24px 5px 8px;
  display: block;
}

.video-player-content video-infos-component .btn-thumbnails-mode > a > i {
  padding-right: 5px;
}

.video-player-content video-infos-component .btn-thumbnails-mode > a:hover {
  background: #0097cc;
  border: 1px solid #0081c8;
}

.video-player-content .dummy-player-info {
  margin-left: 30px;
  width: 375px;
}

.video-player-content .dummy-player-info * {
  user-select: text;
}

.video-player-content .dummy-player-info .video-info-logs-btn-container {
  left: -12px;
  top: 82px !important;
  display: flex;
}

.video-player-content .dummy-player-info .btn-advanced-log-search {
  flex: 0 0 auto;
  padding: 7px 2px 1px 3px;
  color: #f0f0f0;
  background-color: transparent;
}

.video-player-content .dummy-player-info .btn-thumbnails-mode {
  flex: 0 0 auto;
  padding: 7px 2px 1px 7px;
  font-size: 13px;
  font-weight: 600;
}

.video-player-content .dummy-player-info .btn-thumbnails-mode > a {
  background: #0081c8;
  border: 1px solid #0081c8;
  color: #fff;
  padding: 6px 24px 5px 8px;
  display: block;
}

.video-player-content .dummy-player-info .btn-thumbnails-mode > a > i {
  padding-right: 5px;
}

.video-player-content .dummy-player-info .btn-thumbnails-mode > a:hover {
  background: #0097cc;
  border: 1px solid #0081c8;
}

.video-player-content .dummy-player-info .tab-content {
  height: 95%;
  width: 100%;
}

#header {
  display: flex;
  flex-direction: row;
  height: 59px !important;
  min-height: 59px !important;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  background-color: #272c2e;
}

#header .header-left {
  border-right: none;
  padding: 0 !important;
  margin: 0 !important;
}

#header .header-left #dashboardLogoContainer a {
  display: block;
  width: 185px;
  height: 100%;
  overflow: hidden;
}

#header .header-left #dashboardLogoContainer a #dashboardLogo {
  height: 100%;
  margin-left: 10px;
  width: 188px;
  max-height: initial;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI1NC44IDYwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjguNi4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMS4yLjAgQnVpbGQgNzA5KSAgLS0+CiAgPGc+CiAgICA8ZyBpZD0iTGF5ZXJfMSI+CiAgICAgIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXJfMSI+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMzIuNyA0NS4xIDMyLjUgNDUuMSAxOC4xIDExIDE1LjYgMTEgMTUuNiA0OC40IDE3LjggNDguNCAxNy44IDE2LjQgMTggMTYuNCAzMS41IDQ4LjQgMzMuNyA0OC40IDQ3LjIgMTYuNCA0Ny40IDE2LjQgNDcuNCA0OC40IDQ5LjYgNDguNCA0OS42IDExIDQ3LjIgMTEgMzIuNyA0NS4xIi8+CiAgICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNzcsMjMuNmMtMS4xLTEuMi0yLjMtMi4xLTMuNy0yLjdzLTIuOS0uOS00LjUtLjljLTIuMywwLTQuNC42LTYuMiwxLjlzLTMuMiwzLTQuMiw1LjItMS41LDQuNy0xLjUsNy41LjUsNS4zLDEuNSw3LjUsMi41LDMuOSw0LjQsNS4xLDQuMSwxLjksNi42LDEuOSwzLjUtLjMsNC44LS45LDIuNS0xLjQsMy40LTIuM2MuOS0uOSwxLjYtMS45LDItMi44bC0yLS44Yy0uMy43LS45LDEuNC0xLjYsMi4xLS43LjctMS42LDEuNC0yLjcsMS45cy0yLjQuOC0zLjkuOC00LS41LTUuNS0xLjYtMi43LTIuNS0zLjUtNC40Yy0uOC0xLjgtMS4yLTMuOC0xLjItNmgyMS40di0xLjRjMC0yLjEtLjMtNC0uOS01LjZzLTEuNS0zLjEtMi41LTQuM001OS4xLDMyLjhjMC0xLjguNi0zLjUsMS4zLTUuMS44LTEuOCwyLTMuMiwzLjQtNC4yLDEuNS0xLDMuMS0xLjYsNS0xLjZzMy40LjUsNC44LDEuNCwyLjUsMi4zLDMuNCwzLjksMS4yLDMuNSwxLjIsNS41aC0xOS4xWiIvPgogICAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDUuOSwyNi42aC0uMmMtLjQtMS4yLTEtMi4zLTEuOS0zLjMtLjgtMS0xLjgtMS44LTMtMi40cy0yLjYtLjktNC4yLS45LTQuMi42LTUuOSwxLjljLTEuNywxLjItMywzLTMuOSw1LjFzLTEuNCw0LjctMS40LDcuNS41LDUuMywxLjQsNy41LDIuMiwzLjksMy45LDUuMWMxLjcsMS4yLDMuNiwxLjksNS45LDEuOXMzLS4zLDQuMi0uOSwyLjItMS40LDMtMi40LDEuNC0yLjEsMS45LTMuM2guM3Y2LjFoMi4xVjExaC0yLjJ2MTUuNmgwWk0xMDQuOCw0MC44Yy0uNywxLjktMS44LDMuNC0zLjEsNC41LTEuNCwxLjEtMywxLjYtNC45LDEuNnMtMy42LS42LTQuOS0xLjZjLTEuNC0xLjEtMi40LTIuNi0zLjEtNC41cy0xLjEtNC0xLjEtNi40LjQtNC41LDEuMS02LjNjLjctMS45LDEuOC0zLjQsMy4xLTQuNCwxLjQtMS4xLDMtMS42LDQuOS0xLjZzMy41LjUsNC45LDEuNiwyLjQsMi41LDMuMSw0LjQsMS4xLDQsMS4xLDYuNC0uNCw0LjUtMS4xLDYuNCIvPgogICAgICAgICAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjExNi40IiB5PSIyMC4zIiB3aWR0aD0iMi4yIiBoZWlnaHQ9IjI4Ii8+CiAgICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExNy41LDExLjljLS41LDAtLjkuMi0xLjMuNS0uMy4zLS41LjgtLjUsMS4ycy4yLjkuNSwxLjIuOC41LDEuMy41LjktLjIsMS4zLS41Yy4zLS4zLjUtLjguNS0xLjJzLS4yLS45LS41LTEuMi0uOC0uNS0xLjMtLjUiLz4KICAgICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQyLjMsMjIuMWMtLjktLjctMS45LTEuMi0zLjEtMS42LTEuMS0uMy0yLjMtLjUtMy42LS41cy0yLjguMi00LjIuN2MtMS4zLjQtMi41LDEuMS0zLjUsMnMtMS44LDItMi4zLDMuM2wyLjEuOGMuNi0xLjQsMS41LTIuNSwyLjktMy40LDEuNC0uOSwzLjEtMS4zLDUuMS0xLjNzNCwuNiw1LjMsMS44YzEuMywxLjIsMS45LDIuOCwxLjksNC45djEuMmMwLC43LS4zLDEuMi0xLDEuNi0uNi4zLTEuNS42LTIuNi44cy0yLjQuMy0zLjguNWMtMS45LjItMy41LjYtNC44LDEtMS40LjQtMi41LDEtMy4zLDEuNnMtMS41LDEuNC0xLjksMi4zYy0uNC45LS42LDEuOS0uNiwzLjEsMCwxLjguNCwzLjMsMS4yLDQuNS44LDEuMiwxLjksMi4yLDMuMiwyLjgsMS4zLjYsMi44LDEsNC40LDFzMi44LS4zLDQtLjgsMi4yLTEuMiwzLjEtMmMuOC0uOSwxLjUtMS44LDItMi45aC4ydjUuMWgyLjJ2LTE5LjZjMC0xLjUtLjMtMi45LS44LTRzLTEuMi0yLTIuMS0yLjdNMTQzLDM3YzAsMS45LS40LDMuNi0xLjEsNS4xLS44LDEuNS0xLjgsMi43LTMuMiwzLjUtMS40LjktMi45LDEuMy00LjcsMS4zcy0zLjYtLjYtNC45LTEuN2MtMS4zLTEuMS0yLTIuNi0yLTQuNXMuMy0yLjEuOS0zYy42LS44LDEuNS0xLjUsMi44LTJzMi45LS45LDUtMS4xYy43LDAsMS40LS4yLDIuMS0uM3MxLjQtLjIsMi4xLS40Yy43LDAsMS4zLS4zLDEuOC0uNXMuOS0uNCwxLjItLjZ2NC4xaDBaIi8+CiAgICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxNzguNiAyOC42IDE1Ni4xIDI4LjYgMTU2LjEgMTEgMTUzLjggMTEgMTUzLjggNDguNCAxNTYuMSA0OC40IDE1Ni4xIDMwLjcgMTc4LjYgMzAuNyAxNzguNiA0OC40IDE4MC45IDQ4LjQgMTgwLjkgMTEgMTc4LjYgMTEgMTc4LjYgMjguNiIvPgogICAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMDcuNCwzOC40YzAsMS43LS40LDMuMS0xLjEsNC4zLS43LDEuMi0xLjcsMi4yLTMsMi44cy0yLjYsMS00LDFjLTIuMywwLTQuMS0uNy01LjUtMi4yLTEuNC0xLjQtMi4xLTMuMy0yLjEtNS43di0xOC40aC0yLjJ2MTguNWMwLDIsLjQsMy44LDEuMiw1LjNzMS45LDIuNiwzLjMsMy40LDMsMS4yLDQuOSwxLjIsMy43LS41LDUuMi0xLjQsMi41LTIuMSwzLjItMy41aC4ydjQuNWgyLjJ2LTI4aC0yLjJ2MTguMWgwWiIvPgogICAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMzUuMiwyMS44Yy0xLjctMS4yLTMuNi0xLjktNS45LTEuOXMtMywuMy00LjIuOS0yLjIsMS40LTMsMi40LTEuNCwyLjEtMS45LDMuM2gtLjJ2LTE1LjZoLTIuMnYzNy40aDIuMnYtNi4xaC4zYy41LDEuMiwxLjEsMi4zLDEuOSwzLjMuOCwxLDEuOCwxLjgsMywyLjQsMS4yLjYsMi42LjksNC4yLjksMi4zLDAsNC4yLS42LDUuOS0xLjksMS43LTEuMiwzLTMsMy45LTUuMS45LTIuMiwxLjQtNC43LDEuNC03LjVzLS41LTUuMy0xLjQtNy41LTIuMi0zLjktMy45LTUuMU0yMzcuMyw0MC44Yy0uNywxLjktMS44LDMuNC0zLjEsNC41LTEuNCwxLjEtMywxLjYtNC45LDEuNnMtMy41LS41LTQuOS0xLjYtMi40LTIuNi0zLjEtNC41LTEuMS00LTEuMS02LjQuNC00LjUsMS4xLTYuNGMuNy0xLjksMS44LTMuMywzLjEtNC40LDEuNC0xLjEsMy0xLjYsNC45LTEuNnMzLjYuNSw0LjksMS42LDIuNCwyLjYsMy4xLDQuNGMuNywxLjksMS4xLDQsMS4xLDYuM3MtLjQsNC41LTEuMSw2LjQiLz4KICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==);
  background-size: 85%;
  background-position: 8px;
  background-repeat: no-repeat;
}

#header .header-left #dashboardLogoContainer a #dashboardLogo:hover {
  max-width: initial;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI1NC44IDYwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMwMGJjYmM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCA3MDkpICAtLT4KICA8Zz4KICAgIDxnIGlkPSJMYXllcl8xIj4KICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEzNi44IDAgMTA4LjIgMCAwIDAgMCA2MCAxMDguMiA2MCAxMzYuOCA2MCAyNTQuOCA2MCAyNTQuOCAwIDEzNi44IDAiLz4KICAgICAgPGc+CiAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjMyLjcgNDUuMSAzMi41IDQ1LjEgMTguMSAxMSAxNS42IDExIDE1LjYgNDguNCAxNy44IDQ4LjQgMTcuOCAxNi40IDE4IDE2LjQgMzEuNSA0OC40IDMzLjcgNDguNCA0Ny4yIDE2LjQgNDcuNCAxNi40IDQ3LjQgNDguNCA0OS42IDQ4LjQgNDkuNiAxMSA0Ny4yIDExIDMyLjcgNDUuMSIvPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNzcsMjMuNmMtMS4xLTEuMi0yLjMtMi4xLTMuNy0yLjdzLTIuOS0uOS00LjUtLjljLTIuMywwLTQuNC42LTYuMiwxLjktMS44LDEuMy0zLjIsMy00LjIsNS4ycy0xLjUsNC43LTEuNSw3LjUuNSw1LjMsMS41LDcuNWMxLDIuMiwyLjUsMy45LDQuNCw1LjFzNC4xLDEuOSw2LjYsMS45LDMuNS0uMyw0LjgtLjksMi41LTEuNCwzLjQtMi4zYy45LS45LDEuNi0xLjksMi0yLjhsLTItLjhjLS4zLjctLjksMS40LTEuNiwyLjEtLjcuNy0xLjYsMS40LTIuNywxLjlzLTIuNC44LTMuOS44LTQtLjUtNS41LTEuNi0yLjctMi41LTMuNS00LjRjLS44LTEuOC0xLjItMy44LTEuMi02aDIxLjR2LTEuNGMwLTIuMS0uMy00LS45LTUuNnMtMS41LTMuMS0yLjUtNC4zTTU5LjEsMzIuOGMuMS0xLjguNi0zLjUsMS4zLTUuMS44LTEuOCwyLTMuMiwzLjQtNC4yLDEuNS0xLDMuMS0xLjYsNS0xLjZzMy40LjUsNC44LDEuNCwyLjUsMi4zLDMuNCwzLjksMS4yLDMuNSwxLjIsNS41aC0xOS4xLDBaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDUuOSwyNi42aC0uMmMtLjQtMS4yLTEtMi4zLTEuOS0zLjMtLjgtMS0xLjgtMS44LTMtMi40LTEuMi0uNi0yLjYtLjktNC4yLS45cy00LjIuNi01LjksMS45Yy0xLjcsMS4yLTMsMy0zLjksNS4xcy0xLjQsNC43LTEuNCw3LjUuNSw1LjMsMS40LDcuNWMuOSwyLjIsMi4yLDMuOSwzLjksNS4xLDEuNywxLjIsMy42LDEuOSw1LjksMS45czMtLjMsNC4yLS45LDIuMi0xLjQsMy0yLjRjLjgtMSwxLjQtMi4xLDEuOS0zLjNoLjN2Ni4xaDIuMVYxMWgtMi4ydjE1LjZoMFpNMTA0LjgsNDAuOGMtLjcsMS45LTEuOCwzLjQtMy4xLDQuNS0xLjQsMS4xLTMsMS42LTQuOSwxLjZzLTMuNi0uNi00LjktMS42Yy0xLjQtMS4xLTIuNC0yLjYtMy4xLTQuNS0uNy0xLjktMS4xLTQtMS4xLTYuNHMuNC00LjUsMS4xLTYuM2MuNy0xLjksMS44LTMuNCwzLjEtNC40LDEuNC0xLjEsMy0xLjYsNC45LTEuNnMzLjUuNSw0LjksMS42LDIuNCwyLjUsMy4xLDQuNGMuNywxLjksMS4xLDQsMS4xLDYuNHMtLjQsNC41LTEuMSw2LjQiLz4KICAgICAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMTE2LjQiIHk9IjIwLjMiIHdpZHRoPSIyLjIiIGhlaWdodD0iMjgiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExNy41LDExLjljLS41LDAtLjkuMi0xLjMuNS0uMy4zLS41LjgtLjUsMS4ycy4yLjkuNSwxLjJjLjMuMy44LjUsMS4zLjVzLjktLjIsMS4zLS41Yy4zLS4zLjUtLjguNS0xLjJzLS4yLS45LS41LTEuMmMtLjMtLjMtLjgtLjUtMS4zLS41Ii8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNDIuMywyMi4xYy0uOS0uNy0xLjktMS4yLTMuMS0xLjYtMS4xLS4zLTIuMy0uNS0zLjYtLjVzLTIuOC4yLTQuMi43Yy0xLjMuNC0yLjUsMS4xLTMuNSwyLTEsLjktMS44LDItMi4zLDMuM2wyLjEuOGMuNi0xLjQsMS41LTIuNSwyLjktMy40LDEuNC0uOSwzLjEtMS4zLDUuMS0xLjNzNCwuNiw1LjMsMS44YzEuMywxLjIsMS45LDIuOCwxLjksNC45djEuMmMwLC43LS4zLDEuMi0xLDEuNi0uNi4zLTEuNS42LTIuNi44LTEuMS4yLTIuNC4zLTMuOC41LTEuOS4yLTMuNS42LTQuOCwxLTEuNC40LTIuNSwxLTMuMywxLjZzLTEuNSwxLjQtMS45LDIuM2MtLjQuOS0uNiwxLjktLjYsMy4xLDAsMS44LjQsMy4zLDEuMiw0LjUuOCwxLjIsMS45LDIuMiwzLjIsMi44czIuOCwxLDQuNCwxLDIuOC0uMyw0LS44YzEuMi0uNSwyLjItMS4yLDMuMS0yLC44LS45LDEuNS0xLjgsMi0yLjloLjJ2NS4xaDIuMnYtMTkuNmMwLTEuNS0uMy0yLjktLjgtNHMtMS4yLTItMi4xLTIuN00xNDMsMzdjMCwxLjktLjQsMy42LTEuMSw1LjEtLjgsMS41LTEuOCwyLjctMy4yLDMuNS0xLjQuOS0yLjksMS4zLTQuNywxLjNzLTMuNi0uNi00LjktMS43Yy0xLjMtMS4xLTItMi42LTItNC41cy4zLTIuMS45LTNjLjYtLjgsMS41LTEuNSwyLjgtMiwxLjMtLjUsMi45LS45LDUtMS4xLjcsMCwxLjQtLjIsMi4xLS4zczEuNC0uMiwyLjEtLjRjLjctLjEsMS4zLS4zLDEuOC0uNS41LS4yLjktLjQsMS4yLS42djQuMWgwWiIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjE3OC42IDI4LjYgMTU2LjEgMjguNiAxNTYuMSAxMSAxNTMuOCAxMSAxNTMuOCA0OC40IDE1Ni4xIDQ4LjQgMTU2LjEgMzAuNyAxNzguNiAzMC43IDE3OC42IDQ4LjQgMTgwLjkgNDguNCAxODAuOSAxMSAxNzguNiAxMSAxNzguNiAyOC42Ii8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMDcuNCwzOC40YzAsMS43LS40LDMuMS0xLjEsNC4zLS43LDEuMi0xLjcsMi4yLTMsMi44cy0yLjYsMS00LDFjLTIuMywwLTQuMS0uNy01LjUtMi4yLTEuNC0xLjQtMi4xLTMuMy0yLjEtNS43di0xOC40aC0yLjJ2MTguNWMwLDIsLjQsMy44LDEuMiw1LjMuOCwxLjUsMS45LDIuNiwzLjMsMy40czMsMS4yLDQuOSwxLjIsMy43LS41LDUuMi0xLjRjMS41LS45LDIuNS0yLjEsMy4yLTMuNWguMnY0LjVoMi4ydi0yOGgtMi4ydjE4LjFoMFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIzNS4yLDIxLjhjLTEuNy0xLjItMy42LTEuOS01LjktMS45cy0zLC4zLTQuMi45LTIuMiwxLjQtMywyLjRjLS44LDEtMS40LDIuMS0xLjksMy4zaC0uMnYtMTUuNmgtMi4ydjM3LjRoMi4ydi02LjFoLjNjLjUsMS4yLDEuMSwyLjMsMS45LDMuMy44LDEsMS44LDEuOCwzLDIuNCwxLjIuNiwyLjYuOSw0LjIuOSwyLjMsMCw0LjItLjYsNS45LTEuOSwxLjctMS4yLDMtMywzLjktNS4xLjktMi4yLDEuNC00LjcsMS40LTcuNXMtLjUtNS4zLTEuNC03LjUtMi4yLTMuOS0zLjktNS4xTTIzNy4zLDQwLjhjLS43LDEuOS0xLjgsMy40LTMuMSw0LjUtMS40LDEuMS0zLDEuNi00LjksMS42cy0zLjUtLjUtNC45LTEuNmMtMS40LTEuMS0yLjQtMi42LTMuMS00LjVzLTEuMS00LTEuMS02LjQuNC00LjUsMS4xLTYuNGMuNy0xLjksMS44LTMuMywzLjEtNC40LDEuNC0xLjEsMy0xLjYsNC45LTEuNnMzLjYuNSw0LjksMS42LDIuNCwyLjYsMy4xLDQuNGMuNywxLjksMS4xLDQsMS4xLDYuM3MtLjQsNC41LTEuMSw2LjQiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==) !important;
}

.idle-container {
  padding: 15px;
  padding-bottom: 60px;
  font-family: Montserrat;
}

.idle-container h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.idle-container h3 i {
  color: darkorange;
  margin-right: 5px;
}

.fci-form {
  padding: 15px;
  font-family: Montserrat;
}

@media screen and (min-width: 640px) {
  .fci-form video-share-dialog-component {
    padding-bottom: 60px;
  }
}

.fci-form * {
  outline: none;
}

.fci-form h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.fci-form h3 i {
  color: #1E88E5;
  margin-right: 5px;
}

.fci-form textarea {
  resize: none;
}

.fci-form .form-label {
  padding-right: 5px;
  display: inline-block;
  width: 140px;
  text-align: right;
}

.fci-form .form-label-field {
  margin-bottom: 15px;
}

.fci-form .form-label-field .form-label {
  text-align: right;
}

.fci-form .form-label-field.form-label-field-shared-form {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fci-form .form-label-field.form-label-field-shared-form md-radio-group {
  margin: 1em 0 0 1em;
}

.fci-form .error {
  color: red;
  font-size: 0.9em;
  margin-left: 140px;
}

.fci-form .error .label {
  font-weight: bold;
}

.fci-form .form-input, .fci-form .input-combo {
  width: 240px;
}

.fci-form .save-btn {
  background: #5aa8e7;
  right: 0;
  color: white;
}

.fci-form .save-btn,
.fci-form .cancel-btn {
  border: 0;
  padding: 15px 24px;
  position: absolute;
  bottom: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  width: 50%;
  height: 48px;
}

.fci-form .save-btn:hover:not(:disabled),
.fci-form .cancel-btn:hover:not(:disabled) {
  background: #ebebeb;
  color: #1E88E5;
}

.fci-form .save-btn:disabled,
.fci-form .cancel-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.fci-form .cancel-btn {
  color: #1E88E5;
  right: initial;
  left: 0;
}

.fci-form .only-one-btn {
  background: #1E88E5;
  border: 0;
  padding: 15px 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  height: 48px;
}

.fci-form .only-one-btn:hover:not(:disabled) {
  background: #ebebeb;
  color: #1E88E5;
}

.fci-form .only-one-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.fci-form .loading-image {
  width: 24px;
  height: 24px;
  background-image: url(data:image/gif;base64,R0lGODlhGAAYAPAAAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/hoiQ3JlYXRlZCB3aXRoIENoaW1wbHkuY29tIgAh+QQJBQAAACwAAAAAGAAYAAACQ4SPqXvhD9mCURp3KQY7VZ11oahQCMiYI1l+laW+FveMc1Pf+s73OJvKqWAu2eQ1POZWxKWNVgwcV0LpTAMMYq2+WwEAIfkECQUAAAAsAAAAABgAGAAAAkOEj6mL4f9YCwBaaWK1Li+YcSE1gZI5ah8qYtemniaKwWS9dvjOu3Fv481ojFdLpnoVacTEcZTSNCtRqQ4pumKVwF0BACH5BAkFAAAALAAAAAAYABgAAAJGhI+pm+HvGHoGWgmrjWyDHRzh5DUip2UYlbIre0ntKHdurah4Dt/7ifoBacIZLlZ6oXS2m4s4C36GlCSvxGyARr7FtgguAAAh+QQJBQAAACwAAAAAGAAYAAACSISPqXsR4KJjSBppGb54rv6AWqd40NNs1Imy0eqi6jpfcOq1N5e/e5a5AX07m6uoiwmHRMqsOWqaTLhgQiT6ZGvXLVS7oRZ3BQAh+QQJBQAAACwAAAAAGAAYAAACSISPqXsR7RxD8ZkaJ4bYps5VS+dxDbVNV5mqIqquGVDGsvXabx7vsz7juYI/2+VWG9WEDJ4EWPQUkc8PiKq80pihH9fqTRptBQAh+QQJBQAAACwAAAAAGAAYAAACR4SPqXvh7QJD8ZlqF5Z3a9+BEKaQiVhOnTquLBWF3FvJrw3Ut67Tcf7zWXosXnDHOapmDGaJKHMCTSPqRjrtoU5W6CejvN0KACH5BAkFAAAALAAAAAAYABgAAAJKhI+pe+HtAkPxmWoXlndr34EUpohjVqIAd01l6KZcFUMWXa9RyMY4XvvtckLVpJiztRrJVWLIgJ6kPOMmc/2Qqr3nVkfVssJNVwEAIfkECQUAAAAsAAAAABgAGAAAAkiEj6l74dEcQ+9FyyoGGqouGeCifV3mkdU1Jen1tqK3ynNY23Uu71uP4bV8IV0wBixGbJxiaYK8CZs/2AYUPUmrlJx26OQybQUAIfkECQUAAAAsAAAAABgAGAAAAkqEj6l74d4CQ69GyKo1emoMfInEgddWNh6KTuFzkq750i5X2hlcy/fWmvGCK4zvljvqRiyiosn7+T7HmorSSUaf0Oyiu93FkGRFAQAh+QQJBQAAACwAAAAAGAAYAAACR4SPqXvhH4BjCEJzqX04sx2BydQpYkNSkmepHbfCahtHLjbKN17v/X/L2HxAXhBGmwmTH5ZHk6rpSlRU69REYhfLzVEaJd4KACH5BAkFAAAALAAAAAAYABgAAAJGhI+pe+HvmILUPGlpBHCFpnEVcllTCG7SKHbYyK6uizF0far4/pY86ftlNjHbrJhTIRM3zYeZYlacDU/J+ZQ9sdkaVvgrAAAh+QQJBQAAACwAAAAAGAAYAAACQ4SPqXvh/9iCFDgZDI32Kr5lnddwzIZUGFSy0uipr+q+Gmja+s73/h3LzXDCiQs1NMmMOeRJeEQWR0DaCra0hUg/WwEAOw==);
  position: absolute;
  bottom: 11px;
  right: 7px;
}

.fci-form .loading-image.loading-image-center {
  position: relative;
  filter: invert(1);
  bottom: 0;
  right: 0;
}

.fci-form .info-img {
  text-align: center;
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAHdElNRQfjAxkKAxANuGc4AAAB/ElEQVQ4y5XUv0uVYRwF8M97vVpXxSFSG4xsUFA0FEKarKWW1wTNtsqhpYbESmvqDwistmwV11QoLzaao1SKiQlSCF1BE6QfguKv23BfTdEEn/F5z3me85zzPS9HXMH+rZBAFjalk4cRGm2SrdIlNYqxYNywKeuBwf2EUFpQ7YGr4lJ+oEiJDW8995nkXkJIoFmXhB79ZiwjX5lmrVZ06N+WF0RwWnSb0uGDtJiTVv1G4Lwule56nbkliODnDEhpNQtaPZbSZhqU6lGiyQRJMRDXLqEzgue5rcJlYaR8VqeEdnFEhCoNeo1GgFUT0pYy5ydhVK8GVRALoV6OgczHLTY90azRu4whSRiQo54wc41aKTPR8/OETogpV2Ao3LZzRkpNRj1xxRYtR0bHJDS5gm5DO3ktW3RK3EZsb/BJ/ujR//9ZimHDgkL5uxSn9+HyFZoPNrZdGlOi7NAhLVNiPI1YEkasaYoiPGB6A5qtGfkX3KRBN9URColH8hISghDpOjcMmoQsytnyTYsLhv2U8EgDfilw1kcrSr2Uq908M7uG75pXvnjokyLHbCGwaUGNZyrc0ZcxJCuTSjnTvrrulkJz5ixZtuWMe57K1aZ/uxG7CoRq9zXK9j0q0Gnr3nhxQIF2KNkqXVQbVXTMe1PWj+vbX9E9xEN+AkdefwHIk5il36cllgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wMy0yNVQxMDowMzoxNi0wNDowMFlYzewAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDMtMjVUMTA6MDM6MTYtMDQ6MDAoBXVQAAAAAElFTkSuQmCC);
  display: inline-block;
  background-size: 18px;
  position: relative;
  top: 2px;
  left: 3px;
}

md-menu-content.send-to-menu {
  width: fit-content;
}

md-menu-content.send-to-menu md-menu-item {
  min-height: 23px;
  height: 23px;
}

md-menu-content.send-to-menu md-menu-item a {
  cursor: pointer;
}

md-menu-content.video-prefs-menu md-menu-item {
  min-height: 23px;
  height: 23px;
}

md-menu-content.video-prefs-menu md-menu-item a {
  cursor: pointer;
  padding-left: 22px;
}

md-menu-content.video-prefs-menu md-menu-item a.active-track::before {
  content: "\f00c";
  font-family: icomoon;
  left: 4px;
  margin-top: 1px;
  margin-left: -14px;
}

md-menu-content.video-prefs-menu md-menu-item .md-menu > a {
  padding-left: 6px;
}

bulk-update-component,
video-sendto-component,
video-download-component,
blackbird-edit-component,
video-delete-component {
  display: inline-block;
}

bulk-update-component[disabled='disabled'] .btn, bulk-update-component[disabled='disabled'] .btn-combo,
video-sendto-component[disabled='disabled'] .btn,
video-sendto-component[disabled='disabled'] .btn-combo,
video-download-component[disabled='disabled'] .btn,
video-download-component[disabled='disabled'] .btn-combo,
blackbird-edit-component[disabled='disabled'] .btn,
blackbird-edit-component[disabled='disabled'] .btn-combo,
video-delete-component[disabled='disabled'] .btn,
video-delete-component[disabled='disabled'] .btn-combo {
  background-color: #1E88E5;
  cursor: default;
  position: relative;
  pointer-events: none;
  opacity: 0.48;
  color: rgba(255, 255, 255, 0.88);
}

bulk-update-component .btn, bulk-update-component .btn-combo,
video-sendto-component .btn,
video-sendto-component .btn-combo,
video-download-component .btn,
video-download-component .btn-combo,
blackbird-edit-component .btn,
blackbird-edit-component .btn-combo,
video-delete-component .btn,
video-delete-component .btn-combo {
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 0;
  /*height: 27px;*/
}

bulk-update-component .btn .btn-content, bulk-update-component .btn-combo .btn-content,
video-sendto-component .btn .btn-content,
video-sendto-component .btn-combo .btn-content,
video-download-component .btn .btn-content,
video-download-component .btn-combo .btn-content,
blackbird-edit-component .btn .btn-content,
blackbird-edit-component .btn-combo .btn-content,
video-delete-component .btn .btn-content,
video-delete-component .btn-combo .btn-content {
  white-space: nowrap;
}

bulk-update-component .btn.disabled, bulk-update-component .disabled.btn-combo,
video-sendto-component .btn.disabled,
video-sendto-component .disabled.btn-combo,
video-download-component .btn.disabled,
video-download-component .disabled.btn-combo,
blackbird-edit-component .btn.disabled,
blackbird-edit-component .disabled.btn-combo,
video-delete-component .btn.disabled,
video-delete-component .disabled.btn-combo {
  background-color: #C3C3C3;
  cursor: default;
  position: relative;
  pointer-events: none;
}

bulk-update-component [class^="icon-"],
bulk-update-component [class*=" icon-"],
video-sendto-component [class^="icon-"],
video-sendto-component [class*=" icon-"],
video-download-component [class^="icon-"],
video-download-component [class*=" icon-"],
blackbird-edit-component [class^="icon-"],
blackbird-edit-component [class*=" icon-"],
video-delete-component [class^="icon-"],
video-delete-component [class*=" icon-"] {
  padding: 3px 7px;
  display: inline-block;
  cursor: pointer;
}

bulk-update-component [class^="icon-"]:hover,
bulk-update-component [class*=" icon-"]:hover,
video-sendto-component [class^="icon-"]:hover,
video-sendto-component [class*=" icon-"]:hover,
video-download-component [class^="icon-"]:hover,
video-download-component [class*=" icon-"]:hover,
blackbird-edit-component [class^="icon-"]:hover,
blackbird-edit-component [class*=" icon-"]:hover,
video-delete-component [class^="icon-"]:hover,
video-delete-component [class*=" icon-"]:hover {
  /*color:$color_08;*/
}

bulk-update-component md-menu,
video-sendto-component md-menu,
video-download-component md-menu,
blackbird-edit-component md-menu,
video-delete-component md-menu {
  display: inline-block;
  height: 100%;
  margin-left: -2px;
  margin-top: -35px;
}

bulk-update-component .send-to-menu-btn,
video-sendto-component .send-to-menu-btn,
video-download-component .send-to-menu-btn,
blackbird-edit-component .send-to-menu-btn,
video-delete-component .send-to-menu-btn {
  background: #5aa8e7;
  color: #fff;
  text-transform: uppercase;
  border: none;
  height: 100%;
  /*display: inline-table;*/
}

bulk-update-component .send-to-menu-btn.minimized,
video-sendto-component .send-to-menu-btn.minimized,
video-download-component .send-to-menu-btn.minimized,
blackbird-edit-component .send-to-menu-btn.minimized,
video-delete-component .send-to-menu-btn.minimized {
  width: 0;
  overflow: hidden;
  position: absolute;
  padding: 0px;
  margin: 0;
  border: none;
}

bulk-update-component .send-to-menu-btn .icon-angle-down,
video-sendto-component .send-to-menu-btn .icon-angle-down,
video-download-component .send-to-menu-btn .icon-angle-down,
blackbird-edit-component .send-to-menu-btn .icon-angle-down,
video-delete-component .send-to-menu-btn .icon-angle-down {
  padding: 2px 7px;
  /*display: table-cell;
      vertical-align: middle;*/
}

bulk-update-component .send-to-menu-btn .icon-angle-down:hover,
video-sendto-component .send-to-menu-btn .icon-angle-down:hover,
video-download-component .send-to-menu-btn .icon-angle-down:hover,
blackbird-edit-component .send-to-menu-btn .icon-angle-down:hover,
video-delete-component .send-to-menu-btn .icon-angle-down:hover {
  color: white;
}

file-uploader-component, tag-uploader-dialog-component {
  display: inline-block;
}

file-uploader-component[disabled='disabled'] .btn, file-uploader-component[disabled='disabled'] .btn-combo, tag-uploader-dialog-component[disabled='disabled'] .btn, tag-uploader-dialog-component[disabled='disabled'] .btn-combo {
  background-color: #C3C3C3;
  cursor: default;
  position: relative;
  pointer-events: none;
  opacity: 0.9;
}

file-uploader-component .btn, file-uploader-component .btn-combo, tag-uploader-dialog-component .btn, tag-uploader-dialog-component .btn-combo {
  padding: 0;
  padding-right: 10px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 0;
  display: inline-table;
  height: 100%;
  background: #1E88E5;
}

file-uploader-component .btn .btn-combo, file-uploader-component .btn-combo .btn-combo, tag-uploader-dialog-component .btn .btn-combo, tag-uploader-dialog-component .btn-combo .btn-combo {
  background: #1E88E5;
}

file-uploader-component .btn .btn-content, file-uploader-component .btn-combo .btn-content, tag-uploader-dialog-component .btn .btn-content, tag-uploader-dialog-component .btn-combo .btn-content {
  vertical-align: middle;
  display: table-cell;
}

file-uploader-component .btn.disabled, file-uploader-component .disabled.btn-combo, tag-uploader-dialog-component .btn.disabled, tag-uploader-dialog-component .disabled.btn-combo {
  background-color: #C3C3C3;
  cursor: default;
  position: relative;
  pointer-events: none;
}

bins-list-component .content-wrap.add.list-view,
transferts-list-component .content-wrap.add.list-view,
content-component .content-wrap.add.list-view {
  height: calc(100dvh - 59px);
}

bins-list-component .content-wrap.add.list-view .views-wrap,
transferts-list-component .content-wrap.add.list-view .views-wrap,
content-component .content-wrap.add.list-view .views-wrap {
  height: 100%;
  padding-left: 50px;
}

bins-list-component .content-wrap.add.list-view .views-wrap .list-view-blocks,
transferts-list-component .content-wrap.add.list-view .views-wrap .list-view-blocks,
content-component .content-wrap.add.list-view .views-wrap .list-view-blocks {
  height: 100%;
  background: #272c2e;
}

bins-list-component .content-wrap.add.list-view .views-wrap .list-view-blocks md-virtual-repeat-container,
transferts-list-component .content-wrap.add.list-view .views-wrap .list-view-blocks md-virtual-repeat-container,
content-component .content-wrap.add.list-view .views-wrap .list-view-blocks md-virtual-repeat-container {
  height: 100%;
}

.clips-selection .button-group {
  text-align: right;
  padding-top: 7px;
}

.clips-selection .button-group button {
  color: #333b3f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border: 0px;
  padding: 4px 10px;
}

.clips-selection .button-group button:hover {
  background: #ebebeb;
  color: #5aa8e7;
}

.clips-selection label {
  cursor: pointer;
}

.clips-selection label:hover {
  color: #545353;
}

.content-holder .content-wrap.news-content,
critical-news-component .content-wrap.news-content {
  background-color: #383f42;
  padding: 0;
  border: none;
}

.content-holder .content-wrap.news-content .news-read-btn,
critical-news-component .content-wrap.news-content .news-read-btn {
  bottom: 0px;
  left: 66.66%;
  width: 33.33%;
  position: absolute;
  border: none;
  background: #5aa8e7;
  color: #fff;
  font-size: 1.1em;
  height: 60px;
  text-transform: uppercase;
  padding: 0;
}

.content-holder .content-wrap.news-content .news-read-btn:hover,
critical-news-component .content-wrap.news-content .news-read-btn:hover {
  background: #58b0ed;
}

.content-holder .content-wrap.news-content .news-read-btn.news-as-read,
.content-holder .content-wrap.news-content .news-read-btn.news-read-later,
critical-news-component .content-wrap.news-content .news-read-btn.news-as-read,
critical-news-component .content-wrap.news-content .news-read-btn.news-read-later {
  background: #4b555b;
}

.content-holder .content-wrap.news-content .news-read-btn.news-as-read:hover,
.content-holder .content-wrap.news-content .news-read-btn.news-read-later:hover,
critical-news-component .content-wrap.news-content .news-read-btn.news-as-read:hover,
critical-news-component .content-wrap.news-content .news-read-btn.news-read-later:hover {
  background: #8f8f8f;
}

.content-holder .content-wrap.news-content .delete-checked-news-btn,
critical-news-component .content-wrap.news-content .delete-checked-news-btn {
  margin-top: auto;
  text-align: right;
  margin-right: 10px;
}

.content-holder .content-wrap.news-content .btn.disabled, .content-holder .content-wrap.news-content .disabled.btn-combo,
critical-news-component .content-wrap.news-content .btn.disabled,
critical-news-component .content-wrap.news-content .disabled.btn-combo {
  background-color: #C3C3C3;
  cursor: default;
  position: relative;
  pointer-events: none;
}

.content-holder .content-wrap.news-content .news-info,
critical-news-component .content-wrap.news-content .news-info {
  padding: 20px 30px;
  background-color: #383f42;
  color: white;
  margin: 10px;
  position: relative;
}

.content-holder .content-wrap.news-content .news-info a,
critical-news-component .content-wrap.news-content .news-info a {
  text-decoration: underline;
  color: maroon;
}

.content-holder .content-wrap.news-content .news-info.critical,
critical-news-component .content-wrap.news-content .news-info.critical {
  margin-bottom: 60px;
}

.content-holder .content-wrap.news-content .news-info .date-type-wrapper,
critical-news-component .content-wrap.news-content .news-info .date-type-wrapper {
  margin-bottom: 5px;
}

.content-holder .content-wrap.news-content .news-info .title-wrapper,
critical-news-component .content-wrap.news-content .news-info .title-wrapper {
  margin-bottom: 15px;
}

.content-holder .content-wrap.news-content .news-info .action-wrapper,
critical-news-component .content-wrap.news-content .news-info .action-wrapper {
  position: absolute;
  font-size: 20px;
  top: 60px;
  right: 25px;
}

.content-holder .content-wrap.news-content .news-info .action-wrapper .info-icon,
critical-news-component .content-wrap.news-content .news-info .action-wrapper .info-icon {
  cursor: pointer;
  display: inline-block;
}

.content-holder .content-wrap.news-content .news-info .date,
critical-news-component .content-wrap.news-content .news-info .date {
  text-transform: uppercase;
  color: #d30f16;
  font-weight: bold;
  font-size: 0.8em;
}

.content-holder .content-wrap.news-content .news-info .type,
critical-news-component .content-wrap.news-content .news-info .type {
  text-transform: uppercase;
  color: grey;
  font-weight: bold;
  font-size: 0.8em;
}

.content-holder .content-wrap.news-content .news-info .title,
critical-news-component .content-wrap.news-content .news-info .title {
  font-size: 1.5em;
}

.content-holder .content-wrap.news-content .news-info .title-icon,
critical-news-component .content-wrap.news-content .news-info .title-icon {
  margin-right: 5px;
  margin-left: 25px;
}

.content-holder .content-wrap.news-content .news-info .document-wrapper,
critical-news-component .content-wrap.news-content .news-info .document-wrapper {
  font-size: 0.8em;
  min-height: 30px;
}

.content-holder .content-wrap.news-content .news-info .document-wrapper .doc-title,
critical-news-component .content-wrap.news-content .news-info .document-wrapper .doc-title {
  font-weight: bold;
  font-size: 1.2em;
}

.content-holder .content-wrap.news-content .news-info .document-wrapper .icon-file-text-o,
critical-news-component .content-wrap.news-content .news-info .document-wrapper .icon-file-text-o {
  color: #0087e6;
  margin-right: 7px;
}

.content-holder .content-wrap.news-content .news-info .document-wrapper .document,
critical-news-component .content-wrap.news-content .news-info .document-wrapper .document {
  display: inline-block;
  background-color: lightgray;
  border-radius: 12px;
  padding: 4px 7px;
  margin: 3px;
}

.content-holder .content-wrap.news-content .news-info .document-wrapper .document a,
critical-news-component .content-wrap.news-content .news-info .document-wrapper .document a {
  color: black;
}

.content-holder .content-wrap.news-content .news-info hr,
critical-news-component .content-wrap.news-content .news-info hr {
  border-style: ridge;
  border-top: none;
}

.content-holder .content-wrap.news-content .news-info .btn.mark-read, .content-holder .content-wrap.news-content .news-info .mark-read.btn-combo,
critical-news-component .content-wrap.news-content .news-info .btn.mark-read,
critical-news-component .content-wrap.news-content .news-info .mark-read.btn-combo {
  position: absolute;
  bottom: 12px;
  right: 30px;
}

.content-holder .content-wrap.news-content .news-info .btn.mark-unread, .content-holder .content-wrap.news-content .news-info .mark-unread.btn-combo,
critical-news-component .content-wrap.news-content .news-info .btn.mark-unread,
critical-news-component .content-wrap.news-content .news-info .mark-unread.btn-combo {
  border-color: darkgray;
  position: absolute;
  bottom: 12px;
  right: 30px;
}

.content-holder .content-wrap.news-content .news-info .btn.mark-read, .content-holder .content-wrap.news-content .news-info .mark-read.btn-combo, .content-holder .content-wrap.news-content .news-info .btn.mark-unread, .content-holder .content-wrap.news-content .news-info .mark-unread.btn-combo,
critical-news-component .content-wrap.news-content .news-info .btn.mark-read,
critical-news-component .content-wrap.news-content .news-info .mark-read.btn-combo,
critical-news-component .content-wrap.news-content .news-info .btn.mark-unread,
critical-news-component .content-wrap.news-content .news-info .mark-unread.btn-combo {
  color: white;
  background-color: #1E88E5;
}

.content-holder .content-wrap.news-content .news-info .mark-read.btn-combo,
critical-news-component .content-wrap.news-content .news-info .mark-read.btn-combo {
  background-color: #1E88E5;
}

.content-holder .content-wrap.news-content .news-info .info-icon.edition,
critical-news-component .content-wrap.news-content .news-info .info-icon.edition {
  color: white !important;
}

.content-holder .content-wrap.news-content .news-info .icons-wrapper,
critical-news-component .content-wrap.news-content .news-info .icons-wrapper {
  top: 12px;
  right: 20px;
}

.content-holder .content-wrap.news-content .news-info .icons-wrapper .info-icon,
critical-news-component .content-wrap.news-content .news-info .icons-wrapper .info-icon {
  background-color: darkgray;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 1em;
  border-radius: 15px;
  line-height: 32px;
}

.content-holder .content-wrap.news-content .news-info .icons-wrapper .info-icon.orange,
critical-news-component .content-wrap.news-content .news-info .icons-wrapper .info-icon.orange {
  background-color: #e7a624;
}

.filter-option {
  padding: 0;
}

.filter-option.updated-filter {
  padding: 0;
}

@media (min-width: 768px) {
  .filter-option.updated-filter {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .filter-option.updated-filter .filter-holder {
    flex-grow: 1;
    display: flex;
    flex-flow: row wrap;
  }
}

.filter-option.updated-filter .filter-drop-wrap {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

@media (min-width: 1366px) {
  .filter-option.updated-filter .filter-drop-wrap {
    padding: 0;
    width: auto;
  }
}

.filter-option.updated-filter .search-form {
  border: none;
  padding: 0;
  background: none;
  float: none;
  width: 100%;
}

@media (min-width: 768px) {
  .filter-option.updated-filter .search-form {
    width: 270px;
    margin: 0 14px 0 0;
  }
}

.filter-option.updated-filter .search-form .input-holder {
  display: flex;
  flex-flow: row nowrap;
}

.filter-option.updated-filter .search-form input[type="text"],
.filter-option.updated-filter .search-form input[type="search"] {
  height: 28px;
  font-size: 13px;
  line-height: 18px;
  border: none;
  flex-grow: 1;
  padding: 5px 10px;
  flex-grow: 1;
}

.filter-option.updated-filter .search-form button[type="submit"],
.filter-option.updated-filter .search-form #btnSearch {
  width: 34px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: 28px;
  border-radius: 2px;
  position: relative;
  font-size: 14px;
  flex-shrink: 0;
}

.filter-option.updated-filter .search-form button[type="submit"] .ico,
.filter-option.updated-filter .search-form #btnSearch .ico {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.filter-option.updated-filter .list-filter {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .filter-option.updated-filter .list-filter {
    margin: 0 5px 0 0;
    width: 250px;
  }
}

@media (min-width: 1024px) {
  .filter-option.updated-filter .list-filter {
    padding: 0;
    float: none;
    font-size: 13px;
    line-height: 16px;
    margin: 0 5px 0 0;
  }
}

.filter-option.updated-filter .list-filter > li {
  display: block;
  margin: 0;
}

.filter-option.updated-filter .list-filter > li.hover .dropdown, .filter-option.updated-filter .list-filter > li.hover #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter > li.hover .sub-filter-dropdown {
  pointer-events: auto;
}

@media (max-width: 767px) {
  .filter-option.updated-filter .list-filter > li.hover .dropdown, .filter-option.updated-filter .list-filter > li.hover #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter > li.hover .sub-filter-dropdown {
    position: relative;
  }
}

.filter-option.updated-filter .list-filter > li.hover .dropdown .dropdown, .filter-option.updated-filter .list-filter > li.hover #nav .slide-block filters-content-component .sub-filter-dropdown .dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter > li.hover .sub-filter-dropdown .dropdown, .filter-option.updated-filter .list-filter > li.hover .dropdown #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter > li.hover .dropdown .sub-filter-dropdown, .filter-option.updated-filter .list-filter > li.hover #nav .slide-block filters-content-component .sub-filter-dropdown .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter > li.hover .sub-filter-dropdown .sub-filter-dropdown {
  display: block;
}

@media (max-width: 767px) {
  .filter-option.updated-filter .list-filter > li.hover .dropdown .drop-list li.hover .dropdown, .filter-option.updated-filter .list-filter > li.hover #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list li.hover .dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter > li.hover .sub-filter-dropdown .drop-list li.hover .dropdown, .filter-option.updated-filter .list-filter > li.hover .dropdown .drop-list li.hover #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter > li.hover .dropdown .drop-list li.hover .sub-filter-dropdown, .filter-option.updated-filter .list-filter > li.hover #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list li.hover .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter > li.hover .sub-filter-dropdown .drop-list li.hover .sub-filter-dropdown {
    position: relative;
  }
}

.filter-option.updated-filter .list-filter > li > a.has-drop-down-a {
  background: #0081C8;
  border: 1px solid #0081C8;
  color: white;
  padding: 8px 24px 8px 8px;
}

.filter-option.updated-filter .list-filter > li > a.has-drop-down-a:hover {
  background: #0097cc;
  border: 1px solid #0081C8;
}

.filter-option.updated-filter .list-filter > li > a.has-drop-down-a:before {
  display: none;
}

.filter-option.updated-filter .list-filter > li > a.has-drop-down-a:after {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.filter-option.updated-filter .list-filter .dropdown, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown {
  padding: 0;
  width: 100%;
  margin: -1px 0 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .filter-option.updated-filter .list-filter .dropdown, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}

.filter-option.updated-filter .list-filter .dropdown input[type=checkbox]:not(:checked):after, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown input[type=checkbox]:not(:checked):after, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown input[type=checkbox]:not(:checked):after {
  background: #1E88E5;
}

.filter-option.updated-filter .list-filter .dropdown input[type=checkbox]:not(:checked):before, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown input[type=checkbox]:not(:checked):before, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown input[type=checkbox]:not(:checked):before {
  background: #1E88E5;
}

.filter-option.updated-filter .list-filter .dropdown input[type='checkbox']:not(:checked), .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown input[type='checkbox']:not(:checked), #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown input[type='checkbox']:not(:checked) {
  position: relative;
}

.filter-option.updated-filter .list-filter .dropdown input[type=checkbox]:not(:checked):before, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown input[type=checkbox]:not(:checked):before, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown input[type=checkbox]:not(:checked):before, .filter-option.updated-filter .list-filter .dropdown input[type=checkbox]:not(:checked):after, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown input[type=checkbox]:not(:checked):after, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown input[type=checkbox]:not(:checked):after {
  position: absolute;
  top: 50%;
  left: 2px;
  right: 2px;
  height: 2px;
  margin: -1px 0 0;
  background: #5aa8e7;
  display: block;
  content: '';
  transition: all 0.3s ease;
}

.filter-option.updated-filter .list-filter .dropdown input[type=checkbox]:not(:checked):after, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown input[type=checkbox]:not(:checked):after, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown input[type=checkbox]:not(:checked):after {
  transform: rotate(90deg);
}

.filter-option.updated-filter .list-filter .dropdown .drop-list, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .drop-list {
  background: #272c2e;
  border: 1px solid #383f42;
  padding: 5px 0;
}

.filter-option.updated-filter .list-filter .dropdown .drop-list li, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list li, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .drop-list li {
  position: relative;
}

.filter-option.updated-filter .list-filter .dropdown .drop-list li.hover > a, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list li.hover > a, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .drop-list li.hover > a {
  background: #272c2e;
  color: white;
}

.filter-option.updated-filter .list-filter .dropdown .drop-list li.hover > a.has-drop-down-a:after, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list li.hover > a.has-drop-down-a:after, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .drop-list li.hover > a.has-drop-down-a:after {
  color: #1E88E5;
}

@media (max-width: 767px) {
  .filter-option.updated-filter .list-filter .dropdown .drop-list li.active > a:after, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list li.active > a:after, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .drop-list li.active > a:after {
    transform: translateY(-50%) rotate(90deg);
  }
}

.filter-option.updated-filter .list-filter .dropdown .drop-list a, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list a, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .drop-list a {
  display: block;
  padding: 7px 20px 7px 10px;
  color: #C3C3C3;
}

.filter-option.updated-filter .list-filter .dropdown .drop-list a.has-drop-down-a:after, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list a.has-drop-down-a:after, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .drop-list a.has-drop-down-a:after {
  content: '\f105';
  top: calc(50% - 6px);
  right: 10px;
  /*transform: translateY(-50%);*/
  transition: color 0.3s ease;
}

.filter-option.updated-filter .list-filter .dropdown .drop-list a:before, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list a:before, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .drop-list a:before {
  display: none;
}

.filter-option.updated-filter .list-filter .dropdown .dropdown, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .dropdown, .filter-option.updated-filter .list-filter .dropdown #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .dropdown .sub-filter-dropdown, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .sub-filter-dropdown {
  margin: 0;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .filter-option.updated-filter .list-filter .dropdown .dropdown, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .dropdown, .filter-option.updated-filter .list-filter .dropdown #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .dropdown .sub-filter-dropdown, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .sub-filter-dropdown {
    position: absolute;
    right: auto;
    display: block;
    top: 0;
    width: 250px;
    left: 100%;
  }
}

.filter-option.updated-filter .list-filter .dropdown .custom-form, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .custom-form, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .custom-form {
  padding: 9px 8px;
}

.filter-option.updated-filter .list-filter .dropdown .scrollable-area, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .scrollable-area, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .scrollable-area {
  min-height: 96px;
  max-height: 96px;
}

.filter-option.updated-filter .list-filter .dropdown .list-check, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .list-check, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .list-check {
  padding: 0;
}

.filter-option.updated-filter .list-filter .dropdown .list-check li, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .list-check li, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .list-check li {
  margin-bottom: 10px;
}

.filter-option.updated-filter .list-filter .dropdown .btn-wrap, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .btn-wrap, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .btn-wrap {
  display: block;
}

.filter-option.updated-filter .list-filter .dropdown .btn-wrap .btn, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .btn-wrap .btn, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .btn-wrap .btn, .filter-option.updated-filter .list-filter .dropdown .btn-wrap .btn-combo, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .btn-wrap .btn-combo, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .btn-wrap .btn-combo {
  display: block;
  color: #C3C3C3;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 10px;
  text-align: center;
  background: #272c2e;
}

.filter-option.updated-filter .list-filter .dropdown .btn-wrap .btn:hover, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .btn-wrap .btn:hover, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .btn-wrap .btn:hover, .filter-option.updated-filter .list-filter .dropdown .btn-wrap .btn-combo:hover, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .btn-wrap .btn-combo:hover, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .btn-wrap .btn-combo:hover {
  color: white;
}

.filter-option .list-filter {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .filter-option .list-filter {
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 5px 0 0;
  }
}

@media (min-width: 1024px) {
  .filter-option .list-filter {
    font-size: 14px;
    line-height: 18px;
    margin: 0 20px 0 0;
  }
}

.filter-option .list-filter > li {
  display: block;
}

@media (min-width: 768px) {
  .filter-option .list-filter > li {
    display: inline-block;
    margin: 0;
  }
}

.filter-option .list-filter .has-drop-down-a {
  display: block;
  padding: 0 15px 0 0;
  position: relative;
}

.filter-option .list-filter .has-drop-down-a:after {
  content: '\f107';
  position: absolute;
  right: 0;
  top: 2px;
  font-family: "icomoon";
  font-size: 12px;
  line-height: 1;
  color: white;
}

.filter-option .list-filter .has-drop-down-a:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 1px;
  background: #5aa8e7;
  display: none;
}

.filter-option .list-filter .hover .has-drop-down-a:before {
  display: block;
}

.filter-option .btn, .filter-option .btn-combo {
  padding: 4px 10px 6px;
  background: #1E88E5;
  border: 1px solid #1E88E5;
}

.filter-option .btn-combo {
  background: #1E88E5;
  border: 1px solid #1E88E5;
}

.filter-option .dropdown, .filter-option #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option .sub-filter-dropdown {
  padding: 11px 0 0;
  background: none;
  width: auto;
}

@media (min-width: 768px) {
  .filter-option .dropdown, .filter-option #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option .sub-filter-dropdown {
    width: auto;
  }
}

.filter-option .form {
  padding: 10px 8px 5px;
  border: none;
  background: #383f42;
}

.filter-option .form.filter-logs-form {
  padding: 10px 8px 5px;
  border: 1px solid #333b3f;
  background: #272c2e;
}

.filter-option .updated-filter .list-filter .has-drop-down.active .dropdown, .filter-option .updated-filter .list-filter .has-drop-down.active #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option .updated-filter .list-filter .has-drop-down.active .sub-filter-dropdown {
  display: block;
}

.filter-option .updated-filter .list-filter .has-drop-down .dropdown, .filter-option .updated-filter .list-filter .has-drop-down #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option .updated-filter .list-filter .has-drop-down .sub-filter-dropdown {
  display: none;
}

.filter-option .updated-filter .list-filter .has-drop-down .drop-list .has-drop-down.active .dropdown, .filter-option .updated-filter .list-filter .has-drop-down .drop-list .has-drop-down.active #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option .updated-filter .list-filter .has-drop-down .drop-list .has-drop-down.active .sub-filter-dropdown {
  display: block;
}

.filter-option .updated-filter .list-filter .has-drop-down .drop-list .has-drop-down .dropdown, .filter-option .updated-filter .list-filter .has-drop-down .drop-list .has-drop-down #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option .updated-filter .list-filter .has-drop-down .drop-list .has-drop-down .sub-filter-dropdown {
  display: none;
}

.filter-option .md-calendar-day-header {
  display: none;
}

.filter-option md-calendar {
  zoom: 0.7;
  font-size: 17px;
}

.filter-option md-calendar .md-calendar-month-label {
  font-size: 17px;
}

.filter-option md-calendar .md-calendar-year .md-calendar-month-label {
  font-size: 14px;
  font-weight: 600;
}

.autocomplete-search {
  width: 100%;
  height: 28px;
  font-size: 13px;
  line-height: 18px;
  padding: 2px 10px;
  transition: all .2s linear;
  outline: none;
  border-radius: 0px;
}

.autocomplete-search .md-whiteframe-1dp,
.autocomplete-search .md-whiteframe-z1 {
  box-shadow: none;
}

.autocomplete-search #txtSearch {
  padding: 0px;
}

.drop-box {
  padding: 7px;
  border: 1px dotted #d6d6d6;
  display: inline-block;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
  width: 100%;
}

.drop-box .icon-cloud-upload {
  font-size: 25px;
  line-height: 14px;
  margin-right: 10px;
  margin-top: 3px;
  vertical-align: middle;
}

.drop-box .browse {
  color: #1E88E5;
}

.drop-box .browse:hover {
  text-decoration: underline;
  cursor: pointer;
}

.drop-box.dragover {
  border: 2px solid #d6d6d6;
  padding: 6px;
}

.files-list-div {
  margin-right: 20px;
  color: #5d5d5d;
  max-height: 100px;
  overflow: auto;
}

.files-list-div .files-div {
  display: flex;
  padding: 5px 5px;
}

.files-list-div .files-div .file-icon-div {
  display: flex;
  align-items: center;
}

.files-list-div .files-div .file-icon-div span {
  font-size: 26px;
  padding: 0px 6px 0px 0;
}

.files-list-div .files-div .file-info-div {
  flex-grow: 1;
}

.files-list-div .files-div .file-info-div .file-name-div {
  display: flex;
  padding: 0 10px 0 0px;
}

.files-list-div .files-div .file-info-div .file-name-div .name-div {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}

.files-list-div .files-div .file-info-div .file-name-div .name-div .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 184px;
}

.files-list-div .files-div .file-info-div .file-name-div .name-div .file-size {
  margin-left: 8px;
}

.files-list-div .files-div .file-info-div .file-name-div .name-div p {
  margin: 0;
}

.files-list-div .files-div .file-info-div .file-progress-div {
  display: flex;
  padding: 6px 0;
}

.files-list-div .files-div .file-info-div .file-progress-div .file-progress-bar {
  display: inline-block;
  height: 8px;
  background-color: #398dd6;
}

.files-list-div .files-div .file-remove-div {
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  outline: none;
  margin-left: 16px;
}

.files-list-div .files-div .file-remove-div span {
  margin-bottom: 3px;
}

#nav .sub-category, #nav a.nav-filter-item {
  padding-left: 10px !important;
}

#nav .content-category {
  display: flex;
  align-items: center;
  min-height: 24px;
  cursor: default;
  height: auto;
}

#nav .content-category * {
  min-width: 0;
  max-width: 100%;
}

#nav .content-category.sub-category {
  padding: 0;
  margin: 0;
  height: 24px;
}

#nav .content-category .opener {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #79848e;
  font-family: Montserrat;
  flex: 0 1 auto;
  display: flex;
  height: 20px;
  width: 45px;
}

#nav .content-category .opener .open-slide, #nav .content-category .opener .close-slide {
  display: flex;
  align-items: center;
  color: #797984;
}

#nav .content-category .opener:hover {
  color: #fff;
}

#nav .content-category .opener .icon-caret-up,
#nav .content-category .opener .icon-caret-down {
  width: 12px;
  display: flex;
  justify-content: center;
}

#nav .content-category .nav-group-filter-item {
  display: flex;
  width: 100%;
  cursor: pointer;
}

#nav .content-category.faceted-nav-item .nav-title {
  font-size: 0.8em;
  margin-bottom: 1px;
}

#nav .nav-block .nav-title {
  flex-basis: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 70%;
  color: white;
  font-weight: 700;
}

#nav .nav-block .nav-title.no-toggle-btn {
  max-width: 100%;
}

#nav .nav-block .nav-title.fa-plus-square {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 0 0 9px;
  color: #272c2e;
}

#nav .nav-block .nav-title-sublevel {
  color: #C3C3C3;
  padding-top: 0;
}

#nav .nav-block strong.title-no-ellipsis, #nav .nav-block span.title-no-ellipsis, #nav .nav-block li.title-no-ellipsis {
  display: inline-block;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  max-height: calc(3 * 1.2em);
}

#nav .nav-block a.nav-item, #nav .nav-block .nav-title {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  height: auto;
}

#nav .nav-block a.nav-item:hover, #nav .nav-block .nav-title:hover {
  color: white;
}

#nav .nav-block a.nav-item strong, #nav .nav-block a.nav-item span, #nav .nav-block .nav-title strong, #nav .nav-block .nav-title span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#nav .navigation > li.news-filter-buttons > a:before {
  width: 0;
}

#nav .navigation > li:not(.news-filter-buttons) > a:before {
  width: 5px;
}

#nav .navigation > li > a {
  position: relative;
  color: #C3C3C3;
}

#nav .navigation > li > a i {
  margin-left: 15px !important;
  color: #C3C3C3;
  font-size: 18px;
}

#nav .navigation > li > a:before {
  background: #1E88E5;
}

#nav .navigation > li > a.nav-filter-item.no-group-title {
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat;
}

#nav .navigation > li > a.nav-filter-item.no-group-title.with-icon {
  padding-left: 40px !important;
}

#nav .navigation > li > a.nav-filter-item.no-group-title.without-icon {
  padding-left: 21px !important;
}

#nav .navigation > li > a.nav-filter-item :not(div) {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#nav .navigation > li > a.nav-filter-item.with-icon {
  padding-left: 40px !important;
}

#nav .navigation > li > a.nav-filter-item.without-icon {
  padding-left: 21px !important;
}

#nav .group-filter-navigation li > div {
  position: relative;
}

#nav .group-filter-navigation li > div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 18px;
  background: #0087e6;
  transition: all .2s linear;
  opacity: 0;
}

#nav .group-filter-navigation li.active > div.clickable:before, #nav .group-filter-navigation li.active > div.reloadTags:before,
#nav .group-filter-navigation li > div.clickable:hover:before,
#nav .group-filter-navigation li > div.reloadTags:hover:before {
  opacity: 1;
}

.thumb-selection-actions {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: flex-end;
}

.thumb-selection-actions video-download-component {
  margin-right: 5px;
}

.thumb-selection-actions video-download-component a {
  padding: 6px;
}

.thumb-selection-actions bulk-update-component a {
  padding: 6px;
}

.thumb-selection-actions video-sendto-component {
  margin-left: 0;
  margin-right: 3px;
}

.thumb-selection-actions video-sendto-component a {
  padding: 6px;
}

.thumb-selection-actions via-flow-process-component {
  margin-right: 3px;
}

.thumb-selection-actions via-flow-process-component a {
  padding: 6px;
}

.thumb-selection-actions blackbird-edit-component {
  margin-right: 5px;
}

.thumb-selection-actions blackbird-edit-component a {
  padding: 6px;
}

.thumb-selection-actions i[class*='icon-'] {
  padding: 3px 7px;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .description-area .thumb-selection-actions video-sendto-component a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.results-section .results-section-row {
  margin-left: 20px;
  justify-content: center;
}

.results-section.without-filters {
  margin-top: 15px;
}

.results-section .col {
  padding: 10px 5px 25px;
  position: relative;
  width: auto;
}

.results-section .col:before {
  background: #d7d7d7;
}

.results-section:before {
  background: transparent;
}

.loader_overlay {
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}

.loader_overlay .loader_overlay_icon_container {
  position: fixed;
  top: 50%;
}

.loader_overlay .loader_overlay_icon_container.side_open {
  left: 55%;
}

.loader_overlay .loader_overlay_icon_container.side_closed {
  left: 45%;
}

.loader_overlay .loader_overlay_icon_container.token_gathering {
  left: calc(50% - 4vh);
}

.loader_overlay .loader_overlay_icon_container .icon-refresh {
  font-size: 8vh;
  color: white;
  animation: rotate 1s linear infinite;
}

.loader_overlay .loading_lbl {
  position: fixed;
  font-size: 24px;
  top: 59%;
}

.loader_overlay .loading_lbl.side_open {
  left: calc(55% - 13px);
}

.loader_overlay .loading_lbl.side_closed {
  left: calc(45% - 13px);
}

.loader_overlay .loading_lbl.token_gathering {
  top: 60%;
  left: calc(50% - 54px);
}

#nav {
  margin: 0 !important;
}

#nav .nav-drop,
#nav .nav-wrap {
  overflow-x: visible;
}

#nav .filters .btn-clear-all {
  margin-top: 5px;
  margin-left: 10px;
}

#nav .slide-block {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
}

#nav .slide-block filters-content-component > .dropdown, #nav .slide-block filters-content-component > .sub-filter-dropdown {
  display: block;
  position: initial;
  visibility: visible;
  pointer-events: all;
  opacity: initial;
}

#nav .slide-block filters-content-component > .dropdown .drop-list, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list {
  visibility: visible;
  pointer-events: all;
  padding-left: 20px;
  margin: 0;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down {
  padding: 4px 2px;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down.active, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down.active {
  background-color: #1E88E5;
  display: flex !important;
  flex-direction: column !important;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down.active a, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down.active a {
  color: white;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down.active .icon-plus-sign, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down.active .icon-plus-sign {
  color: white;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down.active .icon-angle-right, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down.active .icon-angle-right {
  display: none;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down a, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down a {
  display: flex;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down a .facet-count, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down a .facet-count {
  display: inline-flex;
  align-self: center;
  font-weight: 600;
  font-size: 10px;
  padding-left: 5px;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down a .icon-plus-sign, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down a .icon-plus-sign {
  margin-right: 5px;
  color: #0081c8;
  font-size: large;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down a .icon-angle-right, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down a .icon-angle-right {
  font-size: 15px;
  font-weight: 700;
  color: #0081c8;
  flex: 0 1 auto;
  margin-left: auto;
  margin-right: 5px;
  font-size: 1.3em;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down .btn, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down .btn, #nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down .btn-combo, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down .btn-combo {
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav .slide-block filters-content-component .dropdown, #nav .slide-block filters-content-component .sub-filter-dropdown {
  padding: 0;
  top: 0;
  left: 207px;
  transition: none !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

#nav .slide-block filters-content-component .sub-filter-dropdown {
  width: auto;
  min-width: 180px;
  overflow: hidden;
}

#nav .slide-block filters-content-component .sub-filter-dropdown .btn-wrap .btn:nth-child(n+2), #nav .slide-block filters-content-component .sub-filter-dropdown .btn-wrap .btn-combo:nth-child(n+2) {
  margin-top: 4px;
}

#nav .slide-block filters-content-component .sub-facet-detail {
  white-space: nowrap;
  padding: 3px 0px;
  align-self: center;
}

#nav .slide-block filters-content-component .sub-facet-detail .sub-facet-chk {
  vertical-align: sub;
}

#nav .slide-block filters-content-component .sub-facet-detail .sub-facet-label {
  display: inline-flex;
  align-self: center;
}

#nav .slide-block filters-content-component .sub-facet-detail .sub-facet-label .sub-facet-rating {
  display: inline-flex;
  margin-top: 0.2em;
  margin-left: 0.2em;
}

#nav .slide-block filters-content-component .sub-facet-detail .sub-facet-label .sub-facet-count {
  display: inline-flex;
  align-self: center;
  font-weight: 600;
  font-size: 10px;
  padding-left: 5px;
}

div[class^="workflow-launcher-container"] .panel-body {
  height: 100% !important;
  width: 100% !important;
}

div[class^="workflow-launcher-container"] .panel-body h6[class^="SimplePanel_title__"] {
  display: none;
}

div[class^="workflow-launcher-container"] .panel-body p[class^="SimplePanel_description__"] {
  display: none;
}

#nav .slide-block filters-content-component > .dropdown .drop-list, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list {
  list-style-type: none;
  background: #1c2022;
}

#nav .slide-block filters-content-component > .dropdown .drop-list .drop-list li.has-drop-down.active a, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list .drop-list li.has-drop-down.active a {
  background: #1E88E5;
}

#nav .slide-block filters-content-component > .dropdown .drop-list .drop-list li.has-drop-down.active a .facet-detail, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list .drop-list li.has-drop-down.active a .facet-detail {
  color: white;
}

#nav .slide-block filters-content-component > .dropdown .drop-list .drop-list li.has-drop-down:not(.active):hover a .facet-detail, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list .drop-list li.has-drop-down:not(.active):hover a .facet-detail {
  color: white;
}

#nav .slide-block filters-content-component > .dropdown .drop-list .drop-list li.has-drop-down:not(.active):hover .icon-plus-sign, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list .drop-list li.has-drop-down:not(.active):hover .icon-plus-sign {
  color: white;
}

/*
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\

DONT ADD SCSS CODE HERE
THIS IS A LEGACY CODE FILE
ONLY EXISTING CLASS MODIFICATIONS ALLOWED

/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
 */
/*
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\

DONT ADD SCSS CODE HERE
THIS IS A LEGACY CODE FILE
ONLY EXISTING CLASS MODIFICATIONS ALLOWED

/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
 */
.form input[type="text"],
.form input[type="search"],
.form input[type="password"],
.form input[type="tel"] {
  display: block;
  width: 100%;
  height: 28px;
  font-size: 13px;
  line-height: 18px;
  padding: 2px 10px;
  transition: all .2s linear;
  outline: none;
}

.form input[type="text"]:focus,
.form input[type="search"]:focus,
.form input[type="password"]:focus,
.form input[type="tel"]:focus {
  color: #424749;
}

.form input[type="text"],
.form input[type="search"],
.form input[type="password"],
.form input[type="tel"] {
  color: #424749;
}

.form input[type="text"]:focus::-webkit-input-placeholder,
.form input[type="search"]:focus::-webkit-input-placeholder,
.form input[type="password"]:focus::-webkit-input-placeholder,
.form input[type="tel"]:focus::-webkit-input-placeholder {
  color: #424749;
}

.form input[type="text"]:focus::-moz-placeholder,
.form input[type="search"]:focus::-moz-placeholder,
.form input[type="password"]:focus::-moz-placeholder,
.form input[type="tel"]:focus::-moz-placeholder {
  opacity: 1;
  color: #424749;
}

.form input[type="text"]:focus:-moz-placeholder,
.form input[type="search"]:focus:-moz-placeholder,
.form input[type="password"]:focus:-moz-placeholder,
.form input[type="tel"]:focus:-moz-placeholder {
  color: #424749;
}

.form input[type="text"]:focus:-ms-input-placeholder,
.form input[type="search"]:focus:-ms-input-placeholder,
.form input[type="password"]:focus:-ms-input-placeholder,
.form input[type="tel"]:focus:-ms-input-placeholder {
  color: #424749;
}

.form input[type="text"]:focus.placeholder,
.form input[type="search"]:focus.placeholder,
.form input[type="password"]:focus.placeholder,
.form input[type="tel"]:focus.placeholder {
  color: #424749;
}

.form.search-form {
  padding: 2px 0 10px;
}

.form.search-form .input-holder {
  position: relative;
  border: 1px solid gray;
  border-radius: 0 6px 6px 0;
}

.form.search-form input[type="search"] {
  padding: 2px 55px 2px 15px;
}

.form.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #0087e6;
  color: #fff;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border-radius: 0 3px 3px 0;
  transition: opacity .2s linear;
}

.form.search-form button:hover {
  opacity: .7;
}

.form.search-form button .ico {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin: 1px 0 0;
}

.form .row {
  margin-bottom: 10px;
}

.form .fieldset-custom-form .row {
  margin-bottom: 0;
}

.send-to-form.send-to-form-min {
  min-height: 200px;
  min-width: 400px;
}

.send-to-form.send-to-form-min .clips-selection.content-section.has-renditions {
  min-height: inherit;
}

.share-video-form .form-label {
  padding-left: 5px;
  display: inline-block;
  width: 135px;
}

.share-video-form .form-input, .share-video-form .input-combo {
  width: 285px;
}

@media screen and (max-width: 440px) {
  .share-video-form .form-input, .share-video-form .input-combo {
    width: 100%;
  }
}

.share-video-form .save-btn,
.share-video-form .cancel-btn {
  bottom: inherit;
}

.send-to-form .form-label {
  padding-left: 5px;
  display: inline-block;
  width: inherit;
  max-width: 400px;
}

.send-to-form .save-btn,
.send-to-form .cancel-btn {
  bottom: inherit;
}

.share-bin-form {
  height: 230px;
}

.share-bin-form .form-text {
  padding-left: 5px;
  display: inline-block;
  width: 300px;
}

.share-bin-form .form-content {
  padding-top: 10px;
}

.share-bin-form .links-section {
  padding-top: 6px;
  color: #5aa8e7;
}

.share-bin-form .clipboard-link {
  display: inline-block;
  cursor: pointer;
  color: #5aa8e7;
}

.share-bin-form .clipboard-link:hover {
  color: rgba(0, 135, 230, 0.7);
}

.share-bin-form .mailto-link {
  display: inline-block;
  cursor: pointer;
  color: #5aa8e7;
}

.share-bin-form .mailto-link:hover {
  color: rgba(0, 135, 230, 0.7);
}

.modal-form {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-height: 100dvh !important;
}

@media screen and (max-width: 640px) {
  .modal-form {
    height: 100dvh !important;
  }
}

.modal-form header {
  min-height: 40px;
  height: 40px;
  display: grid;
  padding: 15px;
  padding-bottom: 0;
}

.modal-form header h3 {
  margin: 0;
}

.modal-form .modal-content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 0 15px;
  margin-bottom: 10px;
}

.modal-form .menu-content-btn {
  position: relative;
  height: 48px;
  flex: 1;
  display: flex;
  align-items: end;
}

.modal-form .save-btn,
.modal-form .cancel-btn {
  bottom: inherit;
}

.success-form {
  width: 450px;
}

.success-form .icon-check {
  color: limegreen;
  font-size: 18px;
  font-weight: bold;
}

.success-form .social-network {
  color: #383f42;
  font-size: 16px;
  font-weight: bold;
}

.success-form .link {
  color: #1E88E5;
  cursor: pointer;
}

.form.search-form {
  width: calc(100% - 200px) !important;
}

@media (min-width: 900px) {
  .form.search-form .search-bar-container {
    display: grid;
  }
}

@media (max-width: 900px) {
  .form.search-form .search-bar-container {
    display: block;
  }
}

@media (min-width: 768px) {
  .form-holder {
    display: flex;
    align-items: center;
  }
}

.form-holder .holder-box {
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  .form-holder .holder-box {
    max-width: 110px;
  }
}

@media (min-width: 1024px) {
  .form-holder .holder-box {
    max-width: 102px;
  }
}

.form-holder .filter-wrap {
  margin: 0 10px 0 0;
}

@media (min-width: 768px) {
  .form-holder .filter-wrap {
    display: flex;
    margin: 0 10px 0 0;
  }
}

@media (min-width: 1200px) {
  .form-holder .filter-wrap {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  .form-holder .filter-wrap {
    flex-grow: 1;
  }
}

.form-holder .filter-close {
  display: inline-block;
  vertical-align: top;
  color: #5aa8e7;
  font-size: 16px;
  margin: 0 0 5px;
  width: 16px;
}

@media (min-width: 768px) {
  .form-holder .filter-close {
    margin: 0;
    width: auto;
  }
}

.form-holder .filter-close:hover {
  color: #e7a624;
}

.form-holder .text-form {
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .form-holder .text-form {
    margin-bottom: 0;
    margin-right: 9px;
    font-size: 12px;
  }
}

.form-holder .time-search,
.form-holder .form-control {
  width: 85%;
  font-family: "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #797984;
  outline: none;
  border: none;
  box-shadow: none;
  display: block;
}

@media (min-width: 768px) {
  .form-holder .time-search,
  .form-holder .form-control {
    font-size: 12px;
    height: 18px;
    padding: 0 1px 0 5px;
    width: 76%;
  }
}

@media (min-width: 1024px) {
  .form-holder .time-search,
  .form-holder .form-control {
    width: 75%;
  }
}

.form-holder .time-search::-webkit-input-placeholder,
.form-holder .form-control::-webkit-input-placeholder {
  color: #797984;
}

.form-holder .time-search::-moz-placeholder,
.form-holder .form-control::-moz-placeholder {
  opacity: 1;
  color: #797984;
}

.form-holder .time-search:-moz-placeholder,
.form-holder .form-control:-moz-placeholder {
  color: #797984;
}

.form-holder .time-search:-ms-input-placeholder,
.form-holder .form-control:-ms-input-placeholder {
  color: #797984;
}

.form-holder .time-search.placeholder,
.form-holder .form-control.placeholder {
  color: #797984;
}

.form-holder .btn-search {
  transition: background-color 0.2s ease-in-out;
  background-color: #5aa8e7;
  outline: none;
  border: none;
  margin-left: 4px;
  border-radius: 4px;
  width: 15%;
  position: relative;
}

@media (min-width: 768px) {
  .form-holder .btn-search {
    height: 18px;
    width: 22px;
  }
}

@media (min-width: 1024px) {
  .form-holder .btn-search {
    padding: 2px 4px 0 4px;
    width: 22px;
  }
}

.form-holder .btn-search .ico {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .form-holder .btn-search .ico {
    width: 10px;
    height: 10px;
  }
}

.form-holder .btn-search .fa {
  color: white;
  font-size: 20px;
}

@media (min-width: 768px) {
  .form-holder .btn-search .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .form-holder .btn-search img {
    width: 10px;
    vertical-align: middle;
  }
}

@media (min-width: 1024px) {
  .form-holder .btn-search img {
    width: 100%;
    vertical-align: top;
  }
}

.form-holder .btn-search:hover {
  background-color: #e7a624;
}

/*
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\

DONT ADD SCSS CODE HERE
THIS IS A LEGACY CODE FILE
ONLY EXISTING CLASS MODIFICATIONS ALLOWED

/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
 */
/*
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\

DONT ADD SCSS CODE HERE
THIS IS A LEGACY CODE FILE
ONLY EXISTING CLASS MODIFICATIONS ALLOWED

/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
*/
/* custom checkbox styles */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #272c2e;
  min-height: 40px;
  padding: 10px 15px;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.has-drop-down {
  position: relative;
}

.dropdown, #nav .slide-block filters-content-component .sub-filter-dropdown {
  display: none;
  background: #fff;
  width: 200px;
  transition: opacity .2s linear,visibility .2s linear;
}

.hover .dropdown, .hover #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .hover .sub-filter-dropdown {
  display: block;
}

.item-count {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: -3px;
  top: -9px;
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  background: #e7a624;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 3px 0 0;
  color: #fff;
}

.large {
  right: -6px !important;
  width: 26px !important;
  height: 26px !important;
  font-size: 11px !important;
  padding: 6px 0 0 !important;
}

i.user-icon-27 {
  font-size: 27px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  /* If we don't do this, angular material will break when loading modal windows
     Don't remove this unless you have a better alternative */
  top: 0 !important;
}

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.resize-active * {
  transition: none !important;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
  letter-spacing: -4px;
}

.list-inline > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.list-inline > li > a:hover {
  cursor: pointer;
}

.list-unstyled > li {
  margin-bottom: 5px;
}

#main {
  padding-top: 59px;
  transition: padding .2s linear;
}

.content-holder {
  padding: 30px 40px 30px;
  margin: 0 auto;
}

.content-holder .content-wrap {
  padding: 12px 20px 35px;
  background: #1c2022;
  border: 1px solid #333b3f;
  overflow: hidden;
}

.content-panel .title-block {
  margin-bottom: 15px;
}

.content-panel .info-filter {
  width: 50%;
}

.content-panel .info-filter .text-title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.content-panel .info-load {
  width: 50%;
  color: #424749 !important;
}

.content-panel .reload {
  display: inline-block;
  vertical-align: top;
  color: #424749 !important;
  margin: 0 0 0 5px;
}

.content-panel .reload:hover {
  opacity: .7;
}

.filter-option {
  padding: 0 0 6px;
}

.filter-option .list-filter {
  margin-bottom: 15px;
}

.filter-option .list-filter > li {
  display: block;
}

.filter-option .list-filter .has-drop-down-a {
  display: block;
  padding: 0 15px 0 0;
  position: relative;
}

.filter-option .list-filter .has-drop-down-a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.filter-option .list-filter .has-drop-down-a:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 1px;
  background: #0087e6;
  display: none;
}

.filter-option .list-filter .hover .has-drop-down-a:before {
  display: block;
}

.filter-option .btn, .filter-option .btn-combo {
  padding: 4px 10px 6px;
}

.filter-option .dropdown, .filter-option #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option .sub-filter-dropdown {
  padding: 11px 0 0;
  background: none;
  width: auto;
}

.filter-option .form {
  padding: 10px 8px 5px;
  border: 1px solid #333b3f;
  background: #272c2e;
}

.results-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  position: relative;
}

.results-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #333b3f;
}

.results-section .col {
  padding: 10px 5px 25px;
  position: relative;
}

.results-section .col {
  border-bottom: 1px solid #333b3f;
}

.media-block {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  height: 100%;
}

.media-block.on-dragging {
  opacity: 0.5;
}

.media-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 15%, transparent 30%);
  z-index: 3;
}

.media-block:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
  display: none;
}

.media-block.downloaded:after {
  display: block;
}

.media-block.downloaded .img-holder img.grayscale {
  visibility: visible;
}

.media-block.downloaded .img-holder .grayscale-fix {
  display: block !important;
  visibility: visible;
}

.media-block.loading {
  background: #24292b;
}

.media-block.loading .loading-text {
  display: block;
}

.media-block.loading .img-holder img {
  opacity: 0;
  visibility: hidden;
}

.media-block .loading-text {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  text-align: center;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font: 700 11px/1 "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: rgba(255, 255, 255, 0.4);
  transform: translate(0, -50%);
  z-index: 5;
}

.media-block .loading-text.creation-in-progress {
  right: unset;
  left: 26%;
  width: 48%;
  top: 47%;
  white-space: normal;
  line-height: 1.2em;
}

.media-block .loading-text .loading-image {
  color: white;
  font-size: 17px;
  line-height: 2em;
}

.media-block .loading-text .loading-image:after {
  content: "\a";
  white-space: pre;
}

.media-block .img-holder {
  overflow: hidden;
}

.media-block .img-holder img {
  display: block;
  max-width: none;
  width: 100%;
}

.media-block .img-holder img.grayscale {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
}

.media-block .img-holder .grayscale-fix {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: none !important;
}

.media-block .info-block {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 7px;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.media-block .download-info {
  text-transform: uppercase;
  float: left;
  max-width: 45%;
  padding: 3px 0 0;
}

.media-block .media-info {
  float: right;
  max-width: 54%;
}

.media-block .media-info .list-inline {
  margin: 0 -2px;
}

.media-block .media-info .list-inline > li {
  border-radius: 10px;
  background: #fff;
  color: #666;
  padding: 4px 10px;
  margin: 0 2px 4px;
  text-transform: none;
}

.media-block .popup-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.media-block .popup-block .caption {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.media-block .popup-block .caption .caption-wrap {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  bottom: -50px;
  transition: all .2s linear;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.media-block .popup-block .text-watch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 20px;
  white-space: nowrap;
}

.media-block.hover:before,
.media-block.hover:after {
  display: none;
}

.media-block.hover.downloaded .img-holder img.grayscale {
  visibility: hidden;
}

.media-block.hover.downloaded .img-holder .grayscale-fix {
  display: none !important;
}

.media-block.hover .popup-block {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.media-block.hover .popup-block .caption .caption-wrap {
  bottom: 0;
}

.media-block.hover .img-holder, .media-block.hover .image-holder {
  position: relative;
}

.media-block.hover .img-holder:before, .media-block.hover .image-holder:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 4px solid #fff;
  z-index: 2;
  pointer-events: none;
}

.media-block.hover .img-holder img, .media-block.hover .image-holder img {
  position: relative;
  /*-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);*/
  transition: transform .2s linear;
}

.media-block.hover .download-info {
  display: none;
}

.media-block.hover .title {
  display: none;
}

.media-block.hover .media-info li.time, .media-block.hover .media-info li.bin-list-addi {
  display: inline-block;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.autocomplete-search md-autocomplete-wrap {
  max-width: calc(100% - 35px);
}

.topmost-shortcut-display {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
}

.shortcutDisplay .container {
  background-color: #232323;
  color: #b3b3b3;
  font-size: 0.75em;
  padding-top: 10px;
}

.shortcutDisplay .listkeys {
  height: 275px;
  width: 610px;
  column-count: 4;
}

.shortcutDisplay .keyStroke {
  padding: 4px;
  margin: 2px;
  padding: 4px;
  background-color: #a0a0a0;
  color: black;
  margin: 2px;
  border-radius: 5px;
}

.shortcutDisplay .keyContainer {
  min-width: 150px;
  display: table;
  float: none;
  height: 17px;
  text-align: left;
  line-height: 25px;
}

.shortcutDisplay .keyDescription {
  border-radius: 5px;
}

#shuttle_pro .button,
.shortcutDisplay .button {
  opacity: 0.5;
  fill-opacity: 1;
  stroke: none;
  fill: #a0a0a0;
}

#shuttle_pro .pressed,
.shortcutDisplay .pressed {
  fill-opacity: 1;
  stroke: none;
  fill: #1ac82d;
  background-color: #1ac82d;
}

#shuttle_pro .disabled,
.shortcutDisplay .disabled {
  fill-opacity: 1;
  stroke: none;
  fill: #ff8080;
}

.shortcutDisplay .container {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url(/public/_assets/ac5f791cd7ae67a3a6adce9600399a23.ttf) format("truetype"), url(/public/_assets/4b990161b43862f3c00be4cecc403abe.woff) format("woff"), url(/public/_assets/5f64670951f05fb61281e31d85c9ba59.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-help:before {
  content: "\4f";
}

.icon-folder:before {
  content: "\55";
}

.icon-info:before {
  content: "\e235";
}

.icon-upload:before {
  content: "\e333";
}

.icon-download:before {
  content: "\e334";
}

.icon-transfert-monitoring:before {
  content: "\e335";
}

.icon-ico-bin_shared1:before {
  content: "\e946";
}

.icon-rugby-ball:before {
  content: "\e934";
}

.icon-video:before {
  content: "\e928";
}

.icon-sound-off:before {
  content: "\e920";
}

.icon-sound-on:before {
  content: "\e921";
}

.icon-goto-in:before {
  content: "\e919";
}

.icon-goto-out:before {
  content: "\e91a";
}

.icon-ico-bin:before {
  content: "\e91b";
}

.icon-indicateur-position-timeline:before {
  content: "\e91c";
}

.icon-key-in:before {
  content: "\e91d";
}

.icon-key-out:before {
  content: "\e91e";
}

.icon-cart:before {
  content: "\e914";
}

.icon-media:before {
  content: "\e915";
}

.icon-search:before {
  content: "\e916";
  color: #fff;
}

.icon-bin:before {
  content: "\e918";
}

.icon-archive:before {
  content: "\e06f";
}

.icon-ipd-ingest:before {
  content: "\e917";
}

.icon-target:before {
  content: "\e939";
}

.icon-volleyball:before {
  content: "\e93b";
}

.icon-volleyball1:before {
  content: "\e93c";
}

.icon-tennis-ball:before {
  content: "\e93d";
}

.icon-tennis-ball1:before {
  content: "\e93e";
}

.icon-basketball:before {
  content: "\e93f";
}

.icon-basketball1:before {
  content: "\e940";
}

.icon-basketball2:before {
  content: "\e941";
}

.icon-basketball3:before {
  content: "\e942";
}

.icon-baseball:before {
  content: "\e943";
}

.icon-baseball1:before {
  content: "\e944";
}

.icon-cloud-upload:before {
  content: "\e935";
}

.icon-soccer-ball:before {
  content: "\e92d";
}

.icon-whistle:before {
  content: "\e92f";
}

.icon-sound:before {
  content: "\e923";
}

.icon-more_vert:before {
  content: "\e938";
}

.icon-squared-plus:before {
  content: "\e922";
}

.icon-user1:before {
  content: "\e971";
}

.icon-users:before {
  content: "\e972";
}

.icon-clock:before {
  content: "\e937";
}

.icon-time:before {
  content: "\e937";
}

.icon-schedule:before {
  content: "\e937";
}

.icon-layers:before {
  content: "\e929";
}

.icon-mic:before {
  content: "\e92a";
}

.icon-stats:before {
  content: "\e92b";
}

.icon-images:before {
  content: "\e92c";
}

.icon-stack:before {
  content: "\e92e";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-man:before {
  content: "\e9dc";
}

.icon-shrink:before {
  content: "\e910";
}

.icon-shrink2:before {
  content: "\e911";
}

.icon-enlarge2:before {
  content: "\e90f";
}

.icon-enlarge:before {
  content: "\e900";
}

.icon-expand:before {
  content: "\e900";
}

.icon-maximize:before {
  content: "\e900";
}

.icon-fullscreen:before {
  content: "\e900";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-pencil:before {
  content: "\e91f";
}

.icon-sad:before {
  content: "\e9e5";
}

.icon-meter:before {
  content: "\e9a6";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-bin1:before {
  content: "\e9ac";
}

.icon-floppy-disk:before {
  content: "\e962";
}

.icon-filter:before {
  content: "\ea5b";
}

.icon-magic-wand:before {
  content: "\e997";
}

.icon-file-o:before {
  content: "\e936";
}

.icon-eye-slash:before {
  content: "\e932";
}

.icon-ban:before {
  content: "\e930";
}

.icon-repeat:before {
  content: "\e931";
}

.icon-rotate-right:before {
  content: "\e931";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-file-movie-o2:before {
  content: "\f1c8";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-futbol-o2:before {
  content: "\f1e4";
}

.icon-soccer-ball-o2:before {
  content: "\f1e4";
}

.icon-television:before {
  content: "\e927";
}

.icon-question-circle:before {
  content: "\e926";
}

.icon-book:before {
  content: "\e925";
}

.icon-film:before {
  content: "\e924";
}

.icon-inbox:before {
  content: "\e913";
}

.icon-th:before {
  content: "\e912";
}

.icon-bell-o:before {
  content: "\e90d";
}

.icon-bell:before {
  content: "\e90e";
}

.icon-bookmark:before {
  content: "\e90c";
}

.icon-file-code-o:before {
  content: "\e902";
}

.icon-file-movie-o:before {
  content: "\e903";
}

.icon-file-audio-o:before {
  content: "\e904";
}

.icon-file-archive-o:before {
  content: "\e905";
}

.icon-file-image-o:before {
  content: "\e906";
}

.icon-file-powerpoint-o:before {
  content: "\e907";
}

.icon-file-excel-o:before {
  content: "\e908";
}

.icon-file-word-o:before {
  content: "\e909";
}

.icon-file-pdf-o:before {
  content: "\e90a";
}

.icon-file-text-o:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e901";
}

.icon-user:before {
  content: "\f007";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-cog:before {
  content: "\f013";
}

.icon-gear:before {
  content: "\f013";
}

.icon-home:before {
  content: "\f015";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-soccer-ball-o:before {
  content: "\f1e3";
}

.icon-menu2:before {
  content: "\e9be";
}

.icon-squared-latin-capital-letter-m:before {
  content: "\1F13C";
}

.icon-plus-sign:before {
  content: "\271A";
}

.icon-subtitles_off:before {
  content: "\e93a";
}

.icon-subtitles:before {
  content: "\e947";
}

.icon-closed_caption_off:before, .icon-vtt:before, .icon-srt:before {
  content: "\e948";
}

.icon-x:before {
  content: "\e949";
}

.icon-youtube:before {
  content: "\e933";
  color: #f00;
}

.icon-facebook:before {
  content: "\e94a";
  color: #1877f2;
}

.icon-instagram:before {
  content: "\e94b";
  color: #e4405f;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"), url(/public/_assets/7555e1e610690dde3aefb7cba1e3dd49.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat-Bold"), url(/public/_assets/916a3d6c6aab56b8e39cca4f2da65e4d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(/public/_assets/ce659615885f33d928eb7fe276574106.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(/public/_assets/49fbe77658d29a343cd06b5245be483e.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* tiny mce*/
@font-face {
  font-family: 'tinymce';
  src: url(/public/_assets/50c955d592e8a54a0e4cb4936d386076.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

.filter-option.updated-filter .list-filter .dropdown .drop-list, .filter-option.updated-filter .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list, #nav .slide-block filters-content-component .filter-option.updated-filter .list-filter .sub-filter-dropdown .drop-list, .list-inline, .list-unstyled, .process-status, .numbers-list, .btn-list ul, .btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-option:after, .clearfix:after, .header-info:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.expanded {
  overflow: hidden;
  word-wrap: break-word;
}

.close-dialog {
  float: right;
  position: absolute;
  z-index: 1001;
  right: 10px;
  top: 10px;
  font-size: 18px;
  cursor: pointer;
}

.close-dialog:hover {
  color: darkgray;
}

body.md-dialog-is-showing,
body.video-player-active {
  overflow: hidden;
}

@supports (-ms-ime-align: auto) {
  .checkbox-block {
    display: inline-block;
    position: relative;
    margin-left: 4px !important;
    margin-top: 0px;
    position: relative;
    top: -2px;
  }
  input[type='checkbox']::-ms-check {
    display: inline-block;
    position: relative;
    padding: 2px;
    background: transparent;
    border: none;
    outline: none;
    color: #96999D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -ms-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
  }
  input[type='checkbox']:not(:checked) {
    display: inline-block;
    position: relative;
    background: #5a636a !important;
    border-radius: 4px;
  }
  input[type='checkbox']:checked {
    display: inline-block;
    position: relative;
    background-color: #908c8c !important;
    border-radius: 4px;
  }
  input[type='checkbox'] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .read-yes-no input[type='checkbox']:checked + label {
    display: inline-block;
    position: relative;
    left: -10px;
  }
  .list-filter input[type='checkbox'] + label {
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .list-filter input[type='checkbox']:not(:checked) + label {
    display: inline-block;
    position: relative;
    left: -11px;
    top: -2px;
  }
  .list-filter input[type='checkbox']:not(:checked) + label:before {
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-weight: 100;
    font-family: icomoon;
    content: '\ea0a';
    left: -10px;
    color: #908c8c !important;
  }
  .read-yes-no input[type='checkbox']:not(:checked) + label {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    top: -2px;
  }
  .read-yes-no input[type='checkbox']:checked + label {
    display: inline-block;
    position: relative;
    left: -7px !important;
    top: -2px !important;
  }
  .active-yes-no input[type='checkbox']:not(:checked) + label {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    top: -2px;
  }
  .active-yes-no input[type='checkbox']:checked + label {
    display: inline-block;
    position: relative;
    left: -7px !important;
    top: -2px !important;
  }
  .document-yes-no input[type='checkbox']:checked + label {
    position: relative;
    display: inline-block;
    position: relative;
    left: -17px !important;
    margin-right: -16px !important;
    top: -3px !important;
  }
  .document-yes-no input[type='checkbox']:not(:checked) + label {
    position: relative;
    top: -3px;
    left: -2px;
  }
  input[type='checkbox']:checked + label:before {
    display: inline-block;
    position: relative;
    font-size: 11px;
    content: '\f00c';
    font-family: icomoon;
    left: -17px;
    top: 0px;
    position: absolute;
    color: white;
  }
  input[type='checkbox']::-ms-check {
    color: white;
  }
  .news-nav .navigation .read-yes-no input {
    position: relative;
    margin-left: 0 !important;
  }
  .news-nav .navigation .active-yes-no input {
    position: relative;
    margin-left: 0 !important;
  }
  li > input[type='checkbox']:checked + label:before {
    display: inline-block;
    position: relative;
    font-size: 11px;
    content: '\f00c';
    font-family: icomoon;
    left: -7px;
    top: -1px;
    color: white;
  }
  li > input[type='checkbox']:checked + label {
    position: relative;
    left: -10px;
    margin-right: -10px;
  }
  .config-section > input[type='checkbox']:checked + label:before {
    display: inline-block;
    position: relative;
    left: -6px;
  }
  .config-section input[type='checkbox']:checked + label {
    display: inline-block;
    position: relative;
    left: -6px;
  }
  .video-player-content .btn-next > div:hover media-block-component {
    z-index: 250;
  }
  .video-player-content .btn-prev > div:hover media-block-component {
    z-index: 250;
  }
  .type-li > input[type='checkbox']:checked + label {
    display: inline-block;
    position: relative;
    left: 0 !important;
  }
  .type-li > input[type='checkbox']:checked + label:before {
    display: inline-block;
    position: relative;
    left: -16px !important;
    margin-right: -15px;
  }
  .level-li > input[type='checkbox']:checked + label {
    position: relative;
    left: -13px;
    margin-right: -14px;
  }
}

.video-player-mobile {
  height: 100% !important;
  min-height: 0px !important;
}

@supports not (-ms-ime-align: auto) {
  body input[type='checkbox'] {
    padding: 7px;
    background: #5a636a;
    border: none;
    outline: none;
    color: #96999D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
    transition: all 0.15s;
    cursor: pointer;
  }
  input[type=checkbox]:focus {
    color: #2E3236;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
  }
  input[type='checkbox']:disabled,
  input[type='checkbox']:checked:disabled {
    background: #82bae1;
    cursor: default;
  }
  input[type='checkbox']:checked {
    position: relative;
    background: #5aa8e7;
    color: white;
  }
  input[type='checkbox']:checked:before {
    position: absolute;
    font-size: 11px;
    content: '\f00c';
    font-family: icomoon;
    top: 2px;
    left: 2px;
  }
}

.edit-filter-menu-btn,
.bin-nav-item-menu-icon {
  display: inline-block;
  padding-top: 3px;
  color: white !important;
}

.edit-filter-menu-btn :hover,
.bin-nav-item-menu-icon :hover {
  opacity: .7 !important;
}

.edit-bin-menu {
  width: 85px;
}

[class^="icon-"],
[class*=" icon-"] {
  outline: none;
}

.reload.loading {
  -webkit-animation: rotate 2s linear infinite;
}

.filter-option a:hover,
.filter-option a:focus {
  color: gray;
}

.filter-option a > span:hover,
.filter-option a > span:focus {
  color: gray;
}

.filter-option .form {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  max-height: 100%;
}

.filter-option .form .filter-content {
  flex-grow: 1;
  display: contents;
}

#main {
  position: relative;
  z-index: 0;
  height: 100vh;
}

#main:not(.nav-active) {
  padding-left: 0 !important;
}

.content-holder,
.content-panel,
.main-news .content-holder {
  height: 100%;
  width: 100%;
}

.content-wrap {
  height: 100vh;
}

.content-wrap.news-content {
  height: 100% !important;
}

.content-wrap,
.news-content .content-panel {
  overflow-y: auto;
  overflow-x: hidden;
}

.content-holder {
  background-color: #272c2e;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #454747;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #c4c4c4;
}

::-webkit-scrollbar-track {
  background-color: #757575;
}

video-infos-component ::-webkit-scrollbar-thumb {
  border: 1px solid #1E88E5;
}

.dummy-player-info ::-webkit-scrollbar-thumb {
  border: 1px solid #1E88E5;
}

body {
  scrollbar-color: #454747 #757575;
  scrollbar-width: thin;
  background-size: cover !important;
  overscroll-behavior: contain;
}

@media screen and (max-width: 640px) {
  body {
    background-size: 100% auto;
    height: 100%;
  }
}

.desc-reactions {
  padding-top: 8px;
}

.info-list .log-title, .subtitles-list .log-title {
  width: 64px;
}

.clearfix:after,
.header-left:after,
.header-info:after,
.filter-option:after,
.media-block .info-block:after,
.videos-slideshow .content-container:after,
.info-list > li:after,
.subtitles-list > li:after,
.related-section .title-row:after {
  content: "";
  display: block;
  clear: both;
}

.fake-media-block {
  visibility: hidden;
}

.animate-loading {
  -webkit-animation: rotate 2s linear infinite;
}

div.ng-scope[md-virtual-repeat] {
  min-height: 161px;
}

.user-bin-name {
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

::cue {
  padding: 10px 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-size: 16px;
  font-family: Montserrat;
}

.content-holder .content-wrap.list-view .list-view-blocks {
  display: block;
}

.content-holder .views-wrap {
  position: relative;
  overflow: hidden;
}

.content-holder .views-wrap.active {
  display: block;
}

.list-view-blocks {
  border-top: 1px solid #333b3f;
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
  display: none;
}

.list-view-blocks .block {
  padding: 16px 0 9px;
  position: relative;
  border-bottom: 1px solid #333b3f;
  overflow: hidden;
}

.list-view-blocks .image-holder {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
  outline: none;
}

.list-view-blocks .image-holder:hover {
  cursor: pointer;
}

.list-view-blocks .image-holder img {
  display: block;
  width: 100%;
  height: 138px;
  line-height: 138px;
  text-align: center;
}

.list-view-blocks .description-area {
  position: relative;
  overflow: hidden;
  width: auto;
}

.list-view-blocks .description-area .title {
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  display: block;
  margin: 0 0 7px;
}

.list-view-blocks .description-area .title a {
  color: #fff;
}

.list-view-blocks .description-area .title a:hover {
  opacity: .8;
}

.list-view-blocks .description-area .duration {
  font-size: 12px;
  line-height: 15px;
  display: block;
  color: #8f989c;
  margin: 0 0 3px;
}

.list-view-blocks .description-area .clip,
.list-view-blocks .description-area .text {
  position: relative;
  font-size: 12px;
  line-height: 15px;
  display: block;
  color: #8f989c;
  margin: 0 0 3px;
}

.list-view-blocks .description-area .clip a {
  font-style: italic;
  color: #3d7f9c;
  text-decoration: underline;
}

.list-view-blocks .description-area .text a {
  font-style: italic;
  color: #8f989c;
}

.list-view-blocks .description-area .clip a:hover,
.list-view-blocks .description-area .text a:hover {
  opacity: .8;
}

.list-view-blocks .description-area .clip .circle,
.list-view-blocks .description-area .text .circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin: 3px 0 0 2px;
}

.list-view-blocks .description-area .clip .circle.active,
.list-view-blocks .description-area .text .circle.active {
  background: #b260af;
}

.list-view-blocks .description-area .clip .circle.successful,
.list-view-blocks .description-area .text .circle.successful {
  background: #639e3b;
}

.list-view-blocks .description-area .clip .circle.failed,
.list-view-blocks .description-area .text .circle.failed {
  background: #d30d14;
}

.list-view-blocks .description-area .clip .fa,
.list-view-blocks .description-area .text .fa {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  margin: 2px 0 0 2px;
}

.list-view-blocks .remove-btn {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  max-width: 163px;
  width: auto;
  text-transform: uppercase;
  color: #615f5f;
  height: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.list-view-blocks .remove-btn .icon-bin1 {
  margin-right: 3px;
}

.list-view-blocks .jcf-select {
  width: 140px;
  height: 26px;
  margin: 0 auto;
  display: block;
}

.list-view-blocks .jcf-select:before {
  font-size: 10px;
  top: 7px;
}

.list-view-blocks .jcf-select .jcf-select-text {
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 28px 3px;
}

.list-view-blocks .jcf-select .jcf-select-opener {
  width: 21px;
}

.list-view-blocks .jcf-select .jcf-select-opener:before {
  top: 7px;
}

.active-filter span, .active-filter strong {
  color: white !important;
}

.media-block.hover .media-block-title h3 {
  display: none;
}

.simple-label {
  color: #C3C3C3;
}

.video-player-active main-component {
  display: none;
}

.search-result-error {
  padding-top: 20px;
  margin-left: 30px;
  /*width: calc(100% - 270px);*/
}

.search-result-error .icon-video-camera {
  font-size: 2em;
}

.search-result-error .icon-remove {
  font-size: 1.5em;
  position: absolute;
  margin-left: 1px;
  color: #1c2022;
  margin-top: 3px;
}

.search-result-error .error-message {
  position: absolute;
  margin-top: 5px;
  margin-left: 25px;
  padding-right: 10px;
}

.autocomplete-list :nth-last-match(.elem.true) {
  border-bottom: 1px white solid;
}

.autocomplete-title {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  cursor: default;
  background: #1E88E5 !important;
  color: white;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
}

.form.search-form md-autocomplete-wrap {
  min-height: 34px;
  margin-right: 30px;
}

.form.search-form #txtSearch {
  min-width: 150px;
  border-radius: 5px;
}

.autocomplete-proposal {
  padding-left: 15px;
  height: 25px;
  line-height: 25px;
}

.autocomplete-proposal.searchHistory:before {
  font-family: icomoon;
  content: '\e937';
  position: relative;
  top: 1px;
  font-size: 10px;
  left: -5px;
}

.autocomplete-proposal.metadataValue:before {
  font-family: icomoon;
  content: '\e936';
  position: relative;
  top: 1px;
  font-size: 10px;
  left: -5px;
}

.autocomplete-proposal.keywordsList:before {
  font-family: icomoon;
  content: '\f02c';
  position: relative;
  top: 1px;
  font-size: 10px;
  left: -5px;
}

.autocomplete-tag-wrapper,
.autocomplete-log-tag-wrapper {
  position: absolute;
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
  scrollbar-width: thin;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: calc(100%);
  width: 100%;
}

.autocomplete-tag {
  border-radius: 7px;
  background: #1E88E5;
  color: white;
  font-size: 14px;
  padding: 0px 17px 0px 5px;
  white-space: nowrap;
  border: none;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  height: 20px;
}

.autocomplete-tag .tag-remover {
  position: relative;
  right: -8px;
  top: -1px;
  cursor: pointer;
  color: white;
}

div.clear-bin {
  margin-right: 5px;
}

.clear-bin-loading-image {
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url(data:image/gif;base64,R0lGODlhGAAYAPAAAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/hoiQ3JlYXRlZCB3aXRoIENoaW1wbHkuY29tIgAh+QQJBQAAACwAAAAAGAAYAAACQ4SPqXvhD9mCURp3KQY7VZ11oahQCMiYI1l+laW+FveMc1Pf+s73OJvKqWAu2eQ1POZWxKWNVgwcV0LpTAMMYq2+WwEAIfkECQUAAAAsAAAAABgAGAAAAkOEj6mL4f9YCwBaaWK1Li+YcSE1gZI5ah8qYtemniaKwWS9dvjOu3Fv481ojFdLpnoVacTEcZTSNCtRqQ4pumKVwF0BACH5BAkFAAAALAAAAAAYABgAAAJGhI+pm+HvGHoGWgmrjWyDHRzh5DUip2UYlbIre0ntKHdurah4Dt/7ifoBacIZLlZ6oXS2m4s4C36GlCSvxGyARr7FtgguAAAh+QQJBQAAACwAAAAAGAAYAAACSISPqXsR4KJjSBppGb54rv6AWqd40NNs1Imy0eqi6jpfcOq1N5e/e5a5AX07m6uoiwmHRMqsOWqaTLhgQiT6ZGvXLVS7oRZ3BQAh+QQJBQAAACwAAAAAGAAYAAACSISPqXsR7RxD8ZkaJ4bYps5VS+dxDbVNV5mqIqquGVDGsvXabx7vsz7juYI/2+VWG9WEDJ4EWPQUkc8PiKq80pihH9fqTRptBQAh+QQJBQAAACwAAAAAGAAYAAACR4SPqXvh7QJD8ZlqF5Z3a9+BEKaQiVhOnTquLBWF3FvJrw3Ut67Tcf7zWXosXnDHOapmDGaJKHMCTSPqRjrtoU5W6CejvN0KACH5BAkFAAAALAAAAAAYABgAAAJKhI+pe+HtAkPxmWoXlndr34EUpohjVqIAd01l6KZcFUMWXa9RyMY4XvvtckLVpJiztRrJVWLIgJ6kPOMmc/2Qqr3nVkfVssJNVwEAIfkECQUAAAAsAAAAABgAGAAAAkiEj6l74dEcQ+9FyyoGGqouGeCifV3mkdU1Jen1tqK3ynNY23Uu71uP4bV8IV0wBixGbJxiaYK8CZs/2AYUPUmrlJx26OQybQUAIfkECQUAAAAsAAAAABgAGAAAAkqEj6l74d4CQ69GyKo1emoMfInEgddWNh6KTuFzkq750i5X2hlcy/fWmvGCK4zvljvqRiyiosn7+T7HmorSSUaf0Oyiu93FkGRFAQAh+QQJBQAAACwAAAAAGAAYAAACR4SPqXvhH4BjCEJzqX04sx2BydQpYkNSkmepHbfCahtHLjbKN17v/X/L2HxAXhBGmwmTH5ZHk6rpSlRU69REYhfLzVEaJd4KACH5BAkFAAAALAAAAAAYABgAAAJGhI+pe+HvmILUPGlpBHCFpnEVcllTCG7SKHbYyK6uizF0far4/pY86ftlNjHbrJhTIRM3zYeZYlacDU/J+ZQ9sdkaVvgrAAAh+QQJBQAAACwAAAAAGAAYAAACQ4SPqXvh/9iCFDgZDI32Kr5lnddwzIZUGFSy0uipr+q+Gmja+s73/h3LzXDCiQs1NMmMOeRJeEQWR0DaCra0hUg/WwEAOw==);
  margin-top: -9px;
  display: inline-block;
  top: 6px;
}

body.addFilterCriteriaActive .nav-drop {
  pointer-events: none;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
  letter-spacing: -4px;
}

@media (max-width: 767px) {
  .updated-header .list-inline > li {
    padding: 21px 15px;
  }
}

.list-inline > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.list-unstyled > li {
  margin-bottom: 5px;
}

.filter-option .btn, .filter-option .btn-combo {
  background: #0081C8;
  border: 1px solid #0081C8;
  color: white;
  padding: 8px;
}

.user-guide-angle-down {
  margin-left: 3px;
}

.user-or-group {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  border: 1px solid #e8e8e8;
}

#user-or-group-input {
  padding: .4em .7em;
}

.categories {
  padding: 18px 0 0 20px;
}

#player-container {
  background-color: black;
}

.current .media-block .popup-block {
  visibility: visible;
  border: 4px solid #3b91c3;
  opacity: 1;
}

video-related-component {
  border-top: 1px solid #333b3f;
}

#relatedContent {
  background-color: #272c2e;
}

.binVideoSendToComponent {
  display: inline-block;
  height: 34px;
}

.binVideoSendToComponentMobile #btnSendTo {
  width: 99%;
}

.video-check-box {
  float: left;
  position: absolute;
  z-index: 19;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 5px;
  top: 26px;
  left: 10px;
  background: #fff;
  cursor: pointer;
  outline: none;
}

.video-check-box-checked-icon {
  color: #666;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check-all-video {
  position: inherit !important;
  margin-right: 10px !important;
  padding-top: 2px !important;
}

.check-all-video-icon {
  position: inherit;
  margin-left: 2px;
}

.select-all-block {
  position: relative;
  display: inline-block;
  z-index: 99999;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.select-all-block.without-filters {
  position: absolute;
  top: 80px;
}

.media-block .info-block {
  top: 7px;
  pointer-events: none;
}

.tooltip-multiline {
  height: auto !important;
  width: auto !important;
  word-wrap: break-word !important;
  max-width: 100% !important;
  white-space: initial !important;
}

.content-category.faceted-nav-item i {
  color: #e7a624;
}

.action-icon:hover {
  cursor: pointer;
}

.display-mode-list .results-section .col {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .display-mode-list .results-section .col {
    display: flex;
  }
}

.col.info-filter {
  display: flex;
}

.bin-nav-item:hover .bin-nav-item-menu,
.edit-filter-nav-item:hover .edit-filter-nav-item-menu {
  visibility: visible;
}

.bin-nav-item-menu-standalone {
  flex: 0 1 auto;
  margin-left: auto;
  margin-right: 5px;
  min-width: initial !important;
}

.bin-nav-item-menu-standalone .bin-nav-item-menu {
  visibility: visible;
}

.filter-option.updated-filter .filter-uploaded-files-dropdown-list .list-filter .dropdown .drop-list a, .filter-option.updated-filter .filter-uploaded-files-dropdown-list .list-filter #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list a, #nav .slide-block filters-content-component .filter-option.updated-filter .filter-uploaded-files-dropdown-list .list-filter .sub-filter-dropdown .drop-list a {
  color: black;
}

.filter-option.updated-filter .list-filter > li > a.has-drop-down-a {
  padding: 6px 27px 6px 7px !important;
  background: #1E88E5;
  border: 1px solid #1E88E5;
}

.filter-option.updated-filter .list-filter > li > a.has-drop-down-a:hover {
  background: white !important;
  color: #1E88E5 !important;
  border: 1px solid #1E88E5;
}

.input-combo {
  width: 100%;
  color: black !important;
  height: 30px;
}

.input-user {
  color: black !important;
}

.embedded-login-form {
  width: 268px;
  height: 370px;
  /*background-color: white;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  text-align: center;
}

.embedded-details {
  text-align: center;
  padding-right: 30px;
  color: #444242;
}

.embedded-red {
  color: #d40100;
  font-weight: bold;
}

.embedded-get-chrome {
  background: rgba(0, 151, 204, 0.5);
  width: 100%;
  border: none;
  min-height: 15px;
  padding: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px;
}

.hidden {
  display: none !important;
}

video-download-component[disabled='disabled'] .min-width-btn,
via-flow-process-component[disabled='disabled'] .min-width-btn,
video-sendto-component[disabled='disabled'] .min-width-btn,
bulk-update-component[disabled='disabled'] .min-width-btn,
filter-criteria-menu-component[disabled='disabled'] .min-width-btn {
  cursor: default;
  position: relative;
  pointer-events: none;
  color: #ababab;
}

video-download-component[disabled='disabled'] .send-to-menu-btn,
via-flow-process-component[disabled='disabled'] .send-to-menu-btn,
video-sendto-component[disabled='disabled'] .send-to-menu-btn,
bulk-update-component[disabled='disabled'] .send-to-menu-btn,
filter-criteria-menu-component[disabled='disabled'] .send-to-menu-btn {
  display: none;
}

video-download-component .min-width-btn,
via-flow-process-component .min-width-btn,
video-sendto-component .min-width-btn,
bulk-update-component .min-width-btn,
filter-criteria-menu-component .min-width-btn {
  cursor: default;
  position: relative;
  color: #424749;
}

video-download-component a,
via-flow-process-component a,
video-sendto-component a,
bulk-update-component a,
filter-criteria-menu-component a {
  display: inline-block;
}

[class*='main-search'] filter-criteria-menu-component {
  margin-top: 5px;
  padding-bottom: 0px;
  height: 33px;
}

.list-view-blocks .btns-holder {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}

.flex-cols.filter-block {
  padding: 9px 0 19px;
  display: flex;
}

.flex-cols .col-form,
.flex-cols .view-list,
.content-header-media-action .view-list {
  display: inline-block;
}

.icon-share-alt:hover {
  color: #1E88E5;
}

input[type=email].invalid-email {
  border: 1px solid red !important;
  outline: none;
}

.upload-file-form .form-label {
  width: 160px !important;
}

@supports (-ms-ime-align: auto) {
  .loader_overlay {
    height: 100%;
    width: 100%;
    z-index: 1000;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .loader_overlay .loader_overlay_icon_container {
    position: fixed;
    top: 50%;
  }
  .loader_overlay .loader_overlay_icon_container.side_open {
    left: 58%;
  }
  .loader_overlay .loader_overlay_icon_container.side_closed {
    left: 48%;
  }
  .loader_overlay .loader_overlay_icon_container .icon-refresh {
    font-size: 8vh;
    color: white;
    animation: rotate 1s linear infinite;
  }
  .loader_overlay .loading_lbl {
    position: fixed;
    font-size: 24px;
    top: 59%;
  }
  .loader_overlay .loading_lbl.side_open {
    left: calc(58% - 13px);
  }
  .loader_overlay .loading_lbl.side_closed {
    left: calc(48% - 13px);
  }
}

.fu-autocomplete {
  height: 30px;
}

.fu-autocomplete #txtSearch {
  border: 1px solid #aaaaaa !important;
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
}

.fu-autocomplete .md-whiteframe-1dp,
.fu-autocomplete .md-whiteframe-z1 {
  box-shadow: none;
}

.fu-autocomplete .md-show-clear-button button {
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
}

.fu-input {
  height: 30px !important;
  padding-left: 5px;
  padding-right: 5px;
}

.fu-input ::after {
  color: #aaaaaa !important;
}

.main-nav-overflow {
  overflow-y: auto !important;
}

.alert {
  position: relative;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-warning {
  color: #c97500;
  background-color: #ffb54f;
  border-color: #c97500;
}

.alert-mediahub {
  color: rgba(0, 0, 0, 0.87);
  background-color: #0087e673;
  border-color: #0087e6;
}

.notificationActive .icon-more_vert {
  display: inline-block;
}

.OnlyArchived {
  border-width: 0 0 20px 20px;
  border-color: transparent transparent transparent red;
  left: 0;
  top: 0;
}

.OnlyNearline {
  border-width: 0 0 20px 20px;
  border-color: transparent transparent transparent green;
  left: 0;
  top: 0;
}

.Both {
  border-width: 0 0 20px 20px;
  border-color: transparent transparent transparent green;
  left: 0;
  top: 0;
}

.Both::before {
  content: "+";
  position: absolute;
  left: -17px;
  top: -1px;
}

.shake {
  animation: shake 0.5s ease;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25%,
  75% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
}

:root {
  --dashboard-title-width: 310px;
  --gray: rgb(113, 113, 113);
  --light-gray: rgb(213, 213, 213);
}

/*#endregion */
.log-content {
  background: #272c2e;
  border-left: 7px solid;
  margin-bottom: 5px;
  padding: 2px;
}

.max-z-index {
  z-index: 99;
}

[id^="dialogContent"] {
  overflow: visible !important;
}

div[class^="Scrollbar_trackVertical"] {
  display: none;
}

.h-25-px {
  height: 25px;
}

.visible {
  visibility: visible;
}

.clip-title {
  max-width: 60%;
}

img.reaction,
img.pinpoint {
  margin: 0 4px;
  height: 24px;
  width: 24px;
  opacity: 0.4;
}

img.reaction.selected,
img.pinpoint.selected {
  opacity: 1;
}

.pinpoint:hover {
  cursor: pointer;
  opacity: 1;
}

.reaction:hover {
  cursor: pointer;
}

img.media-reaction {
  margin-right: 4px;
  height: 16px;
  width: 16px;
}

img.grayscale {
  filter: grayscale(100%);
}

.hover-pointer:hover {
  cursor: pointer;
}

input:hover {
  outline: none;
  border-color: rgba(81, 103, 196, 0.73);
  background-color: #fff;
  box-shadow: #484545;
}

.hover-pointer:hover {
  cursor: pointer;
}

.border-bottom {
  border-bottom: 1px solid grey;
}

.close-modal-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  color: red;
  font-size: large;
}

.width-80 {
  width: 80% !important;
}

.text-alert {
  color: red;
}

a.link {
  cursor: pointer;
  text-decoration: underline;
}

.clickable:hover, .reloadTags:hover {
  cursor: pointer;
}

.content-holder,
.content-holder .content-wrap {
  padding: 0px;
  border: none;
  background-color: #1c2022;
}

.content-header-overview .content-header-action {
  margin-top: 25px;
}

.login-form .login-btn-container-sign-in {
  flex-direction: row;
}

.select-all-block.without-filters {
  top: 130px;
  margin-left: 20px;
}

.bin-list-addi {
  color: #797984;
}

.content-holder {
  padding-right: 0px;
  margin-top: 1px;
}

.icon-bars:before {
  color: #eef4f7;
}

.form.search-form .input-holder {
  border: none;
}

.form.search-form .input-holder,
.form.search-form button {
  border-radius: 5px;
  background: #1E88E5;
  border: none;
}

.autocomplete-search {
  background: #56595D;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 5px;
}

.form.search-form button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form.search-form .input-holder,
.form.search-form button {
  border: none !important;
  margin-top: 0 !important;
}

bulk-update-component md-menu,
video-download-component md-menu,
blackbird-edit-component md-menu {
  margin-top: 0 !important;
}

bulk-update-component md-menu,
video-download-component md-menu,
blackbird-edit-component md-menu,
.btn-header {
  margin-left: 0px !important;
}

.thumb-selection-actions video-sendto-component a,
.thumb-selection-actions blackbird-edit-component a,
.thumb-selection-actions video-download-component a {
  padding: 8px;
}

.autocomplete-search #txtSearch, .autocomplete-search #txtFileSearch {
  padding: 0px;
  padding-bottom: 5px;
}

.thumb-selection-actions video-download-component,
bulk-update-component,
.thumb-selection-actions video-sendto-component,
.thumb-selection-actions video-delete-component {
  margin-left: 5px;
  margin-right: 0px;
}

.bin-nav-item bin-nav-item-menu-component,
.edit-filter-nav-item edit-filter-menu-component {
  align-self: center;
}

#nav .nav-drop,
content-component,
.md-virtual-repeat-container .md-virtual-repeat-scroller {
  scrollbar-width: thin;
}

.form.search-form {
  padding-top: 0px;
}

body {
  background: #dcdcdc !important;
}

.video-player-content .tabset a {
  border-radius: 7px 7px 0 0;
}

.video-player-content .tab-content {
  scrollbar-width: thin;
  border-radius: 0 0 7px 7px;
}

.upload-disclaimer-container {
  max-width: 500px;
  word-break: keep-all;
  /* Prevents word breaks, breaks only at normal word break points like spaces */
  white-space: normal;
  /* Ensures text wraps onto the next line */
  overflow-wrap: normal;
  /* No word breaks unless necessary */
}

.results-section .md-virtual-repeat-scroller {
  margin-bottom: 50px;
  margin-right: 5px;
}

.fileUploadErrorTextStyle {
  font-size: smaller;
  font-style: italic;
  color: red;
}

.bin-nav-item .bin-nav-item-toggle-button:hover {
  cursor: pointer;
}

.upload-file-form-content {
  max-height: 88vh;
  overflow: auto;
  padding-right: 5px;
}

.hidden-visibility {
  visibility: hidden !important;
}

.transparent-bg {
  background: transparent !important;
}

.bg-black {
  background-color: black;
}

.font-20 {
  font-size: 20px;
}

.icon-related-content {
  margin-right: 5px;
}

.share-icon {
  font-size: 24px;
}

.share-icon-large {
  font-size: 30px;
}

.share-option-container {
  display: flex;
  align-items: center;
}

.share-warning-message {
  font-size: small;
  text-align: center;
}

.results-section .results-section-row {
  margin-left: 0px;
}

.news-field-label {
  font-size: large;
  font-weight: bold;
}

.md-toast-text,
.disclaimer-text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.player-title-block-container {
  display: flex;
  flex-direction: row;
}

.list-view-blocks transferts-card-component .image-holder img {
  display: block;
  width: 288px;
  height: 160px;
  line-height: 160px;
  text-align: center;
}

.collapsible-text {
  align-items: center;
  column-gap: 10px;
  justify-content: space-between;
}

.collapsible-text i {
  color: white;
  cursor: pointer;
}

.text-are-scroll {
  resize: none;
  overflow-y: scroll;
}

.border-input {
  border: 1px solid #aaaaaa !important;
}

* {
  letter-spacing: 0px;
}

#login_body {
  background-color: #1c2022 !important;
}

#login_body .icon-loop2,
#login_body #post-login-form,
#login_body #loggedout-form,
#login_body .block-2-text-container,
#login_body .mh-description,
#login_body .form-description,
#login_body .login-licence,
#login_body .legalTerms-lbl,
#login_body .content-plus-og,
#login_body .tile-wrapper {
  color: white;
}

#login_body .keep-logged-in label {
  color: #797984;
}

#login_body .welcome-block-wide.block-1-wrapper,
#login_body .host-broadcast {
  background-color: #383f42;
  color: white;
}

#login_body .welcome-block-wide.blue,
#login_body .btn-link,
#login_body .login-btn,
#login_body .terms-btn,
#login_body .oidc-btn,
#login_body input.disconnect,
#login_body .reset-password-btn {
  background-color: #00bcbc;
}

.login-form {
  background: #797984;
  height: min-content;
  border: 3px solid #272c2e !important;
  width: 268px;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  text-align: center;
}

.login-form form {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.login-form .login-inputs {
  border: 0;
  background: transparent;
  border-bottom: 2px solid white;
  width: 100%;
  margin: 8px 0;
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  transition-duration: 2s;
  box-sizing: border-box;
  font-size: 18px;
  color: white;
  color: white;
}

.login-form .login-inputs:focus {
  border-bottom: 2px solid #d7d7d7;
  outline: 0;
  font-size: 18px;
  border-bottom: 2px solid #1E88E5;
  color: white;
}

.login-form .login-inputs::placeholder {
  color: #d7d7d7 !important;
}

.login-form .login-inputs:-ms-input-placeholder {
  color: #d7d7d7 !important;
}

.login-form .little-checkbox {
  font-size: 13px;
  font-weight: 600;
  color: white;
}

.login-form .login-btn-container input {
  top: 322px;
  background: #1E88E5;
  position: unset;
  margin-top: unset;
  width: auto;
  flex: 1 0 auto;
}

.login-form .login-btn-container input:hover:not(:disabled) {
  background: #0049aa;
  color: white;
}

.login-form .login-btn-container input.cancel {
  background: #272c2e;
}

.login-form input.disconnect {
  top: 320px;
  color: white;
}

.login-form input.cancel {
  top: 320px;
  color: white;
}

.login-form p {
  color: white;
}

.login-form .forgot-password-buttons input {
  background: #1E88E5;
  position: unset;
  margin-top: unset;
  margin-left: 5px;
  width: auto;
  flex: 1 0 auto;
}

.login-form .forgot-password-buttons input:hover:not(:disabled) {
  background: #0049aa;
  color: white;
}

.login-form .forgot-password-buttons input.cancel {
  background: #272c2e;
}

.login-form .change-password-buttons input {
  background: #1E88E5;
  position: unset;
  margin-top: unset;
  margin-left: 5px;
  width: auto;
  flex: 1 0 auto;
}

.login-form .change-password-buttons input:hover:not(:disabled) {
  background: #0049aa;
  color: white;
}

.login-form .change-password-buttons input.cancel {
  background: gray;
}

.login-form div#logo {
  flex: 0 0 auto;
  display: inline-block;
  width: 214px;
  height: 61px;
  margin-top: 50px;
  margin-bottom: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI1NC44IDYwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjguNi4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMS4yLjAgQnVpbGQgNzA5KSAgLS0+CiAgPGc+CiAgICA8ZyBpZD0iTGF5ZXJfMSI+CiAgICAgIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXJfMSI+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMzIuNyA0NS4xIDMyLjUgNDUuMSAxOC4xIDExIDE1LjYgMTEgMTUuNiA0OC40IDE3LjggNDguNCAxNy44IDE2LjQgMTggMTYuNCAzMS41IDQ4LjQgMzMuNyA0OC40IDQ3LjIgMTYuNCA0Ny40IDE2LjQgNDcuNCA0OC40IDQ5LjYgNDguNCA0OS42IDExIDQ3LjIgMTEgMzIuNyA0NS4xIi8+CiAgICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNzcsMjMuNmMtMS4xLTEuMi0yLjMtMi4xLTMuNy0yLjdzLTIuOS0uOS00LjUtLjljLTIuMywwLTQuNC42LTYuMiwxLjlzLTMuMiwzLTQuMiw1LjItMS41LDQuNy0xLjUsNy41LjUsNS4zLDEuNSw3LjUsMi41LDMuOSw0LjQsNS4xLDQuMSwxLjksNi42LDEuOSwzLjUtLjMsNC44LS45LDIuNS0xLjQsMy40LTIuM2MuOS0uOSwxLjYtMS45LDItMi44bC0yLS44Yy0uMy43LS45LDEuNC0xLjYsMi4xLS43LjctMS42LDEuNC0yLjcsMS45cy0yLjQuOC0zLjkuOC00LS41LTUuNS0xLjYtMi43LTIuNS0zLjUtNC40Yy0uOC0xLjgtMS4yLTMuOC0xLjItNmgyMS40di0xLjRjMC0yLjEtLjMtNC0uOS01LjZzLTEuNS0zLjEtMi41LTQuM001OS4xLDMyLjhjMC0xLjguNi0zLjUsMS4zLTUuMS44LTEuOCwyLTMuMiwzLjQtNC4yLDEuNS0xLDMuMS0xLjYsNS0xLjZzMy40LjUsNC44LDEuNCwyLjUsMi4zLDMuNCwzLjksMS4yLDMuNSwxLjIsNS41aC0xOS4xWiIvPgogICAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDUuOSwyNi42aC0uMmMtLjQtMS4yLTEtMi4zLTEuOS0zLjMtLjgtMS0xLjgtMS44LTMtMi40cy0yLjYtLjktNC4yLS45LTQuMi42LTUuOSwxLjljLTEuNywxLjItMywzLTMuOSw1LjFzLTEuNCw0LjctMS40LDcuNS41LDUuMywxLjQsNy41LDIuMiwzLjksMy45LDUuMWMxLjcsMS4yLDMuNiwxLjksNS45LDEuOXMzLS4zLDQuMi0uOSwyLjItMS40LDMtMi40LDEuNC0yLjEsMS45LTMuM2guM3Y2LjFoMi4xVjExaC0yLjJ2MTUuNmgwWk0xMDQuOCw0MC44Yy0uNywxLjktMS44LDMuNC0zLjEsNC41LTEuNCwxLjEtMywxLjYtNC45LDEuNnMtMy42LS42LTQuOS0xLjZjLTEuNC0xLjEtMi40LTIuNi0zLjEtNC41cy0xLjEtNC0xLjEtNi40LjQtNC41LDEuMS02LjNjLjctMS45LDEuOC0zLjQsMy4xLTQuNCwxLjQtMS4xLDMtMS42LDQuOS0xLjZzMy41LjUsNC45LDEuNiwyLjQsMi41LDMuMSw0LjQsMS4xLDQsMS4xLDYuNC0uNCw0LjUtMS4xLDYuNCIvPgogICAgICAgICAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjExNi40IiB5PSIyMC4zIiB3aWR0aD0iMi4yIiBoZWlnaHQ9IjI4Ii8+CiAgICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExNy41LDExLjljLS41LDAtLjkuMi0xLjMuNS0uMy4zLS41LjgtLjUsMS4ycy4yLjkuNSwxLjIuOC41LDEuMy41LjktLjIsMS4zLS41Yy4zLS4zLjUtLjguNS0xLjJzLS4yLS45LS41LTEuMi0uOC0uNS0xLjMtLjUiLz4KICAgICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQyLjMsMjIuMWMtLjktLjctMS45LTEuMi0zLjEtMS42LTEuMS0uMy0yLjMtLjUtMy42LS41cy0yLjguMi00LjIuN2MtMS4zLjQtMi41LDEuMS0zLjUsMnMtMS44LDItMi4zLDMuM2wyLjEuOGMuNi0xLjQsMS41LTIuNSwyLjktMy40LDEuNC0uOSwzLjEtMS4zLDUuMS0xLjNzNCwuNiw1LjMsMS44YzEuMywxLjIsMS45LDIuOCwxLjksNC45djEuMmMwLC43LS4zLDEuMi0xLDEuNi0uNi4zLTEuNS42LTIuNi44cy0yLjQuMy0zLjguNWMtMS45LjItMy41LjYtNC44LDEtMS40LjQtMi41LDEtMy4zLDEuNnMtMS41LDEuNC0xLjksMi4zYy0uNC45LS42LDEuOS0uNiwzLjEsMCwxLjguNCwzLjMsMS4yLDQuNS44LDEuMiwxLjksMi4yLDMuMiwyLjgsMS4zLjYsMi44LDEsNC40LDFzMi44LS4zLDQtLjgsMi4yLTEuMiwzLjEtMmMuOC0uOSwxLjUtMS44LDItMi45aC4ydjUuMWgyLjJ2LTE5LjZjMC0xLjUtLjMtMi45LS44LTRzLTEuMi0yLTIuMS0yLjdNMTQzLDM3YzAsMS45LS40LDMuNi0xLjEsNS4xLS44LDEuNS0xLjgsMi43LTMuMiwzLjUtMS40LjktMi45LDEuMy00LjcsMS4zcy0zLjYtLjYtNC45LTEuN2MtMS4zLTEuMS0yLTIuNi0yLTQuNXMuMy0yLjEuOS0zYy42LS44LDEuNS0xLjUsMi44LTJzMi45LS45LDUtMS4xYy43LDAsMS40LS4yLDIuMS0uM3MxLjQtLjIsMi4xLS40Yy43LDAsMS4zLS4zLDEuOC0uNXMuOS0uNCwxLjItLjZ2NC4xaDBaIi8+CiAgICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxNzguNiAyOC42IDE1Ni4xIDI4LjYgMTU2LjEgMTEgMTUzLjggMTEgMTUzLjggNDguNCAxNTYuMSA0OC40IDE1Ni4xIDMwLjcgMTc4LjYgMzAuNyAxNzguNiA0OC40IDE4MC45IDQ4LjQgMTgwLjkgMTEgMTc4LjYgMTEgMTc4LjYgMjguNiIvPgogICAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMDcuNCwzOC40YzAsMS43LS40LDMuMS0xLjEsNC4zLS43LDEuMi0xLjcsMi4yLTMsMi44cy0yLjYsMS00LDFjLTIuMywwLTQuMS0uNy01LjUtMi4yLTEuNC0xLjQtMi4xLTMuMy0yLjEtNS43di0xOC40aC0yLjJ2MTguNWMwLDIsLjQsMy44LDEuMiw1LjNzMS45LDIuNiwzLjMsMy40LDMsMS4yLDQuOSwxLjIsMy43LS41LDUuMi0xLjQsMi41LTIuMSwzLjItMy41aC4ydjQuNWgyLjJ2LTI4aC0yLjJ2MTguMWgwWiIvPgogICAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMzUuMiwyMS44Yy0xLjctMS4yLTMuNi0xLjktNS45LTEuOXMtMywuMy00LjIuOS0yLjIsMS40LTMsMi40LTEuNCwyLjEtMS45LDMuM2gtLjJ2LTE1LjZoLTIuMnYzNy40aDIuMnYtNi4xaC4zYy41LDEuMiwxLjEsMi4zLDEuOSwzLjMuOCwxLDEuOCwxLjgsMywyLjQsMS4yLjYsMi42LjksNC4yLjksMi4zLDAsNC4yLS42LDUuOS0xLjksMS43LTEuMiwzLTMsMy45LTUuMS45LTIuMiwxLjQtNC43LDEuNC03LjVzLS41LTUuMy0xLjQtNy41LTIuMi0zLjktMy45LTUuMU0yMzcuMyw0MC44Yy0uNywxLjktMS44LDMuNC0zLjEsNC41LTEuNCwxLjEtMywxLjYtNC45LDEuNnMtMy41LS41LTQuOS0xLjYtMi40LTIuNi0zLjEtNC41LTEuMS00LTEuMS02LjQuNC00LjUsMS4xLTYuNGMuNy0xLjksMS44LTMuMywzLjEtNC40LDEuNC0xLjEsMy0xLjYsNC45LTEuNnMzLjYuNSw0LjksMS42LDIuNCwyLjYsMy4xLDQuNGMuNywxLjksMS4xLDQsMS4xLDYuM3MtLjQsNC41LTEuMSw2LjQiLz4KICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==);
  background-size: 214px 61px;
  flex: 0 0 auto;
  display: inline-block;
  width: 214px;
  height: 61px;
  margin-top: 50px;
  margin-bottom: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI1NC44IDYwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjguNi4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMS4yLjAgQnVpbGQgNzA5KSAgLS0+CiAgPGc+CiAgICA8ZyBpZD0iTGF5ZXJfMSI+CiAgICAgIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXJfMSI+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMzIuNyA0NS4xIDMyLjUgNDUuMSAxOC4xIDExIDE1LjYgMTEgMTUuNiA0OC40IDE3LjggNDguNCAxNy44IDE2LjQgMTggMTYuNCAzMS41IDQ4LjQgMzMuNyA0OC40IDQ3LjIgMTYuNCA0Ny40IDE2LjQgNDcuNCA0OC40IDQ5LjYgNDguNCA0OS42IDExIDQ3LjIgMTEgMzIuNyA0NS4xIi8+CiAgICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNzcsMjMuNmMtMS4xLTEuMi0yLjMtMi4xLTMuNy0yLjdzLTIuOS0uOS00LjUtLjljLTIuMywwLTQuNC42LTYuMiwxLjlzLTMuMiwzLTQuMiw1LjItMS41LDQuNy0xLjUsNy41LjUsNS4zLDEuNSw3LjUsMi41LDMuOSw0LjQsNS4xLDQuMSwxLjksNi42LDEuOSwzLjUtLjMsNC44LS45LDIuNS0xLjQsMy40LTIuM2MuOS0uOSwxLjYtMS45LDItMi44bC0yLS44Yy0uMy43LS45LDEuNC0xLjYsMi4xLS43LjctMS42LDEuNC0yLjcsMS45cy0yLjQuOC0zLjkuOC00LS41LTUuNS0xLjYtMi43LTIuNS0zLjUtNC40Yy0uOC0xLjgtMS4yLTMuOC0xLjItNmgyMS40di0xLjRjMC0yLjEtLjMtNC0uOS01LjZzLTEuNS0zLjEtMi41LTQuM001OS4xLDMyLjhjMC0xLjguNi0zLjUsMS4zLTUuMS44LTEuOCwyLTMuMiwzLjQtNC4yLDEuNS0xLDMuMS0xLjYsNS0xLjZzMy40LjUsNC44LDEuNCwyLjUsMi4zLDMuNCwzLjksMS4yLDMuNSwxLjIsNS41aC0xOS4xWiIvPgogICAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDUuOSwyNi42aC0uMmMtLjQtMS4yLTEtMi4zLTEuOS0zLjMtLjgtMS0xLjgtMS44LTMtMi40cy0yLjYtLjktNC4yLS45LTQuMi42LTUuOSwxLjljLTEuNywxLjItMywzLTMuOSw1LjFzLTEuNCw0LjctMS40LDcuNS41LDUuMywxLjQsNy41LDIuMiwzLjksMy45LDUuMWMxLjcsMS4yLDMuNiwxLjksNS45LDEuOXMzLS4zLDQuMi0uOSwyLjItMS40LDMtMi40LDEuNC0yLjEsMS45LTMuM2guM3Y2LjFoMi4xVjExaC0yLjJ2MTUuNmgwWk0xMDQuOCw0MC44Yy0uNywxLjktMS44LDMuNC0zLjEsNC41LTEuNCwxLjEtMywxLjYtNC45LDEuNnMtMy42LS42LTQuOS0xLjZjLTEuNC0xLjEtMi40LTIuNi0zLjEtNC41cy0xLjEtNC0xLjEtNi40LjQtNC41LDEuMS02LjNjLjctMS45LDEuOC0zLjQsMy4xLTQuNCwxLjQtMS4xLDMtMS42LDQuOS0xLjZzMy41LjUsNC45LDEuNiwyLjQsMi41LDMuMSw0LjQsMS4xLDQsMS4xLDYuNC0uNCw0LjUtMS4xLDYuNCIvPgogICAgICAgICAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjExNi40IiB5PSIyMC4zIiB3aWR0aD0iMi4yIiBoZWlnaHQ9IjI4Ii8+CiAgICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExNy41LDExLjljLS41LDAtLjkuMi0xLjMuNS0uMy4zLS41LjgtLjUsMS4ycy4yLjkuNSwxLjIuOC41LDEuMy41LjktLjIsMS4zLS41Yy4zLS4zLjUtLjguNS0xLjJzLS4yLS45LS41LTEuMi0uOC0uNS0xLjMtLjUiLz4KICAgICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQyLjMsMjIuMWMtLjktLjctMS45LTEuMi0zLjEtMS42LTEuMS0uMy0yLjMtLjUtMy42LS41cy0yLjguMi00LjIuN2MtMS4zLjQtMi41LDEuMS0zLjUsMnMtMS44LDItMi4zLDMuM2wyLjEuOGMuNi0xLjQsMS41LTIuNSwyLjktMy40LDEuNC0uOSwzLjEtMS4zLDUuMS0xLjNzNCwuNiw1LjMsMS44YzEuMywxLjIsMS45LDIuOCwxLjksNC45djEuMmMwLC43LS4zLDEuMi0xLDEuNi0uNi4zLTEuNS42LTIuNi44cy0yLjQuMy0zLjguNWMtMS45LjItMy41LjYtNC44LDEtMS40LjQtMi41LDEtMy4zLDEuNnMtMS41LDEuNC0xLjksMi4zYy0uNC45LS42LDEuOS0uNiwzLjEsMCwxLjguNCwzLjMsMS4yLDQuNS44LDEuMiwxLjksMi4yLDMuMiwyLjgsMS4zLjYsMi44LDEsNC40LDFzMi44LS4zLDQtLjgsMi4yLTEuMiwzLjEtMmMuOC0uOSwxLjUtMS44LDItMi45aC4ydjUuMWgyLjJ2LTE5LjZjMC0xLjUtLjMtMi45LS44LTRzLTEuMi0yLTIuMS0yLjdNMTQzLDM3YzAsMS45LS40LDMuNi0xLjEsNS4xLS44LDEuNS0xLjgsMi43LTMuMiwzLjUtMS40LjktMi45LDEuMy00LjcsMS4zcy0zLjYtLjYtNC45LTEuN2MtMS4zLTEuMS0yLTIuNi0yLTQuNXMuMy0yLjEuOS0zYy42LS44LDEuNS0xLjUsMi44LTJzMi45LS45LDUtMS4xYy43LDAsMS40LS4yLDIuMS0uM3MxLjQtLjIsMi4xLS40Yy43LDAsMS4zLS4zLDEuOC0uNXMuOS0uNCwxLjItLjZ2NC4xaDBaIi8+CiAgICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxNzguNiAyOC42IDE1Ni4xIDI4LjYgMTU2LjEgMTEgMTUzLjggMTEgMTUzLjggNDguNCAxNTYuMSA0OC40IDE1Ni4xIDMwLjcgMTc4LjYgMzAuNyAxNzguNiA0OC40IDE4MC45IDQ4LjQgMTgwLjkgMTEgMTc4LjYgMTEgMTc4LjYgMjguNiIvPgogICAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMDcuNCwzOC40YzAsMS43LS40LDMuMS0xLjEsNC4zLS43LDEuMi0xLjcsMi4yLTMsMi44cy0yLjYsMS00LDFjLTIuMywwLTQuMS0uNy01LjUtMi4yLTEuNC0xLjQtMi4xLTMuMy0yLjEtNS43di0xOC40aC0yLjJ2MTguNWMwLDIsLjQsMy44LDEuMiw1LjNzMS45LDIuNiwzLjMsMy40LDMsMS4yLDQuOSwxLjIsMy43LS41LDUuMi0xLjQsMi41LTIuMSwzLjItMy41aC4ydjQuNWgyLjJ2LTI4aC0yLjJ2MTguMWgwWiIvPgogICAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMzUuMiwyMS44Yy0xLjctMS4yLTMuNi0xLjktNS45LTEuOXMtMywuMy00LjIuOS0yLjIsMS40LTMsMi40LTEuNCwyLjEtMS45LDMuM2gtLjJ2LTE1LjZoLTIuMnYzNy40aDIuMnYtNi4xaC4zYy41LDEuMiwxLjEsMi4zLDEuOSwzLjMuOCwxLDEuOCwxLjgsMywyLjQsMS4yLjYsMi42LjksNC4yLjksMi4zLDAsNC4yLS42LDUuOS0xLjksMS43LTEuMiwzLTMsMy45LTUuMS45LTIuMiwxLjQtNC43LDEuNC03LjVzLS41LTUuMy0xLjQtNy41LTIuMi0zLjktMy45LTUuMU0yMzcuMyw0MC44Yy0uNywxLjktMS44LDMuNC0zLjEsNC41LTEuNCwxLjEtMywxLjYtNC45LDEuNnMtMy41LS41LTQuOS0xLjYtMi40LTIuNi0zLjEtNC41LTEuMS00LTEuMS02LjQuNC00LjUsMS4xLTYuNGMuNy0xLjksMS44LTMuMywzLjEtNC40LDEuNC0xLjEsMy0xLjYsNC45LTEuNnMzLjYuNSw0LjksMS42LDIuNCwyLjYsMy4xLDQuNGMuNywxLjksMS4xLDQsMS4xLDYuM3MtLjQsNC41LTEuMSw2LjQiLz4KICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==);
  background-size: 214px 61px;
}

.login-form input[type=submit] {
  top: 322px;
  color: white;
}

.login-form .link {
  color: #004e79 !important;
}

input[type='checkbox']:checked {
  background: #1E88E5;
}

input[type=checkbox]:checked:disabled {
  background: #97020f;
  opacity: 0.5;
}

input[type=checkbox]:disabled {
  background: #97020f;
  opacity: 0.5;
}

input.form-input-metadata,
textarea.form-input.form-input-metadata,
textarea.form-input-metadata.input-combo {
  color: black;
}

.media-block:hover .img-holder:before,
.media-block:hover .image-holder:before {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: none;
  border-bottom: none;
}

.media-block .popup-block .caption {
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background: transparent !important;
}

.media-block .popup-block .text-watch {
  padding-bottom: 0 !important;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background: transparent !important;
}

.content-panel.live-feed-content .info-filter {
  margin: 8px;
}

.content-panel .info-filter .text-title {
  font-size: 16px;
  margin-right: 5px;
}

.content-panel .info-filter .text-title:hover {
  color: #1E88E5;
}

.content-panel .info-filter .reload {
  margin-left: 8px;
}

.content-panel .info-filter .icon-refresh {
  color: white;
}

.content-panel .info-filter .icon-refresh:hover {
  color: #1E88E5;
}

.content-panel strong.text-title {
  font-size: 16px;
}

a {
  color: #797984;
}

.title.title-filter-carroussel .icon-refresh:hover {
  color: #1E88E5;
}

.content-panel .reload:hover {
  opacity: 1 !important;
}

.title.title-filter-carroussel .icon-refresh {
  color: white;
}

.form input[type="text"]:focus,
.form input[type="search"]:focus,
.form input[type="password"]:focus,
.form input[type="tel"]:focus {
  color: black;
}

.form input[type="text"],
.form input[type="search"],
.form input[type="password"],
.form input[type="tel"] {
  color: black;
}

.form input[type="text"]:focus::-webkit-input-placeholder,
.form input[type="search"]:focus::-webkit-input-placeholder,
.form input[type="password"]:focus::-webkit-input-placeholder,
.form input[type="tel"]:focus::-webkit-input-placeholder {
  color: black;
}

.form input[type="text"]:focus::-moz-placeholder,
.form input[type="search"]:focus::-moz-placeholder,
.form input[type="password"]:focus::-moz-placeholder,
.form input[type="tel"]:focus::-moz-placeholder {
  color: black;
}

.form input[type="text"]:focus:-moz-placeholder,
.form input[type="search"]:focus:-moz-placeholder,
.form input[type="password"]:focus:-moz-placeholder,
.form input[type="tel"]:focus:-moz-placeholder {
  color: black;
}

.form input[type="text"]:focus:-ms-input-placeholder,
.form input[type="search"]:focus:-ms-input-placeholder,
.form input[type="password"]:focus:-ms-input-placeholder,
.form input[type="tel"]:focus:-ms-input-placeholder {
  color: black;
}

.form input[type="text"]:focus.placeholder,
.form input[type="search"]:focus.placeholder,
.form input[type="password"]:focus.placeholder,
.form input[type="tel"]:focus.placeholder {
  color: black;
}

.form #txtSearch:focus,
.form #txtSearch,
.form #txtSearch:focus::-webkit-input-placeholder,
.form #txtSearch:focus.placeholder {
  color: white;
}

i.icon-more_vert {
  font-size: 1.3em;
}

.content-category i.icon-more_vert {
  font-size: 1.5em;
}

i.icon-more_vert {
  color: white !important;
  font-size: 18px;
}

optionsPictureBtnDelete {
  background: red !important;
  margin-right: 5px;
}

.optionsPictureContainer {
  position: fixed;
  bottom: 280px;
  left: 100px;
}

.tagPicturesContainer {
  scrollbar-width: thin;
  overflow-x: scroll;
}

.metadataTabOptionsContainer {
  justify-content: end;
  height: inherit;
  align-items: end;
}

.btnDelete {
  background: red !important;
}

.reloadTags {
  color: white;
  margin-left: 5px;
  font-size: 20px;
}

.tagSortingIcon {
  margin-left: 4px;
  margin-top: 4px;
}

/*
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\

DONT ADD SCSS CODE HERE
THIS IS A LEGACY CODE FILE
ONLY EXISTING CLASS MODIFICATIONS ALLOWED

/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\/!\
 */
.btn, .btn-combo {
  display: inline-block;
  vertical-align: top;
  color: white !important;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  border: 1px solid #333b3f;
  padding: 7px 13px 8px;
  outline: none;
  margin: 0;
}

.btn:hover, .btn-combo:hover {
  background: #0087e6;
  color: #fff;
}

.save-edited-menu-btn {
  padding: 7px 5px;
  display: inline-block;
  border: 1px solid #333b3f;
  border-left: none;
  margin-left: -4px;
}

.edit-bin-menu-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #5aa8e7 !important;
}

.edit-bin-menu-btn :hover {
  opacity: .7 !important;
}

#btnHelpShortcuts,
#btnToggleFullScreen {
  cursor: pointer;
}

.btn.send-to-btn-style, .send-to-btn-style.btn-combo {
  padding: 0;
  padding-right: 10px;
  border: 1px solid #5aa8e7;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 0;
  display: inline-table;
  height: 34px;
  margin: auto;
  padding-left: 12px;
  margin-left: 3px;
}

.btn.send-to-btn-style .btn-content, .send-to-btn-style.btn-combo .btn-content {
  vertical-align: middle;
  display: table-cell;
}

.btn.send-to-btn-style.disabled, .send-to-btn-style.disabled.btn-combo {
  background-color: #C3C3C3;
  cursor: default;
  position: relative;
  pointer-events: none;
}

.btn, .btn-combo {
  background: #1E88E5;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  border: 1px solid #C3C3C3;
  padding: 7px 13px 8px;
  outline: none;
  margin: 0;
}

.btn.news, .news.btn-combo {
  background-color: #1E88E5;
  margin-top: 5px;
  margin-left: 10px;
}

.btn:not([disabled='disabled']):hover, .btn-combo:not([disabled='disabled']):hover, .btn.active, .active.btn-combo {
  background: #5aa8e7;
  color: white;
}

.btn :not([disabled='disabled']):hover, .btn-combo :not([disabled='disabled']):hover {
  background: white !important;
  color: #1E88E5 !important;
}

.btn :not([disabled='disabled']):hover div i, .btn-combo :not([disabled='disabled']):hover div i {
  background: white !important;
  color: #1E88E5 !important;
}

.bin-list-addi {
  color: #797984;
  font-size: 13px;
}

.btn-list .icon-repeat,
.btn-list .icon-ban,
.btn-list .icon-eye-slash {
  margin-right: 3px;
  color: #1E88E5;
}

.btn-list a:hover {
  cursor: pointer;
}

.btn-list a:hover .icon-repeat,
.btn-list a:hover .icon-ban,
.btn-list a:hover .icon-eye-slash {
  color: white;
}

.menu-content-btn {
  display: flex;
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.menu-content-btn .save-btn, .menu-content-btn .cancel-btn {
  position: relative;
  flex: 1;
  width: 100%;
}

.btn-combo {
  width: 100%;
}

a.btn.btn-clear-bin, a.btn-clear-bin.btn-combo {
  padding: 6px;
  text-transform: uppercase;
  border: 0;
  margin: 0;
}

a.btn.btn-clear-bin[disabled='disabled'], a.btn-clear-bin.btn-combo[disabled='disabled'] {
  background-color: #1E88E5 !important;
  color: white !important;
  cursor: default;
  position: relative;
  pointer-events: none;
  opacity: 0.48;
  border: 0;
}

.btn.validate-email, .validate-email.btn-combo,
.validate-email.btn-combo {
  display: inline-block;
  vertical-align: sub;
  padding: 3px 7px 2px 0px;
  background: #1E88E5;
  color: #fff;
}

.btn.validate-email[disabled=disabled], .validate-email.btn-combo[disabled=disabled], .btn.validate-email[disabled=disabled]:hover, .validate-email.btn-combo[disabled=disabled]:hover,
.validate-email.btn-combo[disabled=disabled],
.validate-email.btn-combo[disabled=disabled]:hover {
  background-color: #8f989c;
}

img.reaction-btn {
  height: 16px;
  width: 16px;
  opacity: .4;
}

img.reaction-btn.selected {
  opacity: 1;
}

.primary-btn-color {
  color: #0078d0;
  background-color: #0078d0;
}

.btn, .btn-combo,
filter-criteria-menu-component .btn,
filter-criteria-menu-component .btn-combo,
filter-criteria-menu-component .btn-combo, bulk-update-component .btn, bulk-update-component .btn-combo,
bulk-update-component .btn-combo,
video-download-component .btn,
video-download-component .btn-combo,
video-download-component .btn-combo,
video-sendto-component .btn,
video-sendto-component .btn-combo,
video-sendto-component .btn-combo,
critical-news-component .content-wrap.news-content .news-read-btn,
video-delete-component .btn,
video-delete-component .btn-combo,
video-delete-component .btn-combo {
  border-radius: 5px;
  border: none;
  background: #1E88E5;
}


video-sendto-component .btn .btn-content,
video-sendto-component .btn-combo .btn-content,
video-sendto-component .btn-combo .btn-content,
.action-hub-group .btn .btn-content,
.action-hub-group .btn-combo .btn-content,
.action-hub-group .btn-combo .btn-content,
video-sendto-component[disabled='disabled'] .btn,
video-sendto-component[disabled='disabled'] .btn-combo,
video-sendto-component[disabled='disabled'] .btn-combo,
.action-hub-group[disabled='disabled'] .btn,
.action-hub-group[disabled='disabled'] .btn-combo,
.action-hub-group[disabled='disabled'] .btn-combo, bulk-update-component[disabled='disabled'] .btn, bulk-update-component[disabled='disabled'] .btn-combo,
bulk-update-component[disabled='disabled'] .btn-combo,
video-download-component[disabled='disabled'] .btn,
video-download-component[disabled='disabled'] .btn-combo,
video-download-component[disabled='disabled'] .btn-combo,
blackbird-edit-component[disabled='disabled'] .btn,
blackbird-edit-component[disabled='disabled'] .btn-combo,
blackbird-edit-component[disabled='disabled'] .btn-combo,
video-delete-component[disabled='disabled'] .btn,
video-delete-component[disabled='disabled'] .btn-combo,
video-delete-component[disabled='disabled'] .btn-combo {
  display: flex;
  align-items: center;
}

.btn.share-bin, .share-bin.btn-combo {
  padding: 10px 13px 8px 15px;
}

.btn .send-to .btn-clear-all, .btn-combo .send-to .btn-clear-all {
  margin-left: 10px;
}

.active.btn-combo {
  background: white !important;
  color: #1E88E5 !important;
}

.btn-combo {
  background-color: #1E88E5;
}

.btn-combo:not([disabled='disabled']):hover {
  background: white !important;
  color: #1E88E5 !important;
}

.btn-combo:hover {
  background-color: white !important;
  color: #1E88E5 !important;
}

.btn.active, .active.btn-combo {
  background: #1E88E5 !important;
}

.btn:not([disabled='disabled']):hover, .btn-combo:not([disabled='disabled']):hover {
  background: white !important;
  color: #1E88E5 !important;
}

button[disabled='disabled'] {
  background-color: #C3C3C3 !important;
  color: white !important;
  cursor: default;
  pointer-events: none;
  opacity: 0.9;
}

.loading-image {
  width: 24px;
  height: 24px;
  background-image: url(data:image/gif;base64,R0lGODlhGAAYAPAAAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/hoiQ3JlYXRlZCB3aXRoIENoaW1wbHkuY29tIgAh+QQJBQAAACwAAAAAGAAYAAACQ4SPqXvhD9mCURp3KQY7VZ11oahQCMiYI1l+laW+FveMc1Pf+s73OJvKqWAu2eQ1POZWxKWNVgwcV0LpTAMMYq2+WwEAIfkECQUAAAAsAAAAABgAGAAAAkOEj6mL4f9YCwBaaWK1Li+YcSE1gZI5ah8qYtemniaKwWS9dvjOu3Fv481ojFdLpnoVacTEcZTSNCtRqQ4pumKVwF0BACH5BAkFAAAALAAAAAAYABgAAAJGhI+pm+HvGHoGWgmrjWyDHRzh5DUip2UYlbIre0ntKHdurah4Dt/7ifoBacIZLlZ6oXS2m4s4C36GlCSvxGyARr7FtgguAAAh+QQJBQAAACwAAAAAGAAYAAACSISPqXsR4KJjSBppGb54rv6AWqd40NNs1Imy0eqi6jpfcOq1N5e/e5a5AX07m6uoiwmHRMqsOWqaTLhgQiT6ZGvXLVS7oRZ3BQAh+QQJBQAAACwAAAAAGAAYAAACSISPqXsR7RxD8ZkaJ4bYps5VS+dxDbVNV5mqIqquGVDGsvXabx7vsz7juYI/2+VWG9WEDJ4EWPQUkc8PiKq80pihH9fqTRptBQAh+QQJBQAAACwAAAAAGAAYAAACR4SPqXvh7QJD8ZlqF5Z3a9+BEKaQiVhOnTquLBWF3FvJrw3Ut67Tcf7zWXosXnDHOapmDGaJKHMCTSPqRjrtoU5W6CejvN0KACH5BAkFAAAALAAAAAAYABgAAAJKhI+pe+HtAkPxmWoXlndr34EUpohjVqIAd01l6KZcFUMWXa9RyMY4XvvtckLVpJiztRrJVWLIgJ6kPOMmc/2Qqr3nVkfVssJNVwEAIfkECQUAAAAsAAAAABgAGAAAAkiEj6l74dEcQ+9FyyoGGqouGeCifV3mkdU1Jen1tqK3ynNY23Uu71uP4bV8IV0wBixGbJxiaYK8CZs/2AYUPUmrlJx26OQybQUAIfkECQUAAAAsAAAAABgAGAAAAkqEj6l74d4CQ69GyKo1emoMfInEgddWNh6KTuFzkq750i5X2hlcy/fWmvGCK4zvljvqRiyiosn7+T7HmorSSUaf0Oyiu93FkGRFAQAh+QQJBQAAACwAAAAAGAAYAAACR4SPqXvhH4BjCEJzqX04sx2BydQpYkNSkmepHbfCahtHLjbKN17v/X/L2HxAXhBGmwmTH5ZHk6rpSlRU69REYhfLzVEaJd4KACH5BAkFAAAALAAAAAAYABgAAAJGhI+pe+HvmILUPGlpBHCFpnEVcllTCG7SKHbYyK6uizF0far4/pY86ftlNjHbrJhTIRM3zYeZYlacDU/J+ZQ9sdkaVvgrAAAh+QQJBQAAACwAAAAAGAAYAAACQ4SPqXvh/9iCFDgZDI32Kr5lnddwzIZUGFSy0uipr+q+Gmja+s73/h3LzXDCiQs1NMmMOeRJeEQWR0DaCra0hUg/WwEAOw==);
  position: absolute;
  bottom: 11px;
  right: 7px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.flex-cols {
  display: flex;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.flex-cols > .col {
  padding-left: 5px;
  padding-right: 5px;
  flex-grow: 1;
}

.margin-0 {
  margin: 0;
}

.text-right {
  text-align: right;
}

.width-100, .optionsPictureContainer {
  width: 100%;
}

.width-70 {
  width: 70%;
}

.no-overflow {
  overflow: hidden !important;
}

.fixed {
  position: fixed !important;
}

.initial {
  position: initial !important;
}

.flex, .flex-center, .step-shortcuts-container {
  display: flex !important;
}

.mh-flex-auto, .header-btns-container {
  display: flex !important;
  flex: auto !important;
}

.mh-flex, .optionsPictureContainer, .tagPicturesContainer, .metadataTabOptionsContainer, .listTagContainer, .tagContainer, .headerListTag, .tagProperty, .listTagPicturesContainer, .lisTagOptionsContainer {
  display: flex !important;
}

.flex-column, .step-shortcuts-container {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap, .header-btns-container {
  flex-wrap: wrap;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-basis-0 {
  flex-basis: 0;
}

.align-items-center, .flex-center, .listTagContainer, .tagContainer, .tagProperty, .header-btns-container {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.justify-content-end, .lisTagOptionsContainer {
  justify-content: end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.flex-align-h-center, .step-shortcuts-container {
  justify-content: center;
}

.gap-0-5-em {
  gap: 0.5em;
}

.fw-bold {
  font-weight: bold;
}

.ml-4-px {
  margin-left: 4px;
}

.mr-4-px {
  margin-right: 4px;
}

.mr-10-px {
  margin-right: 10px;
}

.pt-40-px {
  padding-top: 40px;
}

.pr-10-px {
  padding-right: 10px;
}

.pt-8-px {
  padding-top: 8px;
}

.full-width {
  width: 100% !important;
}

.mw-310-px {
  min-width: 310px;
}

.position-absolute {
  position: absolute;
}

.list-style-none {
  list-style: none;
}

.w-50-p {
  width: 50%;
}

.h-100-p {
  height: 100%;
}

.right-text-align, .refresh-info-text {
  text-align: right;
}

.relative {
  position: relative;
}

.margin-lft-sm {
  margin-left: 7px;
}

.margin-lft-m {
  margin-left: 12px;
}

.margin-btm-sm {
  margin-bottom: 7px;
}

.padding-btm-sm {
  padding-bottom: 7px;
}

.padding-left-xs {
  padding-left: 5px;
}

.padding-left-s {
  padding-left: 9px;
}

.padding-left-m {
  padding-left: 15px;
}

.padding-left-l {
  padding-left: 18px;
}

.padding-right-m {
  padding-right: 15px;
}

.padding-right-l {
  padding-right: 18px;
}

.margin-btm-m {
  margin-bottom: 12px;
}

.padding-btm-m, .wizard-body {
  padding-bottom: 12px;
}

.padding-btm-s {
  padding-bottom: 5px;
}

.padding-btm-xl {
  padding-bottom: 25px;
}

.padding-top-m, .wizard-body {
  padding-top: 12px;
}

.padding-bottom-s {
  padding-bottom: 7px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-s {
  padding-top: 7px;
}

.margin-btm-xsm {
  margin-bottom: 3px;
}

.margin-top-xsm {
  margin-top: 3px;
}

.margin-top-sm {
  margin-top: 7px;
}

.margin-top-m {
  margin-top: 12px !important;
}

.margin-top-xl {
  margin-top: 25px;
}

.inline-flex {
  display: inline-flex;
}

.padding-sm {
  padding: 5px;
}

.padding-10 {
  padding: 9px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-m, .listTagContainer, .tagContainer, .header-btns-container {
  padding: 15px;
}

.margin-right-sm {
  margin-right: 5px !important;
}

.margin-right-m {
  margin-right: 15px !important;
}

.margin-right-100prct {
  margin-right: 100%;
}

.margin-left-xsm {
  margin-left: 3px;
}

.margin-left-sm {
  margin-left: 5px !important;
}

.margin-left-7 {
  margin-left: 7px;
}

.margin-left-m {
  margin-left: 15px;
}

.margin-left-l {
  margin-left: 30px;
}

.width-max-content {
  width: max-content;
}

.min-height-180 {
  min-height: 180px;
}

.position-inherit {
  position: inherit !important;
}

.width-90prct {
  width: 90%;
}

.height-400 {
  height: 350px !important;
}

.height-100pr {
  height: 100%;
}

.height-200 {
  height: 200px;
}

.width-auto {
  width: auto;
}

.margin-auto {
  margin: auto;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-right {
  margin-right: 0;
}

.max-width-90prct {
  max-width: 90%;
}

.nowrap, .tagPicturesContainer {
  white-space: nowrap;
}

.wrap {
  flex-wrap: wrap;
  align-content: flex-end;
}

.width-50-prct {
  width: 50%;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top-minus10 {
  margin-top: -10px;
}

.align-self-center {
  align-self: center;
}

.top-85 {
  top: 85px !important;
}

.auto-h {
  height: auto !important;
}

.max-width-98prct {
  max-width: 98%;
}

.n-margin-left-sm {
  margin-left: -5px;
}

.margin-top-22 {
  margin-top: 22px;
}

.max-min-width {
  min-width: 100%;
}

.max-height {
  height: 100%;
}

.min-width-fit {
  min-width: fit-content !important;
}

.align-center-fit-content {
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.align-items-baseline {
  align-items: baseline;
}

.max-width-100 {
  max-width: 100%;
}

.width-100, .optionsPictureContainer {
  width: 100%;
}

.display-auto {
  display: auto;
}

.display-inline-flex {
  display: inline-flex;
}

.custom-flex-0 {
  flex: 0 !important;
}

.full-width {
  width: 100%;
}

.width-30prct {
  width: 30%;
}

.font-size-m {
  font-size: 15px;
}

.flex-end {
  align-items: flex-end;
}

.overflow-auto {
  overflow: auto;
}

.flex-cols .title {
  font-size: 15px;
  color: #797984;
}

.flex-cols .view-list,
.content-header-media-action .view-list {
  text-align: center;
  margin: 10px 0 0;
}

.flex-cols .view-list li,
.content-header-media-action .view-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
}

.flex-cols .view-list li.active a,
.content-header-media-action .view-list li.active a {
  color: #fff;
}

.flex-cols .view-list li a,
.content-header-media-action .view-list li a {
  background: #333b3f;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
}

.flex-cols .view-list li .fa,
.content-header-media-action .view-list li .fa {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
}

.flex-cols .col-form {
  text-align: center;
  margin: 10px 0 0;
}

.flex-cols input[type="reset"],
.flex-cols .reset {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 16px;
  width: 86px;
  height: 34px;
  text-align: center;
  color: #C3C3C3;
  border: 1px solid #C3C3C3;
  padding: 0;
  background: none;
  margin: 0 7px 0 0;
}

.flex-cols input[type="reset"]:hover,
.flex-cols .reset:hover {
  opacity: .8;
}

.flex-cols input[type="reset"].btn-clear-bin {
  display: inline-block;
  border: 1px solid #615f5f;
  width: 100%;
  color: #615f5f;
  font-weight: bold;
  text-transform: uppercase;
}

.flex-cols input[type="reset"].btn-clear-bin[disabled='disabled'] {
  background-color: #1E88E5 !important;
  color: rgba(255, 255, 255, 0.88);
  cursor: default;
  position: relative;
  pointer-events: none;
  opacity: 0.48;
}

.vertical-align {
  margin-top: auto;
  margin-bottom: auto;
}

.md-chips {
  padding: 0 0;
}

md-menu-content md-menu-item i {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 8px 0 0;
  position: relative;
}

.md-chips .md-chip-input-container {
  background: white;
  margin: 0 0 !important;
  width: 100%;
}

.md-chips .md-chip-input-container input {
  width: 100%;
}

md-chips .md-chips {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.md-chip {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

md-chips.md-default-theme .md-chips.md-focused,
md-chips .md-chips.md-focused {
  box-shadow: 0 2px gray !important;
}

md-chips.md-default-theme md-chip.md-focused,
md-chips md-chip.md-focused {
  background: gray;
  color: rgba(255, 255, 255, 0.87);
}

.md-scroll-mask {
  display: none;
}

md-menu > a {
  cursor: pointer;
}

.md-open-menu-container.md-active {
  z-index: 5000;
}

.md-open-menu-container {
  overflow: initial;
  max-height: 100vh;
}

md-menu-content.save-edited-menu {
  width: 175px;
}

md-menu-content.save-edited-menu a,
md-menu-content.edit-filter-menu a,
md-menu-content.edit-bin-menu a,
md-menu-content.edit-transfer-clip-menu a {
  cursor: pointer;
}

.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  margin-top: 30px;
}

.edit-filter-menu md-menu-item,
.save-edited-menu md-menu-item,
.edit-bin-menu-content md-menu-item {
  height: 34px;
  min-height: 34px;
}

.edit-bin-menu md-menu-item,
.save-edited-menu md-menu-item,
.edit-bin-menu-nav md-menu-item {
  height: 34px;
  min-height: 34px;
}

.md-open .filter-title::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 1px;
  background: #5aa8e7;
  /*display: none;*/
}

.md-datepicker-calendar-pane {
  z-index: 10000;
}

md-menu-content.user-menu {
  padding: 0;
  border: none;
  background: white;
}

md-menu-content.md-menu-no-height {
  max-height: initial;
}

.md-dialog-fullscreen {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

md-dialog.md-default-theme,
md-dialog {
  border-radius: 0;
  max-height: 100%;
}

.md-autocomplete-suggestions-container li:hover {
  background: rgba(143, 24, 56, 0.3);
}

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

md-switch {
  margin: 0px;
}

md-switch.md-default-theme.md-checked.md-primary .md-thumb,
md-switch.md-checked.md-primary .md-thumb {
  background-color: #5aa8e7;
}

md-switch.md-default-theme.md-checked.md-primary .md-bar,
md-switch.md-checked.md-primary .md-bar {
  background-color: rgba(0, 135, 230, 0.5);
}

md-dialog[aria-label="Important news ..."],
md-dialog[aria-label="Important information ..."] {
  overflow: visible;
}

md-autocomplete md-autocomplete-wrap {
  height: 28px;
}

/* MD-RADIO buttons*/
md-radio-button.md-default-theme.md-checked .md-off,
md-radio-button.md-checked .md-off {
  border-color: #0087e6 !important;
}

md-radio-button.md-default-theme .md-on,
md-radio-button .md-on {
  background-color: #58b0ed !important;
}

.md-autocomplete-suggestions-container {
  z-index: 100000 !important;
}

.md-dialog-container {
  height: 100% !important;
}

.md-select-menu-container {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

md-select-menu.md-default-theme md-content md-option[selected],
md-select-menu md-content md-option[selected],
md-select-menu.md-default-theme md-content md-option[selected]:focus,
md-select-menu md-content md-option[selected]:focus {
  color: #1E88E5;
}

.md-checkbox-enabled.md-default-theme[selected] .md-icon,
.md-checkbox-enabled[selected] .md-icon,
md-checkbox.md-checked .md-icon {
  background-color: #1E88E5;
}

md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  color: white !important;
}

md-radio-button.md-checked > .md-label > i {
  color: #1E88E5 !important;
}

md-radio-button .md-on,
md-radio-button.md-default-theme .md-on {
  color: #1E88E5 !important;
}

md-input-container {
  margin: 0 0;
}

md-menu-item a.btn, md-menu-item a.btn-combo {
  display: none;
}

md-menu-item .min-width-btn .icon-download {
  color: #797984 !important;
}

md-menu-item .min-width-btn {
  display: inline-block;
}

md-menu-item video-share-component .icon-share-alt {
  margin-left: 8px;
  margin-right: 5px;
  padding-right: 5px;
  margin-top: 2px;
  color: #797984 !important;
}

.downloads-list md-progress-linear {
  padding-top: 6px !important;
}

.downloads-list md-progress-linear .md-bar {
  background-color: #1E88E5;
}

.downloads-list md-progress-linear .md-container {
  background-color: rgba(0, 129, 200, 0.4);
}

md-select-header.demo-select-header {
  display: block;
  width: calc(100% - 15px);
  height: 30px;
  background: white;
  z-index: 50000;
  position: fixed;
}

md-select-header.demo-select-header input {
  width: 100%;
}

md-optgroup {
  padding-top: 10px;
}

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

.kw-chips .md-chips md-chip .md-chip-remove {
  text-align: center;
  width: 12px;
  height: 12px;
  min-width: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  position: relative;
  margin-top: 4px;
}

.kw-chips .md-chips md-chip .md-chip-remove-container {
  position: absolute;
  right: 0;
  line-height: 12px;
  padding-right: 3px;
}

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

.kw-chips .md-chips md-chip md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  fill: currentColor;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
}

.md-autocomplete-metadata .md-autocomplete-suggestions-container.search-container {
  max-height: 80vh !important;
}

.md-autocomplete-metadata .md-autocomplete-suggestions-container {
  min-height: 70px;
  max-height: 80vh !important;
  height: auto !important;
}

.md-autocomplete-metadata .md-autocomplete-suggestions-container .md-virtual-repeat-offsetter {
  margin-top: 20px;
}

.md-dialog-container:has(~ md-virtual-repeat-container:not(.ng-hide)) video-infos-component .tab-content {
  overflow: hidden;
}

.md-dialog-container:has(~ md-virtual-repeat-container:not(.ng-hide)) md-dialog {
  overflow: hidden;
}

.only-my-pp-toggle md-switch.md-default-theme.md-checked:not([disabled]).md-primary .md-bar,
md-switch.md-checked:not([disabled]).md-primary .md-bar {
  background-color: #417bd2 !important;
}

.only-my-pp-toggle md-switch.md-default-theme.md-checked:not([disabled]).md-primary .md-ink-ripple,
md-switch.md-checked:not([disabled]).md-primary .md-ink-ripple {
  background-color: #417bd2 !important;
}

md-tabs {
  min-height: 300px !important;
}

md-tabs md-ink-bar {
  background: #5aa8e7;
}

.md-button.md-fab {
  background-color: #1E88E5;
}

.md-button.md-fab:not([disabled]):hover {
  background-color: #1E88E5;
}

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

md-chips.md-chips-wizard .md-chip-input-container {
  line-height: 40px;
}

md-chips.md-chips-wizard .md-autocomplete-autoclipping {
  height: 40px;
}

md-chips.md-chips-wizard .md-autocomplete-autoclipping md-autocomplete-wrap {
  height: 40px !important;
  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-chips.md-chips-wizard .md-autocomplete-autoclipping input {
  font-size: 14px;
  box-sizing: border-box;
  border: none !important;
  box-shadow: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0 15px !important;
  line-height: 40px !important;
}

md-chips.md-chips-wizard .md-chips md-chip {
  line-height: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}

md-chips.md-chips-wizard .md-chips md-chip .md-chip-remove-container {
  line-height: 32px;
  display: flex;
  right: 4px;
}

md-chips.md-chips-wizard .md-chips md-chip .md-chip-remove {
  width: 20px;
  height: 20px;
}

md-chips.md-chips-wizard .md-chips md-chip .md-chip-remove md-icon {
  height: 20px;
  width: 20px;
  min-width: auto;
  min-height: auto;
}

md-chips.md-chips-wizard .md-chips md-chip:last-of-type {
  margin-bottom: 8px;
}

md-chips.md-chips-wizard md-autocomplete.md-autocomplete-autoclipping[disabled]:not([md-floating-label]) {
  background: whitesmoke;
}

.md-button.md-default-theme.md-accent[disabled],
.md-button.md-accent[disabled],
.md-button.md-default-theme.md-fab[disabled],
.md-button.md-fab[disabled],
.md-button.md-default-theme.md-raised[disabled],
.md-button.md-raised[disabled],
.md-button.md-default-theme.md-warn[disabled],
.md-button.md-warn[disabled],
.md-button.md-default-theme[disabled],
.md-button[disabled] {
  background-color: #1E88E5 !important;
  opacity: 0.48;
  color: rgba(255, 255, 255, 0.88);
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.447059) inset, 0 -20px 10px -20px rgba(0, 0, 0, 0.447059) inset;
}

md-menu-item .min-width-btn {
  display: flex;
}

md-tooltip.tooltip-large {
  max-width: 325px !important;
}

md-toast .md-toast-content {
  padding: 10px !important;
  border-radius: 5px !important;
  border: 1px solid red;
  max-height: 100%;
}

md-progress-linear.md-default-theme .md-bar {
  background-color: #1E88E5;
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-default-theme .md-select-value {
  color: #1E88E5 !important;
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-default-theme .md-select-value.md-select-placeholder {
  color: #1E88E5 !important;
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value {
  color: #1E88E5 !important;
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
  color: #1E88E5 !important;
}

.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #1E88E5;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #1E88E5;
  color: rgba(255, 255, 255, 0.87);
  border-color: transparent;
}

.md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #1E88E5;
  color: rgba(255, 255, 255, 0.87);
  border-color: transparent;
}

.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #1E88E5;
  color: rgba(255, 255, 255, 0.87);
  border-color: transparent;
}

.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #1E88E5;
  color: rgba(255, 255, 255, 0.87);
  border-color: transparent;
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  background: #272c2e;
}

md-menu-item:has(> a#info_licensing) {
  display: none;
}

.md-toast-content {
  padding: 10px !important;
  border-radius: 5px !important;
  border: 1px solid red;
}

.toast-info .md-toast-content {
  border: 1px solid blue;
}

.toast-warning .md-toast-content {
  border: 1px solid orange;
}

.toast-success .md-toast-content {
  border: 1px solid green;
}

.toast-danger .md-toast-content {
  border: 1px solid red;
}

.delete-toast-content {
  display: flex;
  flex-direction: column;
}

.md-cancel-button {
  color: #1E88E5 !important;
  background: #ebebeb !important;
}

.md-cancel-button:hover {
  background: rgba(235, 235, 235, 0.2) !important;
}

.md-confirm-button {
  background: #5aa8e7 !important;
  color: white !important;
}

.md-confirm-button:hover {
  background: white !important;
  color: #5aa8e7 !important;
}

@media (max-width: 411px) {
  .content-panel .info-filter .text-title {
    font-size: 11px;
    display: none;
  }
}

@media (min-width: 480px) {
  .list-view-blocks .image-holder {
    width: 225px;
    float: left;
  }
  .list-view-blocks .description-area {
    padding: 10px 10px 0 10px;
  }
}

.icon-search-mobile:before {
  content: "\e916";
  color: black;
}

@media (min-width: 640px) {
  .videos-slideshow .prev,
  .videos-slideshow .next {
    top: 120px;
    width: 40px;
    height: 140px;
  }
  .videos-slideshow .prev .arrow,
  .videos-slideshow .next .arrow {
    width: 40px;
    height: 139px;
  }
  .videos-slideshow .slides {
    max-width: 480px;
  }
  .tab-content .scrollable-area {
    max-height: 243px;
    min-height: 243px;
  }
  .info-list .title-text, .subtitles-list .title-text {
    width: 98px;
  }
  .related-section .title-row {
    padding: 13px 47px;
    max-width: none;
  }
  .thumbnails-carousel {
    padding: 0 42px;
    margin: 0 0 -57px;
    max-width: none;
  }
  .thumbnails-carousel .slide {
    width: 278px;
  }
  .list-view-blocks .remove-btn {
    display: inline-block;
    margin: 0 3px 0 0;
  }
  .list-view-blocks .jcf-select {
    display: inline-block;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .account-panel > ul {
    margin: 0;
  }
}

@media (min-width: 768px) {
  #header {
    min-height: 60px;
    padding: 0;
  }
  .header-left {
    float: left;
    width: 210px;
    margin: 0 15px 0 0;
    padding: 9px 0 0 15px;
    min-height: 60px;
    border-right: 1px solid #e8e8e8;
  }
  #nav {
    margin: 20px 18px 0 0;
  }
  #nav .dropdown, #nav .slide-block filters-content-component .sub-filter-dropdown {
    display: none;
  }
  #nav .hover .dropdown, #nav .hover .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .hover .sub-filter-dropdown {
    display: block;
  }
  .dropdown, #nav .slide-block filters-content-component .sub-filter-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .hover .dropdown, .hover #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .hover .sub-filter-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-drop .nav-wrap {
    padding: 28px 0;
  }
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    left: 0;
  }
  .header-info {
    display: block;
    float: right;
    max-width: 475px;
  }
  .header-info .column {
    display: inline-block;
    vertical-align: top;
  }
  .header-info .list-links {
    padding: 10px 0 0;
  }
  .header-info .list-info {
    border: none;
    padding: 15px 0;
  }
  .header-info .list-info a {
    padding: 5px;
  }
  .header-info .list-info a:after {
    bottom: -16px;
  }
  .item-count {
    top: -7px;
  }
  .item-count .large {
    top: -10px;
  }
  .account-panel .dropdown, .account-panel #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .account-panel .sub-filter-dropdown {
    margin: 0;
  }
  .account-panel > ul {
    margin: 0;
  }
  #main {
    padding-top: 59px;
  }
  .nav-drop:has(.news-nav), .nav-drop:has(.transfert-nav-wrapper) {
    width: 210px;
  }
  .nav-drop {
    border-right: 1px solid #333b3f;
    top: 60px;
    left: -210px;
    width: 210px;
    right: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .content-panel .title-block {
    margin-bottom: 5px;
  }
  .content-panel .info-filter {
    width: 70%;
  }
  .content-panel .info-filter .text-title {
    display: inline-block;
    vertical-align: top;
  }
  .content-panel .info-load {
    width: 30%;
  }
  .filter-option .list-filter {
    float: left;
    font-size: 12px;
    line-height: 25px;
    margin: 0 10px 0 0;
    padding: 5px 0 0;
  }
  .filter-option .list-filter > li {
    display: inline-block;
    margin: 0;
  }
  .filter-option .dropdown, .filter-option #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option .sub-filter-dropdown {
    width: 252px;
  }
  .form.search-form {
    float: left;
    padding: 15px 0 0;
  }
  .list-view-blocks {
    padding: 0 0 30px;
  }
  .list-view-blocks .image-holder {
    width: 210px;
  }
  .list-view-blocks .description-area .title {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .header-left {
    width: 240px;
    margin: 0 30px 0 0;
  }
  #nav .navigation > li > a i.copy {
    left: 30px;
  }
  #nav .nav-block {
    margin-bottom: 25px;
  }
  .header-info {
    max-width: 1900px;
  }
  .header-info .list-links {
    padding: 12px 10px 0 0;
  }
  .header-info .list-links a {
    width: 22px;
    height: 22px;
  }
  .header-info .list-links > li {
    padding: 8px 3px 10px;
  }
  .header-info .list-info > li {
    padding: 0 15px;
  }
  .header-info .list-info > li img {
    width: 20px;
    height: 20px;
  }
  .header-info .list-info a:after {
    bottom: -15px;
    left: -8px;
    right: -8px;
  }
  .account-panel > ul > li {
    padding: 0 15px;
  }
  .account-panel > ul > li a {
    padding: 0 20px 0 0;
  }
  .nav-active:has(.nav-drop .news-nav) .nav-drop, .nav-active:has(.nav-drop .transfert-nav-wrapper) .nav-drop {
    width: 240px;
  }
  .nav-drop {
    width: 240px;
    left: -240px;
  }
  .filter-option .list-filter {
    font-size: 14px;
    line-height: 25px;
    margin: 0 20px 0 0;
  }
  .form.search-form {
    padding-top: 10px;
  }
  .form.search-form input[type="search"] {
    padding: 5px 55px 5px 15px;
    font-size: 14px;
    line-height: 18px;
    height: 25px;
  }
  .form.search-form button .ico {
    width: 19px;
    height: 19px;
    margin: -1px 0 0;
  }
  .flex-cols .jcf-select {
    margin: 0 26px 0 0;
  }
  .flex-cols .view-list {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0;
  }
  .flex-cols .view-list {
    margin: 0 -6px 0 0;
  }
  .flex-cols .col-form {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0;
  }
  .flex-cols.filter-block {
    padding: 9px 0 19px;
    display: flex;
  }
  .flex-cols.filter-block > .col {
    text-align: left;
  }
  .flex-cols.filter-block > .col:last-child {
    text-align: right;
  }
  .list-view-blocks .image-holder {
    width: 247px;
  }
  .list-view-blocks .description-area {
    padding: 17px 25px 0 25px;
  }
  .list-view-blocks .description-area .duration {
    letter-spacing: .1px;
    margin: 0 0 5px;
  }
  .list-view-blocks .description-area .clip,
  .list-view-blocks .description-area .text {
    letter-spacing: .1px;
  }
  .list-view-blocks .btns-holder {
    padding: 26px 0 0;
  }
  .filter-option .dropdown, .filter-option #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .filter-option .sub-filter-dropdown {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .form.search-form {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .nav-drop {
    border-right: 1px solid #333b3f;
    top: 46px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    left: 0;
  }
  .header-info:before,
  .header-info:after {
    display: none;
  }
}

@media (max-width: 1420px) {
  body.player-actions-right-4 video-player-component a.btn:not(.btn-metadata), body.player-actions-right-4 video-player-component a.btn-combo:not(.btn-metadata),
  body.player-actions-right-4 video-player-component .active.btn-combo,
  body.player-actions-right-4 video-player-component .btn-combo:not([disabled='disabled']):hover,
  body.player-actions-right-4 video-player-component .btn.active,
  body.player-actions-right-4 video-player-component .active.btn-combo,
  body.player-actions-right-4 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.player-actions-right-4 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.player-actions-right-4 video-player-component a.btn:not(.btn-metadata) .btn-content, body.player-actions-right-4 video-player-component a.btn-combo:not(.btn-metadata) .btn-content,
  body.player-actions-right-4 video-player-component .active.btn-combo .btn-content,
  body.player-actions-right-4 video-player-component .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.player-actions-right-4 video-player-component .btn.active .btn-content,
  body.player-actions-right-4 video-player-component .active.btn-combo .btn-content,
  body.player-actions-right-4 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.player-actions-right-4 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.player-actions-right-4 video-player-component a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.player-actions-right-4 video-player-component a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.player-actions-right-4 video-player-component .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-4 video-player-component .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.player-actions-right-4 video-player-component .btn.active .btn-content .btn-content-title,
  body.player-actions-right-4 video-player-component .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-4 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.player-actions-right-4 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.player-actions-right-4 video-player-component a.btn:not(.btn-metadata) + md-menu, body.player-actions-right-4 video-player-component a.btn-combo:not(.btn-metadata) + md-menu,
  body.player-actions-right-4 video-player-component .active.btn-combo + md-menu,
  body.player-actions-right-4 video-player-component .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.player-actions-right-4 video-player-component .btn.active + md-menu,
  body.player-actions-right-4 video-player-component .active.btn-combo + md-menu,
  body.player-actions-right-4 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.player-actions-right-4 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
}

@media (min-width: 1421px) {
  body.player-actions-right-4 video-player-component .btn-send-to-tooltip {
    display: none !important;
  }
}

@media (max-width: 1290px) {
  body.player-actions-right-3 video-player-component a.btn:not(.btn-metadata), body.player-actions-right-3 video-player-component a.btn-combo:not(.btn-metadata),
  body.player-actions-right-3 video-player-component .active.btn-combo,
  body.player-actions-right-3 video-player-component .btn-combo:not([disabled='disabled']):hover,
  body.player-actions-right-3 video-player-component .btn.active,
  body.player-actions-right-3 video-player-component .active.btn-combo,
  body.player-actions-right-3 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.player-actions-right-3 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.player-actions-right-3 video-player-component a.btn:not(.btn-metadata) .btn-content, body.player-actions-right-3 video-player-component a.btn-combo:not(.btn-metadata) .btn-content,
  body.player-actions-right-3 video-player-component .active.btn-combo .btn-content,
  body.player-actions-right-3 video-player-component .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.player-actions-right-3 video-player-component .btn.active .btn-content,
  body.player-actions-right-3 video-player-component .active.btn-combo .btn-content,
  body.player-actions-right-3 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.player-actions-right-3 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.player-actions-right-3 video-player-component a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.player-actions-right-3 video-player-component a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.player-actions-right-3 video-player-component .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-3 video-player-component .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.player-actions-right-3 video-player-component .btn.active .btn-content .btn-content-title,
  body.player-actions-right-3 video-player-component .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-3 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.player-actions-right-3 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.player-actions-right-3 video-player-component a.btn:not(.btn-metadata) + md-menu, body.player-actions-right-3 video-player-component a.btn-combo:not(.btn-metadata) + md-menu,
  body.player-actions-right-3 video-player-component .active.btn-combo + md-menu,
  body.player-actions-right-3 video-player-component .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.player-actions-right-3 video-player-component .btn.active + md-menu,
  body.player-actions-right-3 video-player-component .active.btn-combo + md-menu,
  body.player-actions-right-3 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.player-actions-right-3 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
}

@media (min-width: 1291px) {
  body.player-actions-right-3 video-player-component .btn-send-to-tooltip {
    display: none !important;
  }
}

@media (max-width: 1500px) {
  body.player-actions-right-2 video-player-component a.btn:not(.btn-metadata), body.player-actions-right-2 video-player-component a.btn-combo:not(.btn-metadata),
  body.player-actions-right-2 video-player-component .active.btn-combo,
  body.player-actions-right-2 video-player-component .btn-combo:not([disabled='disabled']):hover,
  body.player-actions-right-2 video-player-component .btn.active,
  body.player-actions-right-2 video-player-component .active.btn-combo,
  body.player-actions-right-2 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.player-actions-right-2 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.player-actions-right-2 video-player-component a.btn:not(.btn-metadata) .btn-content, body.player-actions-right-2 video-player-component a.btn-combo:not(.btn-metadata) .btn-content,
  body.player-actions-right-2 video-player-component .active.btn-combo .btn-content,
  body.player-actions-right-2 video-player-component .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.player-actions-right-2 video-player-component .btn.active .btn-content,
  body.player-actions-right-2 video-player-component .active.btn-combo .btn-content,
  body.player-actions-right-2 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.player-actions-right-2 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.player-actions-right-2 video-player-component a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.player-actions-right-2 video-player-component a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.player-actions-right-2 video-player-component .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-2 video-player-component .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.player-actions-right-2 video-player-component .btn.active .btn-content .btn-content-title,
  body.player-actions-right-2 video-player-component .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-2 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.player-actions-right-2 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.player-actions-right-2 video-player-component a.btn:not(.btn-metadata) + md-menu, body.player-actions-right-2 video-player-component a.btn-combo:not(.btn-metadata) + md-menu,
  body.player-actions-right-2 video-player-component .active.btn-combo + md-menu,
  body.player-actions-right-2 video-player-component .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.player-actions-right-2 video-player-component .btn.active + md-menu,
  body.player-actions-right-2 video-player-component .active.btn-combo + md-menu,
  body.player-actions-right-2 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.player-actions-right-2 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
}

@media (min-width: 1161px) {
  body.player-actions-right-2 video-player-component .btn-send-to-tooltip {
    display: none !important;
  }
}

@media (max-width: 1030px) {
  body.player-actions-right-1 video-player-component a.btn:not(.btn-metadata), body.player-actions-right-1 video-player-component a.btn-combo:not(.btn-metadata),
  body.player-actions-right-1 video-player-component .active.btn-combo,
  body.player-actions-right-1 video-player-component .btn-combo:not([disabled='disabled']):hover,
  body.player-actions-right-1 video-player-component .btn.active,
  body.player-actions-right-1 video-player-component .active.btn-combo,
  body.player-actions-right-1 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.player-actions-right-1 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.player-actions-right-1 video-player-component a.btn:not(.btn-metadata) .btn-content, body.player-actions-right-1 video-player-component a.btn-combo:not(.btn-metadata) .btn-content,
  body.player-actions-right-1 video-player-component .active.btn-combo .btn-content,
  body.player-actions-right-1 video-player-component .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.player-actions-right-1 video-player-component .btn.active .btn-content,
  body.player-actions-right-1 video-player-component .active.btn-combo .btn-content,
  body.player-actions-right-1 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.player-actions-right-1 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.player-actions-right-1 video-player-component a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.player-actions-right-1 video-player-component a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.player-actions-right-1 video-player-component .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-1 video-player-component .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.player-actions-right-1 video-player-component .btn.active .btn-content .btn-content-title,
  body.player-actions-right-1 video-player-component .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-1 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.player-actions-right-1 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.player-actions-right-1 video-player-component a.btn:not(.btn-metadata) + md-menu, body.player-actions-right-1 video-player-component a.btn-combo:not(.btn-metadata) + md-menu,
  body.player-actions-right-1 video-player-component .active.btn-combo + md-menu,
  body.player-actions-right-1 video-player-component .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.player-actions-right-1 video-player-component .btn.active + md-menu,
  body.player-actions-right-1 video-player-component .active.btn-combo + md-menu,
  body.player-actions-right-1 video-player-component .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.player-actions-right-1 video-player-component .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
}

@media (min-width: 1031px) {
  body.player-actions-right-1 video-player-component .btn-send-to-tooltip {
    display: none !important;
  }
}

@media (max-width: 1560px) {
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn.active,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn i, body.actions-right-5 [class*='main-search'] .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1710px) {
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn i, body.actions-right-5 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1440px) {
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn.active,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn i, body.actions-right-4 [class*='main-search'] .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1560px) {
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn i, body.actions-right-4 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1210px) {
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn.active,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn i, body.actions-right-3 [class*='main-search'] .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1440px) {
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn i, body.actions-right-3 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1610px) {
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn:not(.btn-metadata), body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn-combo:not(.btn-metadata),
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .active.btn-combo,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn.active,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .active.btn-combo,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn:not(.btn-metadata) .btn-content, body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .active.btn-combo .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn.active .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .active.btn-combo .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn.active .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn:not(.btn-metadata) + md-menu, body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .active.btn-combo + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn.active + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .active.btn-combo + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn i, body.actions-right-3 [class*='main-search'] .thumb-selection-actions.save-clear-filters-btns a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1010px) {
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn.active,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn i, body.actions-right-2 [class*='main-search'] .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1260px) {
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn i, body.actions-right-2 .nav-active[class*='main-search'] .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1300px) {
  body.actions-right-5 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-5 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-5 bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn.active,
  body.actions-right-5 bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-5 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-5 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-5 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-5 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-5 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-5 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-5 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-5 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-5 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-5 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-5 bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-5 bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-5 bins-list-component .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-5 bins-list-component .thumb-selection-actions a.btn i, body.actions-right-5 bins-list-component .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1400px) {
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn.active,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn i, body.actions-right-5 .nav-active bins-list-component .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1100px) {
  body.actions-right-4 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-4 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-4 bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn.active,
  body.actions-right-4 bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-4 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-4 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-4 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-4 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-4 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-4 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-4 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-4 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-4 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-4 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-4 bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-4 bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-4 bins-list-component .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-4 bins-list-component .thumb-selection-actions a.btn i, body.actions-right-4 bins-list-component .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1250px) {
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn.active,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn i, body.actions-right-4 .nav-active bins-list-component .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
  .nav-opener {
    width: 120px;
    background-size: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMwMGJjYmM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCA3MDkpICAtLT4KICA8Zz4KICAgIDxnIGlkPSJMYXllcl8xIj4KICAgICAgPGcgaWQ9IkxheWVyXzIiPgogICAgICAgIDxnIGlkPSJMYXllcl83Ij4KICAgICAgICAgIDxnIGlkPSJNZW51X2JhciI+CiAgICAgICAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIi8+CiAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQyLjUsNDMuMWMxLjMsMCwyLjEtLjgsMi4xLTEuOXMtLjgtMS45LTIuMS0xLjloLTI1LjFjLTEuMywwLTIuMS44LTIuMSwxLjlzLjgsMS45LDIuMSwxLjloMjUuMVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Mi41LDIwLjZjMS4zLDAsMi4xLS44LDIuMS0xLjlzLS44LTEuOS0yLjEtMS45aC0yNS4xYy0xLjMsMC0yLjEuOC0yLjEsMS45cy44LDEuOSwyLjEsMS45aDI1LjFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzEuOCwyNi4yYzAsMS4xLS44LDEuOS0yLjEsMS45aC0xMi4zYy0xLjMsMC0yLjEtLjgtMi4xLTEuOXMuOC0xLjksMi4xLTEuOWgxMi4zYzEuMywwLDIuMS44LDIuMSwxLjlaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjkuOCwzNS42YzEuMywwLDIuMS0uOCwyLjEtMS45cy0uOC0xLjktMi4xLTEuOWgtMTIuM2MtMS4zLDAtMi4xLjgtMi4xLDEuOXMuOCwxLjksMi4xLDEuOWgxMi4zWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQwLjQsMzVsMy43LTMuOGMuNy0uOC43LTEuOSwwLTIuNmwtMy43LTMuOGMtLjQtLjQtLjktLjYtMS4zLS42cy0uOS4yLTEuMy42Yy0uNy44LS43LDEuOSwwLDIuNmwuNi42aC0yLjdjLTEuMywwLTIuMS44LTIuMSwxLjlzLjgsMS45LDIuMSwxLjloMi43bC0uNS41Yy0uNy44LS43LDEuOSwwLDIuNi43LjgsMS44LjgsMi42LDBoMFoiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  }
  .nav-opener.opened {
    width: 120px;
    background-size: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMwMGJjYmM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCA3MDkpICAtLT4KICA8Zz4KICAgIDxnIGlkPSJMYXllcl8xIj4KICAgICAgPGcgaWQ9IkxheWVyXzIiPgogICAgICAgIDxnIGlkPSJMYXllcl83Ij4KICAgICAgICAgIDxnIGlkPSJNZW51X2JhciI+CiAgICAgICAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIi8+CiAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQyLjUsNDMuMWMxLjMsMCwyLjEtLjgsMi4xLTEuOXMtLjgtMS45LTIuMS0xLjloLTI1LjFjLTEuMywwLTIuMS44LTIuMSwxLjlzLjgsMS45LDIuMSwxLjloMjUuMVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Mi41LDIwLjZjMS4zLDAsMi4xLS44LDIuMS0xLjlzLS44LTEuOS0yLjEtMS45aC0yNS4xYy0xLjMsMC0yLjEuOC0yLjEsMS45cy44LDEuOSwyLjEsMS45aDI1LjFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzEuOCwyNi4yYzAsMS4xLS44LDEuOS0yLjEsMS45aC0xMi4zYy0xLjMsMC0yLjEtLjgtMi4xLTEuOXMuOC0xLjksMi4xLTEuOWgxMi4zYzEuMywwLDIuMS44LDIuMSwxLjlaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjkuOCwzNS42YzEuMywwLDIuMS0uOCwyLjEtMS45cy0uOC0xLjktMi4xLTEuOWgtMTIuM2MtMS4zLDAtMi4xLjgtMi4xLDEuOXMuOCwxLjksMi4xLDEuOWgxMi4zWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjgsMjQuOWwtMy43LDMuOGMtLjcuOC0uNywxLjksMCwyLjZsMy43LDMuOGMuNC40LjkuNiwxLjMuNnMuOS0uMiwxLjMtLjZjLjctLjguNy0xLjksMC0yLjZsLS42LS42aDIuN2MxLjMsMCwyLjEtLjgsMi4xLTEuOXMtLjgtMS45LTIuMS0xLjloLTIuN2wuNS0uNWMuNy0uOC43LTEuOSwwLTIuNi0uNy0uOC0xLjgtLjgtMi42LDBoMFoiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  }
  .nav-opener:hover {
    width: 120px;
    background-size: auto;
  }
  .header-left:after {
    display: none;
  }
  .header-left #dashboardLogoContainer {
    display: none;
  }
}

@media (max-width: 900px) {
  body.actions-right-3 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-3 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-3 bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn.active,
  body.actions-right-3 bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-3 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-3 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-3 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-3 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-3 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-3 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-3 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-3 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-3 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-3 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-3 bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-3 bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-3 bins-list-component .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-3 bins-list-component .thumb-selection-actions a.btn i, body.actions-right-3 bins-list-component .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 1100px) {
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn.active,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn i, body.actions-right-3 .nav-active bins-list-component .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 700px) {
  body.actions-right-2 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-2 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-2 bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn.active,
  body.actions-right-2 bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-2 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-2 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-2 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-2 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-2 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-2 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-2 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-2 bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-2 bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-2 bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-2 bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-2 bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-2 bins-list-component .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-2 bins-list-component .thumb-selection-actions a.btn i, body.actions-right-2 bins-list-component .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (max-width: 950px) {
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata), body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata),
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn.active,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content, body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn.active .btn-content,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn.active .btn-content .btn-content-title,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo .btn-content .btn-content-title,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn:not(.btn-metadata) + md-menu, body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn-combo:not(.btn-metadata) + md-menu,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn.active + md-menu,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .active.btn-combo + md-menu,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions .btn-send-to-tooltip {
    display: none !important;
  }
  body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn i, body.actions-right-2 .nav-active bins-list-component .thumb-selection-actions a.btn-combo i {
    color: #424749;
  }
}

@media (min-width: 768px) {
  .header-info .column {
    display: flex;
  }
}

@media (max-width: 530px) {
  body.player-actions-right-3 .description-area a.btn:not(.btn-metadata), body.player-actions-right-3 .description-area a.btn-combo:not(.btn-metadata),
  body.player-actions-right-3 .description-area .active.btn-combo,
  body.player-actions-right-3 .description-area .btn-combo:not([disabled='disabled']):hover,
  body.player-actions-right-3 .description-area .btn.active,
  body.player-actions-right-3 .description-area .active.btn-combo,
  body.player-actions-right-3 .description-area .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.player-actions-right-3 .description-area .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.player-actions-right-3 .description-area a.btn:not(.btn-metadata) .btn-content, body.player-actions-right-3 .description-area a.btn-combo:not(.btn-metadata) .btn-content,
  body.player-actions-right-3 .description-area .active.btn-combo .btn-content,
  body.player-actions-right-3 .description-area .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.player-actions-right-3 .description-area .btn.active .btn-content,
  body.player-actions-right-3 .description-area .active.btn-combo .btn-content,
  body.player-actions-right-3 .description-area .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.player-actions-right-3 .description-area .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.player-actions-right-3 .description-area a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.player-actions-right-3 .description-area a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.player-actions-right-3 .description-area .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-3 .description-area .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.player-actions-right-3 .description-area .btn.active .btn-content .btn-content-title,
  body.player-actions-right-3 .description-area .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-3 .description-area .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.player-actions-right-3 .description-area .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.player-actions-right-3 .description-area a.btn:not(.btn-metadata) + md-menu, body.player-actions-right-3 .description-area a.btn-combo:not(.btn-metadata) + md-menu,
  body.player-actions-right-3 .description-area .active.btn-combo + md-menu,
  body.player-actions-right-3 .description-area .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.player-actions-right-3 .description-area .btn.active + md-menu,
  body.player-actions-right-3 .description-area .active.btn-combo + md-menu,
  body.player-actions-right-3 .description-area .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.player-actions-right-3 .description-area .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  .description-area a.btn i, .description-area a.btn-combo i {
    color: #424749;
  }
}

@media (min-width: 531px) {
  body.player-actions-right-3 video-player-component .btn-send-to-tooltip {
    display: none !important;
  }
}

@media (max-width: 650px) {
  body.player-actions-right-4 .description-area a.btn:not(.btn-metadata), body.player-actions-right-4 .description-area a.btn-combo:not(.btn-metadata),
  body.player-actions-right-4 .description-area .active.btn-combo,
  body.player-actions-right-4 .description-area .btn-combo:not([disabled='disabled']):hover,
  body.player-actions-right-4 .description-area .btn.active,
  body.player-actions-right-4 .description-area .active.btn-combo,
  body.player-actions-right-4 .description-area .btn:not([disabled='disabled']):not(.btn-metadata):hover,
  body.player-actions-right-4 .description-area .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover {
    background: none;
    border: none;
    padding: 0;
  }
  body.player-actions-right-4 .description-area a.btn:not(.btn-metadata) .btn-content, body.player-actions-right-4 .description-area a.btn-combo:not(.btn-metadata) .btn-content,
  body.player-actions-right-4 .description-area .active.btn-combo .btn-content,
  body.player-actions-right-4 .description-area .btn-combo:not([disabled='disabled']):hover .btn-content,
  body.player-actions-right-4 .description-area .btn.active .btn-content,
  body.player-actions-right-4 .description-area .active.btn-combo .btn-content,
  body.player-actions-right-4 .description-area .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content,
  body.player-actions-right-4 .description-area .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content {
    font-size: 20px;
  }
  body.player-actions-right-4 .description-area a.btn:not(.btn-metadata) .btn-content .btn-content-title, body.player-actions-right-4 .description-area a.btn-combo:not(.btn-metadata) .btn-content .btn-content-title,
  body.player-actions-right-4 .description-area .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-4 .description-area .btn-combo:not([disabled='disabled']):hover .btn-content .btn-content-title,
  body.player-actions-right-4 .description-area .btn.active .btn-content .btn-content-title,
  body.player-actions-right-4 .description-area .active.btn-combo .btn-content .btn-content-title,
  body.player-actions-right-4 .description-area .btn:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title,
  body.player-actions-right-4 .description-area .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover .btn-content .btn-content-title {
    display: none;
  }
  body.player-actions-right-4 .description-area a.btn:not(.btn-metadata) + md-menu, body.player-actions-right-4 .description-area a.btn-combo:not(.btn-metadata) + md-menu,
  body.player-actions-right-4 .description-area .active.btn-combo + md-menu,
  body.player-actions-right-4 .description-area .btn-combo:not([disabled='disabled']):hover + md-menu,
  body.player-actions-right-4 .description-area .btn.active + md-menu,
  body.player-actions-right-4 .description-area .active.btn-combo + md-menu,
  body.player-actions-right-4 .description-area .btn:not([disabled='disabled']):not(.btn-metadata):hover + md-menu,
  body.player-actions-right-4 .description-area .btn-combo:not([disabled='disabled']):not(.btn-metadata):hover + md-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  .description-area a.btn i, .description-area a.btn-combo i {
    color: #424749;
  }
  .save-clear-filters-btns {
    display: none;
  }
}

@media (min-width: 651px) {
  body.player-actions-right-4 video-player-component .btn-send-to-tooltip {
    display: none !important;
  }
}

@media screen and (max-width: 1407px) {
  .overflow-edit-thumb-log {
    max-width: 55% !important;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1140px) {
  .overflow-edit-thumb-log {
    max-width: 45% !important;
    margin-right: 5px;
  }
}

@media screen and (max-width: 935px) {
  .overflow-edit-thumb-log {
    max-width: 25% !important;
    margin-right: 5px;
  }
}

@media screen and (min-width: 641px) {
  .md-open-menu-container.md-whiteframe-z2 {
    box-shadow: none;
    margin-left: auto;
    width: fit-content;
  }
  .pop-up-news {
    height: 450px !important;
    max-width: 450px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .clipTitle {
    margin-left: 65px !important;
    margin-top: 12px !important;
  }
  .video-player-content #btnClosePlayerDialog-left-arrow {
    top: 8px !important;
    left: 20px !important;
  }
}

@media screen and (orientation: portrait) and (max-device-width: 450px) {
  .video-player-content #btnClosePlayerDialog-left-arrow {
    top: 8px !important;
    left: 20px !important;
  }
  .download-disclaimer {
    position: fixed;
    top: 45px;
    width: fit-content;
    left: auto;
  }
  .form.search-form #txtSearch {
    min-width: auto !important;
  }
  #searchComponentNav {
    width: 100% !important;
  }
  .form.search-form #txtSearch {
    min-width: auto !important;
  }
  news-component .content img {
    max-width: 100% !important;
  }
  news-component .content, critical-news-component .content {
    flex-direction: column !important;
  }
  .icons-wrapper-position {
    position: initial !important;
  }
  .content-holder .content-wrap.news-content .news-info .date-type-wrapper {
    margin-top: 5px;
  }
  .send-to-form.send-to-form-min .clips-selection.content-section.has-renditions {
    max-width: 90vw !important;
  }
  video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-label-field {
    max-width: 90vw !important;
  }
  .md-open-menu-container.md-active {
    left: auto !important;
    right: 0px !important;
  }
}

@media screen and (max-width: 640px) {
  .menu-container-mobile,
  .share-video-menu {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  md-menu-content:not(.send-to-menu) {
    max-height: 100% !important;
  }
  .share-video-menu md-menu-item:not(.sendto-menu-item) {
    height: 100% !important;
  }
  .mobile-mr-5 {
    margin-right: .5em !important;
  }
}

@media (max-width: 768px) {
  #header,
  #header:before {
    height: 50px;
    padding: 0px !important;
  }
  #main {
    padding-top: 59px;
  }
  .header-info .list-info {
    border: none;
  }
  .header-info .list-info > li:first-child {
    display: inline-block;
    margin-top: 0px;
  }
  .header-info search-component {
    margin-left: 0px !important;
  }
  .nav-opener {
    width: 275px;
  }
  .header-left:after {
    margin-left: 168px;
    margin-top: 0px;
    width: 1px;
    height: 46px;
    background: transparent;
  }
  #dashboardLogoContainer {
    margin-left: 0px;
  }
  user-menu-component {
    display: flex !important;
    align-items: center !important;
  }
  .icon-user {
    margin-right: 20px;
  }
  .user-menu i.icon-user {
    margin-right: 10px;
  }
}

@media screen and (max-width: 440px) {
  .save-filter-form .save-btn,
  .save-filter-form .cancel-btn, .save-newsfilter-form .save-btn,
  .save-newsfilter-form .cancel-btn {
    bottom: 0;
    top: auto;
  }
  .save-filter-form .form-input, .save-filter-form .input-combo, .save-newsfilter-form .form-input, .save-newsfilter-form .input-combo {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .save-clip-form .save-btn,
  .save-clip-form .cancel-btn {
    top: 0;
  }
}

@media screen and (max-width: 440px) {
  .success-form {
    width: auto !important;
  }
}

@media screen and (max-width: 440px) {
  .list-view-blocks .description-area {
    width: 100% !important;
    padding-left: 5px;
  }
}

@media (max-width: 1105px) {
  .updated-header .header-info .list-inline.list-links .text {
    display: none;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  .rate-active {
    margin-top: -4px;
  }
  .rate-active-backward {
    margin-left: 0 !important;
  }
  .rate-active-forward {
    margin-left: -19px !important;
  }
}

@-moz-document url-prefix() {
  .rate-active {
    margin-top: -4px;
  }
  .rate-active-backward {
    margin-left: 0 !important;
  }
  .rate-active-forward {
    margin-left: -19px !important;
  }
}

@media screen and (max-width: 440px) {
  .search-result-error {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .transfert-header-container {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .cat-cell {
    margin: 7px 0 0;
    width: calc(100vw - 140px);
    height: calc((100vw - 106px) / 1.7778);
    min-width: calc(100vw - 106px);
    min-height: calc((100vw - 106px) / 1.7778);
  }
}

@media screen and (max-width: 1200px) {
  .header-logo-right {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  #header {
    padding: 0px !important;
  }
  .header-info .list-info > li:first-child {
    display: inline-block;
  }
  .header-info search-component {
    margin-left: 0px !important;
  }
  .nav-opener {
    width: 275px;
  }
  user-menu-component {
    display: flex !important;
    align-items: center !important;
  }
  .icon-user {
    margin-right: 20px;
  }
  .user-menu i.icon-user {
    margin-right: 10px;
  }
}

@media screen and (max-width: 440px) {
  .upload-file-form span,
  .upload-file-form input,
  .upload-file-form select,
  .upload-file-form .form-input,
  .upload-file-form .input-combo {
    width: 100% !important;
    text-align: start;
    margin-top: 0 !important;
  }
  .upload-file-form .sub-facet-chk {
    width: auto !important;
  }
  .upload-file-form span {
    padding-right: 0 !important;
  }
  .upload-file-form .inputDiv {
    margin-bottom: .5em;
  }
  .upload-file-form .save-btn,
  .upload-file-form .cancel-btn {
    bottom: inherit;
  }
}

@media screen and (min-width: 440px) {
  
  .upload-file-form .form-input,
  .upload-file-form .input-combo {
    width: 400px !important;
  }
}

@media (max-width: 430px) {
  .nav-opener {
    width: 120px;
    background-size: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMwMGJjYmM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCA3MDkpICAtLT4KICA8Zz4KICAgIDxnIGlkPSJMYXllcl8xIj4KICAgICAgPGcgaWQ9IkxheWVyXzIiPgogICAgICAgIDxnIGlkPSJMYXllcl83Ij4KICAgICAgICAgIDxnIGlkPSJNZW51X2JhciI+CiAgICAgICAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIi8+CiAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQyLjUsNDMuMWMxLjMsMCwyLjEtLjgsMi4xLTEuOXMtLjgtMS45LTIuMS0xLjloLTI1LjFjLTEuMywwLTIuMS44LTIuMSwxLjlzLjgsMS45LDIuMSwxLjloMjUuMVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Mi41LDIwLjZjMS4zLDAsMi4xLS44LDIuMS0xLjlzLS44LTEuOS0yLjEtMS45aC0yNS4xYy0xLjMsMC0yLjEuOC0yLjEsMS45cy44LDEuOSwyLjEsMS45aDI1LjFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzEuOCwyNi4yYzAsMS4xLS44LDEuOS0yLjEsMS45aC0xMi4zYy0xLjMsMC0yLjEtLjgtMi4xLTEuOXMuOC0xLjksMi4xLTEuOWgxMi4zYzEuMywwLDIuMS44LDIuMSwxLjlaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjkuOCwzNS42YzEuMywwLDIuMS0uOCwyLjEtMS45cy0uOC0xLjktMi4xLTEuOWgtMTIuM2MtMS4zLDAtMi4xLjgtMi4xLDEuOXMuOCwxLjksMi4xLDEuOWgxMi4zWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQwLjQsMzVsMy43LTMuOGMuNy0uOC43LTEuOSwwLTIuNmwtMy43LTMuOGMtLjQtLjQtLjktLjYtMS4zLS42cy0uOS4yLTEuMy42Yy0uNy44LS43LDEuOSwwLDIuNmwuNi42aC0yLjdjLTEuMywwLTIuMS44LTIuMSwxLjlzLjgsMS45LDIuMSwxLjloMi43bC0uNS41Yy0uNy44LS43LDEuOSwwLDIuNi43LjgsMS44LjgsMi42LDBoMFoiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  }
  .nav-opener.opened {
    width: 120px;
    background-size: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMwMGJjYmM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCA3MDkpICAtLT4KICA8Zz4KICAgIDxnIGlkPSJMYXllcl8xIj4KICAgICAgPGcgaWQ9IkxheWVyXzIiPgogICAgICAgIDxnIGlkPSJMYXllcl83Ij4KICAgICAgICAgIDxnIGlkPSJNZW51X2JhciI+CiAgICAgICAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIi8+CiAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQyLjUsNDMuMWMxLjMsMCwyLjEtLjgsMi4xLTEuOXMtLjgtMS45LTIuMS0xLjloLTI1LjFjLTEuMywwLTIuMS44LTIuMSwxLjlzLjgsMS45LDIuMSwxLjloMjUuMVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Mi41LDIwLjZjMS4zLDAsMi4xLS44LDIuMS0xLjlzLS44LTEuOS0yLjEtMS45aC0yNS4xYy0xLjMsMC0yLjEuOC0yLjEsMS45cy44LDEuOSwyLjEsMS45aDI1LjFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzEuOCwyNi4yYzAsMS4xLS44LDEuOS0yLjEsMS45aC0xMi4zYy0xLjMsMC0yLjEtLjgtMi4xLTEuOXMuOC0xLjksMi4xLTEuOWgxMi4zYzEuMywwLDIuMS44LDIuMSwxLjlaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjkuOCwzNS42YzEuMywwLDIuMS0uOCwyLjEtMS45cy0uOC0xLjktMi4xLTEuOWgtMTIuM2MtMS4zLDAtMi4xLjgtMi4xLDEuOXMuOCwxLjksMi4xLDEuOWgxMi4zWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjgsMjQuOWwtMy43LDMuOGMtLjcuOC0uNywxLjksMCwyLjZsMy43LDMuOGMuNC40LjkuNiwxLjMuNnMuOS0uMiwxLjMtLjZjLjctLjguNy0xLjksMC0yLjZsLS42LS42aDIuN2MxLjMsMCwyLjEtLjgsMi4xLTEuOXMtLjgtMS45LTIuMS0xLjloLTIuN2wuNS0uNWMuNy0uOC43LTEuOSwwLTIuNi0uNy0uOC0xLjgtLjgtMi42LDBoMFoiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  }
  .nav-opener:hover {
    width: 120px;
    background-size: auto;
  }
  #dashboardLogo {
    max-width: -webkit-fill-available !important;
    filter: none !important;
  }
  #dashboardLogo:hover {
    max-width: -webkit-fill-available !important;
    filter: none !important;
  }
  .header-info {
    margin-right: 10px;
  }
  .header-info search-component {
    justify-content: end;
  }
}

.content-wrap-row {
  width: 655px;
  margin: auto;
  white-space: nowrap;
}

@media screen and (max-width: 440px) {
  .content-wrap-cell {
    width: 100% !important;
    margin: 12px 0 0 0;
  }
  .content-wrap-row {
    width: auto;
    white-space: unset;
  }
}

@media (max-width: 640px) {
  .account-user-panel {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  md-dialog {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .icon-fullscreen-separator {
    border: none !important;
  }
}

@media screen and (max-width: 440px) {
  .filter-option {
    max-height: 25%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 -5px;
    margin-left: 0 !important;
  }
  .filter-option .updated-filter {
    overflow-y: auto;
  }
}

@media screen and (max-width: 640px) {
  video-share-dialog-component {
    height: calc(100% - 40px);
  }
}

@media screen and (min-width: 640px) {
  .container-dialogs {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 959px) and (min-width: 600px) {
  .layout-sm-column {
    flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .loader_overlay .loading_lbl.side_open {
    left: calc(50% - 13px);
  }
  .loader_overlay .loading_lbl.side_closed {
    left: calc(40% - 13px);
  }
}

@media screen and (max-width: 815px) {
  create-info-dialog-component .info-thumb-area {
    margin-top: 20px;
    margin-left: unset;
  }
}

@media (min-width: 960px) {
  .send-to-menu-btn {
    width: 0;
    overflow: hidden;
    position: absolute;
    padding: 0px;
    margin: 0;
    border: none;
  }
}

@media screen and (max-width: 767.5px) {
  #nav .mobile-filter-menu .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down.active, #nav .mobile-filter-menu .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down.active {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1250px) {
  .updated-header .header-info {
    margin-left: 195px;
  }
}

@media (max-width: 1250px) and (min-width: 1024px) {
  .updated-header .header-info {
    margin-left: 30px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .updated-header .header-info {
    margin-left: 60px;
  }
}

@media (max-width: 767.5px) {
  #nav .nav-drop {
    margin-top: 10px;
    width: 100% !important;
  }
  #nav .sidebar-resizer {
    display: none !important;
  }
}

@media (max-width: 460px) {
  .upload-file-form-content {
    padding-bottom: 70px;
  }
}

@media (max-height: 450px) {
  .upload-file-form-content {
    padding-bottom: 70px;
  }
}

@media (max-height: 500px) {
  .results-section .md-virtual-repeat-scroller {
    margin-bottom: 0px;
  }
}

@media screen and (orientation: landscape) and (max-device-height: 540px) {
  .mobile-player-container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .download-disclaimer {
    position: fixed;
    top: 45px;
    width: fit-content;
    left: auto;
  }
}

@media screen and (min-width: 1200px) {
  evs-2020player {
    --evs-player-icon-size: 16px;
  }
}

.icon-xml:before {
  content: "\e902";
}

.icon-xls:before {
  content: "\e908";
}

.icon-xlsx:before {
  content: "\e908";
}

.icon-doc:before {
  content: "\e909";
}

.icon-docx:before {
  content: "\e909";
}

.icon-pdf:before {
  content: "\e90a";
}

.icon-file-other:before {
  content: "\e90b";
}

.icon-xml:before {
  content: "\e902";
}

.icon-xls:before {
  content: "\e908";
}

.icon-xlsx:before {
  content: "\e908";
}

.icon-doc:before {
  content: "\e909";
}

.icon-docx:before {
  content: "\e909";
}

.icon-pdf:before {
  content: "\e90a";
}

.icon-file-other:before {
  content: "\e90b";
}

.change-password-form .mobile .form-label {
  text-align: left !important;
}

.change-password-form .mobile .form-input, .change-password-form .mobile .input-combo {
  width: calc(100% - 30px);
}

.change-password-form .mobile .tooltip {
  text-align: left;
  padding-left: 5px;
  font-family: Montserrat;
}

.user-panel i {
  font-size: 3em;
  display: inline-block;
  border: 3px solid darkgray;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.user-panel span {
  padding-left: 10px;
  font-size: 1.6em;
}

.account-user-panel {
  width: 634px;
  margin: auto;
  height: auto;
  padding: 14px !important;
  border: none !important;
  margin-bottom: 18px;
  margin-top: 18px;
}

.btn.btn-change-pwd, .btn-change-pwd.btn-combo {
  vertical-align: initial;
  padding: 4px;
  background: #1E88E5;
}

.btn-change-pwd.btn-combo, .btn.btn-change-pwd, .btn-change-pwd.btn-combo {
  vertical-align: initial;
  padding: 4px;
}

.unselectedTagPicture {
  border: none;
}

.selectedTagPicture {
  border: 3px solid #1E88E5;
}

.missingRegion {
  filter: opacity(0.5) drop-shadow(0 0 0 #d30d14);
}

.tagPicture {
  margin-right: 5px;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.tagPicture:hover {
  cursor: pointer;
}

.tagPictureIconWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 25%);
  pointer-events: none;
  /* Ensure overlay doesn't interfere with interactions */
  z-index: 999;
}

.fullScreenBtnAiTag {
  font-size: 20px;
}

.tag-metadata-tab-container {
  height: 85vh;
}

.tag-metadata-tab {
  height: 95%;
}

.user-menu-ai-icon {
  left: 3px;
}

.ai-player-container {
  position: relative;
}

.optionsPictureBtnDelete {
  background: #d30d14 !important;
  margin-right: 5px;
}

.optionsPictureContainer {
  position: fixed;
  bottom: 280px;
  left: 100px;
}

.tagPicturesContainer {
  scrollbar-width: thin;
  overflow-x: scroll;
}

.withoutImages {
  height: 100% !important;
}

.tagPictureContainer {
  display: flex;
  justify-content: center;
}

.tagPictureIconWrapper {
  position: relative;
  width: max-content;
}

.star-color {
  color: #e7a624;
}

.tagPictureIcon {
  z-index: 999;
  position: absolute;
  top: 15px;
  font-size: large;
}

.tagPictureIcon.left {
  left: 15px;
}

.tagPictureIcon.right {
  right: 15px;
}

.metadataTabOptionsContainer {
  justify-content: end;
  height: 93%;
  align-items: end;
}

.btnDelete {
  background: #d30d14 !important;
}

.reloadTags {
  color: white;
  margin-left: 20px;
  font-size: 20px;
}

.tagSortingIcon {
  margin-left: 4px;
  margin-top: 4px;
}

.font-large {
  font-size: large;
}

.listTagContainerWrapper {
  max-height: calc(100% - 180px);
  overflow-y: auto;
}

.listTagContainer {
  justify-content: space-between;
  margin-left: 50px;
}

.tagContainer {
  justify-content: space-between;
  margin-left: 5px;
}

input.tagSelectBox {
  /* IE */
  /* FF */
  /* Safari and Chrome */
  transform: scale(1.7);
}

.tagSelectBoxContainer {
  width: 50px;
}

.aiTabMetadataContainer {
  height: 60% !important;
}

.aiTabContainerStatusInfo {
  height: 30% !important;
}

.red-dot {
  z-index: 999;
  height: 25px;
  width: 25px;
  background-color: #d30d14;
  border-radius: 50%;
  display: inline-block;
}

.blue-dot {
  height: 25px;
  width: 25px;
  background-color: #1E88E5;
  border-radius: 50%;
  display: inline-block;
}

.green-dot {
  height: 25px;
  width: 25px;
  background-color: #639e3b;
  border-radius: 50%;
  display: inline-block;
}

.small-dot {
  height: 15px !important;
  width: 15px !important;
}

.headerListTag {
  font-size: 16px;
  font-weight: 600;
  width: 15%;
  justify-content: center;
}

.tagProperty {
  width: 15%;
  justify-content: center;
}

.headerListTag:hover {
  cursor: pointer;
  color: #1E88E5;
}

.listTagPicturesContainer {
  overflow: hidden;
}

.listTagPicture {
  height: 40px;
}

.lisTagOptionsContainer {
  width: 15%;
  padding-right: 36px;
}

.tag-option-btn {
  margin: 0 12px 0 0;
}

.training-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 31px;
}

.training-button-loading-image {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-image: url(data:image/gif;base64,R0lGODlhGAAYAPAAAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/hoiQ3JlYXRlZCB3aXRoIENoaW1wbHkuY29tIgAh+QQJBQAAACwAAAAAGAAYAAACQ4SPqXvhD9mCURp3KQY7VZ11oahQCMiYI1l+laW+FveMc1Pf+s73OJvKqWAu2eQ1POZWxKWNVgwcV0LpTAMMYq2+WwEAIfkECQUAAAAsAAAAABgAGAAAAkOEj6mL4f9YCwBaaWK1Li+YcSE1gZI5ah8qYtemniaKwWS9dvjOu3Fv481ojFdLpnoVacTEcZTSNCtRqQ4pumKVwF0BACH5BAkFAAAALAAAAAAYABgAAAJGhI+pm+HvGHoGWgmrjWyDHRzh5DUip2UYlbIre0ntKHdurah4Dt/7ifoBacIZLlZ6oXS2m4s4C36GlCSvxGyARr7FtgguAAAh+QQJBQAAACwAAAAAGAAYAAACSISPqXsR4KJjSBppGb54rv6AWqd40NNs1Imy0eqi6jpfcOq1N5e/e5a5AX07m6uoiwmHRMqsOWqaTLhgQiT6ZGvXLVS7oRZ3BQAh+QQJBQAAACwAAAAAGAAYAAACSISPqXsR7RxD8ZkaJ4bYps5VS+dxDbVNV5mqIqquGVDGsvXabx7vsz7juYI/2+VWG9WEDJ4EWPQUkc8PiKq80pihH9fqTRptBQAh+QQJBQAAACwAAAAAGAAYAAACR4SPqXvh7QJD8ZlqF5Z3a9+BEKaQiVhOnTquLBWF3FvJrw3Ut67Tcf7zWXosXnDHOapmDGaJKHMCTSPqRjrtoU5W6CejvN0KACH5BAkFAAAALAAAAAAYABgAAAJKhI+pe+HtAkPxmWoXlndr34EUpohjVqIAd01l6KZcFUMWXa9RyMY4XvvtckLVpJiztRrJVWLIgJ6kPOMmc/2Qqr3nVkfVssJNVwEAIfkECQUAAAAsAAAAABgAGAAAAkiEj6l74dEcQ+9FyyoGGqouGeCifV3mkdU1Jen1tqK3ynNY23Uu71uP4bV8IV0wBixGbJxiaYK8CZs/2AYUPUmrlJx26OQybQUAIfkECQUAAAAsAAAAABgAGAAAAkqEj6l74d4CQ69GyKo1emoMfInEgddWNh6KTuFzkq750i5X2hlcy/fWmvGCK4zvljvqRiyiosn7+T7HmorSSUaf0Oyiu93FkGRFAQAh+QQJBQAAACwAAAAAGAAYAAACR4SPqXvhH4BjCEJzqX04sx2BydQpYkNSkmepHbfCahtHLjbKN17v/X/L2HxAXhBGmwmTH5ZHk6rpSlRU69REYhfLzVEaJd4KACH5BAkFAAAALAAAAAAYABgAAAJGhI+pe+HvmILUPGlpBHCFpnEVcllTCG7SKHbYyK6uizF0far4/pY86ftlNjHbrJhTIRM3zYeZYlacDU/J+ZQ9sdkaVvgrAAAh+QQJBQAAACwAAAAAGAAYAAACQ4SPqXvh/9iCFDgZDI32Kr5lnddwzIZUGFSy0uipr+q+Gmja+s73/h3LzXDCiQs1NMmMOeRJeEQWR0DaCra0hUg/WwEAOw==);
}

.loader-icone-large-size {
  font-size: 24px;
  padding-left: 10px;
}

.loader-icone-large-size:hover {
  color: #0087e6;
  cursor: pointer;
}

.loader-inline-block {
  display: inline-block;
}

.tagPicturesLoadingContainer {
  width: 100px;
  height: 227px;
  display: flex;
  font-size: 70px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.vipStatusHeader {
  line-height: 3;
  padding-bottom: 0px;
}

md-progress-circular.md-accent path {
  stroke: #1E88E5 !important;
}

.dot-alert {
  height: 20px;
  width: 20px;
  background-color: #d30d14;
  border-radius: 10px;
}

.tagMetadatasContainer {
  min-height: 85%;
}

.create-model-menu {
  margin-top: 36px;
}

.ai-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ai-headline > * {
  display: flex;
  align-items: center;
  margin: 0;
}

.pictureFailed {
  font-size: smaller;
  font-weight: bolder;
  color: red;
}

.disabled {
  background-color: #C3C3C3 !important;
  cursor: default;
  position: relative;
  opacity: 0.48;
  color: rgba(255, 255, 255, 0.88);
}

.playerButtonPrevious {
  position: absolute;
  left: 0;
  bottom: calc(50% - 80px);
}

.playerButtonNext {
  position: absolute;
  right: 0;
  bottom: calc(50% - 80px);
}

.resize-picture-icon {
  color: #1E88E5;
  font-size: 18px;
  font-weight: bold;
}

.container-dialogs {
  display: flex;
  flex-direction: column;
  /* Safari */
  /* Firefox */
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.area-section-container {
  position: relative;
  justify-content: center;
  display: flex;
}

.area-section-container .image-container {
  position: relative;
}

.selection-box {
  position: absolute;
  border: 3px solid #1E88E5;
  pointer-events: none;
}

bins-list-component .flex-cols .actions-container {
  flex-grow: 0;
}

bins-list-component .flex-cols .actions-container .col-form .thumb-selection-actions .sent-to-ordering {
  display: inline-block;
  height: 26px;
  padding-left: 3px;
  padding-right: 1px;
}

bins-list-component .flex-cols .actions-container .col-form .thumb-selection-actions .min-width-btn {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 2px;
}

bins-list-component .flex-cols .actions-container .col-form .thumb-selection-actions .min-width-btn .icon-share-alt {
  font-size: 20px;
}

bins-list-component .flex-cols .actions-container .display-list-mode {
  margin: 0;
}

bins-list-component .flex-cols .actions-container .display-list-mode .display-list-button {
  line-height: 34px;
}

bins-list-component .flex-cols .actions-container .display-list-mode .display-list-icon {
  vertical-align: middle;
}

bins-list-component .btn.send-to.btn-actions-large.btn-clear-bin, bins-list-component .send-to.btn-actions-large.btn-clear-bin.btn-combo {
  padding: 9px 20px !important;
}

bins-list-component .views-wrap .list-view-blocks .results-section {
  max-height: calc(100% - 50px);
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row {
  display: flex;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area .align-items-center .title, bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area .flex-center .title, bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area .listTagContainer .title, bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area .tagContainer .title, bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area .tagProperty .title, bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area .header-btns-container .title {
  font-weight: bold;
  display: inline;
  padding-right: 10px;
  margin: 0 4px -3px 0px;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area a.btn.send-to, bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area a.send-to.btn-combo {
  padding: 7.5px;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area a.btn.remove-btn > span, bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area a.remove-btn.btn-combo > span {
  margin-top: 2px;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .description-area video-sendto-component[selectionmode="'ai'"] {
  margin-right: -1px;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .div-btns-holder .btns-holder {
  display: inline-flex;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .div-btns-holder .btns-holder .remove-btn {
  border: 1px solid light-blue;
  margin-right: 5px;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .div-btns-holder .btns-holder .remove-from-bin-btn {
  margin-right: 8px;
  margin-top: 2px;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .div-btns-holder .btns-holder .remove-from-bin-btn .icon-bin1 {
  font-size: 20px;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .div-btns-holder .btns-holder .blackbird-edit-component {
  height: 26px;
  margin-right: 4px;
  margin-top: 3px;
  margin-left: 7px;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .div-btns-holder .btns-holder .video-download-component {
  height: 26px;
  margin-right: 4px;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .div-btns-holder .btns-holder .video-sendto-component {
  display: inline-block;
  height: 26px;
  padding-right: 4px;
}

bins-list-component .views-wrap .list-view-blocks .bin-ordering-wrapper .temp-zone-container {
  padding: 30px 10px;
}

bins-list-component .views-wrap .list-view-blocks .bin-ordering-wrapper .temp-zone-container .free-drop-zone {
  width: 292px;
  height: 160px;
  border: 1px dotted gray;
  padding: 1px;
}

bins-list-component .views-wrap .list-view-blocks .bin-ordering-wrapper .temp-zone-container .free-drop-zone .temp-drop-zone {
  margin: 0 0px;
  height: 100%;
}

bins-list-component .flex-cols .col-form,
bins-list-component .flex-cols .view-list {
  margin: 0;
}

bins-list-component .thumb-selection-actions {
  padding-top: 0;
}

bins-list-component .content-wrap {
  margin: auto;
}

md-menu-content.share-video-menu {
  padding: 0;
  background-color: white;
  border: none;
  overflow-x: hidden;
}

md-menu-content.share-video-menu md-menu-item {
  margin: 0;
}

.bin-nav-item {
  display: flex;
}

.bin-nav-item .bin-nav-item-toggle-button {
  font-size: 1.4em;
  z-index: 2;
  color: #7d7777;
}

.bin-nav-item .bin-nav-item-toggle-button.icon-angle-right {
  margin-left: 21px;
  width: 21px;
}

.bin-nav-item .bin-nav-item-toggle-button.icon-angle-down {
  margin-left: 19px;
  width: 23px;
}

.bin-nav-item bin-nav-item-menu-component {
  flex: 0 1 auto;
  margin-left: auto;
  margin-right: 5px;
  min-width: initial !important;
}

.bin-nav-item.on-drag-hover > a {
  font-size: 18px !important;
  color: #fff !important;
}

.bin-nav-item.on-drag-hover > a i {
  font-size: 22px !important;
  color: #fff !important;
}

.bin-ordering-wrapper .bin-clip-wrapper {
  display: flex;
  overflow-x: auto;
  padding: 25px 0;
}

.bin-ordering-wrapper .bin-clip-wrapper .bin-mediaasset-wrapper {
  display: flex;
}

.bin-ordering-wrapper .bin-clip-wrapper .bin-mediaasset-wrapper .allowed-drop-zone {
  display: flex;
  padding: 0px 14px;
  margin: 5px;
  height: 151px;
  align-items: center;
  font-size: 25px;
  font-weight: bolder;
}

.bin-ordering-wrapper .bin-clip-wrapper .bin-mediaasset-wrapper .allowed-drop-zone.hover {
  border: 2px solid #0081c8;
  background-color: #0081c844;
}

.save-bin-form {
  height: 195px;
}

.save-bin-form .inlineFlex {
  display: inline-flex;
}

.save-bin-form .form-label {
  padding-left: 5px;
  display: inline-block;
  width: 120px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.save-bin-form .save-btn,
.save-bin-form .cancel-btn {
  bottom: inherit;
  top: 0;
}

.add-bin-menu-btn {
  display: inline-block;
  color: #1E88E5;
  font-weight: bold;
  cursor: pointer;
}

.edit-sharedbin-menu-btn {
  display: inline-block;
  padding-top: 5px;
  color: white;
}

.edit-sharedbin-menu {
  width: 170px;
}

.edit-sharedbin-menu md-menu-item {
  height: 34px;
  min-height: 34px;
  cursor: pointer;
}

.btn-header {
  margin-left: 3px !important;
  color: white !important;
  text-transform: uppercase !important;
  min-height: 33px !important;
}

.btn-icon-header {
  top: 1px !important;
  left: -5px !important;
  position: relative !important;
}

.display-style-simple .div-btns-holder,
.display-style-simple .select-all-block,
.display-style-simple .thumb-selection-actions,
.display-style-simple .video-check-box {
  display: none;
}

bins-list-component .views-wrap .list-view-blocks .results-section .results-section-row .div-btns-holder .btns-holder {
  display: flex;
  align-items: center;
}

.bin-header-btn {
  margin-left: 5px;
}

.send-to-btn {
  height: 34px;
  max-height: 34px;
}

@media screen and (max-width: 440px) {
  bulk-update-dialog-component {
    height: 100%;
  }
}

.bulk-update-form {
  width: 60vw;
}

@media screen and (max-width: 640px) {
  .bulk-update-form {
    width: 100vw !important;
  }
  .bulk-update-form .clips-selection.content-section {
    max-height: 100dvh !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .bulk-update-form {
    width: 80vw !important;
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .bulk-update-form {
    width: 60vw !important;
  }
}

@media screen and (min-width: 1201px) {
  .bulk-update-form {
    width: 50vw !important;
  }
}

.bulk-update-form .clips-selection.content-section {
  max-height: 60vh;
}

.bulk-update-form .clips-selection.content-section > div:last-child .bulk-row-input {
  padding-bottom: 0;
}

.bulk-update-form dateminutes-picker {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #e8e8e8;
  padding: .4em .7em;
  width: 100%;
}

.bulk-update-form dateminutes-picker input {
  border: none;
}

.bulk-update-form .bulk-row-input {
  display: inline-flex;
  width: 100%;
  padding-bottom: 10px;
}

.bulk-update-form .bulk-row-input .bulk-input {
  width: 100%;
}

.bulk-update-form .title-text {
  width: 25%;
}

.bulk-update-form .checkbox {
  display: inline-block;
  position: relative;
}

.bulk-update-form .form-label {
  padding-left: 5px;
  display: inline-block;
  width: 115px;
}

.bulk-update-form .after-checkbox {
  padding-left: 5px;
}

bulk-update-component {
  display: inline-block;
}

bulk-update-component[disabled='disabled'] .btn, bulk-update-component[disabled='disabled'] .btn-combo {
  cursor: default;
  position: relative;
  pointer-events: none;
}

bulk-update-component .btn, bulk-update-component .btn-combo {
  padding: 0;
  padding-right: 10px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 0;
  display: inline-table;
  height: 100%;
}

bulk-update-component .btn .btn-content, bulk-update-component .btn-combo .btn-content {
  vertical-align: middle;
  display: table-cell;
}

bulk-update-component .btn.disabled, bulk-update-component .disabled.btn-combo {
  background-color: #C3C3C3;
  cursor: default;
  position: relative;
  pointer-events: none;
}

bulk-update-component [class^="icon-"],
bulk-update-component [class*=" icon-"] {
  padding: 3px 7px;
  display: inline-block;
  cursor: pointer;
}

bulk-update-component [class^="icon-"]:hover,
bulk-update-component [class*=" icon-"]:hover {
  /*color:$color_08;*/
}

bulk-update-component md-menu {
  display: inline-block;
  height: 100%;
  margin-left: -2px;
  margin-top: -35px;
}

bulk-update-component .send-to-menu-btn {
  background: #295290;
  color: #fff;
  text-transform: uppercase;
  border: none;
  height: 100%;
  /*display: inline-table;*/
}

bulk-update-component .send-to-menu-btn.minimized {
  width: 0;
  overflow: hidden;
  position: absolute;
  padding: 0px;
  margin: 0;
  border: none;
}

bulk-update-component .send-to-menu-btn .icon-angle-down {
  padding: 2px 7px;
  /*display: table-cell;
      vertical-align: middle;*/
}

bulk-update-component .send-to-menu-btn .icon-angle-down:hover {
  color: white;
}

.bulkUpdateComponent {
  display: inline-block;
  height: 34px;
}

bulk-update-component .btn, bulk-update-component .btn-combo {
  padding: 7px 13px 8px !important;
}

.bulk-update-dropdown.md-virtual-repeat-container .md-virtual-repeat-scroller {
  background: white;
}

.save-clip-form {
  height: 140px;
}

.save-clip-form .save-clip-button-container {
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.save-clip-form .form-label {
  padding-left: 5px;
  display: inline-block;
  width: 110px;
}

.save-clip-form .save-btn,
.save-clip-form .cancel-btn {
  bottom: inherit;
  /*top: 92px;*/
}

.edit-clip-menu-btn {
  display: inline-block;
  margin-left: -4px;
  padding-top: 5px;
  color: #5f5f5f;
  cursor: pointer;
}

.document-alert-form {
  height: 210px;
}

.document-alert-form .form-text {
  padding-left: 5px;
  display: inline-block;
  width: 400px;
}

.document-alert-form .form-input, .document-alert-form .input-combo {
  width: 240px;
  vertical-align: top;
}

.document-alert-form .form-label {
  padding-left: 5px;
  display: inline-block;
}

.document-alert-form .checkbox {
  display: inline-block;
  position: relative;
}

.document-alert-form .after-checkbox {
  padding-left: 5px;
}

.document-alert-form .save-btn,
.document-alert-form .cancel-btn {
  bottom: inherit;
  top: 162px;
}

downloads-list-component .results-section {
  width: 100%;
  display: inline-block;
  padding-top: 30px;
  margin: 0;
  scrollbar-width: thin;
}

downloads-list-component .content-wrap {
  margin: auto;
}

downloads-list-component .content-wrap .downloads-header {
  float: left;
}

downloads-list-component .content-wrap .downloads-header .reload {
  margin-left: 8px;
}

downloads-list-component .content-wrap .downloads-header .reload .icon-refresh {
  color: light-blue;
}

downloads-list-component .content-wrap .downloads-header .reload-counter {
  font-size: 12px;
}

downloads-list-component .content-wrap .downloads-header .total-numbers {
  color: #8f989c;
  font-size: 13px;
}

downloads-list-component .content-wrap .views-wrap {
  height: 120%;
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks {
  height: 80%;
  box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.447059) inset, 0 -20px 10px -20px rgba(0, 0, 0, 0.447059) inset;
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section {
  max-height: calc(100% - 50px);
  overflow-y: scroll;
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section .results-container {
  display: contents;
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section .results-container .item-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 7px;
}

@media (max-width: 1023px) {
  downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section .results-container .description-area {
    padding: 10px 0 0 10px;
  }
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section .results-container .description-area .title {
  padding-right: 10px;
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section .results-container .description-area .actions {
  display: inline-flex;
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section .results-container .description-area .actions .icon-transfer {
  font-size: 20px;
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section .results-container .description-area .actions .pending {
  margin-left: 5px;
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section .results-container .description-area .actions .pending .icon-ban {
  font-size: 20px;
}

downloads-list-component .content-wrap .views-wrap .list-view-blocks .results-section .results-container .actions {
  margin-top: 1em;
  margin-left: 1em;
}

downloads-list-component media-block-component {
  height: 160px;
}

.error-form .form-label {
  padding-left: 5px;
  display: inline-block;
  width: inherit;
}

.error-form .save-btn,
.error-form .cancel-btn {
  bottom: inherit;
}

.error-form .icon-warning {
  font-size: 18px;
  font-weight: bold;
}

.error-form .social-network {
  font-size: 16px;
  font-weight: bold;
}

error-dialog-component {
  max-width: 30vw;
}

.live-feed-content .match-feed {
  border-bottom: 1px solid #333b3f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.live-feed-content .match-feed .match-title {
  background: white;
  padding: 10px;
  margin: 10px;
  color: gray;
  width: 185px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-feed-content .clips {
  overflow: hidden;
}

.live-feed-content .clips .clip {
  min-width: calc(100% / 8);
  padding: 7px;
  text-align: center;
}

@media (max-width: 1399px) {
  .live-feed-content .clips .clip {
    min-width: calc(100% / 5);
  }
}

.live-feed-content .clips .clip > div {
  background-color: #333b3f;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.live-feed-content .clips .clip.in-list {
  border-bottom: 1px solid #272a2b;
  background-color: #333b3f;
}

.live-feed-content .icon-angle-left,
.live-feed-content .icon-angle-right {
  position: relative;
  width: 25px;
  text-align: center;
  cursor: pointer;
}

.live-feed-content .icon-angle-left::before,
.live-feed-content .icon-angle-right::before {
  position: absolute;
  top: calc(50% - 7px);
}

.live-feed-content .icon-angle-left:hover,
.live-feed-content .icon-angle-right:hover {
  background: #5aa8e7;
}

.live-feed-content {
  position: relative;
  background-color: transparent;
  color: white;
}

.live-feed-content .clips .clip > div:hover {
  color: #e7a624;
}

.cursor-pointer {
  cursor: pointer;
}

uploaded-files-component .select-all-block {
  display: inline-block;
  z-index: 99999;
  margin-top: 10px;
  margin-bottom: 2px;
  border-bottom: 1px solid gray;
  width: 100%;
  padding-bottom: 5px;
}

.upload-metada-list {
  margin: 0;
  padding: 0;
}

.upload-metada-list > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.info-list, .subtitles-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list div.ng-scope[md-virtual-repeat], .subtitles-list div.ng-scope[md-virtual-repeat] {
  min-height: initial;
}

.info-list div.metadataForm, .subtitles-list div.metadataForm {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.info-list a, .subtitles-list a {
  color: #818181;
}

.info-list a i, .subtitles-list a i {
  margin: 0 4px;
}

.info-list a span, .subtitles-list a span {
  margin-right: 5px;
}

.info-list .star-rating, .subtitles-list .star-rating {
  margin: 0;
  padding: 0;
  list-style: none;
  color: white;
  font-size: 13px;
  line-height: 1;
  padding-top: 2px;
}

.info-list .star-rating li.active, .subtitles-list .star-rating li.active {
  color: #414a4f;
}

.info-list .star-rating li.activeEdit i, .subtitles-list .star-rating li.activeEdit i {
  color: #e7a624;
}

.info-list .star-rating li.emptyEdit i, .subtitles-list .star-rating li.emptyEdit i,
.info-list .star-rating li.empty i,
.subtitles-list .star-rating li.empty i {
  color: black;
}

.info-list .star-rating > li, .subtitles-list .star-rating > li {
  display: inline-block;
  vertical-align: top;
}

.info-list .tags, .subtitles-list .tags {
  margin: -2px 0 -6px -7px;
  padding: 0;
}

.info-list .tags li, .subtitles-list .tags li {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px 4px 0;
}

.info-list .tags li a, .subtitles-list .tags li a {
  display: block;
  border-radius: 9px;
  background: #414a4f;
  color: #fff;
  padding: 2px 7px;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}

.info-list .tags li a:hover, .subtitles-list .tags li a:hover, .info-list .tags li a.active, .subtitles-list .tags li a.active {
  background: #5aa8e7;
}

.info-list .tags.keywords a:hover, .subtitles-list .tags.keywords a:hover, .info-list .tags.keywords a.active, .subtitles-list .tags.keywords a.active {
  background: #414a4f;
}

.info-list .active .tags.keywords li a, .subtitles-list .active .tags.keywords li a {
  background: #1E88E5;
}

.info-list .active .log-title, .subtitles-list .active .log-title {
  color: #5aa8e7;
}

.info-list > li:first-child, .subtitles-list > li:first-child {
  border-top: 0;
}

.info-list > li, .subtitles-list > li {
  border-top: 1px solid #333b3f;
  display: flex;
}

.info-list .title-text, .subtitles-list .title-text {
  min-width: 125px;
  padding: 9px 0 9px;
  font-weight: 600;
  align-content: normal;
}

.info-list .title-text.is-first-group, .subtitles-list .title-text.is-first-group {
  padding: 9px 0 0;
}

.info-list .title-text.is-first-group p, .subtitles-list .title-text.is-first-group p {
  margin: 0;
}

.info-list .title-text.is-inside-group, .subtitles-list .title-text.is-inside-group {
  padding: 0;
}

.info-list .title-text.is-last-group, .subtitles-list .title-text.is-last-group {
  padding: 0 0 9px;
}

.info-list .log-title, .subtitles-list .log-title {
  float: left;
  white-space: nowrap;
  padding: 9px 0 9px 5px;
  font-weight: 600;
}

.info-list .desc, .subtitles-list .desc {
  overflow: hidden;
  padding: 8px 0 11px 7px;
}

.info-list .desc.is-first-group, .subtitles-list .desc.is-first-group {
  padding: 8px 0 0 7px;
}

.info-list .desc.is-inside-group, .subtitles-list .desc.is-inside-group {
  padding: 0 0 0 7px;
}

.info-list .desc.is-last-group, .subtitles-list .desc.is-last-group {
  padding: 0 0 11px 7px;
}

.file-uploaded-block {
  margin-top: 0;
  border-bottom: 1px solid #333b3f;
}

.file-uploaded-block .btn, .file-uploaded-block .btn-combo {
  background: #1E88E5 !important;
}

.file-uploaded-block .file-uploaded-block-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.file-uploaded-block .file-uploaded-block-content > div {
  padding: 10px;
}

.file-uploaded-block .file-uploaded-block-content .file-uploaded-block-description-container, .file-uploaded-block .file-uploaded-block-content .file-uploaded-block-description-container-list {
  flex-grow: 1;
}

.file-uploaded-block .file-uploaded-block-content .file-uploaded-block-description-container .file-uploaded-block-infos, .file-uploaded-block .file-uploaded-block-content .file-uploaded-block-description-container-list .file-uploaded-block-infos {
  position: relative;
  background-color: black;
  min-width: 288px;
  max-width: 288px;
  min-height: 162px;
  max-height: 162px;
  display: flex;
}

@media screen and (max-width: 440px) {
  uploaded-files-component .tabset {
    width: 100% !important;
  }
}

uploaded-files-component .tabset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  list-style: none;
  position: initial;
  z-index: 1;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

uploaded-files-component .tabset li {
  vertical-align: top;
  padding-left: 1px;
  flex-grow: 1;
}

uploaded-files-component .tabset li:focus {
  border-color: white !important;
  outline: none;
  border-bottom: none;
}

uploaded-files-component .tabset li:first-child {
  padding-left: 0;
}

uploaded-files-component .tabset li.active a {
  color: white;
  background: #1E88E5;
}

uploaded-files-component .tabset a {
  display: block;
  width: 100%;
  padding: 12px 3px 10px;
  color: #1E88E5;
  background: #272c2e;
  text-align: center;
  border-radius: 3px 3px 0 0;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}

uploaded-files-component .tabset a:hover {
  background: #1E88E5;
  color: white;
  cursor: pointer;
}

uploaded-files-component .tab-content {
  border-top: none;
  overflow: auto;
  padding: 20px 7px;
  background: #272c2e;
  font-size: 13px;
  color: white;
  margin-top: -1px;
}

uploaded-files-component .content-holder .content-wrap {
  border-top: none;
}

.file-uploaded-block-content .file-uploaded-block-description-container:not(.ellipsis) {
  position: relative;
  min-width: 288px;
  max-width: 288px;
  min-height: 162px;
  max-height: 162px;
  display: flex;
}

.file-uploaded-block-content img {
  cursor: pointer;
  margin: auto;
  max-height: 162px;
}

#dlFiles.disabled {
  background-color: #C3C3C3 !important;
  cursor: default;
  position: relative;
  pointer-events: none;
  opacity: 0.48;
  color: rgba(255, 255, 255, 0.88);
}

.uploaded-files-component-align {
  vertical-align: top;
}

.thumb-selection-actions i[class*='icon-'] {
  padding: 0 !important;
  margin-right: 5px;
}

.thumb-selection-actions bulk-update-component a {
  height: 37px;
  padding: 8px;
}

.file-upload-title {
  font-size: 22px;
}

.asset-action-btn {
  font-size: 1.1rem;
  background: #2d8ad7;
  padding: 10px;
  border-radius: 5px;
  margin-left: 5px;
}

uploaded-files-component .select-all-block {
  border: none;
}

uploaded-files-component text-component .icon-caret-down {
  color: #272c2e;
}

uploaded-files-component text-component .icon-caret-up {
  color: #272c2e;
}

uploaded-files-component .tabset li.active a {
  color: white;
  background: #1E88E5;
}

uploaded-files-component .tabset {
  flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;
}

.file-uploaded-block-description-container-still {
  min-width: 346px !important;
  max-width: 346px !important;
  min-height: 216px !important;
  max-height: 216px !important;
}

.uploaded-files-grid-row {
  display: flex;
  justify-content: left;
}

.mobile filter-criteria-menu-component {
  margin-top: 0px !important;
}

filter-criteria-menu-component {
  display: inline-block;
}


filter-criteria-menu-component .btn,
filter-criteria-menu-component .btn-combo {
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 0;
  padding: 6px;
}

filter-criteria-menu-component .btn .btn-content, filter-criteria-menu-component .btn-combo .btn-content {
  white-space: nowrap;
  background-color: transparent;
}

filter-criteria-menu-component .btn.disabled, filter-criteria-menu-component .disabled.btn-combo {
  background-color: #C3C3C3;
  cursor: default;
  position: relative;
  pointer-events: none;
}

filter-criteria-menu-component [class^="icon-"],
filter-criteria-menu-component [class*=" icon-"] {
  padding: 3px 7px;
  display: inline-block;
  cursor: pointer;
}

.btn-toggle {
  border: 1px solid #e8e8e8;
  height: 30px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: 2px;
  font-size: 10px;
  text-align: center;
}

.btn-toggle:hover {
  cursor: pointer;
  background-color: black;
}

.btn-toggle.active {
  background-color: #1E88E5 !important;
  border-color: #d1d1d1;
}

.fieldset-custom-form {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  row-gap: 10px;
  max-height: 100%;
}

.facet-detail {
  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}

.save-clear-filters-btns .icon-floppy-disk,
.save-clear-filters-btns .icon-remove {
  color: white !important;
}

.save-filter-form.modal-form {
  width: 30vw;
}

@media screen and (max-width: 640px) {
  .save-filter-form.modal-form {
    width: 100vw !important;
  }
  .save-filter-form.modal-form .modal-content {
    max-height: 100dvh !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .save-filter-form.modal-form {
    width: 60vw !important;
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .save-filter-form.modal-form {
    width: 40vw !important;
  }
}

@media screen and (min-width: 1201px) {
  .save-filter-form.modal-form {
    width: 30vw !important;
  }
}

.save-filter-form.modal-form header {
  height: 0;
  min-height: 0;
}

.save-filter-form.modal-form .checkbox {
  display: inline-block;
  position: relative;
}

.save-filter-form.modal-form .modal-content {
  max-height: 60vh;
}

.save-filter-form.modal-form .modal-content .sub-title {
  margin-top: 20px;
}

.save-filter-form.modal-form .modal-content > div:last-child .form-field {
  padding-bottom: 0;
}

.save-filter-form.modal-form .form-field {
  display: inline-flex;
  width: 100%;
  padding-bottom: 10px;
  align-items: center;
}

.save-filter-form.modal-form .form-field .form-input, .save-filter-form.modal-form .form-field .input-combo {
  width: 100%;
}

.save-filter-form.modal-form .form-label {
  padding-left: 5px;
  display: flex;
  align-items: center;
  width: 60%;
}

.save-filter-form.modal-form .after-checkbox {
  padding-left: 5px;
}

dateminutes-picker .md-datepicker-input-container.md-datepicker-input-container {
  margin-left: -15px;
}

.usersGroupsSelect {
  width: 285px;
}

.usersGroupsDiv {
  padding-left: 5px;
  display: inline-block;
}

.usrgrp-search-container input {
  border-top: none;
  border-left: none;
  border-right: none;
}

.usrgrp-search-container .md-errors-spacer {
  display: none;
}

.btn-combo {
  background-color: #0097cc;
  border: 1px solid #757575;
}

.btn-combo:hover {
  background-color: #0081C8 !important;
  border: 1px solid #757575 !important;
}

.share-border-selector {
  border: 1px solid #e8e8e8 !important;
}

#nav {
  float: left;
  margin: 5px 0 0;
  /* Show resizer when left-menu is hovered, or if resizer is hovered or held */
}

#nav .nav-drop:hover + .sidebar-resizer, #nav .sidebar-resizer:hover, #nav .sidebar-resizer:active {
  display: flex;
}

#nav .sidebar-resizer {
  width: 20px;
  margin-right: -20px;
  margin-top: 1px;
  position: absolute;
  background-color: #afafaf7d;
  height: 60px;
  cursor: col-resize;
  z-index: -1;
  opacity: 0.7;
  justify-content: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  display: none;
  user-select: none;
}

#nav .sidebar-resizer .icon-angle-right {
  font-weight: bold;
  color: white;
  font-size: 20px;
  animation: slider ease-in-out 2s;
  animation-iteration-count: 3;
  padding-right: 0;
}

@keyframes slider {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

#nav .navigation {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}

#nav .navigation > li {
  position: relative;
  margin-bottom: 0;
}

#nav .navigation > li > a {
  position: relative;
  color: #c3c3c3;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

#nav .navigation > li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 18px;
  background: #0087e6;
  transition: all .2s linear;
  opacity: 0;
}

#nav .navigation > li > a i {
  margin-left: 15px !important;
}

#nav .navigation > li > a i.copy {
  left: 18px;
  text-shadow: -1px -1px 0 #1c2022;
  top: 10px;
  z-index: 2;
}

#nav .navigation > li > a.has-drop-down-a {
  padding-right: 15px;
  position: relative;
}

#nav .navigation > li > a.has-drop-down-a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 8px;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

#nav .navigation > li.hover > a,
#nav .navigation > li:hover > a,
#nav .navigation > li.active > a {
  color: #fff;
}

#nav .navigation > li.hover:before,
#nav .navigation > li:hover:before,
#nav .navigation > li.active:before {
  opacity: 1;
}

#nav .navigation > li.hover > a i,
#nav .navigation > li:hover > a i,
#nav .navigation > li.active > a i {
  color: #e7a624;
}

#nav .dropdown, #nav .slide-block filters-content-component .sub-filter-dropdown {
  width: 100%;
}

#nav .hover .dropdown, #nav .hover .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .hover .sub-filter-dropdown {
  display: block;
}

#nav .dropdown-list {
  text-transform: capitalize;
}

#nav .dropdown-list a {
  display: block;
  padding: 5px 50px;
  color: #c3c3c3;
}

#nav .dropdown-list a:hover {
  background: #e8e8e8;
}

#nav .item-count {
  width: 12px;
  height: 12px;
  border: none;
  padding: 3px 0 0;
  top: -6px;
  right: -7px;
}

#nav .nav-block {
  margin-bottom: 15px;
}

#nav .nav-block .nav-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 0 10px;
  height: auto;
}

.nav-opener {
  color: #424749;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  outline: none;
}

.nav-opener:hover,
.nav-opener:focus {
  opacity: .7;
  color: #424749;
  outline: none;
}

.nav-drop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1c2022;
  transition: opacity .2s linear, visibility .2s linear, left .2s linear;
  overflow: hidden;
  /*background: url(./images/img-decorNavMenu.jpg);
  background-size: contain;*/
}

.nav-drop:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(12.5% - 5px);
  /* background: url(./images/img0.jpg) no-repeat; */
  width: 75%;
  /* height: 100px; */
  z-index: -1;
}

.nav-drop .nav-wrap {
  padding: 10px 0;
}

.nav-drop .block-wrap {
  padding: 0 0 0;
}

.header-info {
  font-size: 0;
  line-height: 0;
  margin: 0 -5px -10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.header-info .column {
  font-size: 14px;
  line-height: 18px;
  padding: 0 5px;
  flex-grow: 1;
}

.header-info .list-inline > li {
  vertical-align: middle;
}

.header-info .list-info {
  border-left: 1px solid #e8e8e8;
}

.header-info .list-info > li {
  line-height: 10px;
  padding: 0 5px;
  margin: 0;
}

.header-info .list-info > li:first-child {
  border-color: transparent;
}

.header-info .list-info > li img {
  width: 19px;
  height: 19px;
}

.header-info .list-info a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 8px 8px 10px;
}

.header-info .list-info a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0087e6;
  opacity: 0;
  transition: all .2s linear;
}

.header-info .list-info .active a:after,
.header-info .list-info a:hover:after {
  opacity: 1;
}

.account-panel .dropdown, .account-panel #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .account-panel .sub-filter-dropdown {
  left: auto;
  right: 0;
  background: #fff;
  width: 145px;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin: 10px 0 0;
  text-align: left;
}

.account-panel .list-option {
  font-size: 12px;
  line-height: 16px;
}

.account-panel .list-option > li {
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}

.account-panel .list-option a {
  color: #424749;
  display: block;
  padding: 8px 15px;
}

.account-panel .list-option a:hover {
  background: #e8e8e8;
}

.account-panel .hover .dropdown, .account-panel .hover #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component .account-panel .hover .sub-filter-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.account-panel > ul > li a {
  font-size: 14px;
  line-height: 30px;
  color: #424749;
  position: relative;
  padding: 0 15px 0 0;
  display: flex !important;
  align-items: center;
  height: 30px;
}

.account-panel > ul > li a i {
  margin-right: 10px;
}

.account-panel > ul > li a:hover {
  opacity: .7;
}

.account-panel > ul > li a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  font-family: "icomoon";
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}

.account-panel .list-inline {
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
}

.updated-header .account-panel .list-inline > li {
  padding: 0 15px;
}

.account-panel .list-inline > li {
  margin-left: 0;
  margin-right: 0;
}

.info-site {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f2528;
  padding: 10px 15px;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  z-index: 99;
  color: #424c50;
}

.info-site img {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

#nav-header {
  display: flex;
}

#nav-header:hover .nav-opener,
#nav-header:hover .nav-opener-logo {
  opacity: 0.8 !important;
  /* Apply the shared hover effect */
}

#nav-header .nav-opener {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDYwIDYwIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiPjxzdHlsZT4uYXtmaWxsOiMwMGJjYmN9LmJ7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9ImEiIGQ9Im0wIDBoNjEuNHY2MGgtNjEuNHoiLz48cGF0aCBjbGFzcz0iYiIgZD0ibTQzLjUgNDMuMWMxLjMgMCAyLjEtMC44IDIuMS0xLjkgMC0xLjEtMC45LTEuOS0yLjEtMS45aC0yNS43Yy0xLjMgMC0yLjEgMC44LTIuMSAxLjkgMCAxLjEgMC45IDEuOSAyLjEgMS45eiIvPjxwYXRoIGNsYXNzPSJiIiBkPSJtNDMuNSAyMC42YzEuMyAwIDIuMS0wLjggMi4xLTEuOSAwLTEuMS0wLjktMS45LTIuMS0xLjloLTI1LjdjLTEuMyAwLTIuMSAwLjgtMi4xIDEuOSAwIDEuMSAwLjkgMS45IDIuMSAxLjl6Ii8+PHBhdGggY2xhc3M9ImIiIGQ9Im0zMi42IDI2LjJjMCAxLjEtMC45IDEuOS0yLjEgMS45aC0xMi42Yy0xLjMgMC0yLjEtMC44LTIuMS0xLjkgMC0xLjEgMC45LTEuOSAyLjEtMS45aDEyLjZjMS4zIDAgMi4xIDAuOCAyLjEgMS45eiIvPjxwYXRoIGNsYXNzPSJiIiBkPSJtMzAuNSAzNS42YzEuMyAwIDIuMS0wLjggMi4xLTEuOSAwLTEuMS0wLjktMS45LTIuMS0xLjloLTEyLjZjLTEuMyAwLTIuMSAwLjgtMi4xIDEuOSAwIDEuMSAwLjkgMS45IDIuMSAxLjl6Ii8+PHBhdGggY2xhc3M9ImIiIGQ9Im00MS40IDM1bDMuOC0zLjhjMC44LTAuOCAwLjgtMS45IDAtMi42bC0zLjgtMy44Yy0wLjQtMC40LTAuOS0wLjYtMS4zLTAuNi0wLjQgMC0wLjkgMC4yLTEuMyAwLjYtMC44IDAuOC0wLjggMS45IDAgMi42bDAuNiAwLjZoLTIuOGMtMS4zIDAtMi4xIDAuOC0yLjEgMS45IDAgMS4xIDAuOSAxLjkgMi4xIDEuOWgyLjdsLTAuNSAwLjVjLTAuOCAwLjgtMC44IDEuOSAwIDIuNiAwLjggMC44IDEuOSAwLjggMi42IDB6Ii8+PC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-left: 0px;
}

#nav-header .nav-opener.opened {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDYwIDYwIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiPjxzdHlsZT4uYXtmaWxsOiMwMGJjYmN9LmJ7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9ImEiIGQ9Im0wIDBoNjEuNHY2MGgtNjEuNHoiLz48cGF0aCBjbGFzcz0iYiIgZD0ibTQzLjUgNDMuMWMxLjMgMCAyLjEtMC44IDIuMS0xLjkgMC0xLjEtMC45LTEuOS0yLjEtMS45aC0yNS43Yy0xLjMgMC0yLjEgMC44LTIuMSAxLjkgMCAxLjEgMC45IDEuOSAyLjEgMS45eiIvPjxwYXRoIGNsYXNzPSJiIiBkPSJtNDMuNSAyMC42YzEuMyAwIDIuMS0wLjggMi4xLTEuOSAwLTEuMS0wLjktMS45LTIuMS0xLjloLTI1LjdjLTEuMyAwLTIuMSAwLjgtMi4xIDEuOSAwIDEuMSAwLjkgMS45IDIuMSAxLjl6Ii8+PHBhdGggY2xhc3M9ImIiIGQ9Im0zMi42IDI2LjJjMCAxLjEtMC45IDEuOS0yLjEgMS45aC0xMi42Yy0xLjMgMC0yLjEtMC44LTIuMS0xLjkgMC0xLjEgMC45LTEuOSAyLjEtMS45aDEyLjZjMS4zIDAgMi4xIDAuOCAyLjEgMS45eiIvPjxwYXRoIGNsYXNzPSJiIiBkPSJtMzAuNSAzNS42YzEuMyAwIDIuMS0wLjggMi4xLTEuOSAwLTEuMS0wLjktMS45LTIuMS0xLjloLTEyLjZjLTEuMyAwLTIuMSAwLjgtMi4xIDEuOSAwIDEuMSAwLjkgMS45IDIuMSAxLjl6Ii8+PHBhdGggY2xhc3M9ImIiIGQ9Im0zOC45IDI0LjdsLTMuOCAzLjhjLTAuOCAwLjgtMC44IDEuOSAwIDIuNmwzLjggMy44YzAuNCAwLjQgMC45IDAuNiAxLjMgMC42IDAuNCAwIDAuOS0wLjIgMS4zLTAuNiAwLjgtMC44IDAuOC0xLjkgMC0yLjZsLTAuNi0wLjZoMi44YzEuMyAwIDIuMS0wLjggMi4xLTEuOSAwLTEuMS0wLjktMS45LTIuMS0xLjloLTIuN2wwLjUtMC41YzAuOC0wLjggMC44LTEuOSAwLTIuNi0wLjgtMC44LTEuOS0wLjgtMi42IDB6Ii8+PC9zdmc+);
}

#nav-header .nav-opener-logo {
  width: 160px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2MCA2MCIgd2lkdGg9IjE2MCIgaGVpZ2h0PSI2MCI+Cgk8dGl0bGU+bWVudS1zdmc8L3RpdGxlPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6ICNmZmZmZmYgfSAKCTwvc3R5bGU+Cgk8Zz4KCQk8ZyBpZD0iTGF5ZXJfMSI+CgkJCTxnPgoJCQkJPHBhdGggY2xhc3M9InMwIiBkPSJtMzMuNCAxNy41aDI2LjV2NWgtMjYuNXoiLz4KCQkJCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTMzLjQgMjcuNWgyNi41djVoLTI2LjV6Ii8+CgkJCQk8cGF0aCBjbGFzcz0iczAiIGQ9Im0zMy40IDM3LjVoMjYuNXY1aC0yNi41eiIvPgoJCQkJPHBhdGggY2xhc3M9InMwIiBkPSJtMTMwLjQgMjIuNXYtNWgtMjYuNXYxNWgyMS41djVoLTIxLjV2NWgyNi41di0xNWgtMjEuNXYtNWgyMS41eiIvPgoJCQkJPHBhdGggY2xhc3M9InMwIiBkPSJtODEuOSAzNy4ybC0xMS40LTE5LjdoLTYuMWwxNC40IDI1aDYuMmwxNC40LTI1aC02LjJsLTExLjMgMTkuN3oiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9zdmc+);
  margin-left: 20px;
  cursor: pointer;
}

#nav {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  position: relative;
  width: 240px;
  height: calc(100dvh - 59px);
  top: 59px;
  z-index: 1;
}

.news-nav #nav .navigation {
  font-weight: 100;
}

.news-nav #nav .navigation li a.btn, .news-nav #nav .navigation li a.btn-combo {
  padding: 7px 35px;
  margin-top: 9px;
}

.news-nav input.ng-empty + span label,
.news-nav input.ng-empty + label {
  color: #C3C3C3;
}

.news-nav .nav-title {
  font-size: 0.9em !important;
}

.news-nav .navigation {
  margin: 0px 15px;
  padding: 20px 20px 10px 0px;
}

.news-nav .navigation.saved-alert {
  border: none;
  padding: 0;
  margin: 0;
}

.news-nav .navigation li {
  list-style: none;
  padding: 3px 0;
}

.news-nav .navigation li ul {
  -webkit-padding-start: 10px;
}

.news-nav .navigation li ul li:first-child {
  padding-top: 8px;
}

.news-nav .navigation .read-yes-no {
  margin-left: 8px;
}

.news-nav .navigation .read-yes-no input {
  margin-left: 17px;
}

.news-nav .navigation .active-yes-no {
  margin-left: 3px;
}

.news-nav .navigation .active-yes-no input {
  margin-left: 17px;
}

.news-nav .navigation .document-yes-no {
  padding-top: 7px;
  display: inline-block;
}

.news-nav .navigation .document-yes-no input {
  margin: 0 10px;
}

.news-nav .navigation .md-datepicker-triangle-button.md-button.md-icon-button {
  border: none;
}

.news-nav .navigation .md-datepicker-triangle-button.md-button.md-icon-button > div.md-datepicker-expand-triangle {
  border: none;
  background-image: url(/public/images/calendar.svg);
  width: 12px;
  height: 13px;
  background-repeat: no-repeat;
  right: 0;
}

.news-nav .navigation .type-category {
  display: inline;
  max-width: 140px;
  vertical-align: top;
  padding-left: 4px;
}

.status-header {
  margin-top: 10px;
}

.btn-apply-holder {
  flex-shrink: 0;
  max-width: 120px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}

.btn-apply-holder .btn, .btn-apply-holder .btn-combo {
  background: #1E88E5 !important;
  color: white !important;
}

.btn-apply-holder .btn .fa, .btn-apply-holder .btn-combo .fa {
  margin: 0 0 0 4px;
  color: #5aa8e7;
  transition: color 0.3s ease;
}

.btn-apply-holder .btn-combo {
  background: #1E88E5 !important;
}

.header-info {
  font-size: 0;
  line-height: 0;
  margin: 0 -5px -10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-grow: 1;
  /* text-align: end; */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .header-info {
    max-width: 320px;
  }
}

@media (min-width: 1024px) {
  .header-info {
    max-width: 550px;
  }
}

@media (min-width: 768px) {
  .updated-header .header-info {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .updated-header .header-info {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .updated-header .header-info .list-info > li {
    padding: 0 8px;
  }
}

@media (min-width: 1200px) {
  .updated-header .header-info .list-info > li {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .updated-header .header-info .list-info > li {
    padding: 0 2px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .updated-header .header-info .list-links {
    padding: 12px 0 0 0;
  }
}

@media (min-width: 1360px) {
  .updated-header .header-info .list-links {
    padding: 12px 10px 0 0;
  }
}

@media (min-width: 1024px) {
  .updated-header .header-info .list-links a {
    height: auto;
    width: auto;
    border-radius: 0;
    background: none;
    color: #272c2e;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (min-width: 1024px) {
  .updated-header .header-info .list-links a:hover {
    background: none;
    color: #5aa8e7;
  }
}

@media (min-width: 1024px) {
  .updated-header .header-info .list-links .fa {
    color: #5aa8e7;
    top: auto;
    transform: none;
    margin: 0 4px 0 0;
  }
}

.updated-header .header-info .list-links .text {
  display: none;
}

@media (min-width: 1024px) {
  .updated-header .header-info .list-links .text {
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .header-info:before,
  .header-info:after {
    display: none;
  }
}

.header-info .column {
  font-size: 14px;
  line-height: 18px;
  padding: 0 5px;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .header-info .column {
    display: inline-block;
    vertical-align: top;
  }
}

.header-info .list-inline > li {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .header-info .list-links {
    padding: 10px 0 0;
  }
}

@media (min-width: 1024px) {
  .header-info .list-links {
    padding: 12px 10px 0 0;
  }
}

.header-info .list-links a {
  display: block;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  color: #5aa8e7;
  font-size: 13px;
  line-height: 1;
}

@media (min-width: 1024px) {
  .header-info .list-links a {
    width: 22px;
    height: 22px;
  }
}

.header-info .list-links > li {
  padding: 9px 0;
}

@media (min-width: 1024px) {
  .header-info .list-links > li {
    padding: 8px 3px 10px;
  }
}

.header-info .list-links .text {
  display: none;
}

.header-info .list-links i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .header-info .list-info {
    border: none;
    padding: 15px 0;
  }
}

.header-info .list-info > li {
  line-height: 10px;
  padding: 0 5px;
  margin: 0;
  border-left: 1px solid #e8e8e8;
}

@media (min-width: 1024px) {
  .header-info .list-info > li {
    padding: 0 15px;
  }
}

.header-info .list-info > li:first-child {
  border-color: transparent;
}

@media (min-width: 601px) and (max-width: 991px) {
  .header-info .list-info > li.border-tablet {
    border-color: none !important;
  }
}

.header-info .list-info > li img {
  width: 19px;
  height: 19px;
}

@media (min-width: 1024px) {
  .header-info .list-info > li img {
    width: 21px;
    height: 20px;
  }
}

.header-info .list-info a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 8px 8px 10px;
}

@media (min-width: 768px) {
  .header-info .list-info a {
    padding: 5px;
  }
}

.header-info .list-info a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #1E88E5;
  opacity: 0;
  transition: all 0.2s linear;
}

@media (min-width: 768px) {
  .header-info .list-info a:after {
    bottom: -16px;
  }
}

@media (min-width: 1024px) {
  .header-info .list-info a:after {
    bottom: -15px;
    left: -8px;
    right: -8px;
  }
}

.header-info .list-info .active a:after,
.header-info .list-info a:hover:after {
  opacity: 1;
}

.header-info search-component {
  flex-grow: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: normal;
}

@media (max-width: 900px) and (min-width: 767.5px) {
  .header-info search-component {
    justify-content: left !important;
    padding-right: 1em;
  }
}

@media (max-width: 767.5px) {
  .header-info search-component {
    justify-content: right !important;
  }
}

.header-info search-component .form.search-form {
  padding: 0;
}

.edit-filter-nav-item {
  display: flex;
}

.edit-filter-nav-item a {
  flex: 0 1 auto;
}

.edit-filter-nav-item edit-filter-menu-component {
  flex: 0 1 auto;
  margin-left: auto;
  margin-right: 5px;
  font-size: 1em;
}

.user-menu .app-version {
  text-align: center;
  padding: 5px;
  color: gray;
  font-size: xx-small;
}

.user-menu-with-sub {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.user-menu md-menu-item {
  height: initial;
  min-height: initial;
  font-size: 0.85em;
  border-bottom: 1px solid #e8e8e8;
}

.user-menu {
  max-height: 90vh;
  border-left: 1px solid #e7e2e2 !important;
  border-right: 1px solid #e7e2e2 !important;
}

.sub-menu {
  border: 1px solid #e7e2e2 !important;
  width: 150px;
}

.user-menu md-menu-item a {
  color: #424749;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}

.user-menu md-menu-item a:focus {
  color: #424749;
}

.user-menu md-menu-item a:hover {
  color: #424749;
  background: #e8e8e8;
}

.nav-toggle {
  position: absolute;
  right: 33px;
}

.header-left:after {
  width: 2px;
  height: 35px;
  background: #00BEBE;
  margin-top: 6px;
  position: absolute;
  margin-left: 247px;
  margin-left: 239px !important;
  margin-top: 12px;
}

.user-filter-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.new-content-available-filter {
  background: #e7a624;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 100%;
  position: absolute;
  right: 20px;
}

.nav-drop {
  border: none;
  background: #272c2e;
}

.nav-drop:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.75;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.nav-drop .drop-list {
  background: #272c2e !important;
}

.header-logo-right {
  width: 55px;
  height: 51px;
  background-size: 100% 100%;
  display: inline-block;
  margin: 5px 10px 0 0;
}

.news-nav {
  color: gray;
}

nav-component, nav-header-component {
  z-index: 99999;
}

.nav-block-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ellipsis-placeholder {
  width: 23px;
}

.instant-filter-nav-item > a {
  text-transform: uppercase !important;
  padding: 2px 15px 3px 10px !important;
  font-family: Montserrat, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
}

.not-visible {
  visibility: hidden;
}

.header-info .list-info {
  white-space: nowrap;
}

.btn-clear-all {
  line-height: 2px;
  margin-left: 20px;
  padding: 3px 9px 7px;
}

.btn-clear-all[disabled='disabled'] {
  background-color: #C3C3C3;
  cursor: default;
  position: relative;
  pointer-events: none;
  opacity: .7;
}

.news-filter-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.news-filter-buttons .btn, .news-filter-buttons .btn-combo {
  display: inline-block;
  width: 100%;
  padding: 7px 9px 8px !important;
}

news-nav-component .news-my-saved-filters {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
}

#nav .nav-block .li-ellipsis {
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#nav .mobile-filter-menu .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down.active > .dropdown .autocomplete-list, #nav .mobile-filter-menu .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down.active > .dropdown .autocomplete-list, #nav .mobile-filter-menu .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down.active > .sub-filter-dropdown .autocomplete-list, #nav .mobile-filter-menu .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down.active > .sub-filter-dropdown .autocomplete-list {
  max-height: calc(100vh - 170px) !important;
}

.worspace-choice-modal {
  padding: 10px;
  margin-bottom: 2px;
}

.worspace-choice-modal-padding-bottom {
  padding-bottom: 50px;
}

.worspace-choice-modal-content {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.worspace-choice-modal-content-row {
  padding: 10px;
  align-items: center;
}

.worspace-choice-modal-content-row {
  border-top: 1px solid lightgrey;
}

.worspace-choice-modal-content-row-content {
  width: 100%;
  padding-left: 20px;
}

.worspace-choice-modal-content-row-title {
  margin-top: 7px;
  color: #5aa8e7;
}

.worspace-choice-modal-content-row-description {
  padding-left: 5px;
  max-width: 400px;
  margin: 0;
}

.worspace-choice-modal-content-row-thumbnail {
  width: 200px;
}

.delete-icon {
  color: #980000;
  font-size: 22px;
}

.delete-icon:hover {
  color: red;
}

.delete-btn-yes,
.delete-btn-no {
  background-color: #d22d2d;
  color: white;
  padding: 9px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border: none;
  transition-duration: 0.4s;
}

.delete-btn-yes {
  background-color: #4CAF50;
}

.delete-btn-yes:hover {
  background-color: #63e068;
}

.delete-btn-no:hover {
  background-color: #f53838;
}

.delete-icon {
  color: #980000;
  font-size: 22px;
}

.delete-icon:hover {
  color: red;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down a .facet-detail, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down a .facet-detail {
  color: #C3C3C3;
  height: 20px;
  display: flex;
  margin-top: 0;
  line-height: 24px;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down a .icon-angle-right, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down a .icon-angle-right {
  height: 20px;
  display: flex;
  align-items: center;
  color: white;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down a .icon-plus-sign, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down a .icon-plus-sign {
  height: 20px;
  display: flex;
  align-items: center;
  color: #C3C3C3;
}

#nav .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down:hover a .facet-detail, #nav .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down:hover a .facet-detail {
  color: white;
}

.nav-opener .icon-bars:before {
  color: #1e1e28;
}

.header-left {
  border: none;
}

.header-info .list-info > li,
.account-panel > ul > li {
  border-left: none;
}

.account-panel > ul > li a {
  color: white;
  max-width: 44px;
  display: inline-block;
  visibility: hidden;
}

.account-panel > ul > li a:before {
  content: "\f007";
  font-family: "icomoon";
  font-size: 27px;
  color: #797984;
  position: absolute;
  left: 0;
  visibility: visible;
}

.account-panel > ul > li a:after {
  color: #797984;
  visibility: visible;
}

.header-logo-right {
  width: 0px;
}

#header div.header-info div.column.list-panel {
  display: flex;
  /* padding-top: 0px; */
  padding: 0px;
  height: fit-content;
}

.updated-header .header-info {
  height: fit-content;
  display: flex;
  align-items: center;
}

.updated-header .header-info search-component {
  justify-content: normal;
}

#nav .navigation > li {
  height: 25px;
}

#nav .navigation > li:hover > a {
  color: white;
}

#nav .navigation > li:hover > a i {
  color: white;
}

#nav .navigation > li.hover > a i {
  color: #1E88E5;
}

#nav .navigation > li.active > a {
  color: white;
}

#nav .navigation > li.active > a i {
  color: #1E88E5;
}

#nav .navigation > li {
  height: 25px;
  align-items: center;
}

#nav .nav-drop,
#nav .nav-wrap {
  padding: 0;
}

.auto-clip-row-icon {
  margin-top: -2px !important;
  font-size: 20px !important;
}

.fileupload-row-icon {
  font-size: 17px !important;
}

#searchComponentToolbar {
  justify-content: center;
}

.user-menu-ai-icon {
  left: 3px;
}

.icon-search-mobile:before {
  color: #797984;
}

.unset-width {
  width: unset !important;
}

.displayInlineBlock {
  display: inline-block !important;
}

#nav .new-content-available {
  width: 12px;
  height: 12px;
  top: -4px;
  right: -7px;
}

#nav .nav-group-filter-indent {
  display: flex;
  flex-basis: 100%;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 0;
  align-items: center;
  cursor: pointer;
  min-height: 24px;
  line-height: 1em;
}

#nav .nav-group-filter-indent.ind-0 {
  margin-left: 0px;
  height: auto;
}

#nav .nav-group-filter-indent.ind-0.no-toggle-btn {
  max-width: 100%;
}

#nav .nav-group-filter-indent.ind-1 {
  margin-left: 5px;
}

#nav .nav-group-filter-indent.ind-2 {
  margin-left: 15px;
}

#nav .nav-group-filter-indent.ind-3 {
  margin-left: 30px;
}

#nav .nav-group-filter-indent.ind-4 {
  margin-left: 45px;
}

#nav .nav-group-filter-indent.ind-5 {
  margin-left: 60px;
}

#nav .nav-group-filter-indent.ind-max {
  margin-left: 75px;
}

#nav .navigation.no-icons > li > a {
  padding: 5px 15px 5px 25px;
}

#nav .nav-block .slide-block.faceted-nav-item .menuItemFilter .nav-text {
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

#nav .nav-block .sub-filter-nav-item {
  list-style-type: none;
  padding: 0;
  padding-left: 15px;
  margin: 0;
  margin-bottom: 5px;
}

#nav .nav-block .slide-block.faceted-nav-item li .menuItemFilter {
  display: flex;
  padding: 2px 9px 3px 25px;
  width: 100%;
}

#nav .nav-block .slide-block.faceted-nav-item li .menuItemFilter input {
  margin-right: 3px;
}

#nav .nav-block .slide-block.faceted-nav-item li .menuItemFilter.more-less {
  padding-left: 42px;
  cursor: pointer;
}

#nav .nav-block .slide-block.faceted-nav-item li .menuItemFilter.more-less i {
  left: 28px !important;
}

#nav .nav-block .slide-block.faceted-nav-item li:hover .menuItemFilter:before,
#nav .nav-block .slide-block.faceted-nav-item li.active .menuItemFilter:before {
  display: none;
}

#nav .mobile-filter-menu .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down.active > .dropdown .autocomplete-list, #nav .mobile-filter-menu .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down.active > .dropdown .autocomplete-list, #nav .mobile-filter-menu .slide-block filters-content-component > .dropdown .drop-list li.has-drop-down.active > .sub-filter-dropdown .autocomplete-list, #nav .mobile-filter-menu .slide-block filters-content-component > .sub-filter-dropdown .drop-list li.has-drop-down.active > .sub-filter-dropdown .autocomplete-list {
  max-height: calc(100vh - 170px) !important;
}

#nav:not(.nav-active) {
  display: none !important;
}

.documentInlineFlex {
  display: inline-flex;
}

.documentInlineFlex .nameDoc {
  width: 170px;
  padding-right: 5px;
  display: flex;
}

.documentInlineFlex .nameDoc i {
  margin-right: 3px;
  margin-top: 1px;
}

.documentInlineFlex .ellipsisFileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.documentInlineFlex a {
  background: #1E88E5 !important;
  color: white;
  border-radius: 5px;
  border: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.documentInlineFlex a:hover {
  background: white !important;
  color: #0087e6 !important;
}

.metadata-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow-wrap: break-word;
}

.metadata-singleline-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow-wrap: break-word;
}

.metadata-text-expanded {
  display: inline-block !important;
}

.reaction-count {
  display: none;
}

.activated-celebrity {
  color: #1E88E5;
}

.clickable-celebrity:hover {
  cursor: pointer;
}

multiselect-component .dropdown, multiselect-component #nav .slide-block filters-content-component .sub-filter-dropdown, #nav .slide-block filters-content-component multiselect-component .sub-filter-dropdown {
  display: block;
}

news-component .content, critical-news-component .content {
  display: flex;
}

news-component .content img,
critical-news-component .content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  flex: 0 1 auto;
}

news-component .content div,
critical-news-component .content div {
  flex: 1 1 auto;
}

news-component .content img {
  margin-right: 10px;
  max-width: 360px;
  max-height: 200px;
}

critical-news-component .content {
  flex-direction: column;
}

critical-news-component .content img {
  max-width: 100%;
  max-height: 120px;
}

.critical-news-prev-next {
  background-color: #4b555b;
  position: absolute;
  right: -35px;
  width: 35px;
  text-align: center;
  height: 35px;
  user-select: none;
  outline: none;
}

.critical-news-prev-next:not(.enabled):hover {
  background-color: #8f8f8f;
  cursor: pointer;
}

.critical-news-prev-next.enabled {
  opacity: 0;
}

.critical-news-prev-next .icon-angle-left,
.critical-news-prev-next .icon-angle-right {
  color: white;
  font-size: 20px;
  line-height: 32px;
}

.no-news {
  margin: 10px;
}

.newsDates [aria-invalid=true] {
  border-color: red;
  border-style: solid;
  border-width: 2px;
}

.criticalNewDialogContainer {
  z-index: 81;
}

create-info-dialog-component .info-description-area {
  flex: 1 1 auto;
  min-width: fit-content;
}

create-info-dialog-component .info-thumb-area {
  margin-top: 20px;
  flex: 1 1 auto;
  min-width: 250px;
}

create-info-dialog-component .info-thumb-area img {
  max-width: 450px;
  max-height: 250px;
}

create-info-dialog-component .close-dialog {
  right: 20px;
}

.info-availability-user,
.info-availability-group {
  font-style: italic;
  white-space: nowrap;
}

critical-news-component .content-wrap.news-content .news-read-btn {
  border-radius: 0px;
}

create-info-dialog-component .content-wrap {
  width: 100%;
  height: 90vh;
}

create-info-dialog-component .content-panel {
  width: 100%;
}

create-info-dialog-component .container-dialogs {
  display: flex;
  flex-direction: column;
}

create-info-dialog-component .info-description-and-thumb-area {
  display: flex;
  flex-direction: column;
  width: 100%;
}

create-info-dialog-component .info-description-area, create-info-dialog-component .info-thumb-area {
  width: 100%;
}

create-info-dialog-component .info-description-area input {
  width: 100%;
}

create-info-dialog-component .form-group {
  margin-bottom: 15px;
}

create-info-dialog-component .grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

create-info-dialog-component .file-size-warning {
  font-size: smaller;
  margin-bottom: 15px;
  font-style: italic;
}

create-info-dialog-component .newsDates {
  display: flex;
  flex-direction: row;
  align-items: center;
}

create-info-dialog-component .newsDates input {
  margin-left: 20px;
  margin-right: 20px;
}

create-info-dialog-component .list-style-none {
  list-style-type: none;
  padding: 0;
}

create-info-dialog-component .create-info-dialog-content {
  max-height: calc(80vh - $footer-height);
  overflow: auto;
  width: 100%;
  padding: 20px;
  scrollbar-width: thin;
  box-sizing: border-box;
}

create-info-dialog-component .create-info-dialog-content .close-dialog {
  right: 20px;
}

create-info-dialog-component .create-info-dialog-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-right: 20px;
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box;
}

create-info-dialog-component .create-info-dialog-footer .btn, create-info-dialog-component .create-info-dialog-footer .btn-combo {
  margin-left: 15px;
}

create-info-dialog-component .create-info-dialog-footer .btn:hover, create-info-dialog-component .create-info-dialog-footer .btn-combo:hover {
  background-color: #1E88E5 !important;
  color: white !important;
}

create-info-dialog-component [id^="chk-grp-"], create-info-dialog-component [id^="chk-usr-"] {
  margin-right: 5px;
}

.icons-wrapper-position {
  position: absolute;
}

.news-read-now {
  background-color: #1E88E5 !important;
}

.news.btn-combo {
  background-color: #1E88E5;
  border: 1px solid grey;
}

.jcf-checkbox {
  position: absolute;
  left: 0;
  top: 2px;
  overflow: hidden;
  cursor: pointer;
  background: #5a636a;
  height: 13px;
  width: 13px;
  border-radius: 2px;
}

.jcf-checkbox.jcf-checked {
  background: #0087e6;
}

.jcf-checkbox span {
  position: absolute;
  opacity: 0;
  transition: all .2s linear;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
}

.jcf-checkbox span:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: -2px;
  font-family: "FontAwesome";
  color: #272c2e;
  font-size: 10px;
  line-height: 1;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  opacity: 1;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.save-newsfilter-form.modal-form {
  width: 30vw;
}

@media screen and (max-width: 640px) {
  .save-newsfilter-form.modal-form {
    width: 100vw !important;
  }
  .save-newsfilter-form.modal-form .modal-content {
    max-height: 100dvh !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .save-newsfilter-form.modal-form {
    width: 60vw !important;
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .save-newsfilter-form.modal-form {
    width: 40vw !important;
  }
}

@media screen and (min-width: 1201px) {
  .save-newsfilter-form.modal-form {
    width: 30vw !important;
  }
}

.save-newsfilter-form.modal-form header {
  height: 0;
  min-height: 0;
}

.save-newsfilter-form.modal-form .checkbox {
  display: inline-block;
  position: relative;
}

.save-newsfilter-form.modal-form .modal-content {
  max-height: 60vh;
}

.save-newsfilter-form.modal-form .modal-content .sub-title {
  margin-top: 20px;
}

.save-newsfilter-form.modal-form .modal-content > div:last-child .form-field {
  padding-bottom: 0;
}

.save-newsfilter-form.modal-form .form-field {
  display: inline-flex;
  width: 100%;
  padding-bottom: 10px;
  align-items: center;
}

.save-newsfilter-form.modal-form .form-field .form-input, .save-newsfilter-form.modal-form .form-field .input-combo {
  width: 100%;
}

.save-newsfilter-form.modal-form .form-label {
  padding-left: 5px;
  display: flex;
  align-items: center;
  width: 60%;
}

.save-newsfilter-form.modal-form .after-checkbox {
  padding-left: 5px;
}

.content-header .content-header-action {
  display: flex;
  justify-content: space-between;
}

.content-header .content-header-action .content-header-filter-action {
  display: flex;
  align-items: center;
}

.content-header .content-header-action .content-header-media-action {
  margin-right: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.content-header .content-header-action .content-header-media-action .info-filter {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
}

.content-header .content-header-action .content-header-media-action .info-filter .btn, .content-header .content-header-action .content-header-media-action .info-filter .btn-combo {
  line-height: 21px;
}

.content-header .content-header-action .content-header-media-action div {
  min-width: fit-content;
}

.content-header .content-header-filter-option .filter-holder {
  display: flex;
  align-items: center;
}

.content-header .content-header-filter-option .filter-drop-wrap {
  display: flex;
  align-items: center;
}

.content-header-overview .content-header-action {
  justify-content: end;
}

filter-caroussel-component,
filter-category-component {
  width: calc(100vw - 85px);
}

filter-caroussel-component .caroussel .header,
filter-category-component .caroussel .header {
  display: flex;
  z-index: 1;
  margin-top: 20px;
}

filter-caroussel-component .caroussel .header .title,
filter-category-component .caroussel .header .title {
  flex-grow: 1;
}

filter-caroussel-component .caroussel .header .title a,
filter-category-component .caroussel .header .title a {
  color: white;
  margin-left: 0px !important;
  margin-right: 5px !important;
  font-size: 18px;
  font-weight: bold;
}

filter-caroussel-component .caroussel .header .title a:hover,
filter-category-component .caroussel .header .title a:hover {
  color: #1E88E5;
}

filter-caroussel-component .caroussel .header .opener,
filter-category-component .caroussel .header .opener {
  cursor: pointer;
  margin-right: 7px;
}

filter-caroussel-component .caroussel .header .opener:hover,
filter-category-component .caroussel .header .opener:hover {
  color: #1E88E5;
}

filter-caroussel-component .caroussel .header .copy,
filter-category-component .caroussel .header .copy {
  margin-left: -20px;
  position: relative;
  top: 4px;
  text-shadow: -1px -1px 0 #1c2022;
}

filter-caroussel-component .caroussel .header .reload,
filter-category-component .caroussel .header .reload {
  margin-left: 8px;
}

filter-caroussel-component .caroussel .search-result-error,
filter-category-component .caroussel .search-result-error {
  margin-top: 35px;
  margin-left: 30px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  position: relative;
}

filter-caroussel-component .caroussel .search-result-error .error-message,
filter-category-component .caroussel .search-result-error .error-message {
  position: initial;
  margin-top: 5px;
  margin-left: 10px;
  padding-right: 10px;
}

filter-caroussel-component .caroussel .content,
filter-category-component .caroussel .content {
  height: 38px;
  overflow: hidden;
  margin-left: 0;
  transition: height ease 0.5s;
}

filter-caroussel-component .caroussel .content .filter-rows,
filter-category-component .caroussel .content .filter-rows {
  display: none;
}

filter-caroussel-component .caroussel .content.opened,
filter-category-component .caroussel .content.opened {
  height: auto;
  overflow: initial;
}

filter-caroussel-component .caroussel .content.opened .filter-rows,
filter-category-component .caroussel .content.opened .filter-rows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 4px;
}

filter-caroussel-component .caroussel .content .btn-previous,
filter-caroussel-component .caroussel .content .btn-next,
filter-category-component .caroussel .content .btn-previous,
filter-category-component .caroussel .content .btn-next {
  display: flex;
  align-items: center;
  padding: 7px;
  cursor: pointer;
  outline: none;
}

filter-caroussel-component .caroussel .content .btn-previous.disabled,
filter-caroussel-component .caroussel .content .btn-next.disabled,
filter-category-component .caroussel .content .btn-previous.disabled,
filter-category-component .caroussel .content .btn-next.disabled {
  visibility: hidden;
}

filter-caroussel-component .caroussel .content .btn-previous:hover,
filter-caroussel-component .caroussel .content .btn-next:hover,
filter-category-component .caroussel .content .btn-previous:hover,
filter-category-component .caroussel .content .btn-next:hover {
  background: #1E88E5;
}

filter-caroussel-component .caroussel .content .clips-wrapper .clips,
filter-category-component .caroussel .content .clips-wrapper .clips {
  display: flex;
  flex-wrap: nowrap;
  /*width: calc(292px * 5); => calculation by code - depends on searchItems.objectsByRow */
  overflow: hidden;
  padding-top: 20px !important;
}

filter-caroussel-component .caroussel .content .clips-wrapper .clips .caroussel-clip,
filter-category-component .caroussel .content .clips-wrapper .clips .caroussel-clip {
  padding: 0 2px;
  height: 185px !important;
}

filter-caroussel-component .caroussel .content .clips-wrapper .clips .caroussel-clip .media-block .popup-block .caption,
filter-category-component .caroussel .content .clips-wrapper .clips .caroussel-clip .media-block .popup-block .caption {
  padding: 0;
}

filter-caroussel-component .caroussel .content .clips-wrapper .clips .caroussel-clip .media-block .info-block,
filter-category-component .caroussel .content .clips-wrapper .clips .caroussel-clip .media-block .info-block {
  top: 0px;
}

filter-category-component .title-filter-carroussel {
  margin-bottom: 25px !important;
}

filter-category-component .title-filter-carroussel i {
  font-weight: bold;
}

filter-category-component .title-filter-carroussel span {
  padding-left: 0px !important;
  margin-left: 5px !important;
  font-weight: bold;
  font-size: 18px;
}

filter-category-component .title-filter-carroussel .icon-refresh {
  color: white;
}

filter-category-component .content {
  padding-top: 0px !important;
}

.search-in-filter .form.search-form {
  width: 240px;
  padding-top: 0;
  margin-right: 7px;
}

.search-in-filter .form.search-form input[type="search"] {
  height: 28px;
  color: #f0f0f0;
  background-color: transparent;
}

.search-in-filter .form.search-form input[type="search"]:focus {
  color: #424749;
}

.search-in-filter .form.search-form button {
  width: 28px;
  border-radius: 0;
  border: 1px solid #5aa8e7;
  border-left: none;
}

.cat-image-container {
  display: inline-flex;
}

.cat-image-container:hover .cat-cell {
  border: solid 5px white !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #2b2a2a 100%);
}

.cat-cell {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 292px;
  height: 160px;
  padding: 0 2px;
}

.cat-cell img {
  width: 288px;
  height: 160px;
}

.cat-cell-title {
  position: absolute;
  bottom: 0;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.cat-cell:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  right: 2px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #565656 100%);
}

.cat-cell-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.cat-cell-text .btn, .cat-cell-text .btn-combo {
  border-radius: 20px;
  padding: 8px 30px;
}

.filter-rows {
  align-items: center;
  margin-bottom: 4px;
  margin-left: 18px;
}

.filter-rows:last-child {
  margin-bottom: 20px;
}

filter-category-component .caroussel .content.opened.categories-mobile {
  padding-left: 35px;
}

.overview-clips-block {
  height: fit-content;
  margin-top: 7px;
}

.title-filter-carroussel {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.title-filter-carroussel span, .title-filter-carroussel p {
  color: white;
}

.title-filter-carroussel p {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.workspace-title {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 25px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
}

.space-evenly {
  justify-content: space-evenly;
}

.drag-hover-overview {
  height: 220px;
  transition: height 0.5s;
  background-color: grey;
  opacity: .2;
}

.carousel-visible {
  visibility: visible;
  display: inherit;
}

.mc-row-initial-color {
  background-color: initial;
}

.mc-row-highlight-color {
  background-color: #e0e0e0;
}

.new-workspace-label {
  width: 90px;
}

.add-carousel-dialog-title {
  font-size: 20px !important;
  padding-top: 10px;
}

.add-carousel-dialog-input {
  margin-top: 20px;
  margin-bottom: -20px;
  width: 200px;
}

filter-caroussel-component .caroussel .header .opener,
filter-category-component .caroussel .header .opener {
  margin-right: 20px;
}

filter-caroussel-component .caroussel .header .title a {
  margin-left: 10px;
}

filter-caroussel-component .caroussel .content,
filter-category-component .caroussel .content {
  padding-left: 15px;
  margin-bottom: 10px;
}

.content-header-media-action {
  margin-top: 25px;
}

.content-header-overview .content-header-action {
  margin-top: 0px;
  margin-right: 13px;
}

.title-filter-carroussel .icon-thumb-tack,
.title-filter-carroussel .icon-film,
filter-category-component .title-filter-carroussel i {
  display: none;
}

@media screen and (max-width: 640px) {
  .pinpoint-form.is-mobile .container-dialogs > div.form-label-field textarea {
    width: 100%;
  }
}

.pinpoint-form header {
  margin-bottom: 20px;
}

.pinpoint-form header h3 {
  display: flex;
  align-items: center;
}

.pinpoint-form header h3 span {
  line-height: normal;
}

.pinpoint-form .container-dialogs {
  row-gap: 5px;
}

.pinpoint-form .container-dialogs > div.form-label-field {
  margin-bottom: 0;
}

.pinpoint-form .container-dialogs > div.form-label-field label.form-label {
  padding-right: 0;
  text-align: left;
}

.pinpoint-form .container-dialogs > div.form-label-field md-radio-group {
  margin: 1em 0 0 5px;
}

.toast-pinpoint {
  display: flex;
  min-width: 100px;
}

.toast-pinpoint .md-toast-content {
  border: 0.1px solid green;
  padding: 0px !important;
  min-height: 20px;
  max-height: 30px;
}

.toast-pinpoint .md-toast-text {
  padding: 0 1px;
}

.delete-form {
  max-width: 100%;
  width: 940px;
}

.delete-form .icon-angle-right, .delete-form .icon-angle-down {
  color: black;
}

.delete-form .delete-clip-info td {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.delete-form .delete-clip-info .cursor {
  cursor: pointer;
}

.delete-form .delete-subclip-info td ul {
  margin: 0px;
}

.delete-form .delete-subclip-info td li {
  opacity: 80%;
}

@media (min-width: 768px) {
  .delete-clip-name {
    width: 80%;
    white-space: nowrap;
  }
}

.delete-clip-name {
  width: 80%;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  text-align: left;
}

.delete-clip-checkbox {
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

.delete-clip-subclips {
  margin: 0;
  color: #97020f;
  width: 4%;
}

.delete-form .loading-image {
  position: relative;
  filter: invert(100%);
  margin: 5px auto;
}

.table-container {
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.delete-form thead {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}

.delete-form thead th {
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.delete-form thead .select-all-label {
  text-align: right;
  font-style: italic;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.send-to-menu .separator {
  display: block;
  border-top: 1px solid #1f1f1f;
  margin: 9px 3px;
}

.send-to-menu .bin-menu-item a::before,
.send-to-menu .target-menu-item a::before,
.send-to-menu .mp3-menu-item a::before,
.send-to-menu .aitarget-menu-item a::before {
  font-family: icomoon;
  margin-right: 7px;
}

.send-to-menu .bin-menu-item a:hover::before,
.send-to-menu .target-menu-item a:hover::before,
.send-to-menu .mp3-menu-item a:hover::before,
.send-to-menu .aitarget-menu-item a:hover::before {
  color: #1E88E5;
}

.send-to-menu .bin-menu-item a::before {
  content: "\e918";
  color: #C3C3C3;
}

.send-to-menu .bin-menu-item.shopping-basket a::before {
  content: "\e914";
}

.send-to-menu .aitarget-menu-item a::before {
  content: "\e997";
}

.send-to-menu .target-menu-item a::before {
  content: "\f1d8";
}

.send-to-menu .target-menu-item-archive a::before {
  content: "\e06f";
}

.send-to-menu .target-menu-item-via-target a::before {
  content: "\e939";
}

.send-to-menu .mp3-menu-item a::before {
  content: "\f1d8";
}

.send-to-menu .mp3-menu-item a {
  color: #C3C3C3;
}

.send-to-menu a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

video-infos-metadata-read-component > div {
  display: flex;
}

md-menu-content.send-to-menu {
  width: fit-content;
}

md-menu-content.send-to-menu md-menu-item {
  min-height: 23px;
  height: 23px;
}

md-menu-content.send-to-menu md-menu-item a {
  cursor: pointer;
}

.related-content-slide {
  padding: 0 42px;
  position: relative;
  flex-grow: 1;
  height: 100%;
}

.related-content-slide .btn-next-related-content,
.related-content-slide .btn-previous-related-content {
  width: 42px;
  background-color: #1a1e20;
  z-index: 200;
  top: 0;
  bottom: 0;
  height: auto;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  color: #79848e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.related-content-slide .btn-next-related-content:hover,
.related-content-slide .btn-previous-related-content:hover {
  background: #5aa8e7;
}

.related-content-slide .btn-previous-related-content {
  left: 0;
  bottom: 19px;
}

.related-content-slide .btn-next-related-content {
  right: 0;
  bottom: 19px;
}

.related-content-slide .btn-next-related-content:hover,
.related-content-slide .btn-previous-related-content:hover {
  color: #fff;
  cursor: pointer;
}

.related-content-slide .related-content-clip {
  display: inline-flex;
  width: 25%;
}

.related-content-slide .related-content-clip media-block-component {
  height: 100% !important;
}

.related-content-slide .related-content-clip media-block-component .media-block.hover .img-holder:before,
.related-content-slide .related-content-clip media-block-component .media-block.hover .image-holder:before {
  border: 4px solid #fff;
}

.related-content-slide .related-content-clip media-block-component .media-block.hover .media-block-title h3 {
  display: -webkit-box;
}

.related-content-slide .related-content-clip media-block-component .media-block .img-holder {
  min-width: inherit;
}

.related-content-slide .related-content-clip media-block-component .media-block .popup-block {
  display: none;
}

video-sendto-component,
.action-hub-group {
  display: inline-block;
  height: 34px;
}

video-sendto-component .send-to-menu-btn,
.action-hub-group .send-to-menu-btn {
  margin-left: -3px;
}


video-sendto-component[disabled='disabled'] .btn,
video-sendto-component[disabled='disabled'] .btn-combo,
.action-hub-group[disabled='disabled'] .btn,
.action-hub-group[disabled='disabled'] .btn-combo {
  cursor: default;
  position: relative;
  pointer-events: none;
}

video-sendto-component[disabled='disabled'] .send-to-menu-btn .top-btn-more,
.action-hub-group[disabled='disabled'] .send-to-menu-btn .top-btn-more {
  /*top: 1px !important;
        left: -11px;*/
  pointer-events: none;
}

video-sendto-component[disabled='disabled'] .send-to-menu-btn.minimized,
.action-hub-group[disabled='disabled'] .send-to-menu-btn.minimized {
  display: none;
  /*margin-top: 12px;*/
  pointer-events: none;
  border-right: 1px solid #0081c8;
  border-bottom: 1px solid #0081c8;
  border-top: 1px solid #0081c8;
  background-color: #c4c4c5;
}


video-sendto-component .btn,
video-sendto-component .btn-combo,
.action-hub-group .btn,
.action-hub-group .btn-combo {
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 0;
  cursor: pointer;
  /*height: 27px;*/
}


video-sendto-component .btn .btn-content,
video-sendto-component .btn-combo .btn-content,
.action-hub-group .btn .btn-content,
.action-hub-group .btn-combo .btn-content {
  white-space: nowrap;
}


video-sendto-component .btn.disabled,
video-sendto-component .disabled.btn-combo,
.action-hub-group .btn.disabled,
.action-hub-group .disabled.btn-combo {
  background-color: #C3C3C3;
  cursor: default;
  position: relative;
  pointer-events: none;
}

video-sendto-component [class^="icon-"],
video-sendto-component [class*=" icon-"],
.action-hub-group [class^="icon-"],
.action-hub-group [class*=" icon-"] {
  padding: 3px 7px;
  display: inline-block;
  cursor: pointer;
}

video-sendto-component [class^="icon-"]:hover,
video-sendto-component [class*=" icon-"]:hover,
.action-hub-group [class^="icon-"]:hover,
.action-hub-group [class*=" icon-"]:hover {
  /*color:$color_08;*/
}

video-sendto-component md-menu,
.action-hub-group md-menu {
  display: inline-block;
  /*height: 98%;*/
  margin-left: -2px;
  height: 33px;
}

video-sendto-component .send-to-menu-btn,
.action-hub-group .send-to-menu-btn {
  color: #fff;
  text-transform: uppercase;
  border: none;
  height: 100%;
  /*display: inline-table;*/
}

video-sendto-component .send-to-menu-btn.minimized,
.action-hub-group .send-to-menu-btn.minimized {
  width: 0;
  overflow: hidden;
  position: absolute;
  padding: 0px;
  margin: 0;
  border: none;
}

video-sendto-component .send-to-menu-btn .icon-angle-down,
.action-hub-group .send-to-menu-btn .icon-angle-down {
  padding: 0px 0px !important;
  /*display: table-cell;
      vertical-align: middle;*/
}

video-sendto-component .send-to-menu-btn .icon-angle-down:hover,
.action-hub-group .send-to-menu-btn .icon-angle-down:hover {
  color: white;
}

.related-content-slide media-block-component .popup-block .caption-wrap,
.related-content-slide media-block-component .popup-block .text-watch {
  display: none;
}

.related-content-slide {
  padding: 0;
  padding-bottom: 20px;
}

.related-content-slide .thumb-caroussel-new {
  color: #79848e;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: 11px;
  margin-top: 17px;
}

.related-content-slide .thumb-caroussel-new:after {
  width: 1px;
  height: 28px;
  background: #333b3f;
  display: block;
  content: "";
  margin: 8px auto 0;
}

.related-content-slide .newest-thumb {
  position: absolute;
  z-index: 10;
  display: inline-block;
  vertical-align: top;
  background: #e7a624;
  color: #fff;
  text-transform: uppercase;
  font: 700 10px/12px "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 3px 5px 1px;
  border-radius: 2px;
  margin: 0 0 4px;
  top: 60px;
  margin-left: 15px;
}

.related-content-slide .icon-angle-left,
.related-content-slide .icon-angle-right {
  margin-top: 4px;
  color: white;
  font-size: 22px;
}

.related-content-slide .icon-angle-left:hover,
.related-content-slide .icon-angle-right:hover {
  color: white;
  cursor: pointer;
}

.related-content-slide .icon-step-backward,
.related-content-slide .icon-step-forward {
  font-size: 14px;
  margin-top: 7px;
  color: #5aa8e7;
}

.related-content-slide .icon-step-backward:hover,
.related-content-slide .icon-step-forward:hover {
  color: white;
  cursor: pointer;
}

video-sendto-component .send-to-menu-btn.mobile-send-to-btn {
  background-color: transparent !important;
  text-transform: capitalize !important;
}

video-sendto-component .send-to-menu-btn.mobile-send-to-btn .icon-send, video-sendto-component .send-to-menu-btn.mobile-send-to-btn .icon-folder {
  padding: 0px 14px 0px 0px;
}

video-sendto-component .send-to-menu-btn.mobile-send-to-btn i {
  margin: auto;
}

video-download-dialog-component .related-download-clip {
  display: inline-flex;
  width: 25%;
  position: relative;
}

video-download-dialog-component .video-check-box {
  top: 8px;
  left: 5px;
}

video-download-dialog-component .content-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

video-download-dialog-component .content-section .error-message {
  margin-bottom: 4px;
}

video-download-dialog-component .content-section .error-message .download-dialog-error {
  display: flex;
  flex-direction: column;
}

video-download-dialog-component .content-section .download-parm-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 auto;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section {
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  padding: 5px;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section > div {
  flex: 1;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .button-group {
  margin: 10px;
  align-self: center;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-label-field {
  padding-right: 15px;
  margin-bottom: 0;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-label-field .elem {
  margin-bottom: 4px;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-label-field .elem .resource-checkbox {
  vertical-align: sub;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-label-field .elem .resource-label {
  display: inline-block;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-label-field .elem .file-label {
  display: inline-block;
  width: 90%;
  vertical-align: sub;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-label-field .clear-checked-elements {
  margin-bottom: 7px;
  vertical-align: sub;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-download-type {
  float: right;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-download-type .mobile-mr-5 {
  margin-bottom: 5px;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-download-type .form-label {
  text-align: left;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-download-type .branding-label .form-label-field {
  display: flex;
  align-items: center;
  padding-left: 0;
}

video-download-dialog-component .content-section .download-parm-section .download-resource-section .form-download-type .branding-label .form-label-field .form-label {
  padding-left: 0;
}

video-download-dialog-component .content-section .download-parm-section md-radio-group {
  display: flex;
  padding: 2px 0 0 0;
}

video-download-dialog-component .content-section .form-label-field {
  padding: 5px;
}

video-download-dialog-component .content-section .form-label-field .form-text {
  max-height: 24px;
}

video-download-dialog-component .menu-content-btn .cancel-btn {
  padding: 15px 0px;
}

video-download-dialog-component .menu-content-btn .save-btn {
  padding: 15px 0px;
}

@media screen and (max-width: 640px) {
  video-download-dialog-component .form-text {
    width: 100%;
  }
}

file-player-component .video-player-content .tab-content {
  padding-top: 0;
}

@media only screen and (max-width: 600px) {
  file-player-component .video-player-content #btnClosePlayerDialog-left-arrow {
    top: 8px !important;
    left: 20px !important;
  }
  file-player-component .video-player-content .clipTitle {
    margin-left: 65px !important;
    margin-top: 12px !important;
  }
}

file-player-component .video-player-content .file-info-header-block {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
}

file-player-component .video-player-content .file-info-header-right-side {
  width: 100%;
  display: flex;
  gap: 5px;
  justify-content: end;
}

@media only screen and (max-width: 960px) {
  file-player-component .video-player-content .video-wrapper {
    align-items: center;
    min-height: auto;
    max-height: 50dvh;
  }
  file-player-component .video-player-content .video-wrapper > div#player-container {
    min-height: auto;
    width: 60dvw;
    max-height: 45dvh;
  }
}

file-player-component .video-player-content .video-wrapper img {
  max-height: 100%;
}

file-player-component .video-player-content .player-actions {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  file-player-component .video-player-content .player-actions {
    width: 100dvw;
  }
  file-player-component .video-player-content .player-actions a {
    right: 5px !important;
  }
}

file-player-component .video-player-content .dummy-player-info {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

@media only screen and (max-width: 960px) {
  file-player-component .video-player-content .dummy-player-info {
    margin: 5px !important;
    width: auto !important;
  }
}

file-player-component .video-player-content .dummy-player-info > div:not(.loading-wrapper) {
  flex-direction: column;
  min-height: 0;
}

file-player-component.layout-fill {
  width: auto;
  min-height: auto;
  height: 100dvh;
}

video-infos-tab-log-component #log-header-container .autocomplete-search.autocomplete-log-tab md-item-template .no-pointer-events {
  pointer-events: none;
}

video-infos-tab-log-component #log-header-container .info-tab-checkbox input {
  margin-right: 5px;
}

video-infos-tab-log-component #log-content-container .clip-logs-container .log-repeat-container {
  height: 100%;
}

video-infos-tab-log-component #log-content-container .clip-logs-container .log_row_container .log-title {
  font-weight: bold;
}

video-infos-tab-log-component #log-content-container .clip-logs-container .log_row_container .star-rating {
  padding: 10px 9px 0 0;
  float: left;
}

video-infos-tab-log-component #log-content-container .clip-logs-container .log_row_container .star-rating .icon-star.empty {
  color: transparent;
}

video-infos-tab-log-component #log-content-container .clip-logs-container .log_row_container .desc .tags.keywords.inline-block {
  display: inline-block;
}

video-infos-tab-log-component #log-content-container .clip-logs-container .log_row_container .desc .flex, video-infos-tab-log-component #log-content-container .clip-logs-container .log_row_container .desc .flex-center, video-infos-tab-log-component #log-content-container .clip-logs-container .log_row_container .desc .step-shortcuts-container {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

video-infos-tab-log-component #log-content-container .clip-logs-container .log_row_container .desc .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

video-infos-tab-log-component #log-content-container .clip-logs-container .log_row_container .desc .icon-caret-down {
  color: white;
}

video-infos-tab-log-component #log-content-container .loading-container {
  display: inline-block;
  margin-left: 48%;
  font-size: 2em;
  position: relative;
  height: 50px;
}

video-infos-tab-log-component #log-content-container .loading-container .animate-loading .icon-refresh {
  color: white;
}

.download-form {
  min-height: calc(min(calc(100dvh - 98px), 200px)) !important;
  min-width: calc(min(100dvw, 400px)) !important;
}

.download-form .clips-selection.content-section.has-renditions {
  min-height: calc(min(calc(100dvh - 98px), 200px)) !important;
  padding-bottom: 2px;
}

video-player-component {
  overflow-x: hidden !important;
}

.player-item-menu-icon {
  position: absolute;
  right: 6px;
  top: 40%;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .action-hub-group {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .video-previous-component,
  .video-next-component {
    display: none !important;
  }
}

.btn-parent-clip {
  margin-top: 10px !important;
  width: 100%;
  text-align: center;
  color: #fff !important;
  border: 1px solid #5aa8e7;
  cursor: pointer;
}

.sharevideo_mail {
  height: 280px !important;
}

.sharevideo_facebook {
  height: 240px !important;
}

.sharevideo_twitter {
  height: 205px !important;
}

.sharevideo_youtube {
  height: 240px !important;
}

.sharevideo_mediahub {
  height: 240px !important;
}

video-related-component {
  border-top: 1px solid #333b3f;
}

.filter-logs-criteria-dropdown {
  width: 100%;
  color: #333b3f;
}

.filter-logs-criteria-dropdown ul li .dropdown .drop-list li, .filter-logs-criteria-dropdown ul li #nav .slide-block filters-content-component .sub-filter-dropdown .drop-list li, #nav .slide-block filters-content-component .filter-logs-criteria-dropdown ul li .sub-filter-dropdown .drop-list li {
  cursor: pointer;
}

@media screen and (min-width: 640px) {
  .filter-logs-criteria-dropdown {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 640px) {
  .filter-logs-criteria-dropdown .list-row {
    width: 82% !important;
  }
}

.filter-logs-criteria-dropdown-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .filter-logs-criteria-dropdown-list {
    width: 96%;
  }
}

@media screen and (min-width: 640px) {
  .filter-logs-criteria-dropdown-list {
    display: flex;
  }
}

.filter-logs-search-input {
  width: 100%;
  height: 28px;
  font-size: 13px;
  line-height: 18px;
  padding: 2px 10px;
}

.logMetadataFieldCustom {
  display: block;
  border-radius: 9px;
  background: #adadad;
  color: #fff;
  padding: 2px 7px !important;
  margin-right: 2px;
  margin-bottom: 1px;
}

.keywords-list .md-virtual-repeat-scroller .md-virtual-repeat-offsetter {
  margin-top: 0 !important;
}

.filter-logs-form {
  position: fixed;
  z-index: 1;
  max-width: 340px;
  overflow-x: scroll;
}

.vertical-align-sub {
  vertical-align: sub;
}

.logs-filter-list {
  width: 100%;
  text-align: left;
  margin-left: 12px;
  display: flex;
  flex-wrap: wrap;
}

.logs-filter-list-item {
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
}

blackbird-edit-component .send-to-menu-btn.mobile-send-to-btn {
  background-color: transparent !important;
  text-transform: capitalize !important;
}

blackbird-edit-component .send-to-menu-btn.mobile-send-to-btn i {
  margin: auto;
}

.min-width-btn {
  color: white;
}

.btn-metadata:disabled,
.btn-metadata[disabled] {
  color: white !important;
  background-color: #4a4a4a;
}

.min-width-btn {
  display: none;
}

.log_row_container {
  cursor: pointer;
}

.fu-input::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.pin-point-delete-button {
  font-size: 20px;
}

.pin-point-delete-button:hover {
  color: rgba(107, 117, 125, 0.6);
}

.pin-point-delete {
  padding: 0 5px 0 5px;
}

.remaining-download {
  font-family: Montserrat !important;
  font-size: 12px;
  text-align: center;
  color: #EF5E1F;
  padding-top: 5px;
}

.remaining-transfert {
  font-family: Montserrat !important;
  font-size: 12px;
  text-align: center;
  color: #EF5E1F;
  display: none;
}

.autocomplete-log-tab {
  width: 100%;
  padding: 1px 18px 1px 7px;
  background-color: transparent;
  margin-bottom: 1rem;
}

.autocomplete-log-tab input {
  border: none !important;
  color: white;
  height: 30px !important;
}

#autocomplete-log-tab-cross-icon {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 35px;
  color: #1E88E5;
}

.menu-label {
  font-size: 15px;
  padding-left: 5px;
  padding-top: 5px;
  color: #797984 !important;
  display: flex;
  align-items: center;
}

.targetDisabled {
  cursor: not-allowed !important;
  opacity: .5;
}

.video-info-tab {
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  flex-direction: column;
  scrollbar-gutter: stable;
  padding: 4px;
}

.checkbox-label, .info-tab-checkbox label {
  color: var(--light-gray);
  display: inline-block;
}

.info-tab-checkbox {
  padding: 1px 18px 1px 7px;
  font-size: .9em;
  display: flex;
}

.info-tab-checkbox label {
  margin-left: 0.3rem;
}

.log_row_container {
  background: rgba(255, 255, 255, 0) !important;
}

.log_row_container:hover {
  background: rgba(255, 255, 255, 0) !important;
}

.video-info-component {
  min-height: 350px;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.clip-logs-container {
  margin-top: 10px;
  width: 100%;
  overflow-y: auto;
}

.refresh-info-text {
  text-wrap: nowrap;
  margin-bottom: 1em;
}

.subtitles-container {
  display: flex;
  flex-direction: column;
}

.subtitles-filter-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  margin-left: 7px;
}

.subtitles-select {
  width: 70%;
  color: #f0f0f0;
  background-color: transparent;
  margin-left: 7px;
}

.subtitles-filter-field {
  width: 125px;
  padding: 1px 7px;
  color: #f0f0f0;
  background-color: transparent;
  margin-left: 5px;
  margin-bottom: 5px;
}

.subtitles-filter-field:hover {
  background-color: transparent;
  border-color: inherit;
}

.subtitles-select option {
  color: black;
}

.subtitles-list {
  margin-top: .5em;
  scrollbar-width: thin;
}

.subtitles-list .desc {
  width: 100%;
}

.subtitles-list .tags li {
  display: block;
}

.refresh-tab-button {
  text-decoration: underline;
  cursor: pointer;
}

.disclaimer-container {
  display: inline-flex;
  max-width: 600px;
}

.warning-icon {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 10px;
  padding: 2px;
}

.disclaimer-text-list {
  max-height: 250px;
  overflow-y: auto;
}

.disclaimer-text {
  padding-left: 10px;
  font-size: 12px;
  min-width: 75px;
  word-break: keep-all;
  /* Prevents word breaks, breaks only at normal word break points like spaces */
  white-space: normal;
  /* Ensures text wraps onto the next line */
  overflow-wrap: normal;
  /* No word breaks unless necessary */
}

.mobile-player-container {
  width: 100%;
  height: 100%;
}

.validate-color {
  color: green;
}

.validate-color :hover {
  color: lightgreen;
}

.alert-color {
  color: red;
}

.alert-color :hover {
  color: #fa5454;
}

video-sendto-component .send-to-menu-btn.mobile-send-to-btn {
  margin-left: 10px;
}

.mobile-send-to-btn {
  color: #797984 !important;
}

.mobile-send-to-btn span {
  color: #797984 !important;
}

.logs-thumbnail-mode-btn {
  background: #1E88E5 !important;
}

.sendto-menu-item {
  color: white;
}

form[class^="WorkflowTarget_form"] .evs__control {
  border: 1px solid #e8e8e8;
  border-radius: 0;
}

form[class^="WorkflowTarget_form"] .evs__menu {
  z-index: 99999 !important;
  display: block;
  position: absolute;
  max-height: 105px;
  overflow: auto;
}

form[class^="WorkflowTarget_form"] input {
  margin-right: 5px;
}

form[class^="WorkflowTarget_form"] input:not([type='checkbox']) {
  width: 98%;
}

form[class^="WorkflowTarget_form"] .ScrollbarsCustom-Wrapper {
  position: relative !important;
  overflow: visible !important;
}

form[class^="WorkflowTarget_form"] .full-width {
  width: 100% !important;
}

form[class^="WorkflowTarget_form"] .ScrollbarsCustom-Scroller {
  position: relative !important;
  overflow: visible !important;
  margin-right: 0 !important;
  margin-bottom: 15px !important;
}

form[class^="WorkflowTarget_form"] .WorkflowTarget_footer__Si6nO {
  display: none;
}

content-component {
  overflow-y: auto;
  display: inline-block;
  height: max-content;
  width: 100%;
  min-height: 300px;
}

content-component .views-wrap {
  position: relative;
  overflow: hidden;
}

content-component .views-wrap .list-view-blocks {
  display: block;
}

content-component .views-wrap .list-view-blocks .description-area form {
  height: 34px;
}

content-component overview-component .overview-clips-block {
  margin: 10px 10px 10px 10px;
  padding: 0 !important;
  min-height: 35px;
  display: flex;
  align-items: center;
}

content-component overview-component .overview-clips-block .flex-cols.title-block {
  margin: 0;
}

content-component overview-component .match-feed {
  display: flex;
  align-items: center;
  justify-content: center;
}

content-component overview-component .match-title {
  margin: 5px;
  padding: 7px;
  border: 1px solid #8A1538;
  width: 100% !important;
  display: flex;
  justify-content: center;
}

content-component overview-component .match-title img {
  height: 15px;
  border: 1px solid lightgray;
  object-fit: cover;
  margin: 1px 5px;
}

content-component overview-component .live-feed-list .clips .clip {
  padding: 5px;
  color: white;
}

content-component overview-component .icon-angle-right:hover,
content-component overview-component .icon-angle-left:hover {
  color: #1E88E5;
  cursor: pointer;
}

content-component live-feeds-component .content-wrap {
  height: calc(100vh - 165px);
}

media-block-component {
  user-select: none;
  display: block;
  height: 160px;
}

media-block-component .img-holder {
  min-width: 288px;
  height: 100%;
}

media-block-component .img-holder img,
media-block-component .img-holder evs-2020player-thumbnail {
  max-height: 160px;
  height: 100%;
}

@media (max-width: 400px) {
  media-block-component .img-holder {
    min-width: calc(100vw - 104px);
  }
}

@media (max-width: 345px) {
  media-block-component .img-holder {
    min-width: calc(100vw - 104px);
  }
}

media-block-component .media-block-reaction-title-interest {
  position: absolute;
  bottom: 2px;
  padding: 0 6px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

media-block-component .media-block-reaction-title-interest .media-block-reaction,
media-block-component .media-block-reaction-title-interest .media-block-title {
  color: white;
  text-shadow: #00000075 1px 1px, #00000075 -1px 1px, #00000075 -1px -1px, #00000075 1px -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

media-block-component .media-block-reaction-title-interest .media-block-reaction {
  max-width: 70px;
  min-width: 70px;
  text-wrap: nowrap;
}

media-block-component .media-block-reaction-title-interest .media-block-title h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 12px;
  margin: 0;
}

media-block-component .media-block-reaction-title-interest .media-block-interests {
  display: flex;
  align-self: end;
  justify-content: end;
  min-width: 70px;
  margin-bottom: 4px;
}

media-block-component .media-block-most-popular {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 115px;
  width: 140px;
  background-color: rgba(0, 0, 0, 0.3);
  border-top-left-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}

media-block-component .media-block-most-popular .media-block-most-popular-number {
  font-size: 85px;
  font-weight: lighter;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #dedede;
  margin-bottom: 42px;
  margin-left: 30px;
}

.btn-holder {
  flex-shrink: 0;
  max-width: 120px;
}

@media (max-width: 767px) {
  .btn-holder {
    margin-right: 10px;
  }
}

.btn-holder .btn:hover .fa, .btn-holder .btn-combo:hover .fa {
  color: white;
}

.btn-holder .btn .fa, .btn-holder .btn-combo .fa {
  margin: 0 0 0 4px;
  color: #5aa8e7;
  transition: color 0.3s ease;
}

.filtval {
  color: black !important;
}

content-category-component .description-area via-flow-process-component {
  margin-right: 0;
}

.button-overflow-edit-thumb-log {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: 'inline-flex';
  text-transform: uppercase;
  padding: 7.5px;
  background: #0081C8;
  border: 1px solid #0081C8;
  max-width: 100%;
}

.overflow-edit-thumb-log {
  max-width: 25% !important;
  margin-right: 5px;
}

.live-icon {
  color: white !important;
  background-color: red !important;
}

media-block-component.ordering-mb {
  display: block;
  position: relative;
}

media-block-component.ordering-mb .video-check-box {
  top: 7px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  position: absolute;
}

.star-color {
  color: #e7a624;
}

.filter-name {
  color: white;
  font-size: larger;
  font-weight: bold;
}

content-component overview-component .overview-clips-block {
  background: #383f42;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sort-search-dropdown {
  width: 200px;
  margin-top: -5px;
}

.sort-search-dropdown-input {
  width: 200px;
}

.header-btns-container {
  padding-bottom: 5px !important;
}

.filter-type-overview {
  height: 100%;
  overflow: auto !important;
  scrollbar-width: thin;
}

.sort-search-dropdown .md-select-icon {
  color: white;
}

md-menu .send-to-menu-btn.mobile-send-to-btn i {
  display: none;
}

md-menu .send-to-menu-btn.mobile-send-to-btn {
  position: absolute;
}

@media (min-width: 1024px) {
  .channel-holder {
    padding: 30px 38px 30px 30px;
  }
}

.channel-holder .content-wrap {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .channel-holder .content-wrap {
    min-height: 650px;
  }
}

@media (min-width: 1024px) {
  .block-channel {
    padding-top: 10px;
  }
}

@media (min-width: 1024px) {
  .updated-channel-holder .block-channel {
    padding-top: 5px;
  }
}

.updated-channel-holder .block-channel .channel-list .title time {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.block-channel .box-channel {
  transition: background-color 0.2s ease-in-out;
  background-color: white;
  text-align: center;
  padding: 22px 10px;
}

.block-channel .box-channel:hover {
  background-color: #5aa8e7;
  color: white;
}

.block-channel .box-channel:hover time {
  color: white;
}

.block-channel .box-channel:hover .day {
  color: white;
}

.block-channel .day {
  transition: color 0.2s ease-in-out;
  display: block;
  font-weight: 500;
  color: #424749;
}

@media (min-width: 1024px) {
  .block-channel .day {
    margin-bottom: 4px;
  }
}

.block-channel time {
  transition: color 0.2s ease-in-out;
  color: #C3C3C3;
  font-size: 12px;
  display: block;
}

.process-status {
  counter-reset: item;
  font: 700 10px/14px "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 250px;
  padding: 0 40px 0 0;
}

.process-status li {
  margin: 0 0 13px;
}

.process-status .process-title {
  color: #C3C3C3;
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 5px 10px;
}

.process-status .process-title:before {
  content: counters(item, ".", decimal) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}

.status-bar {
  display: block;
  width: 100%;
  height: 15px;
  line-height: 15px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #383f42;
  font-weight: 400;
  text-transform: uppercase;
}

.status-bar.active .final-text {
  opacity: 0;
  visibility: hidden;
}

.status-bar.active .progress-text {
  opacity: 1;
  visibility: visible;
}

.status-bar.active .progress {
  background: #fd9caf;
}

.status-bar .final-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
  text-align: center;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.3s linear;
}

.status-bar .final-text.success, .status-bar .final-text.failed, .status-bar .final-text.cancelled, .status-bar .final-text.started, .status-bar .final-text.scheduled {
  opacity: 1;
  visibility: visible;
}

.status-bar .final-text.success.success, .status-bar .final-text.failed.success, .status-bar .final-text.cancelled.success, .status-bar .final-text.started.success, .status-bar .final-text.scheduled.success {
  background: #639e3b;
}

.status-bar .final-text.success.failed, .status-bar .final-text.failed.failed, .status-bar .final-text.cancelled.failed, .status-bar .final-text.started.failed, .status-bar .final-text.scheduled.failed {
  background: #d30d14;
}

.status-bar .final-text.success.cancelled, .status-bar .final-text.failed.cancelled, .status-bar .final-text.cancelled.cancelled, .status-bar .final-text.started.cancelled, .status-bar .final-text.scheduled.cancelled {
  background: #8f2396;
}

.status-bar .final-text.success.scheduled, .status-bar .final-text.failed.scheduled, .status-bar .final-text.cancelled.scheduled, .status-bar .final-text.started.scheduled, .status-bar .final-text.scheduled.scheduled {
  background: #fa5b0c;
}

.status-bar .final-text.success.started, .status-bar .final-text.failed.started, .status-bar .final-text.cancelled.started, .status-bar .final-text.started.started, .status-bar .final-text.scheduled.started {
  background: #5aa8e7;
}

.status-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fd9caf;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s linear;
  max-width: 100%;
}

.status-bar .progress-text {
  display: block;
  opacity: 1;
  transition: all 0.3s linear;
  visibility: visible;
}

.numbers-list {
  font-size: 12px;
  line-height: 20px;
  color: #797984;
  padding: 10px 0 0;
}

@media (min-width: 768px) {
  .numbers-list {
    margin: 0 -4px 0 0;
    padding: 0;
  }
}

.numbers-list li {
  display: flex;
  flex-flow: row nowrap;
}

@media (min-width: 768px) {
  .numbers-list li {
    justify-content: flex-end;
  }
}

.numbers-list .number {
  width: 65px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0 0 5px;
  flex-shrink: 0;
}

.btn-list {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  padding: 5px 0;
}

@media (min-width: 640px) {
  .btn-list {
    width: 50%;
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .btn-list {
    width: 100%;
    padding: 15px 0 0;
  }
}

@media (min-width: 1200px) {
  .btn-list {
    width: 23.5%;
    padding: 0;
  }
}

@media (min-width: 1366px) {
  .btn-list {
    padding: 0;
    width: 20.5%;
  }
}

.btn-list li {
  margin: 0 0 10px;
}

.btn-list a {
  display: block;
  border: 1px solid #1E88E5;
  color: #C3C3C3;
  padding: 5px 8px;
}

.btn-list a:hover {
  background: #1E88E5;
  color: white;
}

.btn-list a:hover .fa {
  color: white;
}

.btn-list a .fa {
  display: inline-block;
  vertical-align: top;
  color: #5aa8e7;
  margin: 1px 4px 0 0;
}

.edit-transfert-clip-menu-component {
  width: 100%;
  padding: 0, 5px, 5px, 5px;
}

edit-transfert-clip-menu-component ul li {
  margin-right: 5px !important;
}

.transfert-card-component {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.transfert-card-description-area {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.transfert-card-description-area .title {
  padding-bottom: 15px;
  font-weight: bold;
  display: inline-block;
  padding-right: 15px;
  word-break: break-all;
}

.transfert-card-description-area .duration {
  font-size: 12px;
  line-height: 15px;
  display: block;
  color: #8f989c;
  margin: 0 0 3px;
}

.fit-content-height {
  height: fit-content !important;
}

.numbers-list .number,
.numbers-list .time,
.numbers-list .bin-list-addi {
  width: 70px;
  padding: 0 0 0 5px;
}

transferts-card-component .img-holder {
  min-width: 288px;
  height: 100%;
}

.progressBlock {
  display: flex;
  flex-direction: column;
}

.no-padding-margin {
  padding: 0;
  margin: 0;
}

.autoclipping-modal {
  padding: 0px 0px 20px 20px;
}

.wizard-rules-placeholder {
  height: 18px;
}

.autoclipping-modal-items-selecteds,
.autoclipping-modal-reactions {
  display: flex;
  flex-wrap: wrap;
}

.autoclipping-modal-reactions {
  margin-top: 15px;
}

.wizard-input-type,
.wizard-mail {
  height: 40px;
  font-size: 14px;
  border: none;
  outline: none;
  line-height: 40px;
}

.md-autocomplete-autoclipping md-autocomplete-wrap {
  height: 40px;
  border-radius: 10px;
}

.md-autocomplete-autoclipping input {
  height: auto !important;
}

.wizard-title {
  font-size: 20px !important;
  margin-top: 20px;
  max-width: 80%;
}

.wizard-step-title {
  font-size: 14px !important;
  margin-bottom: 0px !important;
}

.wizard-list-selecteds {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background-color: #e1e0e0;
  color: #2d8ad7;
  width: fit-content;
  margin-right: 3px;
  border-radius: 7px;
}

.autoclipping-form-dialog {
  max-height: 80vh;
  overflow: hidden auto;
}

.step-shortcuts-container {
  min-width: 200px;
  max-width: 200px;
  padding: 20px;
  border-right: 1px solid grey;
}

.step-shortcut {
  padding-bottom: 5px;
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.step-shortcut-current {
  padding-bottom: 5px;
  color: #00AEEF;
}

.step-shortcut:hover {
  cursor: pointer;
}

.wizard-steps {
  max-height: 280px;
  overflow-y: auto;
}

.wizard-body {
  min-height: 250px;
  height: 250px;
  max-height: 250px;
  min-width: 600px;
  width: 600px;
  max-width: 600px;
}

.wizard-max-height {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}

.autoclipping-modal-items-selecteds,
.autoclipping-modal-reactions,
.wizard-input-type,
.wizard-mail,
.md-autocomplete-autoclipping > md-autocomplete-wrap {
  width: 500px;
}

.mandatory-alert {
  color: red;
  font-size: 20px;
}

.wizard-date-picker {
  height: auto !important;
}

.wizard-auto-clipping-type {
  display: flex;
  align-items: center;
  gap: 1em;
}

wizard-rules-modal-summary-component h3 {
  text-wrap: nowrap;
  font-size: 14px !important;
  padding-top: 15px;
  margin-bottom: 0px !important;
}

wizard-rules-modal-summary-component .labels {
  flex: 0 0 120px;
}

wizard-rules-modal-summary-component .labels span {
  padding-top: 15px;
}

wizard-rules-modal-summary-component .inputs {
  flex: 0 0 70%;
}

wizard-type-modal-component md-switch .md-container {
  margin-right: 0;
}

wizard-type-modal-component md-switch.mirrored {
  transform: scale(-1, 1);
}

.virtualAutocomplete .md-virtual-repeat-scroller {
  background: white;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container.virtualAutocomplete {
  height: inherit !important;
}

.toast-container {
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  user-select: none;
  max-width: 25dvw;
}

.toast-container.position-top-right {
  top: 20px;
  right: 20px;
}

.toast-container.position-bottom-right {
  bottom: 20px;
  right: 20px;
}

.toast-container.position-top-left {
  top: 20px;
  left: 20px;
}

.toast-container.position-bottom-left {
  bottom: 20px;
  left: 20px;
}

.custom-toast {
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #1c2022;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.custom-toast .custom-toast-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.toast-info.custom-toast {
  border: 1px solid blue;
}

.toast-warning.custom-toast {
  border: 1px solid orange;
}

.toast-success.custom-toast {
  border: 1px solid green;
}

.toast-danger.custom-toast {
  border: 1px solid red;
}

.custom-toast.fade-in {
  transform: translateY(0);
}

.custom-toast.fade-out {
  transform: translateY(-20px);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  animation-name: fade-in;
  animation-iteration-count: 1;
  animation-duration: 500ms;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fade-out {
  animation-name: fade-out;
  animation-iteration-count: 1;
  animation-duration: 500ms;
}

