@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('../fonts/proxima_nova_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('../fonts/proxima_nova_reg-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('../fonts/proxima_nova_semibold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  display: swap;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../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.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
Things that are included in all projects. Mainly the global drop-down menu styles.
This file should only be imported once into the main style sheet for each project.
*/
:root {
  --keyboard-height: 0px;
}
#logo {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s, transform 0.25s, visibility 0s;
}
body.globalMenu #logo {
  visibility: hidden;
  opacity: 0;
  transition: transform 0.25s 0s, opacity 0.25s 0s, visibility 0s 0.25s;
}
#globalMenuDropDown,
#globalMenuDropDownMask {
  visibility: hidden;
  opacity: 0;
  transition: transform 0.25s 0s, opacity 0.25s 0s, visibility 0s 0.25s;
  display: block;
}
@media  (min-width:600px) {
  #globalMenuDropDown,
  #globalMenuDropDownMask {
    display: flex;
  }
}
body.globalMenu #globalMenuDropDown,
body.globalMenu #globalMenuDropDownMask {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s, transform 0.25s, visibility 0s;
}
#globalMenuDropDown {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 20px calc(10px) 20px;
  background: white;
}
.globalMenuLauncher {
  border-radius: 10px;
  height: 3em;
  display: flex;
  align-items: center;
}
.globalMenuWebApps ul,
.globalMenuUserTools ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.globalMenuWebApps li,
.globalMenuUserTools li {
  list-style-type: none;
  margin-bottom: 10px;
}
.globalMenuTitle {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media  (min-width:600px) {
  .globalMenuTitle {
    margin-top: 0px;
  }
}
@media  (min-width:600px) {
  .globalMenuWebApps {
    margin-right: 20px;
    width: calc(66% - 20px);
  }
  .globalMenuWebApps ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.globalMenuWebApps li {
  display: flex;
  flex-direction: row;
}
@media  (min-width:600px) {
  .globalMenuWebApps li {
    width: 50%;
    max-width: 400px;
  }
}
.globalMenuWebApps li a {
  display: flex;
  width: 100%;
}
.globalMenuWebApps li a > div:first-child {
  border-radius: 8px;
  background-color: #47afeb;
}
.globalMenuWebApps li a > div:last-child {
  padding-left: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #999999;
  justify-content: flex-start;
}
@media  (min-width:1025px) {
  .globalMenuWebApps li a > div:last-child {
    justify-content: center;
  }
}
.globalMenuWebApps li a > div:last-child div:first-child {
  color: black;
  font-size: 1.3em;
}
@media  (min-width:600px) {
  .globalMenuWebApps li a > div:last-child div:first-child {
    margin-bottom: 2px;
  }
}
.globalMenuWebApps li:hover a > div:first-child {
  background-color: #1a9be5;
}
@media  (min-width:600px) {
  .globalMenuUserTools {
    width: 33%;
  }
}
.globalMenuUserTools li {
  height: 20px;
}
.globalMenuUserTools li a {
  color: black;
  height: 20px;
  line-height: 18px;
  display: flex;
}
.globalMenuUserTools li a div {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin-right: 4px;
  box-sizing: border-box;
}
.globalMenuUserTools li a span {
  flex-grow: 1;
}
.globalMenuUserTools li a div.webProductMenuUser_password {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23666666%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3EchangePasswordIcon%3C%2Ftitle%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%224.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%2F%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%2F%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2214.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.globalMenuUserTools li a div.webProductMenuUser_devices {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%234D4D4D%3Bstroke-width%3A0.9153%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%234D4D4D%3Bstroke-width%3A0.8934%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st2%7Bfill%3A%234D4D4D%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3EmyDevicesIcon%3C%2Ftitle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M5.5%2C1.5h8c1.1%2C0%2C2%2C0.9%2C2%2C2v13c0%2C1.1-0.9%2C2-2%2C2h-8c-1.1%2C0-2-0.9-2-2v-13C3.5%2C2.4%2C4.4%2C1.5%2C5.5%2C1.5z%22%2F%3E%0A%3Crect%20x%3D%225.5%22%20y%3D%223.5%22%20class%3D%22st1%22%20width%3D%228%22%20height%3D%229%22%2F%3E%0A%3Ccircle%20class%3D%22st2%22%20cx%3D%229.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.globalMenuUserTools li a div.webProductMenuUser_logout {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%234D4D4D%3Bstroke-width%3A0.8914%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3ElogOutIcon%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%2215%2C18.5%203.5%2C18.5%203.5%2C1.5%2015%2C1.5%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2216%22%20y1%3D%2210.5%22%20x2%3D%226%22%20y2%3D%2210.5%22%2F%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%2212.5%2C6.5%2016.5%2C10.5%2012.5%2C14.5%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.web_product_docs_icon {
  background-image: url('../images/app-libraries.svg');
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 48px;
  flex: 0 0 48px;
}
@media  (min-width:1025px) {
  .web_product_docs_icon {
    background-size: 44px 44px;
    flex-basis: 64px;
    height: 64px;
  }
}
.web_product_forms_icon {
  background-image: url('../images/app-forms.svg');
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 48px;
  flex: 0 0 48px;
}
@media  (min-width:1025px) {
  .web_product_forms_icon {
    background-size: 44px 44px;
    flex-basis: 64px;
    height: 64px;
  }
}
.web_product_formsAdmin_icon {
  background-image: url('../images/app-forms-manage.svg');
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 48px;
  flex: 0 0 48px;
}
@media  (min-width:1025px) {
  .web_product_formsAdmin_icon {
    background-size: 44px 44px;
    flex-basis: 64px;
    height: 64px;
  }
}
.web_product_serverAdmin_icon {
  background-image: url('../images/app-settings.svg');
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 48px;
  flex: 0 0 48px;
}
@media  (min-width:1025px) {
  .web_product_serverAdmin_icon {
    background-size: 44px 44px;
    flex-basis: 64px;
    height: 64px;
  }
}
.web_product_sourceLocationsAdmin_icon {
  background-image: url('../images/app-sources.svg');
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 48px;
  flex: 0 0 48px;
}
@media  (min-width:1025px) {
  .web_product_sourceLocationsAdmin_icon {
    background-size: 44px 44px;
    flex-basis: 64px;
    height: 64px;
  }
}
.web_product_contentSync_icon {
  background-image: url('../images/app-sync.svg');
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 48px;
  flex: 0 0 48px;
}
@media  (min-width:1025px) {
  .web_product_contentSync_icon {
    background-size: 44px 44px;
    flex-basis: 64px;
    height: 64px;
  }
}
.knowledgeBaseLink {
  border: solid 1px #DDDDDD;
  background: white;
  border-radius: 8px;
  height: 14px;
  padding: 1px 1px 1px 4px;
  color: #888888;
  white-space: no-wrap;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.knowledgeBaseLink::after {
  content: " ";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M3.0004883%2C12c-0.2866211%2C0-0.5708008-0.1225586-0.7685547-0.3598633%0A%09c-0.3535156-0.4243164-0.2963867-1.0546875%2C0.1279297-1.4082031l4.866714-4.0557508%0A%09c0.1100235-0.0916896%2C0.1100235-0.2606759%2C0-0.3523655l-4.866714-4.0557508%0A%09C1.9355469%2C1.4145508%2C1.878418%2C0.7841797%2C2.2319336%2C0.3598633c0.3530273-0.4243164%2C0.9838867-0.4819336%2C1.4082031-0.1279297l6%2C5%0A%09C9.8681641%2C5.421875%2C10%2C5.703125%2C10%2C6S9.8681641%2C6.578125%2C9.6401367%2C6.7680664l-6%2C5C3.453125%2C11.9238281%2C3.2260742%2C12%2C3.0004883%2C12z%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 13px;
  height: 13px;
  color: white;
  background-color: #999999;
  border-radius: 8px;
  margin-left: 2px;
  display: block;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
.knowledgeBaseLink:hover::after {
  background-color: #47afeb;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.hideOnMobile {
  display: none;
}
@media  (min-width:1025px) {
  .hideOnMobile {
    display: initial !important;
  }
}
@media  (min-width:1025px) {
  .hideOnDesktop {
    display: none !important;
  }
}
#maskBehindModal {
  position: fixed;
  background: rgba(255, 255, 255, 0.25);
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.25s 0s, opacity 0.25s 0s, visibility 0s 0.25s;
}
#maskBehindModal.modalVisible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s, transform 0.25s, visibility 0s;
}
#maskBehindModal.dark {
  background: rgba(0, 0, 0, 0.25);
}
#maskBehindModal.modalVisible {
  visibility: visible;
  opacity: 1;
}
/* Blank space in toolbars etc */
.flexibleSpace {
  flex: 1 0 10px;
}
.modalHidden {
  top: 0px !important;
  height: 0px !important;
}
#CommonAlert {
  visibility: hidden;
  opacity: 0;
  transition: transform 0.25s 0s, opacity 0.25s 0s, visibility 0s 0.25s;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#CommonAlert > div {
  box-shadow: 0px 0px 10px rgba(0, 0, 1, 0.25);
  background: #f0f0f0;
  box-sizing: border-box;
  transition: transform 0.25s 0s, opacity 0.25s 0s, visibility 0s 0.25s;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 300px;
  font-size: 16px;
  margin: auto;
  transform: scale(0.8);
}
@media  (min-width:600px) {
  #CommonAlert > div {
    width: 450px;
  }
}
#CommonAlert > div > div.alertHeader {
  height: 44px;
  background: linear-gradient(to bottom, #828486 1px, #4c4f51 1px, #36393b 43px, #231f20 43px);
  flex: 0 0 auto;
  background: #666666;
  display: flex;
  align-items: center;
}
#CommonAlert > div > div.alertHeader button,
#CommonAlert > div > div.alertHeader label {
  border: none;
  height: 26px;
  border-radius: calc(13px);
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 0.9em;
  cursor: pointer;
  background-color: #555555;
  color: white;
  background: #7D7D7D;
  font-size: 1em;
}
#CommonAlert > div > div.alertHeader button:hover,
#CommonAlert > div > div.alertHeader label:hover {
  background-color: #626262;
}
#CommonAlert > div > div.alertHeader button:active,
#CommonAlert > div > div.alertHeader label:active {
  background-color: #6f6f6f;
}
#CommonAlert > div > div.alertHeader button:hover,
#CommonAlert > div > div.alertHeader label:hover {
  background: #8a8a8a;
}
#CommonAlert > div > div.alertHeader button:active,
#CommonAlert > div > div.alertHeader label:active {
  background: #b0b0b0;
}
#CommonAlert > div > div.alertHeader button.accent,
#CommonAlert > div > div.alertHeader label.accent {
  background: #47afeb;
}
#CommonAlert > div > div.alertHeader button.accent:hover,
#CommonAlert > div > div.alertHeader label.accent:hover {
  background: #5eb9ed;
}
#CommonAlert > div > div.alertHeader button.accent:active,
#CommonAlert > div > div.alertHeader label.accent:active {
  background: #a3d7f5;
}
#CommonAlert > div > div.alertHeader > h1 {
  color: white;
  font-weight: 300;
  font-size: 1em;
  padding: 0px 10px;
}
#CommonAlert > div > div.alertBottomBar {
  height: 44px;
  background: linear-gradient(to bottom, #828486 1px, #4c4f51 1px, #36393b 43px, #231f20 43px);
  flex: 0 0 auto;
  background: #666666;
  background: white;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
#CommonAlert > div > div.alertBottomBar button,
#CommonAlert > div > div.alertBottomBar label {
  border: none;
  height: 26px;
  border-radius: calc(13px);
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 0.9em;
  cursor: pointer;
  background-color: #555555;
  color: white;
  background: #7D7D7D;
  font-size: 1em;
}
#CommonAlert > div > div.alertBottomBar button:hover,
#CommonAlert > div > div.alertBottomBar label:hover {
  background-color: #626262;
}
#CommonAlert > div > div.alertBottomBar button:active,
#CommonAlert > div > div.alertBottomBar label:active {
  background-color: #6f6f6f;
}
#CommonAlert > div > div.alertBottomBar button:hover,
#CommonAlert > div > div.alertBottomBar label:hover {
  background: #8a8a8a;
}
#CommonAlert > div > div.alertBottomBar button:active,
#CommonAlert > div > div.alertBottomBar label:active {
  background: #b0b0b0;
}
#CommonAlert > div > div.alertBottomBar button.accent,
#CommonAlert > div > div.alertBottomBar label.accent {
  background: #47afeb;
}
#CommonAlert > div > div.alertBottomBar button.accent:hover,
#CommonAlert > div > div.alertBottomBar label.accent:hover {
  background: #5eb9ed;
}
#CommonAlert > div > div.alertBottomBar button.accent:active,
#CommonAlert > div > div.alertBottomBar label.accent:active {
  background: #a3d7f5;
}
#CommonAlert > div > div.alertBottomBar > button {
  margin-left: 5px;
}
#CommonAlert > div > div.modalBody {
  padding: 20px;
}
#CommonAlert.modalVisible {
  transition: opacity 0.25s, transform 0.25s, visibility 0s;
  visibility: visible;
  opacity: 1;
}
#CommonAlert.modalVisible > div {
  transition: opacity 0.25s, transform 0.25s, visibility 0s;
  transition-timing-function: cubic-bezier(0.32, 1.56, 0.68, 0.97);
  transform: none;
}
body.has-native-toolbar #LightBoxModal {
  /* The lightbox modal needs to be smaller on iOS as it sits under the navigation bar */
  height: calc(100% - (44px*1.5));
}
#LightBoxModal {
  box-shadow: 0px 0px 10px rgba(0, 0, 1, 0.25);
  background: #f0f0f0;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.25s 0s, opacity 0.25s 0s, visibility 0s 0.25s;
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 22px;
  height: calc(100% - (44px/2));
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#LightBoxModal.modalVisible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s, transform 0.25s, visibility 0s;
  transform: none;
}
#LightBoxModal > .imageModalHeader {
  height: 44px;
  background: linear-gradient(to bottom, #828486 1px, #4c4f51 1px, #36393b 43px, #231f20 43px);
  background: #666666;
  display: flex;
  text-shadow: none;
  align-items: center;
  flex: 0 0 auto;
  padding: 0px 10px;
}
#LightBoxModal > .imageModalHeader button,
#LightBoxModal > .imageModalHeader label {
  border: none;
  height: 26px;
  border-radius: calc(13px);
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 0.9em;
  cursor: pointer;
  background-color: #555555;
  color: white;
  background: #7D7D7D;
  font-size: 1em;
}
#LightBoxModal > .imageModalHeader button:hover,
#LightBoxModal > .imageModalHeader label:hover {
  background-color: #626262;
}
#LightBoxModal > .imageModalHeader button:active,
#LightBoxModal > .imageModalHeader label:active {
  background-color: #6f6f6f;
}
#LightBoxModal > .imageModalHeader button:hover,
#LightBoxModal > .imageModalHeader label:hover {
  background: #8a8a8a;
}
#LightBoxModal > .imageModalHeader button:active,
#LightBoxModal > .imageModalHeader label:active {
  background: #b0b0b0;
}
#LightBoxModal > .imageModalHeader button.accent,
#LightBoxModal > .imageModalHeader label.accent {
  background: #47afeb;
}
#LightBoxModal > .imageModalHeader button.accent:hover,
#LightBoxModal > .imageModalHeader label.accent:hover {
  background: #5eb9ed;
}
#LightBoxModal > .imageModalHeader button.accent:active,
#LightBoxModal > .imageModalHeader label.accent:active {
  background: #a3d7f5;
}
#LightBoxModal > .imageModalHeader > button {
  background-color: #47afeb;
}
#LightBoxModal > .imageModalHeader > span.title {
  color: white;
  font-weight: 300;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
#LightBoxModal > div.imageModalBody {
  display: flex;
  align-items: stretch;
  flex: 1 1 0px;
}
#LightBoxModal > div.imageModalBody > * {
  margin: 10px;
  position: relative;
  background: white;
  box-shadow: 0 0 12px #00000040;
}
#LightBoxModal > div.imageModalBody > * > * {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#LightBoxModal > div.imageModalBody > .main {
  flex: 1 1 0px;
}
#LightBoxModal > div.imageModalBody > .main img {
  object-fit: scale-down;
  object-position: center;
}
#LightBoxModal > div.imageModalBody > .imageNav {
  cursor: pointer;
  width: 35px;
  display: none;
}
#LightBoxModal > div.imageModalBody > .imageNav img {
  object-fit: cover;
  opacity: 0.4;
}
#LightBoxModal > div.imageModalBody > .imageNav.prev {
  margin-left: 0px;
}
#LightBoxModal > div.imageModalBody > .imageNav.prev div {
  padding: 0px;
  justify-content: flex-end;
}
#LightBoxModal > div.imageModalBody > .imageNav.prev img {
  padding-left: 0px;
  object-position: center right;
}
#LightBoxModal > div.imageModalBody > .imageNav.next {
  margin-right: 0px;
}
#LightBoxModal > div.imageModalBody > .imageNav.next div {
  padding: 0px;
  justify-content: flex-start;
}
#LightBoxModal > div.imageModalBody > .imageNav.next img {
  padding-right: 0px;
  object-position: center left;
}
#LightBoxModal > div.imageModalBody > .imageNav div {
  display: flex;
  align-items: center;
}
#LightBoxModal > div.imageModalBody > .imageNav div svg {
  width: 20px;
  height: 40px;
}
#LightBoxModal > div.imageModalBody > .imageNav div svg polyline {
  stroke: white;
  fill: none;
}
.fileVisual {
  width: 100%;
  height: 15%;
  min-height: 100px;
  background-size: contain;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
#fileViewerModal button {
  background-color: #47afeb;
}
#fileViewerModal .modalHeader * {
  color: white;
}
#fileViewerModal object {
  width: 100%;
  height: calc(100% - 44px);
}
#fileViewerModal object > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #444444;
  text-decoration: none;
}
#fileViewerModal object > a .fileVisual {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20130%20160%22%20style%3D%22enable-background%3Anew%200%200%20130%20160%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3Bstroke%3A%23C1C0C0%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23C1C0C0%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st2%7Bfill%3Anone%3Bstroke%3A%2300ADEF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22104.1%2C158.5%201.5%2C158.5%201.5%2C1.5%20128.5%2C1.5%20128.5%2C139.5%20%22%2F%3E%0A%3Cpolyline%20class%3D%22st1%22%20points%3D%22104.1%2C158.5%20110.9%2C135.6%20128.5%2C139.5%20%22%2F%3E%0A%3Cline%20class%3D%22st2%22%20x1%3D%2267.5%22%20y1%3D%2252%22%20x2%3D%2267.6%22%20y2%3D%22112%22%2F%3E%0A%3Cpolyline%20class%3D%22st2%22%20points%3D%2288.2%2C89.8%2067.6%2C112%2045.5%2C89.8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#fileViewerModal.modalHidden {
  top: 0px;
  height: 0px;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 23px 0;
  }
}
.progressBar {
  height: 23px;
  position: relative;
  border-radius: calc(11.5px);
  background: #dddddd;
  overflow: hidden;
}
.progressBar > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.progressBar .indeterminate {
  animation: animatedBackground .5s linear infinite;
  background-size: 23px 23px;
  background: #47afeb url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.6%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.1%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2215%2C30%200%2C30%2015%2C0%2030%2C0%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  border-radius: calc(11.5px);
}
.progressBar .label {
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  text-shadow: none;
  width: 100%;
  white-space: nowrap;
  padding: 3.5px 7.66666667px;
}
.progressBar .progress {
  display: flex;
}
.progressBar .progress .done,
.progressBar .progress .inactive {
  flex: 0 0 0px;
}
.progressBar .progress .done.inactive {
  background: #c4c4c4;
}
.progressBar .progress .done:not(.inactive) {
  background: #47afeb;
}
.progressBar .progress .remaining {
  flex: 1 1 0px;
}
html,
body {
  min-height: 100vh;
  margin: 0px;
}
body {
  background: #eeeeee;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
  font-size: 12px;
  display: flex;
  height: 100vh;
  flex-direction: column;
}
@media  (min-width:1025px) {
  body {
    min-height: 600px;
  }
}
select[multiple] {
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.2em;
  font-weight: 300;
  width: 100%;
  height: 36px;
  background: white;
}
select[multiple]:disabled {
  color: #CCCCCC;
  border-color: #eeeeee;
}
select:not([multiple]) {
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.2em;
  font-weight: 300;
  width: 100%;
  height: 36px;
  background: white url("../images/menubutton-arrows.svg") no-repeat center right;
  background-size: 20px 45px;
  padding: 0px 20px 0px 8px;
}
select:not([multiple]):disabled {
  color: #CCCCCC;
  border-color: #eeeeee;
}
select:not([multiple]):disabled {
  background-image: url("../images/menubutton-arrows-disabled.svg");
}
select:not([multiple])::-ms-expand {
  display: none;
}
a {
  color: #1a9be5;
  text-decoration: none;
  cursor: pointer;
}
strong {
  font-weight: bold;
  color: black;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 10px - 10px);
  max-width: 980px;
}
.content {
  margin: 0px;
}
.contentMainContainer {
  margin-top: 15px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
}
.contentMainContainer > div {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
}
.contentMainContainer > div:not(.wrapper) {
  margin: 0px 10px;
}
.contentMainContainer > div > div.content {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
}
#welcomeBannerWrapper {
  background: white;
  flex-shrink: 0;
}
#noNavMenu,
#navMenuWrapper {
  flex-shrink: 0;
}
#noNavMenu {
  border-top: solid 1px #bbbbbb;
}
#navMenuWrapper,
#topMenu li {
  background: #47afeb;
  height: 52px;
}
#navMenuWrapper #adminNavBar {
  padding: 0px 0px 15px 15px;
}
#navMenuWrapper .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#welcomeBanner {
  height: 60px;
  padding-top: 10px;
  max-width: 980px;
  display: flex;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#welcomeBanner *:not(:last-child) {
  margin-right: 10px;
}
#welcomeBanner .message {
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}
#welcomeBanner .message.globalMenuLauncher {
  background: #eeeeee;
  cursor: pointer;
}
#welcomeBanner .message .tenantSwapper {
  cursor: pointer;
  width: auto;
}
#welcomeBannerWrapper:not(.noCurrentUser) #welcomeBanner .message.globalMenuLauncher::after {
  content: " ▼";
  margin-left: 1em;
}
body.globalMenu #welcomeBanner .message {
  background: white;
}
body.globalMenu #welcomeBanner .tenantSwapper {
  opacity: 0;
}
#navMenu {
  flex: 0 0 52px;
  display: flex;
  align-self: stretch;
}
#navMenu ul#topMenu {
  flex: 1 1 0px;
  margin: 0px;
  padding: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-items: flex-start;
}
#navMenu ul#topMenu > li {
  list-style-type: none;
  display: flex;
  flex: 1 1 0px;
  max-width: 20%;
  align-items: stretch;
  justify-content: stretch;
  height: 52px;
}
#navMenu ul#topMenu > li > a {
  display: flex;
  flex: 1 1 0px;
  color: white;
  align-items: center;
}
#navMenu ul#topMenu > li > a svg {
  width: 44px;
  height: 44px;
  margin: 0px 10px;
}
#navMenu ul#topMenu > li > a span {
  flex: 1 1 0px;
}
#navMenu ul#topMenu > li.selected {
  background: #30a5e8;
  font-weight: 600;
}
#navMenu ul#topMenu > li.selected svg .app-icon {
  stroke-width: 1.2px;
}
#navMenu ul#topMenu li#adminManagement a::after {
  content: "▼";
  margin: 10px;
}
#navMenu ul#topMenu li:hover a {
  background: #1a9be5;
}
body.adminMenu #navMenu ul#topMenu li#adminManagement {
  background: white;
}
body.adminMenu #navMenu ul#topMenu li#adminManagement a {
  color: black;
}
body.adminMenu #navMenu ul#topMenu li#adminManagement a svg .app-icon {
  stroke: black;
}
body.adminMenu #navMenu ul#topMenu li#adminManagement a:hover {
  background: transparent;
}
a.button.clientDownloadButton {
  margin-top: 12px;
  height: 52px;
}
a.button.clientDownloadButton:last-child {
  margin-right: 0px;
}
#globalMenuDropDown,
#adminNavBar {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  width: calc(100% - 10px - 10px);
  max-width: 980px;
}
#adminNavBar,
#adminMenuDropDownMask {
  visibility: hidden;
  opacity: 0;
}
body.adminMenu #adminNavBar,
body.adminMenu #adminMenuDropDownMask {
  visibility: visible;
  opacity: 1;
}
#adminMenuDropDownMask {
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  left: 0%;
  width: 100%;
  top: 122px;
  height: calc(100% - 122px);
}
#globalMenuDropDownMask {
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  left: 0%;
  width: 100%;
  top: 70px;
  height: calc(100% - 70px);
}
body.hasLicenceMessage #adminMenuDropDownMask {
  top: 166px;
  height: calc(100% - 166px);
}
body.hasLicenceMessage #globalMenuDropDownMask {
  top: 114px;
  height: calc(100% - 114px);
}
.defaultLogo_docs {
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("../images/logo_docs.svg");
}
.defaultLogo_forms {
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("../images/logo_forms.svg");
}
.defaultLogo_server {
  height: 50px;
  color: #808080;
  font-size: 28px;
  font-weight: 300;
  line-height: 44px;
  display: flex;
  align-items: center;
}
.defaultLogo_server::before {
  content: " ";
  flex: 0 0 52px;
  height: 52px;
  background: url("../images/provider-logo.svg");
}
.defaultLogo_server div {
  font-weight: 300;
  margin-top: 4px;
}
.defaultLogo_server div .lighter {
  color: #CCCCCC;
  font-size: 21px;
}
.button,
a.button,
span.button,
.miniButton,
.k-button {
  cursor: pointer;
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 10px;
  justify-content: center;
  margin: 0px;
}
.button:not(.accent):not(.dangerous),
a.button:not(.accent):not(.dangerous),
span.button:not(.accent):not(.dangerous),
.miniButton:not(.accent):not(.dangerous),
.k-button:not(.accent):not(.dangerous) {
  background: #f4f4f4 linear-gradient(to bottom, #ffffff, #dbdbdb);
  border: solid 1px #bbbbbb;
  color: black;
}
.button:not(.accent):not(.dangerous):not(.disabled):not(.active):hover,
a.button:not(.accent):not(.dangerous):not(.disabled):not(.active):hover,
span.button:not(.accent):not(.dangerous):not(.disabled):not(.active):hover,
.miniButton:not(.accent):not(.dangerous):not(.disabled):not(.active):hover,
.k-button:not(.accent):not(.dangerous):not(.disabled):not(.active):hover {
  background: #e7e7e7 linear-gradient(to bottom, #f4f4f4, #cecece);
}
.button:not(.accent):not(.dangerous):not(.disabled):active,
a.button:not(.accent):not(.dangerous):not(.disabled):active,
span.button:not(.accent):not(.dangerous):not(.disabled):active,
.miniButton:not(.accent):not(.dangerous):not(.disabled):active,
.k-button:not(.accent):not(.dangerous):not(.disabled):active {
  box-shadow: inset 0px 0px 5px #b4b4b4;
  border: solid 1px #959595;
}
.button:not(.accent):not(.dangerous):not(.disabled):not(.active):hover,
a.button:not(.accent):not(.dangerous):not(.disabled):not(.active):hover,
span.button:not(.accent):not(.dangerous):not(.disabled):not(.active):hover,
.miniButton:not(.accent):not(.dangerous):not(.disabled):not(.active):hover,
.k-button:not(.accent):not(.dangerous):not(.disabled):not(.active):hover {
  border: solid 1px #a2a2a2;
}
.button.accent,
a.button.accent,
span.button.accent,
.miniButton.accent,
.k-button.accent {
  color: white;
  background: #47afeb linear-gradient(to bottom, #5eb9ed, #1a9be5);
  border: solid 1px #147cb8;
}
.button.accent:not(.disabled):not(.active):hover,
a.button.accent:not(.disabled):not(.active):hover,
span.button.accent:not(.disabled):not(.active):hover,
.miniButton.accent:not(.disabled):not(.active):hover,
.k-button.accent:not(.disabled):not(.active):hover {
  background: #30a5e8 linear-gradient(to bottom, #47afeb, #178bcf);
}
.button.accent:not(.disabled):active,
a.button.accent:not(.disabled):active,
span.button.accent:not(.disabled):active,
.miniButton.accent:not(.disabled):active,
.k-button.accent:not(.disabled):active {
  box-shadow: inset 0px 0px 5px #126ca1;
  border: solid 1px #0d4d73;
}
.button.accent:not(.disabled):not(.active):hover,
a.button.accent:not(.disabled):not(.active):hover,
span.button.accent:not(.disabled):not(.active):hover,
.miniButton.accent:not(.disabled):not(.active):hover,
.k-button.accent:not(.disabled):not(.active):hover {
  border: solid 1px #0f5d8a;
}
.button.dangerous,
a.button.dangerous,
span.button.dangerous,
.miniButton.dangerous,
.k-button.dangerous {
  background: #f2594b linear-gradient(to bottom, #f46f63, #ef2d1b);
  border: solid 1px #c91e0e;
  color: white;
}
.button.dangerous:not(.disabled):not(.active):hover,
a.button.dangerous:not(.disabled):not(.active):hover,
span.button.dangerous:not(.disabled):not(.active):hover,
.miniButton.dangerous:not(.disabled):not(.active):hover,
.k-button.dangerous:not(.disabled):not(.active):hover {
  background: #f04333 linear-gradient(to bottom, #f2594b, #e02210);
}
.button.dangerous:not(.disabled):active,
a.button.dangerous:not(.disabled):active,
span.button.dangerous:not(.disabled):active,
.miniButton.dangerous:not(.disabled):active,
.k-button.dangerous:not(.disabled):active {
  box-shadow: inset 0px 0px 5px #b11b0d;
  border: solid 1px #811309;
}
.button.dangerous:not(.disabled):not(.active):hover,
a.button.dangerous:not(.disabled):not(.active):hover,
span.button.dangerous:not(.disabled):not(.active):hover,
.miniButton.dangerous:not(.disabled):not(.active):hover,
.k-button.dangerous:not(.disabled):not(.active):hover {
  border: solid 1px #99170b;
}
.button:not(.miniButton),
a.button:not(.miniButton),
span.button:not(.miniButton),
.miniButton:not(.miniButton),
.k-button:not(.miniButton) {
  height: 34px;
}
.button.miniButton,
a.button.miniButton,
span.button.miniButton,
.miniButton.miniButton,
.k-button.miniButton {
  height: 22px;
}
.button:not(:last-of-type),
a.button:not(:last-of-type),
span.button:not(:last-of-type) {
  margin-right: 10px;
}
.button.visible {
  background-color: #ebebeb;
  background-image: linear-gradient(to top, #497ca8 5%, #49a3c4 95%, #b7dbfb 100%);
  color: white;
  text-shadow: -1px -1px 0px black;
  border: solid 1px #497ca8;
  box-shadow: 0px 1px 0px white;
}
.button.shareUserButton::before {
  content: " ";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 5px;
  background-image: url("../images/user-smaller.svg");
}
.button.shareGroupButton::before {
  content: " ";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 5px;
  background-image: url("../images/group-smaller.svg");
}
.button.saveSettingsButton::before {
  content: " ";
  width: 18px;
  height: 15px;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 5px;
  background-image: url("../images/tick.svg");
}
.button.addButton::before {
  content: " ";
  width: 18px;
  height: 15px;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 5px;
  background-image: url("../images/plus.png");
}
.button .fa {
  padding: 0px 2px;
}
div.accordion {
  clear: left;
  display: none;
  margin-bottom: 5px;
  padding: 10px;
  border: solid 1px #bbbbbb;
  background: #d3d3d3;
  box-shadow: 0px 0px 8px #bbbbbb inset;
}
div.footer {
  clear: both;
  color: #999999;
  text-shadow: 1px 1px 0px white;
}
div.footer div.footerMain {
  display: flex;
  justify-content: flex-end;
}
div.footer div.footerMain span:not(:last-child)::after {
  content: "\00a0|\00a0";
}
div.footer:not(.wrapper) > div.footerMain {
  margin-left: 10px;
  margin-right: 10px;
}
body.wizard .footer * {
  margin-bottom: 20px;
  display: none;
}
div.footer > div.footerExtra {
  float: left;
}
div.footer > div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.buildFooter {
  margin-right: 50px;
}
#buildInfo {
  float: right;
  position: relative;
  top: -38px;
  margin-right: 20px;
  font-size: 10px;
  color: gray;
}
#logo {
  background-repeat: no-repeat;
  font-family: proxima_nova;
  flex: 1 1 0px;
}
#logo p {
  display: none;
}
.systemMessage {
  border: solid 1px #bbbbbb;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 1px 1px 0px white;
  box-shadow: 0px 0px 15px #eeeeee inset;
}
/* -----------------------------------------------------------------------------------------------------------------
extras to reset - to be globally applied 
----------------------------------------------------------------------------------------------------------------- */
textarea {
  font-family: inherit;
  font-size: inherit;
  resize: none !important;
}
/* -----------------------------------------------------------------------------------------------------------------

Licensing in Footer

----------------------------------------------------------------------------------------------------------------- */
.nullLicence,
.expiredLicence {
  color: #C40000;
}
.offlineAppState {
  color: #959595;
}
.clusterNodeOverview {
  background: white;
  width: 390px;
  color: #999999;
}
.clusterNodeOverview td {
  padding: 0px 2px 2px 0px;
}
.clusterNodeOverview td:last-child * {
  float: left;
}
.clusterNodeOverview img {
  position: relative;
  top: -4px;
}
.clusterNodeOverview tr.secondRow td {
  padding-bottom: 10px;
}
.clusterNodeOverview strong {
  overflow: hidden;
  max-width: 290px;
  text-overflow: ellipsis;
}
.onlineAppState {
  color: #3B754C;
  font-weight: bold;
}
.progressBarOuter {
  border: solid 1px #bbbbbb;
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progressBarInner {
  height: 100%;
  float: left;
  width: 0;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transition: width 0.6s ease;
  background-color: #47afeb;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-bar-stripes 2s linear infinite;
}
code,
pre {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 150%;
  margin: 0px;
}
sup,
sub {
  line-height: 0;
}
h3 {
  color: gray;
  font-size: 1.2em;
}
#globalNav {
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  white-space: nowrap;
  clear: right;
}
legend span {
  width: 10em;
  text-align: right;
}
.example {
  padding-top: 10px;
}
.rounded {
  background-color: #ffffff !important;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #999999;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 60%;
}
.note,
.note a {
  color: #999999;
  font-style: italic;
}
.infobox {
  padding: 10px 10px 10px 35px;
  margin-bottom: 10px;
  background: #EEEEEE url('../images/admin.info.svg') no-repeat;
  background-position: 5px 50%;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
}
.fakeTextBox {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  width: 100%;
  font-size: 1.2em;
  box-sizing: border-box;
  background: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.fakeTextBox svg line {
  stroke: black;
  stroke-width: 1px;
}
.fakeTextBox div.warningMessage::before {
  content: "!";
  font-size: 20px;
  font-weight: 600;
  font-family: serif;
  color: white;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  background: #ff8b00;
}
.fakeTextBox div.errorMessage::before {
  content: "!";
  font-size: 20px;
  font-weight: 600;
  font-family: serif;
  color: white;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  background: #f2594b;
}
.fakeTextBox div.infoMessage::before {
  content: "!";
  font-size: 20px;
  font-weight: 600;
  font-family: serif;
  color: white;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #47afeb;
  font-style: italic;
  margin-left: 6px;
  content: "i";
}
.largeText,
.fakeTextBox {
  font-size: 1.2em;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
  font-weight: 300;
}
.fakeTextBox .fakeTextBoxMain {
  display: flex;
  align-items: center;
  min-width: 0px;
}
.fakeTextBoxContent {
  padding: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 0px;
  overflow: hidden;
  height: 36px;
  box-sizing: border-box;
}
.fakeTextBoxHelp {
  font-size: 11px;
  background: #F6F6F6;
  padding: 2px 5px 0px 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.browseButton {
  order: 100;
  flex: 0 0 30px;
  height: 30px;
}
.resetFormField {
  order: 99;
  flex: 0 0 30px;
  margin: 0px;
  height: 30px;
}
.browseButton svg:hover line,
.resetFormField svg:hover line {
  stroke: #47afeb;
}
.browseButton svg:hover circle,
.resetFormField svg:hover circle {
  fill: #47afeb;
}
/* -----------------------------------------------------------------------------------------------------------------
Device Management
----------------------------------------------------------------------------------------------------------------- */
.freespace {
  width: 220px;
  height: 20px;
  background: #bbbbbb;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 0px 4px #222222 inset;
}
.deviceChange {
  align-items: flex-end;
  width: 230px;
  cursor: pointer;
  margin: 5px;
  display: flex;
}
.deviceChange > div {
  flex-grow: 1;
}
.deviceIcon {
  float: left;
  margin-right: 10px;
  height: 78px;
}
.fileContainer {
  overflow-y: auto;
  height: calc(100% - 35px);
}
.expiredLicenceBlock {
  height: 44px;
  text-align: center;
  color: black;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-overflow: ellipsis;
  background-color: #ffcc00;
}
.warningLicence {
  height: 44px;
  text-align: center;
  color: black;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-overflow: ellipsis;
  background-color: #fdffdb;
  border-bottom: 2px solid #F7cF72;
}
.topWarning {
  position: absolute;
  left: 0px;
  top: 125px;
  width: 100%;
  text-align: center;
  color: black;
  background-color: white;
  clear: both;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: solid 1px #666666;
  font-size: 16px;
}
.server-toolbar {
  box-sizing: border-box;
  background-image: linear-gradient(to top, #dcdcdc 0%, white 100%);
  border-bottom: solid 1px #bbbbbb;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.server-toolbar .fileUploadHelperUI {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.server-toolbar .fileUploadHelperUI label {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.server-toolbar .tool {
  flex: 0 1 auto;
  color: #666666;
  text-shadow: 1px 1px 0px white;
  display: flex;
  align-items: center;
  align-self: stretch;
  min-width: 34px;
  justify-content: center;
}
.server-toolbar .tool svg line,
.server-toolbar .tool svg polyline {
  stroke: black;
  stroke-width: 1px;
}
.server-toolbar .tool span {
  margin-right: 10px;
}
.server-toolbar .tool .disabled svg {
  opacity: 0.3;
}
.server-toolbar .tool:not(.noHover) {
  cursor: pointer;
}
.server-toolbar .tool:not(.noHover):hover {
  color: #47afeb;
}
.server-toolbar .tool:not(.noHover):hover svg line,
.server-toolbar .tool:not(.noHover):hover svg polyline {
  stroke: #47afeb;
}
.server-toolbar .tool:not(.libHeaderAddButton) {
  border-right: solid 1px #bbbbbb;
}
.server-toolbar .tool.libHeaderAddButton {
  border-left: solid 1px #bbbbbb;
}
.server-toolbar > div:not(.tool) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.server-toolbar > div:not(.tool):first-child {
  margin-left: 10px;
}
.server-toolbar .title {
  flex: 1 1 auto;
}
.server-toolbar .url {
  color: #AAAAAA;
  flex: 999 5 0px;
}
.server-toolbar .comment {
  display: block;
  margin: 25px 0px 0px 10px;
  color: #666666;
}
.error {
  background: linear-gradient(to bottom, #bf5858 0%, #912c2c 100%);
  padding: 8px;
  color: white;
  border-radius: 8px;
  box-shadow: 0 0 6px #ddd;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-shadow: -1px -1px 0px #7d030e;
}
.error:not([data-bind]) {
  display: none;
}
.files .error {
  border: none !important;
  color: #cc0000;
  display: block;
  background-color: transparent !important;
  margin-bottom: 0px !important;
  padding: 6px;
  font-size: 1.0em;
  border-radius: 0px;
  box-shadow: 0 0 0px #ddd;
  width: 250px;
}
.padded {
  padding-top: 10px;
  padding-left: 10px;
}
.error p {
  margin: 0;
}
.hidden {
  visibility: hidden !important;
  height: 0px !important;
  width: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.none,
div.none {
  display: none;
}
.clear {
  clear: both;
}
.spacer {
  clear: both;
  height: 15px;
}
.nowrap {
  white-space: nowrap !important;
}
.replaceTextWithSpinner {
  background: url("../images/spinnerReplaceText.svg") center no-repeat;
  animation: spin 1s linear infinite;
  color: rgba(0, 0, 0, 0);
  display: block;
}
.spinner {
  background: url("../images/ajax-loader.gif") center no-repeat !important;
  width: 40px;
  height: 40px;
  z-index: 1000;
}
.spinnerModal {
  background: url("../images/ajax-loader.gif") center no-repeat !important;
  width: 40px;
  height: 40px;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.spinnerWhite {
  background: url("../images/ajax-loader.gif") white center no-repeat !important;
  width: 40px;
  height: 40px;
  z-index: 1000;
}
.spinnerBackground {
  background: url("../images/ajax-loader.gif") center no-repeat;
}
.spinner.larger {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.spinnerInline {
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  animation: spin 1s linear infinite;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%238C8C8C%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M17%2C9c0%2C4.4-3.6%2C8-8%2C8s-8-3.6-8-8s3.6-8%2C8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  height: 18px;
  display: inline-block;
  width: 18px;
  background-position: center center;
}
/* -----------------------------------------------------------------------------------------------------------------
MODALS
----------------------------------------------------------------------------------------------------------------- */
#OTRNotification {
  display: none;
  border: 1px solid #cccccc;
}
#OTRNotification .msg {
  margin: 20px 0px;
  text-align: center;
}
#OTRNotification .confirm,
#OTRNotification #okbutton {
  margin-top: 20px;
  text-align: center;
}
/* -----------------------------------------------------------------------------------------------------------------
Tables
----------------------------------------------------------------------------------------------------------------- */
.otrTableBorder {
  background: #FCFCFC;
  border: solid 1px #bbbbbb;
  margin-bottom: 10px;
}
.otrTableContainer {
  width: 100%;
}
.otrTableContainer table {
  width: 100%;
  border-collapse: collapse;
}
.otrTableContainer table th,
.otrTableContainer table td {
  vertical-align: middle;
}
.otrTableContainer table th {
  background-color: #f3f3f3;
  box-sizing: border-box;
  background-image: linear-gradient(to top, #dcdcdc 0%, white 100%);
  height: 35px;
  border-bottom: solid 1px #bbbbbb;
  text-align: left;
  font-weight: bold;
  color: #666666;
  white-space: nowrap;
  padding: 5px;
}
.otrTableContainer table th .sorter {
  cursor: pointer;
  background: url("../images/sort.png") no-repeat 0px 0px;
  padding-left: 15px;
}
.otrTableContainer table th:last-child .search {
  float: right;
}
.otrTableContainer table td {
  padding: 6px;
}
.otrTableContainer table td:last-child {
  border-right: none;
}
.otrTableContainer table td:last-child > div,
.otrTableContainer table td:last-child .button:only-of-type,
.otrTableContainer table td:last-child .miniButton:only-of-type {
  float: right;
}
.otrTableContainer table tr:nth-child(2n) td {
  background: #F5F5F5;
}
.otrTableContainer table tr.selected {
  background: #47afeb;
  color: white;
}
.otrTableContainer table .button {
  height: 28px;
  float: left;
}
.otrTableContainer .noData {
  background: none !important;
  padding: 10px;
}
.otrTableContainer .tableLoad {
  background: #ffffff url("../images/ajax-loader.gif") center no-repeat;
  width: 100%;
  height: calc(100% - 35px - 1px);
  color: white;
}
.otrTableTopArea {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.otrTableTopArea > :first-child {
  margin: 0px 5px 0px 0px;
  flex: 1 1 auto;
}
.pager {
  padding: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pager input,
.pager button {
  min-height: 24px;
}
.pager > *:not(:last-child) {
  margin-right: 5px;
}
.pager a,
.pager a:hover,
.pager a:visited,
.pager a:active,
.pager a:focus {
  color: #666666;
  border: solid 1px #dddddd;
  padding: 5px 10px 5px 10px;
  background: #f5f5f5;
}
.search input {
  border: 1px solid #bbbbbb;
  border-radius: 12px !important;
  color: #666666;
  padding: 5px 5px 5px 24px;
  background: #D6D3D1 url("../images/search.svg") 7px center no-repeat;
  background-color: white !important;
  background-size: 11px 11px;
  margin: 0px;
  box-sizing: border-box;
}
.emptyWarning {
  padding: 40px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2em;
}
.emptyWarning svg {
  width: 30px;
  height: 30px;
}
.emptyWarning svg .warning {
  fill: #ff8b00;
}
/* -----------------------------------------------------------------------------------------------------------------

Wizards

/* ----------------------------------------------------------------------------------------------------------------- */
#wizardDiv {
  padding-top: 12px;
  position: relative;
}
#wizardDivContent {
  background-color: white;
  padding: 10px;
  border: 1px solid #999999;
  border-radius: 12px 12px 12px 12px !important;
  box-shadow: 1px 1px 0px white;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#wizardDivContent p {
  font-size: 1.3em;
  line-height: 1.3em;
  flex: 1 1 0px;
}
#wizardDivContent > * {
  margin-right: 10px;
}
#wizardDivContent :last-child {
  margin-right: 0px;
}
#wizardDivContent .button.prev {
  cursor: pointer;
}
#wizardDivContent .button.saveButton {
  cursor: pointer;
}
#wizardDivClose {
  width: 100%;
  text-align: center;
}
/* -----------------------------------------------------------------------------------------------------------------

	TREE

----------------------------------------------------------------------------------------------------------------- */
#browseAsUserTree {
  flex: 1 0 auto;
}
#addFiles .modalMain,
#browseAsUser .modalMain {
  overflow-x: hidden;
}
#addFilesTree .fileContainer,
#addFilesTree .server-toolbar,
#browseAsUserTree .fileContainer {
  border: none;
}
#addFilesTree .server-toolbar {
  border-bottom: 1px solid #bbbbbb;
}
.nodeBrowser {
  display: flex;
  align-items: stretch;
  position: relative;
}
.nodeBrowser::after {
  content: "Drop Files Here";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: 2px;
  border: dashed 2px #47afeb;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 200;
  background: rgba(255, 255, 255, 0.5);
}
.nodeBrowser::after:hover {
  background: rgba(255, 255, 255, 0.8);
}
.nodeBrowser.duringDrag::after {
  display: flex;
}
.nodeBrowser.duringDrag .nodeBrowser.flexHeight {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
}
.nodeBrowser .server-toolbar > div:not(:last-child) {
  margin-right: 10px;
}
.nodeBrowser input[type="file"] {
  display: none;
}
.nodeBrowser .nodeBrowserInner {
  flex: 1 1 0px;
  position: relative;
  overflow: hidden;
  /* This is for the "More" chevron in the file browser (.more)
		But at least one collapses the space
		Also controls sizing for other context buttons in that section */
}
@keyframes outToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.nodeBrowser .nodeBrowserInner .panel:not(.in) {
  display: none;
}
.nodeBrowser .nodeBrowserInner .panel.outToLeft {
  animation: outToLeft 0.25s ease-out 0s 1 normal forwards;
  display: block;
}
@keyframes outToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.nodeBrowser .nodeBrowserInner .panel.outToRight {
  animation: outToRight 0.25s ease-out 0s 1 normal forwards;
  display: block;
}
@keyframes inFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.nodeBrowser .nodeBrowserInner .panel.inFromLeft {
  animation: inFromLeft 0.25s ease-out 0s 1 normal forwards;
  display: block;
}
@keyframes inFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.nodeBrowser .nodeBrowserInner .panel.inFromRight {
  animation: inFromRight 0.25s ease-out 0s 1 normal forwards;
  display: block;
}
.nodeBrowser .nodeBrowserInner div.root,
.nodeBrowser .nodeBrowserInner div.treesub,
.nodeBrowser .nodeBrowserInner div.progress {
  position: absolute;
  width: 100%;
}
.nodeBrowser .nodeBrowserInner div.progress {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.nodeBrowser .nodeBrowserInner div.progress::after {
  content: " ";
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  animation: spin 1s linear infinite;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%238C8C8C%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M17%2C9c0%2C4.4-3.6%2C8-8%2C8s-8-3.6-8-8s3.6-8%2C8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.nodeBrowser .nodeBrowserInner div.file {
  height: 50px;
  padding: 0 4px 0 5px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.nodeBrowser .nodeBrowserInner div.file .button.accent {
  padding: 0px;
}
.nodeBrowser .nodeBrowserInner div.file div.treeIcon {
  order: 0;
  flex-grow: 0;
  height: 44px;
  width: 44px;
  margin-right: 5px;
  flex-shrink: 0;
}
.nodeBrowser .nodeBrowserInner div.file div.treeIcon img {
  width: 44px;
  height: 44px;
}
.nodeBrowser .nodeBrowserInner div.file .name {
  flex-grow: 1;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  overflow: hidden;
  line-height: 1.4em;
}
.nodeBrowser .nodeBrowserInner div.file .name * {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nodeBrowser .nodeBrowserInner div.file .name .url {
  color: #cccccc;
  padding-top: 2px;
  display: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nodeBrowser .nodeBrowserInner div.file .treeInfo {
  min-height: 50px;
  height: auto;
  background: white;
}
.nodeBrowser .nodeBrowserInner .root div.file .name {
  order: 1;
}
.nodeBrowser .nodeBrowserInner .root div.file .root div.file .url {
  display: block;
}
.nodeBrowser .nodeBrowserInner .fileContainer .file.treeInfo:hover {
  background: white;
}
.nodeBrowser .nodeBrowserInner div.file:not(.desc) .nodeDesc {
  display: none;
}
.nodeBrowser .nodeBrowserInner div.file:not(.icon) .treeIcon img {
  display: none;
}
.nodeBrowser .nodeBrowserInner .nodeAction,
.nodeBrowser .nodeBrowserInner .more,
.nodeBrowser .nodeBrowserInner .spinnerInline {
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
  height: 30px;
  width: 30px;
}
.nodeBrowser .nodeBrowserInner .nodeAction {
  border-radius: 3px;
  cursor: pointer;
}
.nodeBrowser .nodeBrowserInner .nodeAction svg * {
  stroke: black;
  fill: none;
}
.nodeBrowser .nodeBrowserInner .nodeAction:hover {
  background: white;
}
.nodeBrowser .nodeBrowserInner .nodeAction:hover svg * {
  stroke: #47afeb;
}
.nodeBrowser .nodeBrowserInner .more {
  order: 999;
}
.nodeBrowser .nodeBrowserInner .more svg polyline {
  stroke: black;
}
.nodeBrowser .nodeBrowserInner .nodeDelete {
  order: 998;
  /* always next to more */
}
.nodeBrowser .nodeBrowserInner .nodeSelect svg .box {
  stroke: #CCCCCC;
}
.nodeBrowser .nodeBrowserInner .nodeSelect svg .tick {
  stroke: white;
}
.nodeBrowser .nodeBrowserInner .nodeSelect:hover svg .box {
  stroke: black;
}
.nodeBrowser .nodeBrowserInner .nodeSelect:hover svg .tick {
  stroke: #47afeb;
}
.nodeBrowser .nodeBrowserInner > div {
  height: 100%;
}
.nodeBrowser .nodeBrowserInner ul li a {
  min-height: 20px;
}
input[type="checkbox"].big {
  display: none;
}
input[type="checkbox"].big + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type="checkbox"].big + label::before {
  content: " ";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23EEEEEE%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%220%22%20y1%3D%2236%22%20x2%3D%2236%22%20y2%3D%220%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  flex: 0 0 36px;
  height: 36px;
  background-color: white;
  border: solid 1px #bbbbbb;
  box-sizing: border-box;
  margin-right: 0.5em;
  border-radius: 5px;
}
input[type="checkbox"].big:checked + label::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.6%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2028%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A4%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%222%2C14%2010%2C22%2026%2C6%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #47afeb;
  border-color: #147cb8;
}
input[type="checkbox"].big:disabled + label {
  cursor: default;
  opacity: 0.3;
}
.disabled:not(.saveButtonBusy):not(.saveButtonDone),
.button:not(.saveButtonBusy):not(.saveButtonDone):disabled {
  opacity: 0.3;
}
.disabled,
.button:disabled {
  cursor: default !important;
}
.disabledInput {
  background-color: #cccccc !important;
}
.download {
  float: right;
  cursor: pointer;
}
.devicedetails {
  color: #999999;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
}
.deviceproduct {
  color: #999999;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
}
.devicename {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
}
.deviceChange:hover {
  color: #336699;
}
.deviceSelected {
  /*this is selected style */
  color: black;
}
.deviceSelected:hover {
  color: black;
}
.formHolder > .rightCol {
  width: 688px;
}
.rightCol ul {
  padding: 0px;
  margin: 0px;
}
.rightCol li {
  list-style-type: none;
}
#channelTypeList .channame {
  font-weight: bold;
}
#channelTypeList .menuentry {
  background: white;
  border: solid 1px #f5f5f5;
  border-left: none;
  border-top: solid 1px #cccccc;
  cursor: pointer;
  padding: 10px;
  height: 100px;
  background-color: #f5f5f5;
}
#channelTypeList .menuentry img {
  float: left;
  padding-right: 10px;
}
#channelTypeList .menuentry.addChanSelected {
  background-color: white !important;
}
#leftMenu {
  width: 280px;
  flex-shrink: 0;
  flex-grow: 0;
  border: solid 1px #bbbbbb;
  background: white;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
#leftMenu .menuentry:hover,
#leftMenu table.list tr:hover td {
  background: #f5f5f5;
}
#leftMenu .menuentry.selected,
#leftMenu ul#userTabs li.selected {
  background: #47afeb;
  color: white;
}
#leftMenu .search {
  padding: 10px;
  float: none;
  text-align: center;
  border: none;
  background: #EEEEEE;
}
#leftMenu .search input {
  width: 100%;
  border: none;
  margin: 2px 0px;
}
#leftMenu .search input:focus {
  outline: none;
}
#leftMenu .server-toolbar {
  flex: 0 0 35px;
}
#leftMenu .leftMenuScrollBox {
  flex: 1 1 0px;
  position: relative;
}
#leftMenu .leftMenuScrolledContent {
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  height: 100%;
  width: 100%;
}
#leftMenu ul {
  padding: 0px;
  margin: 0px;
}
#leftMenu .menuentry,
#leftMenu li {
  /* a relative position, so we can absolutely position icon overlays within its frame */
  position: relative;
  list-style-type: none;
  cursor: pointer;
  height: 60px;
  padding-right: 10px;
  display: flex;
  width: 280px;
  align-items: center;
}
#leftMenu .menuentry > *:first-child,
#leftMenu li > *:first-child,
#leftMenu .menuentry > img,
#leftMenu li > img {
  margin-right: 10px;
  margin-left: calc(8px);
  box-sizing: border-box;
  width: 44px;
  height: 44px;
}
#leftMenu .menuentry > *:first-child,
#leftMenu li > *:first-child,
#leftMenu .menuentry > img.clip,
#leftMenu li > img.clip {
  background: white;
  border-radius: 6px;
}
#leftMenu .menuentry .itemNameDescHolder,
#leftMenu li .itemNameDescHolder {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#leftMenu .menuentry .itemNameDescHolder .itemName,
#leftMenu li .itemNameDescHolder .itemName,
#leftMenu .menuentry .itemNameDescHolder .itemDesc,
#leftMenu li .itemNameDescHolder .itemDesc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(211px);
}
#leftMenu .menuentry .itemNameDescHolder .itemDesc,
#leftMenu li .itemNameDescHolder .itemDesc {
  opacity: 0.5;
}
#leftMenu .menuentry .add,
#leftMenu li .add {
  font-weight: bold;
  font-size: 2em;
  border-radius: 5px;
  float: left;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  background: #cccccc;
  color: white;
}
#leftMenu .menuentry .statusOverlay,
#leftMenu li .statusOverlay {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  left: 35px;
}
#leftMenu .menuentry .statusOverlay .warning,
#leftMenu li .statusOverlay .warning {
  fill: #ff8b00;
}
#leftMenu .menuentry .statusOverlay .success,
#leftMenu li .statusOverlay .success {
  fill: #71c163;
}
#leftMenu .menuentry .statusOverlay .info,
#leftMenu li .statusOverlay .info {
  fill: #47afeb;
}
#leftMenu .menuentry .statusOverlay .statusError,
#leftMenu li .statusOverlay .statusError {
  fill: #f2594b;
}
#leftMenu .menuentry .statusOverlay .void,
#leftMenu li .statusOverlay .void {
  fill: #d9d9d9;
}
#leftMenu .menuentry .statusOverlay .statusSpinner,
#leftMenu li .statusOverlay .statusSpinner {
  background-image: url("../images/radar.svg");
  animation: spin 1s linear infinite;
  width: 100%;
  height: 100%;
}
#leftMenu .menuentry .statusOverlay .statusError,
#leftMenu li .statusOverlay .statusError {
  opacity: 0.8;
}
.file:hover {
  background-color: #f5f5f5;
}
.spinnerInline div.file:hover,
.spinner div.file:hover {
  background-color: transparent !important;
}
.buttonBar {
  display: flex;
  align-items: center;
}
.buttonBar .button {
  float: left;
}
.buttonBar.centered {
  justify-content: center;
}
.helpBox {
  border: solid 1px #bbbbbb;
  border-radius: 6px;
  box-shadow: 1px 1px 0px white;
}
.formContainer {
  border: solid 1px #bbbbbb;
  background: white;
}
#adminNavBar {
  top: 122px;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.hasLicenceMessage #adminNavBar {
  top: 166px;
}
li#adminManagement #adminNavBar.adminMenuhover {
  display: block !important;
}
#adminNavBar div.section {
  float: left;
  width: 200px;
}
.adminNav li {
  width: 200px;
  list-style-type: none;
}
.adminNav a {
  display: block;
  padding: 5px;
}
ul.adminNav {
  margin: 0px;
  padding: 0px;
}
#adminNavBar strong {
  float: left;
  color: black;
  padding: 15px 5px 10px 5px;
  width: 200px;
  font-size: 1.2em;
  font-weight: normal;
}
#adminNavBar,
#adminNavBarSetup {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shadedBox {
  text-shadow: 1px 1px 0px white;
  border: solid 1px #bbbbbb;
  border-radius: 6px;
  box-shadow: 1px 1px 0px white;
  padding: 10px;
  background: #ffffff;
  background-image: linear-gradient(to top, #f0f0f0 0%, #ffffff 100%);
}
@media  (min-width:1025px) {
  .shadedBox {
    padding-top: 100px;
  }
}
.infoIcon {
  float: left;
  width: 50px;
  height: 50px;
  background: url("../images/info.png");
}
.nodeDesc {
  font-style: italic;
  color: #cccccc;
}
#OTRErrorAdditionalDetailShow {
  color: #999999;
  margin: 5px 0px;
  cursor: pointer;
  user-select: none;
}
.portableIcon {
  text-shadow: 1px 1px 0px #ffffff;
}
.invisible {
  visibility: hidden;
}
/* scroll main window - unfortunately scrolls top bar */
#masterpage {
  overflow-y: auto;
}
#mainBodySection {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: auto;
}
#mainBodySection > div {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
/*
 * A adminPage that will display setup wizard controls when the system is unconfigured and a save button when configured.
 */
.adminSetupWizardPage {
  display: flex;
  flex-direction: column;
  /* The child divs should use only the required space (except for adminWrapper which overrides below) */
  /* adminSetupWizard should have one adminWrapper that should expand to fill the remaining space after the setupNav and wizard components (if displayed) */
}
.adminSetupWizardPage > div {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.adminSetupWizardPage > .adminWrapper {
  flex-grow: 1;
}
div.AESTabBar {
  height: 40px;
  flex: 0 0 40px;
  user-select: none;
  border-bottom: solid 1px #bbbbbb;
  display: flex;
}
div.AESTabBar .filler {
  flex: 1 1 0px;
}
div.AESTabBar .button {
  margin-right: 0px;
  height: 30px;
}
div.AESTabBar .AESTab {
  cursor: pointer;
  float: left;
  height: 39px;
  font-size: 1.3em;
  text-shadow: 1px 1px 0px white;
}
div.AESTabBar .AESTab > span {
  display: block;
  position: relative;
  height: 39px;
  border: solid 1px #bbbbbb;
  margin-right: 5px;
  background: #dddddd;
}
div.AESTabBar .AESTab > span > span {
  padding: 10px 6px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.AESTabBar .AESTab.active > span {
  position: relative;
  height: 40px;
  background: #FAFAFA;
  border-bottom: none;
}
div.AESTabBar .AESTab img {
  padding: 2px 0px 0px 4px;
  float: left;
}
.AESTabBar ~ .adminWrapper {
  padding: 0px;
}
.AESTab_content {
  display: none;
  flex-direction: column;
  flex: 1 0 auto;
  background: #FAFAFA;
}
.AESTabs {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.AESTabs .formContainer {
  border-top: 0px;
}
.saveButton {
  width: 100px;
  transition: opacity 0.15s ease-in;
  display: flex;
}
.saveButton > div {
  position: relative;
  flex: 1 1 0px;
}
.saveButton > div > div {
  position: absolute;
  width: 100px;
  height: 100%;
  transition: opacity 0.15s ease-in;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.saveButton.saveButtonReady > div > div.saveButtonReady {
  opacity: 1;
}
.saveButton.saveButtonBusy > div > div.saveButtonBusy {
  opacity: 1;
}
.saveButton.saveButtonDone > div > div.saveButtonDone {
  opacity: 1;
}
.saveButton div.saveButtonReady::after {
  content: attr(data-name);
}
.saveButton div.saveButtonBusy::after {
  content: " ";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  animation: spin 1s linear infinite;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M17%2C9c0%2C4.4182777-3.5817223%2C8-8%2C8s-8-3.5817223-8-8s3.5817218-8%2C8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.saveButton div.saveButtonDone::after {
  content: " ";
  background: url("../images/tick-white.svg");
  width: 20px;
  height: 20px;
}
.masterChildChildHeader {
  padding: 10px 0px 0px 10px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
}
.masterChildChildHeader > *,
.masterChildChildHeader > .button {
  margin-right: 10px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.arrowLeft::before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%208%2010%22%20style%3D%22enable-background%3Anew%200%200%208%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%228%2C10%200%2C5%208%2C0%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.arrowRight::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%208%2010%22%20style%3D%22enable-background%3Anew%200%200%208%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C0%208%2C5%200%2C10%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
table.nameValue2 .userGroupSearchBoxContainer {
  display: flex;
  align-items: center;
}
table.nameValue2 .userGroupSearchBoxContainer input[type="text"],
table.nameValue2 .userGroupSearchBoxContainer input[type="password"] {
  flex: 1 1 0px;
  margin-right: 10px;
}
/* info bubble for blue background white text*/
.infoBubble {
  background: #47afeb url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st1%7Bfill%3A%2300ADEF%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eadmin.info%3C%2Ftitle%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2215%22%20cy%3D%2215.5%22%20r%3D%2212.5%22%2F%3E%0A%3Ccircle%20class%3D%22st1%22%20cx%3D%2215.5%22%20cy%3D%229%22%20r%3D%222%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M17%2C21.0002899V13l-4%2C1v1c0.5408421-0.0114431%2C0.9885578%2C0.4177189%2C1.000001%2C0.95856%0A%09C14.0002937%2C15.9723921%2C14.0002937%2C15.986228%2C14%2C16.0000591v4.9998112c0.0115538%2C0.5408001-0.4174852%2C0.9885731-0.9582863%2C1.0001278%0A%09C13.0278111%2C22.0002937%2C13.0139027%2C22.0002956%2C13%2C22v1h5v-1C17.4506454%2C21.9932556%2C17.0069046%2C21.5496426%2C17%2C21.0002899z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 5px center;
  color: white;
  text-shadow: none;
  background-size: 30px 30px;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
}
.infoBubble a {
  color: #47afeb;
  background: white;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
}
.infoBubble a:hover {
  color: #1a9be5;
}
.sectionTitle {
  display: flex;
  margin-bottom: 10px;
}
.sectionTitle > div > div {
  font-weight: 400;
}
.sectionTitle > div:first-child {
  width: 36px;
  height: 36px;
  background-color: #cccccc;
  border-radius: 3px;
  background-image: url('../images/admin-gear.svg');
  background-size: 32px 32px;
  background-position: center;
  margin-right: 10px;
}
.sectionTitle > div:nth-child(2) {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
}
.sectionTitle > div:nth-child(2) h1 {
  flex: 1 0 auto;
  align-content: flex-start;
  padding-top: 1px;
  display: flex;
  align-items: center;
}
.sectionTitle > div:nth-child(2) div {
  flex: 99 0 auto;
  display: flex;
  align-items: flex-end;
}
.sectionTitle .button {
  float: left;
}
.sectionTitleUnderline {
  border-top: solid 1px #bbbbbb;
  margin: 0px 0px 20px 0px;
}
h1 {
  margin: 0px;
  font-weight: 300;
  color: #000000;
  font-size: 1.4em;
}
h1.underline {
  border-bottom: solid 1px #bbbbbb;
}
.sideMargins {
  margin: 0px 10px;
}
#rightFormArea.rightCol {
  border: solid 1px #bbbbbb;
  background: white;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex: 1 1 0px;
}
#rightFormArea.rightCol .selectedEntityDisplay {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
}
#rightFormArea.rightCol .selectedEntityDisplay .typeIcon {
  flex: 0 0 44px;
  height: 44px;
  margin-right: 10px;
}
#rightFormArea.rightCol .selectedEntityDisplay .selectedEntityTitle {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  overflow: hidden;
}
#rightFormArea.rightCol .selectedEntityDisplay .selectedEntityTitle div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#rightFormArea.rightCol .selectedEntityDisplay .selectedEntityTitle div:nth-child(1) {
  font-size: 1.4em;
}
#rightFormArea.rightCol .selectedEntityDisplay .selectedEntityTitle div:nth-child(2) {
  color: #666666;
  font-size: 0.8em;
}
#rightFormArea.rightCol .tabBar {
  flex: 0 0 auto;
  padding: 10px;
  display: flex;
  margin-bottom: 10px;
}
#rightFormArea.rightCol .tabBar > div {
  flex: 1 1 0px;
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 3px white;
  transition: border-bottom-color 0.25s;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#rightFormArea.rightCol .tabBar > div:not(.active):hover {
  color: #47afeb;
}
#rightFormArea.rightCol .tabBar > div.active {
  border-bottom-color: #47afeb;
}
#rightFormArea.rightCol .tabBar ~ div {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
}
#rightFormArea.rightCol .tabBar ~ div > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 0px;
  overflow-y: scroll;
}
.statusIcon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.statusIcon .warning {
  fill: #ff8b00;
}
.statusIcon .success {
  fill: #71c163;
}
.statusIcon .info {
  fill: #47afeb;
}
.statusIcon .statusError {
  fill: #f2594b;
}
.statusIcon .void {
  fill: #d9d9d9;
}
.statusIcon .statusSpinner {
  background-image: url("../images/radar.svg");
  animation: spin 1s linear infinite;
  width: 100%;
  height: 100%;
}
.timerIcon {
  background-image: url("../images/timer.svg");
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.cronWrapper {
  position: relative;
}
.cron-button {
  height: 16px;
  padding-left: 20px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.cron-changed {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fdd;
}
.cron-controls {
  margin-left: 10px;
  color: #c77;
  font-size: 0.9em;
}
.gentleselect-data {
  display: none;
}
.gentleselect-label {
  padding: 1px 20px 1px 20px;
  background-color: #eee;
  border: 2px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  color: #555;
}
.gentleselect-label-highlight {
  background-image: url('../images/expand.png');
}
.gentleselect-dialog {
  position: absolute;
  z-index: 500;
  display: none;
  background-color: #fff;
  border: 2px solid #999;
  -moz-box-shadow: 0px 0px 12px #555;
  -webkit-box-shadow: 0px 0px 12px #555;
  box-shadow: 0px 0px 12px #555;
  margin: 0;
  padding: 0;
}
.gentleselect-dialog > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gentleselect-dialog > ul > li {
  margin: 0;
  padding: 3px 20px 3px 25px;
  text-shadow: none;
  cursor: pointer;
}
.gentleselect-dialog > ul > li.selected {
  font-weight: bold;
  color: #369;
  background-color: #eee;
}
.gentleselect-dialog > ul > li.gentleselect-dummy:hover {
  background-color: #fff;
}
.gentleselect-dialog > ul > li:hover {
  background-color: #69c;
  color: #fff;
}
.gentleselect-dialog > .gentleselect-title {
  display: block;
  text-align: center;
  margin: 0;
  padding: 2px;
  background-color: #ddd;
  font-size: 0.8em;
  color: #666;
  overflow: hidden;
}
