/* GLOBAL */
/* LOGIN */
/* DIAGRAM */
/* HOME PAGE */
/* MENU LEFT */
/* MAIN MENU */
/* SUB MENU */
/* PAGE TAB */
/* DROPDOWN NOTIFICATIONS */
/* SOCIAL */
/* LIST BOX */
/* PROPERTIES GROUP */
/* BUTTONS */
/* PAGE ACTIONS */
/* ACCORDIONS */
/* DISCUSSIONS */
/* WORLD MAP */
/* USER ZONE */
/* POPUP */
/* BADGES */
/* TASKS & NOTIFICATIONS */
/* GLOBAL SEARCH */
/* TOP BAR */
/* GRID */
/* DIAGRAM TILE */
/* MATRIX ADVANCED */
/* DIAGRAM OVERLAY */
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwIcons.less */

i.fa {
  font-size: 16px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/animate.css\animate.less */

@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1 turn);
    transform: perspective(400px) rotateY(-1 turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1 turn);
    transform: perspective(400px) rotateY(-1 turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/casewise-font\casewise-font.less */

@font-face {
  font-family: "casewise-font";
  src: url("/evolve/Common/fonts/casewise-font/casewise-font.eot");
  src: url("/evolve/Common/fonts/casewise-font/casewise-font.eot?#iefix") format("embedded-opentype"), url("/evolve/Common/fonts/casewise-font/casewise-font.woff") format("woff"), url("/evolve/Common/fonts/casewise-font/casewise-font.ttf") format("truetype"), url("/evolve/Common/fonts/casewise-font/casewise-font.svg#casewise-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "casewise-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="cw-icon-"]:before,
[class*=" cw-icon-"]:before {
  font-family: "casewise-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cw-icon-add-database:before {
  content: "\e000";
}
.cw-icon-add-diagram1:before {
  content: "\e001";
}
.cw-icon-add-diagram2:before {
  content: "\e002";
}
.cw-icon-add-event:before {
  content: "\e003";
}
.cw-icon-add-localisation:before {
  content: "\e004";
}
.cw-icon-add-questionnaire:before {
  content: "\e005";
}
.cw-icon-add-role1:before {
  content: "\e006";
}
.cw-icon-add-worldmap:before {
  content: "\e007";
}
.cw-icon-agenda:before {
  content: "\e008";
}
.cw-icon-application:before {
  content: "\e009";
}
.cw-icon-arrow:before {
  content: "\e00a";
}
.cw-icon-bostongrid:before {
  content: "\e00b";
}
.cw-icon-building:before {
  content: "\e00c";
}
.cw-icon-building2:before {
  content: "\e00d";
}
.cw-icon-business:before {
  content: "\e00e";
}
.cw-icon-business1:before {
  content: "\e00f";
}
.cw-icon-calendar:before {
  content: "\e010";
}
.cw-icon-calendar1:before {
  content: "\e011";
}
.cw-icon-comment:before {
  content: "\e012";
}
.cw-icon-controle:before {
  content: "\e013";
}
.cw-icon-controle2:before {
  content: "\e014";
}
.cw-icon-database:before {
  content: "\e015";
}
.cw-icon-deploy-buildin-site:before {
  content: "\e016";
}
.cw-icon-diagram:before {
  content: "\e017";
}
.cw-icon-diagram1:before {
  content: "\e018";
}
.cw-icon-diagram3:before {
  content: "\e019";
}
.cw-icon-document:before {
  content: "\e01a";
}
.cw-icon-edit:before {
  content: "\e01b";
}
.cw-icon-fonctionnalites:before {
  content: "\e01c";
}
.cw-icon-governance:before {
  content: "\e01d";
}
.cw-icon-green-it:before {
  content: "\e01e";
}
.cw-icon-hierarchie:before {
  content: "\e01f";
}
.cw-icon-house:before {
  content: "\e020";
}
.cw-icon-icon-option-ko:before {
  content: "\e021";
}
.cw-icon-icon-option-ok:before {
  content: "\e022";
}
.cw-icon-icone-serveur-db:before {
  content: "\e023";
}
.cw-icon-icone-serveur-web:before {
  content: "\e024";
}
.cw-icon-idea:before {
  content: "\e025";
}
.cw-icon-iis-setup:before {
  content: "\e026";
}
.cw-icon-include:before {
  content: "\e027";
}
.cw-icon-index-pages:before {
  content: "\e028";
}
.cw-icon-index-questionnaire:before {
  content: "\e029";
}
.cw-icon-index-role:before {
  content: "\e02a";
}
.cw-icon-indicateurs:before {
  content: "\e02b";
}
.cw-icon-indicateurs-low:before {
  content: "\e02c";
}
.cw-icon-indicateurs-mid:before {
  content: "\e02d";
}
.cw-icon-interface:before {
  content: "\e02e";
}
.cw-icon-internet:before {
  content: "\e02f";
}
.cw-icon-justice:before {
  content: "\e030";
}
.cw-icon-list:before {
  content: "\e031";
}
.cw-icon-list2:before {
  content: "\e032";
}
.cw-icon-list3:before {
  content: "\e033";
}
.cw-icon-list4:before {
  content: "\e034";
}
.cw-icon-matrix:before {
  content: "\e035";
}
.cw-icon-multi:before {
  content: "\e036";
}
.cw-icon-not-validated:before {
  content: "\e037";
}
.cw-icon-object-pages:before {
  content: "\e038";
}
.cw-icon-oeil-3d:before {
  content: "\e039";
}
.cw-icon-options:before {
  content: "\e03a";
}
.cw-icon-organisation:before {
  content: "\e03b";
}
.cw-icon-organisation2:before {
  content: "\e03c";
}
.cw-icon-organisation3:before {
  content: "\e03d";
}
.cw-icon-orientation-lr:before {
  content: "\e03e";
}
.cw-icon-orientation-tb:before {
  content: "\e03f";
}
.cw-icon-pagepicker:before {
  content: "\e040";
}
.cw-icon-paper-clip:before {
  content: "\e041";
}
.cw-icon-paper-plane:before {
  content: "\e042";
}
.cw-icon-phone:before {
  content: "\e043";
}
.cw-icon-piechart1:before {
  content: "\e044";
}
.cw-icon-piechart2:before {
  content: "\e045";
}
.cw-icon-piechart3:before {
  content: "\e046";
}
.cw-icon-plus:before {
  content: "\e047";
}
.cw-icon-processus:before {
  content: "\e048";
}
.cw-icon-processus2:before {
  content: "\e049";
}
.cw-icon-publish:before {
  content: "\e04a";
}
.cw-icon-publish-diagram-template:before {
  content: "\e04b";
}
.cw-icon-publish-site-save:before {
  content: "\e04c";
}
.cw-icon-publish-static:before {
  content: "\e04d";
}
.cw-icon-publish-theme:before {
  content: "\e04e";
}
.cw-icon-question:before {
  content: "\e04f";
}
.cw-icon-questionnaire2:before {
  content: "\e050";
}
.cw-icon-realese:before {
  content: "\e051";
}
.cw-icon-reseau:before {
  content: "\e052";
}
.cw-icon-result-diagram:before {
  content: "\e053";
}
.cw-icon-risque:before {
  content: "\e054";
}
.cw-icon-roadmap:before {
  content: "\e055";
}
.cw-icon-role:before {
  content: "\e056";
}
.cw-icon-role2:before {
  content: "\e057";
}
.cw-icon-save1:before {
  content: "\e058";
}
.cw-icon-showhide-ot:before {
  content: "\e059";
}
.cw-icon-site:before {
  content: "\e05a";
}
.cw-icon-spider:before {
  content: "\e05b";
}
.cw-icon-tableau:before {
  content: "\e05c";
}
.cw-icon-technologie:before {
  content: "\e05d";
}
.cw-icon-technologie2:before {
  content: "\e05e";
}
.cw-icon-theme:before {
  content: "\e05f";
}
.cw-icon-thumb-down:before {
  content: "\e060";
}
.cw-icon-thumb-up:before {
  content: "\e061";
}
.cw-icon-trash:before {
  content: "\e062";
}
.cw-icon-unlock:before {
  content: "\e063";
}
.cw-icon-update-metamodel:before {
  content: "\e064";
}
.cw-icon-users:before {
  content: "\e065";
}
.cw-icon-validate:before {
  content: "\e066";
}
.cw-icon-validated:before {
  content: "\e067";
}
.cw-icon-watch-delay:before {
  content: "\e068";
}
.cw-icon-wifi:before {
  content: "\e069";
}
.cw-icon-worldmap:before {
  content: "\e06a";
}
.cw-icon-worldmap2:before {
  content: "\e06b";
}
.cw-icon-worldmap3:before {
  content: "\e06c";
}
.cw-icon-worldmap4:before {
  content: "\e06d";
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwAdmin\CwAdminModels.less */

table.CwAdminModels {
  border-collapse: collapse;
  width: 100%;
}
table.CwAdminModels th {
  text-align: center;
}
table.CwAdminModels th,
table.CwAdminModels td {
  border-collapse: collapse;
  border: 1px solid #eee;
}
table.CwAdminModels td.CwAdminModelsEnableDisable {
  text-align: center;
}
table.CwAdminModels.cw-grid th:first-child {
  width: 30%;
}
div.CwAdminModelsContainer img.cw-loading {
  margin: 10px;
  margin-left: 0;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwDiagramManager.less */

#cw-diagram-debugger {
  display: none !important;
  position: fixed;
  top: 220px;
  left: 0px;
  background-color: #eee;
  z-index: 500;
}
div.cw-diagram-zone,
div.cw-diagram-designer-zone {
  height: 400px;
  border: 2px solid #EEEEEE;
}
.diagram-details {
  background-color: white;
}
.cw-diagram-design-container {
  background-color: white;
}
div.property-box-diagram-zone {
  border: 2px #A2D0EA solid;
}
div.cw-widget-box {
  border-radius: 8px;
}
div.cw-diagram-design-container {
  color: #508caf;
  margin-bottom: 10px;
}
div.cw-diagram-zone-header {
  width: 100%;
  color: #508caf;
  height: 14px;
  font-size: 12px;
}
div.cw-diagram-zone-header a {
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}
div.cw-diagram-zone-header a.selected {
  font-weight: bold;
}
div.cw-diagram-zone-isSelected,
div.cw-diagram-designer-zone-isSelected {
  border-color: #A2D0EA;
}
.cw-diagram-option-search-input {
  height: 22px;
  width: 200px;
}
.cw-diagram-options-li a {
  width: 22px;
  height: 22px;
}
.cw-diagram-options-li {
  list-style-image: none !important;
}
div.cw-diagram-zone canvas,
div.cw-diagram-designer-zone canvas {
  float: left;
}
ul.cw-diagram-options {
  display: none;
  padding: 5px;
  padding-top: 10px;
  margin: 0px;
  position: absolute;
  border: none;
  z-index: 50;
  float: left;
}
.cw-diagram-options li {
  margin-bottom: 4px;
  list-style: none;
  z-index: 205;
}
.cw-diagram-zone,
div.cw-diagram-designer-zone {
  width: 95%;
  margin: 10px auto 10px auto;
  height: 100%;
}
.cm-image-diagram canvas {
  background-color: white;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwEditProperties.less */

ul.cw-edit-property-options {
  margin: 0px;
  padding: 0px;
  width: 36px;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.cw-edit-attr {
  vertical-align: top;
  min-width: 150px;
  display: inline-block;
  width: 80%;
}
ul.cw-edit-property-options li,
ul.cw-edit-property-options input {
  display: inline-block;
}
ul.cw-edit-property-options li {
  cursor: pointer;
}
.cw-hidden {
  display: none !important;
}
.cw-edit-attr-textarea {
  width: 99%;
  height: 200px;
  resize: none;
}
i.cw-association-delete-item {
  display: none;
  cursor: pointer;
  margin-right: 5px;
  color: #d3322e;
  font-size: 14px;
}
i.cw-association-filtered-item {
  margin-left: 5px;
  color: #d3322e;
  font-size: 14px;
  vertical-align: middle;
}
img.cw-edit-image-preview {
  border: 1px solid #eee;
  padding: 5px;
  max-width: 300px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwHomePage.less */
li.ot-cw_view,
li.cwHomeFavorite {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  position: relative;
  display: inline-block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 7px 7px 0;
}
li.ot-cw_view a.click-zone,
li.cwHomeFavorite a.click-zone {
  width: 130px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  font-size: 13px;
}
li.ot-cw_view a.click-zone:hover .text,
li.cwHomeFavorite a.click-zone:hover .text {
  text-decoration: underline;
}
li.ot-cw_view ul.cw-view-zone,
li.cwHomeFavorite ul.cw-view-zone {
  padding: 0;
  margin: 0;
}
li.ot-cw_view ul.cw-view-zone li.cw-view-zone,
li.cwHomeFavorite ul.cw-view-zone li.cw-view-zone {
  list-style: none;
  vertical-align: top;
}
li.ot-cw_view .text,
li.cwHomeFavorite .text {
  position: relative;
}
li.ot-cw_view:hover,
li.cwHomeFavorite:hover,
li.ot-cw_view:hover a.click-zone,
li.cwHomeFavorite:hover a.click-zone,
li.ot-cw_view:hover .text,
li.cwHomeFavorite:hover .text {
  overflow: visible;
  height: auto;
}
li.ot-cw_view:hover .text,
li.cwHomeFavorite:hover .text {
  z-index: 699;
  overflow: hidden;
}
li.ot-cw_view .badge-holder,
li.cwHomeFavorite .badge-holder {
  position: absolute;
  width: 100%;
  top: -6px;
  right: -6px;
  overflow: visible;
  z-index: 700;
}
li.ot-cw_view .badge,
li.cwHomeFavorite .badge {
  float: left;
  position: absolute;
  z-index: 701;
}
li.ot-cw_view .badge i,
li.cwHomeFavorite .badge i {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}
li.ot-cw_view .right,
li.cwHomeFavorite .right {
  float: right;
  position: absolute;
  right: 0;
}
li.ot-cw_view .follow,
li.cwHomeFavorite .follow {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px 7px;
  cursor: pointer;
  text-align: center;
  font-size: 10px;
  color: white;
  border-radius: 20px;
}
li.ot-cw_view .follow.following,
li.cwHomeFavorite .follow.following {
  background-color: #D500F9;
}
li.ot-cw_view {
  background-color: #e8f2f7;
  min-height: 165px;
  height: 165px;
  width: 130px;
}
li.ot-cw_view .cw-association-delete-item {
  top: -5px;
  left: -5px;
  position: absolute;
}
li.ot-cw_view:hover {
  background-color: #d5e6f1;
}
li.ot-cw_view a.click-zone {
  min-height: 165px;
  height: 165px;
}
li.ot-cw_view a.click-zone ul li {
  height: 100px;
  text-align: center;
  vertical-align: middle;
}
li.ot-cw_view a.click-zone ul li i {
  width: 100%;
  height: 90px;
  font-size: 90px;
  vertical-align: middle;
  line-height: 90px;
  text-decoration: none;
  position: relative;
  top: 10px;
}
li.ot-cw_view a.click-zone ul li i.fa {
  font-size: 70px;
  top: 10px;
  color: #546E7A;
}
li.ot-cw_view a.click-zone ul li:nth-child(2) {
  height: 40px;
}
li.ot-cw_view .cw-app-image {
  display: block;
}
li.ot-cw_view .text {
  margin: 10px;
  background-color: transparent;
  color: #546E7A;
  text-align: center;
  overflow: hidden;
  max-height: 45px;
  line-height: normal;
}
.cw-home-navigation {
  padding-top: 20px;
  padding-left: 30px;
}
.cw-home-navigation ul.cwHomeFavorite {
  padding: 0;
  margin: 0;
}
.cw-home-navigation li.cwHomeFavorite {
  min-height: 130px;
}
.cw-home-navigation li.cwHomeFavorite a.click-zone {
  width: 130px;
  max-height: 120px;
  height: 120px;
  display: block;
  position: relative;
}
.cw-home-navigation li.cwHomeFavorite div.text {
  padding: 5px;
  color: white;
}
.cw-home-navigation .color0 {
  background-color: #3981ac;
}
.cw-home-navigation .color0 .follow {
  background-color: #3d8ab7;
}
.cw-home-navigation .color0 .follow:hover {
  background-color: #4392c1;
}
.cw-home-navigation .color0 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color1 {
  background-color: #3f8fbf;
}
.cw-home-navigation .color1 .follow {
  background-color: #4b96c3;
}
.cw-home-navigation .color1 .follow:hover {
  background-color: #569dc7;
}
.cw-home-navigation .color1 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color2 {
  background-color: #4e98c4;
}
.cw-home-navigation .color2 .follow {
  background-color: #5a9fc8;
}
.cw-home-navigation .color2 .follow:hover {
  background-color: #65a6cc;
}
.cw-home-navigation .color2 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color3 {
  background-color: #5ea1ca;
}
.cw-home-navigation .color3 .follow {
  background-color: #69a8cd;
}
.cw-home-navigation .color3 .follow:hover {
  background-color: #75afd1;
}
.cw-home-navigation .color3 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color4 {
  background-color: #6daacf;
}
.cw-home-navigation .color4 .follow {
  background-color: #79b1d2;
}
.cw-home-navigation .color4 .follow:hover {
  background-color: #84b8d6;
}
.cw-home-navigation .color4 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color5 {
  background-color: #7cb3d4;
}
.cw-home-navigation .color5 .follow {
  background-color: #88bad8;
}
.cw-home-navigation .color5 .follow:hover {
  background-color: #93c0db;
}
.cw-home-navigation .color5 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color6 {
  background-color: #8cbcd9;
}
.cw-home-navigation .color6 .follow {
  background-color: #97c3dd;
}
.cw-home-navigation .color6 .follow:hover {
  background-color: #a3c9e0;
}
.cw-home-navigation .color6 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color7 {
  background-color: #9bc5de;
}
.cw-home-navigation .color7 .follow {
  background-color: #a7cce2;
}
.cw-home-navigation .color7 .follow:hover {
  background-color: #b2d2e5;
}
.cw-home-navigation .color7 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color8 {
  background-color: #aacee3;
}
.cw-home-navigation .color8 .follow {
  background-color: #b6d4e7;
}
.cw-home-navigation .color8 .follow:hover {
  background-color: #c1dbeb;
}
.cw-home-navigation .color8 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color9 {
  background-color: #bad7e8;
}
.cw-home-navigation .color9 .follow {
  background-color: #c5ddec;
}
.cw-home-navigation .color9 .follow:hover {
  background-color: #d1e4f0;
}
.cw-home-navigation .color9 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color10 {
  background-color: #c9e0ed;
}
.cw-home-navigation .color10 .follow {
  background-color: #d4e6f1;
}
.cw-home-navigation .color10 .follow:hover {
  background-color: #e0edf5;
}
.cw-home-navigation .color10 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation .color11 {
  background-color: #e8f1f7;
}
.cw-home-navigation .color11 .follow {
  background-color: #f3f8fb;
}
.cw-home-navigation .color11 .follow:hover {
  background-color: #ffffff;
}
.cw-home-navigation .color11 .follow:hover.following {
  background-color: #ff6736;
}
.cw-home-navigation ul.level0,
.cw-home-navigation ul.level1 {
  padding: 0;
  margin: 0;
}
.cw-home-navigation h1.cw-home-title {
  font-size: 15px;
  font-weight: normal;
}
.cw-home-navigation li.level0.visible,
.cw-home-navigation li.level1.visible {
  -ms-opacity: 1;
  opacity: 1;
}
.cw-home-navigation li.level0,
.cw-home-navigation li.level1 {
  -ms-opacity: 0;
  opacity: 0;
}
.cw-home-navigation li.level0 {
  list-style: none;
  vertical-align: top;
  text-align: left;
}
.cw-home-navigation li.level1 {
  list-style: none;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .cw-home-navigation {
    padding-top: 10px;
    padding-left: 20px;
  }
  ul.cw-view-zone {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  ul.cw-view-zone li.cw-view-zone:first-child i.fa {
    height: 40px;
    font-size: 40px;
    top: 5px;
    line-height: 40px;
  }
  ul.cw-view-zone li.cw-view-zone:last-child {
    flex-grow: 1;
  }
  li.ot-cw_view div.text {
    width: 154px;
  }
  li.ot-cw_view,
  #cw-home-navigation li.cwHomeFavorite {
    width: 212px;
    height: auto;
    min-height: 50px;
  }
  li.ot-cw_view .badge-holder,
  #cw-home-navigation li.cwHomeFavorite .badge-holder {
    right: 0;
  }
  li.ot-cw_view:hover div.text,
  #cw-home-navigation li.cwHomeFavorite:hover div.text,
  li.ot-cw_view:hover a.click-zone,
  #cw-home-navigation li.cwHomeFavorite:hover a.click-zone,
  li.ot-cw_view:hover,
  #cw-home-navigation li.cwHomeFavorite:hover {
    height: auto;
    position: relative;
  }
  li.ot-cw_view ul.cw-view-zone li.cw-view-zone,
  #cw-home-navigation li.cwHomeFavorite ul.cw-view-zone li.cw-view-zone {
    vertical-align: middle;
  }
  li.ot-cw_view a.click-zone,
  #cw-home-navigation li.cwHomeFavorite a.click-zone {
    width: 212px;
    min-height: 50px;
    height: auto;
    max-height: 50px;
  }
  li.ot-cw_view a.click-zone ul li,
  #cw-home-navigation li.cwHomeFavorite a.click-zone ul li {
    height: 50px;
  }
  li.ot-cw_view a.click-zone ul li i,
  #cw-home-navigation li.cwHomeFavorite a.click-zone ul li i {
    padding-left: 5px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    top: 0;
  }
  li.ot-cw_view a.click-zone ul li i.cwf,
  #cw-home-navigation li.cwHomeFavorite a.click-zone ul li i.cwf {
    top: 5px;
  }
  li.ot-cw_view div,
  #cw-home-navigation li.cwHomeFavorite div,
  li.ot-cw_view div.cw-app-image,
  #cw-home-navigation li.cwHomeFavorite div.cw-app-image {
    display: inline-block;
    vertical-align: top;
  }
  li.ot-cw_view div.text,
  #cw-home-navigation li.cwHomeFavorite div.text,
  li.ot-cw_view div.cw-app-image.text,
  #cw-home-navigation li.cwHomeFavorite div.cw-app-image.text {
    width: 150px;
    margin: 0px;
    padding: 0 2px 0 6px;
    box-sizing: border-box;
    text-align: left;
  }
  li.ot-cw_view .cwIconEmpty,
  #cw-home-navigation li.cwHomeFavorite .cwIconEmpty {
    display: none;
  }
  li.ot-cw_view .cw-app-image,
  #cw-home-navigation li.cwHomeFavorite .cw-app-image {
    margin: 0;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .cw-home-navigation {
    padding: 5px;
    padding-top: 0;
  }
  ul.cw-view-zone li.cw-view-zone:first-child {
    width: 50px;
  }
  ul.cw-view-zone li.cw-view-zone {
    display: table-cell;
  }
  li.ot-cw_view,
  #cw-home-navigation li.cwHomeFavorite {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  li.ot-cw_view a.click-zone,
  #cw-home-navigation li.cwHomeFavorite a.click-zone {
    width: 100%;
  }
  li.ot-cw_view a.click-zone ul li i,
  #cw-home-navigation li.cwHomeFavorite a.click-zone ul li i {
    padding-left: 0;
  }
  li.ot-cw_view div.text,
  #cw-home-navigation li.cwHomeFavorite div.text {
    width: auto;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwJSAPI.less */

body {
  font-size: 12px;
  padding: 0;
  margin: 0;
}
div.cw-page-id {
  display: none;
}
div.cwloading {
  z-index: 600;
  position: fixed;
  top: calc((100% - 50px)/2);
  left: calc((100% - 50px)/2);
  color: #D500F9;
  margin-top: -22px;
  margin-left: -22px;
}
div.cwloading i {
  font-size: 44px;
  padding: 3px;
}
div.cwloading.cwLoadingSpinner {
  background-image: url('/evolve/Common/images/_loading.gif');
}
.cw-de-loading-spinner {
  background-image: url('/evolve/Common/images/_loading2.gif');
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  margin: 10px;
  text-align: center;
  background-position-x: center;
}
div.cw-loading-image {
  width: 32px;
  height: 32px;
  position: relative;
  left: 50%;
  z-index: 20;
  margin-left: -16px;
  margin: 15px 0;
}
div.cw-loading-image.cwLoadingSpinner {
  background-image: url('/evolve/Common/images/_loading2.gif');
}
h1.cw-error-title {
  margin-top: 0;
  padding: 20px;
}
.k-tooltip,
.k-tooltip a,
.k-tooltip a:hover {
  color: white;
}
.k-tooltip a:hover {
  text-decoration: underline;
}
.cw-zone {
  z-index: 1;
  position: relative;
}
body,
textarea,
input,
button,
td,
th,
option,
select,
text,
.k-button,
.k-edit-label,
.k-input,
.k-link,
.k-label,
.k-pager-numbers,
.km-pane,
.cw_print_chart_title {
  font-family: "Roboto Regular", "Arial", "Corbel", "Segoe UI" !important;
}
.cw-do-blur-effect {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
html:not(.k-ie9) .cw-freeze .cw-zone {
  -webkit-filter: ;
  -moz-filter: ;
  -o-filter: ;
  -ms-filter: ;
  filter: ;
}
.cw-freeze .cw-zone {
  opacity: 0.4;
}
body.cw-freeze {
  overflow: hidden;
}
h4.dataquality {
  border-bottom: solid 1px #CCC;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #D2322C;
}
h4,
h5.cw-header {
  color: #546E7A;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwMaximize.less */

@media screen and (min-width: 240px) and (max-width: 1023px) {
  .btn.btn-maximize {
    display: none;
  }
}
body.cw-moving canvas.cwDiagramViewer {
  -o-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -webkit-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  opacity: 1;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwPopout.less */

.popout {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  z-index: 50;
  min-height: 100%;
  overflow: hidden;
  background-color: white;
  -o-transition: width 200ms ease-out;
  -moz-transition: width 200ms ease-out;
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
}
.popout.fixe-position {
  position: fixed;
  top: 40px;
}
.popout-top {
  padding: 4px;
  background-color: #508caf;
}
.popout-top ul.popout-top-container {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.popout-top ul.popout-top-container > li {
  display: table-cell;
  vertical-align: middle;
}
.popout-top ul.popout-top-container > li.popout-title-options {
  text-align: right;
  width: 120px;
}
.popout-top ul.popout-top-container .popout-title {
  font-weight: normal;
  color: #FFFFFF;
}
.popout-top ul.popout-top-container .popout-title .popout-title-div {
  width: 350px;
  padding-left: 5px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  -ms-word-break: normal;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
}
.popout-top ul.popout-top-container .popout-title label {
  width: 100%;
  min-height: 34px;
}
div.popout-top-buttons {
  margin: 2px;
}
.btn.btn-new-discuss {
  text-align: center;
  width: 116px;
  display: table-cell;
  vertical-align: middle;
  line-height: inherit;
  background: #78909C;
  color: #FFF;
  border-radius: 2px;
  border: 1px solid #546E7A;
}
.btn.btn-new-discuss:hover {
  background: #B0BEC5 !important;
}
h5.info-message {
  margin: 10px 0 10px 0;
  font-weight: bold;
}
.popout-open .popout {
  border-left: 1px solid #38627a;
  border-bottom: 1px solid #38627a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.popout-open .popout .popout-content {
  height: 100%;
}
.popout-open .popout .popout-content form {
  padding: 15px;
}
.popout-open .popout h4.info-message {
  padding: 10px 0 10px 0;
}
.popout-open .popout p.update-message {
  display: none;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.popout-open .popout p.update-message.show {
  display: inline-block;
}
.popout-open .popout .popout-buttons {
  padding: 10px;
}
.popout-open .popout .popout-buttons .btn {
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 5px 0;
}
.popout-open .btn-discuss,
.popout-open .btn-edit,
.popout-open .btn-share,
.popout-open .btn-create-task,
.popout-open #cw_print_btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  body > .popout {
    top: 41px;
  }
  .popout-top {
    min-height: 34px;
  }
  .popout-top .popout-title {
    font-size: 15px;
  }
  .popout-top .btn:hover {
    background-color: #40708c;
  }
  .popout-open .main-nav {
    margin-left: -180px;
  }
  .popout-open .content {
    margin-left: -180px;
    padding-right: 481px;
  }
  .popout-open .content.has-page-menu {
    margin-left: -380px;
    padding-right: 481px;
  }
  .popout-open .popout {
    overflow: visible;
    width: 481px;
    box-shadow: -1px 1px 1px #BDBDBD;
  }
  .popout-open.main-menu-collapsed .main-nav {
    margin-left: -40px;
  }
  .popout-open.main-menu-collapsed .content {
    margin-left: -40px;
  }
  .popout-open.main-menu-collapsed .content.has-page-menu {
    margin-left: -250px;
  }
  .maximized .main-nav {
    margin-left: -180px;
  }
  .maximized .content {
    margin-left: -180px;
  }
  .maximized .content.has-page-menu {
    margin-left: -380px;
  }
  .maximized .page-top-ul li.page-top-li {
    display: inline-block;
    vertical-align: top;
  }
  .maximized.main-menu-collapsed .main-nav {
    margin-left: -40px;
  }
  .maximized.main-menu-collapsed .content {
    margin-left: -40px;
  }
  .maximized.main-menu-collapsed .content.has-page-menu {
    margin-left: -250px;
  }
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .popout-top {
    overflow: hidden;
  }
  .popout-top .popout-title {
    margin: 0;
  }
  .popout-open .popout {
    width: 90%;
    padding-top: 45px;
    max-width: 460px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .popout-top .popout-title {
    font-size: 15px;
    line-height: 32px;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .popout-open .popout {
    width: 90%;
  }
  .popout-open .popout .popout-top {
    padding: 5px 2px 5px 10px;
  }
  .popout-open .popout .popout-top .popout-title {
    font-size: 15px;
    line-height: 28px;
    width: 70%;
  }
  .popout-open .popout .popout-top .popout-title .popout-title-div {
    width: 100%;
  }
  .popout-open .popout .popout-top .popout-title-options {
    width: 30%;
  }
  .popout-open .popout .popout-content form {
    padding: 10px;
  }
}
.cw-version {
  bottom: 0;
  position: fixed;
  cursor: pointer;
  padding-left: 8px;
}
.cw-version .fa-info-circle {
  color: #1e262a;
}
.cw-version .cw-version-text {
  color: #1e262a;
  font-size: 10px;
  position: fixed;
  left: 18px;
  width: 200px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwProgressBarManager.less */

.cw-layout-progressbar {
  background: white;
}
.cw-layout-progressbar-block {
  background-color: #003c7b !important;
  border: 1px solid #C0C0C0 !important;
  width: 15px !important;
  height: 15px !important;
}
.cw-layout-progressbar-block-percentage {
  background-color: #003c7b !important;
}
.cw-layout-progressbar-emptyblock {
  background-color: white !important;
  border: 1px solid #C0C0C0 !important;
  width: 15px !important;
  height: 15px !important;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwPropertiesGroups.less */

table.cwPropertiesTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
table.cwPropertiesTable th {
  width: 45%;
  height: 100%;
  text-align: left;
}
table.cwPropertiesTable td {
  width: 55%;
  height: 100%;
  text-align: left;
}
table.cwPropertiesTable td,
table.cwPropertiesTable th {
  border: 1px solid #bfbfbf;
  padding: 5px;
  border-top-width: 0;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  -ms-word-break: normal;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
}
table.cwPropertiesTable td.enhanced-html-control {
  white-space: normal;
}
table.cwPropertiesTable td.enhanced-html-control table tr td,
table.cwPropertiesTable td.no-enhanced-html-control table tr td,
table.cwPropertiesTable td.enhanced-html-control table tr th,
table.cwPropertiesTable td.no-enhanced-html-control table tr th {
  width: auto;
  border-top-width: 1px;
  height: auto;
}
table.cwPropertiesTable td.no-enhanced-html-control ul,
table.cwPropertiesTable td.no-enhanced-html-control ol {
  margin: 0;
}
table.cwPropertiesTable td.no-enhanced-html-control p {
  margin: 0;
}
table.cwPropertiesTable td[data-propertytype="URL"].cw-edit-property-value {
  word-break: break-all;
  -ms-word-break: break-all;
}
table.cwPropertiesTable tr:hover {
  background-color: #e1e1e1;
  color: #263238;
}
table.cwPropertiesTable tr:last-child td:first-child {
  border-bottom-left-radius: 2px;
}
table.cwPropertiesTable tr:last-child td:last-child {
  border-bottom-right-radius: 2px;
}
div.CwPropertiesLayoutMultilineText table td {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  -ms-word-break: normal;
  word-break: break-word;
}
.cw-header {
  border: none;
  text-align: left;
  background: #78909C;
  color: #FFFFFF;
  font-size: 13px;
  padding: 8px;
}
.cw-header a {
  color: #FFFFFF;
}
div.cwPropertiesTableHeader {
  border: none;
  text-align: left;
  background: #78909c;
  color: #ffffff;
  font-size: 13px;
  padding: 8px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
div.cwPropertiesTableHeader a {
  color: #FFFFFF;
}
ul.table-properties-zone {
  margin: 10px;
  padding: 0px;
}
div.cwPropertiesTableContainer {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 600px;
  width: 100%;
  /*min-height: 280px;*/
  background-color: white;
  border-radius: 2px;
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  div.cwPropertiesTableContainer {
    max-width: none;
    margin-right: 0;
  }
  table.cwPropertiesTable td,
  table.cwPropertiesTable th {
    padding: 5px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwTabManager.less */

.cw-tab-disable {
  opacity: 0.25;
}
.cw-tab-disable a {
  color: black;
}
.cw-tab-hidden {
  display: none;
}
.cw-view-tab-disable a {
  color: black;
  opacity: 0.25;
}
.tab-content {
  position: fixed;
  visibility: hidden;
}
.tab-content .cw-layout-emodeler-diagrams-content {
  margin-top: 10px;
  opacity: 0;
}
.tab-content.visible {
  visibility: visible;
  position: relative;
}
.tab-content.visible .cw-layout-emodeler-diagrams-content {
  opacity: 1;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\web-fonts.less */

@font-face {
  font-family: 'helveticaneue-ultralightRg';
  src: url('/evolve/Common/fonts/helvetica/henul1_-webfont.eot');
  src: url('/evolve/Common/fonts/helvetica/henul1_-webfont.eot?#iefix') format('embedded-opentype'), url('/evolve/Common/fonts/helvetica/henul1_-webfont.woff') format('woff'), url('/evolve/Common/fonts/helvetica/henul1_-webfont.ttf') format('truetype'), url('/evolve/Common/fonts/helvetica/henul1_-webfont.svg#helveticaneue-ultralightRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('/evolve/Common/fonts/roboto/Roboto-Regular.eot');
  src: url('/evolve/Common/fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/evolve/Common/fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('/evolve/Common/fonts/roboto/Roboto-Regular.woff') format('woff'), url('/evolve/Common/fonts/roboto/Roboto-Regular.ttf') format('truetype'), url('/evolve/Common/fonts/roboto/Roboto-Regular.svg#Roboto') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('/evolve/Common/fonts/roboto/Roboto-Medium.eot');
  src: url('/evolve/Common/fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/evolve/Common/fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('/evolve/Common/fonts/roboto/Roboto-Medium.woff') format('woff'), url('/evolve/Common/fonts/roboto/Roboto-Medium.ttf') format('truetype'), url('/evolve/Common/fonts/roboto/Roboto-Medium.svg#Roboto') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('/evolve/Common/fonts/roboto/Roboto-Bold.eot');
  src: url('/evolve/Common/fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/evolve/Common/fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('/evolve/Common/fonts/roboto/Roboto-Bold.woff') format('woff'), url('/evolve/Common/fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('/evolve/Common/fonts/roboto/Roboto-Bold.svg#Roboto') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwDashboards\cwDashboard.less */

ul.cw-table-ul {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
ul.cw-table-ul li.cw-table-ul {
  display: table-cell;
  list-style: none;
  vertical-align: top;
}
.cw-gauge-wrapper {
  width: 400px;
}
.cw-gauge-wrapper .k-gauge {
  margin-bottom: 10px;
}
.cw-gauge-wrapper div.cwPropertiesTableHeader {
  border-top-right-radius: 0;
}
.cw-gauge-content {
  display: inline-block;
  vertical-align: top;
}
.cw-dashboard-dataquality-owners {
  margin-bottom: 15px;
  border: 1px solid #78909C;
  border-radius: 2px;
}
.cw-dashboard-dataquality-owners li.cw-table-ul:first-child {
  width: 400px;
}
.dashboard_applicationdataquality_filters div.cwPropertiesTableHeader {
  text-align: center;
}
.cw-gauge-content-wrapper div.cwPropertiesTableHeader,
.dashboard_applicationdataquality_filters div.cwPropertiesTableHeader {
  background-color: #508caf;
  color: white;
  margin: 0;
}
.cw-gauge-content-wrapper,
.cw-gauge-wrapper {
  display: inline-block;
  vertical-align: top;
}
.cw-gauge-content-wrapper {
  width: 100%;
}
.cw-gauge-content-wrapper .cw-gauge-content {
  width: 99%;
}
.cw-gauge-content-wrapper div.cwPropertiesTableHeader {
  cursor: pointer;
  border-top-left-radius: 0;
}
.cw-gauge-content-wrapper div.cwPropertiesTableHeader .fa {
  color: white;
}
.cw-fa-icon-left {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.cw-dashboard-container {
  margin-bottom: 5px;
  border: 1px solid #CDE5FD;
}
.cw-kendo-dashboard {
  margin: auto;
  width: 100%;
  min-height: 500px;
}
.cw-kendo-dashboard-print {
  margin: auto;
  width: 100%;
}
ul.cw-list.cw-dashboard-list {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .cw-dashboard-dataquality-owners .cw-gauge-wrapper {
    width: 100%;
  }
  .cw-dashboard-dataquality-owners ul.cw-table-ul {
    display: block;
  }
  .cw-dashboard-dataquality-owners ul.cw-table-ul li.cw-table-ul {
    display: inline-block;
    width: 100%;
    max-width: auto;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwDiscussion\CwDiscussion.less */

.discussion_notification {
  display: inline-block;
  font-weight: bold;
  color: red;
  padding-left: 15px;
  padding-top: 15px;
}
.discuss-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.discuss-list li {
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: #bfbfbf;
  position: relative;
}
.discuss-list li:hover {
  background-color: #B0BEC5;
}
.discuss-list .badge {
  position: absolute;
  top: 0;
  right: 0;
  margin: -5px 0 0 0;
}
.discuss-list h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.discuss-list a {
  color: #666666;
}
.discuss-item {
  padding: 0 0 0 50px;
  position: relative;
}
.discuss-item .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  margin-left: 2px;
  overflow: hidden;
  border-radius: 18px;
}
.discuss-item .avatar img {
  width: 36px;
  height: 36px;
}
.discuss-item p {
  margin: 0;
  color: #263238;
}
.discuss-item .meta {
  clear: both;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  margin-top: 10px;
}
.discuss-convo {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.discuss-convo h4 {
  margin: 0;
}
.discuss-convo .discuss-back {
  background-color: transparent;
  cursor: pointer;
}
.discuss-comments {
  margin: 0;
  padding: 5px;
  list-style: none;
}
.discuss-comments li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.discuss-comment-form .btn-discuss-cancel {
  display: none;
}
.fr {
  float: right;
}
h4 {
  font-size: 1.3em;
  margin: 0 0 0.5em 0;
  color: #546E7A;
}
.discuss-open .discuss {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 96;
}
.discuss-open .cw-edit-mode-button-edit {
  display: none;
}
.diagram-btn-discuss {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  background-color: #78909C !important;
}
.btn-discuss.has-badge {
  margin-right: 8px;
}
.btn-discuss .badge {
  position: absolute;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .discuss-top {
    height: 40px;
    margin-left: -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .discuss-top h2 {
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    float: left;
    margin: 0 40px 0 0;
  }
  .discuss-open .main-nav {
    margin-left: -200px;
  }
  .discuss-open .content {
    margin-left: -200px;
    padding-right: 481px;
  }
  .discuss-open .content.has-page-menu {
    margin-left: -460px;
    padding-right: 481px;
  }
  .discuss-open .discuss {
    overflow: visible;
    width: 481px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .discuss-top {
    overflow: hidden;
  }
  .discuss-top h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    float: left;
    margin: 0 0 10px 0;
  }
  .discuss-open .discuss {
    width: 80%;
    padding-top: 47px;
    max-width: 460px;
  }
}
.btn-discuss-disable {
  opacity: 0.4;
  cursor: default !important;
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .discuss-top {
    overflow: hidden;
  }
  .discuss-top h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    float: left;
    margin: 0 0 10px 0;
  }
  .discuss-open .discuss {
    width: 90%;
    padding-top: 47px;
    max-width: 460px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwEditProperties\cwEditPropertyAssociation.less */

i.cw-association-add-item,
i.cw-association-associate-to-item {
  color: white;
}
.cw-add-association-textbox {
  float: right;
}
.cw-add-association-submit-button {
  font-size: 16px !important;
  width: 100px !important;
  margin-left: 80px;
  margin-top: 30px;
}
.cw-add-association-dialog-wrapper {
  display: none;
}
.cw-add-association-image-wrapper {
  display: none;
}
.cw-add-association-error {
  display: none;
  color: red;
}
select.cw-edit-mode-association-autocomplete:disabled::-webkit-input-placeholder {
  color: transparent !important;
}
select.cw-edit-mode-association-autocomplete {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  width: 70%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-top: 5px;
  padding: 1px 5px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 1;
  visibility: visible;
  height: 32px;
}
select.cw-edit-mode-association-autocomplete:disabled {
  background: url("/evolve/Common/images/_loading2.gif") no-repeat;
  background-color: white;
  background-size: contain;
  background-position: center center;
}
select.cw-edit-mode-association-autocomplete:disabled::-webkit-input-placeholder,
select.cw-edit-mode-association-autocomplete:disabled::-moz-placeholder,
select.cw-edit-mode-association-autocomplete:disabled:-ms-input-placeholder {
  color: red !important;
  opacity: 0 !important;
}
select.cw-edit-mode-association-autocomplete.cw-hidden {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  visibility: hidden;
  opacity: 0;
  width: 0;
  padding: 0;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  input.cw-edit-mode-association-autocomplete {
    width: 200px;
  }
}
@media screen and (min-width: 240px) and (max-width: 640px) {
  input.cw-edit-mode-association-autocomplete {
    width: 80px;
    margin: 0;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwEditProperties\cwEditPropertyDate.less */

.datepicker,
.daterangepicker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000 !important;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.datepicker table tr td.day,
.daterangepicker table tr td.day {
  border-radius: 2px;
}
.datepicker table tr td.day.active,
.daterangepicker table tr td.day.active,
.datepicker table tr td.day.active:hover,
.daterangepicker table tr td.day.active:hover {
  background-image: none;
  background-color: #508caf;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwEditProperties\cwEditPropertyImage.less */

iframe.cwEditPropertyImageIframe {
  display: none;
}
.cwEditPropertyImageForm {
  width: 100%;
}
.cwEditPropertyImageForm p {
  margin-top: 0;
}
.cwEditPropertyImageForm p.error {
  margin: 5px auto;
  color: #ED4747;
  font-weight: bold;
}
.cwEditPropertyImageForm .filePath {
  width: 100%;
}
.cwEditPropertyImageForm .submit {
  display: none;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwGenerateStaticPage\CwGenerateStaticPage.less */

.page-sync-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding-bottom: 2px;
}
.page-last-sync-date {
  float: left;
  padding-top: 12px;
  padding-right: 10px;
}
.btn-generate-static-single {
  float: left;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwMenus\cwMenuLeft.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwMenus\CwMenuManager.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwMetaModel\cwMetaModelManager.less */

.cw-property-type-name-with-help {
  cursor: help;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwPluginManager\CwPlugins\CwDiagramFullScreenPlugin\CwDiagramFullScreenPlugin.less */

li.cw-diagram-zone:not(.cw-de-editor-open):-webkit-full-screen canvas,
-moz-full-screen canvas,
-ms-fullscreen canvas,
fullscreen canvas {
  height: 100% !important;
}
li.cw-diagram-zone:fullscreen::backdrop {
  background-color: white;
}
.cw-de-editor-open .btn-diagram-fullscreen {
  display: none;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwPluginManager\CwPlugins\CwEvolveChat\CwEvolveChat.less */

.cw-evolve-chat-popout-container {
  padding: 10px;
}
.cw-evolve-chat-popout-container .avatar {
  display: inline-block;
  margin-right: 5px;
}
.cw-evolve-chat-popout-container .avatar img {
  width: 36px;
  height: 36px;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-message {
  width: 100%;
  padding: 5px;
}
.cw-evolve-chat-popout-container ul.cw-evolve-chat-users {
  padding: 0;
  margin: 0;
}
.cw-evolve-chat-popout-container ul.cw-evolve-chat-users li {
  display: inline-block;
}
.cw-evolve-chat-popout-container input[type='submit'] {
  visibility: hidden;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions li {
  list-style: none;
  vertical-align: top;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions li div.cw-evolve-chat-text-message {
  display: inline-block;
  background-color: #eaeaea;
  vertical-align: top;
  height: 100%;
  padding: 10px;
  margin-left: 10px;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions li div.cw-evolve-chat-text-message.bubble_left {
  position: relative;
  background: #eaeaea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions li div.cw-evolve-chat-text-message.bubble_left:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #eaeaea;
  display: block;
  width: 0;
  z-index: 1;
  left: -7px;
  top: 10px;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions li.cw-evolve-chat-message-li.cw-evolve-chat-my-message {
  text-align: right;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions li.cw-evolve-chat-message-li.cw-evolve-chat-my-message .avatar {
  margin: 0;
  margin-left: 5px;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions li.cw-evolve-chat-message-li.cw-evolve-chat-my-message div.cw-evolve-chat-text-message {
  margin: 0;
  margin-right: 10px;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions li.cw-evolve-chat-message-li.cw-evolve-chat-my-message .bubble_right {
  position: relative;
  background: #eaeaea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cw-evolve-chat-popout-container #cw-evolve-chat-discussions li.cw-evolve-chat-message-li.cw-evolve-chat-my-message .bubble_right:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent #eaeaea;
  display: block;
  width: 0;
  z-index: 1;
  right: -7px;
  top: 10px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwPluginManager\CwPlugins\PsgDiagramSearch\PsgDiagramSearch.less */

.cwDiagramBreadcrumb .btn-diagram-search {
  float: right;
}
ul.cw-search-zone-properties {
  list-style: none;
  padding-left: 0;
}
.cw-diagram-search-container {
  padding: 10px;
}
/*ul.cw-diagram-zone li {
    height: 100% !important;
}

canvas {
    height: 100%;
}*/

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwSearchEngine\cwLookupFilter.less */

div.cw-lookup-filter {
  margin: 5px;
  margin-left: 0px;
  text-align: center;
}
ul.cw-filter-boxes {
  margin: 0;
  padding: 0;
}
ul.cw-filter-boxes .chosen-container,
ul.cw-filter-boxes ul.chosen-choices {
  border: none;
  box-shadow: none;
}
ul.cw-filter-boxes .cw-filter-box-lookup-filter {
  min-width: 250px;
}
ul.cw-filter-boxes > li {
  border: 1px solid #508caf;
  display: inline-block;
  height: 28px;
  vertical-align: top;
  margin-right: 5px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwSearchEngine\cwSearchEngine.less */
span.cw-searchengine-item-found {
  background-color: #B0BEC5;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px;
  color: white;
}
.cw-searchengine-search-area {
  text-align: center;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
  float: right;
  border-radius: 5px;
}
.cw-searchengine-text-zone {
  display: none;
}
#cw-searchengine-no-content {
  background-color: #ED4747;
  color: white;
  max-width: 170px;
  width: 100%;
  text-align: center;
  z-index: 800;
  font-size: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
}
#cw-searchengin-clear {
  width: 20px;
  border-radius: 0px;
  padding: 0px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
  background: #78909C;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #546E7A;
  border-left: none;
}
#cw-searchengin-clear:hover {
  background: #B0BEC5;
}
#cw-searchengin-clear i {
  margin: 0px;
  padding: 0px;
}
.form-filter.cw-search-engine {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
  text-align: left;
  position: relative;
}
.form-filter.cw-search-engine.has-content input {
  padding-right: 20px;
}
.form-filter.cw-search-engine.has-no-result input {
  border-bottom-left-radius: 0px;
}
.form-filter.cw-search-engine label {
  display: none;
}
.form-filter.cw-search-engine input {
  padding: 5px;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 5px;
  outline: none;
  line-height: 20px;
  border-right: 0;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  border: 1px solid #546E7A;
  box-shadow: 1px 2px 2px #BDBDBD;
  box-sizing: border-box;
}
.form-filter.cw-search-engine input::-ms-clear {
  display: none;
}
.form-filter.cw-search-engine a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.form-filter.cw-search-engine a.filter {
  right: 0px;
  border-radius: 0 6px 6px 0;
  padding: 0 10px;
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .form-filter.cw-search-engine input {
    height: 30px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwSmartBreadcrumbs\CwSmartBreadcrumb.less */

#cw-smart-bc {
  padding: 0;
  display: inline-flex;
  white-space: nowrap;
  margin: 0px;
  height: 100%;
  max-width: calc(80% - 180px);
  flex-wrap: wrap-reverse;
}
#cw-smart-bc li {
  padding-left: 12px;
  position: relative;
  height: 100%;
  align-items: center;
}
#cw-smart-bc li span {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
#cw-smart-bc li a {
  display: inline-block;
  text-decoration: none;
  text-overflow: ellipsis;
}
#cw-smart-bc li a.direct-link {
  cursor: default;
}
#cw-smart-bc li:first-of-type {
  padding-left: 0;
}
#cw-smart-bc li:last-of-type {
  font-size: 13px;
  font-weight: 500;
  max-width: 80%;
}
#cw-smart-bc li:last-of-type span {
  max-width: none;
  margin-bottom: 2px;
}
#cw-smart-bc li .cw-bc-icon {
  vertical-align: middle;
}
#cw-smart-bc li .cw-bc-seperator {
  color: #a9a9a9;
  padding-left: 12px;
  vertical-align: middle;
  font-size: 10px;
}
.cw-bc-dropdown-default {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cw-bc-dropdown-default span {
  color: #546E7A;
}
.cw-bc-dropdown {
  display: inline-block;
}
.cw-bc-dropdown-content-in-box {
  position: absolute;
  width: 100%;
}
.cw-bc-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 8px;
  top: calc(100% + 1px);
}
.cw-bc-dropdown-content span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.cw-bc-dropdown-content span:hover {
  background-color: #f1f1f1;
}
.cw-bc-dropdown-content-display {
  display: block;
  background-color: #ECEFF1;
}
.cw-bc-dropdown-content a {
  display: block !important;
  padding: 5px;
  overflow: hidden;
  background-color: #ECEFF1;
  box-shadow: 1px 1px 3px #BDBDBD;
  padding-top: 10px;
  font-weight: normal;
}
.cw-bc-dropdown-default a {
  overflow: hidden;
}
.cw-bc-dropdown-default i {
  display: block;
  margin-left: 6px;
}
.cw-bc-box {
  background-color: #ECEFF1;
  position: absolute;
  border: 1px solid #ddd;
  -webkit-box-shadow: 10px 10px 52px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 52px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 52px -18px rgba(0, 0, 0, 0.75);
}
.cw-bc-box:before,
.cw-bc-box:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
}
.cw-bc-box:before {
  left: 19px;
  border: 11px solid transparent;
  border-bottom-color: #ddd;
}
.cw-bc-box:after {
  left: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ECEFF1;
}
.cw-bc-box-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cw-bc-box-li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.cw-bc-box-li a {
  text-align: center;
}
.cw-bc-box-li:last-child {
  border: none;
}
.cw-bc-ellipsis {
  cursor: pointer !important;
}
.cw-bc-show {
  visibility: visible;
  display: inline-flex;
}
.cw-bc-hide {
  visibility: hidden;
  display: none;
}
.cw-bc-dropdown-default span:hover {
  color: #263238;
}
.cw-bc-dropdown-content a:hover {
  color: #263238;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwUserManager\cwLoginPage.less */

body.cw-login-page .wrap {
  padding-left: inherit;
  min-height: 100%;
}
body.cw-login-page .main-nav {
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(13, 17, 21, 0.8), rgba(13, 17, 21, 0.8)), url('/evolve/Common/images/login-background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#cw-user-login-submit-form {
  margin: 30px;
}
#cw-user-login-submit-form ul li input[type=password],
#cw-user-login-submit-form ul li input[type=text] {
  margin: 0 0 15px 0;
  border: none;
  border-bottom: 1px solid #CFD8DC;
  border-radius: 0;
  background: #FFFFFF;
  padding: 5px 0;
}
#cw-user-login-submit-form ul li input[type=password]:focus,
#cw-user-login-submit-form ul li input[type=text]:focus {
  border: none;
  border-bottom: 1px solid #508caf;
}
#cw-authentication-zone {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  z-index: 501;
  position: fixed;
  background-color: #FFFFFF;
  width: 320px;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -175px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #263238;
}
#cw-authentication-zone.cw-browser-not-supported {
  padding: 10px 0;
  text-align: center;
}
#cw-authentication-zone.cw-browser-not-supported p {
  margin: 10px;
}
#cw-authentication-zone.cw-browser-not-supported table {
  width: 100%;
}
#cw-authentication-zone.cw-browser-not-supported table th,
#cw-authentication-zone.cw-browser-not-supported table td {
  width: 20%;
}
#cw-authentication-zone i {
  display: none;
}
#cw-authentication-zone.loading {
  -o-box-shadow: 0 0 10px 0 white;
  -ms-box-shadow: 0 0 10px 0 white;
  -moz-box-shadow: 0 0 10px 0 white;
  -webkit-box-shadow: 0 0 10px 0 white;
  box-shadow: 0 0 10px 0 white;
}
#cw-authentication-zone.loading #cw-authentication-login i {
  content: "";
  display: block;
  color: white;
}
#cw-authentication-zone.loading #cw-authentication-login div {
  display: none;
}
#cw-authentication-zone.error ul li input[type=password],
#cw-authentication-zone.error ul li input[type=text] {
  border-bottom-color: #e43945;
}
#cw-authentication-zone .cw-authentication-top {
  height: 60px;
  text-align: center;
  background: url("/evolve/Common/images/logos/logo.png") no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 502;
  margin-bottom: 30px;
}
#cw-authentication-zone ul {
  padding: 0;
  margin: 0;
}
#cw-authentication-zone ul li {
  list-style: none;
}
#cw-authentication-zone ul li label {
  color: #508caf;
  font-size: 13px;
}
#cw-authentication-zone ul li input,
#cw-authentication-zone ul li button {
  margin-top: 15px;
  margin-bottom: 15px;
}
#cw-authentication-zone ul li button {
  margin-top: 25px;
  width: 100%;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #508caf;
  color: whitesmoke;
}
#cw-authentication-zone ul li button:hover {
  background-color: #40708c;
}
#cw-authentication-zone input {
  color: black;
}
#cw-authentication-zone .brand {
  position: absolute;
  right: 0;
  margin-top: 10px;
  color: whitesmoke;
  font-size: 10px;
}
#cw-authentication-zone .brand a {
  color: whitesmoke;
  padding-left: 2px;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  body.cw-login-page .main-nav {
    -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
    -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
    -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
    -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
    transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    /*.no-transition-visibility();*/
  
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  #cw-authentication-zone {
    width: 230px;
    left: 50%;
    top: 50%;
    margin-left: -115px;
    margin-top: -180px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwUserManager\cwNotificationManager.less */

.cw-notification {
  width: 99.2%;
  margin: 6px auto auto auto;
  text-align: center;
  z-index: 9999;
  font-size: 15px;
  -ms-border-radius: 10px;
  border-radius: 2px;
}
.cw-notification .message {
  padding: 5px;
}
.cw-notification-message {
  background-color: #00C853;
  color: #FFFFFF;
}
.cw-notification-diagram-message {
  background-color: #00C853;
  color: #FFFFFF;
}
.cw-notification-error {
  background-color: #e43945;
  color: #FFFFFF;
}
.cwtext {
  cursor: pointer;
}
#clickbtn {
  background-color: #00C853;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 25px;
  margin-left: 25px;
}
#clickspan {
  display: inline;
}
#cwNotificationArea {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .cw-notification {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .cw-notification {
    font-size: 1.1em;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwUserManager\CwProgressNotification.less */

#progressContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  /* background */

  /* value part */

}
#progressContainer #progressbar {
  width: 100%;
  margin: 0 auto 2px auto;
  text-align: center;
  border-radius: 0;
  height: 2.3em;
  color: #00C853;
  background-color: white;
}
#progressContainer #progressbar::-moz-progress-bar {
  background: #508caf;
}
#progressContainer #progressbar::-webkit-progress-bar {
  border: none;
  background: white;
  box-shadow: none;
}
#progressContainer #progressbar::-webkit-progress-value {
  background-color: #508caf;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwUserManager\cwUserManager.less */

div.cw_user {
  min-width: 90px;
}
#cw-authentication-error {
  text-align: center;
  color: #e43945;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cwVoice\cwVoiceToText.less */

#cwVoiceToTextInput {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  border: none;
  background-color: transparent;
  -ms-border-radius: 2px;
  border-radius: 2px;
  outline: none;
}
#cwVoiceToTextInput.notFound {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  background-color: red;
  color: white;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwWhereAmI\CwWhereAmI.less */

.cw-dv-where-am-i {
  z-index: 900;
  display: inline-block;
  opacity: 0.93;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
}
.cw-where-am-i-close {
  float: right;
  position: relative;
  z-index: 999;
  margin: 11px 12px 8px 8px;
}
.cw-where-am-i-close i {
  font-size: 20px;
  cursor: pointer;
}
div.cw-where-am-i-drilldown {
  width: 300px;
  height: 150px;
  cursor: pointer;
  position: relative;
  float: left;
  background-color: white;
  z-index: 3;
  padding-top: 15px;
  padding-left: 15px;
  text-align: center;
}
div.cw-where-am-i-drilldown img.diagram-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwWorkflow\ui\styles\CwFilterList.less */

.cw-filter-list .control-list {
  clear: both;
  margin-bottom: 10px;
  height: 120px;
  width: 100%;
  margin-top: -20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.cw-filter-list .control-list label {
  font-weight: normal;
  margin-left: 5px;
  padding: 1px;
}
.cw-filter-list .control-list ul {
  padding: 0 10px;
}
.cw-filter-list .control-list li {
  line-height: 36px;
}
.cw-filter-list .control-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cw-filter-list.error .control-list {
  border: 1px solid #ED4747;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwWorkflow\ui\styles\CwRadioSelect.less */
.cw-radio-select ul.radios {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cw-radio-select ul.radios li {
  margin: 0;
  padding: 2px 0;
  padding: 0;
  height: 28px;
  background-color: #ebeef0;
}
.cw-radio-select ul.radios li:not(:last-child) {
  margin-bottom: 5px;
}
.cw-radio-select ul.radios li label {
  padding: 0 0 0 10px;
  line-height: 28px;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
}
.cw-radio-select ul.radios li div {
  width: 28px;
  height: 28px;
  float: left;
  display: inline-block;
  background-color: #bfcad0;
}
.cw-radio-select ul.radios li div input[type="radio"] {
  top: 0;
  margin: 8px;
  padding: 0;
  cursor: pointer;
}
.cw-radio-select ul.radios li.selected label {
  font-weight: bold;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwWorkflow\ui\styles\CwStatusMessage.less */
.cw-status-message #message-container {
  background-color: #D500F9;
  line-height: 25px;
  text-align: center;
  position: relative;
  padding-right: 30px;
}
.cw-status-message #message-container #status-comment-toggle {
  right: 0;
  bottom: 0;
  width: 25px;
  height: 100%;
  background-color: #7e0093;
  position: absolute;
  text-align: center;
}
.cw-status-message #message-container #status-comment-toggle .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  line-height: initial;
  margin-bottom: 4px;
}
.cw-status-message #message-container #status-comment-toggle .icon i {
  top: 3px;
  margin: 0;
  font-size: 18px;
  color: #520060;
}
.cw-status-message #message-container #status-comment-toggle:hover {
  background-color: #750089;
  cursor: pointer;
}
.cw-status-message #comment-container {
  max-height: 0;
  margin-top: -2px;
  overflow: auto;
  -o-transition: max-height 200ms ease-out;
  -moz-transition: max-height 200ms ease-out;
  -webkit-transition: max-height 200ms ease-out;
  transition: max-height 200ms ease-out;
  border: 1px solid #7e0093;
  background-color: #ee89ff;
}
.cw-status-message #comment-container p.comment {
  margin: 10px;
}
.cw-status-message.show-comment #comment-container {
  max-height: 100px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\CwWorkflow\ui\styles\CwSubmit.less */

.cw-submit .submit-message {
  margin: 5px 5px 10px 5px;
}
.cw-submit #button-container {
  background-color: #ebeef0;
}
.cw-submit #button-container a {
  padding: 0 5px;
}
.cw-submit #button-container a i {
  padding: 0 5px;
  position: relative;
  font-size: 12px;
}
.cw-submit #button-container .link-seperator {
  padding: 0 5px;
}
.cw-submit #button-container #processing-message {
  display: none;
}
.cw-submit #button-container #complete-message {
  display: none;
}
.cw-submit #button-container #error-message {
  display: none;
  color: #ED4747;
}
.cw-submit #container-container {
  z-index: -1;
  position: relative;
}
.cw-submit #container-container #comment-container,
.cw-submit #container-container #due-date-container,
.cw-submit #container-container #reviewers-container {
  top: -2px;
  width: 99.5%;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  border: 1px solid #b0bfcd;
  background-color: #ffffff;
  -o-transition: max-height 200ms ease-out;
  -moz-transition: max-height 200ms ease-out;
  -webkit-transition: max-height 200ms ease-out;
  transition: max-height 200ms ease-out;
}
.cw-submit #container-container #comment-container textarea {
  width: 95%;
  margin: 10px;
  height: initial;
}
.cw-submit #container-container #due-date-container input {
  margin: 10px 0 10px 10px;
  width: 89%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cw-submit #container-container #due-date-container span {
  height: 26px;
  width: 26px;
  color: #70706f;
  margin: 10px 10px 10px 0;
  background-color: #bfbfbf;
  display: inline-block;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cw-submit #container-container #due-date-container span:hover {
  cursor: pointer;
}
.cw-submit #container-container #due-date-container span i {
  font-size: 14px;
  margin: 6px;
}
.cw-submit #container-container #reviewers-container {
  overflow-y: auto;
  overflow-x: hidden;
}
.cw-submit #container-container #reviewers-container ul {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
.cw-submit #container-container #reviewers-container ul li {
  line-height: 20px;
  margin: 0;
  padding: 3px 5px;
}
.cw-submit #container-container #reviewers-container ul li:first-child {
  margin-top: 3px;
}
.cw-submit #container-container #reviewers-container ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cw-submit.submitting #button-container button {
  overflow: hidden;
  border-color: #a4b4bc;
  background-color: #dce2e5;
}
.cw-submit.submitting #button-container button i {
  margin-top: 0;
}
.cw-submit.submitting #button-container a {
  display: none;
}
.cw-submit.submitting #button-container .link-seperator {
  display: none;
}
.cw-submit.submitting #button-container #processing-message {
  display: inline-block;
}
.cw-submit.complete #button-container button {
  color: darkgray;
  background-color: lightgray;
  border-color: darkgray;
}
.cw-submit.complete #button-container a {
  display: none;
}
.cw-submit.complete #button-container .link-seperator {
  display: none;
}
.cw-submit.complete #button-container #complete-message {
  display: inline-block;
}
.cw-submit.submit-error #button-container a {
  display: none;
}
.cw-submit.submit-error #button-container .link-seperator {
  display: none;
}
.cw-submit.submit-error #button-container #error-message {
  display: inline-block;
}
.cw-submit.show-comment #button-container #add-comment-link {
  color: #636362;
}
.cw-submit.show-comment #container-container #comment-container {
  height: auto;
  max-height: 120px;
}
.cw-submit.show-due-date #button-container #set-due-date-link {
  color: #636362;
}
.cw-submit.show-due-date #container-container #due-date-container {
  height: auto;
  max-height: 120px;
}
.cw-submit.show-reviewers #button-container #show-reviewers-link {
  color: #636362;
}
.cw-submit.show-reviewers #container-container #reviewers-container {
  height: auto;
  max-height: 120px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\badges.less */

.badge {
  background-color: #D500F9;
  color: #fff;
  padding: 2px 6px;
  border-radius: 15px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
  min-width: 8px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\body.less */

.gshDisplay {
  border-color: #6ede7b;
  font-size: 12;
  margin-bottom: 19;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 12px;
  color: #263238;
  background-color: #FFFFFF;
}
body.cw-login-page {
  background: none;
}
body.search-results-open {
  overflow: hidden;
}
.set-cursor-to-wait {
  cursor: wait;
}
.set-cursor-to-copy {
  cursor: copy;
}
.set-cursor-to-pointer {
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h2 {
  font-size: 2em;
  margin: 0 0 1em 0;
}
h3 {
  font-size: 1.5em;
  margin: 0 0 1em 0;
}
h4 {
  font-size: 1.3em;
  margin: 0 0 0.5em 0;
}
h5 {
  font-family: "Roboto Regular", "Arial", "Corbel", "Segoe UI";
  font-weight: normal;
  font-size: 1.1em;
  margin: 0 0 10px 0;
}
a {
  color: #546E7A;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
hr {
  background-color: none;
  border: 0;
  clear: both;
  display: block;
  border-top: 1px solid #304047;
  margin: 6px 0;
}
hr.light {
  border-top: 1px solid #5a7684;
}
.colr {
  float: right;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.txtc {
  text-align: center;
}
.txtr {
  text-align: right;
}
.hidden {
  display: none !important;
}
.pagination {
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #11171a;
}
.markedForDeletion {
  text-decoration: line-through;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  body {
    padding: 45px 0 0 0;
    margin: 0;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\branding.less */

.logo {
  display: block;
  background: transparent url('/evolve/Common/images/logos/logo.png') 0 0 no-repeat;
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

}
.logo a,
.logo span {
  display: block;
  overflow: hidden;
  width: inherit;
  height: 100%;
  text-indent: 300px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .logo {
    margin: 5px;
    height: 30px;
    background-size: contain;
  }
  .logo span {
    display: none;
  }
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .logo {
    display: inline-block;
    margin: 8px 0;
    height: 30px;
    width: 116px;
    background: transparent url('/evolve/Common/images/logos/logo-m.png') 0 0 no-repeat;
  }
  .logo.modelSelection {
    margin-left: 5px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\buttons.less */

i:not(.fa-spin) {
  animation: none;
}
.backlnk span {
  padding: 0 0 0 4px;
}
.backlnk .fa {
  color: #666666;
  font-size: 14px;
}
a.btn:hover {
  text-decoration: none;
}
.btn {
  display: inline-block;
  margin: 0 2px;
  font-size: 12px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  color: #263238;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  cursor: pointer;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.btn.page-action {
  width: 36px;
  height: 36px;
  line-height: 34px;
  color: white;
  border: 1px solid #215491;
  background-color: #508caf;
  box-shadow: 1px 2px 2px #BDBDBD;
}
.btn.page-action i {
  color: white;
}
.btn.page-action.paging {
  width: auto;
  padding: 0 10px;
}
.btn.page-action.text-only {
  width: auto;
  padding: 0 10px;
}
.btn.page-action.disabled {
  color: #215491;
  background-color: #96bacf;
  cursor: default;
}
.btn.filter {
  width: auto;
  padding: 0 10px;
}
.btn:hover {
  background-color: #879ca7;
}
.btn.disabled {
  background-color: #ebeef0;
  cursor: default;
}
.btn .fa {
  position: relative;
  top: 2px;
  color: white;
  margin: 0 0 0 5px;
}
.btn.no-text .fa {
  margin: 0;
}
.btn#cw-diagram-zoomout,
.btn#cw-diagram-zoomin,
.btn#cw-diagram-zoomreset,
.btn.btn-cw-diagram-editor-button {
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  padding: 0 3px;
  margin: 0 2px;
}
.btn#cw-diagram-zoomout .fa,
.btn#cw-diagram-zoomin .fa,
.btn#cw-diagram-zoomreset .fa,
.btn.btn-cw-diagram-editor-button .fa {
  top: 0;
  font-size: 20px;
  color: #b7b7b7;
}
.btn#cw-diagram-zoomout:hover,
.btn#cw-diagram-zoomin:hover,
.btn#cw-diagram-zoomreset:hover,
.btn.btn-cw-diagram-editor-button:hover {
  background-color: #508caf;
  color: whitesmoke;
}
.btn#cw-diagram-zoomout:hover i,
.btn#cw-diagram-zoomin:hover i,
.btn#cw-diagram-zoomreset:hover i,
.btn.btn-cw-diagram-editor-button:hover i {
  color: whitesmoke;
}
button.btn-primary {
  background-color: #78909C;
  color: #FFFFFF;
  border: 1px solid #5f7682;
  padding: 8px;
  box-shadow: 1px 1px 1px #BDBDBD;
  border-radius: 2px;
}
button.btn-primary:hover {
  background-color: #6a8491;
}
button.btn-primary:disabled:hover {
  cursor: default;
  background-color: #78909C;
}
.sub-level .see-all {
  width: auto !important;
}
.sub-level .see-all a {
  width: auto !important;
  border-radius: 6px;
  line-height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  display: block;
  color: white;
}
.sub-level .see-all a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.sub-level .see-all a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1%;
  width: 98%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.comment-open {
  height: 240px;
}
.btn-first,
.btn-back,
.btn-next,
.btn-last {
  position: relative;
}
.btn-first i,
.btn-back i,
.btn-next i,
.btn-last i {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 13px;
  height: 8px;
  overflow: hidden;
}
.prev-btns {
  float: left;
}
.next-btns {
  float: right;
}
.btn.fl {
  margin-right: 5px;
  margin-left: 0;
}
.btn.fl i.fa {
  margin: 0 5px 0 0;
}
.btn.fr {
  margin-left: 5px;
  margin-right: 0;
}
.pagination a.btn i.fa {
  font-size: 18px;
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .btn {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }
  .btn i.fa {
    font-size: 18px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\edit.less */

.not-editable {
  border: 1px solid #546E7A;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  max-width: 1210px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  background-color: white;
}
.edit-buttons {
  display: none;
}
.edit-buttons.opened {
  display: inline;
}
.form-edit {
  padding: 10px;
}
.form-edit textarea {
  height: 30px;
  -o-transition: height 100ms ease-out;
  -moz-transition: height 100ms ease-out;
  -webkit-transition: height 100ms ease-out;
  transition: height 100ms ease-out;
}
.form-edit .focus textarea {
  height: 100px;
  -o-transition: height 100ms ease-out;
  -moz-transition: height 100ms ease-out;
  -webkit-transition: height 100ms ease-out;
  transition: height 100ms ease-out;
}
.form-edit div.associationProperties {
  -o-transition: padding 200ms ease-out;
  -moz-transition: padding 200ms ease-out;
  -webkit-transition: padding 200ms ease-out;
  transition: padding 200ms ease-out;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 0 15px;
  padding: 10px 0;
}
.form-edit div.associationProperties.hide {
  height: 0px;
  overflow: hidden;
  padding: 0;
}
.form-edit span.deleteTaskName {
  font-style: italic;
}
.form-edit span.fa-icon {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.form-edit span.fa-icon i.fa {
  font-size: 14px;
}
.form-edit span.fa-icon-text {
  vertical-align: middle;
}
.form-edit p.property-change,
.form-edit p.association-change {
  margin: 8px 5px;
  width: 450px;
  word-wrap: break-word;
}
.form-edit .old-html,
.form-edit .new-html {
  overflow-x: auto;
  max-width: 450px;
}
.form-edit .new-html {
  display: block;
}
.form-edit .old-html {
  display: none;
  max-height: 200px;
  overflow-y: auto;
}
.form-edit .show-original .old-html {
  display: block;
}
.oldtext span {
  display: none;
}
.oldtext del:after {
  content: "...";
}
.oldtext.showmore span {
  display: inline;
}
.oldtext.showmore del:after {
  content: "";
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\filters.less */

.form-filter {
  height: 32px;
}
.form-filter fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
}
.form-filter fieldset#buttons {
  float: right;
}
.form-filter .field {
  clear: none;
  margin: 0 5px 0 0;
  float: left;
}
.form-filter label {
  display: block;
  float: left;
  padding: 0 15px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  color: #263238;
  font-size: 13px;
  border-top: 1px solid #5f7682;
  border-right: 1px solid #5f7682;
  border-bottom: 1px solid #5f7682;
}
.form-filter label:first-child {
  border-left: 1px solid #5f7682;
}
.form-filter input {
  padding: 0;
  margin: 0;
}
.field-button {
  float: right;
}
.field-button .btn {
  height: 32px;
  line-height: 30px;
  margin: 0;
  color: #263238;
  box-shadow: 1px 1px 1px #BDBDBD;
  font-size: 13px;
  background-color: #ebeef0;
  border: 1px solid #5f7682;
}
.field-button:last-child {
  margin: 0;
}
.field-checkbox label {
  background-color: #ffffff;
  border-radius: 4px;
}
.field-checkbox label.checked {
  background-color: #dce2e5;
}
.field-radio {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #BDBDBD;
}
.field-radio label {
  background-color: #ebeef0;
  cursor: pointer;
}
.field-radio label:first-child {
  border-radius: 20px 0 0 20px;
}
.field-radio label:last-child {
  border-radius: 0 20px 20px 0;
}
.field-radio label.checked {
  background-color: #dce2e5;
}
.field-radio input {
  position: absolute !important;
  top: -40px !important;
}
.field-radio.div-approval-control {
  box-shadow: none;
}
.field-radio.reviewed label {
  border-radius: 20px;
}
.field-select select {
  line-height: 1;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 4px;
  margin: 0;
  background-color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.field-multi-select {
  position: relative;
}
.field-multi-select .multi-select-drop-down {
  display: none;
  background-color: #ebeef0;
  position: absolute;
  top: 39px;
  left: 0;
  width: 240px;
  padding: 10px;
  border-radius: 0 6px 6px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.field-multi-select .multi-select-drop-down.open-dd {
  display: block;
}
.field-multi-select button {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.field-multi-select button.selected {
  background-color: #ebeef0;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}
.field-multi-select .checkboxes {
  float: left;
  width: 100%;
  height: 260px;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}
.field-multi-select .checkboxes li {
  list-style: none;
  padding: 5px;
  line-height: 30px;
  border-bottom: solid 1px #cdd6db;
}
.field-multi-select input[type="checkbox"] {
  margin: 0 10px 0 0;
}
.field-date-picker {
  position: relative;
}
.field-date-picker button {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.field-date-picker button.selected {
  background-color: #ebeef0;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}
.date-picker-drop-down {
  display: none;
  background-color: #ebeef0;
  position: absolute;
  top: 39px;
  left: 0;
  width: 400px;
  padding: 10px;
  border-radius: 0 6px 6px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.date-picker-drop-down.open-dd {
  display: block;
}
.date-on,
.date-from {
  margin: 0;
}
.date-on input[type="date"],
.date-from input[type="date"] {
  width: 37%;
  float: none;
  display: inline-block;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .form-filter {
    vertical-align: top;
  }
  .form-filter .field {
    margin: 0 5px 5px 0;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .form-filter {
    vertical-align: top;
  }
  .form-filter label {
    line-height: 28px;
    height: 30px;
  }
  .field-select select {
    width: 100%;
  }
  .field-multi-select button {
    width: 100%;
  }
  .field-radio label {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .field-radio .multi-select-drop-down {
    width: 100%;
    border-radius: 0 0 6px 6px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .field-checkbox label {
    width: 100%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .field-button .btn {
    height: 30px;
    line-height: 28px;
  }
  .field-button:last-child {
    margin: 0;
  }
  .date-picker-drop-down {
    width: 100%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .date-picker-drop-down .date-on input[type="date"],
  .date-picker-drop-down .date-from input[type="date"] {
    width: 30%;
  }
}
@media screen and (min-width: 240px) and (max-width: 640px) {
  .form-filter fieldset#buttons {
    float: none;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\forms.less */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
form#cw-user-login-submit-form input {
  border: 1px solid #1e2730;
}
form#cw-user-login-submit-form input:focus {
  border: 1px solid white;
}
.form-edit hr {
  margin: 15px 0 15px 0;
}
.form-print,
.form-grid-export,
.discuss-form,
.form-create,
.form-edit,
.form-select,
.form-popout,
.form-share,
#cw-user-login-submit-form,
.cwPropertiesTableContainer,
.form-questionaire-builder,
.form-create-task {
  display: block;
}
.form-print fieldset,
.form-grid-export fieldset,
.discuss-form fieldset,
.form-create fieldset,
.form-edit fieldset,
.form-select fieldset,
.form-popout fieldset,
.form-share fieldset,
#cw-user-login-submit-form fieldset,
.cwPropertiesTableContainer fieldset,
.form-questionaire-builder fieldset,
.form-create-task fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.form-print label,
.form-grid-export label,
.discuss-form label,
.form-create label,
.form-edit label,
.form-select label,
.form-popout label,
.form-share label,
#cw-user-login-submit-form label,
.cwPropertiesTableContainer label,
.form-questionaire-builder label,
.form-create-task label {
  display: block;
  line-height: 25px;
}
.form-print input[type="text"],
.form-grid-export input[type="text"],
.discuss-form input[type="text"],
.form-create input[type="text"],
.form-edit input[type="text"],
.form-select input[type="text"],
.form-popout input[type="text"],
.form-share input[type="text"],
#cw-user-login-submit-form input[type="text"],
.cwPropertiesTableContainer input[type="text"],
.form-questionaire-builder input[type="text"],
.form-create-task input[type="text"],
.form-print input[type="email"],
.form-grid-export input[type="email"],
.discuss-form input[type="email"],
.form-create input[type="email"],
.form-edit input[type="email"],
.form-select input[type="email"],
.form-popout input[type="email"],
.form-share input[type="email"],
#cw-user-login-submit-form input[type="email"],
.cwPropertiesTableContainer input[type="email"],
.form-questionaire-builder input[type="email"],
.form-create-task input[type="email"],
.form-print input[type="tel"],
.form-grid-export input[type="tel"],
.discuss-form input[type="tel"],
.form-create input[type="tel"],
.form-edit input[type="tel"],
.form-select input[type="tel"],
.form-popout input[type="tel"],
.form-share input[type="tel"],
#cw-user-login-submit-form input[type="tel"],
.cwPropertiesTableContainer input[type="tel"],
.form-questionaire-builder input[type="tel"],
.form-create-task input[type="tel"],
.form-print input[type="number"],
.form-grid-export input[type="number"],
.discuss-form input[type="number"],
.form-create input[type="number"],
.form-edit input[type="number"],
.form-select input[type="number"],
.form-popout input[type="number"],
.form-share input[type="number"],
#cw-user-login-submit-form input[type="number"],
.cwPropertiesTableContainer input[type="number"],
.form-questionaire-builder input[type="number"],
.form-create-task input[type="number"],
.form-print input[type="url"],
.form-grid-export input[type="url"],
.discuss-form input[type="url"],
.form-create input[type="url"],
.form-edit input[type="url"],
.form-select input[type="url"],
.form-popout input[type="url"],
.form-share input[type="url"],
#cw-user-login-submit-form input[type="url"],
.cwPropertiesTableContainer input[type="url"],
.form-questionaire-builder input[type="url"],
.form-create-task input[type="url"],
.form-print input[type="password"],
.form-grid-export input[type="password"],
.discuss-form input[type="password"],
.form-create input[type="password"],
.form-edit input[type="password"],
.form-select input[type="password"],
.form-popout input[type="password"],
.form-share input[type="password"],
#cw-user-login-submit-form input[type="password"],
.cwPropertiesTableContainer input[type="password"],
.form-questionaire-builder input[type="password"],
.form-create-task input[type="password"],
.form-print input[type="search"],
.form-grid-export input[type="search"],
.discuss-form input[type="search"],
.form-create input[type="search"],
.form-edit input[type="search"],
.form-select input[type="search"],
.form-popout input[type="search"],
.form-share input[type="search"],
#cw-user-login-submit-form input[type="search"],
.cwPropertiesTableContainer input[type="search"],
.form-questionaire-builder input[type="search"],
.form-create-task input[type="search"],
.form-print input[type="date"],
.form-grid-export input[type="date"],
.discuss-form input[type="date"],
.form-create input[type="date"],
.form-edit input[type="date"],
.form-select input[type="date"],
.form-popout input[type="date"],
.form-share input[type="date"],
#cw-user-login-submit-form input[type="date"],
.cwPropertiesTableContainer input[type="date"],
.form-questionaire-builder input[type="date"],
.form-create-task input[type="date"] {
  width: 100%;
  margin: 4px 0 10px;
  padding: 5px;
  color: #263238;
  float: left;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  font-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-print input[type="text"]:focus,
.form-grid-export input[type="text"]:focus,
.discuss-form input[type="text"]:focus,
.form-create input[type="text"]:focus,
.form-edit input[type="text"]:focus,
.form-select input[type="text"]:focus,
.form-popout input[type="text"]:focus,
.form-share input[type="text"]:focus,
#cw-user-login-submit-form input[type="text"]:focus,
.cwPropertiesTableContainer input[type="text"]:focus,
.form-questionaire-builder input[type="text"]:focus,
.form-create-task input[type="text"]:focus,
.form-print input[type="email"]:focus,
.form-grid-export input[type="email"]:focus,
.discuss-form input[type="email"]:focus,
.form-create input[type="email"]:focus,
.form-edit input[type="email"]:focus,
.form-select input[type="email"]:focus,
.form-popout input[type="email"]:focus,
.form-share input[type="email"]:focus,
#cw-user-login-submit-form input[type="email"]:focus,
.cwPropertiesTableContainer input[type="email"]:focus,
.form-questionaire-builder input[type="email"]:focus,
.form-create-task input[type="email"]:focus,
.form-print input[type="tel"]:focus,
.form-grid-export input[type="tel"]:focus,
.discuss-form input[type="tel"]:focus,
.form-create input[type="tel"]:focus,
.form-edit input[type="tel"]:focus,
.form-select input[type="tel"]:focus,
.form-popout input[type="tel"]:focus,
.form-share input[type="tel"]:focus,
#cw-user-login-submit-form input[type="tel"]:focus,
.cwPropertiesTableContainer input[type="tel"]:focus,
.form-questionaire-builder input[type="tel"]:focus,
.form-create-task input[type="tel"]:focus,
.form-print input[type="number"]:focus,
.form-grid-export input[type="number"]:focus,
.discuss-form input[type="number"]:focus,
.form-create input[type="number"]:focus,
.form-edit input[type="number"]:focus,
.form-select input[type="number"]:focus,
.form-popout input[type="number"]:focus,
.form-share input[type="number"]:focus,
#cw-user-login-submit-form input[type="number"]:focus,
.cwPropertiesTableContainer input[type="number"]:focus,
.form-questionaire-builder input[type="number"]:focus,
.form-create-task input[type="number"]:focus,
.form-print input[type="url"]:focus,
.form-grid-export input[type="url"]:focus,
.discuss-form input[type="url"]:focus,
.form-create input[type="url"]:focus,
.form-edit input[type="url"]:focus,
.form-select input[type="url"]:focus,
.form-popout input[type="url"]:focus,
.form-share input[type="url"]:focus,
#cw-user-login-submit-form input[type="url"]:focus,
.cwPropertiesTableContainer input[type="url"]:focus,
.form-questionaire-builder input[type="url"]:focus,
.form-create-task input[type="url"]:focus,
.form-print input[type="password"]:focus,
.form-grid-export input[type="password"]:focus,
.discuss-form input[type="password"]:focus,
.form-create input[type="password"]:focus,
.form-edit input[type="password"]:focus,
.form-select input[type="password"]:focus,
.form-popout input[type="password"]:focus,
.form-share input[type="password"]:focus,
#cw-user-login-submit-form input[type="password"]:focus,
.cwPropertiesTableContainer input[type="password"]:focus,
.form-questionaire-builder input[type="password"]:focus,
.form-create-task input[type="password"]:focus,
.form-print input[type="search"]:focus,
.form-grid-export input[type="search"]:focus,
.discuss-form input[type="search"]:focus,
.form-create input[type="search"]:focus,
.form-edit input[type="search"]:focus,
.form-select input[type="search"]:focus,
.form-popout input[type="search"]:focus,
.form-share input[type="search"]:focus,
#cw-user-login-submit-form input[type="search"]:focus,
.cwPropertiesTableContainer input[type="search"]:focus,
.form-questionaire-builder input[type="search"]:focus,
.form-create-task input[type="search"]:focus,
.form-print input[type="date"]:focus,
.form-grid-export input[type="date"]:focus,
.discuss-form input[type="date"]:focus,
.form-create input[type="date"]:focus,
.form-edit input[type="date"]:focus,
.form-select input[type="date"]:focus,
.form-popout input[type="date"]:focus,
.form-share input[type="date"]:focus,
#cw-user-login-submit-form input[type="date"]:focus,
.cwPropertiesTableContainer input[type="date"]:focus,
.form-questionaire-builder input[type="date"]:focus,
.form-create-task input[type="date"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.form-print input[type="checkbox"],
.form-grid-export input[type="checkbox"],
.discuss-form input[type="checkbox"],
.form-create input[type="checkbox"],
.form-edit input[type="checkbox"],
.form-select input[type="checkbox"],
.form-popout input[type="checkbox"],
.form-share input[type="checkbox"],
#cw-user-login-submit-form input[type="checkbox"],
.cwPropertiesTableContainer input[type="checkbox"],
.form-questionaire-builder input[type="checkbox"],
.form-create-task input[type="checkbox"] {
  margin: 0 7px 0 0;
  height: 12px;
  width: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.form-print input[type="radio"],
.form-grid-export input[type="radio"],
.discuss-form input[type="radio"],
.form-create input[type="radio"],
.form-edit input[type="radio"],
.form-select input[type="radio"],
.form-popout input[type="radio"],
.form-share input[type="radio"],
#cw-user-login-submit-form input[type="radio"],
.cwPropertiesTableContainer input[type="radio"],
.form-questionaire-builder input[type="radio"],
.form-create-task input[type="radio"] {
  margin: 3px 5px 0 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.form-print input[type="search"]::-webkit-search-decoration,
.form-grid-export input[type="search"]::-webkit-search-decoration,
.discuss-form input[type="search"]::-webkit-search-decoration,
.form-create input[type="search"]::-webkit-search-decoration,
.form-edit input[type="search"]::-webkit-search-decoration,
.form-select input[type="search"]::-webkit-search-decoration,
.form-popout input[type="search"]::-webkit-search-decoration,
.form-share input[type="search"]::-webkit-search-decoration,
#cw-user-login-submit-form input[type="search"]::-webkit-search-decoration,
.cwPropertiesTableContainer input[type="search"]::-webkit-search-decoration,
.form-questionaire-builder input[type="search"]::-webkit-search-decoration,
.form-create-task input[type="search"]::-webkit-search-decoration,
.form-print input[type="search"]::-webkit-search-cancel-button,
.form-grid-export input[type="search"]::-webkit-search-cancel-button,
.discuss-form input[type="search"]::-webkit-search-cancel-button,
.form-create input[type="search"]::-webkit-search-cancel-button,
.form-edit input[type="search"]::-webkit-search-cancel-button,
.form-select input[type="search"]::-webkit-search-cancel-button,
.form-popout input[type="search"]::-webkit-search-cancel-button,
.form-share input[type="search"]::-webkit-search-cancel-button,
#cw-user-login-submit-form input[type="search"]::-webkit-search-cancel-button,
.cwPropertiesTableContainer input[type="search"]::-webkit-search-cancel-button,
.form-questionaire-builder input[type="search"]::-webkit-search-cancel-button,
.form-create-task input[type="search"]::-webkit-search-cancel-button,
.form-print input[type="search"]::-webkit-search-results-button,
.form-grid-export input[type="search"]::-webkit-search-results-button,
.discuss-form input[type="search"]::-webkit-search-results-button,
.form-create input[type="search"]::-webkit-search-results-button,
.form-edit input[type="search"]::-webkit-search-results-button,
.form-select input[type="search"]::-webkit-search-results-button,
.form-popout input[type="search"]::-webkit-search-results-button,
.form-share input[type="search"]::-webkit-search-results-button,
#cw-user-login-submit-form input[type="search"]::-webkit-search-results-button,
.cwPropertiesTableContainer input[type="search"]::-webkit-search-results-button,
.form-questionaire-builder input[type="search"]::-webkit-search-results-button,
.form-create-task input[type="search"]::-webkit-search-results-button,
.form-print input[type="search"]::-webkit-search-results-decoration,
.form-grid-export input[type="search"]::-webkit-search-results-decoration,
.discuss-form input[type="search"]::-webkit-search-results-decoration,
.form-create input[type="search"]::-webkit-search-results-decoration,
.form-edit input[type="search"]::-webkit-search-results-decoration,
.form-select input[type="search"]::-webkit-search-results-decoration,
.form-popout input[type="search"]::-webkit-search-results-decoration,
.form-share input[type="search"]::-webkit-search-results-decoration,
#cw-user-login-submit-form input[type="search"]::-webkit-search-results-decoration,
.cwPropertiesTableContainer input[type="search"]::-webkit-search-results-decoration,
.form-questionaire-builder input[type="search"]::-webkit-search-results-decoration,
.form-create-task input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.form-print textarea,
.form-grid-export textarea,
.discuss-form textarea,
.form-create textarea,
.form-edit textarea,
.form-select textarea,
.form-popout textarea,
.form-share textarea,
#cw-user-login-submit-form textarea,
.cwPropertiesTableContainer textarea,
.form-questionaire-builder textarea,
.form-create-task textarea {
  width: 100%;
  margin: 4px 0 10px;
  padding: 5px;
  font-family: "Roboto Regular", "Arial", "Corbel", "Segoe UI";
  color: #263238;
  float: left;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-print textarea:focus,
.form-grid-export textarea:focus,
.discuss-form textarea:focus,
.form-create textarea:focus,
.form-edit textarea:focus,
.form-select textarea:focus,
.form-popout textarea:focus,
.form-share textarea:focus,
#cw-user-login-submit-form textarea:focus,
.cwPropertiesTableContainer textarea:focus,
.form-questionaire-builder textarea:focus,
.form-create-task textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.form-print select,
.form-grid-export select,
.discuss-form select,
.form-create select,
.form-edit select,
.form-select select,
.form-popout select,
.form-share select,
#cw-user-login-submit-form select,
.cwPropertiesTableContainer select,
.form-questionaire-builder select,
.form-create-task select {
  display: block;
  margin: 8px 0 18px;
  padding: 5px;
  color: #263238;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
}
.form-print select:focus,
.form-grid-export select:focus,
.discuss-form select:focus,
.form-create select:focus,
.form-edit select:focus,
.form-select select:focus,
.form-popout select:focus,
.form-share select:focus,
#cw-user-login-submit-form select:focus,
.cwPropertiesTableContainer select:focus,
.form-questionaire-builder select:focus,
.form-create-task select:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.form-print button,
.form-grid-export button,
.discuss-form button,
.form-create button,
.form-edit button,
.form-select button,
.form-popout button,
.form-share button,
#cw-user-login-submit-form button,
.cwPropertiesTableContainer button,
.form-questionaire-builder button,
.form-create-task button {
  text-align: center;
  font-size: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-print button .fa,
.form-grid-export button .fa,
.discuss-form button .fa,
.form-create button .fa,
.form-edit button .fa,
.form-select button .fa,
.form-popout button .fa,
.form-share button .fa,
#cw-user-login-submit-form button .fa,
.cwPropertiesTableContainer button .fa,
.form-questionaire-builder button .fa,
.form-create-task button .fa {
  margin-top: -2px;
  color: #263238;
}
.form-print button:focus,
.form-grid-export button:focus,
.discuss-form button:focus,
.form-create button:focus,
.form-edit button:focus,
.form-select button:focus,
.form-popout button:focus,
.form-share button:focus,
#cw-user-login-submit-form button:focus,
.cwPropertiesTableContainer button:focus,
.form-questionaire-builder button:focus,
.form-create-task button:focus,
.form-print button:active,
.form-grid-export button:active,
.discuss-form button:active,
.form-create button:active,
.form-edit button:active,
.form-select button:active,
.form-popout button:active,
.form-share button:active,
#cw-user-login-submit-form button:active,
.cwPropertiesTableContainer button:active,
.form-questionaire-builder button:active,
.form-create-task button:active {
  outline: 0;
}
.form-print .field,
.form-grid-export .field,
.discuss-form .field,
.form-create .field,
.form-edit .field,
.form-select .field,
.form-popout .field,
.form-share .field,
#cw-user-login-submit-form .field,
.cwPropertiesTableContainer .field,
.form-questionaire-builder .field,
.form-create-task .field {
  clear: both;
  margin: 0;
}
.form-print .radios,
.form-grid-export .radios,
.discuss-form .radios,
.form-create .radios,
.form-edit .radios,
.form-select .radios,
.form-popout .radios,
.form-share .radios,
#cw-user-login-submit-form .radios,
.cwPropertiesTableContainer .radios,
.form-questionaire-builder .radios,
.form-create-task .radios {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}
.form-print div.cw-loading-image,
.form-grid-export div.cw-loading-image,
.discuss-form div.cw-loading-image,
.form-create div.cw-loading-image,
.form-edit div.cw-loading-image,
.form-select div.cw-loading-image,
.form-popout div.cw-loading-image,
.form-share div.cw-loading-image,
#cw-user-login-submit-form div.cw-loading-image,
.cwPropertiesTableContainer div.cw-loading-image,
.form-questionaire-builder div.cw-loading-image,
.form-create-task div.cw-loading-image {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-print input[type="text"].control-list-filter,
.form-grid-export input[type="text"].control-list-filter,
.discuss-form input[type="text"].control-list-filter,
.form-create input[type="text"].control-list-filter,
.form-edit input[type="text"].control-list-filter,
.form-select input[type="text"].control-list-filter,
.form-popout input[type="text"].control-list-filter,
.form-share input[type="text"].control-list-filter,
#cw-user-login-submit-form input[type="text"].control-list-filter,
.cwPropertiesTableContainer input[type="text"].control-list-filter,
.form-questionaire-builder input[type="text"].control-list-filter,
.form-create-task input[type="text"].control-list-filter {
  margin-bottom: 5px;
}
.form-print .control-list,
.form-grid-export .control-list,
.discuss-form .control-list,
.form-create .control-list,
.form-edit .control-list,
.form-select .control-list,
.form-popout .control-list,
.form-share .control-list,
#cw-user-login-submit-form .control-list,
.cwPropertiesTableContainer .control-list,
.form-questionaire-builder .control-list,
.form-create-task .control-list {
  height: 120px;
  width: 100%;
  margin-top: -20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.form-print .control-list ul,
.form-grid-export .control-list ul,
.discuss-form .control-list ul,
.form-create .control-list ul,
.form-edit .control-list ul,
.form-select .control-list ul,
.form-popout .control-list ul,
.form-share .control-list ul,
#cw-user-login-submit-form .control-list ul,
.cwPropertiesTableContainer .control-list ul,
.form-questionaire-builder .control-list ul,
.form-create-task .control-list ul {
  padding: 0 10px;
}
.form-print .control-list li,
.form-grid-export .control-list li,
.discuss-form .control-list li,
.form-create .control-list li,
.form-edit .control-list li,
.form-select .control-list li,
.form-popout .control-list li,
.form-share .control-list li,
#cw-user-login-submit-form .control-list li,
.cwPropertiesTableContainer .control-list li,
.form-questionaire-builder .control-list li,
.form-create-task .control-list li {
  line-height: 36px;
}
.form-print .control-list li:not(:last-child),
.form-grid-export .control-list li:not(:last-child),
.discuss-form .control-list li:not(:last-child),
.form-create .control-list li:not(:last-child),
.form-edit .control-list li:not(:last-child),
.form-select .control-list li:not(:last-child),
.form-popout .control-list li:not(:last-child),
.form-share .control-list li:not(:last-child),
#cw-user-login-submit-form .control-list li:not(:last-child),
.cwPropertiesTableContainer .control-list li:not(:last-child),
.form-questionaire-builder .control-list li:not(:last-child),
.form-create-task .control-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cwPropertiesTableContainer input[type="text"],
.cwPropertiesTableContainer input[type="email"],
.cwPropertiesTableContainer input[type="tel"],
.cwPropertiesTableContainer input[type="number"],
.cwPropertiesTableContainer input[type="url"],
.cwPropertiesTableContainer input[type="password"],
.cwPropertiesTableContainer input[type="search"],
.cwPropertiesTableContainer input[type="date"] {
  margin: 0;
  width: 100%;
}
.cwPropertiesTableContainer div.distribution-property input,
.cwPropertiesTableContainer div.distribution-property select,
.cwPropertiesTableContainer div.distribution-property div {
  display: inline;
  float: none;
}
.cwPropertiesTableContainer div.distribution-property select {
  padding: 4px;
}
.cwPropertiesTableContainer div.distribution-property .cw-edit-attr-timeperiod-list {
  width: 85px;
}
.cwPropertiesTableContainer div.distribution-property .cw-edit-attr-timeperiod-div {
  display: inline;
  line-height: 20px;
  padding: 0 1px 0 1px;
}
.cwPropertiesTableContainer div.distribution-property .cw-edit-attr-timeperiod-input {
  width: 35px;
}
.cwPropertiesTableContainer div.distribution-property .cw-edit-attr-growthrate-list {
  width: 55px;
}
.cwPropertiesTableContainer.cw-de-property li {
  vertical-align: middle;
}
.cwPropertiesTableContainer.cw-de-property .dg-control {
  text-align: left;
}
.cwPropertiesTableContainer.cw-de-property .dg-control div.distribution-property input,
.cwPropertiesTableContainer.cw-de-property .dg-control div.distribution-property select,
.cwPropertiesTableContainer.cw-de-property .dg-control div.distribution-property div {
  display: inline;
  float: none;
}
.cwPropertiesTableContainer.cw-de-property .dg-control div.distribution-property select {
  padding: 4px;
}
.cwPropertiesTableContainer.cw-de-property .dg-control div.distribution-property .cw-edit-attr-timeperiod-list {
  width: 55px;
}
.cwPropertiesTableContainer.cw-de-property .dg-control div.distribution-property .cw-edit-attr-timeperiod-div {
  display: inline;
  line-height: 20px;
  padding: 0 1px 0 1px;
}
.cwPropertiesTableContainer.cw-de-property .dg-control div.distribution-property .cw-edit-attr-timeperiod-input {
  width: 35px;
}
.cwPropertiesTableContainer.cw-de-property .dg-control div.distribution-property .cw-edit-attr-growthrate-list {
  width: 55px;
}
.cwPropertiesTableContainer textarea {
  margin: 0;
}
.cwPropertiesTableContainer select {
  margin: 0;
  width: 100%;
}
.cwPropertiesTableContainer td label {
  display: inline-block;
  margin: 0 10px 0 0;
}
.cwPropertiesTableContainer td input[type="radio"] {
  margin: 3px 5px 0 0;
  width: auto;
  height: auto;
}
.cwPropertiesTableContainer td div.currencyProperty span {
  line-height: 30px;
  font-size: 12px;
  padding: 0 8px 0 0;
  float: left;
}
.cwPropertiesTableContainer td div.currencyProperty input {
  max-width: 93%;
  min-width: 50px;
  float: left;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="date"],
  textarea,
  select {
    margin: 0;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  form#cw-user-login-submit-form #mobileBeta {
    display: list-item;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .cwPropertiesTableContainer div.currencyProperty input {
    max-width: 90% !important;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\navigation.less */
body .main-nav,
body ul.mobile-menu,
body div.profile {
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body .main-nav .main-level,
body .main-nav .menu-toggle-container,
body .main-nav #global-search-container,
body .main-nav .gs-content,
body .main-nav .badge {
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body .main-nav .collapse-icon,
body .main-nav .cw-menu-icon-zone,
body .main-nav .cw-menu-icon-zone i,
body .main-nav .cw-text-abbr,
body .main-nav .cw-menu-badge-zone,
body .main-nav .menuText {
  -webkit-transition: all 200ms ease-out, background-color 1ms, color 1ms;
  -moz-transition: all 200ms ease-out, background-color 1ms, color 1ms;
  -o-transition: all 200ms ease-out, background-color 1ms, color 1ms;
  transition: all 200ms ease-out, background-color 1ms, color 1ms;
}
@supports (-ms-accelerator:true) {
  .cw-menu-icon-zone {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
body .main-nav {
  font-size: 13px;
  font-family: "Roboto Regular", "Arial", "Corbel", "Segoe UI";
}
body .main-nav i {
  font-size: 16px;
}
body .main-nav i.cwf {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}
body ul.cw-menu-text-zone {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
body ul.cw-menu-text-zone li.cw-menu-text-zone {
  vertical-align: middle;
  display: table-cell;
}
body ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-badge-zone {
  line-height: 100%;
  text-align: center;
  width: 30px;
  vertical-align: middle;
}
body ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone {
  width: 35px;
  text-align: center;
}
body ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone.cw-abbr {
  width: 10px;
}
body ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone .cw-text-abbr {
  width: 0;
  overflow: hidden;
}
body ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-arrow-zone {
  width: 5px;
  vertical-align: middle;
}
body ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-arrow-zone .cw-menu-arrow {
  width: 0;
  height: 0;
  display: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
}
body ul.cw-menu-text-zone .menuText {
  padding: 5px 0;
  height: initial;
  line-height: 20px;
  width: 140px;
}
body li.cw-menu-zone {
  margin: 0;
  padding: 0;
}
body li.cw-menu-zone > a:hover {
  text-decoration: none;
}
body .btn-mobile-menu {
  visibility: hidden;
  position: absolute;
  z-index: 999;
  opacity: 0;
  color: #1e262a;
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

}
body .btn-mobile-menu:hover {
  cursor: pointer;
}
body .cw-browser-not-supported-page {
  background: #B0BEC5;
}
body .main-nav {
  background: #B0BEC5;
}
body .main-nav .menu-toggle-container {
  display: none;
}
body .main-nav #global-search-container {
  height: 0;
}
body .main-nav #global-search-container .collapse-icon {
  width: 0;
  height: 0;
  float: left;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}
body .main-nav #global-search-container .collapse-icon:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #78909C;
}
body .main-nav #global-search-container .gs-content {
  overflow: hidden;
  display: inline-block;
  width: 180px;
}
body .main-nav #global-search-container .gs-content .loading-icon {
  display: none;
}
body .main-nav #global-search-container.active {
  text-align: center;
  height: 60px;
  line-height: 50px;
}
body .main-nav #global-search-container.active .collapse-icon {
  height: 60px;
  line-height: 60px;
}
body .main-nav #global-search-container.active .loading-icon {
  display: block;
  line-height: inherit;
}
body .main-nav ul.sub-level .cwViewMenuIcon,
body .main-nav ul.sub-level .menuText,
body .main-nav ul.sub-level .cwIconEmpty {
  display: inline-block;
  position: relative;
}
body .main-nav ul.sub-level ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone.no-icon {
  width: 10px;
}
body .main-nav ul.sub-level ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone.no-icon .cwIconEmpty {
  width: 10px;
}
body .main-nav ul.sub-level .menuText {
  color: #3f535c;
}
body .main-nav ul.sub-level .cw-menu-icon-zone i.fa {
  color: #3f535c;
}
body .main-nav ul.sub-level .cw-menu-arrow {
  color: #3f535c;
}
body .main-nav a {
  color: #1e262a;
}
.main-nav::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.main-nav::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
.main-nav::-webkit-scrollbar-thumb {
  background: #b7bfc8;
  border-radius: 16px;
}
.main-nav::-webkit-scrollbar-thumb:hover {
  background: #9aa5b2;
}
.main-nav .sub-level::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.main-nav .sub-level::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
.main-nav .sub-level::-webkit-scrollbar-thumb {
  background: #b7bfc8;
  border-radius: 16px;
}
.main-nav .sub-level::-webkit-scrollbar-thumb:hover {
  background: #9aa5b2;
}
@media screen and (min-width: 1024px) {
  body.main-menu-collapsed:not(.cw-login-page) .main-nav {
    width: 40px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav .menu-toggle-container {
    height: 41px;
    line-height: 41px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav .menu-toggle-container .menu-toggle {
    width: 40px;
    padding-right: 0;
    text-align: center;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav #global-search-container.active {
    height: 40px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav #global-search-container.active .gs-content {
    width: 0;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav #global-search-container.active .collapse-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav .main-level {
    width: 40px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-text-zone.cw-menu-badge-zone .badge {
    top: 3px;
    right: -2px;
    font-size: 10px;
    padding: 0 4px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone {
    width: 35px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone i {
    margin-left: 5px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav ul.cw-menu-text-zone li.cw-menu-text-zone .cw-text-abbr {
    width: 30px;
    margin-left: 5px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .main-nav ul.cw-menu-text-zone li.cw-menu-text-zone .menuText {
    width: 0;
    overflow: hidden;
    height: 30px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level {
    left: 40px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level ul.cw-menu-text-zone li.cw-menu-text-zone .menuText {
    height: inherit;
    line-height: normal;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone {
    width: 35px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone i {
    margin-left: 0;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level .sub-level {
    left: 180px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level .sub-level.subopen {
    left: 40px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level .sub-level .sub-level {
    left: 180px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level .sub-level .sub-level.subopen {
    left: 40px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level .sub-level .sub-level .sub-level {
    left: 180px;
  }
  body.main-menu-collapsed:not(.cw-login-page) .sub-level .sub-level .sub-level .sub-level.subopen {
    left: 40px;
  }
  body .mobile-menu,
  body .btn-mobile-back {
    display: none;
  }
  body .main-nav {
    position: fixed;
    overflow: hidden;
    height: calc(100% - 40px);
    width: 180px;
    min-height: calc(100% - 40px);
    top: 40px;
    left: 0;
    z-index: 120;
  }
  body .main-nav .menu-toggle-container {
    display: block;
    height: 41px;
    line-height: 41px;
    background-color: #b9c5cb;
  }
  body .main-nav .menu-toggle-container .menu-toggle {
    float: right;
    color: #1e262a;
    height: 39px;
    cursor: pointer;
    padding-top: 2px;
    text-align: right;
    padding-right: 10px;
  }
  body .main-nav .menu-toggle-container .menu-toggle:hover {
    color: #78909C;
  }
  body .main-nav ul {
    margin: 0;
    list-style: none;
    overflow: hidden;
    line-height: normal;
  }
  body .main-nav ul.cw-menu-text-zone li {
    margin: 0;
  }
  body .main-nav ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-badge-zone {
    width: 0;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
  }
  body .main-nav ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-badge-zone .badge {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  body .main-nav .logo,
  body .main-nav .profile {
    display: none;
  }
  body .main-nav .main-level {
    padding: 0 0 8px 0;
    width: 180px;
  }
  body .main-nav .main-level .cw-menu-zone:first-of-type a.cw-menu-link {
    border-top: 1px solid #b9c5cb;
  }
  body .main-nav .main-level .cw-menu-zone a.cw-menu-link {
    border-bottom: 1px solid #b9c5cb;
  }
  body .main-nav .main-level .cw-menu-zone .sub-level a.cw-menu-link {
    border-color: #d6dde1;
  }
  body .main-nav .main-level a.cw-menu-link {
    display: block;
    line-height: 40px;
  }
  body .main-nav .main-level a.cw-menu-link:hover,
  body .main-nav .main-level a.cw-menu-link:focus {
    background-color: #78909C;
    color: #ffffff;
  }
  body .main-nav .main-level a.cw-menu-link.hassub:hover .cw-menu-arrow-zone .cw-menu-arrow,
  body .main-nav .main-level a.cw-menu-link.hassub:focus .cw-menu-arrow-zone .cw-menu-arrow {
    display: block;
  }
  body .main-nav .main-level > .active > a {
    background-color: #78909C;
    color: #ffffff;
  }
  body .main-nav .main-level > .active > a.hassub .cw-menu-arrow-zone .cw-menu-arrow {
    display: block;
  }
  body .main-nav .main-level > .active > a.hassub .cw-menu-arrow-zone .cw-menu-arrow {
    border-right-color: #cdd6db;
  }
  body .main-nav .sub-level {
    position: fixed;
    overflow: hidden;
    height: calc(100% - 40px) !important;
    z-index: 91;
    top: 40px;
    left: 180px;
    min-height: calc(100% - 40px);
    width: 0;
    background-color: #cdd6db;
    display: block;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  body .main-nav .sub-level .cw-menu-zone a.cw-menu-link {
    border-bottom: none;
    border-top: 1px solid #b9c5cb;
  }
  body .main-nav .sub-level .cw-menu-zone:last-of-type a.cw-menu-link {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  body .main-nav .sub-level ul.cw-menu-text-zone li.cw-menu-text-zone .menuText {
    width: 0;
    height: initial;
    line-height: 20px;
  }
  body .main-nav .sub-level ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone {
    width: 0;
  }
  body .main-nav .sub-level .cw-menu-zone a.cw-menu-link {
    border-color: #c5cfd4;
  }
  body .main-nav .sub-level ul.sub-level {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  body .main-nav .sub-level ul.sub-level li.cw-menu-zone {
    overflow: hidden;
  }
  body .main-nav .sub-level.subopen {
    left: 40px;
  }
  body .main-nav .sub-level .active {
    overflow: visible;
  }
  body .main-nav .sub-level .active .cw-menu-icon-zone {
    width: 0;
  }
  body .main-nav .sub-level .active > a {
    color: #ffffff;
    background-color: #78909C;
  }
  body .main-nav .sub-level .active > a.hassub .cw-menu-arrow-zone .cw-menu-arrow {
    display: block;
  }
  body .main-nav .sub-level .active > a.hassub .cw-menu-arrow-zone .cw-menu-arrow {
    border-right-color: #bfcad0;
  }
  body .main-nav .sub-level .sub-level {
    background-color: #bfcad0;
  }
  body .main-nav .sub-level .sub-level .cw-menu-zone a {
    border-color: #c8d1d6;
  }
  body .main-nav .sub-level .sub-level .active a .cw-menu-arrow-zone .cw-menu-arrow {
    border-right-color: #b0bec5;
  }
  body .main-nav .sub-level .sub-level .sub-level {
    background-color: #b0bec5;
  }
  body .main-nav .sub-level .sub-level .sub-level .cw-menu-zone a.cw-menu-link {
    border-color: #b9c5cb;
  }
  body .main-nav .sub-level .sub-level .sub-level .active a .cw-menu-arrow-zone .cw-menu-arrow {
    border-right-color: #a1b2ba;
  }
  body .main-nav .sub-level .sub-level .sub-level .sub-level {
    background-color: #fafafb;
  }
  body .main-nav .sub-level .sub-level .sub-level .sub-level .cw-menu-zone a.cw-menu-link {
    border-color: #b9c5cb;
  }
  body .main-nav .sub-level:hover {
    overflow-y: auto !important;
  }
  body .main-nav .active > ul.sub-level {
    overflow: visible;
    width: 180px;
    height: auto;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  body .main-nav .active > ul.sub-level ul.cw-menu-text-zone li.cw-menu-text-zone .menuText {
    width: 140px;
  }
  body .main-nav .active > ul.sub-level ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone {
    width: 35px;
  }
  body .main-nav .active > ul.sub-level ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone.no-icon {
    width: 10px;
  }
  body .main-nav .active > ul.sub-level ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone.cw-abbr {
    width: 10px;
  }
  body .main-nav .active > ul.sub-level ul.cw-menu-text-zone li.cw-menu-text-zone.cw-menu-icon-zone.cw-abbr .cw-text-abbr {
    display: none;
  }
  body .main-nav .active.list-tasks ul.sub-level,
  body .main-nav .active.list-notifications ul.sub-level {
    width: 300px;
  }
  body .main-nav:hover {
    overflow-y: auto;
  }
  body .main-nav li.btn-back,
  body .sub-level li.btn-back {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    margin: 0;
    display: none;
    padding: 0;
  }
  body .main-nav li.btn-back a,
  body .sub-level li.btn-back a {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -100px;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url('/evolve/Common/images/menuleft/btn-back.png');
    background-repeat: no-repeat;
    background-position: 9px 90px;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  body .main-nav li.btn-back a:hover,
  body .sub-level li.btn-back a:hover {
    background-color: rgba(0, 0, 0, 0.9);
    background-position: 7px 90px;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  body .main-nav .subsubopen > li.btn-back,
  body .sub-level .subsubopen > li.btn-back {
    display: block;
  }
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .main-nav #global-search-container.active {
    margin-top: -1px;
    text-align: center;
    padding: 10px 15px 15px 15px;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background-color: #B0BEC5;
  }
  .main-nav #global-search-container.active .gs-content {
    width: 80%;
  }
  .main-nav #global-search-container.active.collapsed {
    height: 0;
    padding: 0;
    min-height: 0;
    overflow: hidden;
  }
  .fa.btn-mobile-menu {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 11px 2px 0 5px;
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  .mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 90;
    list-style: none;
  }
  .mobile-menu li {
    float: right;
    margin: 0;
  }
  .mobile-menu a {
    display: block;
    width: 16px;
    height: 16px;
    padding: 14px 10px;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
  }
  .mobile-menu a .fa {
    margin: 0 auto;
    float: none;
  }
  .mobile-menu a .badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 6px;
    line-height: 40px;
    color: red;
    overflow: hidden;
    padding: 0;
  }
  .mobile-menu .btn-text {
    display: none;
  }
  .main-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    left: 0;
    z-index: 98;
  }
  .main-level {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    list-style: none;
    overflow: hidden;
    background-color: #93a6af;
  }
  .main-level li.cw-menu-zone {
    margin: 0;
    padding: 0;
  }
  .main-level ul.sub-level {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .main-level .list {
    display: none;
    background-color: #cdd6db;
  }
  .main-level .list-favourites > a .fa {
    margin-top: 0;
  }
  .main-level .list-title {
    display: none;
  }
  .main-level.collapsed li.cw-menu-zone {
    display: none;
  }
  .main-level.collapsed li.btn-mobile-back {
    display: none;
  }
  .main-level.open-tasks li.list-tasks {
    padding: 10px 0;
    display: block;
  }
  .main-level.open-tasks li.list-tasks > a.cw-menu-link {
    display: none;
  }
  .main-level.open-tasks li.list-tasks .sub-level,
  .main-level.open-tasks li.list-tasks li.cw-menu-zone {
    display: block;
  }
  .main-level.open-notifications li.list-notifications {
    padding: 10px 0;
    display: block;
  }
  .main-level.open-notifications li.list-notifications > a.cw-menu-link {
    display: none;
  }
  .main-level.open-notifications li.list-notifications .sub-level,
  .main-level.open-notifications li.list-notifications li.cw-menu-zone {
    display: block;
  }
  .main-level > li.cw-menu-zone {
    display: block;
  }
  .main-level > li.cw-menu-zone a.cw-menu-link {
    display: block;
    padding: 0 10px;
    color: #1e262a;
    background-color: #B0BEC5;
    border-top: 1px solid #a1b2ba;
  }
  .main-level > li.cw-menu-zone a.cw-menu-link ul.cw-menu-text-zone li.cw-menu-text-zone .menuText {
    line-height: 30px;
    color: #1e262a;
  }
  .main-level > li.cw-menu-zone a.cw-menu-link ul.cw-menu-text-zone li.cw-menu-text-zone .cw-menu-icon-zone i {
    line-height: 30px;
  }
  .main-level > li.cw-menu-zone a.cw-menu-link:hover {
    background-color: #a1b2ba;
  }
  .main-level .btn-back {
    display: none;
  }
  .main-level .btn-mobile-back {
    display: none;
  }
  .main-level .task-item h4,
  .main-level .notification-item h4 {
    width: auto;
  }
  .main-level .task-item a,
  .main-level .notification-item a {
    border: 0;
    line-height: 16px;
    background-color: transparent;
  }
  .main-level .task-item p,
  .main-level .notification-item p {
    margin: 0;
  }
  .sub-level {
    display: none;
  }
  .sub-level a {
    background-color: #cdd6db;
  }
  .main-level li.cw-menu-zone.active > a {
    display: none;
  }
  .main-level li.cw-menu-zone.active > .sub-level {
    display: block;
  }
  .main-level .btn-mobile-back {
    display: block;
    text-align: left;
  }
  .mobile-open > li.cw-menu-zone {
    display: none;
  }
  .mobile-open > li.cw-menu-zone.active {
    display: block;
  }
  .subsubopen > .active > ul > li {
    display: none;
  }
  .subsubopen > .active > ul > li.active {
    display: block;
  }
  li.cw-menu-zone.list-tasks,
  li.cw-menu-zone.list-notifications {
    display: none;
  }
}
.cw-menu-zone:not(.active) > .sub-level > li > a {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .mobile-menu {
    width: auto;
  }
  .mobile-menu a {
    height: 16px;
    width: auto;
    padding: 10px;
    color: #1e262a;
    line-height: 28px;
    white-space: nowrap;
  }
  .mobile-menu a .fa {
    margin: 4px 5px 0 0;
    float: left;
  }
  .mobile-menu a .badge {
    top: 12px;
    left: 8px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1023px) {
  .mobile-menu {
    width: calc(100% - 140px);
    margin-left: 20%;
  }
  .mobile-menu .btn-text {
    float: right;
    display: block;
  }
  .mobile-menu li.btn-mobile-profile {
    max-width: 33%;
    min-width: 31%;
  }
  .mobile-menu li.btn-mobile-profile a {
    width: 100%;
    box-sizing: border-box;
    height: 36px;
  }
  .mobile-menu li.btn-mobile-profile a .btn-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88%;
    box-sizing: border-box;
    overflow: hidden;
    height: 36px;
  }
  .locale-fr .mobile-menu li.btn-mobile-profile {
    max-width: 21%;
    min-width: 20%;
  }
  .locale-fr .mobile-menu li.btn-mobile-profile a .btn-text {
    width: 80%;
  }
  .locale-es .mobile-menu li.btn-mobile-profile {
    max-width: 28%;
    min-width: 26%;
  }
  .locale-es .mobile-menu li.btn-mobile-profile a .btn-text {
    width: 85%;
  }
  .locale-it .mobile-menu li.btn-mobile-profile {
    max-width: 36%;
    min-width: 34%;
  }
  .locale-it .mobile-menu li.btn-mobile-profile a .btn-text {
    width: 89%;
  }
  .locale-de .mobile-menu li.btn-mobile-profile {
    max-width: 13%;
    min-width: 11%;
  }
  .locale-de .mobile-menu li.btn-mobile-profile a .btn-text {
    width: 65%;
  }
  .cw-model-selection-page .mobile-menu {
    width: auto;
  }
  .cw-model-selection-page .mobile-menu li.btn-mobile-profile {
    max-width: 100%;
    min-width: 80%;
  }
  .cw-model-selection-page .mobile-menu li.btn-mobile-profile a .btn-text {
    width: 66%;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  body .main-nav #global-search-container.active {
    height: 40px;
    line-height: 40px;
    padding: 5px 10px 10px 10px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\notifications.less */

.notification-list {
  padding: 0;
  list-style: none;
}
.notification-list .noNotificationsMenu {
  text-align: center;
  line-height: 36px;
  color: #3f535c;
}
.notification-list li {
  border: 0;
}
.notification-list li:first-child {
  border: 0;
}
.notification-list.sub-level {
  padding-top: 10px;
  margin: 0 0 20px 0;
}
.notification-list.sub-level .notification-item {
  margin: 0 10px 10px 10px;
}
.notification-list.sub-level .notification-item:first-of-type {
  margin-top: 10px;
}
.notification-list.sub-level .notification-item h4 {
  width: 190px;
  word-wrap: break-word;
  box-sizing: border-box;
}
.notification-list .see-all {
  padding: 0 10px;
}
.notification-item {
  padding: 5px 5px 5px 60px;
  margin-top: 10px;
  background-color: #ebeef0;
  position: relative;
  color: #263238;
}
.notification-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  margin: -10px -20px 0 0;
  z-index: 1;
}
.notification-item h4 {
  margin: 0 25px 0.5em 0;
  font-size: 12px;
  width: 500px;
  word-wrap: break-word;
}
.notification-item h4 span {
  font-family: "Roboto Regular", "Arial", "Corbel", "Segoe UI";
  margin: 0 0 5px 0;
  color: #263238;
  display: inline;
  font-style: italic;
  text-decoration: underline;
}
.notification-item h4 a {
  padding: 0;
  line-height: 18px;
  color: #263238;
  width: auto;
  border-bottom: none;
}
.notification-item h4 a:hover {
  color: #304047;
  background-color: transparent;
}
.notification-item p {
  margin: 0;
}
.notification-item .avatar-wrap {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #a1b2ba;
}
.notification-item .avatar-wrap .avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 18px;
  margin: 7px auto 0 auto;
}
.notification-item .avatar-wrap .avatar img {
  height: 36px;
  width: 36px;
}
.notification-item .meta {
  clear: both;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  margin-top: 10px;
  color: #3b4d56;
}
.notification-heading {
  margin: 10px 10px 0 10px;
  list-style: none;
  padding: 0;
}
.notification-heading li .task-item {
  padding-left: 50px;
}
.notification-heading li div {
  margin: 0;
}
.notification-heading li h4 {
  font-size: 12px;
  font-weight: bold;
  color: #263238;
  line-height: 18px;
  width: 390px;
  word-wrap: break-word;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .notification-list.sub-level {
    padding: 10px 0;
    margin: 0;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\page-menu.less */

.content,
.btn-show-page-menu,
.page-menu {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

}
.page-top {
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.btn-show-page-menu {
  margin: 5px 0;
  display: none;
  opacity: 0;
}
.page-menu {
  font-size: 13px;
}
.page-menu .page-options {
  padding: 0;
  border-top: 0 solid rgba(0, 0, 0, 0.1);
}
.page-menu .page-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.page-menu .page-options ul ul {
  font-weight: normal;
}
.page-menu .page-options ul ul.collapsed {
  height: 0;
}
.page-menu .page-options ul ul.collapsed a {
  display: none;
}
.page-menu .page-options ul ul a {
  padding-left: 20px;
  outline: none;
}
.page-menu .page-options .navViews,
.page-menu .page-options .navViewContainer {
  border-top: 1px solid #4a81a1;
}
.page-menu .page-options li {
  margin: 0;
  padding: 0;
}
.page-menu .page-options a {
  display: block;
  color: white;
  padding: 0 10px;
  line-height: 40px;
  text-decoration: none;
  border-bottom: 1px solid #4a81a1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
}
.page-menu .page-options a.hassub {
  padding: 0 30px 0 10px;
}
.page-menu .page-options a.collapsed i.fa-chevron-down {
  display: none;
}
.page-menu .page-options a:not(.collapsed) i.fa-chevron-up {
  display: none;
}
.page-menu .page-options a i {
  position: absolute;
  right: 10px;
  line-height: 38px;
  font-size: 14px;
  top: 0;
}
.page-menu .page-title {
  color: white;
  text-align: left;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "Roboto Regular", "Arial", "Corbel", "Segoe UI";
}
.page-menu .page-actions {
  overflow: hidden;
  width: 100px;
  height: 27px;
}
.page-menu .page-actions a {
  display: block;
  float: left;
  width: 29px;
  height: 27px;
  margin: 0;
  text-decoration: none;
}
.page-menu .page-actions a:hover {
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.page-menu .object-status-message {
  margin: 0;
}
.page-menu .object-status-message h4 {
  background-color: #D500F9;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 7px;
  margin: 0 5px 5px 5px;
  font-size: 12px;
}
.page-menu .page-interactions {
  padding: 0 20px;
  height: 41px;
}
.page-menu .page-interactions i {
  font-size: 20px;
  line-height: 41px;
}
.page-menu .page-info {
  float: none;
  clear: both;
}
.page-menu .page-info p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .page-menu {
    background-color: #508caf;
    overflow: hidden;
  }
  .page-menu div.page-title {
    display: none;
  }
  .page-menu .page-actions {
    float: left;
    margin-top: 6px;
  }
  .has-page-menu .page-menu {
    width: 200px;
    margin: 0 20px 0 0;
    float: left;
    min-height: 100%;
    position: fixed;
    z-index: 12;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .has-page-menu .page-menu .page-actions {
    margin: 0;
    float: none;
  }
  .has-page-menu .page-menu .page-info p {
    padding: 5px 10px;
  }
  .has-page-menu .top-actions {
    float: none;
  }
  .has-page-menu .page-options {
    clear: both;
  }
  .page-info {
    color: white;
  }
  .page-info a:hover img {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .page-menu {
    margin: 0;
    background-color: #508caf;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-title {
    color: white;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    font-size: 15px;
    line-height: 30px;
  }
  .page-info {
    color: white;
  }
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .content.has-page-menu {
    width: 200%;
  }
  .content.has-page-menu .page-menu {
    width: 50%;
    float: left;
  }
  .content.has-page-menu .page-menu .page-info p {
    padding: 10px 5px 5px 10px;
  }
  .content.has-page-menu .page-content-wrap {
    width: 50%;
    float: right;
  }
  .content.has-page-menu.page-menu-shown {
    margin: 0;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .content.has-page-menu.page-menu-shown .page-content-wrap {
    max-height: 1024px;
    max-height: 100vh;
    overflow: hidden;
  }
  .content.has-page-menu.content-loaded {
    margin-left: -100%;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .content.has-page-menu .btn-show-page-menu {
    display: block;
    opacity: 1;
  }
  .wrap {
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .page-menu {
    margin: 0;
    background-color: #508caf;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-title {
    color: white;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 70px;
    margin: 0;
    font-size: 15px;
    line-height: 30px;
  }
  .page-info {
    color: white;
  }
  .wrap {
    max-width: 100%;
  }
  .has-page-menu.page-menu-shown .page-content-wrap {
    max-height: 640px;
  }
}
.has-page-menu .page-menu .page-options {
  height: calc(90%);
  min-height: calc(90%);
  position: absolute;
  margin-bottom: 10px;
  width: 100%;
}
.has-page-menu .page-menu .page-options:hover {
  overflow-y: auto;
}
.has-page-menu .page-menu .page-options::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.has-page-menu .page-menu .page-options::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
.has-page-menu .page-menu .page-options::-webkit-scrollbar-thumb {
  background: #b7bfc8;
  border-radius: 16px;
}
.has-page-menu .page-menu .page-options::-webkit-scrollbar-thumb:hover {
  background: #9aa5b2;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\page.less */

.cw-hide {
  display: none !important;
}
.page-top {
  color: #263238;
  background-color: transparent;
}
.page-top .page-top-ul {
  padding: 0;
  margin: 0;
}
.page-top .page-top-ul li.page-top-li {
  list-style: none;
}
.page-top .page-top-ul .top-actions div {
  display: inline-block;
}
.page-top .page-top-ul .top-actions.edit-mode .btn-discuss,
.page-top .page-top-ul .top-actions.edit-mode .btn-share,
.page-top .page-top-ul .top-actions.edit-mode .btn-create-task,
.page-top .page-top-ul .top-actions.edit-mode #cw_print_btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  body:not(.cw_print) .page-content-wrap .page-content {
    padding: 50px 20px 20px 20px;
  }
  body:not(.cw_print) .page-content-wrap .page-top {
    right: 0;
    z-index: 10;
    padding: 8px;
    position: fixed;
    width: calc(100% - 196px);
  }
  body:not(.cw_print).main-menu-collapsed .page-content-wrap .page-top {
    width: calc(100% - 40px);
  }
  body:not(.cw_print).maximized .page-content-wrap .page-top {
    width: 100%;
  }
  body:not(.cw_print).popout-open .page-content-wrap .page-top {
    right: 481px;
  }
  body.main-menu-collapsed .wrap {
    padding-left: 40px;
  }
  body .wrap {
    padding-left: 180px;
    min-height: 100%;
    margin-top: 41px;
    position: relative;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  body.cw-login-page .wrap {
    margin-top: 0;
  }
  body .content {
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  body .content.menu-open {
    padding-left: 180px;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  body .content.menu-open .page-content {
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
  body .has-page-menu .page-content-wrap {
    padding: 0 0 0 200px;
  }
  body .page-top-ul {
    text-align: right;
  }
  body .page-top-ul li.page-top-li {
    display: inline-block;
    vertical-align: top;
  }
  body .page-top-ul li.page-top-li.title {
    display: none;
  }
  body .page-top-ul li.page-top-li > * {
    vertical-align: middle;
  }
  body .page-top h1 {
    display: none;
  }
  body .page-top .top-actions {
    text-align: right;
  }
  body .page-content {
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  body .content-box {
    max-width: 620px;
  }
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .page-content {
    padding: 20px;
  }
  .page-content {
    padding: 20px;
  }
  .page-top {
    padding: 5px 10px;
  }
  .page-top h1 {
    font-size: 15px;
    margin: 0;
    line-height: 32px;
  }
  .top-actions {
    display: block;
    float: none;
  }
  .form-filter {
    width: 100%;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .page-content {
    padding: 5px;
  }
  .page-top {
    padding: 5px;
  }
  .page-top h1 {
    font-size: 15px;
    margin: 0;
    line-height: 32px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\pagination.less */

.pagination .number,
.pagination .total {
  padding: 0 5px 0 5px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\profile.less */
.avatar img {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.avatar.small img {
  width: 36px;
  height: 36px;
}
.go-home {
  background-color: #a1b2ba;
  text-align: center;
}
.go-home a {
  line-height: 22px;
  border: 0;
  color: #FFF;
}
.profile {
  border-top: 1px solid #bfcad0;
  border-bottom: 1px solid #bfcad0;
  height: 84px;
}
.profile .avatar {
  margin: 0;
  height: 50px;
}
.profile table {
  border-spacing: 0;
  padding: 5px 10px 5px 10px;
}
.profile .name {
  font-size: 14px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFF;
  width: 110px;
  margin: 0 0 0 5px;
}
.profile ul {
  font-size: 12px;
  padding: 0;
  background-color: #a1b2ba;
}
.profile ul li {
  float: left;
  text-align: center;
}
.profile ul li:first-child {
  width: 40%;
}
.profile ul li:last-child {
  width: 60%;
}
.profile ul a {
  display: block;
  line-height: 22px;
  border: 0;
  color: #FFF;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.profile ul a:hover {
  text-decoration: underline;
}
.profile ul.cw-profile-windows-authentication li {
  width: 100%;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .go-home {
    display: none;
  }
  .profile {
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #B0BEC5;
    width: 100%;
    height: 98px;
    overflow: hidden;
    padding: 0;
    -o-transition: all 80ms ease-out;
    -moz-transition: all 80ms ease-out;
    -webkit-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
  }
  .profile .user {
    border-top: 1px solid #93a6af;
    padding: 10px;
  }
  .profile .avatar {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    float: left;
    overflow: hidden;
    border-radius: 30px;
  }
  .profile .avatar img {
    width: 40px;
    height: 40px;
  }
  .profile .name {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 15px;
    color: #FFF;
  }
  .profile ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .profile ul li {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
  }
  .profile ul a {
    display: block;
    width: 100%;
    height: 36px;
    text-align: center;
    color: #FFF;
    line-height: 36px;
    background-color: #a1b2ba;
  }
  .profile.collapsed {
    height: 0;
    border: none;
    -o-transition: all 80ms ease-out;
    -moz-transition: all 80ms ease-out;
    -webkit-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
  }
  ul.main-level.collapsed {
    -o-transition: all 80ms ease-out;
    -moz-transition: all 80ms ease-out;
    -webkit-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\tasks.less */

p.comment {
  font-style: italic;
  margin-left: 5px;
}
.validation-message {
  display: table;
  max-width: 290px;
  float: left;
  height: 80px;
  margin-left: 5px;
}
.validation-message h5 {
  display: table-cell;
  vertical-align: middle;
}
.validation-stamp-container {
  width: inherit;
  margin: 5px 0 10px 10px;
  float: right;
}
.validation-stamp-container .validation-stamp {
  margin: 10px;
  height: 30px;
  width: 100px;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  border-style: double;
  border-color: #47AE47;
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  /* IE 9 */
  -webkit-transform: rotate(10deg);
  /* Safari */

}
.validation-stamp-container .validation-stamp .heading {
  width: 100%;
  color: #47AE47;
  margin-bottom: 3px;
  font-weight: bold;
}
.validation-stamp-container .validation-stamp .date {
  width: 100%;
  color: #47AE47;
}
.validation-stamp-container .validation-stamp.rejected {
  border-color: #e43945;
}
.validation-stamp-container .validation-stamp.rejected .heading {
  color: #e43945;
}
.validation-stamp-container .validation-stamp.rejected .date {
  width: 100%;
  color: #e43945;
}
#validator-list-accordion {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#validator-list-accordion ul {
  padding: 0;
  margin: 0;
  overflow: auto;
  -o-transition: max-height 200ms ease-out;
  -moz-transition: max-height 200ms ease-out;
  -webkit-transition: max-height 200ms ease-out;
  transition: max-height 200ms ease-out;
}
#validator-list-accordion ul li {
  list-style: none;
  font-size: 12px;
  color: #263238;
  line-height: 30px;
}
#validator-list-accordion ul li:not(:last-child) {
  border-bottom: solid 1px #b0bfcd;
}
#validator-list-accordion ul li .fa {
  line-height: 30px;
}
#validator-list-accordion ul li .fa.approved {
  color: #47AE47;
}
#validator-list-accordion ul li .fa.rejected {
  color: #e43945;
}
#validator-list-accordion ul a {
  margin-left: 20px;
  text-decoration: none;
}
#validator-list-accordion ul a:hover {
  text-decoration: underline;
}
#validator-list-accordion ul span {
  float: left;
  width: 30px;
  height: 30px;
  border-right: solid 1px #b0bfcd;
  text-align: center;
}
.task-list {
  list-style: none;
  padding: 0;
}
.task-list .noTasksMenu {
  text-align: center;
  line-height: 36px;
  color: #3f535c;
}
.task-list li {
  border: 0;
}
.task-list li:first-child {
  border: 0;
}
.task-list.sub-level {
  padding-top: 10px;
  margin: 0 0 20px 0;
}
.task-list.sub-level .task-item {
  margin: 0 10px 10px 10px;
}
.task-list.sub-level .task-item:first-of-type {
  margin-top: 10px;
}
.task-list.sub-level .task-item h4 {
  width: 190px;
  word-wrap: break-word;
  box-sizing: border-box;
}
.task-list .tasks-content {
  max-width: 70%;
}
.task-list .see-all {
  padding: 0 10px;
}
.task-list .assignee {
  margin: -11px 0 10px;
}
.task-list .assignee ul {
  padding: 0;
  border-left: solid 1px #B0BEC5;
  border-right: solid 1px #B0BEC5;
  max-height: 0;
  overflow: auto;
  -o-transition: max-height 200ms ease-out;
  -moz-transition: max-height 200ms ease-out;
  -webkit-transition: max-height 200ms ease-out;
  transition: max-height 200ms ease-out;
}
.task-list .assignee ul li {
  border-top: solid 1px #B0BEC5;
  list-style: none;
  font-size: 12px;
  color: #263238;
  line-height: 30px;
}
.task-list .assignee ul li .fa {
  line-height: 30px;
}
.task-list .assignee ul a {
  margin-left: 20px;
  text-decoration: none;
}
.task-list .assignee ul a:hover {
  text-decoration: underline;
}
.task-list .assignee ul a.no-user {
  color: #263238;
}
.task-list .assignee ul a.no-user:hover {
  text-decoration: none;
}
.task-list .assignee ul span {
  float: left;
  width: 30px;
  height: 30px;
  border-right: solid 1px #B0BEC5;
  text-align: center;
}
.task-list .assignee.assignee-open ul {
  max-height: 150px;
}
.task-list .assignee-control {
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 4px 0;
  background-color: #B0BEC5;
  text-align: center;
  line-height: 18px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.task-list .assignee-control:hover {
  background-color: #a1b2ba;
  cursor: pointer;
}
.task-item .actions,
.notification-item .actions {
  position: absolute;
  height: 100%;
  width: 25px;
  background-color: #dce2e5;
  top: 0;
  right: 0;
}
.task-item .actions .action,
.notification-item .actions .action {
  height: 50%;
  text-align: center;
  display: block;
}
.task-item .actions .action.single,
.notification-item .actions .action.single {
  height: 100%;
}
.task-item .actions .action.single .icon,
.notification-item .actions .action.single .icon {
  margin-bottom: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.task-item .actions .action i,
.notification-item .actions .action i {
  margin-top: 3px;
  font-size: 18px;
  color: #93a6af;
}
.task-item .actions .action i.loading,
.notification-item .actions .action i.loading {
  width: 16px;
  height: 16px;
  background-size: 15px;
}
.task-item .actions .action i.loading.cwLoadingSpinner,
.notification-item .actions .action i.loading.cwLoadingSpinner {
  background-image: url('/evolve/Common/images/_loading2.gif');
}
.task-item .actions .action:hover,
.notification-item .actions .action:hover {
  background-color: #cdd6db;
  cursor: pointer;
}
.task-item {
  padding: 5px 5px 5px 90px;
  margin-bottom: 10px;
  background-color: #ebeef0;
  position: relative;
  color: #263238;
}
.task-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  margin: -10px -20px 0 0;
  z-index: 1;
}
.task-item .task-open-object {
  position: absolute;
  bottom: 5px;
  right: 8px;
  color: #a1b2ba;
}
.task-item .task-open-object:hover {
  color: #bfcad0;
}
.task-item.error {
  border-top: 2px solid #e43945;
  border-right: 2px solid #e43945;
  border-bottom: 2px solid #e43945;
}
.task-item.error .avatar-wrap {
  background-color: #e43945;
}
.task-item.error .avatar-wrap .avatar .error-icon {
  font-size: 36px;
  color: #e43945;
}
.task-item .avatar-wrap {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #a1b2ba;
}
.task-item .avatar-wrap .avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  margin: 6px auto 0 auto;
  background-color: white;
}
.task-item .avatar-wrap .avatar img {
  height: 36px;
  width: 36px;
}
.task-item h4 {
  padding: 0 20px 0 10px;
  margin: 0 0 6px 0;
  line-height: 18px;
  font-size: 12px;
  float: left;
  width: 495px;
  word-wrap: break-word;
  color: #263238;
  font-weight: 500;
}
.task-item h4 span {
  margin: 0 0 5px 0;
}
.task-item h4 a {
  color: #263238;
  font-weight: 500;
}
.task-item h4 a:hover {
  color: #304047;
  background-color: transparent;
  cursor: pointer;
}
.task-item h4 div {
  padding: 0;
  line-height: 18px;
  color: #263238;
}
.task-item p {
  margin: 0;
  padding-left: 10px;
}
.task-item label {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
  background-color: #dce2e5;
}
.task-item label input {
  margin-top: 10px;
}
.task-item .calendar {
  position: absolute;
  top: 5px;
  left: 55px;
  margin: 0;
  width: 36px;
  height: 36px;
  background-color: white;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #93a6af;
}
.task-item .calendar span {
  display: block;
}
.task-item .calendar .month {
  padding: 2px;
  background-color: #b0bec5;
  font-weight: 500;
}
.task-item .calendar .day {
  font-size: 18px;
  color: #263238;
  line-height: 22px;
}
.task-item .calendar.overdue {
  border-color: #b71924;
}
.task-item .calendar.overdue .month {
  background-color: #e43945;
  color: #F5F5F5;
}
.task-item .calendar.due {
  border-color: #ffa319;
}
.task-item .calendar.due .month {
  background-color: #FFC266;
}
.task-item .meta {
  clear: both;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  margin-top: 10px;
  color: #3b4d56;
}
.task-item .task-stat {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  color: white;
  background-color: #a1b2ba;
}
.task-item .task-stat span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
.task-item .task-stat i.fa {
  color: #93a6af;
  font-size: 24px;
  margin-top: 12px;
}
.task-item .task-stat i.fa.approved {
  color: #47AE47;
}
.task-item .task-stat i.fa.rejected {
  color: #e43945;
}
.task-item .progress-bar {
  position: relative;
  display: block;
  width: 36px;
  height: 8px;
  margin: 4px auto 0;
  background-color: #ebeef0;
}
.task-item .progress-bar .progress {
  width: 0;
  height: 8px;
  background-color: #5d747f;
  position: absolute;
  left: 0;
  top: 0;
}
.task-item.delegated .avatar-wrap .avatar {
  margin: 4px auto 0 auto;
  border: 2px solid #D500F9;
}
.task-message {
  padding: 0 5px 0 5px;
  margin: 0 0 15px 0;
}
.task-heading {
  margin: 10px 10px 0 10px;
  list-style: none;
  padding: 0;
}
.task-heading li .task-item {
  padding-left: 50px;
}
.task-heading li div {
  margin: 0;
}
.task-heading li h4 {
  font-size: 12px;
  font-weight: bold;
  width: 390px;
  word-wrap: break-word;
}
.task-complete {
  background-color: #00C853;
  text-align: center;
  padding: 5px;
  margin: 10px 5px 0 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cw-accordion-content .task-history h5 {
  font-size: 11px;
}
.task-marked-as-complete {
  line-height: 24px;
  margin-bottom: 15px;
}
.task-marked-as-complete i {
  color: #5d747f;
  padding-right: 10px;
  font-size: 24px;
  float: left;
}
.task-history {
  margin: 10px;
  list-style: none;
  padding: 0;
}
.task-history .task-history-entry {
  min-height: 30px;
  position: relative;
  padding: 8px 5px 8px 45px;
}
.task-history .task-history-entry:first-of-type .timeline {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.task-history .task-history-entry .timeline {
  height: 100%;
  width: 4px;
  background-color: #bfcad0;
  position: absolute;
  top: 0;
  left: 14px;
}
.task-history .task-history-entry .timeline.end {
  top: auto;
  bottom: 0;
  height: 50%;
}
.task-history .task-history-entry .timeline.start {
  height: 50%;
}
.task-history .task-history-entry .icon {
  width: 28px;
  height: 28px;
  top: calc(50% - 16px);
  left: 0;
  position: absolute;
  background-color: #ffffff;
  border: 2px solid #5d747f;
  border-radius: 16px;
  color: #5d747f;
}
.task-history .task-history-entry .icon i {
  margin: 6px;
}
.task-history .task-history-entry .title {
  line-height: 14px;
  margin: 2px 0;
  font-weight: 500;
  font-size: 12px;
  color: #263238;
}
.task-history .task-history-entry .meta {
  clear: both;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
  color: #3b4d56;
}
.task-history .task-history-entry .comment-toggle {
  display: inline-block;
  padding-left: 10px;
  color: #a1b2ba;
}
.task-history .task-history-entry .comment-toggle:hover {
  cursor: pointer;
}
.task-history .task-history-entry-comment {
  max-height: 0;
  border: 0;
  overflow: auto;
  margin-top: 0;
  border-radius: 5px;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.task-history .task-history-entry-comment p.comment {
  margin: 8px;
}
.task-history .task-history-entry-comment.open {
  max-height: 150px;
  border: solid 1px #bfcad0;
  margin-top: 5px;
}
#task-history-accordion,
#validator-list-accordion {
  margin-bottom: 10px;
}
#task-history-accordion.collapsed .cw-accordion-content,
#validator-list-accordion.collapsed .cw-accordion-content {
  max-height: 0;
  overflow: hidden;
}
#task-history-accordion .cw-accordion-header,
#validator-list-accordion .cw-accordion-header {
  cursor: pointer;
  font-size: 12px;
  padding: 8px;
}
#task-history-accordion .cw-accordion-content,
#validator-list-accordion .cw-accordion-content {
  -o-transition: max-height 200ms ease-out;
  -moz-transition: max-height 200ms ease-out;
  -webkit-transition: max-height 200ms ease-out;
  transition: max-height 200ms ease-out;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
#cw-submit-warning,
#cw-submit-error-warning {
  margin-bottom: 10px;
  color: #ED4747;
  font-weight: bold;
}
#cw-submit-warning i,
#cw-submit-error-warning i {
  padding-right: 5px;
  font-size: 14px;
}
#cw-submit-error-warning {
  display: none;
}
.numericFont {
  font-family: "Roboto Regular", "Arial", "Corbel", "Segoe UI";
}
.task-status {
  position: absolute;
  top: 15px;
  right: 0px;
  text-align: center;
  min-width: 140px;
  max-width: 20%;
  border-left: 2px solid black;
  height: 20px;
  padding-left: 10px;
}
.form-edit h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.form-edit h3:not(:first-child) {
  margin-top: 10px;
}
.form-edit h4 {
  font-size: 12px;
  margin-bottom: 5px;
}
.form-edit h4 .mandatory-association-warning,
.form-edit h4 .mandatory-property-warning {
  font-size: 12px;
  padding-left: 5px;
  color: #ED4747;
}
.form-edit img {
  max-height: 150px;
}
.form-edit img.error {
  border: 2px #ED4747 solid;
}
.form-edit .oldImage img {
  opacity: 0.3;
}
.form-edit span.invalid_property,
.form-edit p.invalid_association,
.form-edit p.save_error,
.form-edit p.validation-error {
  color: #ED4747;
}
.form-edit p.save_error,
.form-edit div.mandatory_property,
.form-edit div.mandatory_association {
  font-style: italic;
  font-weight: bold;
}
.form-edit p.save_error.indent,
.form-edit div.mandatory_property.indent,
.form-edit div.mandatory_association.indent {
  margin-left: 5px;
}
.form-edit div.mandatory_property,
.form-edit div.mandatory_association {
  margin-left: 15px;
}
.form-edit p.validation-error {
  font-weight: bold;
  margin: 0;
}
.form-edit del.oldvalue {
  color: #648393;
}
.form-edit .oldtext del {
  color: #648393;
}
.form-edit del.interimValue {
  color: #455b66;
}
.form-edit .div-approval-control.approved label:first-child {
  background-color: #47AE47;
  color: white;
}
.form-edit .div-approval-control.rejected.disabled label:last-child {
  background-color: #f09399;
}
.form-edit .div-approval-control.rejected label:last-child {
  background-color: #e43945;
  color: white;
}
.form-edit .div-approval-control.reviewed {
  border-radius: 6px;
}
.form-edit .div-approval-control.reviewed label,
.form-edit .div-approval-control.disabled label {
  cursor: default;
}
.form-edit .div-approval-control.disabled label {
  background-color: #ebeef0;
  border-color: #b3c0c7;
  color: #4f6875;
}
.form-edit .div-approval-control .field {
  float: left;
  clear: none;
  margin: 0 10px 0 0;
}
.form-edit .div-approval-control#approvalAll label {
  background-color: #47AE47;
  color: white;
}
.form-edit .div-approval-control#approvalAll label:hover {
  background-color: #388a38;
}
.form-edit .div-approval-control#approvalAll label:last-child {
  background-color: #e43945;
}
.form-edit .div-approval-control#approvalAll label:last-child:hover {
  background-color: #ce1c29;
}
.form-edit .div-approval-control#approvalAll.is-mandatory label:last-child {
  background-color: #f09399;
}
.form-edit .div-approval-control label {
  display: inline-block;
  font-weight: normal;
  line-height: 22px;
  padding: 0 10px;
  margin: 0;
  background-color: #cdd6db;
  border: 1px solid #5f7682;
  color: #1c2429;
}
.form-edit .div-approval-control label:last-child {
  border-left: none;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .task-list.sub-level {
    padding: 10px 0;
    margin: 0;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\top-bar.less */

body.cw_print #cw-top-bar {
  display: none;
}
body #cw-top-bar {
  top: 0;
  width: 100%;
  z-index: 600;
  position: fixed;
  height: 40px;
  background-color: #F5F5F5;
  box-shadow: 1px 3px 3px #BDBDBD;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body #cw-top-bar .tb-left-container,
body #cw-top-bar .page-title {
  float: left;
}
body #cw-top-bar .tb-left-container {
  width: 180px;
  height: 40px;
}
body #cw-top-bar .tb-left-container div {
  float: left;
  width: 100%;
}
body #cw-top-bar .tb-left-container .logo-container {
  width: calc(100% - 40px);
}
body #cw-top-bar .page-title {
  width: 60%;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  color: #263238;
  font-family: "Roboto Regular", "Arial", "Corbel", "Segoe UI";
  font-size: 15px;
}
body #cw-top-bar .tb-profile-container {
  width: 20%;
  float: right;
  text-align: right;
  height: 40px;
  color: #508caf;
}
body #cw-top-bar .tb-profile-container .tb-profile {
  float: right;
  height: 100%;
  max-width: 90%;
  padding: 0 15px;
  text-align: right;
  line-height: 40px;
  font-size: 13px;
}
body #cw-top-bar .tb-profile-container .tb-profile i {
  float: right;
  color: #508caf;
  line-height: 40px;
  font-size: 13px;
}
body #cw-top-bar .tb-profile-container .tb-profile div {
  display: inline-block;
}
body #cw-top-bar .tb-profile-container .tb-profile div.tb-username {
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
  text-overflow: ellipsis;
}
body #cw-top-bar .tb-profile-container .tb-profile:hover {
  cursor: pointer;
  color: #215491;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout {
  right: 0;
  width: 0;
  height: 0;
  top: 40px;
  z-index: 999;
  overflow: hidden;
  position: absolute;
  border: 1px solid #508caf;
  background-color: #F5F5F5;
  font-size: 13px;
  box-shadow: 1px 3px 3px #BDBDBD;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table td {
  text-align: left;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table td a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #508caf;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table td a:hover {
  color: #215491;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table td div {
  margin: 0 10px;
  background-color: white;
  height: 55px;
  width: 55px;
  border: 1px solid #508caf;
  background-size: cover;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table td.tb-avatar {
  width: 85px;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table .logout {
  background-color: #508caf;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table .logout td {
  height: 20px;
  text-align: center;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table .logout td:hover {
  background-color: #215491;
}
body #cw-top-bar .tb-profile-container .tb-profile-popout table .logout td a {
  padding: 0;
  text-decoration: none;
  color: #FFF;
}
body #cw-top-bar .tb-profile-container.show .tb-profile-popout {
  height: 100px;
  width: 190px;
}
body.cw-login-page #cw-top-bar {
  height: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  body #cw-top-bar {
    display: none;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\cyberduck\zchanges.less */

.chosen-container-multi .chosen-results {
  text-align: left;
}
h1,
h2,
h3 {
  font-family: "Roboto Regular", "Arial", "Corbel", "Segoe UI";
}
.page-options li a.btn-group:not(.hassub) {
  background-image: none;
}
.wrap {
  z-index: 500;
}
.iconColor {
  color: black;
}
.page-options ul li.cwTabLink.selected a {
  color: black;
  background-color: #FFFFFF;
}
.page-options ul li.cwTabLink:hover:not(.selected) {
  background-color: #2a6cbb;
}
.page-options ul li.cwTabLink:hover:not(.selected) a {
  color: #FFFFFF;
}
.page-options ul li.cwTabLink:focus-within:not(.selected) {
  background-color: #2a6cbb;
}
.page-options ul li.cwTabLink:focus-within:not(.selected) a {
  color: #FFFFFF;
}
.page-options ul li.cwTabLink.hide {
  display: none;
}
ul.navViews li.selected {
  background-color: #215491;
}
ul.navViews li.selected a {
  border-color: #245b9d;
}
form button {
  min-width: 50px;
  margin: 0 10px 0 0;
}
.property-box-asso li.search-choice {
  display: none;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .content.page-menu-shown .page-options ul li.cwTabLink.selected a {
    color: white;
    background: inherit;
  }
  li.top-actions a.btn:not(.btn-maximize) {
    margin-left: 0;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .page-title {
    min-height: 0;
  }
  a.btn .btn-text {
    display: none;
  }
  a.btn .fa {
    margin: 0;
  }
  .pagination a.btn i.fa {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwAPI\font-awesome\font-awesome.less */

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('/evolve/Common/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3');
  src: url('/evolve/Common/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/evolve/Common/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/evolve/Common/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/evolve/Common/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/evolve/Common/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwBehaviours\cwAccordion.less */

ul.cw-accordion-header {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-left: 0px;
}
ul.cw-accordion-header > li {
  list-style: none;
}
div.cw-accordion-header {
  padding: 2px;
  padding-bottom: 6px;
  padding-left: 10px;
  text-align: left;
  background-color: #78909C;
  border-radius: 2px;
  color: white;
  font-size: 13px;
  padding: 8px;
}
div.cw-accordion-header a {
  color: white;
}
div.cw-accordion-header span.cw-accordion-icon-color {
  color: white;
}
li.cw-accordion-container:hover div.cw-accordion-header {
  background-color: #78909C;
}
li.cw-accordion-container:hover div.cw-accordion-header a {
  color: #FFFFFF;
}
li.cw-accordion-container:hover div.cw-accordion-content {
  border-color: #78909C;
}
ul.cw-accordion-content {
  margin: 0px;
}
div.cw-accordion-content {
  padding: 10px;
  border: 1px solid #78909C;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: none;
}
span.cw-accordion {
  display: inline-block;
  margin-right: 10px;
}
span.cw-accordion:hover {
  color: #d9d9d9 !important;
}
li.cw-accordion-container {
  list-style: none;
  margin: 5px;
  margin-left: 0px;
}
li.cw-accordion-container:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  ul.cw-accordion-header {
    margin: auto;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwBehaviours\cwKendoColumnBarLimit.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwBehaviours\cwKendoPieChart.less */

.cw-chart-nodata {
  margin: 10px 0 10px 15px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwBehaviours\cwLookupTabs.less */

div.cwTabsOnLookups .cw-dashboard-container {
  border: none;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwBehaviours\cwRoadMap.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwBehaviours\cwGoogleMap\cwGoogleMapAPI.less */

.cw-google-map {
  width: 600px;
  height: 500px;
  border-radius: 10px;
  display: inline-block;
  background-color: white;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwBehaviours\cwKendoGrid\cwKendoGrid.less */

.export_error_message {
  color: red;
}
.cw_hide_options {
  display: none;
}
div.complextable-title {
  background: #546E7A;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  padding: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  text-align: left;
  vertical-align: middle;
  line-height: 25px;
}
.k-grid li.ot-cw_user {
  display: list-item;
  text-align: left;
  list-style: inherit;
}
.k-grid ul.cw-list.ot-cw_user {
  padding-left: 15px;
}
.k-popup-edit-form .k-edit-field {
  width: 80% !important;
}
.k-popup-edit-form .k-edit-label {
  width: auto !important;
}
.form-grid-export select,
.form-grid-export #export-file-name {
  border-radius: 0;
}
.cw_hide_scrollbar {
  overflow: hidden !important;
}
.cw_grid_wrap {
  margin-bottom: 70px !important;
}
.k-grid-edit-row [type=checkbox] {
  margin-right: 50% !important;
}
#cw_grid_autocomplete_search {
  margin-top: 5px;
  margin-left: 4px;
  border: none;
}
#cw_grid_autocomplete_search input.cw_autocomplete_input {
  width: 100%;
  background-color: white;
  border: none;
}
#cw_grid_autocomplete_search span {
  border: none;
  width: 50%;
}
#cw_save_association {
  margin-left: 5px;
  vertical-align: top;
}
.k-state-focused {
  min-height: 20px;
  padding-bottom: 0px;
}
.k-formatted-value.k-input {
  min-height: 15px;
  border-radius: 2px;
}
span.k-state-focused input {
  min-height: 15px;
  box-shadow: none;
}
.k-textarea {
  text-overflow: auto;
  display: inline;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
  height: 100%;
}
.k-inner-grid {
  width: 1700px;
  background-color: transparent;
  padding-left: 20px;
}
.k-window {
  width: 1500px;
}
.k-window .cw_grid_fa {
  margin-right: 3px;
}
.k-widget.k-window {
  z-index: 500;
}
.tab-content.km-pane {
  display: none;
  position: relative;
}
.tab-content.visible.km-pane {
  display: inline;
  position: relative;
}
.cw_grid_hight {
  height: 100% !important;
}
.km-ios7,
.km-ios7 .km-widget.km-scroll-wrapper {
  background-image: none;
  background-color: transparent;
}
.km-pane-wrapper > .km-pane > .km-view > .km-content {
  background-image: none;
  background-color: transparent;
}
.km-pane-wrapper > .km-pane > .km-view > .km-content .k-item:focus,
.km-pane-wrapper > .km-pane > .km-view > .km-content .k-label:focus,
.km-pane-wrapper > .km-pane > .km-view > .km-content .k-state-focused {
  background-color: red !important;
}
.k-edit-form-container {
  border-left: solid 1px #c5c5c5;
  border-right: solid 1px #c5c5c5;
}
th.k-header,
.k-grid-toolbar {
  text-align: left;
  background: #78909C;
  color: #FFFFFF;
  padding: 8px;
}
th.k-header .k-link,
.k-grid-toolbar .k-link {
  color: #FFFFFF !important;
}
th.k-header .k-state-active,
.k-grid-toolbar .k-state-active {
  color: #78909C;
  background-color: white !important;
}
.k-grid-header {
  background: #78909C !important;
}
.k-grid-filter-menu .k-header {
  text-align: center !important;
}
.km-ios7 .k-grid-edit-form.km-view:not([data-use-native-scrolling]),
.km-ios7 .km-splitview {
  overflow: auto !important;
}
.km-pane-wrapper,
.km-scroll-container {
  height: 100%;
}
/*.k-grid-content
{
    overflow-y: auto;
}*/

.km-vertical-scrollbar {
  height: auto;
}
/*div.k-grid-header, div.k-grid-footer
{
    padding-right: 0px!important;
}*/

.k-textbox > input,
.k-input[type="text"],
.k-input[type="number"],
.k-textbox,
.k-picker-wrap .k-input,
.k-dropdown-wrap,
.k-item select {
  border: solid 1px #b6bdca;
}
.k-numeric-wrap {
  border: none !important;
}
.k-numeric-wrap.k-select {
  border: none !important;
}
.k-filter-menu .k-button {
  width: auto;
  margin: 4px 2px 0 0;
}
.k-filter-menu .k-textbox {
  border-radius: 2px;
}
.k-filter-menu .k-dropdown-wrap {
  border-radius: 2px;
}
.k-filter-menu .k-dropdown-wrap .k-input {
  margin-left: 4px;
}
.k-combobox .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select {
  border-width: 1px 1px 1px 0px;
  border-radius: 2px;
  height: auto;
}
.km-phone .k-numeric-wrap .k-select {
  border: none;
}
.km-phone span.k-link {
  cursor: default;
}
.km-phone .km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]) {
  border: 1px solid #999;
}
.km-phone .k-filter-menu > ul.k-filter-help-text ul.k-filter-help-text li:first-child {
  display: none;
}
.km-phone .k-filter-menu input.k-formatted-value,
.km-phone .k-filter-menu input.k-state-hover {
  background-color: 1px solid white !important;
}
.km-phone .k-filter-menu .k-label {
  background-color: white !important;
}
.km-phone .k-filter-menu .k-label:hover {
  background-color: #eee !important;
}
.k-edit-form-container {
  width: 100%;
  border: none;
}
.k-edit-form-container div.k-popup-edit-form {
  padding: 10px 0;
}
.k-edit-form-container .k-edit-buttons {
  padding: 10px 10px 0 0;
  margin: 0;
  bottom: 0;
  border: 0;
}
.k-edit-form-container .k-numerictextbox,
.k-edit-form-container .k-textbox {
  width: 100%;
}
.k-edit-form-container .k-input,
.k-edit-form-container .k-dropdown-wrap {
  border-radius: 2px;
}
.k-edit-form-container .k-dropdown-wrap .k-input {
  margin-left: 4px;
}
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]) {
  -webkit-appearance: menulist !important;
}
.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-link {
  height: auto !important;
}
.k-numeric-wrap .k-link.k-state-selected {
  background-color: inherit;
}
td.gridcell ul.cw-list {
  margin: 0;
  padding-left: 15px;
}
.k-filter:hover {
  background-color: white;
  border-radius: 4px;
  border: 1px;
  border-color: white;
}
.k-header > .k-grid-filter {
  margin-bottom: -0.5em;
  padding-bottom: 0.5em;
}
.k-grid-export .fa-download,
.k-grid-add .fa-download,
.k-grid-export .fa-file-excel-o,
.k-grid-add .fa-file-excel-o,
.k-grid-export .fa-plus,
.k-grid-add .fa-plus {
  font-size: 12px;
  margin-right: 0.2rem;
  margin-left: -0.2rem;
  opacity: 0.8;
  color: #78909C;
  vertical-align: middle;
}
.k-state-selected {
  background-color: #78909C;
  border-color: #78909C;
}
.k-grid-edit,
.k-grid-delete,
.cw_open_singlepage,
.k-grid-update,
.k-grid-cancel {
  min-width: 20px !important;
}
.k-grid-edit .fa,
.k-grid-delete .fa,
.cw_open_singlepage .fa,
.k-grid-update .fa,
.k-grid-cancel .fa {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 3px;
  color: #78909C;
}
.k-grid ul.cw-list {
  padding-left: 15px;
}
td[role="gridcell"] ul,
td[role="gridcell"] ol {
  margin: 0;
}
td[role="gridcell"] p {
  margin: 0;
}
td[role="gridcell"] table {
  border-spacing: 2px;
  width: auto;
}
td[role="gridcell"] table tr td,
td[role="gridcell"] table tr th {
  width: auto;
  border-width: 1px;
  height: auto;
  word-wrap: break-word;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}
td[role="gridcell"] table tr td:first-child {
  border-width: 1px;
}
/*.k-tooltip
{
    background: white !important;
}*/

@media screen and (max-width: 699px) {
  .km-phone .km-android .k-grid table {
    width: 600px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwBehaviours\CwMatrixTable\CwMatrixTable.less */
.cw-matrix .cw-matrix-textbox {
  width: calc(100% - 60px) !important;
}
.cw-matrix-checkbox {
  display: inline-block !important;
}
.cw-matrix-checkbox .property-label {
  width: 10px !important;
}
.cw-matrix-button-wrapper {
  padding: 3px 4px !important;
  font-size: 14px !important;
  border-radius: 20px;
  margin: 2px 1px 0 1px;
  background: transparent;
  color: #263238;
  display: inline-block;
}
.cw-matrix-button-wrapper:hover {
  color: white;
  background-color: #879ca7;
}
.cw-matrix-button-wrapper .fa_with_bg {
  font-size: 13px !important;
}
ul.cw-matrix {
  margin: 0;
  padding: 0;
}
ul.cw-matrix > li {
  list-style: none;
}
table.cw-matrix-advanced {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  table-layout: fixed;
  border: none !important;
}
table.cw-matrix-advanced tr th,
table.cw-matrix-advanced tr td {
  width: 100px;
  box-sizing: border-box;
  height: 50px;
}
table.cw-matrix-advanced tr th:first-child {
  width: 100px;
  border-top-left-radius: 0px;
}
table.cw-matrix-advanced tr th:last-child {
  border-top-right-radius: 0px;
}
table.cw-matrix-advanced tr:hover {
  background-color: #95a8b2 !important;
}
table.cw-matrix-advanced tr:hover th {
  background-color: #78909C !important;
}
table.cw-matrix-advanced .cw-header {
  padding: 0;
}
table.cw-matrix-advanced .cw-header a {
  padding: 5px 10px;
  width: 90%;
  display: inline-block;
  box-sizing: border-box;
  word-break: break-all;
}
table.cw-matrix-advanced .cw-header a.matrix-header {
  text-decoration: none;
  width: 200px;
  padding: 5px 1px;
}
table.cw-matrix-advanced .cw-header a div {
  overflow: hidden;
  position: relative;
  line-height: 15px;
  max-height: 32px;
  text-align: center;
  padding-right: 0.75em;
}
table.cw-matrix-advanced .cw-header a div:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  background: #78909C;
}
table.cw-matrix-advanced .cw-header a div:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.5em;
  background: #78909C;
}
table.cw-matrix-advanced.cw-matrix-edit td {
  width: 300px;
}
table.cw-matrix-advanced.cw-matrix-edit .cw-header a {
  width: 300px;
}
table.cw-matrix-advanced.cw-matrix-edit .cw-header a.matrix-header {
  width: 200px;
}
table.cw-matrix-advanced td.matrix-content {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
table.cw-matrix-advanced td.matrix-content .ngDiagramEditorMenuController {
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2px;
}
table.cw-matrix-advanced td.matrix-content .ngDiagramEditorMenuController ul.cw-de-property > li:first-child .property-label {
  height: 15px;
  white-space: nowrap;
}
table.cw-matrix-advanced td.matrix-content .ngDiagramEditorMenuController ul.cw-de-property > li:last-child a {
  width: 23px;
  text-align: center;
  float: none;
}
table.cw-matrix-advanced td {
  padding: 0;
  margin: 0;
}
table.cw-matrix-advanced .cw-matrix-has-intersection {
  background: #dde0e0 !important;
  color: #263238;
}
tr.Vertical .cw-matrix-col-header,
tr.Vertical .cw-matrix-row-header {
  height: 120px;
}
tr.Vertical .cw-matrix-col-header a:not(.matrix-header),
tr.Vertical .cw-matrix-row-header a:not(.matrix-header) {
  transform: rotate(270deg);
  width: 100px !important;
  height: 80%;
}
tr.Vertical .cw-header a div {
  max-height: 60px !important;
}
.cw-matrix-content {
  width: 100%;
  margin-bottom: 30px;
}
.cw-matrix-content .cw-matrix-content-header,
.cw-matrix-content .cw-matrix-content-rows {
  width: 100%;
}
.cw-matrix-content .cw-matrix-content-header {
  width: 100%;
}
.cw-matrix-content .cw-matrix-content-header .cw-matrix-content-columns-inside {
  width: 200px;
  float: left;
}
.cw-matrix-content .cw-matrix-content-header .cw-matrix-content-columns-header {
  overflow: hidden;
  float: left;
  border-right-style: solid;
  border-right-color: #78909C;
}
.cw-matrix-content .cw-matrix-content-header .cw-matrix-content-columns-header .cw-matrix-edit th {
  width: 300px;
}
.cw-matrix-content .cw-matrix-content-rows {
  width: 100%;
}
.cw-matrix-content .cw-matrix-content-rows .cw-matrix-content-rows-header {
  width: 200px;
  float: left;
  max-height: 500px;
  overflow: hidden;
}
.cw-matrix-content .cw-matrix-content-rows .cw-matrix-content-rows-header .cw-header a {
  width: 200px;
}
.cw-matrix-content .cw-matrix-content-rows .cw-matrix-content-rows-inside {
  width: calc(100% - 200px);
  overflow: auto;
  max-height: 500px;
}
.cw-matrix-edit-button {
  background: #546E7A;
  padding: 5px 0px;
  border-radius: 5px 5px 0 0;
  width: 100%;
  text-align: right;
  height: 42px;
  box-sizing: border-box;
}
.cw-matrix-edit-button a {
  color: white;
  padding: 0px 10px;
  margin: 0 10px;
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 34px;
  height: 34px;
}
.cw-matrix-edit-button a:hover {
  background-color: #879ca7;
  color: white;
}
.cw-matrix-edit-button a i {
  margin-top: 9px;
  margin-left: 0px;
}
.cw-matrix-edit-button a i.fa-close {
  margin-top: 8px;
}
.cw-matrix-error {
  border: 1px solid #78909C;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.cw-matrix-intersection .matrix-edit-mode-buttons {
  width: 100%;
  clear: both;
  padding: 5px 3px;
  overflow: hidden;
  box-sizing: border-box;
}
.cw-matrix-intersection .matrix-edit-mode-buttons .matrix-edit-mode-button {
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 34px;
  height: 34px;
  padding: 10px;
  margin: 0;
}
.cw-matrix-intersection .matrix-edit-mode-buttons .matrix-edit-mode-button:hover {
  background-color: #879ca7;
  color: white;
}
.cw-matrix-intersection .matrix-edit-mode-buttons .matrix-edit-mode-button.delete {
  float: right;
  padding: 8px;
}
.cw-matrix-intersection .matrix-edit-mode-buttons .matrix-edit-mode-button.delete.no-properties {
  float: none;
}
.cw-matrix-intersection .icon {
  font-size: 20px;
}
.cw-matrix-col-header-display-table-cell {
  display: table-cell !important;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwDiagram\cwDiagramViewer\CwDiagramViewer.less */
canvas.cwDiagramViewer {
  width: 100%;
  cursor: pointer;
}
.cw-dv-main-div {
  position: relative;
}
.cwDiagramCamera {
  width: 100%;
  text-align: left;
  max-height: 0px;
  position: absolute;
  padding: 0;
  margin: 0;
}
.cwDiagramCamera ul.cwDiagramCameraZone {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  height: 42px;
}
.cwDiagramCamera ul.cwDiagramCameraZone > li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.cwDiagramCamera ul.cwDiagramCameraZone li.cwDiagramCameraZoneLeft {
  width: 70%;
}
.cwDiagramCamera ul.cwDiagramCameraZone li.cwDiagramCameraZoneRight {
  width: 30%;
  text-align: right;
}
.cwDiagramCamera #cw-diagram-viewer-hover-area {
  position: absolute;
  width: 264px;
  height: 121px;
}
.cwDiagramCamera #cw-diagram-viewer-hover-area.collapsed {
  width: 51px;
}
.cwDiagramCamera #cw-diagram-viewer-hover-area.right {
  right: 0;
}
.cwDiagramCamera #cw-diagram-viewer-hover-area.right #cw-diagram-viewer-position-area {
  right: 0;
}
.cwDiagramCamera #cw-diagram-viewer-position-area {
  position: absolute;
  height: 121px;
  width: 206px;
}
.cwDiagramCamera #cw-diagram-viewer-position-area.collapsed {
  width: 0;
}
.cwDiagramCamera > * {
  margin: 5px;
}
.cwDiagramBreadcrumb {
  width: 100%;
  text-align: left;
  background-color: #78909C;
  min-height: 42px;
  padding: 0;
  margin: 0;
  /*div.cwBreadcrumbBox:not(:first-child):not(:last-child):before
    {
        .breadcrumbLeftArrow;
    }*/

}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  height: 42px;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone > li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneLeft {
  padding-left: 5px;
  width: 70%;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight {
  width: 30%;
  text-align: right;
  padding-right: 5px;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight a.btn {
  vertical-align: top;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .cw-loading-zone {
  background-color: white;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .cw-loading-zone div.cw-loading-image {
  left: auto;
  margin: 0;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .full-draft-delete-confirm {
  display: none;
  font-size: 14px;
  width: 80%;
  color: white;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .full-draft-delete-confirm span {
  width: 60%;
  display: inline-block;
  font-weight: bold;
  line-height: 36px;
  padding: 3px 10px 3px 3px;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .full-draft-delete-confirm i {
  line-height: 32px;
  color: white;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight.delete-confirm .btn {
  display: none;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight.delete-confirm .full-draft-delete-confirm {
  display: inline-block;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight.delete-confirm .full-draft-delete-confirm .btn {
  display: inline-block;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .cw-diagram-share-menu {
  position: absolute;
  text-align: center;
  right: 70px;
  width: 190px;
  z-index: 10;
  list-style-type: none;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .cw-diagram-share-menu .share-item {
  display: flex;
  flex-direction: column;
  color: white;
  background-color: #78909C;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .cw-diagram-share-menu .share-item .menu-item {
  display: flex;
  align-items: center;
  color: white;
  width: 100%;
  padding: 0 12px;
  cursor: pointer;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .cw-diagram-share-menu .share-item .menu-item .menu-button-text {
  padding-left: 10px;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .cw-diagram-share-menu .share-item a.menu-item:hover {
  background-color: #B0BEC5;
  text-decoration: none;
  width: 87%;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight .btn-diagram-share .split-button-right {
  margin-left: 5px;
  font-size: 12px;
}
.cwDiagramBreadcrumb .fa-warning {
  color: yellow;
  float: right;
  padding: 9px;
}
.cwDiagramBreadcrumb > * {
  margin: 5px;
}
.cwDiagramBreadcrumb .cwBreadcrumbBox {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  padding: 5px;
  background-color: #546E7A;
  display: inline-block;
  margin-right: 2px;
  min-height: 22px;
  line-height: 22px;
  position: relative;
}
.cwDiagramBreadcrumb .cwBreadcrumbBox a {
  color: #FFFFFF;
  cursor: pointer;
}
.cwDiagramBreadcrumb .cwBreadcrumbBox:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.cwDiagramBreadcrumb .cwBreadcrumbBox:last-child {
  background-color: #546E7A;
}
.cwDiagramBreadcrumb .breadcrumbRightArrow {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  position: absolute;
  border: solid;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  top: 0px;
  /* controls vertical position */
  right: -16px;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  left: auto;
  border-width: 16px 0px 16px 16px;
  border-color: transparent #546E7A;
}
.cwDiagramBreadcrumb .breadcrumbLeftArrow {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

  position: absolute;
  border: solid;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  top: 0px;
  /* controls vertical position */
  right: auto;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  left: -16px;
  border-width: 16px 0px 16px 16px;
  border-color: #546E7A transparent;
}
.cwDiagramBreadcrumb .cwBreadcrumbBox:last-child:not(:first-child) {
  margin-left: 16px;
}
.cwDiagramBreadcrumb .cwBreadcrumbBox:last-child:not(:first-child):before {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/
  position: absolute;
  border: solid;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  top: 0px;
  /* controls vertical position */
  right: auto;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  left: -16px;
  border-width: 16px 0px 16px 16px;
  border-color: #546e7a rgba(0, 0, 0, 0);
  content: "";
}
.cwDiagramBreadcrumb .cwBreadcrumbBox:not(:first-child):not(:last-child) {
  margin-left: 16px;
}
.cwDiagramBreadcrumb .cwBreadcrumbBox:not(:first-child):not(:last-child):after {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/
  position: absolute;
  border: solid;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  top: 0px;
  /* controls vertical position */
  right: -16px;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  left: auto;
  border-width: 16px 0px 16px 16px;
  border-color: rgba(0, 0, 0, 0) #546e7a;
  content: "";
}
.cwDiagramBreadcrumb .cwBreadcrumbBox:not(:first-child):not(:last-child):before {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/
  position: absolute;
  border: solid;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  top: 0px;
  /* controls vertical position */
  right: auto;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  left: -16px;
  border-width: 16px 0px 16px 16px;
  border-color: #546e7a rgba(0, 0, 0, 0);
  content: "";
}
.cwDiagramBreadcrumb .cwBreadcrumbBox:after {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/
  position: absolute;
  border: solid;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  top: 0px;
  /* controls vertical position */
  right: -16px;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  left: auto;
  border-width: 16px 0px 16px 16px;
  border-color: rgba(0, 0, 0, 0) #546e7a;
  content: "";
}
.cwDiagramExplosionMultipleChoice {
  padding: 5px;
}
.cwDiagramExplosionMultipleChoice ul {
  padding: 0;
  margin: 0;
}
.cwDiagramExplosionMultipleChoice li {
  padding: 10px;
  text-align: center;
  list-style: none;
}
.cwDiagramExplosionMultipleChoice li:hover {
  background-color: #62a3cb;
  cursor: pointer;
}
.cwDiagramExplosionMultipleChoice .cwMiniImageDiagramPreview {
  max-width: 200px;
  max-height: 200px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cwDiagramBreadcrumb {
  display: table;
}
#cw-diagram-viewer-overview {
  position: absolute;
  width: 208px;
  height: 121px;
  z-index: 1;
}
#cw-diagram-viewer-overview img {
  display: block;
  margin: auto;
  max-width: 203px;
  max-height: 116px;
}
#cw-diagram-viewer-overview canvas {
  width: auto;
  background-color: transparent;
  top: 0px;
  position: absolute;
}
.cw-overview-right {
  right: 0px;
}
#cw-diagram-viewer-overview-position-wrapper {
  position: absolute;
  top: 92px;
  width: 151.25px;
  height: 28px;
  z-index: 11;
}
#cw-diagram-viewer-overview-position-wrapper.cw-overview-position-wrapper-left {
  left: 246px;
}
#cw-diagram-viewer-overview-position-wrapper.cw-overview-position-wrapper-left.collapsed {
  left: 33px;
}
#cw-diagram-viewer-overview-position-wrapper.cw-overview-position-wrapper-right {
  right: 246px;
}
#cw-diagram-viewer-overview-position-wrapper.cw-overview-position-wrapper-right.collapsed {
  right: 33px;
}
#cw-diagram-viewer-overview-position-wrapper.none {
  display: none;
}
#cw-diagram-viewer-overview-position-wrapper #cw-diagram-viewer-overview-position {
  width: 100%;
}
#cw-diagram-viewer-overview-position-wrapper #cw-diagram-viewer-overview-position li a {
  margin: 5px 0;
  height: 18px;
  width: 19.4%;
  display: inline-block;
  text-align: center;
  padding: 0;
  line-height: 18px;
}
.cw-overview-position-wrapper-left {
  left: 213px;
}
.cw-overview-position-wrapper-right {
  right: 213px;
}
#cw-diagram-viewer-zoom-wrapper {
  position: absolute;
  top: 0;
  height: 121px;
  width: 45px;
  z-index: 10;
}
.cw-zoom-wrapper-left {
  left: 213px;
}
.cw-zoom-wrapper-left.collapsed {
  left: 0px;
}
.cw-zoom-wrapper-right {
  right: 213px;
}
.cw-zoom-wrapper-right.collapsed {
  right: 0px;
}
#cw-diagram-viewer-zoom-controls,
#cw-diagram-viewer-overview-position {
  width: 28px;
  float: left;
  height: 100%;
  z-index: 10;
  list-style: none;
  padding: 0;
}
.cw-diagram-viewer-zoom-controls,
.cw-diagram-viewer-overview-position {
  height: 100%;
}
#cw-diagram-zoomout,
#cw-diagram-zoomreset,
#cw-diagram-zoomin,
#cw-diagram-fullscreen,
#cw-diagram-topleft,
#cw-diagram-topright,
#cw-diagram-bottomleft,
#cw-diagram-bottomright,
#cw-diagram-more {
  height: 24%;
}
#cw-diagram-viewer-zoom-controls i,
#cw-diagram-viewer-overview-position i {
  font-size: 12px;
  color: #7f7f7f;
}
#cw-diagram-viewer-zoom-controls .action-btn:hover .fa,
#cw-diagram-viewer-overview-position .action-btn:hover .fa {
  color: #4c4c4c;
}
.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fa-rotate-135 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fa-rotate-225 {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.fa-rotate-315 {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
#cw-diagram-viewer-zoom-controls-hidearrow {
  position: absolute;
  top: 33%;
  height: 33%;
  z-index: 10;
  list-style: none;
  padding: 0;
  width: 18px;
  border-radius: 0px;
  visibility: hidden;
}
.cw-zoom-controls-hide-arrow-left {
  left: 33px;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.cw-zoom-controls-hide-arrow-right {
  right: 33px;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
#cw-dv-fullscreen {
  width: 100%;
  height: 100%;
  background-color: white;
}
.diagram-edit-diagrammer-popup-container {
  max-width: calc(100% - 180px);
  z-index: 99;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.diagram-edit-diagrammer-popup-content {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  top: 40%;
  border: 1px solid #888888;
  border-radius: 5px;
  width: 60%;
  background-color: #fefefe;
  padding: 8px;
  position: relative;
  height: 420px;
  transform: translateY(-50%);
  text-align: center;
}
.draft-list {
  padding: 4px;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
.draft-list .draft-item-table {
  width: 100%;
  min-height: 72px;
}
.edit-draft-btn-spn {
  float: right;
  padding: 10px 5px;
  width: 20%;
}
.draft-list-container {
  overflow: auto;
  overflow-x: hidden;
  height: 85%;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
}
.popup-header {
  margin-top: 10px;
}
.close-edit-diagram-pop {
  float: right;
  position: relative;
  z-index: 999;
  margin: 11px 12px 8px 8px;
  height: 8%;
  cursor: pointer;
}
.draft-list-title {
  margin: 11px 0px;
  height: 8%;
  text-align: center;
}
.tile-draft-delete-confirm {
  float: right;
  position: relative;
}
.tile-edit-delete {
  position: relative;
  right: 3px;
  float: right;
}
.draft-edit-button {
  margin-right: 5px;
}
.draft-delete-button {
  top: 0.1em;
  position: relative;
}
.edit-draft-btn {
  background-color: #009688;
  color: #FFFFFF;
  border: 1px solid #00635a;
  box-shadow: 1px 1px 1px #bdbdbd;
  border-radius: 2px;
}
.delete-diagram-yes {
  margin-right: 5px;
}
.create-new-draft-btn-container {
  display: flex;
  margin: 0 50px;
  height: 15%;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.create-new-draft-btn-container .draft-count {
  font-size: 15px;
}
.create-new-draft-btn {
  padding: 12px !important;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .diagram-edit-diagrammer-popup-container {
    margin-left: 100%;
    max-width: 100%;
  }
}
.av-draft-info {
  width: 100%;
  display: inline-block;
}
.av-draft-info .av-draft-name {
  font-weight: bold;
}
.av-draft-info .av-draft-detail {
  color: rgba(0, 0, 0, 0.54);
}
.av-draft-info .av-draft-detail-createdby {
  padding-top: 2px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwDiagram\cwDiagramViewer\CwDiagramViewerDiagramPopout.less */

.cw-diagram-popout-container {
  padding: 10px;
}
.cw-diagram-popout-container .cwPropertiesTableContainer {
  margin-right: 0;
}
.cw-diagram-popout-container .CwPropertiesLayoutGauge {
  width: 100%;
}
.cw-diagram-popout-container div.CwPropertiesLayoutEmbedURL {
  height: 352px;
}
.cw-diagram-popout-container div.CwPropertiesLayoutEmbedURL iframe {
  height: 300px;
}
.cw-diagram-popout-container li.cw-visual-identity {
  width: 146px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwDiagram\GoJs\CwGoJsDiagram.less */
#go-overview {
  margin: 10px 0 0 10px;
  height: 15%;
  width: 15%;
  z-index: 10;
}
#go-zoom-controls {
  width: 28px;
  float: left;
  height: 100%;
  z-index: 10;
  list-style: none;
  padding: 0;
}
#go-zoom-controls .go-zoom-button {
  height: 25%;
  cursor: pointer;
}
#go-zoom-controls .go-zoom-button i {
  font-size: 12px;
}
#go-zoom-controls-hidearrow {
  position: absolute;
  top: 33%;
  left: calc(15% + (28px));
  height: 33%;
  z-index: 10;
  list-style: none;
  padding: 0;
  width: 18px;
  border-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  visibility: hidden;
}
.hidearrow-btn {
  display: flex;
  margin: 0 5px;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #7f7f7f;
  cursor: pointer;
  text-decoration: none;
}
.hidearrow-btn .fa {
  font-size: 10px;
}
.hidearrow-btn:hover {
  text-decoration: none;
}
.hidearrow-btn:hover .fa {
  color: #0c0c0c;
}
#go-zoom-wrapper {
  position: relative;
  top: -15%;
  left: calc(15% + (10px));
  margin: 0 0 0 5px;
  height: 15%;
  width: 45px;
  z-index: 10;
}
.go-zoom-wrapper-left {
  left: 0 !important;
}
.go-zoom-wrapper-right {
  right: 0 !important;
}
#go-top-controls-container {
  position: absolute;
  right: 0;
  z-index: 10;
  margin: 10px;
}
.connection-status-container {
  position: absolute;
  bottom: 0;
  z-index: 10;
  margin: 10px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwDoc\cwDoc.less */

a.cw-doc-action:hover {
  cursor: pointer;
}
a.cw-doc-help:hover {
  cursor: help;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutDiagram\cwLayoutDiagram.less */
ul.cw-diagram-zone {
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.cw-diagram-zone li.cw-diagram-zone {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #546E7A;
  border-radius: 2px;
  text-align: center;
  margin: 0 0 10px 0;
  background-color: white;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-save-dialog,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-save-dialog,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 999;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit {
  list-style: none;
  padding: 0;
  background: #f1f1f1;
  position: absolute;
  width: 400px;
  left: calc((100% - 400px)/2);
  top: calc((100% - 120px)/2);
  box-shadow: 1px 1px 1px #BDBDBD;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section {
  line-height: inherit;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 15px 10px 0 10px;
  box-sizing: border-box;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section a#dialog-existing,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section a#dialog-existing,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section a#dialog-existing,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section a#dialog-existing {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutDiagramDraft\cwLayoutDiagramDraft.less */
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutDiagramPopout\cwLayoutDiagramPopout.less */
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutDiagramTile\CwLayoutDiagramTile.less */
.cw-diagram-tile {
  margin: 0;
  padding: 0;
}
.cw-diagram-tile li {
  float: left;
  width: 230px;
  overflow: hidden;
  height: 155px;
  /*height: 155px;*/
  position: relative;
  border-radius: 2px;
  display: inline-block;
  margin: 0 15px 15px 0;
  border: 1px solid #BDBEC2;
}
.cw-diagram-tile li.em-draft-group-header {
  display: block;
  width: 100%;
  border: none;
  height: auto;
  font-size: 15px;
  float: none;
  padding: 10px 0;
  margin: 0;
  color: #263238;
}
.cw-diagram-tile li .preview,
.cw-diagram-tile li .diagram,
.cw-diagram-tile li .name,
.cw-diagram-tile li .name div,
.cw-diagram-tile li .details,
.cw-diagram-tile li .options {
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.cw-diagram-tile li:hover:not(.selected).em-draft-group-header {
  cursor: default;
}
.cw-diagram-tile li:hover:not(.selected) .preview .options-container .options {
  z-index: 1;
  visibility: visible;
}
.cw-diagram-tile li:hover:not(.selected) .preview .diagram,
.cw-diagram-tile li:hover:not(.selected) .preview .name {
  height: 50%;
}
.cw-diagram-tile li:hover:not(.selected) .preview .diagram {
  opacity: 0.3;
}
.cw-diagram-tile li:hover:not(.selected) .preview .name div {
  /*height: 20px;*/
  background-color: #6a8491;
  vertical-align: middle;
  white-space: normal;
  padding: 5px 10px;
}
.cw-diagram-tile li:hover:not(.selected) .preview .content {
  height: 80px;
}
.cw-diagram-tile li .preview {
  float: left;
  width: 230px;
  height: 155px;
}
.cw-diagram-tile li .preview .options-container .options {
  width: 100%;
  display: block;
  padding-top: 15px;
  visibility: hidden;
  text-align: center;
  position: absolute;
}
.cw-diagram-tile li .preview .options-container .options .btn {
  margin-left: 10px;
  box-shadow: 2px 1px 1px #BDBDBD;
}
.cw-diagram-tile li .preview .options-container .options .btn:first-of-type {
  margin-left: 0;
}
.cw-diagram-tile li .preview .options-container .options .tile-draft-delete-confirm {
  display: none;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.cw-diagram-tile li .preview .options-container .options .tile-draft-delete-confirm span {
  width: 60%;
  display: inline-block;
  font-weight: bold;
}
.cw-diagram-tile li .preview .options-container .options.delete-confirm .btn {
  display: none;
}
.cw-diagram-tile li .preview .options-container .options.delete-confirm .tile-draft-delete-confirm {
  display: inline-block;
}
.cw-diagram-tile li .preview .options-container .options.delete-confirm .tile-draft-delete-confirm .btn {
  display: inline-block;
}
.cw-diagram-tile li .preview .diagram {
  height: 50%;
  width: 230px;
  overflow: hidden;
  background-color: #fff;
}
.cw-diagram-tile li .preview .diagram .loading {
  top: 30%;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #BDBEC2;
}
.cw-diagram-tile li .preview .diagram .loading i {
  font-size: 24px;
}
.cw-diagram-tile li .preview .name div {
  display: block;
  height: 20px;
  width: 230px;
  background-color: #78909C;
  text-align: left;
  color: whitesmoke;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 10px;
  font-weight: 500;
}
.cw-diagram-tile li .preview .name .content {
  height: 80px;
  font-size: 13px;
  padding-top: 30px;
  text-align: center;
}
.diagrammer-image {
  margin: auto;
  display: block;
  max-width: 230px;
  max-height: 91px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutEModelerDiagrams\CwLayoutEModelerDiagrams.less */
.cw-layout-emodeler-diagrams-content {
  height: 100%;
}
.cw-layout-emodeler-diagrams-content .cw-getting-started {
  top: -15px;
  right: 60px;
  width: 435px;
  height: 130px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url('/evolve/Common/images/deHelp/cw-de-get-started.png');
}
.cw-layout-emodeler-diagrams-content .cw-getting-started p {
  color: white;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 3px;
  line-height: 18px;
}
.cw-layout-emodeler-diagrams-content .cw-getting-started p.bold {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 15px;
}
.cw-layout-emodeler-diagrams-content .cw-getting-started .text {
  width: 385px;
  margin-left: 5px;
  margin-top: 60px;
}
.emodeler-loading {
  color: #BDBEC2;
  z-index: 600;
  position: fixed;
  top: calc((100% - 50px)/2);
  left: calc(((100% + 180px + 200px) - 35px)/2);
  margin-top: -22px;
  margin-left: -22px;
}
.emodeler-loading i {
  font-size: 30px;
  padding: 2px;
}
.main-menu-collapsed .emodeler-loading {
  left: calc(((100% + 40px + 200px) - 35px)/2);
}
.preview-container-wrapper {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.preview-container-wrapper .preview-container {
  position: absolute;
  background-color: #ffffff;
  overflow: hidden;
  max-width: 90vw;
  width: 90vw;
  max-height: 80vh;
  height: 80vh;
  border: 2px solid #00695C;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  transition: all 0.3s ease-out;
}
.preview-container-wrapper .preview-container .close-button {
  position: absolute;
  right: 0px;
  /*background-color: rgba($color: #000000, $alpha: 0.1);*/
  background-color: #000000;
  margin: 8px;
}
.preview-container-wrapper .preview-container .diagram-info {
  border-right: 2px solid darkgray;
  flex: 30%;
  max-width: 30%;
  padding: 16px 8px;
}
.preview-container-wrapper .preview-container .diagram-info .diagram-info-text {
  overflow: hidden;
  padding: 0 5px;
}
.preview-container-wrapper .preview-container .diagram-info .diagram-info-text .card-subtitle {
  display: flex;
  font-size: 12px;
}
.preview-container-wrapper .preview-container .diagram-info .diagram-info-text .card-subtitle span {
  flex: 1;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 4px;
}
.preview-container-wrapper .preview-container .diagram-info div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.preview-container-wrapper .preview-container .preview-image {
  flex: 70%;
  max-width: 70%;
  padding: 10px;
}
.preview-container-wrapper .preview-container .preview-image span {
  display: block;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 60%;
}
.preview-container-wrapper .preview-container .preview-image img {
  background-color: #f9f9f9;
  margin: auto;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#close-diagram-preview {
  margin: 8px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutEModelerPage\CwLayoutEModelerPage.less */

.cw-zone.hide-tab-content .tab-content {
  display: none;
}
.add-diagram .templates {
  display: none;
}
.add-diagram .templates li {
  line-height: 20px;
}
.add-diagram.show-templates .templates {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 10px;
  text-align: left;
  min-width: 65px;
  background-color: whitesmoke;
  border: 1px solid lightgrey;
}
.add-diagram.show-templates .templates li {
  padding: 5px;
}
.add-diagram.show-templates .templates li:hover {
  cursor: pointer;
  background-color: lightgrey;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutEmpty\cwLayoutEmpty.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutExternalPicture\cwLayoutExternalPicture.less */

ul.external-picture {
  margin: 0;
  padding: 0;
}
li.cw-external-picture {
  min-width: 150px;
  margin: 5px;
  list-style: none;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
  font-size: 10px;
  border: 1px solid #E8E8E8;
  padding: 5px;
  border-radius: 5px;
  min-height: 120px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutImage\cwLayoutImage.less */

div.layout-image {
  display: inline-block;
}
.layout-image-wrapper {
  padding: 0;
  margin: 0;
}
li.layout-image {
  list-style: none;
}
li.layout-image img {
  width: 100%;
  vertical-align: top;
}
ul.cw-image-zone {
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.cw-image-zone li.cw-image-zone {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  height: auto;
  margin-bottom: 5px;
  text-align: center;
  margin: 0 0 10px 0;
  background-color: white;
}
.cw-image-hidden {
  display: none;
}
.cw-image-title {
  display: inline-block;
  width: 100%;
  text-align: left;
  background-color: #78909C;
  min-height: 44px;
  padding: 0;
  margin: 0;
}
.cw-image-title ul.cw-image-title-ul {
  display: table;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 44px;
  width: 100%;
}
.cw-image-title ul.cw-image-title-ul > li {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.cw-image-title ul.cw-image-title-ul > li.cw-image-title-link {
  color: #FFFFFF;
  font-size: 13px;
  padding: 8px;
  word-break: break-word;
  -ms-word-break: break-all;
  text-decoration: none;
}
.cw-image-title ul.cw-image-title-ul > li.cw-image-title-options {
  width: 86px;
  text-align: right;
  padding-right: 3px;
}
.cw-image-title > * {
  margin: 5px;
}
.cw-image-title .fa-external-link,
.cw-image-title .fa-folder-open {
  top: 3px;
  left: 1px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutList\cwLayoutList.less */

li.cw-children {
  list-style: none;
}
ul.cw-list {
  margin-top: 0;
  line-height: 20px;
  list-style-type: circle;
}
ul.cw-list .newly-added {
  font-weight: bold;
}
h5.cw-list-title {
  font-weight: bold;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutListBox\cwLayoutListBox.less */

ul.property-details {
  margin: 0px;
  padding: 0px;
}
ul.property-details li.property-details {
  list-style: none;
}
ul.property-details .property-title {
  background: #78909C;
  color: #FFFFFF;
  font-size: 13px;
  padding: 8px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
ul.property-details .property-value {
  padding: 8px;
  border: 1px solid #78909C;
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
ul.property-details .cw-property-details-association {
  text-align: right;
  width: 100%;
}
ul.property-details .cw-edit-mode-association-search {
  width: 100%;
  margin: 3px 0 2px 0;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  height: 29px;
  box-sizing: border-box;
  font-size: 100%;
}
ul.property-details .cw-edit-mode-association-search::-ms-clear {
  display: none;
}
ul.property-details .gs-create-new-assocation {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #76cf76;
  cursor: pointer;
  display: none;
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

}
ul.property-details .gs-create-new-assocation i {
  font-size: 20px;
}
ul.property-details .cw-edit-mode-association-search-result {
  background: white;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  border: 1px solid #aaa;
  border-top: none;
  display: none;
  z-index: 1;
}
ul.property-details .cw-edit-mode-association-search-result .cw-edit-mode-association-search-results {
  list-style: none;
  background: white;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: none;
  overflow-y: scroll;
  max-height: 120px;
}
ul.property-details .cw-edit-mode-association-search-result .cw-edit-mode-association-search-results li {
  background: white;
  font-size: 100%;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: left;
  color: black;
}
ul.property-details .cw-edit-mode-association-search-result .cw-edit-mode-association-search-results li:hover {
  background: #78909c;
  color: white;
  cursor: pointer;
}
ul.property-details .cw-edit-mode-association-search-result .cw-edit-mode-association-search-results li.deactive-result {
  color: #aaa;
  cursor: no-drop;
}
ul.property-details .cw-edit-mode-association-search-result .cw-edit-mode-association-search-results li.deactive-result:hover {
  background: #aaa;
  color: white;
}
ul.property-details .cw-edit-mode-association-search-result .gs-search-associate-label {
  font-size: 100%;
  text-align: left;
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  box-sizing: border-box;
}
ul.property-details .cw-edit-mode-association-search-result .loading-label {
  color: grey;
  font-size: 20px;
  background: white;
  text-align: center;
}
ul.property-details .cw-edit-mode-association-search-result .no-results,
ul.property-details .cw-edit-mode-association-search-result .empty-search-no-objects {
  background: #f4f4f4;
  color: black;
}
ul.property-details .cw-edit-mode-association-search-result .search-ofline {
  background: #e43945;
  color: white;
}
ul.property-details .chosen-container-active .chosen-choices {
  box-shadow: none;
}
ul.property-details .chosen-container {
  margin-top: 5px;
}
ul.property-details .chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: #508caf;
  color: white;
}
ul.property-details .chosen-container li.active-result,
ul.property-details .chosen-container li.no-results {
  color: black;
}
ul.property-details .chosen-container .chosen-choices li.search-choice-focus {
  background: red;
}
div.cw-property-details-left {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding: 10px 0 9px 0;
}
div.cw-property-details-right {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: top;
  position: relative;
}
div.property-box {
  background-color: white;
  max-width: 1210px;
  width: 100%;
}
div.property-box-asso {
  margin-bottom: 10px;
  border-radius: 2px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutRadarChart\cwLayoutRadarChart.less */

.cw-radar-chart {
  background-color: white;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutServerJumpAndMerge\cwLayoutServerJumpAndMerge.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutSinglePage\cwLayoutSinglePage.less */

.cw-hide-edit-buttons {
  display: none !important;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutTableSimple\cwLayoutTableSimple.less */

div.simpletable-title {
  background: #546E7A;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  padding: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  text-align: left;
  vertical-align: middle;
  line-height: 25px;
}
table.cw-grid {
  border-spacing: 0;
  width: 100%;
  border: none;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-radius: 2px;
  margin: 0 auto 0 auto;
  background-color: white;
}
table.cw-grid td:last-child {
  border-right: 1px solid #eee;
}
table.cw-grid td {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px;
  vertical-align: middle;
}
table.cw-grid td a.cw-grid-action-button-edit {
  display: none;
}
table.cw-grid td ul.cw-list {
  margin: 0;
}
table.cw-grid td ul {
  text-align: left;
}
table.cw-grid td:first-child {
  text-align: center;
}
table.cw-grid th {
  font-weight: normal;
}
table.cw-grid tr:first-child,
table.cw-grid thead {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
table.cw-grid tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
table.cw-grid tr:last-child td:first-child {
  border-bottom-left-radius: 2px;
}
table.cw-grid tr:last-child td:last-child {
  border-bottom-right-radius: 2px;
}
table.cw-grid tr:not(:first-child):hover {
  background-color: #efefef;
}
table.cw-grid tr:not(:first-child):hover th {
  background-color: #efefef;
}
table.cw-grid th:first-child {
  border-top-left-radius: 2px;
  width: 60px;
  text-align: center;
}
table.cw-grid th:last-child {
  border-top-right-radius: 2px;
}
table.cw-grid .cw-grid-action-button:hover {
  cursor: pointer;
}
table.cw-grid .cw-grid-action-button {
  margin: 2px;
}
table.cw-grid th.cw-grid-association-header {
  min-width: 280px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutUserPicture\cwLayoutUserPicture.less */

li.ot-cw_user {
  list-style: none;
  display: inline-block;
  width: 80px;
  text-align: center;
  vertical-align: top;
}
ul.cw-list.ot-cw_user {
  padding: 0;
  margin: 0;
}
a.cw-user-picture-label {
  font-size: 10px;
  line-height: 10px;
}
div.owners {
  margin-bottom: 5px;
}
div.cwUserWithPicture {
  text-align: center;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutVisualIdentity\cwLayoutVisualIdentity.less */

ul.cw-visual-identity {
  margin: 0;
  padding: 0;
}
ul.cwLayoutVisualIdentity.cw-list {
  margin: 0;
  padding: 0;
}
li.cw-visual-identity {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  min-height: 90px;
  border: 1px solid #508caf;
  background-color: white;
  text-align: center;
  border-radius: 2px;
  position: relative;
  margin: 2px;
}
li.cw-visual-identity div.cw-visual-identity {
  position: relative;
  margin: 5px;
  min-height: 80px;
}
li.cw-visual-identity div.cw-visual-identity div.cw-visual-identity-title {
  text-align: center;
  position: relative;
  min-height: 60px;
  padding: 5px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  -ms-word-break: normal;
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
li.cw-visual-identity div.cw-visual-identity div.cw-visual-identity-bottom {
  vertical-align: bottom;
  text-align: right;
  position: relative;
  bottom: 0;
  min-height: 19px;
  padding: 0 2px;
}
li.cw-visual-identity div.cw-visual-identity div.cw-visual-identity-bottom img {
  width: 16px;
  height: 16px;
  border: none;
  display: inline-block;
  margin: 0 1px;
}
li.cw-visual-identity div.cw-visual-identity label.cw-visual-identity {
  color: #508caf;
}
img.cw-image-mapping {
  width: 16px;
  height: 16px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwLayouts\cwLayoutWDAppList\cwLayoutWDAppList.less */
li.ot-cw_view .badge {
  height: auto;
  line-height: inherit;
  font-size: inherit;
}
.cw-widget-header a {
  color: white;
}
a.cw-add-app-to-page,
a.cw-remove-app-to-page {
  float: right;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: white;
  cursor: pointer;
}
a.cw-add-app-to-page.disable,
a.cw-remove-app-to-page.disable {
  opacity: 0.5;
}
div.badge.cw-appstore-badge {
  background-color: #508caf;
}
div.badge.cw-appstore-badge .fa {
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutEmbedURL\CwPropertiesLayoutEmbedURL.less */

div.CwPropertiesLayoutEmbedURL {
  width: 100%;
  height: 400px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
}
div.CwPropertiesLayoutEmbedURL .cwPropertiesTableHeader a {
  color: #FFFFFF;
  word-break: break-all;
}
div.CwPropertiesLayoutEmbedURL.is-on-create-page {
  height: auto;
}
div.CwPropertiesLayoutEmbedURL.is-on-create-page p {
  text-align: center;
}
div.CwPropertiesLayoutEmbedURL iframe {
  height: 384px;
  width: 100%;
  border: 0;
}
div.tab-content.visible div.CwPropertiesLayoutEmbedURL iframe {
  width: 100%;
  height: 100%;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutFlatList\CwPropertiesLayoutFlatList.less */

div.CwPropertiesLayoutFlatList {
  background-color: transparent;
}
div.CwPropertiesLayoutFlatList ul.CwPropertiesLayoutFlatList {
  margin: 0;
  padding: 0;
}
div.CwPropertiesLayoutFlatList ul.CwPropertiesLayoutFlatList > li {
  list-style: none;
  margin: 5px 0;
  margin-bottom: 10px;
}
div.CwPropertiesLayoutFlatList ul.CwPropertiesLayoutFlatList > li .CwPropertiesLayoutFlatListText {
  font-size: 1.1em;
}
div.CwPropertiesLayoutFlatList ul.CwPropertiesLayoutFlatList > li .CwPropertiesLayoutFlatListTitle {
  font-weight: bold;
  margin: 5px 0;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutGauge\CwPropertiesLayoutGauge.less */

div.CwPropertiesLayoutGauge {
  width: 600px;
}
div.CwPropertiesLayoutGauge td {
  width: 100%;
  height: 240px;
  text-align: center;
}
div.CwPropertiesLayoutGauge .cw-kendo-dashboard {
  height: 240px;
  min-height: 240px;
  width: 100%;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutHelpText\CwPropertiesLayoutHelpText.less */
div.CwPropertiesLayoutHelpText {
  width: 100%;
  background: whitesmoke;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 15px;
  clear: both;
}
div.CwPropertiesLayoutHelpText i {
  font-size: 36px;
  vertical-align: middle;
  width: 35px;
  color: #78909C;
}
div.CwPropertiesLayoutHelpText span {
  font-size: 15px;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 35px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutImage\CwPropertiesLayoutImage.less */

div.CwPropertiesLayoutImage td.cw-edit-property-value {
  width: 100%;
  text-align: center;
}
div.CwPropertiesLayoutImage td.cw-drop-zone-hover .cw-edit-attr,
div.CwPropertiesLayoutImage .error.dragdrop {
  text-align: center;
  width: 99%;
  border: 2px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div.CwPropertiesLayoutImage td.cw-drop-zone-hover .cw-edit-attr {
  color: #02bd02;
  background-color: #e8e4ff;
  border-color: #02bd02;
  height: 30px;
  font-weight: normal;
  padding-top: 15px;
}
div.CwPropertiesLayoutImage .error {
  color: #ED4747;
  border-color: #ED4747;
  padding: 5px 0;
}
div.CwPropertiesLayoutImage .cw-loading-image {
  margin: 0;
}
div.CwPropertiesLayoutImage img {
  max-width: 240px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutImageFromUrl\CwPropertiesLayoutImageFromUrl.less */

div.CwPropertiesLayoutImageFromUrl {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  height: auto;
  margin-bottom: 5px;
  text-align: center;
  margin: 0 0 10px 0;
  background-color: white;
  /*height: 600px;*/
}
div.CwPropertiesLayoutImageFromUrl .cwPropertiesTableHeader a {
  color: #FFFFFF;
}
div.CwPropertiesLayoutImageFromUrl .cwPropertiesTableHeader .btn-image-link {
  float: right;
  line-height: 22px;
}
div.CwPropertiesLayoutImageFromUrl .layout-from-image img {
  max-width: 100%;
  vertical-align: top;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutMultilineText\CwPropertiesLayoutMultilineText.less */

div.CwPropertiesLayoutMultilineText td.cw-edit-property-value {
  width: 100%;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutMultilineTextHTML\CwPropertiesLayoutMultilineTextHTML.less */
#flow_container {
  margin-left: 220px;
}
.htmlbox-container {
  /*border: @box-style;*/

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.htmlbox-container .htmlbox-header {
  text-align: left;
  cursor: pointer;
}
.htmlbox-container .htmlbox-header-icon {
  height: 14px;
  width: 14px;
  float: right;
  margin-top: 1px;
  margin-right: 3px;
  text-align: center;
}
.htmlbox-container .htmlbox-header-icon .htmlbox-header-icon-min {
  width: 14px;
  height: 4px;
  background-color: #FFFFFF;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.htmlbox-container .htmlbox-header-icon .htmlbox-header-icon-max {
  background: #FFFFFF;
  width: 4px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.htmlbox-container .htmlbox-header-icon .htmlbox-header-icon-max:before {
  background: #FFFFFF;
  content: "";
  width: 14px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: -5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.htmlbox-container .htmlbox-links {
  height: 20px;
}
.htmlbox-container .htmlbox-links a {
  float: right;
  padding-right: 15px;
}
.htmlbox-container .htmlbox-content {
  border: 1px solid #bfbfbf;
  /*.padding-sides(10px);
        .border-bottom-radius(@box-radius - 2);
        padding-bottom: 10px;*/
  padding: 8px;
}
.htmlbox-container .htmlbox-header-instruction {
  color: #0000A3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#B2E0FF), to(#0099FF));
  background: -moz-linear-gradient(top, #B2E0FF, #0099FF);
  background: -ms-linear-gradient(top, #B2E0FF, #0099FF);
  background: -o-linear-gradient(top, #B2E0FF, #0099FF);
}
.htmlbox-container .htmlbox-header-attention {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#F0B2B2), to(#CC0000));
  background: -moz-linear-gradient(top, #F0B2B2, #CC0000);
  background: -ms-linear-gradient(top, #F0B2B2, #CC0000);
  background: -o-linear-gradient(top, #F0B2B2, #CC0000);
}
.htmlbox-container .htmlbox-header-info {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#ADADAD), to(#333333));
  background: -moz-linear-gradient(top, #ADADAD, #333333);
  background: -ms-linear-gradient(top, #ADADAD, #333333);
  background: -o-linear-gradient(top, #ADADAD, #333333);
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutRadar\CwPropertiesLayoutRadar.less */
div.CwPropertiesLayoutRadar {
  width: 900px;
}
div.CwPropertiesLayoutRadar td {
  width: 100%;
  height: 480px;
  text-align: center;
}
div.CwPropertiesLayoutRadar .cw-kendo-dashboard {
  height: 480px;
  min-height: 480px;
  /*width: 400px*@cwRadarSize;*/

}
div.radar-chart {
  /*width: 1000px;*/
  width: 100%;
  /*min-width: 700px;*/
  height: 600px;
}
.cw-radar-chart p {
  text-align: center;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutTable\CwPropertiesLayoutTable.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwLayoutsProperties\CwPropertiesLayoutURL\CwPropertiesLayoutURL.less */

div.CwPropertiesLayoutURL td.cw-edit-property-value {
  width: 100%;
}
a.cw-image-title-link {
  color: white;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwMatrix\cwMatrix.less */

table.cw-matrix {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.cw-matrix th {
  text-align: center;
}
table.cw-matrix td {
  padding: 5px;
}
table.cw-matrix.cw-matrix-view3 td,
table.cw-matrix.cw-matrix-view3 th {
  border: 1px solid #78909C;
}
table.cw-matrix.cw-matrix-view2 td ul.cw-intersection-list {
  margin: 0px;
  padding: 0px;
}
table.cw-matrix.cw-matrix-view2 td ul.cw-intersection-list > li {
  list-style: none;
}
table.cw-matrix.cw-matrix-view1 td {
  border: none;
}
table.cw-matrix.cw-matrix-view1.cw-matrix-intersection {
  background-color: #62a3cb;
}
table.cw-matrix.cw-matrix-view1.cw-matrix-intersection span.cw-matrix-intersection-content {
  display: none;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwMultiModel\CwMultiModelInitializer.less */

body.cw-model-selection-page:not(.cw-login-page) .main-nav {
  width: 0;
}
body.cw-model-selection-page:not(.maximized) .wrap {
  padding-left: 0;
}
body.cw-model-selection-page ul.cwEvolveSite {
  margin: auto;
  max-width: 670px;
  float: left;
  position: relative;
  left: 50%;
  padding-left: 0;
}
body.cw-model-selection-page ul.cwEvolveSite li {
  background-color: white;
  width: 200px;
  height: 180px;
  display: inline-block;
  border: 1px solid #546E7A;
  margin: 0 10px 20px 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  float: left;
  position: relative;
  left: -50%;
}
body.cw-model-selection-page ul.cwEvolveSite li a {
  color: #215491;
  width: 200px;
  height: 180px;
  display: block;
  text-decoration: none;
}
body.cw-model-selection-page ul.cwEvolveSite li a .site-selection {
  width: 200px;
  height: 180px;
  position: relative;
}
body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-row {
  display: table-row;
}
body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-text {
  font-size: 13px;
  display: block;
  vertical-align: middle;
  text-align: center;
  height: 50px;
  width: 200px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #508caf;
  color: whitesmoke;
  -o-transition: height 200ms ease-out;
  -moz-transition: height 200ms ease-out;
  -webkit-transition: height 200ms ease-out;
  transition: height 200ms ease-out;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 5px 0 5px;
}
body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-image {
  height: 130px;
  width: 200px;
  border: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  opacity: 0.9;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .go-site {
  visibility: hidden;
  color: #263238;
  font-size: 14px;
  position: absolute;
  top: 29%;
  left: 50%;
  margin-top: -9px;
  margin-left: -30px;
  -o-transition: visibility 200ms ease-out;
  -moz-transition: visibility 200ms ease-out;
  -webkit-transition: visibility 200ms ease-out;
  transition: visibility 200ms ease-out;
}
body.cw-model-selection-page ul.cwEvolveSite li a:hover .site-selection .site-selection-text {
  background: #487e9e;
  height: 75px;
  width: 200px;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: table-cell;
  white-space: normal;
  padding: 0 5px;
}
body.cw-model-selection-page ul.cwEvolveSite li a:hover .site-selection .site-selection-image {
  opacity: 0.3;
  height: 105px;
  width: 200px;
  -o-transition: height 200ms ease-out;
  -moz-transition: height 200ms ease-out;
  -webkit-transition: height 200ms ease-out;
  transition: height 200ms ease-out;
}
body.cw-model-selection-page ul.cwEvolveSite li a:hover .site-selection .go-site {
  visibility: visible;
}
div.cwEvolveSiteNoSiteLoaded {
  text-align: center;
  font-size: 2em;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  body.cw-model-selection-page:not(.cw-login-page) .main-nav {
    width: 100%;
  }
  body.cw-model-selection-page ul.cwEvolveSite {
    max-width: 100%;
  }
  body.cw-model-selection-page ul.cwEvolveSite li {
    width: 170px;
    height: 150px;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a {
    width: 170px;
    height: 150px;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection {
    width: 170px;
    height: 150px;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-row {
    display: table-row;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-text {
    width: 170px;
    height: 45px;
    display: table-cell;
    white-space: normal;
    padding: 0 5px;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-image {
    width: 170px;
    height: 105px;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a:hover .site-selection .site-selection-text {
    background: #508caf;
    height: 45px;
    width: 170px;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a:hover .site-selection .site-selection-image {
    opacity: 0.9;
    height: 105px;
    width: 170px;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a:hover .site-selection .go-site {
    display: none;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  body.cw-model-selection-page:not(.cw-login-page) .main-nav {
    width: 100%;
  }
  body.cw-model-selection-page ul.cwEvolveSite {
    margin-top: 20px;
  }
  body.cw-model-selection-page ul.cwEvolveSite li {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a {
    width: 100%;
    height: auto;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection {
    width: 100%;
    height: auto;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-row {
    display: table;
    float: left;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-row:first-child {
    width: 33%;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-row:nth-child(2) {
    width: 67%;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-text {
    height: 50px;
    width: 100%;
    padding: 0 5px;
    white-space: normal;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .site-selection-image {
    opacity: 0.9;
    height: 50px;
    width: 100%;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a .site-selection .go-site {
    display: none;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a:hover .site-selection .site-selection-text {
    background: #508caf;
    height: 50px;
    width: 100%;
    padding: 0 5px;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a:hover .site-selection .site-selection-image {
    opacity: 0.9;
    height: 50px;
    width: 100%;
  }
  body.cw-model-selection-page ul.cwEvolveSite li a:hover .site-selection .go-site {
    display: none;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwQuestionnaire\cwQuestionnaire.less */
body.dragging,
body.dragging * {
  cursor: move !important;
}
.cw-questionnaire-sortable-ul .cwPropertiesTableHeader {
  cursor: pointer;
}
.cw-layout-question-li.dragged,
.cw-questionnaire-sortable-ul > li.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
li.placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: #508caf;
  border-right: none;
}
.form-questionaire-builder h3 {
  font-size: 13px;
  margin: 0 0 5px 0;
}
.form-questionaire-builder input {
  float: none !important;
}
div.cw-tab-include {
  border: none;
  margin-left: 20px;
  background: none;
}
div.children-cw_question {
  margin-top: 5px;
}
.cw-layout-question-wrapper {
  min-height: 50px;
  margin-top: 10px;
}
.cw-layout-question-wrapper table.cwPropertiesTable {
  border: 1px solid lightgray;
}
.cw-layout-question-wrapper table.cwPropertiesTable td,
.cw-layout-question-wrapper table.cwPropertiesTable th {
  padding: 0;
}
.cw-layout-question-wrapper .cwPropertiesTableContainer {
  max-width: none;
}
.cw-layout-question-mainText,
span.cw-layout-question-mainText {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #78909C;
}
.cw-layout-question-mainText > div,
span.cw-layout-question-mainText > div {
  color: #FFFFFF;
  margin: 8px;
}
.cw-layout-question-btnShow {
  opacity: 100;
}
.cw-layout-question-label-wrapper {
  background-color: #B0BEC5;
}
.cw-layout-question-label {
  line-height: 22px;
  margin: 0 10px !important;
  vertical-align: top !important;
  font-size: 12px;
}
.cw-layout-question-ul {
  list-style-type: none !important;
  /*padding: 5px;
    width: 96%;*/
  width: 100%;
  padding: 0;
}
.cw-layout-question-li {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cw-layout-question-show {
  display: inline !important;
}
.cw-layout-question-hide {
  display: none !important;
}
.cw-layout-question-btnHide {
  /*display: none !important;
    font-size: 17px !important;*/
  visibility: hidden;
  opacity: 0;
  cursor: default;
}
.questionnaire-mainText {
  background-color: #B0BEC5;
  color: #508caf;
  font-size: 1.6em;
}
.questionnaire-previewText {
  color: #508caf !important;
  font-size: 14px;
}
li.cw_question_20163_results {
  list-style: none;
}
li.cw_question_20163_results div.cw_question_20163_results {
  margin: 5px auto;
}
#question_circle {
  background: #508caf;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  max-width: 50px;
  cursor: pointer;
}
#question_circle_number {
  font-size: 22px;
  color: white;
  text-align: center;
  margin-top: 4px;
}
.question_create {
  font-size: 20px;
  text-align: right;
  display: inline-block;
}
.questionnaire_oval {
  width: 125px;
  height: 27px;
  background: white;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 50px;
  border: 2px solid gray;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
}
.questionnaire_oval div {
  height: 27px;
  line-height: 27px;
}
.questionnaire_create_image {
  display: inline;
  margin-left: 3px;
}
#questionbar-create li {
  margin: 2px;
}
#questionbar-create li:first-child {
  margin-left: 0;
}
.questionnaire_create_single {
  margin-right: 30px;
}
.questionnaire_create_text {
  margin-right: 40px;
}
.questionnaire_oval_wrapper {
  display: inline;
}
.cw-layout-question-delete-text {
  display: inline;
  margin-right: 5px;
}
.cw-layout-question-ul input[type="radio"],
.cw-layout-question-ul input[type=checkbox] {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.cw-layout-question-ul input[type="radio"] + label,
.cw-layout-question-ul input[type=checkbox] + label {
  position: relative;
  line-height: 16px;
}
.cw-layout-question-ul input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
  background: white;
  border: 2px solid #508caf;
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  -moz-box-shadow: inset 0px 0px 0px 3px white;
  -o-box-shadow: inset 0px 0px 0px 3px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: inset 0px 0px 0px 2px white;
}
.cw-layout-question-ul input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
  background: white;
  border: 2px solid #508caf;
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  -moz-box-shadow: inset 0px 0px 0px 3px white;
  -o-box-shadow: inset 0px 0px 0px 3px white;
  box-shadow: inset 0px 0px 0px 2px white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cw-layout-question-ul input[type="radio"]:checked + label:before {
  background-color: gray;
  font-size: 12px;
  color: gray;
  text-align: center;
  line-height: 8px;
  font-weight: bold;
}
.cw-layout-question-ul input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 12px;
  color: gray;
  text-align: center;
  line-height: 8px;
  font-weight: bold;
}
.cw_questionnaire_description_wrapper {
  margin-bottom: 20px;
}
h4.cw_questionniare_title_text {
  color: #263238;
}
textarea.cw-layout-question-input-class {
  width: 97%;
  border: 0 !important;
  resize: none;
  margin: 10px 0 10px 10px;
}
.cw-questionnaire-semi-oval {
  background-color: #508caf;
  width: 400px;
  height: 30px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cw-layout-question-tik {
  content: "";
  position: relative;
  left: 0%;
  top: 20px;
  margin-left: 36px;
  border-style: solid;
  border-width: 23px 0 0 23px;
  border-color: transparent transparent transparent #508caf;
}
.cw-layout-question-tak {
  content: "";
  position: relative;
  left: 0%;
  top: 3px;
  margin-left: 38px;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent white;
}
.cw-layout-question-bar {
  border: 1px solid lightgray !important;
  width: 100%;
  height: 33px;
  border-radius: 5px;
  border: 0px;
  margin-top: 10px;
}
.cw-layout-question-bar-answerselector {
  background-color: #B0BEC5;
  display: inline-block;
  width: 100px;
  height: 35px;
  margin-left: -30px;
  cursor: pointer;
}
.cw-layout-question-create-arrow {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid white;
}
.cw-layout-question-bar-add {
  background-color: #B0BEC5;
  display: inline-block;
  cursor: pointer;
  border: 1px solid lightgray;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 4px 0 6px 0;
  width: 100%;
}
.cw-layout-question-bar-add span {
  margin-right: 10px;
}
.cw-layout-question-bar-add i.fa {
  position: relative;
  top: 2px;
}
.cw-layout-question-bar-add-text {
  color: white;
}
.cw-layout-question-bar-add-image {
  margin-left: 20px;
  width: 30px;
}
.cw-layout-question-bar-cancel {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.cw-layout-question-bar-save {
  margin-right: 10px;
  width: 80px;
}
.cw-layout-question-bar-delete {
  cursor: pointer;
}
.cw-layout-question-bar-delete-cancel {
  background-color: #B0BEC5;
  border-radius: 5px;
  padding: 2px 2px 0 4px;
}
.cw-layout-question-bar-cancel-image {
  width: 30px;
}
.cw-layout-question-answer-cancel-image {
  display: inline-block;
  cursor: pointer;
  padding: 2px 4px 0 0;
}
.cw-layout-question-answer-save-image {
  width: 20px;
  float: right;
  margin-right: 10px;
  height: 20px;
}
.cw-layout-question-answer-delete-image {
  display: inline-block;
  cursor: pointer;
  padding: 2px 4px 0 0;
}
.cw-layout-question-answer-hand-image {
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
  padding-left: 14px;
  color: #508caf;
}
.cw-answer-layout {
  border: 0px !important;
  width: 100%;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2) !important;
  margin-left: -8px;
  position: relative;
}
#cw-questionnaire-sortable {
  padding-left: 0px;
}
.cw-questionnaire-sortable-ul {
  list-style-type: none;
}
#main_progressbar {
  float: right;
  -webkit-appearance: none;
  border: none;
  width: 200px;
}
#main_progressbar::-moz-progress-bar {
  background: #508caf;
}
/* background */

#main_progressbar::-webkit-progress-bar {
  border: 1px solid #D4D4D5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
  background: -moz-linear-gradient(left, #f4f5f5, #dfdddd);
  background: -ms-linear-gradient(left, #f4f5f5, #dfdddd);
  background: -o-linear-gradient(left, #f4f5f5, #dfdddd);
  border-radius: 50px;
  padding: 1px;
  box-shadow: 0 1px 0px 0 #F0F0F0;
}
/* value part */

#main_progressbar::-webkit-progress-value {
  border-radius: 100px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(135deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(left, #508caf, #508caf);
  /* Looks great, now animating it */
  -moz-background-size: 15px 14px, 100% 100%, 100% 100%;
  -o-background-size: 15px 14px, 100% 100%, 100% 100%;
  -webkit-background-size: 15px 14px, 100% 100%, 100% 100%;
  background-size: 15px 14px, 100% 100%, 100% 100%;
}
#cw-layout-progressbar-completion {
  float: right;
  width: 200px;
  text-align: center;
  font-size: 12px !important;
}
.cw-layout-question-bar::-webkit-input-placeholder {
  color: white;
}
.cw-layout-question-bar:-moz-placeholder {
  color: white;
}
.cw-error {
  border: solid 1px red !important;
}
.cw-error-lable {
  color: red !important;
  position: relative;
  top: -7px;
  margin-left: 10px;
}
.cw-error-lable-question {
  color: red !important;
  position: relative;
  top: -7px;
}
.cw-layout-questionwrapper-li {
  display: inline-block;
}
.cw-layout-questionwrapper-ul {
  list-style-type: none;
  display: table;
  width: 100%;
}
.cw-layout-questionbar-li {
  margin-bottom: 20px;
  display: table-row;
}
.cw-layout-answer-li {
  display: table-cell;
  vertical-align: middle;
}
.cw-layout-questionbar-ul {
  list-style-type: none;
  display: table;
  width: 100%;
}
.cw-layout-questionbar-ul .questionnaire_create_question {
  border-radius: 10px;
  width: auto;
  height: auto;
  background: #B0BEC5;
  color: white;
  padding: 0 10px;
}
.cw-questionnaire-create-wrapper {
  width: 100%;
}
.cw-questionnaure-dropdownwrapper-ul {
  display: inline-block;
  list-style-type: none;
}
#question-bar-input {
  width: 100%;
}
#answer-placeholder {
  width: 70%;
}
#questionbar-create {
  padding-left: 0px;
}
.cw_questionniare_title_text {
  font-size: 1.2em;
}
.cw_questionnaire_cancelsave {
  display: inline-block;
  float: right;
}
.cw-layout-addanswer-bar {
  margin-bottom: 0px !important;
}
.cw-layout-answer-select {
  margin-top: 10px !important;
  min-width: 130px;
  max-width: 130px;
  border-radius: 5px;
  min-height: 25px;
  border: 1px solid lightgray;
  font-size: 1em;
  padding-left: 5px;
}
.cwIconQuestionnaireLeft {
  margin-left: 2px;
  margin-right: 2px;
}
.cwIconQuestionnaire {
  color: white;
}
.cwIconQuestionnaireRight {
  margin-right: 10px;
}
.cw-layout-answer-cancel-delete {
  background-color: #508caf;
  padding-left: 4px;
  border-radius: 4px;
  color: white;
  line-height: 20px;
  min-width: 14px;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-left: 2px;
}
.cw-layout-answer-cancel-delete.hiddenIcon {
  visibility: hidden;
}
#answer-textarea {
  max-height: 300px;
  margin-bottom: 10px;
  display: table-cell;
  padding-right: 17px;
}
#cw-question-wrapper-ul {
  padding: 0px;
  text-align: center;
}
#questionbar-create {
  width: 100% !important;
}
.cw-question-li-wrapper {
  display: table-cell;
  width: 100%;
  padding: 10px 12px 10px 10px;
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .cw-layout-question-bar {
    min-width: 0px !important;
  }
  .cw-layout-question-bar-add {
    min-width: 0px !important;
    width: 100%;
  }
  .questionnaire_oval {
    width: auto;
    margin-left: 2px;
  }
  #cw_questionnaire_description {
    padding-right: 5px;
  }
  .cw_questionnaire_name_text,
  .cw_questionnaire_description_textarea {
    max-width: none;
  }
  .cw-layout-answer-cancel-delete {
    padding-left: 2px;
  }
  .cw-layout-question-answer-cancel-image,
  .cw-layout-question-answer-delete-image {
    width: 17px;
  }
  .cw-layout-answer-li .cw-layout-question-label {
    margin: 0px !important;
  }
  #answer-cancel-delete {
    padding-right: 20px;
  }
  .cw-layout-question-answer-hand-image {
    width: 16px;
  }
}
.cw-answer-value {
  width: 30px !important;
  margin-left: 5px !important;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwReporting\cwCostBenefitChart.less */

.apm-app-cost-benefit {
  margin: auto;
  width: 100%;
  border-spacing: 0px;
  position: relative;
}
.apm-app-cost-benefit th,
.apm-app-cost-benefit td {
  padding: 0px;
}
.apm-app-cost-benefit-legend {
  padding-bottom: 50px;
}
.apm-app-cost-benefit-legend .apm-app-cost-benefit-legend-bar {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-wrap: none;
  position: relative;
}
.apm-app-cost-benefit-legend .apm-app-cost-benefit-legend-bar div.apm-app-cost-benefit-bar-legend-name {
  margin: 5px;
}
.apm-app-cost-benefit-legend .apm-app-cost-benefit-legend-bar div.apm-app-cost-benefit-bar-legend-name span {
  font-weight: bold;
  color: white;
}
.apm-app-benefit-marker {
  position: relative;
  top: 0px;
  height: 33px;
  width: 4px;
  background-color: #373737;
  z-index: 5;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*background: -webkit-gradient(linear, left center, right center, from(black), to(#4e4e4e));
    background: -moz-linear-gradient(left, black, #4e4e4e);
    background: -ms-linear-gradient(left, black, #4e4e4e);
    background: -o-linear-gradient(left, black, #4e4e4e);*/

}
.apm-app-benefit-marker:hover {
  opacity: 0.5;
}
.apm-app-cost-benefit-costTd {
  border-right: 1px solid black;
}
.apm-app-cost-benefit-benefitTd {
  border-left: 1px solid black;
}
.apm-app-bar {
  height: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  z-index: 10;
  overflow: hidden;
}
.apm-app-bar:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.apm-app-benefit-bar {
  float: left;
}
.apm-app-cost-bar {
  float: right;
}
.apm-app-rightbar {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.apm-app-leftbar {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwReporting\cwKendoUIBarChart.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwReporting\cwKendoUIGauge.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwReporting\cwKendoUIStackedBarChart.less */

/* C:/erwin/Evolve/Site/bin\webDesigner/libs/cwReporting\cwTimeline.less */

.cwTimelineLifeCycleLegend {
  margin: 0px auto;
  margin-bottom: 40px;
  padding: 0px;
  width: 100%;
  text-align: center;
  display: table;
}
.cwTimelineLifeCycleLegend li {
  padding: 5px;
  list-style: none;
  min-width: 100px;
  display: table-cell;
  text-align: center;
  color: white;
}
.cwTimelineLifeCycleLegend li.cwLegend {
  text-align: right;
  padding-right: 5px;
  color: #508caf;
}
.cw-datepicker-range {
  border: 1px solid #508caf;
  padding: 0 5px;
  line-height: 28px;
  display: inline-block;
}
.cw-datepicker-range i.fa {
  margin-right: 5px;
  vertical-align: middle;
}
.cw-datepicker-range:hover {
  cursor: pointer;
}
.daterangepicker .daterangepicker_end_input,
.daterangepicker .daterangepicker_start_input,
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding: 0;
}
.daterangepicker .ranges .range_inputs > div,
.daterangepicker .ranges .input-mini {
  width: 100%;
  padding: 0;
}
.daterangepicker .ranges .input-mini {
  text-align: center;
}
.daterangepicker .btn.btn-small {
  border-radius: 3px;
  height: 32px;
  line-height: 28px;
  width: auto;
}
.daterangepicker .btn.btn-small.btn-success {
  background-color: #47a447;
  border-color: #4cae4c;
  color: white;
}
.daterangepicker .btn.btn-small.btn-success:hover {
  background-color: #4cae4c;
}
.daterangepicker .btn.btn-small.btn-default {
  background-color: white;
}
.daterangepicker .btn.btn-small.btn-default:hover {
  background-color: #EEE;
}
table.cwTimelineTable {
  height: 50px;
  width: 100%;
}
table.cwTimelineTable tr th:first-child,
table.cwTimelineTable tr td:first-child {
  width: 20%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
table.cwTimelineTable tr td {
  height: 100%;
  vertical-align: top;
}
table.cwTimelineTable tr th:last-child {
  text-align: center;
  padding: 2px;
  width: 80%;
}
table.cwTimelineTable tr td:last-child {
  padding: 0;
}
table.cwTimelineTable tr td.apm-app-roadmap-legend-top {
  text-align: left;
}
.apm-app-roadmap-empty-timeline {
  display: inline-block;
}
.apm-app-roadmap-filled-timeline:hover {
  cursor: help;
  background-color: #333 !important;
}
.apm-app-roadmap-filled-timeline {
  display: inline-block;
  background-color: #ccc;
  height: 100%;
}
.apm-app-roadmap-legend-top span.end {
  float: right;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/CwStackPopout\CwStackPopout.less */
body.cw-sp-open .main-nav {
  margin-left: -180px;
}
body.cw-sp-open .content {
  margin-left: -180px;
  padding-right: 481px;
}
body.cw-sp-open .content.has-page-menu {
  margin-left: -400px;
  padding-right: 481px;
}
body.cw-sp-open-small .content {
  padding-right: 54px;
}
body.cw-sp-open-small .content.has-page-menu {
  padding-right: 54px;
}
#cw-sp-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: none;
  -o-transition: width 200ms ease-out;
  -moz-transition: width 200ms ease-out;
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
}
#cw-sp-container ul.cw-sp-split {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}
#cw-sp-container ul.cw-sp-split > li {
  display: table-cell;
  height: 100%;
}
#cw-sp-container ul.cw-sp-split .cw-sp-split-right {
  width: 44px;
}
#cw-sp-container ul.cw-sp-split .cw-sp-split-right > ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#cw-sp-container ul.cw-sp-split .cw-sp-split-right > ul > li {
  list-style: none;
  padding: 5px;
}
#cw-sp-container.animated {
  opacity: 1;
  width: 481px;
  visibility: visible;
}
#cw-sp-container.small {
  width: 54px;
}
#cw-sp-container.small .cw-sp-split-left {
  display: none;
}
#cw-sp-container.cw-sp-zone-big {
  width: 80%;
}
#cw-sp-container .cw-sp-split-left {
  vertical-align: top;
  background-color: white;
  border: 1px solid #508caf;
  border-right: none;
}
#cw-sp-container div.cw-sp-zone {
  opacity: 0;
  margin: 5px;
}
#cw-sp-container div.cw-sp-zone.animated {
  opacity: 1;
}
#cw-sp-container div.cw-sp-zone.small {
  display: none;
  width: 0;
}
#cw-sp-container .cw-sp-btn i {
  font-size: 36px;
}
#cw-sp-container .cw-sp-split-right .cw-sp-title-icons {
  text-align: center;
}
#cw-sp-container .cw-sp-split-right .cw-sp-title-icons:last-child {
  border-bottom: 1px solid #508caf;
}
#cw-sp-container .cw-sp-split-right .cw-sp-title-icons:not(.open) {
  background-color: white;
  border-left: 1px solid #508caf;
}
#cw-sp-container .cw-sp-split-right .cw-sp-title-icons:not(.open) .btn-close-panel {
  display: none;
}
#cw-sp-container .cw-sp-split-right .cw-sp-title-icons:not(.open) .btn-open-panel i {
  font-size: 36px;
}
#cw-sp-container .cw-sp-split-right .cw-sp-title-icons.open {
  border: 1px solid #508caf;
  border-left: none;
  background-color: white;
}
#cw-sp-container .cw-sp-split-right .cw-sp-title-icons.open .btn-open-panel {
  display: none;
}
#cw-sp-container ul.cw-sp-title {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
}
#cw-sp-container ul.cw-sp-title > li {
  display: table-cell;
  vertical-align: middle;
}
#cw-sp-container ul.cw-sp-title > li.cw-sp-title-text {
  font-weight: bold;
  font-size: 1.2em;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\CoffeeMaker.less */

.CoffeeMaker {
  width: 100%;
}
.CoffeeMaker .fullWidth {
  width: 100% !important;
}
.CoffeeMaker .CoffeeMakerTab {
  margin: 5px;
  transition: box-shadow 0.3s;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 1rem;
  box-shadow: inset 0 -2px #000000;
  cursor: pointer;
}
.CoffeeMaker .CoffeeMakerTab.selected {
  box-shadow: inset 0 -2px #508caf;
}
.CoffeeMaker .CoffeeMakerTabs {
  display: flex;
  flex-wrap: wrap;
}
.CoffeeMaker .CoffeeMakerTabs .CoffeeMakerTab:hover {
  box-shadow: inset 0 -2px #508caf;
}
.CoffeeMaker .tabs {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 10px;
}
.CoffeeMaker .tabs .tab-link {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.CoffeeMaker .tabs .tab-link:hover {
  background-color: #d8d8d8;
}
.CoffeeMaker .tabs .tab-link.active {
  background-color: #ccc;
}
.CoffeeMaker .tabs .add-tab-link {
  float: right;
  padding: 6px;
}
.CoffeeMaker .tabContent {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.CoffeeMaker .tabContent .remove-operation {
  float: right;
}
.CoffeeMaker div.cwPropertiesTableHeader {
  font-size: 24px;
}
.CoffeeMaker div.expand-row {
  width: 100%;
  margin-bottom: 10px;
}
.CoffeeMaker div.row {
  display: block;
}
.CoffeeMaker div.rowFlex {
  display: flex;
}
.CoffeeMaker div.rowFlex div.row-cell {
  align-self: center;
}
.CoffeeMaker div.row,
.CoffeeMaker div.rowFlex {
  margin: 5px 0px;
}
.CoffeeMaker div.row div.row-cell,
.CoffeeMaker div.rowFlex div.row-cell {
  display: inline-block;
}
.CoffeeMaker div.row div.row-cell-label,
.CoffeeMaker div.rowFlex div.row-cell-label {
  max-width: 17rem;
  vertical-align: top;
  font-size: large;
  font-weight: 700;
  color: #508caf;
}
.CoffeeMaker div.row div.row-cell-value-textarea,
.CoffeeMaker div.rowFlex div.row-cell-value-textarea {
  width: 80%;
}
.CoffeeMaker div.row .tableTextInput input,
.CoffeeMaker div.rowFlex .tableTextInput input {
  width: 100%;
}
.CoffeeMaker div.row .tableTextInput input,
.CoffeeMaker div.rowFlex .tableTextInput input {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  height: 34px;
  border-style: outset;
}
.CoffeeMaker div.row .noWhiteSpace,
.CoffeeMaker div.rowFlex .noWhiteSpace {
  white-space: inherit;
}
.CoffeeMaker div.row div.row-cell-value select,
.CoffeeMaker div.rowFlex div.row-cell-value select {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  height: 30px;
  background-color: white;
}
.CoffeeMaker div.row div.row-cell-value input,
.CoffeeMaker div.rowFlex div.row-cell-value input {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  height: 30px;
  background-color: white;
}
.CoffeeMaker div.row div.row-cell-value textarea,
.CoffeeMaker div.rowFlex div.row-cell-value textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  min-height: 30px;
  resize: vertical;
  background-color: white;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width {
  width: 85%;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .fullWidthFilterTable,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width .fullWidthFilterTable {
  width: 100%;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .fullWidthFilterTable input,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width .fullWidthFilterTable input {
  width: 95%;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .fullWidthFilterTable input.smallCell,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width .fullWidthFilterTable input.smallCell {
  width: 70px;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width div.cell-content-wrapper,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width div.cell-content-wrapper {
  width: 100%;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width div.properties-wrapper,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width div.properties-wrapper {
  overflow: auto;
  max-height: 350px;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width div.properties-wrapper input,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width div.properties-wrapper input {
  vertical-align: middle;
  margin-right: 5px;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .filter-wrapper .filter-content,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width .filter-wrapper .filter-content {
  width: 180px;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .filter-wrapper .filter-value,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width .filter-wrapper .filter-value {
  width: 180px;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .filter-wrapper .filter-operator,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width .filter-wrapper .filter-operator {
  width: 100px;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .filter-wrapper .filter-cell,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width .filter-wrapper .filter-cell {
  margin: 5px;
  text-align: center;
  vertical-align: middle;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .filter-wrapper .filter-cell input[type="checkbox"],
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width .filter-wrapper .filter-cell input[type="checkbox"] {
  margin: 0px;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .header-cell,
.CoffeeMaker div.rowFlex div.row-cell-value.row-cell-max-width .header-cell {
  text-align: center;
  font-weight: bold;
}
.CoffeeMaker div.row .add-filter-button a.btn-add-filter,
.CoffeeMaker div.rowFlex .add-filter-button a.btn-add-filter {
  height: auto;
  width: auto;
  margin: 5px;
  color: white;
}
.CoffeeMaker div.rowFlex div.row-cell {
  width: 100%;
}
.CoffeeMaker .largeCell {
  width: 500px;
}
.CoffeeMaker .largeMediumCell {
  width: 250px;
}
.CoffeeMaker .mediumCell {
  width: 150px;
}
.CoffeeMaker .smallCell {
  white-space: inherit;
  width: 70px;
}
.CoffeeMaker .verySmallCell {
  white-space: inherit;
  width: 15px;
}
.CoffeeMaker div.cwPropertiesTableContainer.nolimit {
  width: auto;
  max-width: fit-content;
  border-collapse: collapse;
}
.CoffeeMaker div.cwPropertiesTableContainer.nolimit a {
  height: auto;
  width: auto;
  margin: 5px;
}
.CoffeeMaker div.cwPropertiesTableContainer.nolimit td select {
  height: 30px;
}
.CoffeeMaker div.propertieslist {
  display: flex;
  flex-wrap: wrap;
}
.CoffeeMaker .choiceBox a {
  height: auto;
  width: auto;
  margin: 5px;
  background-color: #62a3cb;
  color: #ffffff;
  border-color: #215491;
}
.CoffeeMaker .choiceBox a:hover {
  background-color: #508caf;
  color: #ffffff;
  border-color: #215491;
}
.CoffeeMaker .choiceBox a.selected {
  background-color: #508caf;
  color: #ffffff;
  border-color: #215491;
}
.CoffeeMaker div.add-first-operation-button a.btn-add-first-operation {
  height: auto;
  width: auto;
  margin: 5px;
  color: white;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.CoffeeMaker .tableCheckbox {
  width: 60px;
  text-align: center;
}
.CoffeeMaker .tableName {
  width: 150px;
  text-align: center;
}
.CoffeeMaker .cwPropertiesTable .cw-edit-property-value {
  white-space: initial;
}
.CoffeeMaker .drillDownObjectTitle {
  font-size: 25px;
  color: #508caf;
}
.CoffeeMaker div.row div.row-cell-value.row-cell-max-width .filter-wrapper .drillDownSubtitle th {
  text-align: start;
}
.CoffeeMaker .workFlowNetwork {
  height: 500px;
}
.CoffeeMaker table.coffeeMakerTable {
  width: 100%;
  background-color: white;
  box-shadow: 0 8px 32px rgba(47, 60, 74, 0.01), 0 8px 16px rgba(47, 60, 74, 0.02);
  border: 1px solid #e4e4e7;
  border-radius: 0.25rem;
  box-sizing: border-box;
  margin-top: 0.5rem;
  border-collapse: collapse;
}
.CoffeeMaker table.coffeeMakerTable tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.CoffeeMaker table.coffeeMakerTable tr:first-child,
.CoffeeMaker table.coffeeMakerTable thead {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.CoffeeMaker table.coffeeMakerTable tr {
  border-bottom: 1px solid #78909C;
}
.CoffeeMaker table.coffeeMakerTable tr th {
  text-align: center;
  border: none;
  color: #508caf;
  background: white;
  padding: 5px;
}
.CoffeeMaker table.coffeeMakerTable tr td {
  padding: 5px;
  border-right: 1px solid #78909C;
}
.CoffeeMaker table.coffeeMakerTable tr .remove-border {
  border-right: none;
}
.CoffeeMaker table.coffeeMakerTable .hide-row {
  display: none;
}
.CoffeeMaker table.coffeeMakerTable #property-header {
  text-align: left;
}
.CoffeeMaker table.coffeeMakerTable .cw-edit-property-value {
  white-space: initial;
  text-align: center;
}
.CoffeeMaker .cw-accordion-header .rightExpandButton {
  float: right;
  display: flex;
  right: 0px;
  align-items: center;
  padding: 5px;
  padding-top: 0px;
}
.jvectorBackgroundRegionDefault {
  color: #B0BEC5;
}
.jvectorBackgroundRegionDefaultStroke {
  color: #62a3cb;
}
.jvectorBackgroundRegion {
  color: #508caf;
}
.jvectorBackgroundMarker {
  color: #508caf;
}
.toggleBtn {
  margin: 0;
}
body.md-default-theme,
body,
html.md-default-theme,
html {
  background-color: #ffffff;
}
.enhancedPlugin-comp-header-info {
  font-size: 26px !important;
  padding: 2px 8px;
}
.enhancedPlugin-comp-body {
  padding-left: 16px;
}
.enhancedPlugin-comp-header h2 {
  margin-bottom: 20px !important;
  font-weight: 600 !important;
  color: #508caf !important;
}
.coffeeMakerGrid {
  display: grid;
  padding: 0 !important;
}
.coffeeMakerGrid .grid-header {
  background: white;
  white-space: initial;
}
.coffeeMakerGrid .remove-border {
  border-right: none;
}
.coffeeMakerGrid input {
  width: 95%;
}
.header-row {
  display: grid;
  grid-template-columns: auto 1fr repeat(3, auto);
  font-weight: bold;
  color: #508caf;
  border-bottom: 1px solid #78909C;
}
.header-row > div {
  padding: 5px;
  border-right: 1px solid #78909C;
  /* Add border between columns */

}
.data-row {
  display: grid;
  grid-template-columns: auto 1fr repeat(3, auto);
  font-weight: bold;
  border-bottom: 1px solid #508caf;
  color: #508caf;
}
.data-row > div {
  padding: 5px;
  border-right: 1px solid #78909C;
  /* Add border between columns */

}
.region-row {
  display: grid;
  grid-template-columns: auto 1fr repeat(3, auto);
  border-bottom: 1px solid #78909C;
}
.region-row > div {
  padding: 5px;
  border-right: 1px solid #78909C;
}
.region-row .extra-cell {
  width: 60px;
}
.hide-row {
  display: none;
}
.filter-grid {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 1fr 1fr;
}
.drill-grid {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 1fr;
}
.filter-cells {
  border: 1px solid #78909C;
  text-align: center;
  padding: 10px;
  padding-top: 15px;
}
.filter-cells input[type="checkbox"] {
  margin: 0px;
}
.header-cells {
  text-align: center;
  font-weight: bold;
}
.top-margin {
  margin-top: 10px !important;
}
.btn-icon {
  width: auto !important;
  border-radius: 100px !important;
}
.inputFields select,
.inputFields input {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  height: 30px;
  background-color: white;
}
.inputFields textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  min-height: 30px;
  resize: vertical;
  background-color: white;
}
.flex-container {
  display: flex;
}
.flex-container .flex-column {
  flex-basis: 50%;
}
.seperate-labels {
  margin-left: 4rem;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\actionOnObjectPage\actionOnObjectPage.less */

div.CwPropertiesLayoutHelpText img {
  vertical-align: middle;
}
div.CwPropertiesLayoutHelpText div {
  display: contents;
}
.singlePageCarousel {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #ffffffe6;
}
.singlePageCarousel .homePage_carousel_inner {
  width: 800px;
  border-radius: 20px;
  border: 1px solid #508caf;
  box-shadow: 5px 5px 5px #508caf;
  background: white;
  overflow: hidden;
}
.singlePageCarousel .homePage_carousel_inner .slide {
  display: flex;
}
.singlePageCarousel .homePage_carousel_inner .slide .slidePicture {
  flex-grow: 1;
  height: 220px;
}
.singlePageCarousel .homePage_carousel_inner .slide .leftSlider {
  flex-grow: 1;
}
.singlePageCarousel .homePage_carousel_inner .slide .slideText {
  flex-grow: 1;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.singlePageCarousel .homePage_carousel_inner .slide .slideText .slideTitle {
  font-size: 20px;
  font-weight: bold;
}
.singlePageCarousel .homePage_carousel_inner .slide .slideText .slideDescription {
  margin-top: 10px;
}
.singlePageCarousel .homePage_carousel_inner .slide .rightSlider {
  flex-grow: 1;
}
.singlePageCarousel .homePage_carousel_inner .lowNavBar {
  display: flex;
  justify-content: flex-end;
}
.singlePageCarousel .homePage_carousel_inner .lowNavBar .emptyLow {
  flex-grow: 1;
}
.singlePageCarousel .homePage_carousel_inner .lowNavBar .slideslider {
  flex: 1;
  display: flex;
  justify-content: center;
}
.singlePageCarousel .homePage_carousel_inner .lowNavBar .slideslider .selected {
  color: #78909C;
}
.singlePageCarousel .homePage_carousel_inner .lowNavBar .slideslider i {
  margin: 1px;
}
.singlePageCarousel .homePage_carousel_inner .lowNavBar .slideButton {
  width: 100px;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.singlePageCarousel .homePage_carousel_inner .lowNavBar .slideButton a {
  margin: 2px;
  background-color: #508caf;
  color: #ffffff;
  border: 1px solid #508caf;
  padding: 8px;
  box-shadow: 1px 1px 1px #bdbdbd;
  border-radius: 5px;
}
.picture_input_container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4px;
}
.picture_input_container .image-loader {
  position: absolute;
  padding: 8px 0;
}
.picture_input_container label i {
  font-size: 20px;
}
.picture_input_container label {
  background-color: #508caf;
  color: white;
}
.picture_input_container .clear-picture {
  padding: 0 4px;
}
.wd-50 {
  width: 50%;
  padding: 0 8px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\cdsEnhanced\cdsEnhanced.less */

span.cdsEnhancedDiagramPopOutIcon:hover {
  cursor: pointer;
}
li.ot-cw_user {
  width: 100%;
  text-align: left;
}
div.page-title > div {
  vertical-align: top;
}
.contextClick {
  cursor: pointer;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\cdsEnhanced\cdsSimulator\cdsSimulator.less */

.customDisplayStringSimulator div.row-cell.row-cell-value input {
  width: 100%;
}
.customDisplayStringSimulator div.list {
  display: flex;
}
.customDisplayStringSimulator div.list ul {
  width: 40%;
}
.customDisplayStringSimulator div.list div.nodeConfig {
  width: 60%;
}
.customDisplayStringSimulator div.list div.nodeConfig table.cwPropertiesTable td,
.customDisplayStringSimulator div.list div.nodeConfig table.cwPropertiesTable th {
  white-space: initial;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\checkEditModel\checkEditModel.less */

div.propertyTableCED {
  max-width: 820px;
}
div.row-title-label {
  max-width: 130px !important;
}
.toggle-btn {
  margin: 0px;
}
.row-title-select {
  max-width: 400px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\cwBackup\cwBackup.less */

.cwLayoutBackup {
  width: 100%;
}
.cwLayoutBackup .tabs {
  border: 0px;
  background-color: transparent;
}
.cwLayoutBackup .tab-link {
  display: flex;
}
.cwLayoutBackup .tab-link .fa {
  margin-left: 20px;
  font-size: 40px;
}
.cwLayoutBackup .saveButton {
  position: absolute;
  right: 15%;
}
.cwLayoutBackup .red {
  color: red;
}
.cwLayoutBackup .green {
  color: green;
}
.cwLayoutBackup table.cw-grid {
  table-layout: fixed;
  min-width: 99%;
}
.cwLayoutBackup table.cw-grid thead.compareTable-header th,
.cwLayoutBackup table.cw-grid thead.compareTable-header span,
.cwLayoutBackup table.cw-grid thead.compareTable-header a {
  background-color: #ffffff;
  color: #78909C;
  font-size: 17px;
}
.cwLayoutBackup table.cw-grid thead.compareTable-header th {
  min-width: 300px;
}
.cwLayoutBackup table.cw-grid .textcentered {
  text-align: center;
}
.cwLayoutBackup table.cw-grid tbody tr th {
  background-color: #ffffff;
  color: #78909C;
  overflow: hidden;
  text-overflow: ellipsis;
  border: solid 1px;
  border-top: 0px;
}
.cwLayoutBackup table.cw-grid tbody tr th.propertyGroup {
  background-color: #78909C;
  color: #ffffff;
  border: solid 1px;
  border-color: #78909C;
  border-top: 0px;
}
.cwLayoutBackup table.cw-grid tbody tr th.assoPropertyGroup {
  width: 100%;
  background-color: #78909C;
  color: #ffffff;
  border: solid 1px;
  border-color: #78909C;
  border-top: 0px;
}
.cwLayoutBackup table.cw-grid tbody tr img {
  width: 100%;
}
.cwLayoutBackup table.cw-grid tbody tr img.compare {
  width: 100%;
  margin-left: 0%;
}
.cwLayoutBackup table.cw-grid tbody tr td.compare {
  overflow: hidden;
}
.cwLayoutBackup table.cw-grid th.different,
.cwLayoutBackup table.cw-grid td.different {
  background-color: #ecadad4a !important;
}
.cwLayoutBackup table.cw-grid td {
  overflow: hidden;
}
.cwLayoutBackup .associationIcon {
  color: #508caf;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\diagram\cwDiagramHighlight.less */

.cw-diagram-search-container {
  overflow: hidden;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneLeft {
  width: 60%;
}
.cwDiagramBreadcrumb ul.cwDiagramBreadcrumbZone li.cwDiagramBreadcrumbZoneRight {
  width: 40%;
}
.cw-diagram-options-li {
  display: inline-flex;
  width: 100%;
  border: 1px solid white;
  padding: 5px;
}
.cw-diagram-search-objectType {
  display: inline-flex;
  width: 100%;
  border: 1px solid white;
  padding: 5px;
}
.diagramSearchGPS {
  position: absolute;
  right: 2px;
}
.cw-diagram-options-li input,
.cw-diagram-options-li select,
.HTML5searchFiler {
  width: 55%;
}
.cw-diagram-options-li input[type="date"] {
  margin-left: 10px;
}
.searchFilerDateLegend {
  padding-left: 10px;
  margin-left: 45%;
}
.cw-diagram-options-li select,
.cw-diagram-options-li input[type="date"],
.HTML5searchFiler {
  display: block;
  padding: 5px;
  height: 100%;
  color: #263238;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
}
span.diagramSearchHeader {
  width: 45%;
  font-weight: bold;
  border: 1px solid white;
  padding: 5px;
  padding-left: 0px;
  border-top-width: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  -ms-word-break: normal;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\diagram\cwHtml5DiagramFilter.less */

.cw-diagram-filter-container table.cw-grid tr:not(:first-child):hover {
  background-color: inherit;
}
.cw-diagram-filter-container .cw-grid {
  transition: height 1s ease;
}
.cw-diagram-filter-container .minimised {
  height: 0px;
}
.cw-diagram-filter-container .minimised table {
  display: none;
}
.cw-diagram-filter-container .buttonTd {
  width: 30px;
  height: 30px;
  text-align: center;
}
.cw-diagram-filter-container .buttonTd i.active {
  color: #78909C;
}
.cw-diagram-filter-container .cwPropertiesTableHeader i.fa {
  float: right;
  font-size: 20px;
  color: #78909C;
}
.cw-diagram-filter-container .filterableRegion i {
  color: #78909C;
  float: right;
}
.cw-diagram-filter-container i.buttonTd {
  color: #78909C;
  float: right;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid:last-child {
  padding-bottom: 20px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid {
  padding-bottom: 0px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid th {
  background-color: #78909C;
  color: #fff;
  height: 30px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid tbody tr td:last-child {
  border-right: 1px solid #78909C;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid tbody tr td:first-child {
  border-left: 1px solid #78909C;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid tbody tr td {
  border-top: 1px solid #78909C;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid tbody tr:first-child td {
  border-top: 0px solid #78909C;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid tbody tr:last-child td {
  border-bottom: 1px solid #78909C;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid tbody tr.regionFilter td {
  border-top: 0px solid #78909C;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid tbody tr.regionFilter td table td {
  border: 0px solid #78909C;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .filter-wrapper {
  width: 100%;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .filter-wrapper select {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  height: 30px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .filter-wrapper input {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  height: 30px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .filter-wrapper textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  min-height: 30px;
  resize: vertical;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .filter-wrapper .filter-content {
  width: 180px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .filter-wrapper .filter-value {
  width: 180px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .filter-wrapper .filter-operator {
  width: 100px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .filter-wrapper .filter-cell {
  margin: 5px;
  text-align: center;
  vertical-align: middle;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .filter-wrapper .filter-cell input[type="checkbox"] {
  margin: 0px;
}
.cw-diagram-filter-container .filterDiagram table.cw-grid .header-cell {
  text-align: center;
  font-weight: bold;
}
.cw-diagram-filter-container .add-filter-button a.btn-add-filter {
  height: auto;
  width: auto;
  margin: 5px;
  color: white;
}
.btn.btn-diagram-filter.enable i.fa {
  color: #D500F9;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\diagram\cwHtml5DiagramLegend.less */

div.cw-diagram-popout-container div.CwPropertiesLayoutImage img {
  max-width: initial;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\duplicateButton\duplicate.less */

.duplicateNavigateButton {
  background-color: #009688;
  color: #ffffff;
  border: 1px solid #00635a;
  padding: 8px;
  box-shadow: 1px 1px 1px #bdbdbd;
  margin: 50px;
  border-radius: 5px;
  display: block;
}
.duplicatePopOut {
  display: block;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\homePage\homePage.less */

body:not(.cw_print) .page-content-wrap .page-top {
  width: unset;
}
.cw-home-navigation {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.homePageFav_newImage {
  position: absolute;
  display: none;
  max-width: 30px;
  bottom: 2px;
  left: 2px;
}
#cw-home-navigation-angular {
  width: 100%;
}
.homePage_main {
  display: flex;
  width: 100%;
  align-items: flex-start;
  /* Track */

  /* Handle */

  /* Handle on hover */

}
.homePage_main ::-webkit-scrollbar {
  width: 0.3rem;
  height: 10px;
}
.homePage_main ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.homePage_main ::-webkit-scrollbar-thumb {
  background: #78909C;
}
.homePage_main ::-webkit-scrollbar-thumb:hover {
  background: #5f7682;
}
.homePage_main .homePage_column {
  display: flex;
  flex-wrap: wrap;
}
.homePage_main .homePage_column .homePage_display {
  margin: 0.75rem;
  border: solid 1px #508caf;
  box-sizing: border-box;
  flex: 1 0 auto;
}
.homePage_main .homePage_column .homePage_display.displayTransparent {
  background-color: transparent;
  box-shadow: none;
}
.homePage_main .homePage_column .homePage_display.displayTransparent .homePage_display_content {
  background-color: transparent;
}
.homePage_main .homePage_column .homePage_display.noPadding {
  padding: 0rem;
}
.homePage_main .homePage_column .homePage_display.fixWidth {
  flex: 0 0 auto;
}
.homePage_main .homePage_column .homePage_display .cwPropertiesTableHeader span.homePage_display_title,
.homePage_main .homePage_column .homePage_display .fa.expendIcon {
  font-size: 24px;
}
.homePage_main .homePage_column .homePage_display .loadingDisplay {
  font-size: 24px;
  color: #D500F9;
  margin-left: 4px;
}
.homePage_main .homePage_column .homePage_display .extendableTitle {
  display: flex;
  align-items: center;
}
.homePage_main .homePage_column .homePage_display .extendableTitle .homePage_display_title {
  flex: 1;
}
.homePage_main .homePage_column .homePage_display .extendableTitle .display_sortProperty {
  width: 250px;
  display: flex;
  align-items: center;
}
.homePage_main .homePage_column .homePage_display .extendableTitle .display_sortProperty span {
  margin-right: 5px;
}
.homePage_main .homePage_column .homePage_display .extendableTitle .display_sortProperty select {
  padding: 5px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #e4e4e7;
  outline: none;
  margin-right: 50px;
}
.homePage_main .homePage_column .homePage_display .extendableTitle .rightExpandButton {
  width: 65px;
  color: #78909C;
  float: right;
  display: flex;
  right: 0px;
  align-items: center;
  padding: 5px;
}
.homePage_main .homePage_column .homePage_display .extendableTitle .rightExpandButton span {
  margin-right: 3px;
}
.homePage_main .homePage_column .homePage_display .homePage_display_content {
  transition: max-height 0.42s ease-out;
  overflow: hidden;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .slide {
  display: flex;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .slide .slidePicture {
  flex-grow: 1;
  height: 220px;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .slide .leftSlider {
  flex-grow: 1;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .slide .slideText {
  flex-grow: 1;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .slide .slideText .slideTitle {
  font-size: 20px;
  font-weight: bold;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .slide .slideText .slideDescription {
  margin-top: 10px;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .slide .rightSlider {
  flex-grow: 1;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .lowNavBar {
  display: flex;
  justify-content: flex-end;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .lowNavBar .emptyLow {
  flex-grow: 1;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .lowNavBar .slideslider {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .lowNavBar .slideslider .selected {
  color: #78909C;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .lowNavBar .slideslider i {
  margin: 1px;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .lowNavBar .slideButton {
  width: 100px;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.homePage_main .homePage_column .homePage_display .homePage_carousel .lowNavBar .slideButton a {
  margin: 2px;
  background-color: #508caf;
  color: #ffffff;
  border: 1px solid #508caf;
  padding: 8px;
  box-shadow: 1px 1px 1px #bdbdbd;
  border-radius: 5px;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView {
  overflow: auto;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView .wrap-kendo-mobile,
.homePage_main .homePage_column .homePage_display .homePage_evolveView .cwPropertiesTableContainer {
  margin: 0rem;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView > .cw-list {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView > .cw-list.empty {
  display: none;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView .cw-jvector-map {
  width: 100%;
  height: 100%;
  border: none;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView .tableForPopoutWrapper {
  overflow: unset;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView li.cw-accordion-container {
  margin: 5px;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView.simplified .cwDiagramCamera,
.homePage_main .homePage_column .homePage_display .homePage_evolveView.simplified .cwDiagramBreadcrumb {
  display: none;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView.simplified #cw-dv-fullscreen {
  display: flex;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView ul.cw-diagram-zone {
  width: 100%;
  height: 100%;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView ul.cw-diagram-zone li.cw-diagram-zone {
  margin: 0;
  border: 0px solid;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView ul.cw-diagram-zone .cwDiagramBreadcrumbZone {
  display: flex;
  justify-content: space-between;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView ul.cw-diagram-zone .cwDiagramBreadcrumbZone .cwDiagramBreadcrumbZoneLeft {
  width: unset;
}
.homePage_main .homePage_column .homePage_display .homePage_evolveView ul.cw-diagram-zone .cwDiagramBreadcrumbZone .cwDiagramBreadcrumbZoneRight {
  width: unset;
}
.homePage_main .homePage_column .homePage_display .homePage_links_in_bloc {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: inherit;
}
.homePage_main .homePage_column .homePage_display .homePage_links_in_bloc .linkBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin: auto;
}
.homePage_main .homePage_column .homePage_display .homePage_links_in_bloc .linkBox .link {
  padding: 0.2rem;
  font-size: 100%;
  width: 100%;
  margin-top: 5px;
  border-top: 2px solid #78909C;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.homePage_main .homePage_column .homePage_display .homePage_links_in_bloc .linkBox img {
  width: 100%;
  height: 100%;
}
.homePage_main .homePage_column .homePage_display .homePage_links_in_bloc .linkBox img.roundShape {
  border-radius: 50%;
}
.homePage_main .homePage_column .homePage_display .homePage_links_in_bloc .linkBox .backgroundBlur {
  position: absolute;
  overflow: hidden;
  z-index: -20;
  padding-top: 20px;
  width: inherit;
}
.homePage_main .homePage_column .homePage_display .homePage_links_in_bloc .linkBox .backgroundBlur img {
  width: inherit;
  height: 100%;
  filter: blur(20px) brightness(50%);
}
.homePage_main .homePage_column .homePage_display .homePage_links_in_bloc .linkBox:hover {
  background-color: rgba(22, 22, 22, 0.1);
}
.homePage_main .homePage_column .homePage_display .homePage_last_modified_object {
  margin: 5px;
  background: transparent;
  height: inherit;
  overflow: auto;
}
.homePage_main .homePage_column .homePage_display .homePage_last_modified_object table.cwPropertiesTable td {
  width: inherit;
}
.homePage_main .homePage_column .homePage_display .homePage_last_modified_object div.cwPropertiesTableHeader {
  display: flex;
  justify-content: space-between;
}
.homePage_main .homePage_column .homePage_display .homePage_last_modified_object .see_more_link {
  text-decoration: underline;
  line-height: 33px;
}
.homePage_main .homePage_column .homePage_display .homePage_last_modified_object .homePageDate {
  float: right;
}
.homePage_main .homePage_column .homePage_display .homePage_last_modified_object .filterDate {
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #bfbfbf;
  border-image: initial;
  padding: 5px;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.homePage_main .homePage_column .homePage_display .homePage_last_modified_object .smallCell {
  width: 60px;
}
.homePage_main .homePage_column .homePage_display .homePage_blocks {
  overflow: auto;
  height: inherit;
}
.homePage_main .homePage_column .homePage_display .homePage_description {
  width: 100%;
  height: 100%;
  overflow: auto;
  height: inherit;
}
body .main-nav .main-level a.cw-menu-link.activeLink {
  color: #ffffff;
  background-color: #78909C;
}
.separatorMenu {
  height: 30px;
}
.separatorMenu::after {
  content: "";
  width: 70%;
  height: 2px;
  background: #e4e4e7;
  display: block;
  position: relative;
  top: -20px;
  margin-left: 15%;
}
.emptyZone {
  display: flex;
}
.emptyZone img {
  width: 60%;
}
.emptyZone .emptyZoneText {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin: 10px;
  justify-content: center;
}
.emptyZone .emptyZoneText > div {
  display: flex;
  flex-direction: column;
}
.emptyZone .emptyZoneText > div .emptyZoneTitle {
  font-size: 1.5rem;
  color: #508caf;
  margin-bottom: 10px;
}
.emptyZone .emptyZoneText > div .emptyZoneDesciption {
  color: #508caf;
}
.emptyZone .emptyZoneText > div span {
  margin-top: 20px;
}
.emptyZone .emptyZoneText > div span .emptyLink {
  background-color: #508caf;
  color: #ffffff;
  border: 1px solid #508caf;
  padding: 8px;
  box-shadow: 1px 1px 1px #bdbdbd;
  border-radius: 5px;
}
.links-grid {
  display: grid;
  grid-template-columns: 1fr 3fr 3fr 3fr 1fr;
}
.left-margin {
  margin-left: 0.5rem;
}
.left-border {
  border-left: 1px solid #78909C;
}
.bottom-margin {
  margin-bottom: 1rem;
}
.shrink-label {
  width: 50% !important;
}
.shrink-input {
  width: 20% !important;
}
.filter-cell .picture-url {
  width: 50% !important;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\homePage\cwGrid\cwGrid.less */

.Grid {
  width: 100%;
}
.gridToolbar {
  position: absolute;
  top: -42px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\property\property.less */

.scaleImg {
  height: 1rem;
  margin-right: 0.3rem;
}
.spanLookup {
  display: flex;
  align-items: center;
}
.spanLookup i {
  margin-right: 0.3rem;
}
.cw-item .spanLookup {
  display: initial;
}
.k-grid-content .spanLookup {
  align-items: center;
}
.cwTrueFaIcon {
  color: green;
}
.cwFalseFaIcon {
  color: red;
}
.cw-accordion-header .cwTrueFaIcon {
  color: #33c033;
}
.cw-accordion-header .cwFalseFaIcon {
  color: #f34848;
}
.cw-accordion-header .rightExpandButton {
  float: right;
  display: flex;
  right: 0px;
  align-items: center;
  padding: 5px;
  padding-top: 0px;
}
#picture_input {
  border: 0;
}
.pictureUrl_clear {
  padding: 0 5px;
}
input[type="file"]::file-selector-button {
  border: 1px solid #ccc;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  width: 100%;
  min-height: 30px;
  transition: 1s;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\TableComplexeEnhanced\tableComplexeEnhanced.less */

.k-grid .k-grid-header .k-header .k-link {
  height: auto;
  margin-left: 6px;
}
.k-grid .k-grid-header .k-header {
  white-space: normal;
}
a.k-button.k-button-icontext.k-grid-popoutitem {
  width: 30px;
  min-width: 30px;
  color: #78909C;
}
.k-button.k-button-icontext i.fa,
.k-button.k-button-icontext .k-icon.k-i-plus {
  color: #78909C;
}
.k-grid-header th.k-header {
  vertical-align: top;
}
.k-grid.k-widget {
  overflow: hidden;
}
.cw-zone .cw_grid_wrap {
  margin-bottom: 0px !important;
}
div.k-header.k-grid-toolbar {
  display: inline-flex;
  width: 100%;
}
.k-grid .k-grid-toolbar .k-button {
  height: 24px;
}
.k-header > .k-grid-filter {
  float: initial;
}
.k-grid-header th.k-header > .k-link {
  display: initial;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/EnhancedPlugins\workflow\cwWorkflow.less */
.cwWorkflow {
  display: flex;
  flex-wrap: wrap;
}
.cwWorkflow .readonly {
  background-color: #dedede;
}
.cwWorkflow .diagram_draft_viewer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cwWorkflow .diagram_draft_viewer img {
  max-width: 100%;
}
.cwWorkflow .diagram_draft_viewer a {
  text-align: center;
  font-size: large;
  font-weight: 700;
  margin-bottom: 3rem;
}
.cwWorkflow .selectDropDownList {
  padding: 5px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  width: 800px;
  color: black;
}
.cwWorkflow .input.memoInput {
  align-items: flex-start;
}
.cwWorkflow .input {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.cwWorkflow .input .label {
  width: 400px;
  vertical-align: top;
  font-size: large;
  font-weight: 700;
  color: #508caf;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  text-align: justify;
}
.cwWorkflow .input .value {
  font-size: large;
  width: 800px;
}
.cwWorkflow .input textarea.value,
.cwWorkflow .input input.value {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cccccc;
  height: 30px;
}
.cwWorkflow .input textarea.value {
  height: 65px;
}
.cwWorkflow .documentAttach {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 0.6em;
}
.cwWorkflow .documentAttach .label {
  width: 400px;
  vertical-align: top;
  font-size: large;
  font-weight: 700;
  color: #508caf;
}
.cwWorkflow .documentAttach .fa.fa-plus {
  color: #508caf;
}
.cwWorkflow .documentAttach table {
  max-width: 500px;
}
.cwWorkflow .message {
  margin-top: 2px;
  margin-left: 30px;
}
.cwWorkflow .buttonLarge {
  max-width: 200px;
  margin: 2px;
  background-color: #508caf;
  color: #ffffff;
  border: 1px solid #508caf;
  padding: 8px;
  box-shadow: 1px 1px 1px #bdbdbd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}
.cwWorkflow .formValid {
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid #508caf;
  display: flex;
}
.cwWorkflow .formValid input:disabled {
  background-color: gray;
  border: 1px solid gray;
  cursor: not-allowed;
}
.cwWorkflow .searchContainer {
  display: flex;
  align-items: center;
}
.cwWorkflow .associationContainerResult {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cwWorkflow .associationContainerResult > div {
  width: 800px;
}
.cwWorkflow .associationContainerResult > div .fa {
  color: red;
  margin: 2px;
  cursor: pointer;
}
.cwWorkflow .searchList {
  width: 800px;
  height: 39px;
  display: flex;
  overflow-y: hidden;
  flex-direction: column;
}
.cwWorkflow .searchList .searchText {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cwWorkflow .searchList .searchText.readonly {
  background-color: #dedede;
}
.cwWorkflow .searchList .searchText.readonly input {
  background-color: #dedede;
}
.cwWorkflow .searchList .searchText input {
  margin: 3px 0 2px 0;
  padding: 5px;
  border-radius: 2px;
  outline: none;
  height: 29px;
  box-sizing: border-box;
  font-size: 100%;
  width: 780px;
  border: 0px;
  background-color: white;
}
.cwWorkflow .searchList .associationContainerResult {
  margin-top: 50px;
}
.cwWorkflow .searchList .workFlowListObjectTypeResult,
.cwWorkflow .searchList .workFlowListObjectTypeMessage {
  position: absolute;
  width: 800px;
  height: 39px;
  z-index: -1;
}
.cwWorkflow .searchList .workFlowListObjectTypeResult .workFlowListObjectTypeResultSubList,
.cwWorkflow .searchList .workFlowListObjectTypeMessage .workFlowListObjectTypeResultSubList {
  margin-top: 39px;
  background-color: white;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  height: 0px;
  z-index: 1;
}
.cwWorkflow .searchList .workFlowListObjectTypeResult .workFlowListObjectTypeResultSubList > div:hover,
.cwWorkflow .searchList .workFlowListObjectTypeMessage .workFlowListObjectTypeResultSubList > div:hover {
  background-color: #508caf;
  color: #ffffff;
}
.cwWorkflow .searchList .workFlowListObjectTypeResult .workFlowListObjectTypeResultSubList .selected,
.cwWorkflow .searchList .workFlowListObjectTypeMessage .workFlowListObjectTypeResultSubList .selected {
  background-color: #508caf;
  color: #ffffff;
}
.cwWorkflow .searchList.expend .searchText {
  z-index: 99999;
}
.cwWorkflow .searchList.expend .workFlowListObjectTypeMessage {
  position: absolute;
  z-index: 99990;
}
.cwWorkflow .searchList.expend .workFlowListObjectTypeMessage .workFlowListObjectTypeResultSubList {
  z-index: 99999;
  height: 59px;
}
.cwWorkflow .searchList.expend .workFlowListObjectTypeResult {
  position: absolute;
  z-index: 99990;
  max-height: 200px;
}
.cwWorkflow .searchList.expend .workFlowListObjectTypeResult .workFlowListObjectTypeResultSubList {
  z-index: 99999;
  height: 200px;
}
.cwWorkflow .progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.cwWorkflow .progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.cwWorkflow .progress-indicator {
  margin: 0 0 1em;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
}
.cwWorkflow .progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  display: flex;
  flex-direction: column;
}
.cwWorkflow i.fa.indicator {
  position: absolute;
  align-self: center;
  margin-top: -20px;
  font-size: 23px;
}
.cwWorkflow .progress-indicator > li:hover {
  color: #6f6f6f;
}
.cwWorkflow .progress-indicator > li.completed,
.cwWorkflow .progress-indicator > li.completed .bubble {
  color: #508caf;
}
.cwWorkflow .progress-indicator > li .bubble {
  border-radius: 1000px;
  width: 20px;
  height: 20px;
  background-color: #bbb;
  display: block;
  margin: 0 auto 0.5em;
  border-bottom: 1px solid #888;
}
.cwWorkflow .progress-indicator > li .bubble:after,
.cwWorkflow .progress-indicator > li .bubble:before {
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #bbb;
}
.cwWorkflow .progress-indicator > li.completed .bubble,
.cwWorkflow .progress-indicator > li.completed .bubble:after,
.cwWorkflow .progress-indicator > li.completed .bubble:before {
  background-color: #508caf;
  border-color: #508caf;
}
.cwWorkflow .progress-indicator > li .bubble:before {
  left: 0;
}
.cwWorkflow .progress-indicator > li .bubble:after {
  right: 0;
}
.cwWorkflow .progress-indicator > li:first-child .bubble:after,
.cwWorkflow .progress-indicator > li:first-child .bubble:before {
  width: 50%;
  margin-left: 50%;
}
.cwWorkflow .progress-indicator > li:last-child .bubble:after,
.cwWorkflow .progress-indicator > li:last-child .bubble:before {
  width: 50%;
  margin-right: 50%;
}
.cwWorkflow .progress-indicator > li.active,
.cwWorkflow .progress-indicator > li.active .bubble {
  color: #508caf;
}
.cwWorkflow .progress-indicator > li.active .bubble,
.cwWorkflow .progress-indicator > li.active .bubble:after,
.cwWorkflow .progress-indicator > li.active .bubble:before {
  background-color: #508caf;
  border-color: #508caf;
}
@media handheld, screen and (max-width: 400px) {
  .cwWorkflow .progress-indicator {
    font-size: 60%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cwWorkflow .searchList .workFlowListObjectTypeResult .workFlowListObjectTypeResultSubList,
  .cwWorkflow .searchList .workFlowListObjectTypeMessage .workFlowListObjectTypeResultSubList {
    margin-top: 0px !important;
  }
}
@supports (-ms-ime-align: auto) {
  
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\angular\angular-material.less */

@charset "UTF-8";
/*!
 * AngularJS Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.2.5-master-0b55529
 */

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;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%;
}
.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-ripple.md-ripple-scaled {
  transform: translate(-50%, -50%) scale(1);
}
.md-ripple.md-ripple-active,
.md-ripple.md-ripple-full,
.md-ripple.md-ripple-visible {
  opacity: 0.2;
}
.md-ripple.md-ripple-remove {
  -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: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes md-remove-ripple {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
.md-padding {
  padding: 8px;
}
.md-margin {
  margin: 8px;
}
.md-scroll-mask {
  position: absolute;
  background-color: 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;
}
@media (max-width: 599px) {
  .layout-row:not(.layout-xs-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-xs-row > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-xs-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-xs-row > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-xs-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-sm-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-xs-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-sm-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-sm-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-md-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-sm-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-md-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-md-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-lg-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-md-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-lg-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1920px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
  [dir=rtl] .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: default;
  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.01em;
  line-height: 112px;
}
.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px;
}
.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px;
}
.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}
.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
}
.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 24px;
}
/************
 * Body Copy
 ************/

.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 20px;
}
.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}
.md-button {
  letter-spacing: 0.01em;
}
/************
 * 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-inner-wrapper {
  position: fixed;
}
._md-panel-offscreen {
  left: -9999px;
}
._md-panel-hidden {
  display: none;
}
._md-panel-shown .md-panel {
  opacity: 1;
  transition: none;
}
.md-panel {
  opacity: 0;
  position: relative;
}
.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: fixed;
  width: 100%;
}
.md-panel._md-opaque-enter {
  opacity: 0.48;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.md-panel._md-opaque-leave {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
}
._md-panel-fullscreen {
  border-radius: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
}
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%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-autocomplete .md-show-clear-button button:focus {
  outline: none;
}
md-autocomplete .md-show-clear-button button:focus:after {
  transform: scale(1);
  opacity: 1;
}
md-autocomplete .md-show-clear-button button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
md-autocomplete .md-show-clear-button button md-icon path {
  stroke-width: 0;
}
md-autocomplete .md-show-clear-button button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
  transform: scale(1);
}
md-autocomplete .md-show-clear-button button.ng-leave {
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
  transform: scale(0);
}
@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }
  md-autocomplete .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: 0.48;
}
md-backdrop.md-opaque.ng-enter {
  opacity: 0;
}
md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
  opacity: 0.48;
}
md-backdrop.md-opaque.ng-leave {
  opacity: 0.48;
  transition: opacity 400ms;
}
md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
  opacity: 0;
}
md-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px 16px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
}
md-bottom-sheet.md-has-header {
  padding-top: 0;
}
md-bottom-sheet.ng-enter {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-bottom-sheet.ng-enter-active {
  opacity: 1;
  display: block;
  transform: translate3d(0, 80px, 0) !important;
}
md-bottom-sheet.ng-leave-active {
  transform: translate3d(0, 100%, 0) !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-bottom-sheet .md-subheader {
  background-color: 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.333333333%;
    max-width: 33.333333333%;
  }
  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.666666667%;
    max-width: 16.666666667%;
  }
}
@media (min-width: 1920px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 14.285714286%;
    max-width: 14.285714286%;
  }
}
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 8px;
  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, 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.md-fab[disabled] {
  box-shadow: none;
}
.md-button:not([disabled]).md-raised.md-focused,
.md-button:not([disabled]).md-fab.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button:not([disabled]).md-raised:active,
.md-button:not([disabled]).md-fab:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.md-button .md-ripple-container {
  border-radius: inherit;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.md-button.md-icon-button md-icon,
button.md-button.md-fab md-icon {
  display: block;
}
.md-toast-open-top .md-button.md-fab-top-left,
.md-toast-open-top .md-button.md-fab-top-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 42px, 0);
}
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused,
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
  transform: translate3d(0, 41px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-left,
.md-toast-open-bottom .md-button.md-fab-bottom-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, -42px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused,
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
  transform: translate3d(0, -43px, 0);
}
.md-button-group {
  display: flex;
  flex: 1;
  width: 100%;
}
.md-button-group > .md-button {
  flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-button-group > .md-button:first-child {
  border-radius: 2px 0px 0px 2px;
}
.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}
@media screen and (-ms-high-contrast: active) {
  .md-button.md-raised,
  .md-button.md-fab {
    border: 1px solid #fff;
  }
}
md-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-card md-card-header {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
md-card md-card-header:first-child md-card-avatar {
  margin-right: 12px;
}
[dir=rtl] md-card md-card-header:first-child md-card-avatar {
  margin-right: auto;
  margin-left: 12px;
}
md-card md-card-header:last-child md-card-avatar {
  margin-left: 12px;
}
[dir=rtl] md-card md-card-header:last-child md-card-avatar {
  margin-left: auto;
  margin-right: 12px;
}
md-card md-card-header md-card-avatar {
  width: 40px;
  height: 40px;
}
md-card md-card-header md-card-avatar .md-user-avatar,
md-card md-card-header md-card-avatar md-icon {
  border-radius: 50%;
}
md-card md-card-header md-card-avatar md-icon {
  padding: 8px;
}
md-card md-card-header md-card-avatar md-icon > svg {
  height: inherit;
  width: inherit;
}
md-card md-card-header md-card-avatar + md-card-header-text {
  max-height: 40px;
}
md-card md-card-header md-card-avatar + md-card-header-text .md-title {
  font-size: 14px;
}
md-card md-card-header md-card-header-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
md-card md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}
md-card > img,
md-card > md-card-header img,
md-card md-card-title-media img {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
md-card md-card-title {
  padding: 24px 16px 16px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}
md-card md-card-title + md-card-content {
  padding-top: 0;
}
md-card md-card-title md-card-title-text {
  flex: 1;
  flex-direction: column;
  display: flex;
}
md-card md-card-title md-card-title-text .md-subhead {
  padding-top: 0;
  font-size: 14px;
}
md-card md-card-title md-card-title-text:only-child .md-subhead {
  padding-top: 12px;
}
md-card md-card-title md-card-title-media {
  margin-top: -8px;
}
md-card md-card-title md-card-title-media .md-media-sm {
  height: 80px;
  width: 80px;
}
md-card md-card-title md-card-title-media .md-media-md {
  height: 112px;
  width: 112px;
}
md-card md-card-title md-card-title-media .md-media-lg {
  height: 152px;
  width: 152px;
}
md-card md-card-content {
  display: block;
  padding: 16px;
}
md-card md-card-content > p:first-child {
  margin-top: 0;
}
md-card md-card-content > p:last-child {
  margin-bottom: 0;
}
md-card md-card-content .md-media-xl {
  height: 240px;
  width: 240px;
}
md-card md-card-actions {
  margin: 8px;
}
md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
  margin: 2px 0;
}
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
  margin-top: 0;
}
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
  margin-bottom: 0;
}
md-card md-card-actions.layout-column .md-button.md-icon-button {
  margin-top: 6px;
  margin-bottom: 6px;
}
md-card md-card-actions md-card-icon-actions {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
  margin: 0 4px;
}
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-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: auto;
  margin-right: 0;
}
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-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: auto;
  margin-left: 0;
}
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: 12px;
}
[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-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: 12px;
}
[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-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-top: 14px;
  margin-bottom: auto;
}
md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  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: 18px;
  min-height: 48px;
}
.md-dense > md-checkbox:not(.md-dense-disabled),
.md-dense :not(.md-dense-disabled) md-checkbox:not(.md-dense-disabled) {
  min-height: 36px;
}
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-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  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: 18px;
  height: 18px;
  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;
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 0px;
  display: table;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-checkbox[disabled] {
  cursor: default;
}
md-checkbox.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 10.8px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-checkbox .md-container {
  top: auto;
  left: auto;
  right: auto;
  margin: 3px;
  margin-top: 21px;
}
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-top: 10px;
  margin-bottom: auto;
  margin-left: 36px;
}
[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
  margin-right: 36px;
}
md-checkbox .md-label:empty {
  margin-left: 24px;
  margin-right: 0;
}
[dir=rtl] md-checkbox .md-label:empty {
  margin-left: 0;
}
[dir=rtl] md-checkbox .md-label:empty {
  margin-right: 24px;
}
md-input-container .md-checkbox-link-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;
  cursor: pointer;
  top: -21px;
  margin-left: 18px;
  margin-right: 0;
}
[dir=rtl] md-input-container .md-checkbox-link-label {
  margin-left: 0;
}
[dir=rtl] md-input-container .md-checkbox-link-label {
  margin-right: 18px;
}
.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: flex;
}
.md-chips {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 13px;
  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: 28px;
}
[dir=rtl] .md-chips.md-removable md-chip {
  padding-right: 0;
  padding-left: 28px;
}
.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;
  min-height: 18px;
  min-width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.md-chips .md-chip-input-container {
  display: block;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0;
  flex-grow: 1;
  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 {
  width: 100%;
}
.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 {
  transform: rotate(180deg);
}
[dir=rtl] .md-calendar-month-label md-icon {
  transform: none;
}
.md-calendar-month-label span {
  vertical-align: middle;
}
.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar-day-header th {
  height: 40px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
  font-weight: normal;
}
.md-calendar-day-header th:first-child {
  padding-left: 16px;
}
[dir=rtl] .md-calendar-day-header th:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.md-calendar-day-header th:last-child {
  padding-right: 16px;
}
[dir=rtl] .md-calendar-day-header th:last-child {
  padding-right: 0;
  padding-left: 16px;
}
.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.md-calendar:first-child {
  border-top: 1px solid 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: -16px;
  top: 13.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(16%);
}
[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;
  transform: scale(0);
  transform-origin: 0 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-datepicker-calendar-pane.md-pane-open {
  transform: scale(1);
}
.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  overflow: hidden;
  background: 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%;
  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;
  transform: translateX(45%);
}
[dir=rtl] .md-datepicker-triangle-button {
  right: auto;
  left: 0;
}
[dir=rtl] .md-datepicker-triangle-button {
  transform: translateX(-45%);
}
.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 36px;
  width: 36px;
  position: absolute;
  padding: 8px;
}
md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: 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 {
  transform: translateY(-85px);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.125s;
}
.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  transform: translateY(0);
}
.md-dialog-is-showing {
  max-height: 100%;
}
.md-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden;
}
md-dialog {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
md-dialog.md-transition-in {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 0) scale(1);
}
md-dialog.md-transition-out {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 100%) scale(0.2);
}
md-dialog > form {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
md-dialog .md-dialog-content {
  padding: 24px;
}
md-dialog md-dialog-content {
  order: 1;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-dialog md-dialog-content:not([layout=row]) > *:first-child:not(.md-subheader) {
  margin-top: 0;
}
md-dialog md-dialog-content:focus {
  outline: none;
}
md-dialog md-dialog-content .md-subheader {
  margin: 0;
}
md-dialog md-dialog-content .md-dialog-content-body {
  width: 100%;
}
md-dialog md-dialog-content .md-prompt-input-container {
  width: 100%;
  box-sizing: border-box;
}
md-dialog md-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-dialog-actions {
  padding-right: 16px;
}
[dir=rtl] md-dialog md-dialog-actions {
  padding-left: 8px;
}
md-dialog md-dialog-actions .md-button {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 8px;
}
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-left: 0;
}
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-right: 8px;
}
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;
}
@media (max-width: 599px) {
  .layout-row:not(.layout-xs-column) > md-divider,
  .layout-xs-row > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > md-divider,
  .layout-gt-xs-row:not(.layout-sm-column) > md-divider,
  .layout-sm-row:not(.layout-sm-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > md-divider,
  .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > md-divider,
  .layout-gt-sm-row:not(.layout-md-column) > md-divider,
  .layout-md-row:not(.layout-md-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-divider,
  .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-divider,
  .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > md-divider,
  .layout-gt-md-row:not(.layout-lg-column) > md-divider,
  .layout-lg-row:not(.layout-lg-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 1920px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
  .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
  .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
  .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
  .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
  .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > 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 {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.142857143s;
}
md-fab-toolbar {
  display: block;
  /*
   * Closed styling
   */

  /*
   * Open 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;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.15s;
}
md-fab-toolbar.md-is-open md-fab-trigger > button {
  box-shadow: none;
}
md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
  opacity: 0;
}
md-fab-toolbar.md-is-open .md-fab-action-item {
  opacity: 1;
  transform: scale(1);
}
md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative;
}
md-grid-list md-grid-tile,
md-grid-list md-grid-tile > figure,
md-grid-list md-grid-tile-header,
md-grid-list md-grid-tile-footer {
  box-sizing: border-box;
}
md-grid-list md-grid-tile {
  display: block;
  position: absolute;
}
md-grid-list md-grid-tile figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
md-grid-list md-grid-tile md-grid-tile-header,
md-grid-list md-grid-tile md-grid-tile-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer h3,
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}
md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-footer h3 {
  font-size: 14px;
}
md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-size: 12px;
}
md-grid-list md-grid-tile md-grid-tile-header {
  top: 0;
}
md-grid-list md-grid-tile md-grid-tile-footer {
  bottom: 0;
}
@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff;
  }
  md-grid-tile-footer {
    border-top: 1px solid #fff;
  }
}
md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
}
md-icon svg {
  pointer-events: none;
  display: block;
}
md-icon[md-font-icon] {
  line-height: 24px;
  width: auto;
}
md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0px;
  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: 30px;
}
md-input-container textarea {
  resize: none;
  overflow: hidden;
}
md-input-container textarea.md-input {
  min-height: 30px;
  -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: 2px;
  padding-right: 0;
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  transform-origin: left top;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  padding-left: 0;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  padding-right: 2px;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  transform-origin: right top;
}
md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-input-has-value .md-placeholder {
  padding-left: 3px;
  padding-right: 0;
}
[dir=rtl] md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container.md-input-has-value .md-placeholder {
  padding-left: 0;
}
[dir=rtl] md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container.md-input-has-value .md-placeholder {
  padding-right: 3px;
}
md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 30px, 0);
}
md-input-container.md-input-focused .md-placeholder {
  opacity: 1;
  transform: translate3d(0, 24px, 0);
}
md-input-container.md-input-has-value .md-placeholder {
  transition: none;
  opacity: 0;
}
md-input-container:not(.md-input-has-value):not(.md-input-has-placeholder) input:not(:focus) {
  color: 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: 0;
  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;
  transition: border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  box-sizing: border-box;
  float: left;
}
[dir=rtl] md-input-container .md-input {
  padding-left: 2px;
}
[dir=rtl] md-input-container .md-input {
  padding-right: 0;
}
[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: 8px;
}
md-input-container .md-input-message-animation:not(.md-char-counter),
md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 5px;
  padding-left: 0;
}
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter),
[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 0;
}
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter),
[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 5px;
}
md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-input-message-animation.ng-enter-prepare {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active) {
  opacity: 0;
  margin-top: -100px;
}
md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
}
md-input-container.md-input-has-value label {
  transition: none;
}
md-input-container.md-input-focused .md-input,
md-input-container .md-input.ng-invalid.ng-dirty,
md-input-container.md-input-resized .md-input {
  padding-bottom: 0;
  border-width: 0 0 2px 0;
}
md-input-container .md-input[disabled],
[disabled] md-input-container .md-input {
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
md-input-container.md-icon-float {
  transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute;
}
md-input-container.md-icon-float > md-icon {
  top: 8px;
  left: 2px;
  right: auto;
}
[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
}
[dir=rtl] md-input-container.md-icon-float > md-icon {
  right: 2px;
}
md-input-container.md-icon-left > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-left > label .md-placeholder,
md-input-container.md-icon-right > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-right > label .md-placeholder {
  width: calc(64%);
  padding: 0;
}
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(28%);
}
.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.01em;
  line-height: 1.2em;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner {
  min-height: 40px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item::before,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 40px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item md-icon:first-child,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner md-icon:first-child {
  width: 20px;
  height: 20px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
}
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) 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:not(.md-dense-disabled) md-list-item .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 20px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 36px;
  height: 36px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container .md-secondary.md-button,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container .md-secondary.md-button {
  margin-top: 4px;
  margin-bottom: 4px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container md-checkbox:not(.md-dense-disabled),
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container md-checkbox:not(.md-dense-disabled) {
  min-height: 40px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) 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:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text p,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text p,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text p,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  line-height: 1.05;
  font-size: 12px;
  padding-bottom: 4px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 13px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style {
  min-height: 60px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line::before,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 60px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-avatar-icon,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style > .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style {
  min-height: 76px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line::before,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 76px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > md-icon:first-child,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}
md-list.md-dense:not(.md-dense-disabled) .md-subheader-inner {
  padding-top: 12px;
  padding-bottom: 12px;
}
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: 0px 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(28%);
  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;
  min-height: 40px;
  margin-left: 0px;
  margin-right: 29px;
}
[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: 0px;
}
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: 0 6px;
  padding: 0 8px;
  min-height: 40px;
}
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: 40px;
  margin-right: 0;
}
[dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-secondary-container md-switch,
md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -6px;
}
[dir=rtl] md-list-item .md-secondary-container md-switch,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-right: auto;
  margin-left: -6px;
}
md-list-item > p,
md-list-item > .md-list-item-inner > p,
md-list-item .md-list-item-inner > p,
md-list-item .md-list-item-inner > .md-list-item-inner > p {
  flex: 1 1 auto;
  margin: 0;
}
md-list-item.md-2-line,
md-list-item.md-2-line > .md-no-style,
md-list-item.md-3-line,
md-list-item.md-3-line > .md-no-style {
  align-items: flex-start;
  justify-content: center;
}
md-list-item.md-2-line.md-long-text,
md-list-item.md-2-line > .md-no-style.md-long-text,
md-list-item.md-3-line.md-long-text,
md-list-item.md-3-line > .md-no-style.md-long-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
md-list-item.md-2-line .md-list-item-text,
md-list-item.md-2-line > .md-no-style .md-list-item-text,
md-list-item.md-3-line .md-list-item-text,
md-list-item.md-3-line > .md-no-style .md-list-item-text {
  flex: 1 1 auto;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
md-list-item.md-2-line .md-list-item-text.md-offset,
md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset,
md-list-item.md-3-line .md-list-item-text.md-offset,
md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset,
[dir=rtl] md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset,
[dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset,
[dir=rtl] md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}
md-list-item.md-2-line .md-list-item-text h3,
md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list-item.md-3-line .md-list-item-text h3,
md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0 0 0 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text h4,
md-list-item.md-2-line > .md-no-style .md-list-item-text h4,
md-list-item.md-3-line .md-list-item-text h4,
md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 3px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text p,
md-list-item.md-2-line > .md-no-style .md-list-item-text p,
md-list-item.md-3-line .md-list-item-text p,
md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 0 0;
  line-height: 1.6em;
}
md-list-item.md-2-line,
md-list-item.md-2-line > .md-no-style {
  height: auto;
  min-height: 72px;
}
md-list-item.md-2-line::before,
md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 72px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-2-line > .md-avatar,
md-list-item.md-2-line .md-avatar-icon,
md-list-item.md-2-line > .md-no-style > .md-avatar,
md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
md-list-item.md-2-line > md-icon:first-child,
md-list-item.md-2-line > .md-no-style > md-icon:first-child {
  align-self: flex-start;
}
md-list-item.md-2-line .md-list-item-text,
md-list-item.md-2-line > .md-no-style .md-list-item-text {
  flex: 1 1 auto;
}
md-list-item.md-3-line,
md-list-item.md-3-line > .md-no-style {
  height: auto;
  min-height: 88px;
}
md-list-item.md-3-line::before,
md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 88px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-3-line > md-icon:first-child,
md-list-item.md-3-line > .md-avatar,
md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}
.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
  max-height: calc(90vh);
  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: "▼";
  position: absolute;
  top: 0px;
  speak: none;
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  right: auto;
  left: 28px;
}
/** 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 {
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: left top;
  will-change: transform;
  transition: transform 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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
md-progress-circular {
  position: relative;
  display: block;
  transform: scale(1, 1);
}
[dir=rtl] md-progress-circular {
  transform: scale(-1, 1);
}
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;
  transform: scale(1, 1);
}
[dir=rtl] md-progress-linear {
  transform: scale(-1, 1);
}
md-progress-linear._md-progress-linear-disabled {
  visibility: hidden;
}
md-progress-linear .md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
}
md-progress-linear .md-container .md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
md-progress-linear .md-container .md-dashed:before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: 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: 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;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    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% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
    animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
    animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
    animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
    animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.166666667%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  20% {
    left: -105.166666667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
  }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
    animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
  }
  100% {
    left: 95.444444444%;
  }
}
@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.166666667%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  20% {
    left: -105.166666667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
  }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
    animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
  }
  100% {
    left: 95.444444444%;
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
    animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
  }
  19.15% {
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
    animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
  }
  44.15% {
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
    animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
    animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
  }
  19.15% {
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
    animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
  }
  44.15% {
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
    animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.888888889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
    animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
  }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
    animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
  }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
    animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
  }
  100% {
    left: 117.388888889%;
  }
}
@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.888888889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
    animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
  }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
    animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
  }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
    animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
  }
  100% {
    left: 117.388888889%;
  }
}
md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
md-radio-button[disabled] {
  cursor: default;
}
md-radio-button[disabled] .md-container {
  cursor: default;
}
md-radio-button .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 0;
  right: auto;
}
[dir=rtl] md-radio-button .md-container {
  left: auto;
}
[dir=rtl] md-radio-button .md-container {
  right: 0;
}
md-radio-button .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-radio-button .md-container:before {
  box-sizing: border-box;
  background-color: 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: transform ease 0.28s;
  transform: scale(0);
}
md-radio-button.md-checked .md-on {
  transform: scale(0.5);
}
md-radio-button .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}
[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
}
[dir=rtl] md-radio-button .md-label {
  margin-right: 30px;
}
md-radio-group: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;
}
@media (max-width: 599px) {
  .layout-row:not(.layout-xs-column) > md-radio-button,
  .layout-xs-row > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > md-radio-button,
  .layout-gt-xs-row:not(.layout-sm-column) > md-radio-button,
  .layout-sm-row:not(.layout-sm-column) > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > md-radio-button,
  .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > md-radio-button,
  .layout-gt-sm-row:not(.layout-md-column) > md-radio-button,
  .layout-md-row:not(.layout-md-column) > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-radio-button,
  .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-radio-button,
  .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > md-radio-button,
  .layout-gt-md-row:not(.layout-lg-column) > md-radio-button,
  .layout-lg-row:not(.layout-lg-column) > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
  .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
  .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
  .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
  .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
  .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button {
    margin-bottom: 0;
  }
}
.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 10px 2px 6px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.md-inline-form md-radio-group md-radio-button .md-label {
  top: 4px;
}
.md-inline-form md-radio-group md-radio-button .md-container {
  margin-top: 2px;
}
@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff;
  }
}
md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: left top;
}
[dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transform-origin: right top;
}
md-input-container.md-input-focused:not([md-no-float]) md-select:not([placeholder]) .md-select-placeholder span:first-child {
  transform: translate(-2px, -22px) scale(0.75);
}
.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
  transform: translateY(-1px);
}
.md-select-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important;
}
.md-select-menu-container.md-active {
  display: block;
  opacity: 1;
}
.md-select-menu-container.md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
}
.md-select-menu-container.md-active md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transition-delay: 100ms;
}
.md-select-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}
.md-inline-form md-select {
  margin-top: 20px;
}
md-input-container > md-select,
.md-inline-form md-input-container > md-select {
  margin-top: 0px;
}
md-input-container > md-select {
  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;
}
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: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  padding-bottom: 2px;
  padding-top: 1px;
  transform: translateY(1px);
}
md-select:focus {
  outline: none;
}
md-select[disabled]:hover {
  cursor: default;
}
md-select:not([disabled]):hover {
  cursor: pointer;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 0px;
}
md-input-container md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
}
md-input-container md-select[disabled] .md-select-value {
  background-position: bottom -1px left 0;
}
md-input-container md-select .md-select-value {
  min-height: 26px;
  border-bottom-width: 1px;
  padding-bottom: 1px;
}
md-input-container md-select .md-select-value.md-select-placeholder {
  padding-left: 0;
  padding-right: 2px;
}
[dir=rtl] md-input-container md-select .md-select-value.md-select-placeholder {
  padding-left: 2px;
}
[dir=rtl] md-input-container md-select .md-select-value.md-select-placeholder {
  padding-right: 0;
}
.md-select-value {
  display: flex;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-sizing: content-box;
  min-width: 88px;
  min-height: 26px;
  margin-bottom: auto;
  -ms-flex-item-align: start;
  flex-grow: 1;
}
[dir=rtl] .md-select-value {
  padding-left: 2px;
}
[dir=rtl] .md-select-value {
  padding-right: 0;
}
.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;
  transform: translateY(-2px);
  font-size: 1.2rem;
}
[dir=rtl] .md-select-value .md-select-icon {
  align-items: flex-start;
}
[dir=rtl] .md-select-value .md-select-icon {
  text-align: left;
}
.md-select-value .md-select-icon:after {
  display: block;
  content: "▼";
  position: relative;
  top: 2px;
  right: -4px;
  left: auto;
  speak: none;
  font-size: 13px;
  transform: scaleY(0.5);
}
[dir=rtl] .md-select-value .md-select-icon:after {
  right: auto;
}
[dir=rtl] .md-select-value .md-select-icon:after {
  left: -4px;
}
.md-select-value.md-select-placeholder {
  display: flex;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
md-select-menu {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  transform-origin: left top;
  transform: scale(1);
}
md-select-menu.md-reverse {
  flex-direction: column-reverse;
}
md-select-menu:not(.md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px;
}
[dir=rtl] md-select-menu {
  transform-origin: right top;
}
md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto;
}
md-select-menu > * {
  opacity: 0;
}
md-option {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  transition: background 0.15s linear;
  padding: 0 16px 0 16px;
  height: 48px;
}
md-option[disabled] {
  cursor: default;
}
md-option:focus {
  outline: none;
}
md-option .md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -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%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  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: 18px;
  height: 18px;
  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;
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 0px;
  display: table;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-select-menu[multiple] md-option.md-checkbox-enabled[disabled] {
  cursor: default;
}
md-select-menu[multiple] md-option.md-checkbox-enabled.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 10.8px;
  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.666666667px;
  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.666666667px;
}
md-sidenav {
  box-sizing: border-box;
  position: absolute;
  flex-direction: column;
  z-index: 60;
  width: 320px;
  max-width: 320px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-sidenav ul {
  list-style: none;
}
md-sidenav.md-closed {
  display: none;
}
md-sidenav.md-closed-add,
md-sidenav.md-closed-remove {
  display: flex;
  transition: 0.2s ease-in all;
}
md-sidenav.md-closed-add.md-closed-add-active,
md-sidenav.md-closed-remove.md-closed-remove-active {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-sidenav.md-locked-open-add,
md-sidenav.md-locked-open-remove {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open,
md-sidenav.md-locked-open.md-closed,
md-sidenav.md-locked-open.md-closed.md-sidenav-left,
md-sidenav.md-locked-open.md-closed.md-sidenav-right {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open-remove.md-closed {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add {
  position: static;
  display: flex;
  transform: translate3d(0%, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active) {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}
md-sidenav.md-closed.md-locked-open-add-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-sidenav.md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}
.md-sidenav-backdrop.md-locked-open {
  display: none;
}
.md-sidenav-left,
md-sidenav {
  left: 0;
  top: 0;
  transform: translate3d(0%, 0, 0);
}
.md-sidenav-left.md-closed,
md-sidenav.md-closed {
  transform: translate3d(-100%, 0, 0);
}
.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0);
}
.md-sidenav-right.md-closed {
  transform: translate(0%, 0);
}
@media (min-width: 600px) {
  md-sidenav {
    max-width: 400px;
  }
}
@media (max-width: 456px) {
  md-sidenav {
    width: calc(44%);
    min-width: calc(44%);
    max-width: calc(44%);
  }
}
@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% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes sliderFocusThumb {
  0% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@-webkit-keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes sliderDiscreteFocusRing {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sliderDiscreteFocusRing {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
  }
}
md-slider {
  height: 48px;
  min-width: 128px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: block;
  flex-direction: row;
  /**
   * 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%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: left, right, bottom;
}
[dir=rtl] md-slider .md-thumb-container {
  left: auto;
  right: 0;
}
md-slider .md-thumb {
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: scale(0.7);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[dir=rtl] md-slider .md-thumb {
  left: auto;
  right: -10px;
}
md-slider .md-thumb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  transition: inherit;
}
md-slider .md-sign {
  /* 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;
  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;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
[dir=rtl] md-slider .md-sign:after {
  left: auto;
  right: 0px;
}
md-slider .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
md-slider .md-focus-ring {
  position: absolute;
  left: -17px;
  top: 7px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}
[dir=rtl] md-slider .md-focus-ring {
  left: auto;
  right: -17px;
}
md-slider .md-disabled-thumb {
  position: absolute;
  left: -14px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.5);
  border-width: 4px;
  border-style: solid;
  display: none;
}
[dir=rtl] md-slider .md-disabled-thumb {
  left: auto;
  right: -14px;
}
md-slider.md-min .md-sign {
  opacity: 0;
}
md-slider:focus {
  outline: none;
}
md-slider.md-dragging .md-thumb-container,
md-slider.md-dragging .md-track-fill {
  transition: none;
}
md-slider:not([md-discrete]) .md-track-ticks,
md-slider:not([md-discrete]) .md-sign {
  display: none;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover {
  transform: scale(0.8);
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(1);
  opacity: 1;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  -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 {
  transform: scale(1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  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 {
  transform: scale(0);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign,
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after,
md-slider[md-discrete]:not([disabled]).md-active .md-sign,
md-slider[md-discrete]:not([disabled]).md-active .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-discrete][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-discrete][disabled][readonly] .md-sign,
md-slider[md-discrete][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[disabled] .md-track-fill {
  display: none;
}
md-slider[disabled] .md-track-ticks {
  opacity: 0;
}
md-slider[disabled]:not([readonly]) .md-sign {
  opacity: 0;
}
md-slider[disabled] .md-thumb {
  transform: scale(0.5);
}
md-slider[disabled] .md-disabled-thumb {
  display: block;
}
md-slider[md-vertical] {
  flex-direction: column;
  min-height: 128px;
  min-width: 0;
}
md-slider[md-vertical] .md-slider-wrapper {
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 48px;
  align-self: center;
  display: flex;
  justify-content: center;
}
md-slider[md-vertical] .md-track-container {
  height: 100%;
  width: 2px;
  top: 0;
  left: calc(49%);
}
md-slider[md-vertical] .md-thumb-container {
  top: auto;
  margin-bottom: 23px;
  left: calc(49%);
  bottom: 0;
}
md-slider[md-vertical] .md-thumb-container .md-thumb:after {
  left: 1px;
}
md-slider[md-vertical] .md-thumb-container .md-focus-ring {
  left: -16px;
}
md-slider[md-vertical] .md-track-fill {
  bottom: 0;
}
md-slider[md-vertical][md-discrete] .md-sign {
  left: -40px;
  top: 9.5px;
  transform: scale(0.4) translate3d(67.5px, 0, 0);
  /* 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;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s ease-in-out;
}
md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
md-slider[md-vertical][md-discrete].md-active .md-sign:after,
md-slider[md-vertical][md-discrete] .md-focused .md-sign:after,
md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after {
  top: 0;
}
md-slider[md-vertical][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-vertical][disabled][readonly] .md-sign,
md-slider[md-vertical][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: auto;
  right: 0;
}
[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: 0;
}
[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  right: auto;
}
md-slider[md-invert][md-vertical] .md-track-fill {
  bottom: auto;
  top: 0;
}
md-slider-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
md-slider-container > *:first-child:not(md-slider),
md-slider-container > *:last-child:not(md-slider) {
  min-width: 25px;
  max-width: 42px;
  height: 25px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: color, max-width;
}
md-slider-container > *:first-child:not(md-slider) {
  margin-right: 16px;
}
[dir=rtl] md-slider-container > *:first-child:not(md-slider) {
  margin-right: auto;
  margin-left: 16px;
}
md-slider-container > *:last-child:not(md-slider) {
  margin-left: 16px;
}
[dir=rtl] md-slider-container > *:last-child:not(md-slider) {
  margin-left: auto;
  margin-right: 16px;
}
md-slider-container[md-vertical] {
  flex-direction: column;
}
md-slider-container[md-vertical] > *:first-child:not(md-slider),
md-slider-container[md-vertical] > *:last-child:not(md-slider) {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
md-slider-container md-input-container input[type=number] {
  text-align: center;
  padding-left: 15px;
  height: 50px;
  margin-top: -25px;
}
[dir=rtl] md-slider-container md-input-container input[type=number] {
  padding-left: 0;
  padding-right: 15px;
}
@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff;
  }
}
.md-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  transform: translate3d(-9999px, -9999px, 0);
}
.md-sticky-clone[sticky-state=active] {
  transform: translate3d(0, 0, 0);
}
.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner {
  -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;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
md-switch.md-checked .md-thumb-container {
  transform: translate3d(100%, 0, 0);
}
md-switch .md-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-switch .md-thumb:before {
  background-color: 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: transform, background-color;
}
md-switch:not(.md-dragging) .md-bar,
md-switch:not(.md-dragging) .md-thumb {
  transition-delay: 0.05s;
}
@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666;
  }
  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9E9E9E;
  }
  md-switch.md-default-theme .md-thumb {
    background-color: #fff;
  }
}
@-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;
  transform: translate(0, 0);
}
md-tabs-wrapper md-prev-button,
md-tabs-wrapper md-next-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: 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%;
  transform: translate(-50%, -50%);
}
[dir=rtl] md-tabs-wrapper md-prev-button,
[dir=rtl] md-tabs-wrapper md-next-button {
  transform: rotateY(180deg) translateY(-50%);
}
md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==");
}
[dir=rtl] md-tabs-wrapper md-prev-button {
  left: auto;
  right: 0;
}
md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K");
}
[dir=rtl] md-tabs-wrapper md-next-button {
  right: auto;
  left: 0;
}
md-tabs-wrapper md-next-button md-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  flex-direction: row;
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  flex-grow: 1;
}
md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}
md-tabs-canvas:after {
  content: "";
  display: table;
  clear: both;
}
md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
[dir=rtl] md-tabs-canvas .md-dummy-wrapper {
  left: auto;
  right: 0;
}
md-tabs-canvas.md-paginated {
  margin: 0 32px;
}
md-tabs-canvas.md-center-tabs {
  display: flex;
  flex-direction: column;
  text-align: center;
}
md-tabs-canvas.md-center-tabs .md-tab {
  float: none;
  display: inline-block;
}
md-pagination-wrapper {
  height: 48px;
  display: flex;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
  transform: translate(0, 0);
}
md-pagination-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
[dir=rtl] md-pagination-wrapper {
  left: auto;
  right: 0;
}
md-pagination-wrapper.md-center-tabs {
  position: relative;
  justify-content: center;
}
md-pagination-wrapper md-tab-item {
  min-width: 72px;
}
@media (min-width: 600px) {
  md-pagination-wrapper md-tab-item {
    min-width: 160px;
  }
}
md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
md-tab-content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  transform: translate(0, 0);
}
md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}
md-tab-content.ng-leave,
md-tab-content.md-no-transition {
  transition: none;
}
md-tab-content.md-left:not(.md-active) {
  transform: translateX(-100%);
  -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) {
  transform: translateX(100%);
}
md-tab-content.md-left:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
md-tab-content.md-right:not(.md-active) {
  transform: translateX(100%);
  -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) {
  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;
  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 8px;
}
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 16px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  overflow: hidden;
  transform: translate3d(0, 0, 0) rotateZ(0deg);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  justify-content: flex-start;
}
md-toast .md-toast-content::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
[dir=rtl] md-toast .md-toast-content {
  justify-content: flex-end;
}
md-toast .md-toast-content span {
  flex: 1 1 0%;
  box-sizing: border-box;
  min-width: 0;
}
md-toast.md-capsule {
  border-radius: 24px;
}
md-toast.md-capsule .md-toast-content {
  border-radius: 24px;
}
md-toast.ng-leave-active .md-toast-content {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-toast.md-swipeleft .md-toast-content,
md-toast.md-swiperight .md-toast-content,
md-toast.md-swipeup .md-toast-content,
md-toast.md-swipedown .md-toast-content {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast.ng-enter {
  opacity: 0;
}
md-toast.ng-enter .md-toast-content {
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-enter.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast.ng-enter.ng-enter-active {
  opacity: 1;
}
md-toast.ng-enter.ng-enter-active .md-toast-content {
  transform: translate3d(0, 0, 0);
}
md-toast.ng-leave.ng-leave-active .md-toast-content {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
  transform: translate3d(0, -50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
  transform: translate3d(0, 50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}
md-toast .md-button {
  min-width: 0;
  margin-right: 0;
  margin-left: 8px;
}
[dir=rtl] md-toast .md-button {
  margin-right: 8px;
}
[dir=rtl] md-toast .md-button {
  margin-left: 0;
}
@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0;
    padding: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    transform: translate3d(0, -50%, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
    /*
      * 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 {
    transform: translate3d(-50%, 0, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
    transform: translate3d(50%, 0, 0);
  }
}
@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px;
  }
}
@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff;
  }
}
.md-toast-animating {
  overflow: hidden !important;
}
md-toolbar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
}
md-toolbar._md-toolbar-transitions {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
md-toolbar.md-whiteframe-z1-add,
md-toolbar.md-whiteframe-z1-remove {
  transition: box-shadow 0.5s linear;
}
md-toolbar md-toolbar-filler {
  width: 72px;
}
md-toolbar *,
md-toolbar *:before,
md-toolbar *:after {
  box-sizing: border-box;
}
md-toolbar.ng-animate {
  transition: none;
}
md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
}
md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}
md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
md-toolbar > .md-indent {
  margin-left: 64px;
}
[dir=rtl] md-toolbar > .md-indent {
  margin-left: auto;
  margin-right: 64px;
}
md-toolbar ~ md-content > md-list {
  padding: 0;
}
md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
  display: none;
}
.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0;
}
.md-toolbar-tools h1,
.md-toolbar-tools h2,
.md-toolbar-tools h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
.md-toolbar-tools a {
  color: inherit;
  text-decoration: none;
}
.md-toolbar-tools .fill-height {
  display: flex;
  align-items: center;
}
.md-toolbar-tools md-checkbox {
  margin: inherit;
}
.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0;
}
.md-toolbar-tools .md-button,
.md-toolbar-tools .md-button.md-icon-button md-icon {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
.md-toolbar-tools .md-button.ng-animate,
.md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate {
  transition: none;
}
.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -8px;
}
.md-toolbar-tools > .md-button:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }
  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px;
  }
  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}
.md-tooltip {
  display: inline-block;
  pointer-events: none;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
.md-tooltip.md-origin-top {
  transform-origin: center bottom;
  margin-top: -24px;
}
.md-tooltip.md-origin-right {
  transform-origin: left center;
  margin-left: 24px;
}
.md-tooltip.md-origin-bottom {
  transform-origin: center top;
  margin-top: 24px;
}
.md-tooltip.md-origin-left {
  transform-origin: right center;
  margin-left: -24px;
}
@media (min-width: 960px) {
  .md-tooltip {
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .md-tooltip.md-origin-top {
    margin-top: -14px;
  }
  .md-tooltip.md-origin-right {
    margin-left: 14px;
  }
  .md-tooltip.md-origin-bottom {
    margin-top: 14px;
  }
  .md-tooltip.md-origin-left {
    margin-left: -14px;
  }
}
.md-tooltip.md-show-add {
  transform: scale(0);
}
.md-tooltip.md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
  transform: scale(1);
  opacity: 0.9;
}
.md-tooltip.md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transform: scale(0);
  opacity: 0;
}
.md-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md-truncate.md-clip {
  text-overflow: clip;
}
.md-truncate.flex {
  width: 0;
}
.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
}
.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap;
}
[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  right: auto;
  left: auto;
}
.md-whiteframe-1dp,
.md-whiteframe-z1 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-3dp {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-4dp,
.md-whiteframe-z2 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-5dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-6dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-7dp,
.md-whiteframe-z3 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-8dp {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-9dp {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-10dp,
.md-whiteframe-z4 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-11dp {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-12dp {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-13dp,
.md-whiteframe-z5 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-14dp {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-15dp {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-16dp {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-17dp {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-18dp {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-19dp {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-20dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-21dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-22dp {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-23dp {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-24dp {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff;
  }
}
@media print {
  md-whiteframe,
  [md-whiteframe] {
    background-color: #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: 33.333333333%;
}
.offset-66,
.flex-offset-66,
.layout-margin .flex-offset-66,
.layout-margin .offset-66 {
  margin-left: 66.666666667%;
}
[dir=rtl] .offset-66,
[dir=rtl] .flex-offset-66,
[dir=rtl] .layout-margin .flex-offset-66,
[dir=rtl] .layout-margin .offset-66 {
  margin-left: auto;
  margin-right: 66.666666667%;
}
.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-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: 33.333333333%;
  }
  .offset-xs-66,
  .flex-offset-xs-66,
  .layout-margin .flex-offset-xs-66,
  .layout-margin .offset-xs-66 {
    margin-left: 66.666666667%;
  }
  [dir=rtl] .offset-xs-66,
  [dir=rtl] .flex-offset-xs-66,
  [dir=rtl] .layout-margin .flex-offset-xs-66,
  [dir=rtl] .layout-margin .offset-xs-66 {
    margin-left: auto;
    margin-right: 66.666666667%;
  }
  .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: 33.333333333%;
  }
  .offset-gt-xs-66,
  .flex-offset-gt-xs-66,
  .layout-margin .flex-offset-gt-xs-66,
  .layout-margin .offset-gt-xs-66 {
    margin-left: 66.666666667%;
  }
  [dir=rtl] .offset-gt-xs-66,
  [dir=rtl] .flex-offset-gt-xs-66,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-66,
  [dir=rtl] .layout-margin .offset-gt-xs-66 {
    margin-left: auto;
    margin-right: 66.666666667%;
  }
  .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: 33.333333333%;
  }
  .offset-sm-66,
  .flex-offset-sm-66,
  .layout-margin .flex-offset-sm-66,
  .layout-margin .offset-sm-66 {
    margin-left: 66.666666667%;
  }
  [dir=rtl] .offset-sm-66,
  [dir=rtl] .flex-offset-sm-66,
  [dir=rtl] .layout-margin .flex-offset-sm-66,
  [dir=rtl] .layout-margin .offset-sm-66 {
    margin-left: auto;
    margin-right: 66.666666667%;
  }
  .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: 33.333333333%;
  }
  .offset-gt-sm-66,
  .flex-offset-gt-sm-66,
  .layout-margin .flex-offset-gt-sm-66,
  .layout-margin .offset-gt-sm-66 {
    margin-left: 66.666666667%;
  }
  [dir=rtl] .offset-gt-sm-66,
  [dir=rtl] .flex-offset-gt-sm-66,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-66,
  [dir=rtl] .layout-margin .offset-gt-sm-66 {
    margin-left: auto;
    margin-right: 66.666666667%;
  }
  .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: 33.333333333%;
  }
  .offset-md-66,
  .flex-offset-md-66,
  .layout-margin .flex-offset-md-66,
  .layout-margin .offset-md-66 {
    margin-left: 66.666666667%;
  }
  [dir=rtl] .offset-md-66,
  [dir=rtl] .flex-offset-md-66,
  [dir=rtl] .layout-margin .flex-offset-md-66,
  [dir=rtl] .layout-margin .offset-md-66 {
    margin-left: auto;
    margin-right: 66.666666667%;
  }
  .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: 33.333333333%;
  }
  .offset-gt-md-66,
  .flex-offset-gt-md-66,
  .layout-margin .flex-offset-gt-md-66,
  .layout-margin .offset-gt-md-66 {
    margin-left: 66.666666667%;
  }
  [dir=rtl] .offset-gt-md-66,
  [dir=rtl] .flex-offset-gt-md-66,
  [dir=rtl] .layout-margin .flex-offset-gt-md-66,
  [dir=rtl] .layout-margin .offset-gt-md-66 {
    margin-left: auto;
    margin-right: 66.666666667%;
  }
  .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: 33.333333333%;
  }
  .offset-lg-66,
  .flex-offset-lg-66,
  .layout-margin .flex-offset-lg-66,
  .layout-margin .offset-lg-66 {
    margin-left: 66.666666667%;
  }
  [dir=rtl] .offset-lg-66,
  [dir=rtl] .flex-offset-lg-66,
  [dir=rtl] .layout-margin .flex-offset-lg-66,
  [dir=rtl] .layout-margin .offset-lg-66 {
    margin-left: auto;
    margin-right: 66.666666667%;
  }
  .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: 33.333333333%;
  }
  .offset-gt-lg-66,
  .flex-offset-gt-lg-66,
  .layout-margin .flex-offset-gt-lg-66,
  .layout-margin .offset-gt-lg-66 {
    margin-left: 66.666666667%;
  }
  [dir=rtl] .offset-gt-lg-66,
  [dir=rtl] .flex-offset-gt-lg-66,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-66,
  [dir=rtl] .layout-margin .offset-gt-lg-66 {
    margin-left: auto;
    margin-right: 66.666666667%;
  }
  .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: 33.333333333%;
  }
  .offset-xl-66,
  .flex-offset-xl-66,
  .layout-margin .flex-offset-xl-66,
  .layout-margin .offset-xl-66 {
    margin-left: 66.666666667%;
  }
  [dir=rtl] .offset-xl-66,
  [dir=rtl] .flex-offset-xl-66,
  [dir=rtl] .layout-margin .flex-offset-xl-66,
  [dir=rtl] .layout-margin .offset-xl-66 {
    margin-left: auto;
    margin-right: 66.666666667%;
  }
  .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;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\bootstrap\bootstrap.min.less */

.bootstrap-iso {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.bootstrap-iso {
  margin: 0;
}
.bootstrap-iso article,
.bootstrap-iso aside,
.bootstrap-iso details,
.bootstrap-iso figcaption,
.bootstrap-iso figure,
.bootstrap-iso footer,
.bootstrap-iso header,
.bootstrap-iso hgroup,
.bootstrap-iso main,
.bootstrap-iso menu,
.bootstrap-iso nav,
.bootstrap-iso section,
.bootstrap-iso summary {
  display: block;
}
.bootstrap-iso audio,
.bootstrap-iso canvas,
.bootstrap-iso progress,
.bootstrap-iso video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap-iso audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap-iso [hidden],
.bootstrap-iso template {
  display: none;
}
.bootstrap-iso a {
  background-color: transparent;
}
.bootstrap-iso a:active,
.bootstrap-iso a:hover {
  outline: 0;
}
.bootstrap-iso abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrap-iso b,
.bootstrap-iso strong {
  font-weight: bold;
}
.bootstrap-iso dfn {
  font-style: italic;
}
.bootstrap-iso h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
.bootstrap-iso mark {
  color: #000;
  background: #ff0;
}
.bootstrap-iso small {
  font-size: 80%;
}
.bootstrap-iso sub,
.bootstrap-iso sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap-iso sup {
  top: -0.5em;
}
.bootstrap-iso sub {
  bottom: -0.25em;
}
.bootstrap-iso img {
  border: 0;
}
.bootstrap-iso svg:not(:root) {
  overflow: hidden;
}
.bootstrap-iso figure {
  margin: 1em 40px;
}
.bootstrap-iso hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bootstrap-iso pre {
  overflow: auto;
}
.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap-iso button,
.bootstrap-iso input,
.bootstrap-iso optgroup,
.bootstrap-iso select,
.bootstrap-iso textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.bootstrap-iso button {
  overflow: visible;
}
.bootstrap-iso button,
.bootstrap-iso select {
  text-transform: none;
}
.bootstrap-iso button,
.bootstrap-iso input[type="button"],
.bootstrap-iso input[type="reset"],
.bootstrap-iso input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap-iso button[disabled],
.bootstrap-iso input[disabled] {
  cursor: default;
}
.bootstrap-iso button::-moz-focus-inner,
.bootstrap-iso input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bootstrap-iso input {
  line-height: normal;
}
.bootstrap-iso input[type="checkbox"],
.bootstrap-iso input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-iso input[type="number"]::-webkit-inner-spin-button,
.bootstrap-iso input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-iso input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.bootstrap-iso input[type="search"]::-webkit-search-cancel-button,
.bootstrap-iso input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-iso fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
.bootstrap-iso legend {
  padding: 0;
  border: 0;
}
.bootstrap-iso textarea {
  overflow: auto;
}
.bootstrap-iso optgroup {
  font-weight: bold;
}
.bootstrap-iso table {
  border-spacing: 0;
  border-collapse: collapse;
}
.bootstrap-iso td,
.bootstrap-iso th {
  padding: 0;
}
@media print {
  .bootstrap-iso *,
  .bootstrap-iso *:before,
  .bootstrap-iso *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .bootstrap-iso a,
  .bootstrap-iso a:visited {
    text-decoration: underline;
  }
  .bootstrap-iso a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap-iso abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap-iso a[href^="#"]:after,
  .bootstrap-iso a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap-iso pre,
  .bootstrap-iso blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap-iso thead {
    display: table-header-group;
  }
  .bootstrap-iso tr,
  .bootstrap-iso img {
    page-break-inside: avoid;
  }
  .bootstrap-iso img {
    max-width: 100% !important;
  }
  .bootstrap-iso p,
  .bootstrap-iso h2,
  .bootstrap-iso h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-iso h2,
  .bootstrap-iso h3 {
    page-break-after: avoid;
  }
  .bootstrap-iso .navbar {
    display: none;
  }
  .bootstrap-iso .btn > .caret,
  .bootstrap-iso .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap-iso .label {
    border: 1px solid #000;
  }
  .bootstrap-iso .table {
    border-collapse: collapse !important;
  }
  .bootstrap-iso .table td,
  .bootstrap-iso .table th {
    background-color: #fff !important;
  }
  .bootstrap-iso .table-bordered th,
  .bootstrap-iso .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.bootstrap-iso .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-iso .glyphicon-asterisk:before {
  content: "\002a";
}
.bootstrap-iso .glyphicon-plus:before {
  content: "\002b";
}
.bootstrap-iso .glyphicon-euro:before,
.bootstrap-iso .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap-iso .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-iso .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-iso .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-iso .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap-iso .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap-iso .glyphicon-music:before {
  content: "\e002";
}
.bootstrap-iso .glyphicon-search:before {
  content: "\e003";
}
.bootstrap-iso .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap-iso .glyphicon-star:before {
  content: "\e006";
}
.bootstrap-iso .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap-iso .glyphicon-user:before {
  content: "\e008";
}
.bootstrap-iso .glyphicon-film:before {
  content: "\e009";
}
.bootstrap-iso .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap-iso .glyphicon-th:before {
  content: "\e011";
}
.bootstrap-iso .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap-iso .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap-iso .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap-iso .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap-iso .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap-iso .glyphicon-off:before {
  content: "\e017";
}
.bootstrap-iso .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap-iso .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap-iso .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap-iso .glyphicon-home:before {
  content: "\e021";
}
.bootstrap-iso .glyphicon-file:before {
  content: "\e022";
}
.bootstrap-iso .glyphicon-time:before {
  content: "\e023";
}
.bootstrap-iso .glyphicon-road:before {
  content: "\e024";
}
.bootstrap-iso .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap-iso .glyphicon-download:before {
  content: "\e026";
}
.bootstrap-iso .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap-iso .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap-iso .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap-iso .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap-iso .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap-iso .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap-iso .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap-iso .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap-iso .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap-iso .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap-iso .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap-iso .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap-iso .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap-iso .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap-iso .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap-iso .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap-iso .glyphicon-book:before {
  content: "\e043";
}
.bootstrap-iso .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap-iso .glyphicon-print:before {
  content: "\e045";
}
.bootstrap-iso .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap-iso .glyphicon-font:before {
  content: "\e047";
}
.bootstrap-iso .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap-iso .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap-iso .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap-iso .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap-iso .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap-iso .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap-iso .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap-iso .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap-iso .glyphicon-list:before {
  content: "\e056";
}
.bootstrap-iso .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap-iso .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap-iso .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap-iso .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap-iso .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap-iso .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap-iso .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap-iso .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap-iso .glyphicon-share:before {
  content: "\e066";
}
.bootstrap-iso .glyphicon-check:before {
  content: "\e067";
}
.bootstrap-iso .glyphicon-move:before {
  content: "\e068";
}
.bootstrap-iso .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap-iso .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap-iso .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap-iso .glyphicon-play:before {
  content: "\e072";
}
.bootstrap-iso .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap-iso .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap-iso .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap-iso .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap-iso .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap-iso .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap-iso .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap-iso .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap-iso .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap-iso .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap-iso .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap-iso .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap-iso .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap-iso .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap-iso .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap-iso .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap-iso .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap-iso .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap-iso .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap-iso .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap-iso .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap-iso .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap-iso .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap-iso .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap-iso .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap-iso .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap-iso .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap-iso .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap-iso .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap-iso .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap-iso .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap-iso .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap-iso .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap-iso .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap-iso .glyphicon-random:before {
  content: "\e110";
}
.bootstrap-iso .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap-iso .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap-iso .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap-iso .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap-iso .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap-iso .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap-iso .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap-iso .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap-iso .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap-iso .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap-iso .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap-iso .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap-iso .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap-iso .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap-iso .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap-iso .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap-iso .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap-iso .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap-iso .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap-iso .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap-iso .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap-iso .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap-iso .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap-iso .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap-iso .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap-iso .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap-iso .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap-iso .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap-iso .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap-iso .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap-iso .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap-iso .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap-iso .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap-iso .glyphicon-link:before {
  content: "\e144";
}
.bootstrap-iso .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap-iso .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap-iso .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap-iso .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap-iso .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap-iso .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap-iso .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap-iso .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap-iso .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap-iso .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap-iso .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap-iso .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap-iso .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap-iso .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap-iso .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap-iso .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap-iso .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap-iso .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap-iso .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap-iso .glyphicon-record:before {
  content: "\e165";
}
.bootstrap-iso .glyphicon-save:before {
  content: "\e166";
}
.bootstrap-iso .glyphicon-open:before {
  content: "\e167";
}
.bootstrap-iso .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap-iso .glyphicon-import:before {
  content: "\e169";
}
.bootstrap-iso .glyphicon-export:before {
  content: "\e170";
}
.bootstrap-iso .glyphicon-send:before {
  content: "\e171";
}
.bootstrap-iso .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap-iso .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap-iso .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap-iso .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap-iso .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap-iso .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap-iso .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap-iso .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap-iso .glyphicon-header:before {
  content: "\e180";
}
.bootstrap-iso .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap-iso .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap-iso .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap-iso .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap-iso .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap-iso .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap-iso .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap-iso .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap-iso .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap-iso .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap-iso .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap-iso .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap-iso .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap-iso .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap-iso .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap-iso .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap-iso .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap-iso .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap-iso .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap-iso .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap-iso .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap-iso .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap-iso .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap-iso .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap-iso .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap-iso .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap-iso .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap-iso .glyphicon-king:before {
  content: "\e211";
}
.bootstrap-iso .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap-iso .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap-iso .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap-iso .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap-iso .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap-iso .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap-iso .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap-iso .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap-iso .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap-iso .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap-iso .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap-iso .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap-iso .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap-iso .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap-iso .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap-iso .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap-iso .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap-iso .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap-iso .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap-iso .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap-iso .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap-iso .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap-iso .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap-iso .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap-iso .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap-iso .glyphicon-education:before {
  content: "\e233";
}
.bootstrap-iso .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap-iso .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap-iso .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap-iso .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap-iso .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap-iso .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap-iso .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap-iso .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap-iso .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap-iso .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap-iso .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap-iso .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap-iso .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap-iso .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap-iso .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap-iso .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap-iso .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap-iso .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap-iso .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap-iso .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap-iso .glyphicon-console:before {
  content: "\e254";
}
.bootstrap-iso .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap-iso .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap-iso .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap-iso .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap-iso .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap-iso .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap-iso * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-iso *:before,
.bootstrap-iso *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-iso {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-iso {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.bootstrap-iso input,
.bootstrap-iso button,
.bootstrap-iso select,
.bootstrap-iso textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-iso a {
  color: #337ab7;
  text-decoration: none;
}
.bootstrap-iso a:hover,
.bootstrap-iso a:focus {
  color: #23527c;
  text-decoration: underline;
}
.bootstrap-iso a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-iso figure {
  margin: 0;
}
.bootstrap-iso img {
  vertical-align: middle;
}
.bootstrap-iso .img-responsive,
.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img,
.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap-iso .img-rounded {
  border-radius: 6px;
}
.bootstrap-iso .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bootstrap-iso .img-circle {
  border-radius: 50%;
}
.bootstrap-iso hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.bootstrap-iso .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-iso .sr-only-focusable:active,
.bootstrap-iso .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap-iso [role="button"] {
  cursor: pointer;
}
.bootstrap-iso h1,
.bootstrap-iso h2,
.bootstrap-iso h3,
.bootstrap-iso h4,
.bootstrap-iso h5,
.bootstrap-iso h6,
.bootstrap-iso .h1,
.bootstrap-iso .h2,
.bootstrap-iso .h3,
.bootstrap-iso .h4,
.bootstrap-iso .h5,
.bootstrap-iso .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bootstrap-iso h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h1 small,
.bootstrap-iso .h2 small,
.bootstrap-iso .h3 small,
.bootstrap-iso .h4 small,
.bootstrap-iso .h5 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso .h3 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.bootstrap-iso h1,
.bootstrap-iso .h1,
.bootstrap-iso h2,
.bootstrap-iso .h2,
.bootstrap-iso h3,
.bootstrap-iso .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap-iso h1 small,
.bootstrap-iso .h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso .h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso .h3 small,
.bootstrap-iso h1 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso .h3 .small {
  font-size: 65%;
}
.bootstrap-iso h4,
.bootstrap-iso .h4,
.bootstrap-iso h5,
.bootstrap-iso .h5,
.bootstrap-iso h6,
.bootstrap-iso .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-iso h4 small,
.bootstrap-iso .h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso .h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h4 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h6 .small {
  font-size: 75%;
}
.bootstrap-iso h1,
.bootstrap-iso .h1 {
  font-size: 36px;
}
.bootstrap-iso h2,
.bootstrap-iso .h2 {
  font-size: 30px;
}
.bootstrap-iso h3,
.bootstrap-iso .h3 {
  font-size: 24px;
}
.bootstrap-iso h4,
.bootstrap-iso .h4 {
  font-size: 18px;
}
.bootstrap-iso h5,
.bootstrap-iso .h5 {
  font-size: 14px;
}
.bootstrap-iso h6,
.bootstrap-iso .h6 {
  font-size: 12px;
}
.bootstrap-iso p {
  margin: 0 0 10px;
}
.bootstrap-iso .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap-iso .lead {
    font-size: 21px;
  }
}
.bootstrap-iso small,
.bootstrap-iso .small {
  font-size: 85%;
}
.bootstrap-iso mark,
.bootstrap-iso .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap-iso .text-left {
  text-align: left;
}
.bootstrap-iso .text-right {
  text-align: right;
}
.bootstrap-iso .text-center {
  text-align: center;
}
.bootstrap-iso .text-justify {
  text-align: justify;
}
.bootstrap-iso .text-nowrap {
  white-space: nowrap;
}
.bootstrap-iso .text-lowercase {
  text-transform: lowercase;
}
.bootstrap-iso .text-uppercase {
  text-transform: uppercase;
}
.bootstrap-iso .text-capitalize {
  text-transform: capitalize;
}
.bootstrap-iso .text-muted {
  color: #777;
}
.bootstrap-iso .text-primary {
  color: #337ab7;
}
.bootstrap-iso a.text-primary:hover,
.bootstrap-iso a.text-primary:focus {
  color: #286090;
}
.bootstrap-iso .text-success {
  color: #3c763d;
}
.bootstrap-iso a.text-success:hover,
.bootstrap-iso a.text-success:focus {
  color: #2b542c;
}
.bootstrap-iso .text-info {
  color: #31708f;
}
.bootstrap-iso a.text-info:hover,
.bootstrap-iso a.text-info:focus {
  color: #245269;
}
.bootstrap-iso .text-warning {
  color: #8a6d3b;
}
.bootstrap-iso a.text-warning:hover,
.bootstrap-iso a.text-warning:focus {
  color: #66512c;
}
.bootstrap-iso .text-danger {
  color: #a94442;
}
.bootstrap-iso a.text-danger:hover,
.bootstrap-iso a.text-danger:focus {
  color: #843534;
}
.bootstrap-iso .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap-iso a.bg-primary:hover,
.bootstrap-iso a.bg-primary:focus {
  background-color: #286090;
}
.bootstrap-iso .bg-success {
  background-color: #dff0d8;
}
.bootstrap-iso a.bg-success:hover,
.bootstrap-iso a.bg-success:focus {
  background-color: #c1e2b3;
}
.bootstrap-iso .bg-info {
  background-color: #d9edf7;
}
.bootstrap-iso a.bg-info:hover,
.bootstrap-iso a.bg-info:focus {
  background-color: #afd9ee;
}
.bootstrap-iso .bg-warning {
  background-color: #fcf8e3;
}
.bootstrap-iso a.bg-warning:hover,
.bootstrap-iso a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bootstrap-iso .bg-danger {
  background-color: #f2dede;
}
.bootstrap-iso a.bg-danger:hover,
.bootstrap-iso a.bg-danger:focus {
  background-color: #e4b9b9;
}
.bootstrap-iso .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.bootstrap-iso ul,
.bootstrap-iso ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrap-iso ul ul,
.bootstrap-iso ol ul,
.bootstrap-iso ul ol,
.bootstrap-iso ol ol {
  margin-bottom: 0;
}
.bootstrap-iso .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-iso .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.bootstrap-iso .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap-iso dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrap-iso dt,
.bootstrap-iso dd {
  line-height: 1.42857143;
}
.bootstrap-iso dt {
  font-weight: bold;
}
.bootstrap-iso dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-iso .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap-iso .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap-iso abbr[title],
.bootstrap-iso abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.bootstrap-iso .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-iso blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.bootstrap-iso blockquote p:last-child,
.bootstrap-iso blockquote ul:last-child,
.bootstrap-iso blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap-iso blockquote footer,
.bootstrap-iso blockquote small,
.bootstrap-iso blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.bootstrap-iso blockquote footer:before,
.bootstrap-iso blockquote small:before,
.bootstrap-iso blockquote .small:before {
  content: '\2014 \00A0';
}
.bootstrap-iso .blockquote-reverse,
.bootstrap-iso blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.bootstrap-iso .blockquote-reverse footer:before,
.bootstrap-iso blockquote.pull-right footer:before,
.bootstrap-iso .blockquote-reverse small:before,
.bootstrap-iso blockquote.pull-right small:before,
.bootstrap-iso .blockquote-reverse .small:before,
.bootstrap-iso blockquote.pull-right .small:before {
  content: '';
}
.bootstrap-iso .blockquote-reverse footer:after,
.bootstrap-iso blockquote.pull-right footer:after,
.bootstrap-iso .blockquote-reverse small:after,
.bootstrap-iso blockquote.pull-right small:after,
.bootstrap-iso .blockquote-reverse .small:after,
.bootstrap-iso blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bootstrap-iso address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-iso code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrap-iso kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-iso kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrap-iso pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap-iso .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-iso .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap-iso .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .container {
    width: 1170px;
  }
}
.bootstrap-iso .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-iso .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-sm-1,
.bootstrap-iso .col-md-1,
.bootstrap-iso .col-lg-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-sm-2,
.bootstrap-iso .col-md-2,
.bootstrap-iso .col-lg-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-sm-3,
.bootstrap-iso .col-md-3,
.bootstrap-iso .col-lg-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-sm-4,
.bootstrap-iso .col-md-4,
.bootstrap-iso .col-lg-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-sm-5,
.bootstrap-iso .col-md-5,
.bootstrap-iso .col-lg-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-sm-6,
.bootstrap-iso .col-md-6,
.bootstrap-iso .col-lg-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-sm-7,
.bootstrap-iso .col-md-7,
.bootstrap-iso .col-lg-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-sm-8,
.bootstrap-iso .col-md-8,
.bootstrap-iso .col-lg-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-sm-9,
.bootstrap-iso .col-md-9,
.bootstrap-iso .col-lg-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-sm-10,
.bootstrap-iso .col-md-10,
.bootstrap-iso .col-lg-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-sm-11,
.bootstrap-iso .col-md-11,
.bootstrap-iso .col-lg-11,
.bootstrap-iso .col-xs-12,
.bootstrap-iso .col-sm-12,
.bootstrap-iso .col-md-12,
.bootstrap-iso .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-xs-12 {
  float: left;
}
.bootstrap-iso .col-xs-12 {
  width: 100%;
}
.bootstrap-iso .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-iso .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-iso .col-xs-9 {
  width: 75%;
}
.bootstrap-iso .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-iso .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-iso .col-xs-6 {
  width: 50%;
}
.bootstrap-iso .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-iso .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-iso .col-xs-3 {
  width: 25%;
}
.bootstrap-iso .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-iso .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-iso .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-iso .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-iso .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-iso .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-iso .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-iso .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-iso .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-iso .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-iso .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-iso .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-iso .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-iso .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-iso .col-xs-pull-0 {
  right: auto;
}
.bootstrap-iso .col-xs-push-12 {
  left: 100%;
}
.bootstrap-iso .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-iso .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-iso .col-xs-push-9 {
  left: 75%;
}
.bootstrap-iso .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-iso .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-iso .col-xs-push-6 {
  left: 50%;
}
.bootstrap-iso .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-iso .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-iso .col-xs-push-3 {
  left: 25%;
}
.bootstrap-iso .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-iso .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-iso .col-xs-push-0 {
  left: auto;
}
.bootstrap-iso .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-iso .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-iso .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-iso .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-iso .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-iso .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-iso .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-iso .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-iso .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-iso .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-iso .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-iso .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-iso .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-iso .col-sm-1,
  .bootstrap-iso .col-sm-2,
  .bootstrap-iso .col-sm-3,
  .bootstrap-iso .col-sm-4,
  .bootstrap-iso .col-sm-5,
  .bootstrap-iso .col-sm-6,
  .bootstrap-iso .col-sm-7,
  .bootstrap-iso .col-sm-8,
  .bootstrap-iso .col-sm-9,
  .bootstrap-iso .col-sm-10,
  .bootstrap-iso .col-sm-11,
  .bootstrap-iso .col-sm-12 {
    float: left;
  }
  .bootstrap-iso .col-sm-12 {
    width: 100%;
  }
  .bootstrap-iso .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-iso .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-iso .col-sm-9 {
    width: 75%;
  }
  .bootstrap-iso .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-iso .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-iso .col-sm-6 {
    width: 50%;
  }
  .bootstrap-iso .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-iso .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-iso .col-sm-3 {
    width: 25%;
  }
  .bootstrap-iso .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-iso .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-iso .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-iso .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-iso .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-iso .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-iso .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-iso .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-iso .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-iso .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-iso .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-iso .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-iso .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-iso .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-iso .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-iso .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-iso .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-iso .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-iso .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-iso .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-iso .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-iso .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-iso .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-iso .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-iso .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-iso .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-iso .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-iso .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-iso .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-iso .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-iso .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-iso .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-iso .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-iso .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-iso .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-iso .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-iso .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-iso .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-iso .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-iso .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-iso .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-iso .col-md-1,
  .bootstrap-iso .col-md-2,
  .bootstrap-iso .col-md-3,
  .bootstrap-iso .col-md-4,
  .bootstrap-iso .col-md-5,
  .bootstrap-iso .col-md-6,
  .bootstrap-iso .col-md-7,
  .bootstrap-iso .col-md-8,
  .bootstrap-iso .col-md-9,
  .bootstrap-iso .col-md-10,
  .bootstrap-iso .col-md-11,
  .bootstrap-iso .col-md-12 {
    float: left;
  }
  .bootstrap-iso .col-md-12 {
    width: 100%;
  }
  .bootstrap-iso .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-iso .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-iso .col-md-9 {
    width: 75%;
  }
  .bootstrap-iso .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-iso .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-iso .col-md-6 {
    width: 50%;
  }
  .bootstrap-iso .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-iso .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-iso .col-md-3 {
    width: 25%;
  }
  .bootstrap-iso .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-iso .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-iso .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-iso .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-iso .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-iso .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-iso .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-iso .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-iso .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-iso .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-iso .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-iso .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-iso .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-iso .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-iso .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-iso .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-iso .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-iso .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-iso .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-iso .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-iso .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-iso .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-iso .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-iso .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-iso .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-iso .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-iso .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-iso .col-md-push-0 {
    left: auto;
  }
  .bootstrap-iso .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-iso .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-iso .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-iso .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-iso .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-iso .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-iso .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-iso .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-iso .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-iso .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-iso .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-iso .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-iso .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .col-lg-1,
  .bootstrap-iso .col-lg-2,
  .bootstrap-iso .col-lg-3,
  .bootstrap-iso .col-lg-4,
  .bootstrap-iso .col-lg-5,
  .bootstrap-iso .col-lg-6,
  .bootstrap-iso .col-lg-7,
  .bootstrap-iso .col-lg-8,
  .bootstrap-iso .col-lg-9,
  .bootstrap-iso .col-lg-10,
  .bootstrap-iso .col-lg-11,
  .bootstrap-iso .col-lg-12 {
    float: left;
  }
  .bootstrap-iso .col-lg-12 {
    width: 100%;
  }
  .bootstrap-iso .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-iso .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-iso .col-lg-9 {
    width: 75%;
  }
  .bootstrap-iso .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-iso .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-iso .col-lg-6 {
    width: 50%;
  }
  .bootstrap-iso .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-iso .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-iso .col-lg-3 {
    width: 25%;
  }
  .bootstrap-iso .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-iso .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-iso .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-iso .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-iso .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-iso .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-iso .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-iso .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-iso .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-iso .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-iso .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-iso .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-iso .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-iso .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-iso .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-iso .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-iso .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-iso .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-iso .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-iso .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-iso .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-iso .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-iso .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-iso .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-iso .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-iso .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-iso .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-iso .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-iso .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-iso .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-iso .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-iso .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-iso .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-iso .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-iso .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-iso .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-iso .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-iso .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-iso .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-iso .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-iso .col-lg-offset-0 {
    margin-left: 0;
  }
}
.bootstrap-iso table {
  background-color: transparent;
}
.bootstrap-iso caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.bootstrap-iso th {
  text-align: left;
}
.bootstrap-iso .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrap-iso .table > thead > tr > th,
.bootstrap-iso .table > tbody > tr > th,
.bootstrap-iso .table > tfoot > tr > th,
.bootstrap-iso .table > thead > tr > td,
.bootstrap-iso .table > tbody > tr > td,
.bootstrap-iso .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bootstrap-iso .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.bootstrap-iso .table > caption + thead > tr:first-child > th,
.bootstrap-iso .table > colgroup + thead > tr:first-child > th,
.bootstrap-iso .table > thead:first-child > tr:first-child > th,
.bootstrap-iso .table > caption + thead > tr:first-child > td,
.bootstrap-iso .table > colgroup + thead > tr:first-child > td,
.bootstrap-iso .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap-iso .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.bootstrap-iso .table .table {
  background-color: #fff;
}
.bootstrap-iso .table-condensed > thead > tr > th,
.bootstrap-iso .table-condensed > tbody > tr > th,
.bootstrap-iso .table-condensed > tfoot > tr > th,
.bootstrap-iso .table-condensed > thead > tr > td,
.bootstrap-iso .table-condensed > tbody > tr > td,
.bootstrap-iso .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap-iso .table-bordered {
  border: 1px solid #ddd;
}
.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > tbody > tr > th,
.bootstrap-iso .table-bordered > tfoot > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td,
.bootstrap-iso .table-bordered > tbody > tr > td,
.bootstrap-iso .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap-iso .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap-iso .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-iso table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.bootstrap-iso table td[class*="col-"],
.bootstrap-iso table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.bootstrap-iso .table > thead > tr > td.active,
.bootstrap-iso .table > tbody > tr > td.active,
.bootstrap-iso .table > tfoot > tr > td.active,
.bootstrap-iso .table > thead > tr > th.active,
.bootstrap-iso .table > tbody > tr > th.active,
.bootstrap-iso .table > tfoot > tr > th.active,
.bootstrap-iso .table > thead > tr.active > td,
.bootstrap-iso .table > tbody > tr.active > td,
.bootstrap-iso .table > tfoot > tr.active > td,
.bootstrap-iso .table > thead > tr.active > th,
.bootstrap-iso .table > tbody > tr.active > th,
.bootstrap-iso .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap-iso .table-hover > tbody > tr > td.active:hover,
.bootstrap-iso .table-hover > tbody > tr > th.active:hover,
.bootstrap-iso .table-hover > tbody > tr.active:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .active,
.bootstrap-iso .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap-iso .table > thead > tr > td.success,
.bootstrap-iso .table > tbody > tr > td.success,
.bootstrap-iso .table > tfoot > tr > td.success,
.bootstrap-iso .table > thead > tr > th.success,
.bootstrap-iso .table > tbody > tr > th.success,
.bootstrap-iso .table > tfoot > tr > th.success,
.bootstrap-iso .table > thead > tr.success > td,
.bootstrap-iso .table > tbody > tr.success > td,
.bootstrap-iso .table > tfoot > tr.success > td,
.bootstrap-iso .table > thead > tr.success > th,
.bootstrap-iso .table > tbody > tr.success > th,
.bootstrap-iso .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap-iso .table-hover > tbody > tr > td.success:hover,
.bootstrap-iso .table-hover > tbody > tr > th.success:hover,
.bootstrap-iso .table-hover > tbody > tr.success:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .success,
.bootstrap-iso .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap-iso .table > thead > tr > td.info,
.bootstrap-iso .table > tbody > tr > td.info,
.bootstrap-iso .table > tfoot > tr > td.info,
.bootstrap-iso .table > thead > tr > th.info,
.bootstrap-iso .table > tbody > tr > th.info,
.bootstrap-iso .table > tfoot > tr > th.info,
.bootstrap-iso .table > thead > tr.info > td,
.bootstrap-iso .table > tbody > tr.info > td,
.bootstrap-iso .table > tfoot > tr.info > td,
.bootstrap-iso .table > thead > tr.info > th,
.bootstrap-iso .table > tbody > tr.info > th,
.bootstrap-iso .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap-iso .table-hover > tbody > tr > td.info:hover,
.bootstrap-iso .table-hover > tbody > tr > th.info:hover,
.bootstrap-iso .table-hover > tbody > tr.info:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .info,
.bootstrap-iso .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap-iso .table > thead > tr > td.warning,
.bootstrap-iso .table > tbody > tr > td.warning,
.bootstrap-iso .table > tfoot > tr > td.warning,
.bootstrap-iso .table > thead > tr > th.warning,
.bootstrap-iso .table > tbody > tr > th.warning,
.bootstrap-iso .table > tfoot > tr > th.warning,
.bootstrap-iso .table > thead > tr.warning > td,
.bootstrap-iso .table > tbody > tr.warning > td,
.bootstrap-iso .table > tfoot > tr.warning > td,
.bootstrap-iso .table > thead > tr.warning > th,
.bootstrap-iso .table > tbody > tr.warning > th,
.bootstrap-iso .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap-iso .table-hover > tbody > tr > td.warning:hover,
.bootstrap-iso .table-hover > tbody > tr > th.warning:hover,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .warning,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap-iso .table > thead > tr > td.danger,
.bootstrap-iso .table > tbody > tr > td.danger,
.bootstrap-iso .table > tfoot > tr > td.danger,
.bootstrap-iso .table > thead > tr > th.danger,
.bootstrap-iso .table > tbody > tr > th.danger,
.bootstrap-iso .table > tfoot > tr > th.danger,
.bootstrap-iso .table > thead > tr.danger > td,
.bootstrap-iso .table > tbody > tr.danger > td,
.bootstrap-iso .table > tfoot > tr.danger > td,
.bootstrap-iso .table > thead > tr.danger > th,
.bootstrap-iso .table > tbody > tr.danger > th,
.bootstrap-iso .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap-iso .table-hover > tbody > tr > td.danger:hover,
.bootstrap-iso .table-hover > tbody > tr > th.danger:hover,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .danger,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap-iso .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .bootstrap-iso .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .bootstrap-iso .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap-iso .table-responsive > .table > thead > tr > th,
  .bootstrap-iso .table-responsive > .table > tbody > tr > th,
  .bootstrap-iso .table-responsive > .table > tfoot > tr > th,
  .bootstrap-iso .table-responsive > .table > thead > tr > td,
  .bootstrap-iso .table-responsive > .table > tbody > tr > td,
  .bootstrap-iso .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap-iso .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap-iso fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-iso legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-iso label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap-iso input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-iso input[type="radio"],
.bootstrap-iso input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-iso input[type="file"] {
  display: block;
}
.bootstrap-iso input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-iso select[multiple],
.bootstrap-iso select[size] {
  height: auto;
}
.bootstrap-iso input[type="file"]:focus,
.bootstrap-iso input[type="radio"]:focus,
.bootstrap-iso input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-iso output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.bootstrap-iso .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-iso .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-iso .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bootstrap-iso .form-control:-ms-input-placeholder {
  color: #999;
}
.bootstrap-iso .form-control::-webkit-input-placeholder {
  color: #999;
}
.bootstrap-iso .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-iso .form-control[disabled],
.bootstrap-iso .form-control[readonly],
.bootstrap-iso fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.bootstrap-iso .form-control[disabled],
.bootstrap-iso fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrap-iso textarea.form-control {
  height: auto;
}
.bootstrap-iso input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-iso input[type="date"].form-control,
  .bootstrap-iso input[type="time"].form-control,
  .bootstrap-iso input[type="datetime-local"].form-control,
  .bootstrap-iso input[type="month"].form-control {
    line-height: 34px;
  }
  .bootstrap-iso input[type="date"].input-sm,
  .bootstrap-iso input[type="time"].input-sm,
  .bootstrap-iso input[type="datetime-local"].input-sm,
  .bootstrap-iso input[type="month"].input-sm,
  .bootstrap-iso .input-group-sm input[type="date"],
  .bootstrap-iso .input-group-sm input[type="time"],
  .bootstrap-iso .input-group-sm input[type="datetime-local"],
  .bootstrap-iso .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-iso input[type="date"].input-lg,
  .bootstrap-iso input[type="time"].input-lg,
  .bootstrap-iso input[type="datetime-local"].input-lg,
  .bootstrap-iso input[type="month"].input-lg,
  .bootstrap-iso .input-group-lg input[type="date"],
  .bootstrap-iso .input-group-lg input[type="time"],
  .bootstrap-iso .input-group-lg input[type="datetime-local"],
  .bootstrap-iso .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap-iso .form-group {
  margin-bottom: 15px;
}
.bootstrap-iso .radio,
.bootstrap-iso .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-iso .radio label,
.bootstrap-iso .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-iso .radio input[type="radio"],
.bootstrap-iso .radio-inline input[type="radio"],
.bootstrap-iso .checkbox input[type="checkbox"],
.bootstrap-iso .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.bootstrap-iso .radio + .radio,
.bootstrap-iso .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-iso .radio-inline,
.bootstrap-iso .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.bootstrap-iso .radio-inline + .radio-inline,
.bootstrap-iso .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-iso input[type="radio"][disabled],
.bootstrap-iso input[type="checkbox"][disabled],
.bootstrap-iso input[type="radio"].disabled,
.bootstrap-iso input[type="checkbox"].disabled,
.bootstrap-iso fieldset[disabled] input[type="radio"],
.bootstrap-iso fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-iso .radio-inline.disabled,
.bootstrap-iso .checkbox-inline.disabled,
.bootstrap-iso fieldset[disabled] .radio-inline,
.bootstrap-iso fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-iso .radio.disabled label,
.bootstrap-iso .checkbox.disabled label,
.bootstrap-iso fieldset[disabled] .radio label,
.bootstrap-iso fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bootstrap-iso .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.bootstrap-iso .form-control-static.input-lg,
.bootstrap-iso .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-iso .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso textarea.input-sm,
.bootstrap-iso select[multiple].input-sm {
  height: auto;
}
.bootstrap-iso .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso .form-group-sm textarea.form-control,
.bootstrap-iso .form-group-sm select[multiple].form-control {
  height: auto;
}
.bootstrap-iso .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-iso .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso select.input-lg {
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso textarea.input-lg,
.bootstrap-iso select[multiple].input-lg {
  height: auto;
}
.bootstrap-iso .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso .form-group-lg textarea.form-control,
.bootstrap-iso .form-group-lg select[multiple].form-control {
  height: auto;
}
.bootstrap-iso .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-iso .has-feedback {
  position: relative;
}
.bootstrap-iso .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap-iso .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bootstrap-iso .input-lg + .form-control-feedback,
.bootstrap-iso .input-group-lg + .form-control-feedback,
.bootstrap-iso .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso .input-sm + .form-control-feedback,
.bootstrap-iso .input-group-sm + .form-control-feedback,
.bootstrap-iso .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso .has-success .help-block,
.bootstrap-iso .has-success .control-label,
.bootstrap-iso .has-success .radio,
.bootstrap-iso .has-success .checkbox,
.bootstrap-iso .has-success .radio-inline,
.bootstrap-iso .has-success .checkbox-inline,
.bootstrap-iso .has-success.radio label,
.bootstrap-iso .has-success.checkbox label,
.bootstrap-iso .has-success.radio-inline label,
.bootstrap-iso .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap-iso .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap-iso .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.bootstrap-iso .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap-iso .has-warning .help-block,
.bootstrap-iso .has-warning .control-label,
.bootstrap-iso .has-warning .radio,
.bootstrap-iso .has-warning .checkbox,
.bootstrap-iso .has-warning .radio-inline,
.bootstrap-iso .has-warning .checkbox-inline,
.bootstrap-iso .has-warning.radio label,
.bootstrap-iso .has-warning.checkbox label,
.bootstrap-iso .has-warning.radio-inline label,
.bootstrap-iso .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap-iso .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap-iso .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.bootstrap-iso .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap-iso .has-error .help-block,
.bootstrap-iso .has-error .control-label,
.bootstrap-iso .has-error .radio,
.bootstrap-iso .has-error .checkbox,
.bootstrap-iso .has-error .radio-inline,
.bootstrap-iso .has-error .checkbox-inline,
.bootstrap-iso .has-error.radio label,
.bootstrap-iso .has-error.checkbox label,
.bootstrap-iso .has-error.radio-inline label,
.bootstrap-iso .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap-iso .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap-iso .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.bootstrap-iso .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap-iso .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap-iso .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-iso .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap-iso .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-iso .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .input-group .input-group-addon,
  .bootstrap-iso .form-inline .input-group .input-group-btn,
  .bootstrap-iso .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-iso .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-iso .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .radio,
  .bootstrap-iso .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .radio label,
  .bootstrap-iso .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-iso .form-inline .radio input[type="radio"],
  .bootstrap-iso .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-iso .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox,
.bootstrap-iso .form-horizontal .radio-inline,
.bootstrap-iso .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap-iso .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.bootstrap-iso .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bootstrap-iso .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-iso .btn:focus,
.bootstrap-iso .btn:active:focus,
.bootstrap-iso .btn.active:focus,
.bootstrap-iso .btn.focus,
.bootstrap-iso .btn:active.focus,
.bootstrap-iso .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-iso .btn:hover,
.bootstrap-iso .btn:focus,
.bootstrap-iso .btn.focus {
  color: #333;
  text-decoration: none;
}
.bootstrap-iso .btn:active,
.bootstrap-iso .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-iso .btn.disabled,
.bootstrap-iso .btn[disabled],
.bootstrap-iso fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.bootstrap-iso a.btn.disabled,
.bootstrap-iso fieldset[disabled] a.btn {
  pointer-events: none;
}
.bootstrap-iso .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-iso .btn-default:focus,
.bootstrap-iso .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.bootstrap-iso .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-iso .btn-default:active:hover,
.bootstrap-iso .btn-default.active:hover,
.bootstrap-iso .open > .dropdown-toggle.btn-default:hover,
.bootstrap-iso .btn-default:active:focus,
.bootstrap-iso .btn-default.active:focus,
.bootstrap-iso .open > .dropdown-toggle.btn-default:focus,
.bootstrap-iso .btn-default:active.focus,
.bootstrap-iso .btn-default.active.focus,
.bootstrap-iso .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.bootstrap-iso .btn-default.disabled:hover,
.bootstrap-iso .btn-default[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-default:hover,
.bootstrap-iso .btn-default.disabled:focus,
.bootstrap-iso .btn-default[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-default:focus,
.bootstrap-iso .btn-default.disabled.focus,
.bootstrap-iso .btn-default[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-iso .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.bootstrap-iso .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-iso .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-iso .btn-primary:active:hover,
.bootstrap-iso .btn-primary.active:hover,
.bootstrap-iso .open > .dropdown-toggle.btn-primary:hover,
.bootstrap-iso .btn-primary:active:focus,
.bootstrap-iso .btn-primary.active:focus,
.bootstrap-iso .open > .dropdown-toggle.btn-primary:focus,
.bootstrap-iso .btn-primary:active.focus,
.bootstrap-iso .btn-primary.active.focus,
.bootstrap-iso .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.bootstrap-iso .btn-primary.disabled:hover,
.bootstrap-iso .btn-primary[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-primary:hover,
.bootstrap-iso .btn-primary.disabled:focus,
.bootstrap-iso .btn-primary[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-primary:focus,
.bootstrap-iso .btn-primary.disabled.focus,
.bootstrap-iso .btn-primary[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-iso .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-iso .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.bootstrap-iso .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-iso .btn-success:active:hover,
.bootstrap-iso .btn-success.active:hover,
.bootstrap-iso .open > .dropdown-toggle.btn-success:hover,
.bootstrap-iso .btn-success:active:focus,
.bootstrap-iso .btn-success.active:focus,
.bootstrap-iso .open > .dropdown-toggle.btn-success:focus,
.bootstrap-iso .btn-success:active.focus,
.bootstrap-iso .btn-success.active.focus,
.bootstrap-iso .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.bootstrap-iso .btn-success.disabled:hover,
.bootstrap-iso .btn-success[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-success:hover,
.bootstrap-iso .btn-success.disabled:focus,
.bootstrap-iso .btn-success[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-success:focus,
.bootstrap-iso .btn-success.disabled.focus,
.bootstrap-iso .btn-success[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-iso .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.bootstrap-iso .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-iso .btn-info:focus,
.bootstrap-iso .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.bootstrap-iso .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-iso .btn-info:active:hover,
.bootstrap-iso .btn-info.active:hover,
.bootstrap-iso .open > .dropdown-toggle.btn-info:hover,
.bootstrap-iso .btn-info:active:focus,
.bootstrap-iso .btn-info.active:focus,
.bootstrap-iso .open > .dropdown-toggle.btn-info:focus,
.bootstrap-iso .btn-info:active.focus,
.bootstrap-iso .btn-info.active.focus,
.bootstrap-iso .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.bootstrap-iso .btn-info.disabled:hover,
.bootstrap-iso .btn-info[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-info:hover,
.bootstrap-iso .btn-info.disabled:focus,
.bootstrap-iso .btn-info[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-info:focus,
.bootstrap-iso .btn-info.disabled.focus,
.bootstrap-iso .btn-info[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-iso .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.bootstrap-iso .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-iso .btn-warning:focus,
.bootstrap-iso .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.bootstrap-iso .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-iso .btn-warning:active:hover,
.bootstrap-iso .btn-warning.active:hover,
.bootstrap-iso .open > .dropdown-toggle.btn-warning:hover,
.bootstrap-iso .btn-warning:active:focus,
.bootstrap-iso .btn-warning.active:focus,
.bootstrap-iso .open > .dropdown-toggle.btn-warning:focus,
.bootstrap-iso .btn-warning:active.focus,
.bootstrap-iso .btn-warning.active.focus,
.bootstrap-iso .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.bootstrap-iso .btn-warning.disabled:hover,
.bootstrap-iso .btn-warning[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-warning:hover,
.bootstrap-iso .btn-warning.disabled:focus,
.bootstrap-iso .btn-warning[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-warning:focus,
.bootstrap-iso .btn-warning.disabled.focus,
.bootstrap-iso .btn-warning[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-iso .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.bootstrap-iso .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-iso .btn-danger:focus,
.bootstrap-iso .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.bootstrap-iso .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-iso .btn-danger:active:hover,
.bootstrap-iso .btn-danger.active:hover,
.bootstrap-iso .open > .dropdown-toggle.btn-danger:hover,
.bootstrap-iso .btn-danger:active:focus,
.bootstrap-iso .btn-danger.active:focus,
.bootstrap-iso .open > .dropdown-toggle.btn-danger:focus,
.bootstrap-iso .btn-danger:active.focus,
.bootstrap-iso .btn-danger.active.focus,
.bootstrap-iso .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.bootstrap-iso .btn-danger.disabled:hover,
.bootstrap-iso .btn-danger[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-danger:hover,
.bootstrap-iso .btn-danger.disabled:focus,
.bootstrap-iso .btn-danger[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-danger:focus,
.bootstrap-iso .btn-danger.disabled.focus,
.bootstrap-iso .btn-danger[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-iso .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.bootstrap-iso .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:active,
.bootstrap-iso .btn-link.active,
.bootstrap-iso .btn-link[disabled],
.bootstrap-iso fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus,
.bootstrap-iso .btn-link:active {
  border-color: transparent;
}
.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap-iso .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-link:hover,
.bootstrap-iso .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.bootstrap-iso .btn-lg,
.bootstrap-iso .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso .btn-sm,
.bootstrap-iso .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso .btn-xs,
.bootstrap-iso .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-iso .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap-iso input[type="submit"].btn-block,
.bootstrap-iso input[type="reset"].btn-block,
.bootstrap-iso input[type="button"].btn-block {
  width: 100%;
}
.bootstrap-iso .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap-iso .fade.in {
  opacity: 1;
}
.bootstrap-iso .collapse {
  display: none;
}
.bootstrap-iso .collapse.in {
  display: block;
}
.bootstrap-iso tr.collapse.in {
  display: table-row;
}
.bootstrap-iso tbody.collapse.in {
  display: table-row-group;
}
.bootstrap-iso .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.bootstrap-iso .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap-iso .dropup,
.bootstrap-iso .dropdown {
  position: relative;
}
.bootstrap-iso .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-iso .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bootstrap-iso .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap-iso .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-iso .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.bootstrap-iso .dropdown-menu > li > a:hover,
.bootstrap-iso .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-iso .dropdown-menu > .active > a,
.bootstrap-iso .dropdown-menu > .active > a:hover,
.bootstrap-iso .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.bootstrap-iso .dropdown-menu > .disabled > a,
.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bootstrap-iso .open > .dropdown-menu {
  display: block;
}
.bootstrap-iso .open > a {
  outline: 0;
}
.bootstrap-iso .dropdown-menu-right {
  right: 0;
  left: auto;
}
.bootstrap-iso .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap-iso .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.bootstrap-iso .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.bootstrap-iso .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-iso .dropup .caret,
.bootstrap-iso .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.bootstrap-iso .dropup .dropdown-menu,
.bootstrap-iso .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .bootstrap-iso .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.bootstrap-iso .btn-group,
.bootstrap-iso .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-iso .btn-group > .btn,
.bootstrap-iso .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-iso .btn-group > .btn:hover,
.bootstrap-iso .btn-group-vertical > .btn:hover,
.bootstrap-iso .btn-group > .btn:focus,
.bootstrap-iso .btn-group-vertical > .btn:focus,
.bootstrap-iso .btn-group > .btn:active,
.bootstrap-iso .btn-group-vertical > .btn:active,
.bootstrap-iso .btn-group > .btn.active,
.bootstrap-iso .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-iso .btn-group .btn + .btn,
.bootstrap-iso .btn-group .btn + .btn-group,
.bootstrap-iso .btn-group .btn-group + .btn,
.bootstrap-iso .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-iso .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-iso .btn-toolbar .btn,
.bootstrap-iso .btn-toolbar .btn-group,
.bootstrap-iso .btn-toolbar .input-group {
  float: left;
}
.bootstrap-iso .btn-toolbar > .btn,
.bootstrap-iso .btn-toolbar > .btn-group,
.bootstrap-iso .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-iso .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-iso .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-iso .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-iso .btn-group > .btn:last-child:not(:first-child),
.bootstrap-iso .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group {
  float: left;
}
.bootstrap-iso .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group .dropdown-toggle:active,
.bootstrap-iso .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-iso .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.bootstrap-iso .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.bootstrap-iso .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-iso .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso .btn .caret {
  margin-left: 0;
}
.bootstrap-iso .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-iso .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-iso .btn-group-vertical > .btn,
.bootstrap-iso .btn-group-vertical > .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-iso .btn-group-vertical > .btn + .btn,
.bootstrap-iso .btn-group-vertical > .btn + .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-iso .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-iso .btn-group-justified > .btn,
.bootstrap-iso .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.bootstrap-iso .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-iso .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-iso [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-iso .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-iso .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-iso .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-iso .input-group .form-control:focus {
  z-index: 3;
}
.bootstrap-iso .input-group-lg > .form-control,
.bootstrap-iso .input-group-lg > .input-group-addon,
.bootstrap-iso .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso select.input-group-lg > .form-control,
.bootstrap-iso select.input-group-lg > .input-group-addon,
.bootstrap-iso select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso textarea.input-group-lg > .form-control,
.bootstrap-iso textarea.input-group-lg > .input-group-addon,
.bootstrap-iso textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-lg > .form-control,
.bootstrap-iso select[multiple].input-group-lg > .input-group-addon,
.bootstrap-iso select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-iso .input-group-sm > .form-control,
.bootstrap-iso .input-group-sm > .input-group-addon,
.bootstrap-iso .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso select.input-group-sm > .form-control,
.bootstrap-iso select.input-group-sm > .input-group-addon,
.bootstrap-iso select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso textarea.input-group-sm > .form-control,
.bootstrap-iso textarea.input-group-sm > .input-group-addon,
.bootstrap-iso textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-sm > .form-control,
.bootstrap-iso select[multiple].input-group-sm > .input-group-addon,
.bootstrap-iso select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn,
.bootstrap-iso .input-group .form-control {
  display: table-cell;
}
.bootstrap-iso .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-iso .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-iso .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-iso .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrap-iso .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrap-iso .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.bootstrap-iso .input-group-addon input[type="radio"],
.bootstrap-iso .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-iso .input-group .form-control:first-child,
.bootstrap-iso .input-group-addon:first-child,
.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-iso .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-iso .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-iso .input-group .form-control:last-child,
.bootstrap-iso .input-group-addon:last-child,
.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-iso .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-iso .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-iso .input-group-btn > .btn {
  position: relative;
}
.bootstrap-iso .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-iso .input-group-btn > .btn:hover,
.bootstrap-iso .input-group-btn > .btn:focus,
.bootstrap-iso .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrap-iso .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-iso .nav > li {
  position: relative;
  display: block;
}
.bootstrap-iso .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-iso .nav > li > a:hover,
.bootstrap-iso .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.bootstrap-iso .nav > li.disabled > a {
  color: #777;
}
.bootstrap-iso .nav > li.disabled > a:hover,
.bootstrap-iso .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.bootstrap-iso .nav .open > a,
.bootstrap-iso .nav .open > a:hover,
.bootstrap-iso .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.bootstrap-iso .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-iso .nav > li > a > img {
  max-width: none;
}
.bootstrap-iso .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap-iso .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap-iso .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap-iso .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.bootstrap-iso .nav-tabs > li.active > a,
.bootstrap-iso .nav-tabs > li.active > a:hover,
.bootstrap-iso .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.bootstrap-iso .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap-iso .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap-iso .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-iso .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-iso .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-iso .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-iso .nav-tabs.nav-justified > .active > a,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-iso .nav-tabs.nav-justified > .active > a,
  .bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-iso .nav-pills > li {
  float: left;
}
.bootstrap-iso .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrap-iso .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap-iso .nav-pills > li.active > a,
.bootstrap-iso .nav-pills > li.active > a:hover,
.bootstrap-iso .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap-iso .nav-stacked > li {
  float: none;
}
.bootstrap-iso .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap-iso .nav-justified {
  width: 100%;
}
.bootstrap-iso .nav-justified > li {
  float: none;
}
.bootstrap-iso .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-iso .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-iso .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-iso .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap-iso .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-iso .nav-tabs-justified > .active > a,
.bootstrap-iso .nav-tabs-justified > .active > a:hover,
.bootstrap-iso .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-iso .nav-tabs-justified > .active > a,
  .bootstrap-iso .nav-tabs-justified > .active > a:hover,
  .bootstrap-iso .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-iso .tab-content > .tab-pane {
  display: none;
}
.bootstrap-iso .tab-content > .active {
  display: block;
}
.bootstrap-iso .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-header {
    float: left;
  }
}
.bootstrap-iso .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.bootstrap-iso .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap-iso .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap-iso .navbar-collapse.in {
    overflow-y: visible;
  }
  .bootstrap-iso .navbar-fixed-top .navbar-collapse,
  .bootstrap-iso .navbar-static-top .navbar-collapse,
  .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.bootstrap-iso .navbar-fixed-top .navbar-collapse,
.bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-iso .navbar-fixed-top .navbar-collapse,
  .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrap-iso .container > .navbar-header,
.bootstrap-iso .container-fluid > .navbar-header,
.bootstrap-iso .container > .navbar-collapse,
.bootstrap-iso .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .container > .navbar-header,
  .bootstrap-iso .container-fluid > .navbar-header,
  .bootstrap-iso .container > .navbar-collapse,
  .bootstrap-iso .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap-iso .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap-iso .navbar-fixed-top,
.bootstrap-iso .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-fixed-top,
  .bootstrap-iso .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap-iso .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap-iso .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap-iso .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.bootstrap-iso .navbar-brand:hover,
.bootstrap-iso .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-iso .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar > .container .navbar-brand,
  .bootstrap-iso .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap-iso .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-iso .navbar-toggle:focus {
  outline: 0;
}
.bootstrap-iso .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap-iso .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-toggle {
    display: none;
  }
}
.bootstrap-iso .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrap-iso .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-iso .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap-iso .navbar-nav > li {
    float: left;
  }
  .bootstrap-iso .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrap-iso .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap-iso .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .input-group .input-group-addon,
  .bootstrap-iso .navbar-form .input-group .input-group-btn,
  .bootstrap-iso .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap-iso .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-iso .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .radio,
  .bootstrap-iso .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .radio label,
  .bootstrap-iso .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap-iso .navbar-form .radio input[type="radio"],
  .bootstrap-iso .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-iso .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap-iso .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap-iso .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrap-iso .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-iso .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap-iso .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-left {
    float: left !important;
  }
  .bootstrap-iso .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap-iso .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap-iso .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-brand {
  color: #777;
}
.bootstrap-iso .navbar-default .navbar-brand:hover,
.bootstrap-iso .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-text {
  color: #777;
}
.bootstrap-iso .navbar-default .navbar-nav > li > a {
  color: #777;
}
.bootstrap-iso .navbar-default .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-nav > .active > a,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.bootstrap-iso .navbar-default .navbar-toggle:hover,
.bootstrap-iso .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.bootstrap-iso .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.bootstrap-iso .navbar-default .navbar-collapse,
.bootstrap-iso .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-nav > .open > a,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.bootstrap-iso .navbar-default .navbar-link {
  color: #777;
}
.bootstrap-iso .navbar-default .navbar-link:hover {
  color: #333;
}
.bootstrap-iso .navbar-default .btn-link {
  color: #777;
}
.bootstrap-iso .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link:focus {
  color: #333;
}
.bootstrap-iso .navbar-default .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.bootstrap-iso .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.bootstrap-iso .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-brand:hover,
.bootstrap-iso .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.bootstrap-iso .navbar-inverse .navbar-toggle:hover,
.bootstrap-iso .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.bootstrap-iso .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.bootstrap-iso .navbar-inverse .navbar-collapse,
.bootstrap-iso .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.bootstrap-iso .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.bootstrap-iso .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link:focus {
  color: #fff;
}
.bootstrap-iso .navbar-inverse .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.bootstrap-iso .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bootstrap-iso .breadcrumb > li {
  display: inline-block;
}
.bootstrap-iso .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.bootstrap-iso .breadcrumb > .active {
  color: #777;
}
.bootstrap-iso .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bootstrap-iso .pagination > li {
  display: inline;
}
.bootstrap-iso .pagination > li > a,
.bootstrap-iso .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-iso .pagination > li:first-child > a,
.bootstrap-iso .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-iso .pagination > li:last-child > a,
.bootstrap-iso .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-iso .pagination > li > a:hover,
.bootstrap-iso .pagination > li > span:hover,
.bootstrap-iso .pagination > li > a:focus,
.bootstrap-iso .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.bootstrap-iso .pagination > .active > a,
.bootstrap-iso .pagination > .active > span,
.bootstrap-iso .pagination > .active > a:hover,
.bootstrap-iso .pagination > .active > span:hover,
.bootstrap-iso .pagination > .active > a:focus,
.bootstrap-iso .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-iso .pagination > .disabled > span,
.bootstrap-iso .pagination > .disabled > span:hover,
.bootstrap-iso .pagination > .disabled > span:focus,
.bootstrap-iso .pagination > .disabled > a,
.bootstrap-iso .pagination > .disabled > a:hover,
.bootstrap-iso .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.bootstrap-iso .pagination-lg > li > a,
.bootstrap-iso .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-iso .pagination-lg > li:first-child > a,
.bootstrap-iso .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.bootstrap-iso .pagination-lg > li:last-child > a,
.bootstrap-iso .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bootstrap-iso .pagination-sm > li > a,
.bootstrap-iso .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-iso .pagination-sm > li:first-child > a,
.bootstrap-iso .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .pagination-sm > li:last-child > a,
.bootstrap-iso .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap-iso .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.bootstrap-iso .pager li {
  display: inline;
}
.bootstrap-iso .pager li > a,
.bootstrap-iso .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.bootstrap-iso .pager li > a:hover,
.bootstrap-iso .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.bootstrap-iso .pager .next > a,
.bootstrap-iso .pager .next > span {
  float: right;
}
.bootstrap-iso .pager .previous > a,
.bootstrap-iso .pager .previous > span {
  float: left;
}
.bootstrap-iso .pager .disabled > a,
.bootstrap-iso .pager .disabled > a:hover,
.bootstrap-iso .pager .disabled > a:focus,
.bootstrap-iso .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.bootstrap-iso .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.bootstrap-iso a.label:hover,
.bootstrap-iso a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-iso .label:empty {
  display: none;
}
.bootstrap-iso .btn .label {
  position: relative;
  top: -1px;
}
.bootstrap-iso .label-default {
  background-color: #777;
}
.bootstrap-iso .label-default[href]:hover,
.bootstrap-iso .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap-iso .label-primary {
  background-color: #337ab7;
}
.bootstrap-iso .label-primary[href]:hover,
.bootstrap-iso .label-primary[href]:focus {
  background-color: #286090;
}
.bootstrap-iso .label-success {
  background-color: #5cb85c;
}
.bootstrap-iso .label-success[href]:hover,
.bootstrap-iso .label-success[href]:focus {
  background-color: #449d44;
}
.bootstrap-iso .label-info {
  background-color: #5bc0de;
}
.bootstrap-iso .label-info[href]:hover,
.bootstrap-iso .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap-iso .label-warning {
  background-color: #f0ad4e;
}
.bootstrap-iso .label-warning[href]:hover,
.bootstrap-iso .label-warning[href]:focus {
  background-color: #ec971f;
}
.bootstrap-iso .label-danger {
  background-color: #d9534f;
}
.bootstrap-iso .label-danger[href]:hover,
.bootstrap-iso .label-danger[href]:focus {
  background-color: #c9302c;
}
.bootstrap-iso .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.bootstrap-iso .badge:empty {
  display: none;
}
.bootstrap-iso .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-iso .btn-xs .badge,
.bootstrap-iso .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.bootstrap-iso a.badge:hover,
.bootstrap-iso a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-iso .list-group-item.active > .badge,
.bootstrap-iso .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-iso .list-group-item > .badge {
  float: right;
}
.bootstrap-iso .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.bootstrap-iso .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bootstrap-iso .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.bootstrap-iso .jumbotron h1,
.bootstrap-iso .jumbotron .h1 {
  color: inherit;
}
.bootstrap-iso .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrap-iso .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.bootstrap-iso .container .jumbotron,
.bootstrap-iso .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.bootstrap-iso .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap-iso .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .bootstrap-iso .container .jumbotron,
  .bootstrap-iso .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .bootstrap-iso .jumbotron h1,
  .bootstrap-iso .jumbotron .h1 {
    font-size: 63px;
  }
}
.bootstrap-iso .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-iso a.thumbnail:hover,
.bootstrap-iso a.thumbnail:focus,
.bootstrap-iso a.thumbnail.active {
  border-color: #337ab7;
}
.bootstrap-iso .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.bootstrap-iso .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-iso .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap-iso .alert .alert-link {
  font-weight: bold;
}
.bootstrap-iso .alert > p,
.bootstrap-iso .alert > ul {
  margin-bottom: 0;
}
.bootstrap-iso .alert > p + p {
  margin-top: 5px;
}
.bootstrap-iso .alert-dismissable,
.bootstrap-iso .alert-dismissible {
  padding-right: 35px;
}
.bootstrap-iso .alert-dismissable .close,
.bootstrap-iso .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap-iso .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-iso .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap-iso .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap-iso .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-iso .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap-iso .alert-info .alert-link {
  color: #245269;
}
.bootstrap-iso .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-iso .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap-iso .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap-iso .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-iso .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap-iso .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-iso .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-iso .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap-iso .progress-striped .progress-bar,
.bootstrap-iso .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.bootstrap-iso .progress.active .progress-bar,
.bootstrap-iso .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-iso .progress-bar-success {
  background-color: #5cb85c;
}
.bootstrap-iso .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .progress-bar-info {
  background-color: #5bc0de;
}
.bootstrap-iso .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .progress-bar-warning {
  background-color: #f0ad4e;
}
.bootstrap-iso .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .progress-bar-danger {
  background-color: #d9534f;
}
.bootstrap-iso .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .media {
  margin-top: 15px;
}
.bootstrap-iso .media:first-child {
  margin-top: 0;
}
.bootstrap-iso .media,
.bootstrap-iso .media-body {
  overflow: hidden;
  zoom: 1;
}
.bootstrap-iso .media-body {
  width: 10000px;
}
.bootstrap-iso .media-object {
  display: block;
}
.bootstrap-iso .media-object.img-thumbnail {
  max-width: none;
}
.bootstrap-iso .media-right,
.bootstrap-iso .media > .pull-right {
  padding-left: 10px;
}
.bootstrap-iso .media-left,
.bootstrap-iso .media > .pull-left {
  padding-right: 10px;
}
.bootstrap-iso .media-left,
.bootstrap-iso .media-right,
.bootstrap-iso .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap-iso .media-middle {
  vertical-align: middle;
}
.bootstrap-iso .media-bottom {
  vertical-align: bottom;
}
.bootstrap-iso .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-iso .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap-iso .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.bootstrap-iso .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-iso .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-iso .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-iso a.list-group-item,
.bootstrap-iso button.list-group-item {
  color: #555;
}
.bootstrap-iso a.list-group-item .list-group-item-heading,
.bootstrap-iso button.list-group-item .list-group-item-heading {
  color: #333;
}
.bootstrap-iso a.list-group-item:hover,
.bootstrap-iso button.list-group-item:hover,
.bootstrap-iso a.list-group-item:focus,
.bootstrap-iso button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-iso button.list-group-item {
  width: 100%;
  text-align: left;
}
.bootstrap-iso .list-group-item.disabled,
.bootstrap-iso .list-group-item.disabled:hover,
.bootstrap-iso .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-iso .list-group-item.active .list-group-item-heading,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading,
.bootstrap-iso .list-group-item.active .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap-iso .list-group-item.active .list-group-item-text,
.bootstrap-iso .list-group-item.active:hover .list-group-item-text,
.bootstrap-iso .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.bootstrap-iso .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap-iso a.list-group-item-success,
.bootstrap-iso button.list-group-item-success {
  color: #3c763d;
}
.bootstrap-iso a.list-group-item-success .list-group-item-heading,
.bootstrap-iso button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-success:hover,
.bootstrap-iso button.list-group-item-success:hover,
.bootstrap-iso a.list-group-item-success:focus,
.bootstrap-iso button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.bootstrap-iso a.list-group-item-success.active,
.bootstrap-iso button.list-group-item-success.active,
.bootstrap-iso a.list-group-item-success.active:hover,
.bootstrap-iso button.list-group-item-success.active:hover,
.bootstrap-iso a.list-group-item-success.active:focus,
.bootstrap-iso button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrap-iso .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.bootstrap-iso a.list-group-item-info,
.bootstrap-iso button.list-group-item-info {
  color: #31708f;
}
.bootstrap-iso a.list-group-item-info .list-group-item-heading,
.bootstrap-iso button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-info:hover,
.bootstrap-iso button.list-group-item-info:hover,
.bootstrap-iso a.list-group-item-info:focus,
.bootstrap-iso button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.bootstrap-iso a.list-group-item-info.active,
.bootstrap-iso button.list-group-item-info.active,
.bootstrap-iso a.list-group-item-info.active:hover,
.bootstrap-iso button.list-group-item-info.active:hover,
.bootstrap-iso a.list-group-item-info.active:focus,
.bootstrap-iso button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrap-iso .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap-iso a.list-group-item-warning,
.bootstrap-iso button.list-group-item-warning {
  color: #8a6d3b;
}
.bootstrap-iso a.list-group-item-warning .list-group-item-heading,
.bootstrap-iso button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-warning:hover,
.bootstrap-iso button.list-group-item-warning:hover,
.bootstrap-iso a.list-group-item-warning:focus,
.bootstrap-iso button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.bootstrap-iso a.list-group-item-warning.active,
.bootstrap-iso button.list-group-item-warning.active,
.bootstrap-iso a.list-group-item-warning.active:hover,
.bootstrap-iso button.list-group-item-warning.active:hover,
.bootstrap-iso a.list-group-item-warning.active:focus,
.bootstrap-iso button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrap-iso .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.bootstrap-iso a.list-group-item-danger,
.bootstrap-iso button.list-group-item-danger {
  color: #a94442;
}
.bootstrap-iso a.list-group-item-danger .list-group-item-heading,
.bootstrap-iso button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-danger:hover,
.bootstrap-iso button.list-group-item-danger:hover,
.bootstrap-iso a.list-group-item-danger:focus,
.bootstrap-iso button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.bootstrap-iso a.list-group-item-danger.active,
.bootstrap-iso button.list-group-item-danger.active,
.bootstrap-iso a.list-group-item-danger.active:hover,
.bootstrap-iso button.list-group-item-danger.active:hover,
.bootstrap-iso a.list-group-item-danger.active:focus,
.bootstrap-iso button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrap-iso .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-iso .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap-iso .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .panel-body {
  padding: 15px;
}
.bootstrap-iso .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-iso .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-iso .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap-iso .panel-title > a,
.bootstrap-iso .panel-title > small,
.bootstrap-iso .panel-title > .small,
.bootstrap-iso .panel-title > small > a,
.bootstrap-iso .panel-title > .small > a {
  color: inherit;
}
.bootstrap-iso .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .list-group,
.bootstrap-iso .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-iso .panel > .list-group .list-group-item,
.bootstrap-iso .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-iso .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-iso .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-iso .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-iso .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-iso .panel > .table,
.bootstrap-iso .panel > .table-responsive > .table,
.bootstrap-iso .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-iso .panel > .table caption,
.bootstrap-iso .panel > .table-responsive > .table caption,
.bootstrap-iso .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-iso .panel > .table:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap-iso .panel > .panel-body + .table,
.bootstrap-iso .panel > .panel-body + .table-responsive,
.bootstrap-iso .panel > .table + .panel-body,
.bootstrap-iso .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-iso .panel > .table-bordered,
.bootstrap-iso .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-iso .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.bootstrap-iso .panel-group {
  margin-bottom: 20px;
}
.bootstrap-iso .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap-iso .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-iso .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.bootstrap-iso .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-iso .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.bootstrap-iso .panel-default {
  border-color: #ddd;
}
.bootstrap-iso .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.bootstrap-iso .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.bootstrap-iso .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.bootstrap-iso .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.bootstrap-iso .panel-primary {
  border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-iso .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrap-iso .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap-iso .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-iso .panel-info {
  border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap-iso .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap-iso .panel-warning {
  border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap-iso .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap-iso .panel-danger {
  border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap-iso .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap-iso .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap-iso .embed-responsive .embed-responsive-item,
.bootstrap-iso .embed-responsive iframe,
.bootstrap-iso .embed-responsive embed,
.bootstrap-iso .embed-responsive object,
.bootstrap-iso .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap-iso .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap-iso .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap-iso .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-iso .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrap-iso .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap-iso .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrap-iso button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.bootstrap-iso .modal-open {
  overflow: hidden;
}
.bootstrap-iso .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap-iso .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.bootstrap-iso .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap-iso .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-iso .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap-iso .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.bootstrap-iso .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bootstrap-iso .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-iso .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrap-iso .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-iso .modal-header .close {
  margin-top: -2px;
}
.bootstrap-iso .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap-iso .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap-iso .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap-iso .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.bootstrap-iso .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap-iso .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap-iso .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap-iso .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap-iso .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrap-iso .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-iso .modal-lg {
    width: 900px;
  }
}
.bootstrap-iso .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.bootstrap-iso .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.bootstrap-iso .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.bootstrap-iso .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.bootstrap-iso .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.bootstrap-iso .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.bootstrap-iso .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.bootstrap-iso .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-iso .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-iso .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-iso .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-iso .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.bootstrap-iso .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.bootstrap-iso .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-iso .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-iso .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-iso .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.bootstrap-iso .popover.top {
  margin-top: -10px;
}
.bootstrap-iso .popover.right {
  margin-left: 10px;
}
.bootstrap-iso .popover.bottom {
  margin-top: 10px;
}
.bootstrap-iso .popover.left {
  margin-left: -10px;
}
.bootstrap-iso .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrap-iso .popover-content {
  padding: 9px 14px;
}
.bootstrap-iso .popover > .arrow,
.bootstrap-iso .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-iso .popover > .arrow {
  border-width: 11px;
}
.bootstrap-iso .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.bootstrap-iso .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.bootstrap-iso .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.bootstrap-iso .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.bootstrap-iso .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.bootstrap-iso .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bootstrap-iso .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.bootstrap-iso .carousel {
  position: relative;
}
.bootstrap-iso .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap-iso .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-iso .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .bootstrap-iso .carousel-inner > .item.next,
  .bootstrap-iso .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .bootstrap-iso .carousel-inner > .item.prev,
  .bootstrap-iso .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .bootstrap-iso .carousel-inner > .item.next.left,
  .bootstrap-iso .carousel-inner > .item.prev.right,
  .bootstrap-iso .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bootstrap-iso .carousel-inner > .active,
.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
  display: block;
}
.bootstrap-iso .carousel-inner > .active {
  left: 0;
}
.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap-iso .carousel-inner > .next {
  left: 100%;
}
.bootstrap-iso .carousel-inner > .prev {
  left: -100%;
}
.bootstrap-iso .carousel-inner > .next.left,
.bootstrap-iso .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap-iso .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap-iso .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap-iso .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrap-iso .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-iso .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-iso .carousel-control:hover,
.bootstrap-iso .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-left,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.bootstrap-iso .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrap-iso .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrap-iso .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.bootstrap-iso .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.bootstrap-iso .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.bootstrap-iso .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-iso .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap-iso .carousel-control .glyphicon-chevron-left,
  .bootstrap-iso .carousel-control .glyphicon-chevron-right,
  .bootstrap-iso .carousel-control .icon-prev,
  .bootstrap-iso .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .bootstrap-iso .carousel-control .glyphicon-chevron-left,
  .bootstrap-iso .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .bootstrap-iso .carousel-control .glyphicon-chevron-right,
  .bootstrap-iso .carousel-control .icon-next {
    margin-right: -10px;
  }
  .bootstrap-iso .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .bootstrap-iso .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap-iso .clearfix:before,
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:before,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:before,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:before,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:before,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:before,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:before,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:before,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:before,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:before,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:before,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:before,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:before,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:before,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-header:before,
.bootstrap-iso .modal-header:after,
.bootstrap-iso .modal-footer:before,
.bootstrap-iso .modal-footer:after {
  display: table;
  content: " ";
}
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-header:after,
.bootstrap-iso .modal-footer:after {
  clear: both;
}
.bootstrap-iso .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-iso .pull-right {
  float: right !important;
}
.bootstrap-iso .pull-left {
  float: left !important;
}
.bootstrap-iso .hide {
  display: none !important;
}
.bootstrap-iso .show {
  display: block !important;
}
.bootstrap-iso .invisible {
  visibility: hidden;
}
.bootstrap-iso .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-iso .hidden {
  display: none !important;
}
.bootstrap-iso .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap-iso .visible-xs,
.bootstrap-iso .visible-sm,
.bootstrap-iso .visible-md,
.bootstrap-iso .visible-lg {
  display: none !important;
}
.bootstrap-iso .visible-xs-block,
.bootstrap-iso .visible-xs-inline,
.bootstrap-iso .visible-xs-inline-block,
.bootstrap-iso .visible-sm-block,
.bootstrap-iso .visible-sm-inline,
.bootstrap-iso .visible-sm-inline-block,
.bootstrap-iso .visible-md-block,
.bootstrap-iso .visible-md-inline,
.bootstrap-iso .visible-md-inline-block,
.bootstrap-iso .visible-lg-block,
.bootstrap-iso .visible-lg-inline,
.bootstrap-iso .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs {
    display: block !important;
  }
  .bootstrap-iso table.visible-xs {
    display: table !important;
  }
  .bootstrap-iso tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-xs,
  .bootstrap-iso td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm {
    display: block !important;
  }
  .bootstrap-iso table.visible-sm {
    display: table !important;
  }
  .bootstrap-iso tr.visible-sm {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-sm,
  .bootstrap-iso td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md {
    display: block !important;
  }
  .bootstrap-iso table.visible-md {
    display: table !important;
  }
  .bootstrap-iso tr.visible-md {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-md,
  .bootstrap-iso td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg {
    display: block !important;
  }
  .bootstrap-iso table.visible-lg {
    display: table !important;
  }
  .bootstrap-iso tr.visible-lg {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-lg,
  .bootstrap-iso td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .hidden-lg {
    display: none !important;
  }
}
.bootstrap-iso .visible-print {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print {
    display: block !important;
  }
  .bootstrap-iso table.visible-print {
    display: table !important;
  }
  .bootstrap-iso tr.visible-print {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-print,
  .bootstrap-iso td.visible-print {
    display: table-cell !important;
  }
}
.bootstrap-iso .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print-block {
    display: block !important;
  }
}
.bootstrap-iso .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-iso .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-iso .hidden-print {
    display: none !important;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\bootstrap-select\bootstrap-select.min.less */

/*!
 * Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \9;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  max-height: 500px !important;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\jvectormap\jVectorMap.less */

.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #508caf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: white;
  color: #508caf;
  font-size: smaller;
  padding: 5px;
  text-align: center;
  z-index: 900;
}
.cw-jvectormap-from-list > *,
.cw-jvectormap-from-list-box > * {
  vertical-align: top;
}
.cw-jvectormap-from-list > ul,
.cw-jvectormap-from-list-box > ul {
  display: inline-block;
  width: calc(15% - 20px);
}
.cw-jvectormap-from-list > div,
.cw-jvectormap-from-list-box > div {
  display: inline-block;
  width: calc(85% - 20px);
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #508caf;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
.jvectormap-label ul.applications {
  margin: 0px;
  padding: 0px;
}
.cw-apm-tooltip-chart {
  width: 1000px;
}
.cw-jvector-map svg circle {
  fill: #508caf;
  stroke: #62a3cb;
}
.cw-jvector-map svg path {
  fill: #B0BEC5;
  stroke: #62a3cb;
  /*&[cw-selected-zone="true"]:hover
            {
                fill: red;
                stroke: red;
            }*/

}
.cw-jvector-map svg path[cw-selected-zone="true"] {
  fill: #508caf;
  stroke: #508caf;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .cw-jvectormap-from-list > ul,
  .cw-jvectormap-from-list-box > ul,
  .cw-jvectormap-from-list > div,
  .cw-jvectormap-from-list-box > div {
    width: 100%;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\ngAdvWorkflow\CwAdvWorkflowConfigurator\ngAdvWorkflowConfigurator.less */

.cw-adv-workflow .cw-de-save-dialog {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}
.cw-adv-workflow .cw-de-save-dialog .cw-de-save-dialog-content {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 999;
}
.cw-adv-workflow .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit {
  list-style: none;
  padding: 0;
  background: #f1f1f1;
  position: absolute;
  width: 400px;
  left: 40%;
  top: 50px;
  box-shadow: 1px 1px 1px #bdbdbd;
}
.cw-adv-workflow .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section {
  line-height: inherit;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 15px 10px 0 10px;
  box-sizing: border-box;
}
.cw-adv-workflow .cw-de-save-dialog .cw-de-save-dialog-content .cw-confirm-submit .cw-section a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 12px;
  cursor: pointer;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\ngDiagramEditor\ngDiagramEditorMenuController.less */
*[ng-click] {
  cursor: pointer;
}
ul.cw-de-2-column {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
ul.cw-de-2-column > li {
  display: table-cell;
  width: 50%;
}
.cw-de-menu-item .ng-leave {
  display: none;
}
.current-session-selected {
  background-color: #D1D1D1;
}
.go-canvas-container {
  width: calc(100% - 300px);
}
.cw-de-main-menu {
  display: table;
  height: 100%;
  max-height: 100%;
  width: 100%;
}
.cw-de-main-menu > .cw-de-menu-item {
  display: table-row;
  height: 50px;
  width: 100%;
}
.cw-de-menu-notification-zone {
  max-width: 239px;
  z-index: 20;
  height: auto;
}
.cw-de-menu-notification-zone .cw-de-notification {
  font-size: 12px;
  width: 100%;
  text-align: left;
  margin-top: 8px;
  display: table;
}
.cw-de-menu-notification-zone .cw-de-notification .cw-de-notification-content-container {
  display: table-row;
}
.cw-de-menu-notification-zone .cw-de-notification .cw-de-notification-content-container .cw-de-notification-content {
  display: table-cell;
  vertical-align: middle;
}
.cw-de-menu-notification-zone .cw-de-notification .cw-de-notification-content-container .cw-de-notification-content.icon {
  padding: 0 14px 0 14px;
  color: #e43945;
  font-size: 18px;
}
.cw-de-menu-notification-zone .cw-de-notification .cw-de-notification-content-container .cw-de-notification-content.message {
  padding: 8px 8px 8px 0;
  color: #5a7684;
}
.cw-pe-canvas {
  width: 150px;
  height: 90px;
  background-color: transparent;
}
.cw-pe-canvas:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.cw-pe-canvas.selected {
  background-color: #d8d8d8;
}
.cw-pe-canvas-connector {
  width: 150px;
  height: 90px;
  background-color: transparent;
}
.cw-pe-canvas-connector:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.cw-pe-canvas-connector.selected {
  background-color: #d8d8d8;
}
.a-not-active {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
ul.cw-create-diagram {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
ul.cw-create-diagram > li {
  list-style: none;
}
ul.cw-create-diagram-zone {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: white;
}
ul.cw-create-diagram-zone li.cw-diagram-zone {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #546E7A;
}
.diagram-actions-tile {
  color: #7f7f7f;
  background-color: #fbfbfb;
  border-radius: 2px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.diagram-actions-tile .action-btn {
  cursor: pointer;
}
.diagram-actions-tile .action-btn:hover {
  text-decoration: none;
}
.diagram-actions-tile .action-btn:hover .fa {
  color: #0c0c0c;
}
.diagram-actions-tile .action-btn .fa {
  font-size: 16px;
  color: #7f7f7f;
}
.diagram-actions-tile .action-btn .fa.fa-paper-plane {
  font-size: 14px;
}
.diagram-actions-tile .action-btn .fa.fa-question {
  font-size: 17px;
}
.diagram-actions-tile .action-btn .fa.fa-expand {
  font-size: 14px;
}
.diagram-actions-tile.horizontal .action-btn {
  line-height: 34px;
  padding: 0 10px;
}
.diagram-actions-tile.horizontal .action-btn.separator.right {
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #e2e2e2;
}
.diagram-actions-tile.horizontal .action-btn.separator.left {
  padding-left: 20px;
  margin-left: 10px;
  border-left: 1px solid #e2e2e2;
}
.diagram-actions-tile.vertical .action-btn {
  display: flex;
  margin: 0 5px;
  width: 18px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.diagram-actions-tile.vertical .action-btn.separator.top {
  border-top: 1px solid #e2e2e2;
}
.diagram-actions-tile.vertical .action-btn.separator.bottom {
  border-bottom: 1px solid #e2e2e2;
}
li.cwDiagramBreadcrumbZoneDeOptions ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  text-align: center;
}
li.cwDiagramBreadcrumbZoneDeOptions ul li {
  display: table-cell;
  vertical-align: top;
}
.connection-status-container .connection-status {
  padding: 6px;
}
.connection-status-container .connection-status .cs-icon {
  font-size: 15px;
  margin-right: 2px;
}
.connection-status-container .connection-status .cs-text {
  font-size: 13px;
}
.connection-status-container .connection-status.cs-saved .cs-icon {
  color: green;
}
.connection-status-container .connection-status.cs-saving .cs-icon {
  color: darkorange;
}
.connection-status-container .connection-status.cs-connection-lost .cs-icon {
  color: #e43945;
}
.ngDiagramEditorMenuController {
  width: 300px;
  background-color: #f1f1f1;
  height: 100%;
  display: block;
  border-left: 1px solid #e4e4e4 !important;
  -webkit-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -moz-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-colo 0.5s;
  -ms-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -o-transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  transition: visibility 0s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, bottom 0.5s, right 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s, line-height 0.5s, font-size 0.5s, max-height 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*.no-transition-visibility();*/

}
.ngDiagramEditorMenuController .cw-icon-container {
  line-height: 60px;
}
.ngDiagramEditorMenuController a.fa-check-circle {
  color: #76cf76;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 52px;
}
.ngDiagramEditorMenuController a.fa-check-circle:hover {
  text-decoration: none;
}
.ngDiagramEditorMenuController .cw-de-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ngDiagramEditorMenuController .cw-de-list input[type=radio],
.ngDiagramEditorMenuController .cw-de-list input.cw-de-subsection-display[type=checkbox] {
  display: none;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list div {
  width: 100%;
  line-height: 40px;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list div i {
  margin: 12px 10px 6px 10px;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list div i.cwf {
  margin: 14px 10px 6px 10px;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list div.splitter {
  border-bottom: 1px solid #ececec;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list div.todo-splitter {
  white-space: nowrap;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list.icons-right .cw-de-label {
  margin-left: 10px;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list.icons-right i {
  float: right;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list.icons-left .cw-de-label {
  margin-right: 10px;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list.icons-left .cw-de-todo-label {
  white-space: normal;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px !important;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list.icons-left i {
  float: left;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-stndrd-list .cw-de-list-item.selected {
  font-weight: bold;
}
.ngDiagramEditorMenuController .cw-de-list .cw-de-list-item div {
  text-align: left;
}
.ngDiagramEditorMenuController .cw-de-list .cw-de-list-item div:hover {
  cursor: pointer;
  background-color: #e9e9e9;
}
.ngDiagramEditorMenuController .cw-de-list .cw-de-list-item div .action {
  color: green;
  float: right;
}
.ngDiagramEditorMenuController .cw-de-list .cw-de-list-item div .action:hover {
  color: #006700;
}
.ngDiagramEditorMenuController .cw-de-list .cw-de-list-item.selected div {
  background-color: #d8d8d8;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-icon-list .cw-de-menu-icon div {
  height: 70px;
  float: left;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-icon-list .cw-de-menu-icon div i {
  margin-top: 16px;
  font-size: 35px;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-icon-list .cw-de-menu-icon div i.cwf {
  margin-top: 18px;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-icon-list .cw-de-menu-icon div i:not(.fa-spin) {
  animation: none;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-icon-list._2 .cw-de-menu-icon div {
  width: 50%;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-icon-list._3 .cw-de-menu-icon div {
  width: 33.3%;
}
.ngDiagramEditorMenuController .cw-de-list.cw-de-icon-list._4 .cw-de-menu-icon div {
  width: 25%;
}
.ngDiagramEditorMenuController .cw-de-connect-shapes {
  width: 200px;
  height: 100px;
  display: table;
}
.ngDiagramEditorMenuController .cw-de-connect-shapes div {
  width: 200px;
  height: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.ngDiagramEditorMenuController .cw-de-highlighted {
  font-weight: bold;
}
.ngDiagramEditorMenuController a.cw-de-option-icon {
  float: right;
}
.ngDiagramEditorMenuController a.cw-de-option-icon:hover {
  text-decoration: none;
}
.ngDiagramEditorMenuController ul.cw-de-role-search {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}
.ngDiagramEditorMenuController ul.cw-de-role-search > li {
  display: table-cell;
  vertical-align: middle;
}
.ngDiagramEditorMenuController ul.cw-de-role-search li {
  text-align: center;
}
.ngDiagramEditorMenuController ul.cw-de-role-search input {
  width: 100%;
  border: none;
  text-align: left;
  background: #f6f6f6;
  padding: 0 10px;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ngDiagramEditorMenuController ul.cw-de-role-search input:focus {
  outline: 0;
  background: white;
}
.ngDiagramEditorMenuController ul.cw-de-role-search a.fa {
  color: #76cf76;
}
.ngDiagramEditorMenuController ul.cw-de-role-search a.fa:hover {
  text-decoration: none;
}
.ngDiagramEditorMenuController ul.cw-de-database-clusters,
.ngDiagramEditorMenuController ul.cw-de-current-clusters {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ngDiagramEditorMenuController ul.cw-de-database-clusters > li,
.ngDiagramEditorMenuController ul.cw-de-current-clusters > li {
  list-style: none;
}
.ngDiagramEditorMenuController ul.cw-de-database-clusters a,
.ngDiagramEditorMenuController ul.cw-de-current-clusters a {
  color: #263238;
}
.ngDiagramEditorMenuController ul.cw-de-database-clusters a.fa-trash-o,
.ngDiagramEditorMenuController ul.cw-de-current-clusters a.fa-trash-o {
  margin-right: 10px;
  color: #aaa;
}
.ngDiagramEditorMenuController ul.cw-de-property-list {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ngDiagramEditorMenuController ul.cw-de-property-list > li {
  margin: 0;
  list-style: none;
}
.ngDiagramEditorMenuController ul.cw-de-property {
  padding: 0;
  display: table;
  width: 100%;
}
.ngDiagramEditorMenuController ul.cw-de-property > li {
  display: table-cell;
  padding: 3px 0;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child {
  width: 60%;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child .boolean {
  text-align: left;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child input,
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child select,
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child textarea {
  width: 100%;
  border: none;
  text-align: left;
  background: #f6f6f6;
  padding: 0 10px;
  height: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child input:focus,
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child select:focus,
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child textarea:focus {
  outline: 0;
  background: white;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child input[type=number],
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child select[type=number],
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child textarea[type=number] {
  padding-right: 0;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child input[type=checkbox],
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child select[type=checkbox],
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child textarea[type=checkbox] {
  height: auto;
  width: auto;
  vertical-align: middle;
  margin: 0;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child select {
  padding-right: 0;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child textarea {
  height: auto;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:last-child a {
  width: 10%;
  float: right;
  padding: 9px 0 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:first-child {
  color: #263238;
  text-align: left;
  padding: 8px 10px;
  line-height: 100%;
}
.ngDiagramEditorMenuController ul.cw-de-property > li:first-child .property-label {
  width: 80px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ngDiagramEditorMenuController ul.cw-de-property.memo li {
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
}
.ngDiagramEditorMenuController ul.cw-de-property.memo li:last-child {
  padding: 8px 0 8px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ngDiagramEditorMenuController ul.cw-de-property.memo li textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.ngDiagramEditorMenuController ul.cw-de-property.memo li .property-label {
  width: 100%;
  max-width: 280px;
}
.ngDiagramEditorMenuController ul.cw-de-2-column > li {
  text-align: center;
}
.ngDiagramEditorMenuController .slider {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-face-color: #b7bfc8;
  scrollbar-track-color: #e2e6e9;
}
.ngDiagramEditorMenuController .slider::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.ngDiagramEditorMenuController .slider::-webkit-scrollbar-thumb {
  background: #b7bfc8;
}
.ngDiagramEditorMenuController .slider::-webkit-scrollbar-thumb:hover {
  background: #9aa5b2;
}
.ngDiagramEditorMenuController .slider::-webkit-scrollbar-track {
  background: #e2e6e9;
}
.ngDiagramEditorMenuController .cw-de-menu-main {
  width: 100%;
  background: #78909C;
  color: #FFFFFF;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  display: table;
}
.ngDiagramEditorMenuController .cw-de-menu-main p {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px 0;
}
.ngDiagramEditorMenuController .cw-de-menu-main .badge {
  margin-left: 10px;
  font-size: inherit;
  font-weight: normal;
  border: 1px solid #ffffff;
}
.ngDiagramEditorMenuController .cw-de-menu-main:hover,
.ngDiagramEditorMenuController .cw-de-menu-main.selected {
  background: #6a8491;
}
.ngDiagramEditorMenuController .cw-de-main-list {
  margin: 5px 0;
  padding: 0;
  padding-left: 10px;
}
.ngDiagramEditorMenuController .cw-de-main-list > li {
  list-style: none;
}
.ngDiagramEditorMenuController .cw-de-main-list.cw-de-pe {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ngDiagramEditorMenuController .cw-de-main-list.cw-de-pe > li {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  float: left;
}
.ngDiagramEditorMenuController .cw-de-main-list.cw-de-pe > li a {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection {
  width: 100%;
  background-color: #B0BEC5;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  display: table;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection._2 p {
  cursor: pointer;
  width: 50%;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection._2 p.not-selected {
  background-color: #dce2e5;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection p {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
  line-height: 30px;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection p.hide {
  display: none;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection a {
  color: white;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection ul {
  list-style: none;
  padding: 0;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection ul li {
  display: table;
  width: 100%;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection ul li p {
  width: 90%;
  text-align: center;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection ul li a {
  padding: 5px;
}
.ngDiagramEditorMenuController .cw-de-menu-subsection ul li a:hover {
  text-decoration: none;
}
.ngDiagramEditorMenuController .cw-de-pe.cw-draft-list > li {
  width: 100%;
  padding: 0;
  padding-top: 10px;
}
.ngDiagramEditorMenuController .cw-de-pe.cw-draft-list > li .cw-preview-overlay {
  top: -102px;
  left: -2px;
  border-width: 2px;
}
.ngDiagramEditorMenuController .cw-de-pe.cw-draft-list > li.selected {
  background-color: #d8d8d8;
}
.ngDiagramEditorMenuController .cw-preview-options {
  margin-top: 10px;
  width: 100%;
  height: 0;
  line-height: 40px;
  overflow: hidden;
  color: #263238;
  background-color: #648393;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.ngDiagramEditorMenuController .cw-preview-options .cw-de-list .cw-de-menu-icon div {
  height: 40px;
}
.ngDiagramEditorMenuController .cw-preview-options .cw-de-list .cw-de-menu-icon div i {
  margin: 0;
  line-height: 40px;
  font-size: 22px;
}
.ngDiagramEditorMenuController .cw-preview-options .cw-de-list .cw-de-menu-icon div:hover {
  background-color: #5a7684;
}
.ngDiagramEditorMenuController .cw-preview-options.show {
  height: 40px;
}
.ngDiagramEditorMenuController .cw-confirm-delete {
  list-style: none;
  padding: 0;
}
.ngDiagramEditorMenuController .cw-confirm-delete .cw-section {
  float: left;
  line-height: inherit;
  width: 50%;
  font-weight: bold;
  text-align: center;
}
.ngDiagramEditorMenuController .cw-confirm-delete .cw-section .cw-de-list.cw-de-icon-list .cw-de-menu-icon div i {
  margin: 0;
  line-height: inherit;
}
.ngDiagramEditorMenuController .cw-de-shape-name {
  height: 36px;
}
.ngDiagramEditorMenuController .cw-de-extobj-search {
  display: none;
  background-color: #fefefe;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 17px 0 5px;
  z-index: 9999999;
  overflow-y: scroll;
  max-height: 120px;
  max-width: 290px;
  border: 1px solid #d8d8d8;
}
.ngDiagramEditorMenuController .cw-de-extobj-search.active {
  display: block;
  z-index: 9999999;
}
.ngDiagramEditorMenuController .cw-de-extobj-search li {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 30px;
  display: list-item;
  z-index: 99999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding: 1px 5px;
}
.ngDiagramEditorMenuController .cw-de-extobj-search li:hover {
  color: #1c2429;
  background-color: #e4e4e4;
  z-index: 99999;
}
.ngDiagramEditorMenuController .cw-de-extobj-search li.loading-label {
  text-align: center;
  vertical-align: middle;
  background-color: #dfdfdf;
}
.ngDiagramEditorMenuController .cw-de-extobj-search li.disabled {
  color: #648393;
  cursor: no-drop;
}
.cw-mini-diagram-preview {
  margin: auto;
  width: 200px;
  height: 100px;
}
.cw-mini-diagram-preview div,
.cw-mini-diagram-preview .cw-mini-diagram-preview-canvas {
  width: 200px;
  height: 100px;
  background-color: white;
}
.cw-mini-diagram-preview .cw-mini-diagram-preview-canvas {
  opacity: 0.7;
}
.cw-mini-diagram-preview:hover {
  cursor: pointer;
}
.cw-mini-diagram-preview.cw-mini-diagram-preview-disable:hover {
  cursor: not-allowed;
}
.cw-mini-diagram-preview.cw-mini-diagram-preview-disable:hover .cw-preview-overlay {
  border-color: red;
}
.cw-mini-diagram-preview .cw-preview-overlay {
  border: 1px solid #263238;
  position: relative;
  top: -101px;
  left: -1px;
  background-color: transparent;
}
.cw-mini-diagram-preview .cw-preview-overlay .cw-preview-title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 160px;
  padding: 5px;
  font-weight: bold;
  color: #263238;
  background-color: rgba(255, 255, 255, 0.5);
}
.cw-mini-diagram-preview .cw-preview-overlay i {
  position: absolute;
  bottom: 0;
  padding: 6px;
  right: 0;
  font-size: 12px;
}
.cw-mini-diagram-preview .cw-preview-overlay:hover {
  border-color: #07090a;
}
.cw-de-existing-session {
  display: inline-block;
  margin: 10px 10px 10px 0;
}
li.cw-de-editor- .ngDiagramEditorMenuController,
li.cw-de-editor-close .ngDiagramEditorMenuController {
  display: none;
}
ul.cw-create-diagram-zone li.cw-diagram-zone {
  margin-bottom: 10px;
}
.locale-de ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-fr ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-it ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-de ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-fr ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-it ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-de ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-fr ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-it ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-de ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-fr ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-it ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p {
  line-height: 13px;
}
.locale-es ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-es ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-es ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p,
.locale-es ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p {
  line-height: 14px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help {
  position: absolute;
  height: 100%;
  width: inherit;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.3);
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content {
  height: 100%;
  position: relative;
  z-index: 999;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p {
  color: white;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 3px;
  line-height: 18px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p.bold,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p.bold,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p.bold,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p.bold {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 15px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p.click-help,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content p.click-help,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p.click-help,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content p.click-help {
  text-align: right;
  font-size: 11px;
  color: whitesmoke;
  margin-top: -5px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step1,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step1,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step1,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step1 {
  position: absolute;
  background-image: url('/evolve/Common/images/deHelp/cw-de-help-step1.png');
  background-repeat: no-repeat;
  width: 500px;
  height: 445px;
  top: calc(50% - 220px);
  right: 300px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step1 .text,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step1 .text,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step1 .text,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step1 .text {
  width: 415px;
  margin-left: 10px;
  margin-top: 10px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2 {
  position: absolute;
  background-image: url('/evolve/Common/images/deHelp/cw-de-help-step2.png');
  background-repeat: no-repeat;
  width: 320px;
  height: 330px;
  top: 40px;
  right: 240px;
  right: 270px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2 .text,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2 .text,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2 .text,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2 .text {
  width: 300px;
  margin-left: 0;
  margin-top: 75px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2 .click-help,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2 .click-help,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2 .click-help,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step2 .click-help {
  margin-top: -2px;
  margin-right: 20px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step4,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step4,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step4,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step4 {
  position: absolute;
  background-image: url('/evolve/Common/images/deHelp/cw-de-help-step3.png');
  background-repeat: no-repeat;
  width: 435px;
  height: 180px;
  top: calc(100% - 220px);
  left: 110px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step4 .text,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step4 .text,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step4 .text,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step4 .text {
  width: 385px;
  margin-left: 45px;
  margin-top: 53px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3 {
  position: absolute;
  background-image: url('/evolve/Common/images/deHelp/cw-de-help-step4.png');
  background-repeat: no-repeat;
  width: 320px;
  height: 340px;
  top: calc(7.5% + 10px);
  left: calc(15% + 5px);
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3 .text,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3 .text,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3 .text,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3 .text {
  width: 260px;
  margin-left: 50px;
  margin-top: 50px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3 .click-help,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3 .click-help,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3 .click-help,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step3 .click-help {
  margin-top: 0px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 {
  position: absolute;
  background-image: url('/evolve/Common/images/deHelp/cw-de-help-step5.png');
  background-repeat: no-repeat;
  width: 520px;
  height: 450px;
  top: calc((100% - 450px)/2);
  left: calc((100% - 300px - 520px)/2);
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text {
  width: 380px;
  margin-left: 70px;
  margin-top: 94px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text .click-help,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text .click-help,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text .click-help,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text .click-help {
  margin-top: 5px;
  margin-right: 0px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text .ie,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text .ie,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text .ie,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-step5 .text .ie {
  margin-top: -15px !important;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-close-btn,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-close-btn,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-close-btn,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: #70706f;
  line-height: 34px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-buttons,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-buttons,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-buttons,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-next-btn,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-next-btn,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-next-btn,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-next-btn,
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-finish-btn,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-finish-btn,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-finish-btn,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-finish-btn,
ul.cw-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-back-btn,
ul.cw-create-diagram-zone li.cw-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-back-btn,
ul.cw-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-back-btn,
ul.cw-create-diagram-zone li.cw-create-diagram-zone .cw-de-help .cw-de-help-content .cw-de-help-back-btn {
  float: right;
}
ul.cw-diagram-zone li.cw-de-editor-open.cw-diagram-zone,
ul.cw-create-diagram-zone li.cw-de-editor-open.cw-diagram-zone,
ul.cw-diagram-zone li.cw-de-editor-open.cw-create-diagram-zone,
ul.cw-create-diagram-zone li.cw-de-editor-open.cw-create-diagram-zone {
  border: 0;
  position: relative;
}
ul.cw-diagram-zone li.cw-de-editor-open.cw-diagram-zone .cw-de-help.is-help,
ul.cw-create-diagram-zone li.cw-de-editor-open.cw-diagram-zone .cw-de-help.is-help,
ul.cw-diagram-zone li.cw-de-editor-open.cw-create-diagram-zone .cw-de-help.is-help,
ul.cw-create-diagram-zone li.cw-de-editor-open.cw-create-diagram-zone .cw-de-help.is-help {
  display: block;
}
li.cw-de-editor-open {
  background-color: white;
}
li.cw-de-editor-open.cw-diagram-zone,
li.cw-de-editor-open.cw-create-diagram-zone {
  display: table;
  min-height: 100%;
  height: 100%;
}
li.cw-de-editor-open.cw-diagram-zone > div:not(.go-overview):not(.cw-de-menu-notification-zone),
li.cw-de-editor-open.cw-create-diagram-zone > div:not(.go-overview):not(.cw-de-menu-notification-zone) {
  border: none;
  display: table-cell;
  min-height: 100%;
  height: 100%;
  vertical-align: top;
}
body.cw-de-open .cw-de-ul- {
  display: none;
}
body.cw-de-open .cwDiagramBreadcrumbZoneLeft {
  width: 80%;
}
body.cw-de-open .page-content-wrap,
body.cw-de-open .page-content {
  height: 100%;
}
body.cw-de-open .main-nav {
  margin-left: -180px;
}
body.cw-de-open .content {
  margin-left: -180px;
  padding-right: 0;
  min-height: 100%;
  height: 100%;
}
body.cw-de-open .page-top {
  display: none;
}
body.cw-de-open .content.has-page-menu {
  margin-left: -400px;
  padding-right: 0;
}
body.cw-de-open .cw-zone {
  display: inline-block;
  height: 100%;
}
body.cw-de-open .page-content {
  padding: 0;
  display: inline-block;
}
.hideClear::-ms-clear {
  width: 0;
  height: 0;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\ngDiagramEditor\cwDiagramComparator\CwDiagramComparator.less */

.popout.cw-dc-change-request a.btn-cw-diagram-editor-button,
.cw-sp-zone.cw-dc-change-request a.btn-cw-diagram-editor-button {
  display: none;
}
.popout.cw-dc-change-request ul.cw-dc-diagrams-zone,
.cw-sp-zone.cw-dc-change-request ul.cw-dc-diagrams-zone {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.popout.cw-dc-change-request ul.cw-dc-diagrams-zone > li,
.cw-sp-zone.cw-dc-change-request ul.cw-dc-diagrams-zone > li {
  display: table-cell;
  width: 50%;
}
.popout.cw-dc-change-request ul.cw-dc-diagrams-zone > li h3,
.cw-sp-zone.cw-dc-change-request ul.cw-dc-diagrams-zone > li h3 {
  text-align: center;
}
.popout.cw-dc-change-request ul#cw-dc-shapes-zone,
.cw-sp-zone.cw-dc-change-request ul#cw-dc-shapes-zone {
  margin: 0;
  padding: 0;
}
.popout.cw-dc-change-request ul#cw-dc-shapes-zone > li,
.cw-sp-zone.cw-dc-change-request ul#cw-dc-shapes-zone > li {
  list-style: none;
}
.popout.cw-dc-change-request ul.cw-dc-input-output,
.cw-sp-zone.cw-dc-change-request ul.cw-dc-input-output {
  margin: 0;
}
.popout.cw-dc-change-request ul.cw-dc-diagrams-mode a.active,
.cw-sp-zone.cw-dc-change-request ul.cw-dc-diagrams-mode a.active,
.popout.cw-dc-change-request ul.cw-dc-compare-display-shapes a.active,
.cw-sp-zone.cw-dc-change-request ul.cw-dc-compare-display-shapes a.active {
  font-weight: bold;
}
.popout.cw-dc-change-request ul.cw-dc-compare-display-shapes,
.cw-sp-zone.cw-dc-change-request ul.cw-dc-compare-display-shapes {
  display: table;
}
.popout.cw-dc-change-request ul.cw-dc-compare-display-shapes li,
.cw-sp-zone.cw-dc-change-request ul.cw-dc-compare-display-shapes li {
  display: table-cell;
}
.popout.cw-dc-change-request ul#cw-dc-shapes-zone h3,
.cw-sp-zone.cw-dc-change-request ul#cw-dc-shapes-zone h3 {
  margin-top: 10px;
}
.popout.cw-dc-change-request table,
.cw-sp-zone.cw-dc-change-request table {
  margin: 0 auto;
  border-collapse: collapse;
  text-rendering: optimizeLegibility;
  border-radius: 5px;
  width: 100%;
}
.popout.cw-dc-change-request table caption,
.cw-sp-zone.cw-dc-change-request table caption {
  font-size: 2rem;
  color: #444;
  margin: 1rem;
}
.popout.cw-dc-change-request table thead th,
.cw-sp-zone.cw-dc-change-request table thead th {
  font-weight: 600;
  text-align: left;
  width: 25%;
}
.popout.cw-dc-change-request table tbody tr,
.cw-sp-zone.cw-dc-change-request table tbody tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
  .popout.cw-dc-change-request table caption,
  .cw-sp-zone.cw-dc-change-request table caption {
    background-image: none;
  }
  .popout.cw-dc-change-request table thead,
  .cw-sp-zone.cw-dc-change-request table thead {
    display: none;
  }
  .popout.cw-dc-change-request table tbody td,
  .cw-sp-zone.cw-dc-change-request table tbody td {
    display: block;
  }
  .popout.cw-dc-change-request table tbody tr td:first-child,
  .cw-sp-zone.cw-dc-change-request table tbody tr td:first-child {
    background: #eee;
    color: #000;
  }
  .popout.cw-dc-change-request table tbody td:before,
  .cw-sp-zone.cw-dc-change-request table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
  }
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .popout.cw-dc-change-request ul.cw-dc-diagrams-zone {
    display: inline-block;
    width: 100%;
  }
  .popout.cw-dc-change-request ul.cw-dc-diagrams-zone > li {
    display: inline-block;
    width: 100%;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\ngDiagramEditor\CwDiagramEditor\CwDiagramEditor.less */

.cw-de-avatar img {
  border: 5px solid blue;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\ngDiagramEditor\CwDynamicTemplateEditor\ngDynamicTemplateEditor.less */
.cw-dte-info {
  margin-left: 8px;
  color: #B0BEC5;
}
.cw-dte-name-container {
  padding: 5px;
}
.cw-dte-name-container input {
  font-size: 18px;
  border: 0;
  width: 100%;
  outline: none;
}
.cw-dte-name-container hr {
  margin: 4px 0 12px 0;
  border-color: #B0BEC5;
}
.te-select {
  display: block;
  padding: 5px;
  color: #263238;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
}
.cw-dte-page-container {
  width: calc(100% - 300px - 30px);
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.cw-dte-tile-container {
  width: 50%;
  height: 100%;
  padding: 5px;
}
.cw-dte-tile-container.full-width {
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
}
.cw-dte-tile-container .cw-dte-candidate-for-swimlane,
.cw-dte-tile-container .cw-dte-root-shapes,
.cw-dte-tile-container .cw-dte-swimlanes,
.cw-dte-tile-container .cw-dte-connectors,
.cw-dte-tile-container .cw-dte-results,
.cw-dte-tile-container .cw-dte-diagram-flow-rules,
.cw-dte-tile-container .cw-dte-include-association-types,
.cw-dte-tile-container .cw-dte-start-page,
.cw-dte-tile-container .cw-dte-laneshapes,
.cw-dte-tile-container .cw-dte-poolshapes {
  height: 100%;
  padding: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid lightgrey;
  border-radius: 3px;
  background-color: #fff;
}
.cw-dte-tile-container .cw-dte-candidate-for-swimlane h3,
.cw-dte-tile-container .cw-dte-root-shapes h3,
.cw-dte-tile-container .cw-dte-swimlanes h3,
.cw-dte-tile-container .cw-dte-connectors h3,
.cw-dte-tile-container .cw-dte-results h3,
.cw-dte-tile-container .cw-dte-diagram-flow-rules h3,
.cw-dte-tile-container .cw-dte-include-association-types h3,
.cw-dte-tile-container .cw-dte-start-page h3,
.cw-dte-tile-container .cw-dte-laneshapes h3,
.cw-dte-tile-container .cw-dte-poolshapes h3 {
  font-size: 14px;
  font-weight: 500;
}
.cw-dte-tile-container .cw-dte-candidate-for-swimlane ul,
.cw-dte-tile-container .cw-dte-root-shapes ul,
.cw-dte-tile-container .cw-dte-swimlanes ul,
.cw-dte-tile-container .cw-dte-connectors ul,
.cw-dte-tile-container .cw-dte-results ul,
.cw-dte-tile-container .cw-dte-diagram-flow-rules ul,
.cw-dte-tile-container .cw-dte-include-association-types ul,
.cw-dte-tile-container .cw-dte-start-page ul,
.cw-dte-tile-container .cw-dte-laneshapes ul,
.cw-dte-tile-container .cw-dte-poolshapes ul {
  padding: 0;
  margin: 10px 0;
  min-height: 44px;
  text-align: center;
  list-style: none;
}
.cw-dte-tile-container .cw-dte-candidate-for-swimlane ul li,
.cw-dte-tile-container .cw-dte-root-shapes ul li,
.cw-dte-tile-container .cw-dte-swimlanes ul li,
.cw-dte-tile-container .cw-dte-connectors ul li,
.cw-dte-tile-container .cw-dte-results ul li,
.cw-dte-tile-container .cw-dte-diagram-flow-rules ul li,
.cw-dte-tile-container .cw-dte-include-association-types ul li,
.cw-dte-tile-container .cw-dte-start-page ul li,
.cw-dte-tile-container .cw-dte-laneshapes ul li,
.cw-dte-tile-container .cw-dte-poolshapes ul li {
  margin: 5px;
}
.cw-dte-tile-container .cw-dte-candidate-for-swimlane ul .text,
.cw-dte-tile-container .cw-dte-root-shapes ul .text,
.cw-dte-tile-container .cw-dte-swimlanes ul .text,
.cw-dte-tile-container .cw-dte-connectors ul .text,
.cw-dte-tile-container .cw-dte-results ul .text,
.cw-dte-tile-container .cw-dte-diagram-flow-rules ul .text,
.cw-dte-tile-container .cw-dte-include-association-types ul .text,
.cw-dte-tile-container .cw-dte-start-page ul .text,
.cw-dte-tile-container .cw-dte-laneshapes ul .text,
.cw-dte-tile-container .cw-dte-poolshapes ul .text {
  display: none;
}
.cw-dte-tile-container .te-drop-zone {
  border: 2px dashed #cdd6db;
  border-radius: 5px;
  box-shadow: none;
  cursor: default;
  position: inherit;
}
.cw-dte-tile-container .te-drop-zone .text {
  display: block !important;
  line-height: 44px;
  color: #7f7f7f;
  font-weight: normal;
  text-align: center;
}
.cw-dte-tile-container .cw-dte-start-page ul {
  text-align: left;
}
.cw-dte-tile-container .cw-dte-start-page ul li {
  display: inline-block;
  vertical-align: middle;
}
.cw-dte-tile-container .cw-dte-start-page ul li .icon {
  padding: 0 10px;
}
.cw-dte-tile-container .cw-dte-start-page ul li span {
  padding-right: 8px;
}
.cw-dte-tile-container .cw-dte-start-page ul li .cw-dte-pe-div {
  justify-content: initial;
}
.cw-dte-tile-container .cw-dte-start-page ul li .cw-dte-pe-div.add {
  border: 2px dotted #cdd6db;
  box-shadow: none;
  min-width: auto;
  color: #7f7f7f;
  height: 30px;
  font-weight: normal;
}
.cw-dte-tile-container .cw-dte-start-page ul li .cw-dte-pe-div.add:hover {
  border-color: #B0BEC5;
  color: #304047;
  font-weight: 500;
}
.cw-dte-tile-container .cw-dte-start-page.group-templates ul {
  padding-left: 20px;
  min-height: unset;
}
.cw-dte-tile-container .cw-dte-start-page.group-templates ul li {
  line-height: 20px;
  display: inherit;
}
.cw-dte-tile-container .cw-dte-start-page.group-templates ul li input {
  display: none;
}
.cw-dte-tile-container .cw-dte-start-page.group-templates ul li i {
  color: #78909C;
}
.cw-dte-tile-container .cw-dte-diagram-flow-rules .te_flow_rules_arrow {
  padding: 0 5px;
}
.cw-dte-tile-container .cw-dte-diagram-flow-rules ul {
  text-align: left;
}
.cw-dtw-top-controls {
  position: fixed;
  right: 20px;
  top: 60px;
}
.cw-dtw-top-controls ul {
  margin: 0;
  padding: 0;
}
.cw-dtw-top-controls ul li {
  display: table-cell;
}
.cw-dte-icons {
  margin: 10px 0;
}
.cw-dte-icons label {
  margin-right: 5px;
}
.cw-dte-pe-li {
  display: inline-block;
  list-style: none;
}
.cw-dte-pe-li.single .cw-dte-pe-div {
  height: 60px;
  width: 130px;
}
.cw-dte-pe-li.unsupported {
  opacity: 0.3;
}
.cw-dte-pe-li.unsupported .cw-dte-pe-div {
  cursor: not-allowed;
  box-shadow: none;
}
.cw-dte-pe-remove {
  color: red;
  border-radius: 50px;
}
.cw-dte-pe-div {
  min-width: 110px;
  text-align: center;
  height: 40px;
  display: inline-block;
  border: 1px solid grey;
  margin: 2px;
  border-radius: 5px;
  padding: 5px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 1px 1px 3px lightgrey;
  position: relative;
}
.cw-dte-pe-div span {
  width: 100%;
}
.cw-dte-pe-div .cw-dte-pe-remove {
  position: absolute;
  top: -14px;
  right: -14px;
  height: 20px;
  width: 20px;
  z-index: 99;
}
.cw-dte-pe-div .cw-dte-pe-remove i {
  display: none;
}
.cw-dte-pe-div:hover .cw-dte-pe-remove {
  z-index: 99;
  background-color: white;
}
.cw-dte-pe-div:hover .cw-dte-pe-remove i {
  display: block;
  font-size: 20px;
}
.cw-dte-pe-container {
  top: 110px;
  width: 320px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.cw-dte-pe {
  padding: 10px;
  color: #263238;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  box-sizing: border-box;
}
.cw-dte-pe h3 {
  font-size: 16px;
}
.cw-dte-pe ul {
  padding: 0;
  flex: 1;
  overflow: auto;
  scrollbar-face-color: #b7bfc8;
  scrollbar-track-color: #e2e6e9;
}
.cw-dte-pe ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cw-dte-pe ul::-webkit-scrollbar-thumb {
  background: #b7bfc8;
}
.cw-dte-pe ul::-webkit-scrollbar-thumb:hover {
  background: #9aa5b2;
}
.cw-dte-pe ul::-webkit-scrollbar-track {
  background: #e2e6e9;
}
.cw-dte-pe ul .cw-dte-pe-li {
  text-align: center;
  width: 50%;
  padding: 2px 0;
}
table.cw-dte-association-include {
  border-collapse: collapse;
  margin-top: 15px;
  width: 100%;
}
table.cw-dte-association-include td,
table.cw-dte-association-include th {
  padding: 8px;
  border: 1px solid grey;
}
table.cw-dte-association-include td:last-child,
table.cw-dte-association-include th:last-child {
  text-align: center;
}
*[ng-drop] > li {
  list-style: none;
}
[ng-drop].drag-enter {
  background-color: rgba(77, 182, 172, 0.15);
}
[ng-drop].drag-enter .text {
  font-weight: 500 !important;
}
[ng-drag].dragging {
  visibility: hidden;
}
li.cw-de-te-templates-in-groups > * {
  margin: 0;
  vertical-align: middle;
}
li.cw-de-te-templates-in-groups > label {
  margin-left: 5px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\ngDiagramEditor\cwEve\css\cwEve.less */

#cw-de-eve-error {
  background-color: rgba(255, 0, 0, 0.15);
}
.cwDiagramBreadcrumbZoneDeOptions a.recording-true {
  background-color: green;
  color: white;
}
.EveController .chatBlock {
  background-color: white;
  /*    rgba(0, 255, 0, 0.15);*/
  border-radius: 5px;
}
.EveController .controlPanel {
  float: right;
}
.EveController .speechBlock {
  display: table;
  width: 100%;
}
.EveController .speechBlock .cw-de-eve-current-sentence {
  font-size: 1.2em;
  padding: 10px;
}
.EveController .speechBlock .wording-zone {
  text-align: center;
  width: 100%;
  vertical-align: middle;
  height: 100px;
  display: table-cell;
}
.EveController .speechBlock .wording-zone .cw-de-eve-undertrack {
  margin: 20px;
  text-align: center;
}
.EveController .speechBlock .wording-zone .cw-de-eve-undertrack i {
  font-size: 45px;
  border-radius: 45px;
  width: 45px;
  height: 45px;
  padding: 10px;
}
.EveController .speechBlock .wording-zone .cw-de-eve-undertrack i.recording-true {
  animation-iteration-count: infinite;
  border: 3px solid #2980bc;
  color: #2980bc;
}
.EveController .speechBlock .wording-zone .cw-de-eve-undertrack i.recording-false {
  animation-iteration-count: 0;
  border: 2px solid #E5E4E9;
  color: #E5E4E9;
}
.EveController .speechBlock .speechDebug {
  height: 300px;
  overflow: auto;
  border-bottom: 1px solid black;
}
.EveController .cw-de-eve-chat {
  margin: 0;
  padding: 0;
  height: 400px;
  overflow: auto;
}
.EveController .cw-de-eve-chat li {
  list-style: none;
  border-radius: 20px;
  margin: 0 15px 10px;
}
.EveController .cw-de-eve-chat li div {
  margin: 15px 20px;
}
.EveController .cw-de-eve-chat li.chat-user {
  text-align: left;
  background-color: #E5E4E9;
  color: #363636;
}
.EveController .cw-de-eve-chat li.chat-eva {
  text-align: right;
  background-color: #2095FE;
  color: #fff;
}
.mainController .cw-de-eve-current-sentence {
  height: 20px;
  background-color: #E5E4E9;
  border-radius: 2px;
  border: 1px solid #000;
  box-shadow: 1px 1px 5px #888888;
}
.mainController .cw-de-eve-current-sentence.current-sentence-true {
  height: 40px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\ngDiagramEditor\CwExporter\ngExporter.less */

.btn-diagrammer-sync {
  width: 215px;
}
.btn-diagrammer-home {
  width: 215px;
  float: right;
}
#tbl-diagrammer-sync {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#tbl-diagrammer-sync td,
#tbl-diagrammer-sync th {
  border: 1px solid #ddd;
  padding: 8px;
}
#tbl-diagrammer-sync tr:nth-child(even) {
  background-color: #f2f2f2;
}
#tbl-diagrammer-sync tr:hover {
  background-color: #ddd;
}
#tbl-diagrammer-sync th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2882bb;
  color: white;
}
#diagrammer-palette-sync-result {
  font-weight: bold;
}
.diagrammer-palette-status {
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}
.diagrammer-select-deselect {
  font-weight: bold;
}
.diagrammer-palette-selection {
  padding-top: 20px;
}
.diagrammer-pagination {
  display: inline-block;
  width: 100%;
}
.diagrammer-pagination li > a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.diagrammer-page-active {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
}
.diagrammer-pagination li > a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
.diagrammer-pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.diagrammer-sync-palette-checkbox {
  text-align: center !important;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/modules\ngGlobalSearch\ngGlobalSearch.less */
body.main-menu-collapsed .global-search .gs-results-background {
  left: 40px;
}
body.main-menu-collapsed .global-search .gs-results-background .gs-results {
  left: 40px;
}
.global-search a {
  cursor: pointer !important;
  color: #546E7A !important;
}
.global-search button.icon {
  margin: 0;
  border: 0;
  padding: 0;
  min-width: 0;
  outline: none;
  line-height: 30px;
  background-color: transparent;
}
.global-search button.icon i {
  line-height: inherit;
  color: #090b0c;
}
.global-search button.icon i.fa-chevron-left,
.global-search button.icon i.fa-chevron-right {
  font-size: 15px;
  display: block;
}
.global-search button.icon i.fa-chevron-up,
.global-search button.icon i.fa-chevron-down {
  font-size: 18px;
  display: none;
}
.global-search .gs-box {
  padding: 0;
  position: relative;
}
.global-search .gs-box form {
  width: 85%;
  margin: auto;
  position: relative;
}
@-moz-document url-prefix() {
  button i {
    line-height: initial;
  }
}
.global-search .gs-box form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 50px;
}
.global-search .gs-box form ul.gs-buttons-all input {
  padding: 0 50px 0 5px;
}
.global-search .gs-box form ul li {
  width: 100%;
}
.global-search .gs-box form ul li input {
  border: none;
  height: 30px;
  outline: none;
  width: inherit;
  padding: 0 30px 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 30px;
  background-color: #B0BEC5;
  border-bottom: 1px solid #1e262a;
}
.global-search .gs-box form ul li input::-webkit-input-placeholder {
  color: #090b0c;
}
.global-search .gs-box form ul li input::-moz-placeholder {
  color: #090b0c;
}
.global-search .gs-box form ul li input:-ms-input-placeholder {
  color: #090b0c;
}
.global-search .gs-box form ul li input:focus {
  color: #1e262a;
  border-bottom: 1px solid #78909C;
}
.global-search .gs-box form ul li.gs-buttons {
  top: 0;
  right: 0;
  width: inherit;
  height: inherit;
  position: absolute;
  padding: 0 5px;
}
.global-search .gs-box form ul li.gs-buttons .fa-spin.fa-circle-o-notch.ng-leave-active {
  display: none;
}
.global-search .gs-box form ul li.gs-buttons button {
  margin-left: 5px;
}
.global-search .gs-box form ul li.gs-buttons button i.fa-search {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.global-search .gs-box form ul.gs-history {
  top: -5px;
  width: 100%;
  display: none;
  z-index: 500;
  text-align: left;
  line-height: 20px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #b5b5b5;
  background-color: whitesmoke;
}
.global-search .gs-box form ul.gs-history i.fa {
  margin-right: 5px;
  display: inline-block;
  font-size: 13px;
}
.global-search .gs-box form ul.gs-history li {
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
  display: table-row;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.global-search .gs-box form ul.gs-history li div {
  padding: 5px 10px;
  display: table-cell;
  vertical-align: middle;
}
.global-search .gs-box form ul.gs-history li:hover {
  color: #1c2429;
  background-color: #e8e8e8;
}
.global-search .gs-box form ul.gs-history li.gs-clear-history div {
  font-weight: bold;
  font-size: 11px;
  color: #304047;
  border-top: 1px solid #e8e8e8;
}
.global-search .gs-box.active input {
  color: #1e262a;
}
.global-search .gs-box.active .gs-buttons button {
  cursor: pointer;
}
.global-search .gs-box.active .gs-buttons button i {
  color: #1e262a;
}
.global-search .gs-box.active .gs-buttons button i:hover {
  color: #78909C;
}
.global-search .gs-box.showHistory .gs-history {
  display: table;
}
.global-search .gs-results-background {
  top: 0;
  width: 0;
  left: 180px;
  height: 100%;
  position: fixed;
  background: rgba(198, 198, 198, 0.2);
}
.global-search .gs-results-background .gs-results {
  top: 40px;
  width: 0;
  left: 180px;
  height: calc(100% - 45px);
  position: fixed;
  text-align: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #263238;
  background-color: whitesmoke;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  box-shadow: 1px 1px 1px #BDBDBD;
}
.global-search .gs-results-background .gs-results .gs-results-loading {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #323e44;
}
.global-search .gs-results-background .gs-results .gs-results-loading i {
  font-size: 30px;
}
.global-search .gs-results-background .gs-results .gs-heading {
  color: #11171a;
}
.global-search .gs-results-background .gs-results .gs-heading .gs-title {
  margin: 0;
  font-size: 20px;
  display: inline-block;
}
.global-search .gs-results-background .gs-results .gs-heading .gs-filter-toggle {
  display: inline-block;
  padding-left: 10px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
  position: relative;
  top: 2px;
}
.global-search .gs-results-background .gs-results .gs-heading .gs-filter-toggle-arrow i {
  padding-left: 5px;
  font-size: 12px;
}
.global-search .gs-results-background .gs-results .gs-heading .gs-results-found {
  margin: 0;
  line-height: 20px;
  font-size: 13px;
  padding: 6px 0 6px 0;
}
.global-search .gs-results-background .gs-results .gs-heading .btn {
  float: right;
  cursor: pointer;
  display: inline-block;
}
.global-search .gs-results-background .gs-results .gs-heading .btn i {
  font-size: 18px;
  color: #263238;
}
.global-search .gs-results-background .gs-results .gs-heading .btn i.fa-times {
  font-size: 20px;
}
.global-search .gs-results-background .gs-results hr {
  margin-top: 10px;
}
.global-search .gs-results-background .gs-results h4,
.global-search .gs-results-background .gs-results p {
  margin: 0;
}
.global-search .gs-results-background .gs-results h4 .highlight,
.global-search .gs-results-background .gs-results p .highlight {
  font-weight: bold;
}
.global-search .gs-results-background .gs-results p .highlight {
  color: #263238;
}
.global-search .gs-results-background .gs-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-search .gs-results-background .gs-results ul li .gs-result {
  margin: 20px 0;
}
.global-search .gs-results-background .gs-results ul li .gs-result li {
  line-height: 25px;
}
.global-search .gs-results-background .gs-results ul li .gs-result li h4 a {
  font-size: 15px;
}
.global-search .gs-results-background .gs-results ul li .gs-result li p {
  color: #3b4d56;
}
.global-search .gs-results-background .gs-results ul li .gs-result .gs-description {
  font-style: italic;
}
.global-search .gs-results-background .gs-results ul li .gs-result-type {
  font-weight: bold;
}
.global-search .gs-results-background .gs-results .gs-paging {
  text-align: center;
}
.global-search .gs-results-background .gs-results .gs-paging a {
  width: 20px;
  padding: 0 2px;
  display: inline-block;
}
.global-search .gs-results-background .gs-results .gs-paging a.gs-paging-nav {
  width: auto;
  padding: 0 10px;
  font-weight: bold;
}
.global-search .gs-results-background .gs-results .gs-paging a.current {
  font-weight: bold;
  cursor: default;
  color: #1e262a;
}
.global-search .gs-results-background .gs-results .gs-paging a.current:hover {
  text-decoration: none;
}
.global-search .gs-results-background .gs-results .gs-filters {
  display: none;
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.global-search .gs-results-background .gs-results .gs-filters hr {
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: 0;
}
.global-search .gs-results-background .gs-results .gs-filters h3 {
  display: inline-block;
  width: 50%;
  margin: 0;
  font-weight: bold;
  line-height: 20px;
  font-size: 13px;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container {
  display: inline-block;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-advanced-container {
  width: 31% !important;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-advanced-container:not(:last-of-type) {
  margin-right: 10px !important;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container {
  width: 38%;
  text-align: left;
  display: inline-block;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container label {
  display: block;
  line-height: 22px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container label select,
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container label input {
  color: #262626;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container label input {
  border: 1px solid #a9a9a9;
  padding-left: 2px;
  height: 21px;
  line-height: 21px;
  width: 100%;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container.multiple {
  width: 100%;
  /* Override Chosen control styles to match other select controls */

}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container.multiple .chosen-container {
  width: 100% !important;
  font-size: 12px;
  height: 25px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container.multiple .chosen-container .chosen-choices {
  overflow: auto;
  height: 100% !important;
  padding-left: 3px;
  border-radius: 5px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container.multiple .chosen-container .chosen-choices .search-field {
  height: 100%;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container.multiple .chosen-container .chosen-choices .search-field input {
  height: 100%;
  margin: 0 1px;
  width: 100% !important;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container.multiple .chosen-container .chosen-choices .search-choice {
  margin: 2px 3px 2px 0;
  padding: 3px 20px 1px 5px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container.multiple .chosen-container .chosen-choices .search-choice .search-choice-close {
  top: 3px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container.multiple .chosen-container .chosen-drop li {
  padding: 2px 3px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-filter-container.gs-padd {
  padding-left: 5px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-advanced-filter {
  padding-left: 45px;
  margin-top: 10px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-advanced-filter-chevron i {
  padding-left: 5px;
  font-size: 12px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-button-container-advanced {
  width: 100% !important;
  margin-top: 12px;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-button-container-advanced button {
  float: left;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-button-container {
  text-align: right;
  width: 100%;
  display: inline-block;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-button-container button {
  top: -5px;
  margin: 0;
  position: relative;
  line-height: normal;
}
.global-search .gs-results-background .gs-results .gs-filters .gs-filters-container .gs-button-container .gs-reset {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  line-height: normal;
  top: -4px;
}
.global-search .gs-results-background .gs-results .gs-filters.open {
  display: inline-block;
  opacity: 100;
  height: auto;
  visibility: visible;
  max-height: 200px;
}
.global-search .gs-results-background .gs-results .gs-filters.open hr {
  margin-top: 10px;
}
.global-search .gs-results-background .gs-results .gs-filters.open h3 {
  padding-left: 5px;
}
.global-search .gs-results-background .gs-results .gs-filters.open .gs-filters-container {
  padding: 0 5px;
}
.global-search .gs-results-background.open {
  width: 100%;
}
.global-search .gs-results-background.open .gs-results {
  width: 600px;
  padding: 20px;
  overflow-y: auto;
  border-right: 1px solid lightgray;
}
.gs-advanced-filters {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.gs-advanced-filters.open {
  display: inline-block !important;
  visibility: visible;
  width: 100%;
  opacity: 100;
}
.gs-added-filter-condition {
  left: -3px;
  position: relative;
}
.gs-added-filter-text {
  left: -6px;
  position: relative;
}
.gs-added-filter {
  line-height: normal;
  margin-top: 10px;
}
.gs-advanced-filter-row {
  line-height: normal;
  display: none;
}
.gs-advanced-filter-row.open {
  display: inline-block !important;
  width: 100%;
}
.gs-advanced-filter-warning span {
  color: red;
  font-weight: bold;
}
.gs-user-favorite-section {
  margin-top: 10px;
}
.gs-user-favorite-section h5 {
  font-style: italic;
  line-height: normal;
  margin: 0;
}
.locale-de .global-search .gs-filter-container.gs-padd {
  width: 29% !important;
}
.locale-de .global-search .gs-button-container {
  width: 31% !important;
}
.locale-fr .global-search .gs-filter-container.gs-padd,
.locale-es .global-search .gs-filter-container.gs-padd,
.locale-it .global-search .gs-filter-container.gs-padd {
  width: 32% !important;
}
.locale-fr .global-search .gs-button-container,
.locale-es .global-search .gs-button-container,
.locale-it .global-search .gs-button-container {
  width: 28% !important;
}
.gs-advanced-filter-heading {
  margin-top: 10px !important;
}
.gs-advanced-filters-container {
  display: inline-block;
}
.global-search-favorite-icon {
  font-size: 24px !important;
  float: right;
  width: 10%;
  display: inline-block;
}
.gs-favorites-remove-favorite-icon {
  font-size: 16px !important;
  color: red;
  float: right;
}
.gs-favorite-saved-favorite {
  cursor: pointer;
}
.gs-favorite-is-favorite {
  color: goldenrod;
}
.gs-favorite-window {
  display: none;
}
.gs-favorite-tabs-container {
  display: none;
}
.gs-favorite-tabs-container.open {
  display: block;
  height: 10px;
  position: absolute;
  right: -580px;
  top: 140px;
  text-align: left;
  padding: 5px;
}
.gs-result-heading-container {
  line-height: normal;
}
.gs-result-heading {
  display: inline-block;
}
.gs-button-clear {
  margin-right: -10px;
}
.gs-button-hide {
  margin-right: -8px;
}
.gs-favorite-tabs {
  text-align: center;
  display: table;
  width: 50px;
  float: right;
  list-style: none;
  padding-left: 0px;
  font-size: 12px;
}
.gs-favorite-tabs li {
  display: table-cell;
  text-align: center;
}
.gs-favorite-tab-option {
  font-size: 16px !important;
  padding: 6px;
}
.gs-favorite-view-icon {
  text-align: right !important;
}
.gs-favourite-success {
  color: green;
}
.gs-favourite-failed {
  color: red;
}
.gs-favourite-wrapper {
  margin-top: 5px;
  font-weight: bold !important;
}
.gs-favourite-default {
  background: #e5e5e6;
  border: solid 1px #ececec;
}
.gs-favorite-window.open {
  display: block;
  position: fixed;
  border: 1px solid #d4d0d0;
  left: 200px;
  right: 0;
  top: 150px;
  background-color: whitesmoke;
  text-align: left;
  padding: 5px;
  overflow-y: auto;
  height: 250px;
  /*width: 550px;*/
  width: 535px;
  box-shadow: 1px 1px 6px 2px #cccccc;
  margin-right: 15px;
}
.gs-favorites-name-text {
  left: 0;
  position: relative;
  line-height: normal;
}
.gs-favorites-name-text button {
  height: 24px;
  width: 80px;
  position: relative;
  padding-top: 4px;
  padding-bottom: 19px;
  border-radius: 5px;
}
.gs-favorite-favourites-title {
  line-height: normal;
  margin-top: 10px;
  font-style: italic;
  height: 10px;
}
.gs-favorite-section-presets {
  margin-top: 0px;
}
.gs-active-default-favourite {
  background-color: #fbf4e2;
  border-radius: 50%;
}
.gs-active-preset,
.gs-active-favourite {
  background-color: #e6e8e8;
  border-radius: 50%;
}
.gs-favorite-tab-option-preset {
  font-size: 14px !important;
}
.gs-hide-favourite {
  display: none !important;
}
.gs-favourites-list {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 95%;
  overflow: hidden;
  display: inline-block;
}
.gs-favourites-list-presets {
  width: 100% !important;
}
.gs-favourites-list:hover {
  color: white;
  text-decoration: none;
  cursor: auto;
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .gs-favorite-window.open {
    display: block;
    position: fixed;
    border: 2px solid black;
    left: 25px;
    top: 220px;
    background-color: whitesmoke;
    text-align: left;
    padding: 5px;
    overflow-y: auto;
    height: 300px;
    width: 400px;
  }
}
.gs-favorite-section {
  line-height: 20px;
  margin-top: 10px;
  padding: 8px;
}
.gs-favorites-title {
  margin: 0px;
  line-height: normal;
  margin-top: 10px;
}
.gs-favorites-add-input {
  width: 80%;
  border-radius: 5px;
  border: 1px solid #a9a9a9;
  height: 20px;
}
@media screen and (min-width: 240px) and (max-width: 1023px) {
  .global-search button.icon i.fa-chevron-left,
  .global-search button.icon i.fa-chevron-right {
    display: none;
  }
  .global-search button.icon i.fa-chevron-up,
  .global-search button.icon i.fa-chevron-down {
    display: block;
  }
  .global-search .gs-box .gs-history {
    border: 1px solid #b5b5b5;
  }
  .global-search .gs-results-background {
    left: 0;
    height: 0;
    top: 45px;
  }
  .global-search .gs-results-background .gs-results {
    left: 0;
    height: 0;
    top: 130px;
    width: 100%;
  }
  .global-search .gs-results-background.open .gs-results {
    width: 100%;
    height: calc(100% - 130px);
  }
  .global-search .gs-results-background.open .gs-results .gs-button-hide {
    display: none;
  }
}
@media screen and (min-width: 240px) and (max-width: 639px) {
  .global-search .gs-box form ul:not(.gs-history) {
    line-height: 40px;
  }
  .global-search .gs-results-background .gs-results {
    top: 100px;
  }
  .global-search .gs-results-background.open .gs-results {
    height: calc(100% - 100px);
  }
  .global-search .gs-results-background.open .gs-results {
    padding: 10px;
  }
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/ngModules\ngSimplePage\ngSimplePageLoader.less */

.cw-ng-simple {
  margin: 10px;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/notificationEngine\notificationEngine.less */

.row-field {
  padding-left: 40px;
}
.number-input {
  width: inherit;
}
.run-button-container {
  width: 20%;
  align-self: center;
  text-align: end;
}
.left-header {
  width: 80%;
}
.notification-buttons {
  min-width: 150px;
  color: #FFFFFF !important;
  background-color: #78909C;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid;
  border-radius: 4px;
}
.header-controls {
  display: flex !important;
}
.run-now-times {
  width: 50%;
}
.last-check-time {
  display: inline-flex;
  width: 80%;
  padding: 5px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 13px;
  margin: auto;
}
.filter-header {
  border: 1px solid #78909C;
  text-align: center;
  padding-top: 10px;
}
.display-text {
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  padding: 4px;
}
.header-label {
  max-width: 8rem !important;
}
.notify-field {
  max-width: 24% !important;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/Print\print.less */

.popout_btn_print_hide {
  display: none;
}
.cw_print_header h1 {
  display: inline-block;
}
body.cw_print {
  width: 99.5%;
}
.cw_print {
  background-color: white;
  color: black;
}
.cw_print .cwDiagramBreadcrumb .cwBreadcrumbBox:after {
  visibility: hidden;
}
.cw_print div.CwPropertiesLayoutGauge {
  width: 100%;
}
.cw_print img.print-image-diagram {
  max-width: 100%;
  max-height: 700px;
  top: 40px;
  left: 0px;
  position: absolute;
}
.cw_print .cwDiagramCamera {
  display: none;
}
.cw_print .k-grid {
  overflow: hidden;
}
.cw_print .k-grid table {
  width: 100%;
}
.cw_print .cw-gauge-content-wrapper .fa-plus {
  display: none;
}
.cw_print div.cw-chart-breadcrumb {
  border: 1px solid #CDE5FD;
}
.cw_print .CwPropertiesLayoutMultilineTextHeader {
  border: 1px solid #bfbfbf;
}
.cw_print .cwPropertiesTableContainer {
  max-width: none;
  margin-right: 0;
}
.cw_print ul.cw-diagram-zone li.cw-diagram-zone {
  width: auto;
}
.cw_print ul.cw-diagram-zone li.cw-diagram-zone .cwDiagramBreadcrumb {
  display: block;
}
.cw_print li.cw-accordion-container {
  margin-right: 0;
}
.cw_print div.cw-accordion-header {
  border: 1px solid #78909C;
}
.cw_print div.cw-accordion-header span.cw-accordion-icon-color {
  display: none;
}
.cw_print .cw_print_bubblechart svg {
  padding-right: 25px;
}
.cw_print .page-top {
  margin-bottom: 5px;
}
.cw_print .page-top .page-top-ul li.page-top-li.title {
  display: inline-block;
}
.cw_print .page-options a {
  border-bottom: 0px solid;
}
.cw_print .page-options ul li.cwTabLink.selected a {
  background-color: white;
}
.cw_print .page-content {
  padding: 0;
}
.cw_print .wrap {
  padding-left: 0px;
  margin-top: 0;
}
.cw_print .CwPropertiesLayoutTableHeader,
.cw_print .property-details {
  border: 1px solid #bfbfbf;
}
.cw_print .tab-content {
  visibility: visible;
  position: relative;
}
.cw_print .cw_print_pagebreak_inside_avoid {
  page-break-inside: avoid;
}
.cw_print .cw_print_pagebreak_before_always {
  page-break-before: always;
}
.cw_print .cw-search-engine {
  display: none;
}
.cw_print .cw-jvectormap-from-list {
  overflow: hidden;
}
.cw_print .cw-jvectormap-from-list ul.cw-list,
.cw_print .cw-jvectormap-from-list .cw-jvector-map {
  float: left;
  display: block;
}
.cw_print .cw-jvectormap-from-list ul.cw-list {
  margin-top: 0px;
}
.cw_print .cw_print_chart_title {
  font: x-large inherits;
  word-wrap: break-word;
  fill-opacity: 1;
  color: #777777 !important;
  text-align: center;
  margin-top: 30px;
}
.cw_print .cw-dashboard-container {
  margin-top: 30px;
}
.cw_print .cwTimelineTable td {
  overflow: hidden;
}
.cw_print .cw-layout-question-ul input[type="radio"] + label:before {
  border: 0px solid;
}
.cw_print .cw-layout-question-ul input[type="checkbox"] + label:before {
  border: 0px solid;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/Social\cwFavourite\cwFavourite.less */

a.cw-favourite-zone {
  float: left;
  display: inline-block;
}
#cw-favourite-button .fa {
  color: red;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/Social\cwRating\cwRating.less */

.cw-star-wrapper {
  float: right;
  cursor: pointer;
  display: inline-block;
}
div.cw-ratings-star {
  margin-left: 5px;
  display: inline-block;
}
.cw-ratings-star .fa {
  color: #ffda20;
}
/* C:/erwin/Evolve/Site/bin\webDesigner/libs/Social\cwShare\cwShare.less */
.share-configure input,
textarea,
select {
  width: 100%;
}
.form-share,
.form-create,
.form-select,
.form-grid-export,
.form-print,
.form-create-task,
.form-edit {
  padding: 10px;
}
.form-share label,
.form-create label,
.form-select label,
.form-grid-export label,
.form-print label,
.form-create-task label,
.form-edit label {
  display: block;
  clear: both;
  color: #1c2429;
  font-weight: bold;
}
.form-share label#cw-edit-stay-on-page,
.form-create label#cw-edit-stay-on-page,
.form-select label#cw-edit-stay-on-page,
.form-grid-export label#cw-edit-stay-on-page,
.form-print label#cw-edit-stay-on-page,
.form-create-task label#cw-edit-stay-on-page,
.form-edit label#cw-edit-stay-on-page {
  font-weight: normal;
  margin: 0 0 5px 5px;
}
.form-share .cw-radio-select,
.form-create-task .cw-radio-select {
  padding-bottom: 10px;
}
.form-share .remaining-character {
  display: block;
  float: right;
  border-radius: 3px;
  padding: 1px 3px 1px 3px;
  width: 150px;
  text-align: center;
}
.form-share .remaining-character-subject {
  width: 50px;
}
.form-share .remaining-character-message {
  width: 55px;
}
.form-share .has-remaining-character {
  background: #5cb85c;
}
.form-share .no-remaining-character {
  background: #d9534f;
}
.form-share #email_subject,
.form-share #email_message {
  margin-bottom: 0px;
}
/* C:/erwin/Evolve/Site/bin/webDesigner/custom/QAD/libs/cwLayouts/cwLayoutIntroduction/cwLayoutIntroduction.less */

div.cw-information-box {
  margin: 4px 0;
}
