﻿/*!
 * GraphiteGTC Van Buren Theme
 * EnterpriseCloudworks.Core.css
 * http://enterprisecloudworks.com/
 * Authors: Azin Asili <azin.asili@enterprisecloudworks.com>
 * Copyright 2016
 */
@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
  zoom: 1;
}

@-moz-viewport {
  width: device-width;
  zoom: 1;
}

@-ms-viewport {
  width: device-width;
  zoom: 1;
}

@viewport {
  width: device-width;
  zoom: 1;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

iframe {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

:focus {
  outline: none;
}

html {
  font-size: 87.5%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  height: 100%;
  line-height: 1;
  /* -ms-overflow-style: scrollbar; */
  /* overflow-y: scroll; */
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

body:not(.gtc-body-removescroll) {
  -ms-overflow-style: scrollbar;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

body > div:first-child {
  height: 100%;
}

p {
  line-height: 1.3;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover img,
a:focus img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

ul,
ol {
  list-style-position: inside;
  padding-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 1.0714rem;
  margin-top: 0.3571rem;
}

dl,
dd {
  margin-left: 0;
}

dt {
  font-weight: bold;
}

.ec-list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr {
  margin: 2.2857rem auto;
}

sub,
sup {
  margin-left: 0.2857rem;
  font-weight: bold;
}

.ec-img-responsive {
  height: auto !important;
  max-width: 100% !important;
}

.ec-displayarea {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  max-width: inherit;
}

@media (max-width: 44.99em) {
  .ec-displayarea {
    box-shadow: 0 0 0 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 3% !important;
    position: static !important;
    width: 100% !important;
  }
}

.ec-grid-container.ec-type-displayarea-children {
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../../fonts/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.3333em;
  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.2857em;
  text-align: center;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

@font-face {
  font-family: 'EnterpriseCloudworks';
  src: url("../../../fonts/EnterpriseCloudworks.Core.eot");
  src: url("../../../fonts/EnterpriseCloudworks.Core.eot") format("embedded-opentype"), url("../../../fonts/EnterpriseCloudworks.Core.woff") format("woff"), url("../../../fonts/EnterpriseCloudworks.Core.ttf") format("truetype"), url("../../../fonts/EnterpriseCloudworks.Core.svg#EnterpriseCloudworks") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ec-icon {
  display: inline-block;
  font: normal normal normal 14px/1 EnterpriseCloudworks;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ec-icon-addcomment:before {
  content: "";
}

.ec-icon-adddate:before {
  content: "";
}

.ec-icon-addphoto:before {
  content: "";
}

.ec-icon-alarmclock:before {
  content: "";
}

.ec-icon-alert:before {
  content: "";
}

.ec-icon-arrowdown:before {
  content: "";
}

.ec-icon-arrows:before {
  content: "";
}

.ec-icon-asia:before {
  content: "";
}

.ec-icon-brain:before {
  content: "";
}

.ec-icon-calculations:before {
  content: "";
}

.ec-icon-calculator:before {
  content: "";
}

.ec-icon-calendar:before {
  content: "";
}

.ec-icon-calendararrows:before {
  content: "";
}

.ec-icon-camera:before {
  content: "";
}

.ec-icon-catalog:before {
  content: "";
}

.ec-icon-chart:before {
  content: "";
}

.ec-icon-chat:before {
  content: "";
}

.ec-icon-checkbox:before {
  content: "";
}

.ec-icon-checkmark:before {
  content: "";
}

.ec-icon-chemisty:before {
  content: "";
}

.ec-icon-circlealert:before {
  content: "";
}

.ec-icon-circlealertfilled:before {
  content: "";
}

.ec-icon-circlearrowdown:before {
  content: "";
}

.ec-icon-circlearrowup:before {
  content: "";
}

.ec-icon-circlecalculator:before {
  content: "";
}

.ec-icon-circleclock:before {
  content: "";
}

.ec-icon-circledelete:before {
  content: "";
}

.ec-icon-cloudfilled:before {
  content: "";
}

.ec-icon-cloudline:before {
  content: "";
}

.ec-icon-cloudsyncdown:before {
  content: "";
}

.ec-icon-cloudsyncdownline:before {
  content: "";
}

.ec-icon-cloudsyncup:before {
  content: "";
}

.ec-icon-cloudsyncupline:before {
  content: "";
}

.ec-icon-connect:before {
  content: "";
}

.ec-icon-connect2:before {
  content: "";
}

.ec-icon-cross:before {
  content: "";
}

.ec-icon-dashboard:before {
  content: "";
}

.ec-icon-database:before {
  content: "";
}

.ec-icon-delete:before {
  content: "";
}

.ec-icon-dialog:before {
  content: "";
}

.ec-icon-dialogdollar:before {
  content: "";
}

.ec-icon-doctorbag:before {
  content: "";
}

.ec-icon-document:before {
  content: "";
}

.ec-icon-documentarrow:before {
  content: "";
}

.ec-icon-documentpen:before {
  content: "";
}

.ec-icon-documentplus:before {
  content: "";
}

.ec-icon-dollararrowdown:before {
  content: "";
}

.ec-icon-dollararrowup:before {
  content: "";
}

.ec-icon-eclogo3:before {
  content: "";
}

.ec-icon-edit:before {
  content: "";
}

.ec-icon-eye:before {
  content: "";
}

.ec-icon-flowchart:before {
  content: "";
}

.ec-icon-framedollar:before {
  content: "";
}

.ec-icon-framep:before {
  content: "";
}

.ec-icon-framepercent:before {
  content: "";
}

.ec-icon-gear:before {
  content: "";
}

.ec-icon-globe:before {
  content: "";
}

.ec-icon-glwb:before {
  content: "";
}

.ec-icon-graph:before {
  content: "";
}

.ec-icon-graphitelogo:before {
  content: "";
}

.ec-icon-home:before {
  content: "";
}

.ec-icon-hourglass:before {
  content: "";
}

.ec-icon-key:before {
  content: "";
}

.ec-icon-landscape:before {
  content: "";
}

.ec-icon-landscapeperson:before {
  content: "";
}

.ec-icon-laptop1:before {
  content: "";
}

.ec-icon-laptop2:before {
  content: "";
}

.ec-icon-list:before {
  content: "";
}

.ec-icon-lock:before {
  content: "";
}

.ec-icon-logout:before {
  content: "";
}

.ec-icon-magnifyglass:before {
  content: "";
}

.ec-icon-mavw:before {
  content: "";
}

.ec-icon-menu:before {
  content: "";
}

.ec-icon-mexico:before {
  content: "";
}

.ec-icon-modallink:before {
  content: "";
}

.ec-icon-money:before {
  content: "";
}

.ec-icon-nametag:before {
  content: "";
}

.ec-icon-network:before {
  content: "";
}

.ec-icon-nut:before {
  content: "";
}

.ec-icon-papertray:before {
  content: "";
}

.ec-icon-piechart:before {
  content: "";
}

.ec-icon-plus:before {
  content: "";
}

.ec-icon-portrait:before {
  content: "";
}

.ec-icon-portraitperson:before {
  content: "";
}

.ec-icon-prescription:before {
  content: "";
}

.ec-icon-print:before {
  content: "";
}

.ec-icon-questionmark:before {
  content: "";
}

.ec-icon-questionmarkcircle:before {
  content: "";
}

.ec-icon-refresh:before {
  content: "";
}

.ec-icon-reload:before {
  content: "";
}

.ec-icon-resources:before {
  content: "";
}

.ec-icon-save:before {
  content: "";
}

.ec-icon-suitcase:before {
  content: "";
}

.ec-icon-suitcaseplus:before {
  content: "";
}

.ec-icon-suitcasetax:before {
  content: "";
}

.ec-icon-tools:before {
  content: "";
}

.ec-icon-trashcan:before {
  content: "";
}

.ec-icon-umbrella:before {
  content: "";
}

.ec-icon-undo:before {
  content: "";
}

.ec-icon-usa:before {
  content: "";
}

.ec-icon-user:before {
  content: "";
}

.ec-icon-useradd:before {
  content: "";
}

.ec-icon-users:before {
  content: "";
}

.ec-icon-usershat:before {
  content: "";
}

.ec-icon-usertie:before {
  content: "";
}

.ec-icon-wireless:before {
  content: "";
}

.ec-pinwheel-overlay {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2200;
}

.ec-pinwheel {
  z-index: 100 !important;
}

.ec-loader {
  text-align: center;
  width: 100%;
}

.ec-cfscroll {
  overflow: auto;
}

.ec-cfscroll-x {
  overflow-x: auto;
}

.ec-cfscroll-y {
  overflow-y: auto;
}

.ec-ui-tooltip {
  max-width: 17.8571rem;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 900;
}

.ec-ui-tooltip-content {
  line-height: 1.3;
}

.ec-backtotop {
  display: none;
  position: fixed;
  z-index: 700;
}

.ec-backtotop > a {
  display: block;
  font-size: 2rem;
  position: relative;
}

.ec-backtotop .ec-icon-styles {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}

body {
  background: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0;
}

h1,
.ec-h1 {
  font-size: 2rem;
  font-weight: 300;
}

h2,
.ec-h2 {
  font-size: 1.5714rem;
}

h3,
.ec-h3 {
  font-size: 1.4286rem;
}

h4,
.ec-h4 {
  font-size: 1rem;
}

h5,
.ec-h5 {
  font-size: 1.1429rem;
}

h6,
.ec-h6 {
  font-size: 1rem;
}

.ec-heading-bottom-border {
  padding-bottom: 0.3571rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

hr {
  border-bottom: 1px solid white;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

blockquote {
  margin-bottom: 1.4286rem;
  padding-left: 1.4286rem;
  padding-right: 1.4286rem;
  border-left: 0.2857rem solid #757575;
  font-style: italic;
}

::-moz-selection {
  background: #ffc107;
  color: white;
}

::selection {
  background: #ffc107;
  color: white;
}

::-moz-selection {
  background: #ffc107;
  color: white;
}

.ec-pinwheel-overlay:not(.ec-pinwheel-overlay-transparent) {
  background: #42a5f5;
}

.ec-pinwheel-section {
  background: rgba(0, 0, 0, 0.54) !important;
  box-shadow: 0 0 0 0 !important;
}

.ec-pinwheel-overlay:not(.ec-pinwheel-overlay-transparent) > .ec-pinwheel .ec-pinwheel-section {
  background: white !important;
}

.ec-loader {
  padding: 0.3571rem;
}

.ec-scrollbar {
  border-radius: 1.4286rem;
  width: 0.5rem;
  background: #424242;
}

.ec-scrollbar:hover, .ec-scrollbar:focus, .ec-scrollbar.ec-scrollbar-expanded {
  background: #616161;
}

.ec-ui-tooltip {
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  background: #757575;
  color: white;
}

.ec-ui-tooltip-content {
  padding: 0.3571rem 0.5714rem;
}

.ec-backtotop {
  bottom: 1.4286rem;
  right: 1.4286rem;
}

.ec-backtotop > a {
  border-radius: 100%;
  height: 2.8571rem;
  width: 2.8571rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #ffc107 50%;
  background-size: 100% 100%;
  color: white;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-backtotop > a:active {
  background: radial-gradient(circle, #ffc107 10%, #ffd54f 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-backtotop > a:hover, .ec-backtotop > a:focus {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ec-backtotop .ec-icon-styles {
  color: white !important;
}

.ec-page {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ec-screen-size-small:not(.ec-modal-body) .ec-page {
  max-width: 70rem;
  width: 100%;
}

.ec-screen-size-medium:not(.ec-modal-body) .ec-page {
  max-width: 81.4286rem;
  width: 100%;
}

.ec-screen-size-large:not(.ec-modal-body) .ec-page {
  max-width: 102.8571rem;
  width: 100%;
}

@media (min-width: 60em) {
  .ec-page-header,
  .ec-page-footer {
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 500;
  }
}

.ec-page-header > :last-child,
.ec-page-footer > :last-child {
  margin-bottom: 0;
}

.ec-page-header {
  top: 0;
}

.ec-page-footer {
  bottom: 0;
  z-index: 400;
}

.ec-page-content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  max-width: auto;
  position: relative;
}

@media (max-width: 59.99em) {
  .ec-page-content {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 60em) {
  .ec-page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 60em) {
  .gtc-page-content-scrollable {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    height: 100%;
    min-height: 0;
  }
  .gtc-page-content-scrollable .gtc-page-maincontent,
  .gtc-page-content-scrollable .gtc-page-leftregion,
  .gtc-page-content-scrollable .gtc-page-rightregion {
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
}

.ec-page-maincontent {
  position: relative;
}

@media (min-width: 60em) {
  .ec-page-maincontent {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    max-width: 100%;
  }
}

.ec-page-maincontent > :last-child {
  margin-bottom: 0;
}

.ec-page-leftregion,
.ec-page-rightregion {
  position: relative;
}

.ec-page-leftregion > :last-child,
.ec-page-rightregion > :last-child {
  margin-bottom: 0;
}

@media (min-width: 60em) {
  .ec-page-leftregion {
    -ms-flex-order: -1;
        order: -1;
  }
  .ec-region-10 {
    -ms-flex: 0 1 10%;
        flex: 0 1 10%;
    max-width: 10%;
  }
  .ec-region-20 {
    -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    max-width: 20%;
  }
  .ec-region-30 {
    -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    max-width: 30%;
  }
  .ec-region-40 {
    -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    max-width: 40%;
  }
  .ec-region-50 {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    max-width: 50%;
  }
}

.ec-page-header, .ec-page-footer {
  padding-left: 1.4286rem;
  padding-right: 1.4286rem;
  background: #42a5f5;
}

.ec-page[data-istransparent='true'] .ec-page-header,
.ec-page[data-istransparent='true'] .ec-page-footer {
  background: none;
}

.ec-page[data-istransparent='true'] .ec-page-header {
  box-shadow: none;
}

.ec-page-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ec-page-footer {
  font-size: 0.8571rem;
}

.ec-page-footer .ec-type-displaypanel,
.ec-page-footer .ec-type-displaydetail {
  margin: 0 -1.4286rem;
  position: relative;
  z-index: 1;
}

.ec-page-footer .ec-displaydetail {
  padding: 0.3571rem 1.4286rem 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.ec-page-footer .ec-displaydetail .ec-displaydetail-row,
.ec-page-footer .ec-displaydetail .ec-displaydetail-body {
  padding: 0;
}

.ec-page-footer .ec-displaydetail .ec-displaydetail-column {
  margin-bottom: 0.3571rem;
}

.ec-page-maincontent {
  padding: 0.7143rem 1.4286rem;
}

.ec-page-leftregion,
.ec-page-rightregion {
  padding: 0.7143rem 1.4286rem;
  -ms-overflow-y: auto;
  overflow-y: auto;
}

.ec-btn,
.ec-link {
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  outline: 0;
  position: relative;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

_:-ms-input-placeholder,
:root .ec-button-title {
  left: 0;
  position: relative;
  top: 0;
}

.ec-btn > .ec-icon-styles + span,
.ec-link > .ec-icon-styles + span {
  margin-left: 0.3571em;
}

.ec-btn-block {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.ec-btn-action > span:last-child {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: block;
  margin-left: 0;
  white-space: normal;
}

.ec-img-link > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.ec-button-panel {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.ec-button-panel > .ec-btn.ec-btn-block {
  margin-left: 0;
  margin-right: 0;
}

.ec-button-panel-default::after {
  clear: both;
  content: '';
  display: table;
}

.ec-button-panel-default > .ec-btn,
.ec-button-panel-default > .ec-link {
  float: right;
}

.ec-button-panel-default > .ec-btn-passive {
  float: left;
}

.ec-button-panel-left {
  text-align: left;
}

.ec-button-panel-right {
  text-align: right;
}

.ec-button-panel-center {
  text-align: center;
}

.ec-menubar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-menubar-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
}

.ec-menubar-align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.ec-menubar-align-left > .ec-btn,
.ec-menubar-align-left > .ec-link {
  text-align: left;
}

.ec-menubar-align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.ec-menubar-align-right > .ec-btn,
.ec-menubar-align-right > .ec-link {
  text-align: right;
}

.ec-menubar-align-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.ec-menubar-align-center > .ec-btn,
.ec-menubar-align-center > .ec-link {
  text-align: center;
}

.ec-menubar-align-justify > .ec-btn,
.ec-menubar-align-justify > .ec-link {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  text-align: center;
}

.ec-menubar-vertical.ec-menubar-align-justify {
  -ms-flex-direction: row;
      flex-direction: row;
}

.ec-menubar-vertical.ec-menubar-align-justify > .ec-btn,
.ec-menubar-vertical.ec-menubar-align-justify > .ec-link {
  width: 50%;
}

.ec-btn > .ec-pinwheel {
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}

.ec-btn > .ec-pinwheel::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ec-modal-visible .ec-btn > .ec-pinwheel {
  transform: translate3d(0, 0, 0);
}

.ec-btn, .ec-link {
  font-size: 0.8571em;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0.1667em;
  color: white;
  margin: 0 0.8333em 0.8333em 0;
}

.ec-link {
  color: #42a5f5;
}

.ec-link:hover, .ec-link:focus {
  color: #64b5f6;
}

.ec-btn-active {
  background: #42a5f5 50%;
  background-size: 100% 100%;
}

.ec-btn-active:active {
  background: radial-gradient(circle, #42a5f5 10%, #64b5f6 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-btn-active:hover, .ec-btn-active:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #64b5f6;
}

.ec-btn-passive {
  background: #e0e0e0 50%;
  background-size: 100% 100%;
  color: rgba(0, 0, 0, 0.87);
}

.ec-btn-passive:active {
  background: radial-gradient(circle, #e0e0e0 10%, #eeeeee 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-btn-passive:hover, .ec-btn-passive:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #eeeeee;
}

.ec-btn[disabled],
.ec-link[disabled] {
  filter: alpha(opacity=30);
  opacity: 0.3;
  pointer-events: none;
}

.ec-btn-xsmall {
  font-size: 0.7143em;
  padding: 0.3em 0.5em;
}

.ec-btn-small {
  padding: 0.4167em 1.25em;
}

.ec-btn-default {
  padding: 0.8333em 1.6667em;
}

.ec-btn-large {
  padding: 1.25em 2.5em;
}

.ec-btn-xlarge {
  font-size: 1em;
  padding: 1.4286em 2.8571em;
}

.ec-btn-selectable {
  background: #64b5f6 50%;
  background-size: 100% 100%;
  box-shadow: none;
  color: white;
  padding: 0.8333em 1.6667em;
}

.ec-btn-selectable:active {
  background: radial-gradient(circle, #64b5f6 10%, #90caf9 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-btn-selectable:hover, .ec-btn-selectable:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #bbdefb;
}

.ec-btn-selectableSelected {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #1e88e5 50%;
  background-size: 100% 100%;
}

.ec-btn-selectableSelected:active {
  background: radial-gradient(circle, #1e88e5 10%, #90caf9 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-btn-selectableSelected:hover, .ec-btn-selectableSelected:focus {
  background-color: #2196f3;
}

.ec-btn-action {
  background: #42a5f5 50%;
  background-size: 100% 100%;
  padding: 0.8333em 0;
}

.ec-btn-action:active {
  background: radial-gradient(circle, #42a5f5 10%, #64b5f6 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-btn-action:hover, .ec-btn-action:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #64b5f6;
}

.ec-btn-action > .ec-icon-styles {
  font-size: 2.3em;
}

.ec-btn-action > span:last-child {
  width: 8.3333em;
}

.ec-btn-action > span:last-child:not(:only-child) {
  margin-top: 0.4167em;
}

.ec-button-panel {
  margin-bottom: 0.7143em;
}

.ec-button-panel > .ec-link {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #42a5f5 50%;
  background-size: 100% 100%;
  border-radius: 0.1667em;
  color: white;
  padding: 0.8333em 1.6667em;
}

.ec-button-panel > .ec-link:active {
  background: radial-gradient(circle, #42a5f5 10%, #64b5f6 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-button-panel > .ec-link:hover, .ec-button-panel > .ec-link:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #64b5f6;
}

.ec-button-panel-default > .ec-btn,
.ec-button-panel-default > .ec-link {
  margin: 0 0 0.8333em 0.8333em;
}

.ec-button-panel-default > .ec-btn-passive {
  margin: 0 0.8333em 0.8333em 0;
}

.ec-button-panel-left > .ec-btn,
.ec-button-panel-left > .ec-link {
  margin: 0 0.8333em 0.8333em 0;
}

.ec-button-panel-right > .ec-btn,
.ec-button-panel-right > .ec-link {
  margin: 0 0 0.8333em 0.8333em;
}

.ec-button-panel-center > .ec-btn,
.ec-button-panel-center > .ec-link {
  margin: 0 0.4167em 0.8333em;
}

.ec-menubar {
  border-radius: 0.1667em;
  color: #42a5f5;
  font-size: 0.8571em;
  margin-bottom: 0.8333em;
  overflow: hidden;
}

.ec-menubar.ec-theme-light {
  color: rgba(0, 0, 0, 0.87);
}

.ec-menubar.ec-theme-dark {
  color: rgba(255, 255, 255, 0.7);
}

.ec-menubar > .ec-btn,
.ec-menubar > .ec-link {
  background: transparent 50%;
  background-size: 100% 100%;
  box-shadow: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0.8333em;
  width: auto;
}

.ec-menubar > .ec-btn:active,
.ec-menubar > .ec-link:active {
  background: radial-gradient(circle, transparent 10%, #bdbdbd 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-menubar > .ec-btn:hover, .ec-menubar > .ec-btn:focus,
.ec-menubar > .ec-link:hover,
.ec-menubar > .ec-link:focus {
  background-color: #eeeeee;
  color: #2196f3;
}

.ec-menubar-styled {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
}

.ec-menubar.ec-theme-light > .ec-btn:hover,
.ec-menubar.ec-theme-light > .ec-btn:focus,
.ec-menubar.ec-theme-light > .ec-link:hover,
.ec-menubar.ec-theme-light > .ec-link:focus {
  background-color: rgba(0, 0, 0, 0.12);
  color: inherit;
}

.ec-menubar.ec-theme-dark > .ec-btn:hover,
.ec-menubar.ec-theme-dark > .ec-btn:focus,
.ec-menubar.ec-theme-dark > .ec-link:hover,
.ec-menubar.ec-theme-dark > .ec-link:focus {
  background-color: rgba(255, 255, 255, 0.12);
  color: inherit;
}

.ec-btn > .ec-pinwheel {
  border-radius: inherit;
}

.ec-btn > .ec-pinwheel::before {
  filter: alpha(opacity=75);
  opacity: 0.75;
  border-radius: inherit;
}

.ec-btn-active > .ec-pinwheel::before {
  background: #42a5f5;
}

.ec-btn-passive > .ec-pinwheel::before {
  background: #e0e0e0;
}

.ec-btn-selectable > .ec-pinwheel::before {
  background: #42a5f5;
}

.ec-btn-selectableSelected > .ec-pinwheel::before {
  background: #1e88e5;
}

.ec-input-textbox, .ec-input-calculator, .ec-input-percentfield, .ec-input-calendar, .ec-classSpanSelectbox > a, .ec-input-filteredtextfield, .ec-input-securefield, .ec-input-signaturefield, .ec-input-notefield, .ec-switchmask-text {
  margin-bottom: 0.7143rem;
  padding: 0.4286rem 0;
  background: transparent;
  border: 0;
  color: #424242;
  display: block;
  position: relative;
  transition: border 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.ec-input-textbox::-webkit-input-placeholder, .ec-input-calculator::-webkit-input-placeholder, .ec-input-percentfield::-webkit-input-placeholder, .ec-input-calendar::-webkit-input-placeholder, .ec-input-filteredtextfield::-webkit-input-placeholder, .ec-input-securefield::-webkit-input-placeholder, .ec-input-notefield::-webkit-input-placeholder, .ec-switchmask-text::-webkit-input-placeholder {
  color: #757575;
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-input-textbox::-moz-placeholder, .ec-input-calculator::-moz-placeholder, .ec-input-percentfield::-moz-placeholder, .ec-input-calendar::-moz-placeholder, .ec-input-filteredtextfield::-moz-placeholder, .ec-input-securefield::-moz-placeholder, .ec-input-notefield::-moz-placeholder, .ec-switchmask-text::-moz-placeholder {
  color: #757575;
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-input-textbox:-ms-input-placeholder, .ec-input-calculator:-ms-input-placeholder, .ec-input-percentfield:-ms-input-placeholder, .ec-input-calendar:-ms-input-placeholder, .ec-input-filteredtextfield:-ms-input-placeholder, .ec-input-securefield:-ms-input-placeholder, .ec-input-notefield:-ms-input-placeholder, .ec-switchmask-text:-ms-input-placeholder {
  color: #757575;
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-input-textbox::-placeholder, .ec-input-calculator::-placeholder, .ec-input-percentfield::-placeholder, .ec-input-calendar::-placeholder, .ec-input-filteredtextfield::-placeholder, .ec-input-securefield::-placeholder, .ec-input-notefield::-placeholder, .ec-switchmask-text::-placeholder {
  color: #757575;
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-input-checkbox-group, .ec-input-radio-group {
  margin: 0 0 0.7143rem 0;
  border: 0;
  padding: 0;
}

.ec-input-checkbox, .ec-input-radio {
  margin: 0.6429rem 0.7143rem 0.6071rem 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ec-input-checkbox::before, .ec-input-radio::before {
  border-radius: 0.1429rem;
  height: 1rem;
  margin-right: 0.2143rem;
  width: 1rem;
  background: white;
  border: 0.1429rem solid #9e9e9e;
  content: '';
  display: inline-block;
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1), border 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: top;
}

.ec-input-checkbox > input, .ec-input-radio > input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.ec-switchbox, .ec-switchmask {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ec-switchbox-label, .ec-switchmask-label {
  display: block; /* Fix odd IE issue that width is not respected */
  width: 100%;
}

.ec-switchbox-label > input, .ec-switchmask-label > input {
  display: none;
}

.ec-input-custom, .ec-input-system {
  bottom: 0.5714rem;
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
}

.ec-form {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 1.4286rem;
  padding: 1.0714rem;
}

.ec-label,
.ec-input-radio-label,
.ec-input-checkbox-label {
  font-size: 0.8571rem;
  margin-bottom: 0.1429rem;
  display: block;
  position: relative;
  width: 100%;
}

.ec-label-focused {
  color: #ffb300;
}

.ec-input-custom {
  left: 0;
}

.ec-input__icon-left:focus ~ .ec-input-custom {
  color: #ffb300;
}

.ec-input-system {
  right: 0;
}

.ec-input__icon-left {
  padding-left: 1.4286rem;
}

.ec-classSpanRequired {
  margin-left: 0.3571rem;
  top: -0.1429rem;
  font-weight: 500;
  position: absolute;
  right: 0;
}

.ec-classSpanRequiredNo {
  display: none;
  visibility: hidden;
}

.ec-classSpanRequiredYes {
  color: #f44336;
}

.ec-classSpanRequiredCompleted {
  color: #8bc34a;
}

.ec-label-tooltip ~ .ec-classSpanRequired {
  right: 1.4286rem;
}

.ec-label-tooltip {
  top: -1px;
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  right: 0;
}

.ec-label-tooltip:hover, .ec-label-tooltip:focus {
  color: #42a5f5;
}

.ec-label-tooltip::after {
  content: "";
  font-family: 'FontAwesome';
}

.ec-label-focused ~ .ec-label-tooltip {
  color: #42a5f5;
}

.ec-input-locked {
  filter: alpha(opacity=45);
  opacity: 0.45;
  cursor: not-allowed;
  position: relative;
}

.ec-input-locked ~ .ec-input-custom,
.ec-input-locked ~ .ec-input-system {
  filter: alpha(opacity=45);
  opacity: 0.45;
}

.ec-input-locked > .ec-input-locked {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-input-locked > .ec-input-locked ~ .ec-input-system {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-input-locked .ec-switchbox-label .ec-switch-track {
  visibility: hidden;
}

.ec-input-locked .ec-switch,
.ec-input-locked > .ec-input-radio,
.ec-input-locked > .ec-input-checkbox {
  cursor: not-allowed;
}

.ec-input-locked.ec-classSpanSelectbox > a {
  cursor: not-allowed;
}

.ec-input-locked.ec-classSpanSelectbox > a::after {
  display: none;
}

.ec-failed-masking-validation {
  border-bottom: 1px solid #f44336;
  color: #f44336;
}

.ec-failed-masking-validation ~ .ec-input-system {
  color: #f44336;
}

.ec-failed-masking-validation-icon:not(:last-child) {
  top: 1.7143rem;
  right: 1.4286rem;
}

.ec-classSpanSelectbox {
  display: block;
}

.ec-classSpanSelectbox > a {
  padding-bottom: 0.6071rem;
  padding-top: 0.6071rem;
}

.ec-classSpanSelectbox > a::after {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-classSpanSelectboxOpen > a::after {
  transform: rotate(180deg);
}

.ec-classControlSpanDropDown {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: white;
  border-radius: 0.1429rem;
  display: none;
  z-index: 100;
}

.ec-classControlSpanDropDown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 18.9286rem;
}

.ec-classControlSpanDropDown a {
  padding: 0.7143rem;
  color: rgba(0, 0, 0, 0.87);
  display: block;
}

.ec-classControlSpanDropDown a:hover, .ec-classControlSpanDropDown a:focus {
  color: #42a5f5;
}

.ec-classSelectboxActiveOption > a {
  color: #42a5f5;
}

.ec-input-filteredtextfield ~ span:not(.ec-input-system) {
  position: absolute;
  z-index: 100;
}

.ec-ui-autocomplete {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: white;
  border-radius: 0.1429rem;
  max-height: 18.9286rem;
  display: none;
}

.ec-ui-autocomplete > .ec-ui-menu-item {
  padding: 0.7143rem;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}

.ec-ui-autocomplete > .ec-ui-menu-item:hover, .ec-ui-autocomplete > .ec-ui-menu-item:focus {
  color: #42a5f5;
}

.ec-input-securefield {
  padding-right: 3.5714rem;
}

.ec-strength-dots {
  bottom: 0.8571rem;
  position: absolute;
  right: 0;
}

.ec-strength-dot {
  border-radius: 100%;
  height: 0.4286rem;
  width: 0.4286rem;
  margin-left: 0.1429rem;
  background: rgba(0, 0, 0, 0.54);
  float: left;
}

.ec-strength-dot-fail {
  background: #f44336;
}

.ec-strength-dot-weak {
  background: #ff9800;
}

.ec-strength-dot-medium {
  background: #ffd54f;
}

.ec-strength-dot-good {
  background: #8bc34a;
}

.ec-password-requirements {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: white;
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  padding: 0.7143rem;
  display: none;
  line-height: 1.5;
  position: absolute;
  z-index: 100;
}

.ec-password-requirements > ul {
  margin: 0;
}

.ec-requirement-fail {
  color: #f44336;
}

.ec-requirement-pass {
  color: #8bc34a;
}

.ec-input-signaturefield {
  padding: 0;
}

.ec-input-signaturefield canvas {
  height: 100%;
  width: 100%;
}

.ec-signaturefield-clearbutton,
.ec-signaturefield-disablebutton {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  margin: 0.3571rem;
  padding: 0.3571rem;
  color: #42a5f5;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-signaturefield-clearbutton:active,
.ec-signaturefield-disablebutton:active {
  background: radial-gradient(circle, transparent 10%, #bdbdbd 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-signaturefield-clearbutton:hover, .ec-signaturefield-clearbutton:focus,
.ec-signaturefield-disablebutton:hover,
.ec-signaturefield-disablebutton:focus {
  background-color: #eeeeee;
  color: #2196f3;
}

.ec-input-checkbox::after {
  filter: alpha(opacity=0);
  opacity: 0;
  color: white !important;
  content: "";
  font-family: 'FontAwesome';
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0) rotate(-90deg);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-input-checkbox-selected::before {
  background: #ffb300;
  border-color: #ffb300;
}

.ec-input-checkbox-selected::after {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(0.8) rotate(0);
}

.ec-input-radio::before {
  border-radius: 100%;
}

.ec-input-radio::after {
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 100%;
  height: 0.4286rem;
  width: 0.4286rem;
  top: 0.2857rem;
  background: white !important;
  content: '';
  left: 4px;
  position: absolute;
  transform: scale(0);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-input-radio-selected::before {
  background: #ffb300;
  border-color: #ffb300;
}

.ec-input-radio-selected::after {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(1);
}

.ec-sliderfield {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7143rem;
  padding: 0.5714rem 0 0.6429rem 0;
  position: relative;
}

.ec-sliderfield > .ec-input-textbox[type] {
  margin: -0.5714rem 0 -0.6429rem 0.7143rem;
  width: 25%;
}

.ec-sliderfield-container {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ec-sliderfield-slide {
  border-radius: 7.1429rem;
  margin-right: 0.3571rem;
  margin-left: 0.3571rem;
  background: #9e9e9e;
  position: relative;
  width: 100%;
}

.ec-sliderfield-container:hover > .ec-sliderfield-slide {
  background: #ffb300;
}

.ec-ui-slider-handle {
  border-radius: 100%;
  height: 0.7143rem;
  width: 0.7143rem;
  background: #ffb300;
  cursor: e-resize;
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-ui-slider-handle.ec-ui-state-active,
.ec-sliderfield-container:hover .ec-ui-slider-handle {
  transform: scale(2) translate3d(0, -0.1429rem, 0);
}

.ec-ui-slider-horizontal {
  height: 0.1429rem;
}

.ec-ui-slider-horizontal > .ec-ui-slider-handle {
  transform: translate3d(0, -0.2857rem, 0);
}

.ec-sliderfield-tooltip {
  font-size: 0.8571rem;
  margin-top: 0.8571rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.5);
}

.ec-sliderfield-tooltip > div:first-child {
  max-width: 14.2857rem;
  padding: 0.3571rem;
  background: #ffb300;
  border-radius: 100%;
  color: white;
  text-align: center;
}

.ec-sliderfield-tooltip > div:last-child {
  border: 0.3571rem solid transparent;
  border-bottom-color: #ffb300;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate3d(-50%, -0.5714rem, 0);
}

.ec-switchbox {
  padding-bottom: 0.6429rem;
  padding-top: 0.5714rem;
}

.ec-switch {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ec-switch-track {
  display: block; /* Fix odd IE issue that width is not respected */
  border-radius: 7.1429rem;
  height: 1rem;
  width: 2.5714rem;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid transparent;
  position: relative;
  transition: background 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-switch-button {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  height: 1.4286rem;
  width: 1.4286rem;
  background: #eeeeee;
  position: absolute;
  transform: translate3d(-1px, -0.2857rem, 0);
  transition: all 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-switchbox-label .ec-switch-track {
  -ms-flex-order: 1;
      order: 1;
  margin-left: auto;
}

.ec-switchbox-label .ec-switch-value {
  transition: opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1), transform 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-switchbox-label .ec-switch-value:last-of-type {
  opacity: 0;
  position: absolute;
  top: 0; /* Fix IE bug values are not aligned */
  transform: translate3d(1.4286rem, 0, 0);
}

.ec-switchmask-label .ec-switch-track {
  margin-left: 0.3571rem;
  margin-right: 0.3571rem;
}

.ec-switchmask-text {
  margin-bottom: 0;
}

.ec-input-switchbox:checked + .ec-switch .ec-switch-track,
.ec-input-switchmask:checked + .ec-switch .ec-switch-track {
  background: #ffd54f;
  border-color: #ffca28;
}

.ec-input-switchbox:checked + .ec-switch .ec-switch-button,
.ec-input-switchmask:checked + .ec-switch .ec-switch-button {
  background: #ffc107;
  transform: translate3d(1.3571rem, -0.2857rem, 0);
}

.ec-input-switchbox:checked + .ec-switch .ec-switch-value:first-of-type {
  opacity: 0;
  transform: translate3d(-1.4286rem, 0, 0);
}

.ec-input-switchbox:checked + .ec-switch .ec-switch-value:last-of-type {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ec-classDivCalculator {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  font-size: 0.8571rem;
  border-radius: 0.1429rem;
  background: #64b5f6;
  display: none;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 200;
}

.ec-classDivCalculator br {
  display: none;
}

.ec-classInputCalculatorScreen[disabled] {
  padding: 0.7143rem;
  background: #2196f3;
  border: 0;
  color: white;
  cursor: default;
  text-align: right;
}

.ec-classTableCalculator {
  width: 100%;
}

.ec-classTdCalculatorButton {
  font-weight: 500;
  text-align: center;
}

.ec-classDivCalculatorButton {
  background: transparent 50%;
  background-size: 100% 100%;
  padding: 0.7143rem;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-classDivCalculatorButton:active {
  background: radial-gradient(circle, transparent 10%, #ffc107 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-classDivCalculatorButtonOrangeGlow {
  background: #1976d2 50%;
  background-size: 100% 100%;
}

.ec-classDivCalculatorButtonOrangeGlow:active {
  background: radial-gradient(circle, #1976d2 10%, #ffc107 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-classDivCalculatorButtonGreenGlow {
  color: #f44336;
}

.ec-classDivCalculatorControls {
  display: none;
}

.ec-ui-datepicker {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  background: #64b5f6;
  display: none;
  overflow: hidden;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 200;
}

.ec-ui-datepicker-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.7143rem;
  background: #2196f3;
  color: white;
}

.ec-ui-datepicker-title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  font-size: 1rem;
  text-align: center;
}

.ec-ui-datepicker-prev > .ec-ui-icon,
.ec-ui-datepicker-next > .ec-ui-icon {
  display: none;
}

.ec-ui-datepicker-prev {
  border: 0.3571rem solid transparent;
  border-right-color: white;
}

.ec-ui-datepicker-next {
  -ms-flex-order: 1;
      order: 1;
  border: 0.3571rem solid transparent;
  border-left-color: white;
}

.ec-ui-datepicker-calendar {
  border-spacing: 0.1429rem;
  padding-left: 0.7143rem;
  padding-right: 0.7143rem;
  border-collapse: separate;
  width: 100%;
}

.ec-ui-datepicker-calendar th {
  line-height: 2.1429rem;
  color: white;
  font-weight: 400;
}

.ec-ui-datepicker-calendar td {
  border-radius: 100%;
  height: 2.1429rem;
  width: 2.1429rem;
  background: transparent 50%;
  background-size: 100% 100%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-ui-datepicker-calendar td:active {
  background: radial-gradient(circle, transparent 10%, #ffc107 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-ui-datepicker-buttonpane {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.3571rem 0.7143rem 0.7143rem;
}

.ec-ui-datepicker-close,
.ec-ui-datepicker-current {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  margin-left: 0.7143rem;
  padding: 0.7143rem;
  border: 0;
  color: white;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-ui-datepicker-close:active,
.ec-ui-datepicker-current:active {
  background: radial-gradient(circle, transparent 10%, #ffc107 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-ui-datepicker-current {
  -ms-flex-order: 1;
      order: 1;
}

.ec-ui-datepicker-calendar .ec-ui-state-default {
  color: white;
}

.ec-ui-datepicker-calendar .ec-ui-datepicker-today {
  background: rgba(255, 255, 255, 0.7);
}

.ec-ui-datepicker-calendar .ec-ui-datepicker-current-day {
  background: #ffb300;
}

.ec-ui-datepicker-calendar .ec-ui-datepicker-current-day > .ec-ui-state-default {
  color: white;
}

.ec-ui-datepicker-calendar .ec-ui-priority-secondary {
  color: #1976d2;
}

.ec-classDivDatePicker {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  max-width: 17.1429rem;
  background: #64b5f6;
  color: white;
  display: none;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  z-index: 200;
}

.ec-classDivDatePickerHeader {
  padding: 0.7143rem;
  background: #2196f3;
}

.ec-classH3DatePickerHeader {
  font-size: 1rem;
  margin-bottom: 0;
}

.ec-classDivDatePickerContent {
  display: -ms-flexbox;
  display: flex;
}

.ec-classDivDatePickerScrollArea {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  height: 6.8571rem;
  overflow: hidden;
}

.ec-classDivDatePickerScrollArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ec-classDivDatePickerScrollArea ul li {
  line-height: 32px;
}

.ec-classDivDatePickerControls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.7143rem;
}

.ec-classSpanDatePickerSetButton,
.ec-classSpanDatePickerCloseButton {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  margin-left: 0.7143rem;
  padding: 0.7143rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-classSpanDatePickerSetButton:active,
.ec-classSpanDatePickerCloseButton:active {
  background: radial-gradient(circle, transparent 10%, #ffc107 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-classLiDatePickerSelected {
  background: #42a5f5;
}

.ec-classControlCalendarActiveSelection .ec-classLiDatePickerSelected {
  background: #90caf9;
}

.ec-fieldset,
.ec-coupledfieldset {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 1.4286rem;
  border: 0;
  padding: 0;
}

.ec-fieldset > ol,
.ec-coupledfieldset > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ec-form .ec-fieldset.ec-fieldset-long, .ec-form
.ec-coupledfieldset.ec-fieldset-long {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  max-width: 100%;
}

.ec-legend {
  margin-bottom: 0.7143rem;
  font-size: 1.5714rem;
  min-height: 1.5714rem;
}

.ec-field {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
}

.ec-field::after {
  clear: both;
  content: '';
  display: table;
}

.ec-field:not(:last-child) {
  margin-bottom: 1.4286rem;
}

.ec-field [data-namespace*='Field'],
.ec-field .ec-input-radio-group,
.ec-field .ec-input-checkbox-group,
.ec-field .ec-classSpanSelectbox > a {
  margin-bottom: 0;
}

.ec-field .ec-pinwheel {
  position: absolute !important;
}

[class*='ec-form-gallerygrid'] .ec-type-fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: -0.7143rem;
  margin-right: -0.7143rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[class*='ec-form-gallerygrid'] .ec-fieldset {
  padding-left: 0.7143rem;
  padding-right: 0.7143rem;
  width: 100%;
}

@media (min-width: 45em) {
  .ec-form-gallerygrid-auto .ec-fieldset {
    width: 50%;
  }
  .ec-form-gallerygrid-2 .ec-fieldset,
  .ec-form-gallerygrid-3 .ec-fieldset,
  .ec-form-gallerygrid-4 .ec-fieldset,
  .ec-form-gallerygrid-5 .ec-fieldset {
    max-width: 50%;
    width: 100%;
  }
}

@media (min-width: 60em) {
  .ec-form-gallerygrid-auto .ec-fieldset {
    width: 33.3333%;
  }
  .ec-form-gallerygrid-3 .ec-fieldset,
  .ec-form-gallerygrid-5 .ec-fieldset {
    max-width: 33.3333%;
    width: 100%;
  }
}

@media (min-width: 80em) {
  .ec-form-gallerygrid-auto .ec-fieldset {
    width: 25%;
  }
  .ec-form-gallerygrid-4 .ec-fieldset {
    max-width: 25%;
    width: 100%;
  }
}

@media (min-width: 100em) {
  .ec-form-gallerygrid-auto .ec-fieldset {
    width: 20%;
  }
  .ec-form-gallerygrid-5 .ec-fieldset {
    max-width: 20%;
    width: 100%;
  }
}

.ec-accordionform {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 1.4286rem;
}

.ec-accordionform-fieldset {
  padding: 1.0714rem 1.0714rem 0.3571rem 1.0714rem;
}

.ec-accordionform-fieldset > :last-child {
  margin-bottom: 0;
}

.ec-accordionform-fieldset:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ec-accordionform-fieldset.ec-active {
  padding-bottom: 1.0714rem;
}

.ec-accordionform-fieldset .ec-fieldset-ol {
  display: none;
}

.ec-coupledfieldset-legend-subtitle {
  font-size: 1.1429rem;
  margin-top: 0.3571rem;
  color: #9e9e9e;
  display: block;
}

.ec-coupledfieldset-titles {
  border-radius: 0.1429rem;
  margin-bottom: 0.3571rem;
  background: #42a5f5;
  border-bottom: 0;
  color: white;
}

.ec-coupledfieldset-left-title,
.ec-coupledfieldset-right-title {
  width: 100%;
  float: left;
  padding: 0.7143rem;
}

@media (min-width: 45em) {
  .ec-coupledfieldset-left-title,
  .ec-coupledfieldset-right-title {
    width: 33.3333%;
    float: left;
  }
}

@media (min-width: 45em) {
  .ec-coupledfieldset-left-title {
    margin-left: 33.3333%;
  }
  .ec-coupledfieldset-right-title {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.ec-coupledfieldset-empty-rightfield {
  min-height: 2.2857rem;
  background: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

@media (min-width: 45em) {
  .ec-coupledfieldset .ec-field > span::after {
    clear: both;
    content: '';
    display: table;
  }
  .ec-coupledfieldset .ec-field .ec-label,
  .ec-coupledfieldset .ec-field .ec-input-radio-label,
  .ec-coupledfieldset .ec-field .ec-input-checkbox-label {
    width: 50%;
    float: left;
    padding: 0.7143rem;
    margin-bottom: 0;
    text-align: right;
  }
  .ec-coupledfieldset .ec-field:not(.ec-coupledfieldset-titles) > span:first-child {
    width: 66.6667%;
    float: left;
  }
  .ec-coupledfieldset .ec-field:not(.ec-coupledfieldset-titles) > span:first-child .ec-classSpanSelectbox,
  .ec-coupledfieldset .ec-field:not(.ec-coupledfieldset-titles) > span:first-child [data-namespace*='Field']:not(.ec-input-checkbox-group) {
    width: 50%;
    float: left;
  }
  .ec-coupledfieldset .ec-field:not(.ec-coupledfieldset-titles) > span:last-child {
    width: 33.3333%;
    float: left;
    padding-left: 0.3571rem;
  }
  .ec-coupledfieldset .ec-field:not(.ec-coupledfieldset-titles) > span:last-child > .ec-label,
  .ec-coupledfieldset .ec-field:not(.ec-coupledfieldset-titles) > span:last-child > .ec-input-radio-label,
  .ec-coupledfieldset .ec-field:not(.ec-coupledfieldset-titles) > span:last-child > .ec-input-checkbox-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ec-coupledfieldset .ec-field.ec-coupledfieldset-longfield .ec-label,
  .ec-coupledfieldset .ec-field.ec-coupledfieldset-longfield .ec-input-radio-label,
  .ec-coupledfieldset .ec-field.ec-coupledfieldset-longfield .ec-input-checkbox-label {
    width: 33.3333%;
    float: left;
  }
  .ec-coupledfieldset .ec-field.ec-coupledfieldset-longfield .ec-classSpanSelectbox,
  .ec-coupledfieldset .ec-field.ec-coupledfieldset-longfield [data-namespace*='Field']:not(.ec-input-checkbox-group) {
    width: 66.6667%;
    float: left;
    float: left;
  }
  .ec-coupledfieldset-norightdisplayed .ec-field:not(.ec-coupledfieldset-titles) > span:first-child {
    width: 100%;
  }
  .ec-coupledfieldset-norightdisplayed .ec-field:not(.ec-coupledfieldset-titles) > span:first-child > .ec-label,
  .ec-coupledfieldset-norightdisplayed .ec-field:not(.ec-coupledfieldset-titles) > span:first-child > .ec-input-radio-label,
  .ec-coupledfieldset-norightdisplayed .ec-field:not(.ec-coupledfieldset-titles) > span:first-child > .ec-input-checkbox-label {
    width: 33.3333%;
    float: left;
  }
  .ec-coupledfieldset-norightdisplayed .ec-field:not(.ec-coupledfieldset-titles) > span:first-child .ec-classSpanSelectbox,
  .ec-coupledfieldset-norightdisplayed .ec-field:not(.ec-coupledfieldset-titles) > span:first-child [data-namespace*='Field']:not(.ec-input-checkbox-group) {
    width: 66.6667%;
    float: left;
  }
}

.ec-searchtool {
  position: relative;
  width: 100%;
}

.ec-searchtool > .ec-input-textbox {
  min-height: inherit;
}

.ec-searchtool > .ec-btn,
.ec-searchtool > .ec-link {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  position: absolute;
}

.ec-searchtool > .ec-link, .ec-searchtool > .ec-btn {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.8571em;
  margin: 0;
}

.ec-searchtool > .ec-link:hover, .ec-searchtool > .ec-btn:hover, .ec-searchtool > .ec-link:focus, .ec-searchtool > .ec-btn:focus {
  color: #424242;
}

.ec-searchtool {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 0.7143em;
  padding: 0.3571em 1.4286em 0.3571em 0.7143em;
}

.ec-searchtool > .ec-input-textbox {
  margin: 0;
  padding: 0;
}

.ec-searchtool > .ec-link {
  left: 0.3571em;
}

.ec-searchtool > .ec-link ~ .ec-input-textbox {
  padding-left: 0.7143em;
}

.ec-searchtool > .ec-btn {
  background: none;
  box-shadow: none;
  padding: 0;
  right: 0.3571em;
}

.ec-notification-container {
  position: fixed;
  z-index: 2100;
}

.ec-notification {
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ec-notification-message {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.ec-notification-message > :last-child {
  margin-bottom: 0;
}

.ec-notification-nag > .ec-notification-message > h2 {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}

.ec-notification-container {
  right: 0.7143em;
  top: 0.7143em;
}

.ec-notification {
  -ms-flex: 0 1 25em;
      flex: 0 1 25em;
  max-width: 25em;
  background: #424242;
  border-radius: 0.1667em;
  color: white;
  font-size: 0.8571em;
  margin-bottom: 0.8333em;
  margin-left: 0.8333em;
  padding: 1.6667em;
}

.ec-notification-icon {
  font-size: 1.75em;
  margin-right: 0.4762em;
}

.ec-notification-message > h2 {
  margin-bottom: 0.4545em;
}

.ec-notification-nag > .ec-notification-message > h2 {
  background: rgba(244, 67, 54, 0.7);
  border-radius: 100%;
  color: white !important;
  font-size: 3.5714em;
  height: 1.6em;
  line-height: 1.1em;
  margin-left: -0.6em;
  margin-top: -0.1em;
  min-width: 1.6em;
  padding: 0.4em;
  text-align: center;
}

.ec-progressbar {
  width: 100%;
}

.ec-progressbar-rounded {
  overflow: hidden;
}

.ec-progressbar-meter {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.ec-progressbar-meter-striped::after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.ec-progressbar {
  background: rgba(0, 0, 0, 0.12);
  height: 0.7143em;
  margin-bottom: 0.3571em;
}

.ec-progressbar-rounded {
  border-radius: 1.4286em;
}

.ec-progressbar-meter {
  background: #8bc34a;
}

.ec-progressbar-meter-striped::after {
  animation: progress-buffer 2.8s linear infinite;
  background: rgba(0, 0, 0, 0.26);
}

@keyframes progress-buffer {
  0% {
    transform: translate3d(-100%, 0, 0) scaleX(0);
  }
  50% {
    transform: translate3d(25%, 0, 0) scaleX(0.5);
  }
  100% {
    transform: translate3d(100%, 0, 0) scaleX(0);
  }
}

.ec-floatingmenu {
  position: fixed;
  z-index: 600;
}

.ec-floatingmenu > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ec-floatingmenu > ol > li > a {
  display: block;
  text-align: left;
}

.ec-floatingmenu > ol > li > a > .ec-icon-styles {
  text-align: center;
  width: 1.2857em;
}

.ec-floatingmenu-horizontal > ol:last-child > li {
  display: inline-block;
}

.ec-floatingmenu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: white;
  border-radius: 0.25em;
  font-size: 0.8571em;
  overflow: hidden;
  top: 12.5em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-floatingmenu:hover, .ec-floatingmenu:focus {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ec-floatingmenu > ol > li > a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1em;
  min-width: 12.5em;
  padding: 0.8333em;
  text-transform: none;
}

.ec-floatingmenu > ol > li > a:hover, .ec-floatingmenu > ol > li > a:focus {
  color: #1976d2;
}

.ec-floatingmenu > ol:first-child > li > a {
  background: #ffc107 50%;
  background-size: 100% 100%;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-floatingmenu > ol:first-child > li > a:active {
  background: radial-gradient(circle, #ffc107 10%, #ffd54f 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-floatingmenu-left {
  left: 1.6667em;
}

.ec-floatingmenu-right {
  right: 1.6667em;
}

.ec-userlinkpanel {
  -ms-flex-item-align: center;
      align-self: center;
  display: inline-block;
  vertical-align: middle;
}

.ec-userlinkpanel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 44.99em) {
  .ec-userlinkpanel ul {
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 900;
  }
  .ec-userlinkpanel ul.ec-nav-show {
    display: block;
  }
}

@media (min-width: 45em) {
  .ec-userlinkpanel-nav-btn {
    display: none;
  }
}

.ec-userlinkpanel-item {
  display: inline-block;
}

@media (max-width: 44.99em) {
  .ec-userlinkpanel-item {
    display: block;
  }
  .ec-userlinkpanel-item:nth-child(2) .ec-link::before {
    content: "";
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
    width: 1.2857em;
  }
  .ec-userlinkpanel-item:nth-child(3) .ec-link::after,
  .ec-userlinkpanel-item:nth-child(4) .ec-link::after {
    content: attr(alt);
  }
}

@media (max-width: 44.99em) {
  .ec-userlinkpanel-item .ec-btn,
  .ec-userlinkpanel-item .ec-link {
    display: block;
    text-align: left;
  }
  .ec-userlinkpanel-item .ec-btn > .ec-icon-styles,
  .ec-userlinkpanel-item .ec-link > .ec-icon-styles {
    text-align: center;
    width: 1.2857em;
  }
}

@media (max-width: 44.99em) {
  .ec-userlinkpanel ul {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background: white;
    border-radius: 0.1429rem;
    margin-top: 0.7143em;
  }
}

.ec-userlinkpanel-nav-btn {
  font-size: 2em;
}

@media (max-width: 44.99em) {
  .ec-userlinkpanel-item:first-child {
    padding: 1.0714em;
  }
  .ec-userlinkpanel-item:nth-child(2) .ec-link::before {
    margin-right: 0.4167em;
  }
  .ec-userlinkpanel-item:nth-child(3) .ec-link::after,
  .ec-userlinkpanel-item:nth-child(4) .ec-link::after {
    margin-left: 0.4167em;
  }
}

@media (min-width: 45em) {
  .ec-userlinkpanel-item:not(:first-child) {
    margin-left: 0.7143em;
  }
}

.ec-userlinkpanel-item .ec-btn,
.ec-userlinkpanel-item .ec-link {
  background: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
  vertical-align: baseline;
}

@media (max-width: 44.99em) {
  .ec-userlinkpanel-item .ec-btn,
  .ec-userlinkpanel-item .ec-link {
    font-size: 0.8571em;
    padding: 1.25em;
  }
  .ec-userlinkpanel-item .ec-btn:hover, .ec-userlinkpanel-item .ec-btn:focus,
  .ec-userlinkpanel-item .ec-link:hover,
  .ec-userlinkpanel-item .ec-link:focus {
    color: #42a5f5;
  }
}

@media (min-width: 45em) {
  .ec-userlinkpanel-item .ec-btn,
  .ec-userlinkpanel-item .ec-link {
    font-size: 1em;
    padding: 0;
  }
  .ec-userlinkpanel-item .ec-btn:hover, .ec-userlinkpanel-item .ec-btn:focus,
  .ec-userlinkpanel-item .ec-link:hover,
  .ec-userlinkpanel-item .ec-link:focus {
    color: #424242;
  }
}

.ec-displaypanel, .ec-expandablepanel, .ec-multiselectpanel {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 1.4286em;
}

.ec-displaypanel-header, .ec-expandablepanel-titlebar, .ec-multiselectpanel-header {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0.3571em;
}

.ec-displaypanel-title, .ec-expandablepanel-titlebar > h2, .ec-multiselectpanel-header > h2 {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  max-width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  line-height: normal;
  margin-bottom: 0;
}

.ec-displaypanel-links, .ec-expandablepanel-titlebar, .ec-multiselectpanel-links {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1em;
  margin-left: auto;
}

.ec-displaypanel-links > .ec-btn,
.ec-displaypanel-links > .ec-link, .ec-expandablepanel-titlebar > .ec-btn,
.ec-expandablepanel-titlebar > .ec-link, .ec-multiselectpanel-links > .ec-btn,
.ec-multiselectpanel-links > .ec-link, .ec-multiselectpanel-selectall {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429em;
  box-shadow: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0.4286em 0.7143em;
  width: auto;
}

.ec-displaypanel-links > .ec-btn:active,
.ec-displaypanel-links > .ec-link:active, .ec-expandablepanel-titlebar > .ec-btn:active,
.ec-expandablepanel-titlebar > .ec-link:active, .ec-multiselectpanel-links > .ec-btn:active,
.ec-multiselectpanel-links > .ec-link:active, .ec-multiselectpanel-selectall:active {
  background: radial-gradient(circle, transparent 10%, #ffb300 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-displaypanel-links > .ec-btn:hover,
.ec-displaypanel-links > .ec-link:hover, .ec-expandablepanel-titlebar > .ec-btn:hover,
.ec-expandablepanel-titlebar > .ec-link:hover, .ec-multiselectpanel-links > .ec-btn:hover,
.ec-multiselectpanel-links > .ec-link:hover, .ec-multiselectpanel-selectall:hover, .ec-displaypanel-links > .ec-btn:focus,
.ec-displaypanel-links > .ec-link:focus, .ec-expandablepanel-titlebar > .ec-btn:focus,
.ec-expandablepanel-titlebar > .ec-link:focus, .ec-multiselectpanel-links > .ec-btn:focus,
.ec-multiselectpanel-links > .ec-link:focus, .ec-multiselectpanel-selectall:focus {
  color: #424242;
}

.ec-displaypanel-links > .ec-btn:not(:last-child),
.ec-displaypanel-links > .ec-link:not(:last-child), .ec-expandablepanel-titlebar > .ec-btn:not(:last-child),
.ec-expandablepanel-titlebar > .ec-link:not(:last-child), .ec-multiselectpanel-links > .ec-btn:not(:last-child),
.ec-multiselectpanel-links > .ec-link:not(:last-child), .ec-multiselectpanel-selectall:not(:last-child) {
  margin-right: 0.3571em;
}

.ec-displaypanel-links > .ec-btn > span,
.ec-displaypanel-links > .ec-link > span, .ec-expandablepanel-titlebar > .ec-btn > span,
.ec-expandablepanel-titlebar > .ec-link > span, .ec-multiselectpanel-links > .ec-btn > span,
.ec-multiselectpanel-links > .ec-link > span, .ec-multiselectpanel-selectall > span {
  font-size: 0.8571em;
}

.ec-displaydetail, .ec-expandabledisplay, .ec-multiselectdetail, .ec-eventdisplaydetail, .ec-itemlist-panel {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 1.4286rem;
  position: relative;
  width: 100%;
}

.ec-displaydetail > h3, .ec-multiselectdetail > h3, .ec-eventdisplaydetail > h3 {
  padding: 1.0714rem;
  margin-bottom: 0;
}

.ec-displaydetail-body, .ec-multiselectdetail-content, .ec-eventdisplaydetail-body {
  padding-left: 1.0714rem;
  padding-right: 1.0714rem;
}

.ec-displaydetail-image[src] ~ .ec-displaydetail-content, .ec-multiselectdetail-row {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  max-width: 100%;
}

.ec-displaydetail-row, .ec-multiselectdetail-row, .ec-eventdisplaydetail-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5357rem;
  margin-right: -0.5357rem;
  padding-top: 1.0714rem;
  list-style-image: none;
}

.ec-displaydetail-row:nth-of-type(n+2), .ec-multiselectdetail-row:nth-of-type(n+2), .ec-eventdisplaydetail-row:nth-of-type(n+2) {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ec-displaydetail-footer, .ec-multiselectdetail-footer, .ec-eventdisplaydetail-footer {
  padding-right: 1.0714rem;
  cursor: default;
}

.ec-displaydetail-footer > .ec-btn, .ec-multiselectdetail-footer > .ec-btn, .ec-eventdisplaydetail-footer > .ec-btn, .ec-displaydetail-footer > .ec-link, .ec-multiselectdetail-footer > .ec-link, .ec-eventdisplaydetail-footer > .ec-link {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  margin: 0.3571rem;
  padding: 0.3571rem;
  box-shadow: none;
  color: #42a5f5;
  width: auto;
}

.ec-displaydetail-footer > .ec-btn:active, .ec-multiselectdetail-footer > .ec-btn:active, .ec-eventdisplaydetail-footer > .ec-btn:active, .ec-displaydetail-footer > .ec-link:active, .ec-multiselectdetail-footer > .ec-link:active, .ec-eventdisplaydetail-footer > .ec-link:active {
  background: radial-gradient(circle, transparent 10%, #bdbdbd 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-displaydetail-footer > .ec-btn:hover, .ec-multiselectdetail-footer > .ec-btn:hover, .ec-eventdisplaydetail-footer > .ec-btn:hover, .ec-displaydetail-footer > .ec-btn:focus, .ec-multiselectdetail-footer > .ec-btn:focus, .ec-eventdisplaydetail-footer > .ec-btn:focus, .ec-displaydetail-footer > .ec-link:hover, .ec-multiselectdetail-footer > .ec-link:hover, .ec-eventdisplaydetail-footer > .ec-link:hover, .ec-displaydetail-footer > .ec-link:focus, .ec-multiselectdetail-footer > .ec-link:focus, .ec-eventdisplaydetail-footer > .ec-link:focus {
  background-color: #eeeeee;
  color: #2196f3;
}

.ec-displaydetail-item-head, .ec-displaydetail-item {
  min-height: 1rem;
  min-width: 1.4286rem;
  display: block;
  line-height: 1.3;
  position: relative;
}

@media (min-width: 45em) {
  .ec-displaydetail-item-head, .ec-displaydetail-item {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
}

.ec-displaydetail-highlightable:hover, .ec-multiselectdetail-highlightable:hover, .ec-eventdisplaydetail-highlightable:hover, .ec-displaydetail-highlightable:focus, .ec-multiselectdetail-highlightable:focus, .ec-eventdisplaydetail-highlightable:focus {
  background: #eeeeee;
}

@media (min-width: 45em) {
  .ec-displaydetail-highlightable .ec-displaydetail-footer, .ec-multiselectdetail-highlightable .ec-multiselectdetail-footer {
    top: 0.7143rem;
    right: 1.0714rem;
    padding-right: 0;
    position: absolute;
  }
  .ec-displaydetail-highlightable .ec-displaydetail-footer > .ec-btn, .ec-multiselectdetail-highlightable .ec-multiselectdetail-footer > .ec-btn, .ec-displaydetail-highlightable .ec-displaydetail-footer > .ec-link, .ec-multiselectdetail-highlightable .ec-multiselectdetail-footer > .ec-link {
    font-size: 1rem;
    margin: 0 0 0 0.7143rem;
    color: rgba(0, 0, 0, 0.54);
  }
  .ec-displaydetail-highlightable .ec-displaydetail-footer > .ec-btn:hover, .ec-multiselectdetail-highlightable .ec-multiselectdetail-footer > .ec-btn:hover, .ec-displaydetail-highlightable .ec-displaydetail-footer > .ec-btn:focus, .ec-multiselectdetail-highlightable .ec-multiselectdetail-footer > .ec-btn:focus, .ec-displaydetail-highlightable .ec-displaydetail-footer > .ec-link:hover, .ec-multiselectdetail-highlightable .ec-multiselectdetail-footer > .ec-link:hover, .ec-displaydetail-highlightable .ec-displaydetail-footer > .ec-link:focus, .ec-multiselectdetail-highlightable .ec-multiselectdetail-footer > .ec-link:focus {
    color: #424242;
  }
  .ec-displaydetail-highlightable .ec-displaydetail-footer > .ec-btn > span, .ec-multiselectdetail-highlightable .ec-multiselectdetail-footer > .ec-btn > span, .ec-displaydetail-highlightable .ec-displaydetail-footer > .ec-link > span, .ec-multiselectdetail-highlightable .ec-multiselectdetail-footer > .ec-link > span {
    font-size: 0.8571rem;
  }
}

.ec-displaydetail-expandable, .ec-eventdisplaydetail-expandable {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: none;
  width: 100%;
}

.ec-displaydetail-expandable-icon, .ec-eventdisplaydetail-expandable-icon {
  bottom: 0.3571rem;
  font-size: 0.7143rem;
  right: 0.3571rem;
  color: #9e9e9e;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-displaydetail-inline [class*='ec-displaydetail-item'], .ec-multiselectdetail-inline [class*='ec-displaydetail-item'] {
  display: inline-block;
  vertical-align: bottom;
}

.ec-displaydetail-inline .ec-displaydetail-item-head, .ec-multiselectdetail-inline .ec-displaydetail-item-head {
  margin-right: 0.3571rem;
}

.ec-displaydetail-singleitem, .ec-multiselectdetail-singleitem {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  display: inline-block;
}

@media (min-width: 45em) {
  .ec-displaydetail-singleitem, .ec-multiselectdetail-singleitem {
    width: calc((100% / 2) - (1.4286rem / 2));
  }
  .ec-displaydetail-singleitem + .ec-displaydetail-singleitem, .ec-multiselectdetail-singleitem + .ec-displaydetail-singleitem, .ec-displaydetail-singleitem + .ec-multiselectdetail-singleitem, .ec-multiselectdetail-singleitem + .ec-multiselectdetail-singleitem {
    margin-left: 0;
  }
}

@media (min-width: 60em) {
  .ec-displaydetail-singleitem, .ec-multiselectdetail-singleitem {
    width: calc((100% / 3) - 1rem);
  }
}

.ec-displaydetail-singleitem .ec-displaydetail-column, .ec-multiselectdetail-singleitem .ec-displaydetail-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ec-displaydetail-noitems, .ec-multiselectdetail-noitems, .ec-eventdisplaydetail-noitems {
  padding: 1.0714rem;
}

.ec-type-displaydetail {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-displaydetail-column {
  padding-left: 0.5357rem;
  padding-right: 0.5357rem;
  margin-bottom: 1.0714rem;
  width: 100%;
}

@media (min-width: 45em) {
  [class*='detail'].ec-columns-2 .ec-displaydetail-column.ec-columns-2, [class*='detail'].ec-columns-3 .ec-displaydetail-column.ec-columns-3, [class*='detail'].ec-columns-4 .ec-displaydetail-column.ec-columns-4, [class*='detail'].ec-columns-5 .ec-displaydetail-column.ec-columns-5, [class*='detail'].ec-columns-6 .ec-displaydetail-column.ec-columns-6, [class*='detail'].ec-columns-7 .ec-displaydetail-column.ec-columns-7, [class*='detail'].ec-columns-8 .ec-displaydetail-column.ec-columns-8 {
    width: 100%;
  }
  [class*='detail'].ec-columns-2 .ec-displaydetail-column.ec-columns-2 [class*='ec-displaydetail-item'], [class*='detail'].ec-columns-3 .ec-displaydetail-column.ec-columns-3 [class*='ec-displaydetail-item'], [class*='detail'].ec-columns-4 .ec-displaydetail-column.ec-columns-4 [class*='ec-displaydetail-item'], [class*='detail'].ec-columns-5 .ec-displaydetail-column.ec-columns-5 [class*='ec-displaydetail-item'], [class*='detail'].ec-columns-6 .ec-displaydetail-column.ec-columns-6 [class*='ec-displaydetail-item'], [class*='detail'].ec-columns-7 .ec-displaydetail-column.ec-columns-7 [class*='ec-displaydetail-item'], [class*='detail'].ec-columns-8 .ec-displaydetail-column.ec-columns-8 [class*='ec-displaydetail-item'] {
    overflow: visible;
    white-space: normal;
  }
  [class*='detail'].ec-columns-1 .ec-displaydetail-column {
    width: 100%;
  }
  [class*='detail'].ec-columns-2 .ec-displaydetail-column {
    width: 50%;
  }
  [class*='detail'].ec-columns-3 .ec-displaydetail-column {
    width: 33.3333%;
  }
  [class*='detail'].ec-columns-3 .ec-displaydetail-column.ec-columns-2 {
    width: 66.6667%;
  }
  [class*='detail'].ec-columns-4 .ec-displaydetail-column {
    width: 25%;
  }
  [class*='detail'].ec-columns-4 .ec-displaydetail-column.ec-columns-2 {
    width: 50%;
  }
  [class*='detail'].ec-columns-4 .ec-displaydetail-column.ec-columns-3 {
    width: 75%;
  }
  [class*='detail'].ec-columns-5 .ec-displaydetail-column {
    width: 20%;
  }
  [class*='detail'].ec-columns-5 .ec-displaydetail-column.ec-columns-2 {
    width: 40%;
  }
  [class*='detail'].ec-columns-5 .ec-displaydetail-column.ec-columns-3 {
    width: 60%;
  }
  [class*='detail'].ec-columns-5 .ec-displaydetail-column.ec-columns-4 {
    width: 80%;
  }
  [class*='detail'].ec-columns-6 .ec-displaydetail-column {
    width: 16.6667%;
  }
  [class*='detail'].ec-columns-6 .ec-displaydetail-column.ec-columns-2 {
    width: 33.3333%;
  }
  [class*='detail'].ec-columns-6 .ec-displaydetail-column.ec-columns-3 {
    width: 50%;
  }
  [class*='detail'].ec-columns-6 .ec-displaydetail-column.ec-columns-4 {
    width: 66.6667%;
  }
  [class*='detail'].ec-columns-6 .ec-displaydetail-column.ec-columns-5 {
    width: 83.3333%;
  }
  [class*='detail'].ec-columns-7 .ec-displaydetail-column {
    width: 14.2857%;
  }
  [class*='detail'].ec-columns-7 .ec-displaydetail-column.ec-columns-2 {
    width: 28.5714%;
  }
  [class*='detail'].ec-columns-7 .ec-displaydetail-column.ec-columns-3 {
    width: 42.8571%;
  }
  [class*='detail'].ec-columns-7 .ec-displaydetail-column.ec-columns-4 {
    width: 57.1429%;
  }
  [class*='detail'].ec-columns-7 .ec-displaydetail-column.ec-columns-5 {
    width: 71.4286%;
  }
  [class*='detail'].ec-columns-7 .ec-displaydetail-column.ec-columns-6 {
    width: 85.7143%;
  }
  [class*='detail'].ec-columns-8 .ec-displaydetail-column {
    width: 12.5%;
  }
  [class*='detail'].ec-columns-8 .ec-displaydetail-column.ec-columns-2 {
    width: 25%;
  }
  [class*='detail'].ec-columns-8 .ec-displaydetail-column.ec-columns-3 {
    width: 37.5%;
  }
  [class*='detail'].ec-columns-8 .ec-displaydetail-column.ec-columns-4 {
    width: 50%;
  }
  [class*='detail'].ec-columns-8 .ec-displaydetail-column.ec-columns-5 {
    width: 62.5%;
  }
  [class*='detail'].ec-columns-8 .ec-displaydetail-column.ec-columns-6 {
    width: 75%;
  }
  [class*='detail'].ec-columns-8 .ec-displaydetail-column.ec-columns-7 {
    width: 87.5%;
  }
}

.ec-displaydetail-item-head {
  font-weight: 500;
}

.ec-displaydetail-item > .ec-btn,
.ec-displaydetail-item > .ec-link {
  font-size: 0.8571rem;
  background: none;
  box-shadow: none;
  color: #42a5f5;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: auto;
}

.ec-displaydetail-item > .ec-btn:hover, .ec-displaydetail-item > .ec-btn:focus,
.ec-displaydetail-item > .ec-link:hover,
.ec-displaydetail-item > .ec-link:focus {
  color: #2196f3;
}

.ec-displaydetail-item > .ec-btn:not(:last-child),
.ec-displaydetail-item > .ec-link:not(:last-child) {
  margin-right: 0.7143rem;
}

.ec-richtextdisplayitem > .ec-displaydetail-item {
  overflow: visible;
  white-space: normal;
}

.ec-richtextdisplayitem img {
  height: auto !important;
  max-width: 100%;
}

.ec-progressdisplayitem > [class*='ec-displaydetail-item'] {
  width: 100%;
}

.ec-progressdisplayitem-progressbar {
  margin-top: 0.2143rem;
  margin-bottom: 0;
}

.ec-linkdisplayitem > .ec-displaydetail-item {
  overflow: visible;
  white-space: normal;
}

.ec-displaydetail-item [data-namespace*='Field'],
.ec-displaydetail-item .ec-input-radio-group,
.ec-displaydetail-item .ec-input-checkbox-group,
.ec-displaydetail-item .ec-classSpanSelectbox > a {
  padding: 0.3571rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
}

.ec-displaypanel-stacked .ec-displaydetail {
  border-radius: 0;
  margin-bottom: 0;
}

.ec-displaypanel-stacked .ec-displaydetail:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ec-displaydetail-expands {
  cursor: pointer;
}

.ec-displaydetail-image > .ec-displaydetail-body {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-displaydetail-image[src] {
  margin: 1.0714rem 1.0714rem 1.0714rem 0;
  max-width: 20%;
}

.ec-expandablepanel-titlebar {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.ec-expandablepanel-stacked > .ec-expandabledisplay:not(:last-child) {
  border-radius: 0;
  margin-bottom: 0;
}

.ec-expandablepanel-stacked > .ec-expandabledisplay:not(:last-child):not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ec-expandabledisplay-titlebar {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 1.0714rem;
}

.ec-expandabledisplay-titlebar > h3 {
  margin-bottom: 0;
}

.ec-expandabledisplay-expand {
  -ms-flex-order: -1;
      order: -1;
  font-size: 1.3571rem;
  margin-right: 0.3571rem;
  color: #ffb300;
}

.ec-expandabledisplay-expand > .ec-icon-styles {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-expandabledisplay-visibleelement > :last-child {
  margin-bottom: 0;
}

.ec-expandabledisplay-visibleelement .ec-displaydetail {
  border-radius: 0;
  box-shadow: none;
}

.ec-expandabledisplay-expandableelements {
  padding: 1.0714rem 1.0714rem 0.3571rem;
  background: #e0e0e0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: none;
}

.ec-multiselectpanel .ec-scrollwrapper,
.ec-multiselectpanel .ec-scrolltarget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.ec-multiselectpanel .ec-scrolltarget {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
}

.ec-multiselectpanel-selectall {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: bottom;
}

.ec-multiselectpanel-selectall > .ec-icon-styles {
  margin-right: 0.3571em;
}

.ec-multiselectpanel .ec-multiselectdetail {
  box-shadow: none;
}

.ec-multiselectdetail-content {
  display: -ms-flexbox;
  display: flex;
}

.ec-multiselectdetail-content > .ec-input-checkbox {
  margin-top: 1.0714rem;
  margin-right: 1.0714rem;
}

.ec-multiselectpanel-stacked .ec-multiselectdetail {
  border-radius: 0;
  margin-bottom: 0;
}

.ec-multiselectpanel-stacked .ec-multiselectdetail:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ec-multiselectpanel-locked .ec-scrollwrapper,
.ec-multiselectpanel-locked .ec-scrolltarget {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ec-multiselectpanel-lockedoverlay {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0.1429rem;
  font-size: 1.4286rem;
  padding: 1.0714rem;
  background: #f44336;
  color: #fdd9d7;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ec-eventdisplaydetail-content {
  padding-left: 0.5357rem;
  padding-right: 0.5357rem;
}

.ec-eventdisplaydetail-defaults {
  margin-bottom: 1.0714rem;
}

.ec-eventdisplaydetail-defaults:nth-of-type(1) {
  width: 20%;
}

.ec-eventdisplaydetail-defaults:nth-of-type(2) {
  text-align: right;
  width: 10%;
}

.ec-eventdisplaydetail-defaults:nth-of-type(3) {
  margin-right: 0.3571rem;
  font-weight: 500;
}

.ec-eventdisplaydetail-defaults > .ec-displaydetail-item-head {
  display: none;
}

.ec-eventdisplaydetail-eventlinks {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
}

.ec-eventdisplaydetail-expandable .ec-eventdisplaydetail-eventlinks {
  padding-left: 0.5357rem;
  padding-right: 0.5357rem;
}

.ec-eventdisplaydetail-eventlink {
  font-size: 1.2857rem;
  margin-left: 0.7143rem;
  color: rgba(0, 0, 0, 0.54);
}

.ec-eventdisplaydetail-eventlink:hover, .ec-eventdisplaydetail-eventlink:focus {
  color: #424242;
}

.ec-event-anchor-validations {
  margin-right: 0.3571rem;
  font-size: 1rem;
}

.ec-event-anchor-results {
  background: #42a5f5 50%;
  background-size: 100% 100%;
  font-size: 0.8571rem;
  border-radius: 0.1429rem;
  padding: 0.3571rem;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-event-anchor-results:active {
  background: radial-gradient(circle, #42a5f5 10%, #64b5f6 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-event-anchor-results:hover, .ec-event-anchor-results:focus {
  background-color: #64b5f6;
  color: white;
}

.ec-eventdisplaydetail-expands {
  cursor: pointer;
}

.ec-itemlist {
  margin-bottom: 1.4286rem;
}

.ec-itemlist > ul,
.ec-itemlist > ol {
  line-height: 1.5;
  margin: 0;
}

.ec-itemlist-panel {
  padding: 1.0714rem;
}

.ec-card-front, .ec-card-back {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.05s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  width: 100%;
}

.ec-card-panel-body.ec-columns-1 > .ec-card, .ec-card-panel-body.ec-columns-2 > .ec-card, .ec-card-panel-body.ec-columns-3 > .ec-card, .ec-card-panel-body.ec-columns-4 > .ec-card, .ec-card-panel-body.ec-columns-5 > .ec-card, .ec-card-panel-body.ec-columns-6 > .ec-card, .ec-card-panel-body.ec-columns-7 > .ec-card, .ec-card-panel-body.ec-columns-8 > .ec-card {
  max-width: calc(100% - 0.7143rem);
}

.ec-card-panel {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 1.4286rem;
}

.ec-card-panel-header {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.3571rem;
}

.ec-card-panel-header > h2 {
  margin-bottom: 0;
}

.ec-card-panel-links > .ec-btn,
.ec-card-panel-links > .ec-link {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  font-size: 1rem;
  padding: 0.4286rem 0.7143rem;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
  width: auto;
}

.ec-card-panel-links > .ec-btn:active,
.ec-card-panel-links > .ec-link:active {
  background: radial-gradient(circle, transparent 10%, #ffb300 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-card-panel-links > .ec-btn:hover, .ec-card-panel-links > .ec-btn:focus,
.ec-card-panel-links > .ec-link:hover,
.ec-card-panel-links > .ec-link:focus {
  color: #424242;
}

.ec-card-panel-links > .ec-btn > span,
.ec-card-panel-links > .ec-link > span {
  font-size: 0.8571rem;
}

.ec-card-panel-links > .ec-btn:not(:last-child),
.ec-card-panel-links > .ec-link:not(:last-child) {
  margin-right: 0.3571rem;
}

.ec-card-panel-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-card-panel-body:not(.ec-card-panel-background) {
  margin-right: -0.7143rem;
}

.ec-card-panel-background {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0.7143rem 0.7143rem 0;
}

@media (min-width: 45em) {
  .ec-card-panel-body.ec-columns-1 > .ec-card {
    max-width: calc((100% / 1) - 0.7143rem);
  }
  .ec-card-panel-body.ec-columns-2 > .ec-card {
    max-width: calc((100% / 2) - 0.7143rem);
  }
  .ec-card-panel-body.ec-columns-3 > .ec-card {
    max-width: calc((100% / 3) - 0.7143rem);
  }
  .ec-card-panel-body.ec-columns-4 > .ec-card {
    max-width: calc((100% / 4) - 0.7143rem);
  }
  .ec-card-panel-body.ec-columns-5 > .ec-card {
    max-width: calc((100% / 5) - 0.7143rem);
  }
  .ec-card-panel-body.ec-columns-6 > .ec-card {
    max-width: calc((100% / 6) - 0.7143rem);
  }
  .ec-card-panel-body.ec-columns-7 > .ec-card {
    max-width: calc((100% / 7) - 0.7143rem);
  }
  .ec-card-panel-body.ec-columns-8 > .ec-card {
    max-width: calc((100% / 8) - 0.7143rem);
  }
}

.ec-card {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.7143rem;
  margin-right: 0.7143rem;
  max-width: 22.8571rem;
  min-height: 8.5714rem;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.ec-card:hover .ec-card-back,
.ec-card:focus .ec-card-back,
.ec-card:hover .ec-card-front,
.ec-card:focus .ec-card-front {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ec-card-front {
  -ms-flex-direction: column;
      flex-direction: column;
}

.ec-card-back {
  -ms-flex-align: start;
      align-items: flex-start;
}

.ec-card-back > :not(:last-child) {
  margin-bottom: 0;
}

.ec-card-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 0.7143rem;
}

.ec-card-content > h3 {
  margin-bottom: 0.7143rem;
}

.ec-card-links {
  -ms-flex-order: 3;
      order: 3;
  padding: 0.7143rem;
  width: 100%;
}

.ec-card-links > .ec-btn,
.ec-card-links > .ec-link {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  margin: 0.3571rem 0.7143rem -0.3571rem -0.3571rem;
  padding: 0.3571rem;
  box-shadow: none;
  color: #42a5f5;
  width: auto;
}

.ec-card-links > .ec-btn:active,
.ec-card-links > .ec-link:active {
  background: radial-gradient(circle, transparent 10%, #bdbdbd 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-card-links > .ec-btn:hover, .ec-card-links > .ec-btn:focus,
.ec-card-links > .ec-link:hover,
.ec-card-links > .ec-link:focus {
  background-color: #eeeeee;
  color: #2196f3;
}

.ec-card-front-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
      order: 2;
  padding: 0.7143rem;
  text-align: left;
}

.ec-card-front-element > :last-child {
  margin-bottom: 0;
}

.ec-card .ec-displaydetail,
.ec-card .ec-itemlist-panel {
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

.ec-card-flip-container {
  display: -ms-flexbox;
  display: flex;
  perspective: 1000px;
  width: 100%;
}

.ec-card-flip-container > .ec-card-front {
  transform: rotateY(0) translate3d(0, 0, 0.1429rem);
}

.ec-card-flip-container > .ec-card-back {
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform: rotateY(-180deg);
  width: 0;
}

.ec-card-flip-button {
  bottom: 0.3571rem;
  right: 0.3571rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  position: absolute;
  z-index: 1;
}

.ec-flipped > .ec-card-back {
  padding: 0.7143rem;
  filter: alpha(opacity=100);
  opacity: 1;
  height: inherit;
  overflow: visible;
  transform: rotateY(0);
  width: inherit;
}

.ec-flipped > .ec-card-front {
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform: rotateY(180deg) translate3d(0, 0, 0.1429rem);
  width: 0;
}

.ec-card-image {
  -ms-flex-item-align: center;
      align-self: center;
  min-height: 1px;
  padding: 0.7143rem;
  width: 100%;
}

.ec-card-image > img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.ec-card-image:only-child {
  margin: auto;
}

.ec-card-front[data-image-position='right'] > .ec-card-image,
.ec-card-front[data-image-position='bottom'] > .ec-card-image {
  -ms-flex-order: 1;
      order: 1;
  margin-left: auto;
}

.ec-card-front[data-image-position='left'],
.ec-card-front[data-image-position='right'] {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 45em) {
  .ec-card-front[data-image-position='left'] > .ec-card-image,
  .ec-card-front[data-image-position='right'] > .ec-card-image {
    max-width: 55%;
  }
}

@media (min-width: 45em) {
  .ec-card-front[data-image-position='left'] > .ec-card-content,
  .ec-card-front[data-image-position='right'] > .ec-card-content {
    max-width: 45%;
    width: 100%;
  }
}

.ec-card-front[data-image-position='left'] > .ec-card-links,
.ec-card-front[data-image-position='right'] > .ec-card-links {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-order: 3;
      order: 3;
}

.ec-card-front[data-image-position='left'] > .ec-card-front-element,
.ec-card-front[data-image-position='right'] > .ec-card-front-element {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.ec-card-badge {
  border-radius: 7.1429rem;
  bottom: -0.2143rem;
  font-size: 0.8571rem;
  left: -0.2143rem;
  padding: 0.1429rem 0.2857rem;
  background: #ffca28;
  color: white;
  font-weight: 700;
  position: absolute;
}

.ec-card > .ec-pinwheel {
  left: auto !important;
  position: absolute !important;
  right: 1.0714rem !important;
  top: 1.0714rem !important;
}

.ec-tilepanel {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 1.4286rem;
  text-align: center;
}

.ec-tilepanel > h2 {
  margin-bottom: 0.3571rem;
}

[class*='ec-tilepanel-ul'] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ec-tilepanel > .ec-paragraph {
  margin: 0.7143rem auto 0;
}

.ec-tile {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  border-radius: 0.1429rem;
  background: white;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-tile:hover, .ec-tile:focus, .ec-tile.ec-active {
  background: #ffb300;
}

.ec-tilepanel:not(.ec-tilepanel-panes):not(.ec-tilepanel-coverflow) .ec-tile.ec-inactive {
  background: white !important;
}

.ec-tile-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: rgba(0, 0, 0, 0.54) !important;
  height: 100%;
}

.ec-tile-link:hover, .ec-tile-link:focus,
.ec-active > .ec-tile-link {
  color: white !important;
}

.ec-theme-light > .ec-tile-link:hover,
.ec-theme-light > .ec-tile-link:focus,
.ec-theme-light.ec-active > .ec-tile-link {
  color: rgba(0, 0, 0, 0.87) !important;
}

.ec-tile-link > .ec-icon-styles {
  font-size: 2.5714rem;
  margin-bottom: 0.7143rem;
}

.ec-tile-link > span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-left: 0.3571rem;
  padding-right: 0.3571rem;
  line-height: 1.3;
}

.ec-tilepanel-default {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 60em) {
  .ec-tilepanel-default {
    max-width: 60.7143rem;
    width: 100%;
  }
}

.ec-tilepanel-ul-default {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-tilepanel-default .ec-tile {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: auto;
  height: 15.7143rem;
  margin: 1px;
  width: 100%;
}

@media (min-width: 45em) {
  .ec-tilepanel-default .ec-tile {
    width: calc(50% - 2px);
  }
}

@media (min-width: 60em) {
  .ec-tilepanel-default .ec-tile {
    width: calc(25% - 2px);
  }
}

.ec-tilepanel-ul-coverflow {
  white-space: nowrap;
}

.ec-tilepanel-coverflow .ec-tile {
  margin-bottom: 0.7143rem;
}

@media (max-width: 44.99em) {
  .ec-tilepanel-coverflow .ec-tile > .ec-tile-link {
    padding: 1.4286rem;
  }
}

.ec-tilepanel-coverflow .ec-tile:hover, .ec-tilepanel-coverflow .ec-tile:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

@media (min-width: 45em) {
  .ec-tilepanel-coverflow .ec-tile {
    height: 14.2857rem;
    margin: 0.7143rem -5.3571rem;
    width: 14.2857rem;
    display: inline-block;
    transform: perspective(900px) rotateY(60deg);
    transition-property: transform, margin;
  }
  .ec-tilepanel-coverflow .ec-tile-next {
    transform: perspective(900px) rotateY(-60deg);
  }
  .ec-tilepanel-coverflow .ec-tile:hover,
  .ec-tilepanel-coverflow .ec-tile:focus,
  .ec-tilepanel-coverflow .ec-tile-hover {
    margin-left: 1.4286rem;
    margin-right: 1.4286rem;
    transform: rotateY(0);
  }
}

.ec-tilepanel-coverflow .ec-tile-link > .ec-icon-styles {
  font-size: 5rem;
}

.ec-tilepanel-panes {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media (min-width: 60em) {
  .ec-tilepanel-panes {
    max-width: 60.7143rem;
    width: 100%;
  }
}

.ec-tilepanel-ul-panes::after {
  clear: both;
  content: '';
  display: table;
}

.ec-tilepanel-panes .ec-tile {
  float: left;
  height: calc(150px - 6px);
  margin: 3px;
  width: calc(100% - 6px);
}

.ec-tilepanel-panes .ec-tile:hover, .ec-tilepanel-panes .ec-tile:focus, .ec-tilepanel-panes .ec-tile.ec-tile-hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  transform: scale(1.05);
  z-index: 1;
}

@media (min-width: 45em) {
  .ec-tile.ec-tile-panes-small {
    width: calc(25% - 6px);
  }
  .ec-tile.ec-tile-panes-medium {
    width: calc(50% - 6px);
  }
  .ec-tile.ec-tile-panes-large {
    height: calc(300px - 6px);
    width: calc(50% - 6px);
  }
  .ec-tile.ec-tile-panes-large + .ec-tile.ec-tile-panes-large {
    width: calc(50% - 6px);
  }
  .ec-tile.ec-tile-panes-large:last-child {
    width: calc(100% - 6px);
  }
}

.ec-tilepanel-panes .ec-tile-link {
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.26);
  text-align: center;
}

.ec-tilepanel-panes .ec-tile-link > .ec-icon-styles {
  font-size: 5rem;
}

.ec-tilepanel-panes .ec-tile-link > span {
  top: 0.7143rem;
  left: 0;
  position: absolute;
  text-align: left;
}

.ec-tilepanel-ul-shutters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 45em) {
  .ec-tilepanel-ul-shutters {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.ec-tilepanel-shutters .ec-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 5.7143rem;
      flex: 0 1 5.7143rem;
  max-width: 5.7143rem;
  height: 22.8571rem;
  margin: 0.3571rem;
}

@media (min-width: 45em) {
  .ec-tilepanel-shutters .ec-tile:hover, .ec-tilepanel-shutters .ec-tile:focus, .ec-tilepanel-shutters .ec-tile.ec-tile-hover {
    -ms-flex: 0 1 17.8571rem;
        flex: 0 1 17.8571rem;
    max-width: 17.8571rem;
  }
}

.ec-tilepanel-shutters .ec-tile-link {
  position: relative;
  width: 100%;
}

.ec-tilepanel-shutters .ec-tile-link > .ec-icon-styles {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 1.2857em;
}

.ec-tilepanel-shutters .ec-tile-link > span {
  bottom: -0.7143rem;
  padding-left: 4.6429rem;
  max-width: 22.8571rem;
  left: 50%;
  position: absolute;
  text-align: left;
  transform: rotate(-90deg);
  transform-origin: center left;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 45em) {
  .ec-tilepanel-shutters .ec-tile:hover > .ec-tile-link > .ec-icon-styles,
  .ec-tilepanel-shutters .ec-tile:focus > .ec-tile-link > .ec-icon-styles,
  .ec-tilepanel-shutters .ec-tile-hover > .ec-tile-link > .ec-icon-styles {
    left: 0;
    transform: translate3d(0.7143rem, 0, 0);
  }
  .ec-tilepanel-shutters .ec-tile:hover > .ec-tile-link > span,
  .ec-tilepanel-shutters .ec-tile:focus > .ec-tile-link > span,
  .ec-tilepanel-shutters .ec-tile-hover > .ec-tile-link > span {
    left: 0;
    transform: rotate(0) translate3d(0, -2.1429rem, 0);
    width: 100%;
  }
}

.ec-tilepanel-stack {
  text-align: left;
}

.ec-tilepanel-stack .ec-tile {
  margin-bottom: 0.3571rem;
}

.ec-tilepanel-stack .ec-tile:hover, .ec-tilepanel-stack .ec-tile:focus, .ec-tilepanel-stack .ec-tile.ec-tile-hover {
  border-left: 0.7143rem solid rgba(0, 0, 0, 0.26);
}

.ec-tilepanel-stack .ec-tile > .ec-tile-link {
  padding: 1.4286rem;
  display: block;
}

.ec-tilepanel-stack .ec-tile-link > .ec-icon-styles {
  font-size: 2rem;
  margin-bottom: 0;
  text-align: center;
  vertical-align: sub;
  width: 1.2857em;
}

.ec-tilepanel-stack .ec-tile-link > .ec-icon-styles ~ span {
  padding-left: 0.7143rem;
}

.ec-tilepanel-stack .ec-tile-link > span {
  padding-left: 0;
}

.ec-tilepanel-stack .ec-tile-link > .ec-paragraph {
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 0.8571rem;
  height: 0;
  transform: translate3d(0, -0.7143rem, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-tilepanel-stack .ec-tile:hover .ec-paragraph,
.ec-tilepanel-stack .ec-tile:focus .ec-paragraph,
.ec-tilepanel-stack .ec-tile-hover .ec-paragraph {
  filter: alpha(opacity=100);
  opacity: 1;
  margin-top: 0.7143rem;
  height: auto;
  transform: translate3d(0, 0, 0);
}

.ec-tabheader {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  position: relative;
}

.ec-tabbutton-container {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5714rem;
  background: white;
  height: 100%;
  position: fixed;
  right: -75%;
  top: 0;
  width: 75%;
}

@media (min-width: 45em) {
  .ec-tabbutton-container {
    -ms-flex-direction: row;
        flex-direction: row;
    border-radius: 0.1429rem 0.1429rem 0 0;
    background: #42a5f5;
    padding-top: 0;
    position: static;
    width: 100%;
  }
}

.ec-tabbutton-container.ec-nav-show {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ec-tabbutton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  margin-left: 0.7143rem;
  margin-right: 0.7143rem;
}

@media (min-width: 45em) {
  .ec-tabbutton {
    -ms-flex: 0 1 16.7143rem;
        flex: 0 1 16.7143rem;
    max-width: 17.7143rem;
    margin-left: 0;
  }
}

.ec-tabbutton-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.1429rem 0.3571rem;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  text-transform: uppercase;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

@media (min-width: 45em) {
  .ec-tabbutton-link {
    -ms-flex-pack: center;
        justify-content: center;
    color: rgba(255, 255, 255, 0.7);
  }
  .ec-tabbutton-link:hover, .ec-tabbutton-link:focus {
    color: white;
  }
}

.ec-tabbutton-link::after {
  height: 0.2143rem;
  background: #ffb300;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0) scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.ec-tabbutton-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.ec-tabbutton-badge {
  -ms-flex-order: -1;
      order: -1;
  border-radius: 7.1429rem;
  font-size: 0.8571rem;
  height: 1.0714rem;
  line-height: 1.0714rem;
  margin-right: 0.3571rem;
  min-width: 1.0714rem;
  background: rgba(0, 0, 0, 0.54);
  color: white;
  text-align: center;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 45em) {
  .ec-tabbutton-badge {
    background: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.54);
  }
}

.ec-tabbutton-badge:only-child {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  position: relative;
}

.ec-tabbutton[data-status='Complete'] > .ec-tabbutton-link {
  color: #8bc34a;
}

.ec-tabbutton[data-status='Complete'] > .ec-tabbutton-link .ec-tabbutton-badge {
  background: #8bc34a;
  color: #e8f3db;
}

.ec-tabbutton[data-status='Complete'] > .ec-tabbutton-link::after {
  background: #8bc34a;
}

.ec-tabbutton[data-status='Error'] > .ec-tabbutton-link {
  color: #f44336;
}

.ec-tabbutton[data-status='Error'] > .ec-tabbutton-link .ec-tabbutton-badge {
  background: #f44336;
  color: #fdd9d7;
}

.ec-tabbutton[data-status='Error'] > .ec-tabbutton-link::after {
  background: #f44336;
}

@media (min-width: 45em) {
  .ec-tabbutton[data-selected='true'] > .ec-tabbutton-link {
    color: white;
  }
}

.ec-tabbutton[data-selected='true'] > .ec-tabbutton-link .ec-tabbutton-badge {
  background: #ffb300;
  color: #fff0cc;
}

.ec-tabbutton[data-selected='true'] > .ec-tabbutton-link::after {
  transform: translate3d(-50%, 0, 0) scaleX(1);
}

.ec-tabbutton[data-disabled='true'] {
  filter: alpha(opacity=40);
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ec-tabheader-nav-btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0.1429rem;
  margin-bottom: 0.7143rem;
  padding: 1.0714rem;
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  text-align: center;
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 45em) {
  .ec-tabheader-nav-btn {
    display: none;
  }
}

.ec-tabheader-nav-btn:hover, .ec-tabheader-nav-btn:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.ec-tabheader-nav-close-btn {
  font-size: 1.1429rem;
  padding: 0.7143rem;
  color: #f44336;
  position: fixed;
  right: -75%;
  text-align: right;
  top: 0;
  width: 75%;
  z-index: 1;
}

@media (min-width: 45em) {
  .ec-tabheader-nav-close-btn {
    display: none;
  }
}

.ec-tab {
  width: 100%;
}

.ec-type-tabfooter {
  margin-left: -1.4286rem;
  margin-right: -1.4286rem;
}

.ec-uitab {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  max-width: 100%;
  background: #42a5f5;
  position: relative;
  z-index: 1;
}

.ec-uitab > li {
  -ms-flex: 0 1 33.3333%;
      flex: 0 1 33.3333%;
  max-width: 33.3333%;
}

.ec-uitab > li:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.ec-uitab > li > .ec-btn,
.ec-uitab > li > .ec-link {
  font-size: 1rem;
  padding: 0.7143rem 2.1429rem;
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: 0;
  width: 100%;
}

.ec-uitab > li > .ec-btn::after, .ec-uitab > li > .ec-btn::before,
.ec-uitab > li > .ec-link::after,
.ec-uitab > li > .ec-link::before {
  color: white;
  display: inline-block;
  font-family: 'FontAwesome';
  transform: translate3d(-0.3571rem, 0, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-uitab > li > .ec-btn:hover::after, .ec-uitab > li > .ec-btn:hover::before,
.ec-uitab > li > .ec-link:hover::after,
.ec-uitab > li > .ec-link:hover::before {
  transform: translate3d(-0.7143rem, 0, 0);
}

.ec-uitab > li:nth-child(1) > .ec-btn {
  background: #f44336 50%;
  background-size: 100% 100%;
  color: white;
}

.ec-uitab > li:nth-child(1) > .ec-btn:active {
  background: radial-gradient(circle, #f44336 10%, #f65f54 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-uitab > li:nth-child(1) > .ec-btn::before {
  content: "";
}

.ec-uitab > li:nth-child(1) > .ec-btn:hover, .ec-uitab > li:nth-child(1) > .ec-btn:focus {
  background-color: #f65f54;
}

.ec-uitab > li:nth-child(2) {
  -ms-flex-order: 1;
      order: 1;
}

.ec-uitab > li:nth-child(2) > .ec-btn::after {
  content: "";
  transform: translate3d(0.3571rem, 0, 0);
}

.ec-uitab > li:nth-child(2) > .ec-btn:hover::after {
  transform: translate3d(0.7143rem, 0, 0);
}

.ec-uitab > li:last-child > .ec-btn::before {
  content: "";
}

.ec-tabbutton-link > .ec-pinwheel,
.ec-tabbutton-badge > .ec-pinwheel {
  position: absolute !important;
}

.ec-timeline {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.ec-timeline-nav-btn {
  display: block;
}

@media (min-width: 45em) {
  .ec-timeline-nav-btn {
    display: none;
  }
}

.ec-timeline .ec-classSpanSelectbox > a {
  margin: 0;
}

.ec-timeline-filterbar {
  display: none;
}

@media (min-width: 45em) {
  .ec-timeline-filterbar {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}

.ec-timeline-filterbar.ec-nav-show {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.ec-timeline-filters {
  position: relative;
  width: 100%;
}

.ec-timeline-showing,
.ec-timeline-currentdaterange {
  display: block;
}

.ec-timeline-currentdaterange {
  overflow: hidden;
}

.ec-timeline-datebar {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
}

@media (min-width: 60em) {
  .ec-timeline-datebar {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.ec-timeline-slider {
  overflow: hidden;
  position: relative;
}

@media (min-width: 60em) {
  .ec-timeline-slider {
    width: 83.3333%;
  }
}

.ec-timeline-slider-datelist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 200%;
}

.ec-timeline-slider-date {
  width: 10%;
}

@media (min-width: 40.0625em) {
  .ec-timeline-slider-date {
    width: 5%;
  }
}

.ec-timeline-slider-date > a {
  display: block;
  position: relative;
}

.ec-timeline-selecteddate-circleleft,
.ec-timeline-selecteddate-circleright {
  display: none !important;
  visibility: hidden !important;
}

.ec-classDivArrowSliderLeft,
.ec-classDivArrowSliderRight {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.ec-timeline-slider-arrowleft,
.ec-timeline-slider-arrowright {
  display: block;
  height: 100%;
  width: 100%;
}

.ec-timeline-slider-arrowleft::before,
.ec-timeline-slider-arrowright::before {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  font-family: 'FontAwesome';
}

.ec-timeline-slider-arrowleft::before {
  content: "";
}

.ec-timeline-slider-arrowright::before {
  content: "";
}

@media (min-width: 60em) {
  .ec-timeline-slider-view {
    width: 16.6667%;
  }
}

.ec-timeline-slider-viewlabel {
  float: left;
}

.ec-timeline-slider-view > .ec-classSpanSelectbox > a {
  padding: 0;
}

.ec-timeline {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #64b5f6;
  border-radius: 0.1429em;
  color: white;
  margin-bottom: 1.4286em;
}

.ec-timeline-nav-btn {
  font-size: 2em;
  padding: 0.3571em;
}

.ec-timeline .ec-classSpanSelectbox > a {
  color: inherit;
}

.ec-timeline-filters {
  padding-left: 0.7143em;
  padding-right: 0.7143em;
}

@media (max-width: 44.99em) {
  .ec-timeline-filters {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
}

.ec-timeline-showing,
.ec-timeline-currentdaterange {
  font-weight: 500;
  padding-bottom: 0.6071em;
  padding-top: 0.6071em;
}

@media (min-width: 45em) {
  .ec-timeline-currentdaterange {
    text-align: right;
  }
}

.ec-timeline-datebar {
  background: #42a5f5;
  border-radius: inherit;
  line-height: 2.4286em;
}

.ec-timeline-slider {
  border-radius: inherit;
  padding-left: 1.7857em;
  padding-right: 1.7857em;
}

.ec-timeline-slider-date {
  background: none !important;
  text-align: center;
}

.ec-timeline-slider-date > a {
  background: transparent 50%;
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-timeline-slider-date > a:active {
  background: radial-gradient(circle, transparent 10%, #bbdefb 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-timeline-slider-date > a::after {
  background: #ffb300;
  bottom: 0;
  content: '';
  height: 0.2143em;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0) scaleX(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.ec-timeline-selecteddate > a {
  color: inherit;
}

.ec-timeline-selecteddate > a::after {
  transform: translate3d(-50%, 0, 0) scaleX(1);
}

.ec-classDivArrowSliderLeft,
.ec-classDivArrowSliderRight {
  background: #42a5f5;
  width: 1.7857em;
}

.ec-classDivArrowSliderLeft {
  left: 0;
}

.ec-classDivArrowSliderRight {
  right: 0;
}

.ec-timeline-slider-arrowleft,
.ec-timeline-slider-arrowright {
  font-size: 1.5714em;
}

.ec-timeline-slider-view {
  padding-right: 0.7143em;
}

.ec-timeline-slider-viewlabel {
  padding-left: 0.7143em;
  padding-right: 0.7143em;
}

.ec-timeline-slider-view > .ec-classControlSpanDropDown {
  line-height: normal;
}

.ec-slider {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.ec-footerslidepanel-slide .ec-slider {
  margin-bottom: 0;
}

.ec-slider-next,
.ec-slider-previous {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (max-width: 44.99em) {
  .ec-footerslidepanel-slide .ec-slider-next, .ec-footerslidepanel-slide
  .ec-slider-previous {
    display: none;
  }
}

.ec-slider-next > a,
.ec-slider-previous > a {
  display: block;
  height: 100%;
  position: relative;
}

.ec-slider-arrow-off {
  cursor: not-allowed;
  pointer-events: none;
}

.ec-slider-body {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.ec-slider-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.ec-slider-item > .ec-btn,
.ec-slider-item > .ec-link {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 45em) {
  .ec-slider-item > .ec-btn,
  .ec-slider-item > .ec-link {
    margin-bottom: 0;
  }
}

.ec-footerslidepanel {
  position: relative;
}

.ec-footerslidepanel .ec-wrapper {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

.ec-footerslidepanel-tab,
.ec-footerslidepanel-nav-btn {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  z-index: 1;
}

.ec-footerslidepanel-tab {
  font-size: 0;
  overflow: hidden;
  text-indent: -101%;
  white-space: nowrap;
}

@media (min-width: 45em) {
  .ec-footerslidepanel-nav-btn {
    display: none;
  }
}

.ec-footerslidepanel-slide {
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media (max-width: 44.99em) {
  .ec-footerslidepanel-slide {
    height: 100%;
    position: fixed;
    right: -75%;
    top: 0;
    width: 75%;
  }
  .ec-footerslidepanel-slide .ec-slider-body {
    white-space: normal;
  }
}

.ec-footerslidepanel-nav-close-btn {
  display: block;
}

@media (min-width: 45em) {
  .ec-footerslidepanel-nav-close-btn {
    display: none;
  }
}

.ec-slider-previous, .ec-slider-next {
  background: #42a5f5 50%;
  background-size: 100% 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 3.4286em;
}

.ec-slider-previous:active, .ec-slider-next:active {
  background: radial-gradient(circle, #42a5f5 10%, #64b5f6 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-slider-previous > a, .ec-slider-next > a {
  color: #bbdefb;
  font-size: 2.1429em;
}

.ec-slider-previous > a > .ec-icon-styles, .ec-slider-next > a > .ec-icon-styles {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}

.ec-slider-previous:hover, .ec-slider-next:hover, .ec-slider-previous:focus, .ec-slider-next:focus {
  background-color: #64b5f6;
}

.ec-footerslidepanel-tab, .ec-footerslidepanel-nav-btn {
  background: url("../images/ControlGoToHandleSprite.png") no-repeat -19px 1px;
  height: 18px;
  top: -18px;
  width: 76px;
}

.ec-footerslidepanel-tab:hover, .ec-footerslidepanel-nav-btn:hover, .ec-footerslidepanel-tab:focus, .ec-footerslidepanel-nav-btn:focus {
  background-position: -19px -17px;
}

.ec-slider {
  background: #42a5f5;
  margin-bottom: 1.4286em;
}

.ec-slider-previous {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  left: 0;
}

.ec-slider-next {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  right: 0;
}

.ec-slider-arrow-off > a {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.ec-slider-body {
  margin-left: 3.4286em;
  margin-right: 3.4286em;
  padding-bottom: 0.7143em;
  padding-top: 0.7143em;
}

.ec-slider-item {
  margin-left: 0.7143em;
  margin-right: 0.7143em;
}

.ec-slider-item > .ec-btn,
.ec-slider-item > .ec-link {
  box-shadow: none;
}

.ec-footerslidepanel {
  font-size: 1rem;
  margin-left: -1.4286em;
  margin-right: -1.4286em;
}

.ec-footerslidepanel-tab-open {
  background-position: -19px 1px;
}

.ec-footerslidepanel-tab-open:hover, .ec-footerslidepanel-tab-open:focus {
  background-position: -19px -17px;
}

.ec-footerslidepanel-slide {
  background: #42a5f5;
}

@media (max-width: 44.99em) {
  .ec-footerslidepanel-slide .ec-slider-body {
    margin: 0 0 1.4286em;
  }
}

.ec-footerslidepanel-nav-close-btn {
  color: #f44336;
  font-size: 2em;
  padding: 0.3571em;
  text-align: right;
}

.ec-slidepanel[data-side='Right'] .ec-slidepanel-slide {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.ec-slidepanel[data-side='Right'] .ec-slidepanel-slide .ec-slidepanel-close {
  text-align: right;
}

.ec-slidepanel[data-side='Left'] .ec-slidepanel-slide {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.ec-slidepanel-slide {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.ec-slidepanel .ec-slidepanel-slide.ec-nav-show {
  transform: translate3d(0, 0, 0);
}

.ec-slidepanel-slide > .ec-scrollwrapper > .ec-scrollbar {
  right: 0 !important;
}

.ec-slidepanel-close-btn {
  display: block;
}

.ec-slidepanel-nav-btn {
  color: #9e9e9e;
  font-size: 2em;
}

.ec-slidepanel-nav-btn:hover, .ec-slidepanel-nav-btn:focus {
  color: #757575;
}

.ec-slidepanel-nav-btn.ec-nav-show {
  color: #f44336;
}

.ec-slidepanel-slide {
  background: #eeeeee;
  max-width: 22.8571em;
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 45em) {
  .ec-slidepanel-slide {
    max-width: 33.9286em;
  }
}

.ec-slidepanel-slide .ec-scrolltarget {
  padding: 0.7143em;
}

.ec-slidepanel-close-btn {
  color: #f44336;
  font-size: 1.1429em;
  margin-bottom: 0.625em;
}

.ec-slidepanel-slide.ec-nav-show {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ec-dragdroppanel {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

@media (min-width: 45em) {
  .ec-dragdroppanel-inline {
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.7143rem;
    margin-right: -0.7143rem;
    max-width: inherit;
  }
  .ec-dragdroppanel-inline > .ec-dragdroppanel-block {
    padding-left: 0.7143rem;
    padding-right: 0.7143rem;
    width: 50%;
  }
}

.ec-dragdroppanel-selected,
.ec-dragdroppanel-unselected {
  overflow: hidden;
}

.ec-dragdropitem {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.ec-dragdropitem:hover, .ec-dragdropitem:focus {
  cursor: move;
}

.ec-dragdropitem.ec-ui-draggable-dragging {
  z-index: 800;
}

.ec-dragdropitem > .ec-card {
  margin: 0;
}

.ec-dragdropitem-remove {
  display: none;
  position: absolute;
  z-index: 1;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 800 !important;
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.ec-rearrangepanel {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.ec-rearrangepanel-draggable {
  overflow: hidden;
}

.ec-dragdroppanel-selected, .ec-dragdroppanel-unselected, .ec-rearrangepanel-draggable {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  height: 21.4286em;
  padding: 1.0714em 1.0714em 0;
}

.ec-dragdroppanel {
  margin-bottom: 1.4286em;
}

.ec-dragdroppanel h2 {
  margin-bottom: 0.2273em;
}

.ec-dragdropitem {
  margin-bottom: 0.7143em;
  margin-right: 0.7143em;
}

.ec-dragdropitem.ec-ui-draggable-dragging {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.ec-dragdropitem .ec-card-back,
.ec-dragdropitem .ec-card-front {
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

.ec-dragdropitem-remove {
  color: #f44336;
  right: 0.2143em;
  top: 0.2143em;
}

.ec-dropped-item {
  background: #e0e0e0;
}

.gu-mirror {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.gu-transit {
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.ec-rearrangepanel {
  margin-bottom: 1.4286em;
}

.ec-rearrangepanel > h2 {
  margin-bottom: 0.2273em;
}

.ec-treepanel {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 1.4286rem;
  position: relative;
}

.ec-treepanel-titlebar {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.0714rem;
}

.ec-treepanel-titlebar > h2 {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  margin-left: 0.3571rem;
  margin-bottom: 0;
}

.ec-treepanel-expand {
  -ms-flex-order: -1;
      order: -1;
  font-size: 1.2857rem;
  color: #ffb300;
}

.ec-treepanel-expand > .ec-icon-styles {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-treepanel-titlebar > .ec-btn,
.ec-treepanel-titlebar > .ec-link {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  font-size: 1rem;
  padding: 0.4286rem 0.7143rem;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
  width: auto;
}

.ec-treepanel-titlebar > .ec-btn:active,
.ec-treepanel-titlebar > .ec-link:active {
  background: radial-gradient(circle, transparent 10%, #ffb300 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-treepanel-titlebar > .ec-btn:hover, .ec-treepanel-titlebar > .ec-btn:focus,
.ec-treepanel-titlebar > .ec-link:hover,
.ec-treepanel-titlebar > .ec-link:focus {
  color: #424242;
}

.ec-treepanel-titlebar > .ec-btn:not(:last-child),
.ec-treepanel-titlebar > .ec-link:not(:last-child) {
  margin-right: 0.3571rem;
}

.ec-treepanel-treedisplaygroup {
  -ms-flex-direction: column;
      flex-direction: column;
  height: 21.4286rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

@media (min-width: 45em) {
  .ec-treepanel-treedisplaygroup {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.ec-treepanel-treedisplaygroup:not([style*='none']) {
  display: -ms-flexbox !important;
  display: flex !important;
}

.ec-treepanel-resizer {
  display: none;
}

@media (min-width: 45em) {
  .ec-treepanel-resizer {
    width: 0.8571rem;
    background: radial-gradient(rgba(0, 0, 0, 0.12) 15%, transparent 20%) 1px 0.2857rem, radial-gradient(rgba(0, 0, 0, 0.12) 15%, transparent 20%) 0.3571rem 0.5714rem;
    background-size: 0.5714rem 0.5714rem;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    cursor: col-resize;
    display: block;
  }
}

@media (min-width: 45em) {
  .ec-treepanel-tree-scrolltarget {
    min-width: 14.2857rem;
    width: 33.3333%;
  }
}

.ec-treepanel-tree-scrolltarget .ec-spacetree,
.ec-treepanel-tree-scrolltarget .ec-accordiontree {
  box-shadow: none;
  padding: 0;
}

.ec-treepanel-tree-scrolltarget .ec-tree,
.ec-treepanel-tree-scrolltarget .ec-accordiontree-root {
  padding: 1px;
  border: 0;
  box-shadow: none;
  height: auto;
}

.ec-treepanel-tree {
  padding: 1.0714rem;
}

.ec-treepanel-tree > :last-child {
  margin-bottom: 0;
}

@media (min-width: 45em) {
  .ec-treepanel-displaypanel-scrolltarget {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    max-width: 100%;
    min-width: 14.2857rem;
  }
}

.ec-treepanel-displaypanel > :last-child {
  margin-bottom: 0;
}

.ec-tree-container > .ec-pinwheel {
  position: absolute !important;
}

.ec-spacetree {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 1.4286rem;
  padding: 1.0714rem;
  position: relative;
}

.ec-spacetree > h2 {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 1.0714rem;
}

.ec-tree {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  max-width: 100%;
  height: 21.4286rem;
  border-radius: 0.1429rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.ec-tree-expandall,
.ec-tree-changeorientation {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  font-size: 1rem;
  margin: 0 0 0.3571rem 0.3571rem;
  padding: 0.4286rem 0.7143rem;
  color: rgba(0, 0, 0, 0.54);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-tree-expandall:active,
.ec-tree-changeorientation:active {
  background: radial-gradient(circle, transparent 10%, #ffb300 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-tree-expandall:hover, .ec-tree-expandall:focus,
.ec-tree-changeorientation:hover,
.ec-tree-changeorientation:focus {
  color: #424242;
}

.ec-tree-expandall > .ec-icon-styles,
.ec-tree-changeorientation > .ec-icon-styles {
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.2857em;
}

.ec-tree-expandall > .ec-rotate45 {
  transform: rotate(225deg);
}

.ec-tree-changeorientation-startingstate-top > .ec-rotate90 {
  transform: rotate(-450deg);
}

.ec-tree-changeorientation-startingstate-left > .ec-icon-styles {
  transform: rotate(-90deg);
}

.ec-tree-changeorientation-startingstate-left > .ec-icon-styles.ec-rotate90 {
  transform: rotate(-360deg);
}

.ec-node {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  line-height: 1.7857rem;
  padding-left: 0.1429rem;
  padding-right: 0.1429rem;
  background: #e0e0e0;
  box-shadow: 0 0 0 1px #e0e0e0;
  color: rgba(0, 0, 0, 0.87) !important;
  cursor: pointer;
  text-align: center;
}

.ec-selected-node {
  background: #ffca28;
  box-shadow: 0 0 0 1px #ffca28;
  color: white !important;
}

.ec-node-droppable-over {
  background: #f44336 !important;
  box-shadow: 0 0 0 1px #f44336;
  color: white !important;
}

.ec-tip {
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  padding: 0.3571rem 0.5714rem;
  min-width: 7.1429rem;
  background: #757575;
  color: white;
}

.ec-tip div:first-child {
  margin-bottom: 0.3571rem;
  padding-bottom: 0.3571rem;
  border-bottom: 1px solid rgba(117, 117, 117, 0.3);
}

.ec-accordiontree {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 1.4286rem;
  padding: 1.0714rem;
  position: relative;
}

.ec-accordiontree > h2 {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 1.0714rem;
}

.ec-accordiontree-root,
[class*='ec-accordiontree-level'] {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.ec-accordiontree-root {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[class*='ec-accordiontree-level'] {
  margin-left: 1.0714rem;
}

[class*='ec-accordiontree-level'] > li {
  margin-left: 0.3571rem;
  position: relative;
}

[class*='ec-accordiontree-level'] > li::before {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
}

[class*='ec-accordiontree-level'] > li:last-child::after {
  border-left: 1px solid white;
  content: '';
  height: 100%;
  position: absolute;
  top: 1rem;
}

[class*='ec-accordiontree-level'] > li a {
  padding: 0.5rem 0 0.1429rem 1.0714rem;
  color: #757575;
  display: block;
}

[class*='ec-accordiontree-level'] > li a::after {
  left: 1px;
  margin-top: -1px;
  width: 0.7143rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  content: '';
  position: absolute;
  top: 1rem;
}

[class*='ec-accordiontree-level'] > li a:hover, [class*='ec-accordiontree-level'] > li a:focus {
  color: #424242;
}

.ec-accordiontree-openclose {
  margin-right: 0.2143rem;
  display: inline-block;
}

.ec-accordiontree-openclose > .fa {
  display: none;
}

.ec-accordiontree-open .ec-accordiontree-openclose > .fa {
  display: none;
}

.ec-accordiontree-open .ec-accordiontree-openclose > .fa-minus-square-o {
  display: inline-block;
}

.ec-accordiontree-closed .ec-accordiontree-openclose > .fa {
  display: none;
}

.ec-accordiontree-closed .ec-accordiontree-openclose > .fa-plus-square-o {
  display: inline-block;
}

.ec-accordiontree-active > a {
  color: #42a5f5 !important;
  font-weight: 500;
}

.ec-progresspoll {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.ec-progresspoll > :last-child {
  margin-bottom: 0;
}

.ec-progressstep-title {
  position: relative;
}

.ec-progressstep-title > span:last-child {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  position: absolute;
  display: none;
  right: 0;
}

.ec-progressstep-expandable {
  display: none;
}

.ec-progressstep-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-progresspoll {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 1.4286em;
  padding: 1.4286em;
}

.ec-progresspoll > h2 {
  margin-bottom: 0.2273em;
}

.ec-progresspoll-steps:not(:last-child) {
  margin-bottom: 0.7143em;
}

.ec-progressstep {
  background: #e0e0e0;
  border-radius: 0.1429em;
  color: #5a5a5a;
  padding: 0.7143em;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-progressstep:not(:last-child) {
  margin-bottom: 0.7143em;
}

.ec-progressstep-title > span:last-child {
  font-size: 1.25em;
}

.ec-progressstep-row {
  padding-bottom: 0.7143em;
  padding-top: 0.7143em;
}

.ec-progressstep-row + .ec-progressstep-row {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ec-progressstep-status-running {
  background: #ffd54f;
  color: #665520;
}

.ec-progressstep-status-complete {
  background: #8bc34a;
  color: #e8f3db;
}

.ec-progressstep-status-error {
  background: #f44336;
  color: #fdd9d7;
}

.ec-breadcrumb-section {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.ec-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ec-breadcrumb {
  display: inline-block;
  position: relative;
}

.ec-breadcrumb:not(.ec-last-breadcrumb)::after {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.ec-last-breadcrumb {
  vertical-align: middle;
}

.ec-breadcrumb > .ec-link {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 1.3;
}

.ec-breadcrumb-section {
  background: none !important;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.8571em;
  font-weight: 700;
  margin-bottom: 0.8333em;
  padding-bottom: 0.4167em;
  padding-top: 0.4167em;
}

.ec-breadcrumb:not(.ec-last-breadcrumb)::after {
  content: '/';
  margin-left: 0.4167em;
  margin-right: 0.4167em;
}

.ec-breadcrumb > .ec-link {
  color: inherit;
  font-size: 1em;
  text-transform: none;
  transition: width 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-toolbarpanel-title, .ec-toolbarpanel-trigger {
  min-width: 5.3571em;
  background: none !important;
  color: inherit;
  display: inline-block;
}

.ec-toolbarpanel-title, .ec-toolbarpanel-trigger-title {
  color: inherit !important;
  line-height: 1.3;
  margin-bottom: 0;
  pointer-events: none;
}

.ec-toolbarpanel {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.7143rem;
  padding-top: 0.7143rem;
  position: relative;
}

.ec-toolbarpanel-header,
.ec-toolbarpanel-actions {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.ec-toolbarpanel-actions {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 45em) {
  .ec-toolbarpanel-actions {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.ec-toolbarpanel-nav {
  color: rgba(0, 0, 0, 0.54);
}

.ec-toolbarpanel-trigger {
  font-size: 2em;
  position: relative;
}

.ec-toolbarpanel-trigger-title {
  padding-right: 0.8929em;
  font-size: 1em;
}

.ec-toolbarpanel-trigger-title::after {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  position: absolute;
  border: 0.2143em solid transparent;
  border-top-color: inherit;
  margin-top: 0.1786em;
  content: '';
  right: 0;
  transform-origin: center 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-toolbarpanel-nav-open .ec-toolbarpanel-trigger-title::after {
  transform: rotate(180deg);
}

.ec-toolbarpanel-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: white;
  border-radius: 0.1429rem;
  color: rgba(0, 0, 0, 0.87);
  display: none;
  position: absolute;
  width: auto !important;
  z-index: 100;
}

.ec-toolbarpanel-menu-item > .ec-link {
  padding: 0.7143em;
  color: inherit;
  display: block;
  text-align: left;
  text-transform: none;
}

.ec-toolbarpanel-menu-item > .ec-link:hover, .ec-toolbarpanel-menu-item > .ec-link:focus {
  color: #1976d2;
}

.ec-toolbarpanel-menu-item > .ec-link > .ec-icon-styles {
  margin-right: 0.3571em;
  text-align: center;
  width: 1.2857em;
}

.ec-toolbarpanel-menu-item-active > .ec-link {
  color: #1976d2;
}

.ec-toolbarpanel-links > .ec-btn,
.ec-toolbarpanel-links > .ec-link {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  margin: 0.2143rem 0 0 0.3571rem;
  padding: 0.7143rem;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.54);
  width: auto;
}

.ec-toolbarpanel-links > .ec-btn:active,
.ec-toolbarpanel-links > .ec-link:active {
  background: radial-gradient(circle, transparent 10%, rgba(255, 255, 255, 0.7) 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-toolbarpanel-links > .ec-btn > .ec-icon-styles,
.ec-toolbarpanel-links > .ec-link > .ec-icon-styles {
  font-size: 1rem;
}

.ec-toolbarpanel .ec-searchtool {
  margin-top: 0.2143rem;
  margin-bottom: 0;
}

@media (min-width: 45em) {
  .ec-toolbarpanel .ec-searchtool {
    width: auto;
  }
}

.ec-toolbarpanel-links .ec-pinwheel::before {
  border-radius: 0.1429rem;
  background: rgba(255, 255, 255, 0.7);
}

[data-namespace='Table']:not([style*='none']) {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 1.4286rem;
  display: -ms-flexbox !important;
  display: flex !important;
}

[data-namespace='Table']:not([style*='none']) > h2 {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  padding: 1.0714rem 1.0714rem 0;
  margin: 0;
}

.ec-table-wrapper {
  width: 100%;
}

.ec-focus-link,
.ec-column-display-link,
.ec-display-all-link {
  background: transparent 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  margin: 1.0714rem 1.4286rem 0.3571rem -1.0714rem;
  padding: 0.4286rem 0.7143rem;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-focus-link:active,
.ec-column-display-link:active,
.ec-display-all-link:active {
  background: radial-gradient(circle, transparent 10%, #ffb300 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-focus-link:hover, .ec-focus-link:focus,
.ec-column-display-link:hover,
.ec-column-display-link:focus,
.ec-display-all-link:hover,
.ec-display-all-link:focus {
  color: #424242;
}

.ec-focus-link > .ec-icon-styles,
.ec-column-display-link > .ec-icon-styles,
.ec-display-all-link > .ec-icon-styles {
  text-align: center;
  width: 1.2857em;
}

.ec-focus-link.ec-btn-isselected,
.ec-column-display-link.ec-menu-open,
.ec-display-all-link.ec-btn-isselected {
  color: #ffb300;
}

.ec-column-display-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: white;
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  min-width: 10.7143rem;
  padding-bottom: 0.3571rem;
  padding-top: 0.3571rem;
  display: none;
}

.ec-checkbox-row {
  padding: 0.7143rem;
  color: initial;
  display: block;
}

.ec-checkbox-row:hover, .ec-checkbox-row:focus {
  background: #eeeeee;
}

.ec-checkbox-displaycolumn {
  margin-right: 0.2143rem;
  transform: translate3d(0, 0.1429rem, 0);
}

.ec-checkbox-displaycolumn ~ label {
  cursor: pointer;
}

.ec-table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
}

.ec-table {
  font-size: 0.8571rem;
  max-width: 100%;
  width: 100%;
}

.ec-table thead th {
  font-size: 1rem;
  border-bottom: 0.1429rem solid #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  vertical-align: bottom;
}

.ec-table th,
.ec-table td {
  padding: 1.0714rem;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

.ec-table th .ec-btn,
.ec-table th .ec-link,
.ec-table td .ec-btn,
.ec-table td .ec-link {
  margin: 0;
  font-size: 1em;
}

.ec-sticky-table-header.ec-fixed-solution {
  background: white;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.ec-table tbody tr:hover,
.ec-table tbody tr:focus {
  background: #eeeeee;
}

.ec-focus-on tbody tr {
  cursor: pointer;
}

.ec-focus-on tbody tr.ec-unfocused {
  filter: alpha(opacity=20);
  opacity: 0.2;
  cursor: pointer;
}

.ec-focus-on tbody tr.ec-focused {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #eeeeee;
}

.ec-display-all [data-priority] {
  display: table-cell !important;
}

.ec-table [data-priority],
.ec-table [data-priority] {
  display: none;
}

.ec-table [data-priority='1'],
.ec-table [data-priority='1'] {
  display: table-cell;
}

@media (min-width: 20em) {
  .ec-table [data-priority='2'],
  .ec-table [data-priority='2'] {
    display: table-cell;
  }
}

@media (min-width: 45em) {
  .ec-table [data-priority='3'],
  .ec-table [data-priority='3'] {
    display: table-cell;
  }
}

@media (min-width: 50em) {
  .ec-table [data-priority='4'],
  .ec-table [data-priority='4'] {
    display: table-cell;
  }
}

@media (min-width: 60em) {
  .ec-table [data-priority='5'],
  .ec-table [data-priority='5'] {
    display: table-cell;
  }
}

@media (min-width: 80em) {
  .ec-table [data-priority='6'],
  .ec-table [data-priority='6'] {
    display: table-cell;
  }
}

.ec-editor-container {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.ec-editor-container > h2 {
  display: inline-block;
}

.ec-editor-container > .ec-classSpanRequired {
  display: inline-block;
  position: static;
}

.ec-richtextdisplay {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  max-width: 100%;
}

.ec-editor-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  margin-bottom: 1.4286em;
  padding: 1.0714em;
}

.ec-editor-container > h2 {
  margin-bottom: 0.2273em;
}

.ec-editor-container > h2 ~ .ec-classSpanRequired:not(.ec-classSpanRequiredNo) {
  margin-left: 0.7143em;
}

.ec-editor-container > .ec-classSpanRequired:not(.ec-classSpanRequiredNo) {
  margin: auto auto 0.3571em;
}

.ec-richtextdisplay {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  max-width: 100%;
}

.ec-validation {
  display: none;
  position: relative;
  z-index: 300;
}

.ec-validation > :last-child {
  margin-bottom: 0;
}

.ec-validation-body > span {
  display: inline-block;
}

.ec-validation-header, .ec-validation-warning, .ec-validation-error {
  border-radius: 0.1429em;
  margin-bottom: 0.7143em;
  padding: 0.7143em 1.4286em;
}

.ec-validation-warning > h5, .ec-validation-error > h5 {
  font-weight: 500;
  margin-bottom: 0.625em;
}

.ec-validation {
  color: white;
  margin-bottom: 1.4286em;
}

.ec-validation-body > span {
  margin-right: 0.3571em;
}

.ec-validation-body > span:first-child {
  margin-left: 1.4286em;
}

.ec-validation-header {
  background: #757575;
  font-weight: 500;
}

.ec-validation-header > span,
.ec-validation-header > .ec-icon-styles {
  font-size: 1.1429em;
}

.ec-validation-header > .ec-icon-styles {
  margin-right: 0.3125em;
}

.ec-validation-warning {
  background: #ff9800;
}

.ec-validation-error {
  background: #f44336;
}

.ec-documentdisplay {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  position: relative;
}

.ec-documentdisplay-fullscreen {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.ec-documentdisplay-fullscreen .grpdx,
.ec-documentdisplay-fullscreen > .ec-documentdisplay-container {
  height: 100% !important;
  width: 100% !important;
}

.ec-documentdisplay > .ec-pinwheel {
  left: auto !important;
  position: absolute !important;
}

.ec-documentdisplay {
  margin-bottom: 1.4286em;
}

.ec-documentdisplay-container {
  min-height: 4.2857em;
}

.ec-documentdisplay > .ec-pinwheel {
  right: 3.2143em !important;
  top: 2.1429em !important;
}

.ec-documentdisplay > .ec-pinwheel .ec-pinwheel-section {
  background: white !important;
}

.ec-modal-error, .ec-modal-message, .ec-modal-exceptiondialog, .ec-modal-validation, .ec-modal-dialog {
  display: none;
  position: absolute;
  width: 100%;
}

.ec-modal-error, .ec-modal-message, .ec-modal-exceptiondialog, .ec-modal-validation, .ec-modal-body .ec-page {
  border-radius: 0.1429rem;
  background: white;
}

.ec-modal-error, .ec-modal-message, .ec-modal-exceptiondialog, .ec-modal-validation {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 2.1429rem;
  left: 50% !important;
  position: fixed;
  top: 50% !important;
  transform: translate3d(-50%, -50%, 0);
}

.ec-modal-message > .ec-modal-error-image, .ec-modal-warning-image, .ec-modal-confirmation-image, .ec-modal-check-image,
.ec-modal-success-image {
  border-radius: 0.1429rem 0 0 0.1429rem;
  left: -1px;
  width: 0.7143rem;
  height: 100%;
  position: absolute;
  top: 0;
}

.ec-modal-systemerror-image, .ec-modal-exceptiondialog-permissiondenied, .ec-modal-exceptiondialog-sessionexpired, .ec-modal-exceptiondialog-concurrencyerror {
  margin: 0 auto 1.4286rem;
  height: 225px;
  width: 320px;
}

@media (min-width: 45em) {
  .ec-modal-systemerror-image, .ec-modal-exceptiondialog-permissiondenied, .ec-modal-exceptiondialog-sessionexpired, .ec-modal-exceptiondialog-concurrencyerror {
    height: 196px;
    width: 526px;
  }
}

.ec-modal-message-btn.ec-btn, .ec-modal-exceptiondialog-btn.ec-btn {
  background: transparent 50%;
  background-size: 100% 100%;
  margin: 0 0 0 0.3571rem;
  box-shadow: none;
  color: #42a5f5;
}

.ec-modal-message-btn.ec-btn:active, .ec-modal-exceptiondialog-btn.ec-btn:active {
  background: radial-gradient(circle, transparent 10%, #bdbdbd 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-modal-message-btn.ec-btn:hover, .ec-modal-exceptiondialog-btn.ec-btn:hover, .ec-modal-message-btn.ec-btn:focus, .ec-modal-exceptiondialog-btn.ec-btn:focus {
  background-color: #eeeeee;
}

.ec-modal-overlay {
  filter: alpha(opacity=45);
  opacity: 0.45;
  background: black;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.ec-modal-dialog {
  left: 0 !important;
  margin: auto;
  right: 0 !important;
}

.ec-modal-close {
  font-size: 0;
  overflow: hidden;
  text-indent: -101%;
  white-space: nowrap;
  font-size: 1.4286rem;
  right: 0.3571rem;
  top: 0.3571rem;
  color: rgba(0, 0, 0, 0.54);
  height: 1rem;
  position: absolute;
  width: 1rem;
  z-index: 1;
}

.ec-modal-close::before {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  content: "";
  font-family: 'FontAwesome';
  text-indent: 0;
}

.ec-modal-close:hover, .ec-modal-close:focus {
  color: #f44336;
}

.ec-modal-border-transfer {
  filter: alpha(opacity=75);
  opacity: 0.75;
  border: 0.2857rem solid #42a5f5;
  z-index: 1200;
}

.ec-modal-body {
  background: none;
  height: auto;
}

.ec-modal-body > :last-child {
  margin-bottom: 0;
}

.ec-modal-body .ec-page {
  padding: 2.1429rem 2.1429rem 0.7143rem;
  display: block;
  height: auto;
}

.ec-modal-body .ec-page-header,
.ec-modal-body .ec-page-footer {
  background: none;
  padding: 0;
  position: static;
}

.ec-modal-body .ec-page-content {
  display: block;
}

.ec-modal-body .ec-page-leftregion,
.ec-modal-body .ec-page-maincontent,
.ec-modal-body .ec-page-righttregion {
  padding: 0;
}

.ec-modal-scrollcontainer {
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1300;
}

.ec-modal-fullscreen {
  height: 100% !important;
  left: 0 !important;
  max-width: 100% !important;
  top: 0 !important;
  width: 100% !important;
}

.ec-modal-fullscreen > .ec-modal-container {
  height: 100% !important;
}

.ec-modal-overlay-error {
  z-index: 1600;
}

.ec-modal-error {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1700;
}

@media (min-width: 45em) {
  .ec-modal-error {
    width: 95%;
  }
}

.ec-modal-error > .ec-modal-error-image {
  display: none;
}

@media (min-width: 60em) {
  .ec-modal-error > .ec-modal-error-image {
    padding-right: 3.5714rem;
    display: block;
    margin: auto;
  }
}

.ec-modal-error-message {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.ec-modal-error-message > h1 {
  color: #f44336;
}

.ec-modal-error-message > h3 {
  margin-bottom: 0.7143rem;
}

.ec-modal-error-message > p {
  font-style: italic;
}

.ec-modal-error-message > p > span {
  font-style: normal;
  font-weight: 700;
}

.ec-modal-error-details {
  padding-left: 2.1429rem;
  padding-right: 2.1429rem;
  background: rgba(255, 213, 79, 0.05);
  overflow: scroll;
}

.ec-modal-error-stacktrace {
  line-height: 1.3;
}

.ec-modal-overlay-message {
  z-index: 1400;
}

.ec-modal-message {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: right;
  z-index: 1500;
}

@media (min-width: 45em) {
  .ec-modal-message {
    min-width: 28.5714rem;
    width: auto;
  }
}

.ec-modal-message span {
  margin-bottom: 1.4286rem;
  display: block;
  line-height: 1.3;
  text-align: left;
}

.ec-modal-message > .ec-modal-error-image {
  background: #f44336;
}

.ec-modal-systemerror-image {
  background: url("../images/SystemErrorMobile.png") no-repeat center center;
  margin-bottom: 0;
}

@media (min-width: 45em) {
  .ec-modal-systemerror-image {
    background: url("../images/SystemError.png") no-repeat center center;
  }
}

.ec-modal-warning-image {
  background: #ff9800;
}

.ec-modal-check-image,
.ec-modal-success-image {
  background: #8bc34a;
}

.ec-modal-exceptiondialog {
  text-align: right;
  z-index: 1800;
}

@media (min-width: 45em) {
  .ec-modal-exceptiondialog {
    min-width: 28.5714rem;
    width: auto;
  }
}

.ec-modal-exceptiondialog-permissiondenied {
  background: url("../images/PermissionDeniedMobile.png") no-repeat center center;
}

@media (min-width: 45em) {
  .ec-modal-exceptiondialog-permissiondenied {
    background: url("../images/PermissionDenied.png") no-repeat center center;
  }
}

.ec-modal-exceptiondialog-sessionexpired {
  background: url("../images/SessionExpiredMobile.png") no-repeat center center;
}

@media (min-width: 45em) {
  .ec-modal-exceptiondialog-sessionexpired {
    background: url("../images/SessionExpired.png") no-repeat center center;
  }
}

.ec-modal-exceptiondialog-concurrencyerror {
  background: url("../images/ConcurrencyErrorMobile.png") no-repeat center center;
}

@media (min-width: 45em) {
  .ec-modal-exceptiondialog-concurrencyerror {
    background: url("../images/ConcurrencyError.png") no-repeat center center;
  }
}

.ec-modal-validation {
  text-align: right;
  z-index: 1400;
}

.ec-modal-validation-results {
  text-align: left;
}

.ec-validation-icon {
  color: #ff9800;
}

.ec-validation-icon-error {
  color: #f44336;
}

.ec-modal-validation-results .ec-input-locked {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background: none;
}

.ec-modal-validation-results .ec-input-locked .ec-input-system {
  transform: translate3d(0, -0.4286rem, 0);
}

@media (min-width: 45em) {
  .ec-modal-dialog {
    max-width: 81.4286rem;
    min-width: 51.4286rem;
    width: 50%;
  }
  .ec-modal-small {
    max-width: 70rem;
    min-width: 51.4286rem;
    width: 40%;
  }
  .ec-modal-medium {
    max-width: 81.4286rem;
    min-width: 51.4286rem;
    width: 60%;
  }
  .ec-modal-large {
    max-width: 102.8571rem;
    min-width: 51.4286rem;
    width: 80%;
  }
}

.ec-modal-body[data-modalsize='Small'] .ec-fieldset {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}

.ec-userprofile-menu-items > .ec-btn,
.ec-userprofile-menu-items > .ec-link, .ec-userprofile-menu-items-common > .ec-link {
  font-size: 0.8571rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
  color: inherit;
  margin: 0;
}

.ec-userprofile-menu-items > .ec-btn > .ec-link-title,
.ec-userprofile-menu-items > .ec-link > .ec-link-title, .ec-userprofile-menu-items-common > .ec-link > .ec-link-title, .ec-userprofile-menu-items > .ec-btn > .ec-button-title,
.ec-userprofile-menu-items > .ec-link > .ec-button-title, .ec-userprofile-menu-items-common > .ec-link > .ec-button-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: inline-block;
  vertical-align: top;
}

.ec-appbar {
  padding-bottom: 0.7143rem;
  padding-top: 0.7143rem;
  background: #42a5f5;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.ec-page-header .ec-appbar {
  margin-left: -1.4286rem;
  margin-right: -1.4286rem;
}

.ec-appbar.ec-theme-light {
  color: rgba(0, 0, 0, 0.54);
}

.ec-appbar-body {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.ec-appbar-toggle > .ec-btn {
  background: transparent 50%;
  background-size: 100% 100%;
  font-size: 1.2857rem;
  margin: 0 0.7143rem 0 0.7143rem;
  padding: 0.7143rem;
  box-shadow: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-appbar-toggle > .ec-btn:active {
  background: radial-gradient(circle, transparent 10%, rgba(255, 255, 255, 0.3) 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-appbar-toggle > .ec-btn:hover, .ec-appbar-toggle > .ec-btn:focus {
  color: white;
}

.ec-theme-light .ec-appbar-toggle > .ec-btn {
  background: transparent 50%;
  background-size: 100% 100%;
}

.ec-theme-light .ec-appbar-toggle > .ec-btn:active {
  background: radial-gradient(circle, transparent 10%, rgba(0, 0, 0, 0.12) 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-theme-light .ec-appbar-toggle > .ec-btn:hover, .ec-theme-light .ec-appbar-toggle > .ec-btn:focus {
  color: rgba(0, 0, 0, 0.87);
}

.ec-appbar-logo > .ec-img-link {
  margin-left: 0.7143rem;
  margin-right: 0.7143rem;
}

.ec-appbar-search {
  display: none;
}

@media (min-width: 45em) {
  .ec-appbar-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ec-appbar-search .ec-searchtool {
  margin: 0 0.7143rem 0 0.7143rem;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.ec-appbar-search .ec-searchtool > .ec-input-textbox {
  color: white;
  text-align: center;
}

.ec-appbar-search .ec-searchtool > .ec-input-textbox::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-appbar-search .ec-searchtool > .ec-input-textbox::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-appbar-search .ec-searchtool > .ec-input-textbox:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-appbar-search .ec-searchtool > .ec-input-textbox::-placeholder {
  color: rgba(255, 255, 255, 0.7);
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-appbar.ec-theme-light .ec-searchtool {
  background: rgba(0, 0, 0, 0.12);
}

.ec-appbar.ec-theme-light .ec-searchtool > .ec-input-textbox {
  color: rgba(0, 0, 0, 0.87);
}

.ec-appbar.ec-theme-light .ec-searchtool > .ec-input-textbox::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-appbar.ec-theme-light .ec-searchtool > .ec-input-textbox::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-appbar.ec-theme-light .ec-searchtool > .ec-input-textbox:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-appbar.ec-theme-light .ec-searchtool > .ec-input-textbox::-placeholder {
  color: rgba(0, 0, 0, 0.54);
  filter: alpha(opacity=100);
  opacity: 1;
}

.ec-appbar-search .ec-searchtool > .ec-btn,
.ec-appbar-search .ec-searchtool > .ec-link {
  color: inherit;
}

.ec-appbar-actions {
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 0.7143rem;
  margin-left: auto;
}

@media (max-width: 44.99em) {
  .ec-appbar-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 45em) {
  .ec-appbar-search + .ec-appbar-actions {
    margin-left: 0.7143rem;
  }
}

.ec-appbar-actions > .ec-btn,
.ec-appbar-actions > .ec-link {
  background: transparent 50%;
  background-size: 100% 100%;
  font-size: 0.8571rem;
  padding: 0.7143rem;
  box-shadow: none;
  color: inherit;
  margin: 0;
  width: auto;
}

.ec-appbar-actions > .ec-btn:active,
.ec-appbar-actions > .ec-link:active {
  background: radial-gradient(circle, transparent 10%, rgba(255, 255, 255, 0.3) 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-appbar-actions > .ec-btn:hover, .ec-appbar-actions > .ec-btn:focus,
.ec-appbar-actions > .ec-link:hover,
.ec-appbar-actions > .ec-link:focus {
  color: white;
}

.ec-appbar-actions > .ec-btn > .ec-icon-styles,
.ec-appbar-actions > .ec-link > .ec-icon-styles {
  font-size: 1rem;
}

.ec-theme-light .ec-appbar-actions > .ec-btn,
.ec-theme-light .ec-appbar-actions > .ec-link {
  background: transparent 50%;
  background-size: 100% 100%;
}

.ec-theme-light .ec-appbar-actions > .ec-btn:active,
.ec-theme-light .ec-appbar-actions > .ec-link:active {
  background: radial-gradient(circle, transparent 10%, rgba(0, 0, 0, 0.12) 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-theme-light .ec-appbar-actions > .ec-btn:hover, .ec-theme-light .ec-appbar-actions > .ec-btn:focus,
.ec-theme-light .ec-appbar-actions > .ec-link:hover,
.ec-theme-light .ec-appbar-actions > .ec-link:focus {
  color: rgba(0, 0, 0, 0.87);
}

.ec-userprofile {
  margin-right: 0.7143rem;
  margin-left: auto;
  position: relative;
}

.ec-appbar-actions:not([style]) + .ec-userprofile {
  margin-left: 0.7143rem;
}

.ec-userprofile-button {
  background: none;
  border: 0;
  color: inherit;
  font-weight: 500;
  padding: 0;
  white-space: nowrap;
}

.ec-userprofile-button:hover, .ec-userprofile-button:focus {
  color: white;
}

.ec-theme-light .ec-userprofile-button:hover,
.ec-theme-light .ec-userprofile-button:focus {
  color: rgba(0, 0, 0, 0.87);
}

.ec-userprofile-button > .ec-htmltext {
  margin-right: 0.3571rem;
  display: none;
}

@media (min-width: 45em) {
  .ec-userprofile-button > .ec-htmltext {
    display: inline-block;
    vertical-align: middle;
  }
}

.ec-userprofile-button > .ec-image {
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}

.ec-userprofile-menu {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: white;
  border-radius: 0.1429rem;
  font-size: 0.8571rem;
  color: rgba(0, 0, 0, 0.87);
  opacity: 0;
  pointer-events: none;
  right: 0;
  transform: translate3d(0, 10%, 0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 200;
}

@media (max-width: 44.99em) {
  .ec-userprofile-menu {
    bottom: 0;
    left: 0;
    position: fixed;
  }
}

@media (min-width: 45em) {
  .ec-userprofile-menu {
    width: 24.2857rem;
    position: absolute;
  }
}

.ec-userprofile-menu--is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.ec-userprofile-menu--anchored {
  height: 100%;
  overflow-y: scroll;
  top: 0;
}

.ec-userprofile-account {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.3571rem;
}

.ec-userprofile-account > .ec-image {
  border-radius: 100%;
}

.ec-userprofile-account > .ec-image:not(:only-child) {
  margin-right: 0.3571rem;
}

.ec-userprofile-account-info:only-child {
  text-align: center;
}

.ec-userprofile-name,
.ec-userprofile-role {
  margin-bottom: 0.3571rem;
  margin-top: 0.3571rem;
  display: block;
}

.ec-userprofile-name {
  font-size: 1rem;
  font-weight: 700;
}

.ec-userprofile-role {
  font-style: italic;
}

.ec-userprofile-menu-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-userprofile-menu-items > .ec-btn,
.ec-userprofile-menu-items > .ec-link {
  background: transparent 50%;
  background-size: 100% 100%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: auto;
  padding: 1.4286rem 0.3571rem;
  border-radius: 0;
  border-width: 1px 0 0 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 33.3333%;
}

.ec-userprofile-menu-items > .ec-btn:active,
.ec-userprofile-menu-items > .ec-link:active {
  background: radial-gradient(circle, transparent 10%, #ffb300 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-userprofile-menu-items > .ec-btn:hover, .ec-userprofile-menu-items > .ec-btn:focus,
.ec-userprofile-menu-items > .ec-link:hover,
.ec-userprofile-menu-items > .ec-link:focus {
  background-color: #eeeeee;
}

.ec-userprofile-menu-items > .ec-btn:nth-child(3n + 1),
.ec-userprofile-menu-items > .ec-link:nth-child(3n + 1) {
  border-left-width: 0;
}

.ec-userprofile-menu-items > .ec-btn > .ec-icon-styles,
.ec-userprofile-menu-items > .ec-link > .ec-icon-styles {
  display: block;
  margin: auto;
}

.ec-userprofile-menu-items > .ec-btn > .ec-link-title:not(:only-child),
.ec-userprofile-menu-items > .ec-btn > .ec-button-title:not(:only-child),
.ec-userprofile-menu-items > .ec-link > .ec-link-title:not(:only-child),
.ec-userprofile-menu-items > .ec-link > .ec-button-title:not(:only-child) {
  margin: 0.7143rem 0 0 0;
  display: block;
}

.ec-userprofile-menu-items > .ec-link {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.ec-userprofile-menu-items-common {
  display: -ms-flexbox;
  display: flex;
  padding: 0.7143rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ec-userprofile-menu-items-common > .ec-link {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  max-width: 100%;
  background: #e0e0e0 50%;
  background-size: 100% 100%;
  border-radius: 0.1429rem;
  padding: 0.7143rem 0.3571rem;
  border-color: rgba(0, 0, 0, 0.12);
}

.ec-userprofile-menu-items-common > .ec-link:active {
  background: radial-gradient(circle, #e0e0e0 10%, #eeeeee 11%) 50% no-repeat;
  background-size: 1000% 1000%;
}

.ec-userprofile-menu-items-common > .ec-link:not(:last-child) {
  margin-right: 0.7143rem;
}

.ec-userprofile-menu-items-common > .ec-link:hover, .ec-userprofile-menu-items-common > .ec-link:focus {
  background-color: #eeeeee;
}

.ec-left {
  float: left !important;
}

.ec-right {
  float: right !important;
}

.ec-text-left {
  text-align: left !important;
}

.ec-text-right {
  text-align: right !important;
}

.ec-text-center {
  text-align: center !important;
}

.ec-text-justify {
  text-align: justify !important;
}

.ec-sr-only,
.ec-ui-helper-hidden-accessible {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.ec-show {
  display: initial !important;
  visibility: visible !important;
}

.ec-hide {
  display: none !important;
  visibility: hidden !important;
}

.ec-cursor-notallowed {
  cursor: not-allowed !important;
}

.ec-sr-only-focusable:focus, .ec-sr-only-focusable:active {
  clip: auto !important;
  margin: 0 !important;
}

.ec-unselectable {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.ec-body-fullscreen {
  padding-right: 1.1429rem;
  overflow: hidden;
}

.ec-body-fullscreen .ec-backtotop {
  transform: translate3d(-1.1429rem, 0, 0) !important;
}

.ec-body-fullscreen .ec-pinwheel {
  transform: translate3d(-0.5714rem, 0, 0);
}
