@charset "UTF-8";
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@font-face {
  font-family: 'jquery-ui';
  src: url("/iPCP/resources/fonts/jquery-ui.eot?juif-21ed27");
  src: url("/iPCP/resources/fonts/jquery-ui.eot?juif-21ed27#ie") format('embedded-opentype'), url("/iPCP/resources/fonts/jquery-ui.woff?juif-21ed27") format('woff'), url("/iPCP/resources/fonts/jquery-ui.ttf?juif-21ed27") format('truetype'), url("/iPCP/resources/fonts/jquery-ui.svg?juif-21ed27#jquery-ui") format('svg');
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.ui-icon {
  background-image: none !important;
  display: block;
  font: normal normal normal 14px/16px sans-serif;
  height: 1em;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  text-transform: none;
  text-indent: -9999px;
  transform: translate(0, 0);
  width: 1.25em;
  -moz-osx-font-smoothing: grayscale;
  -moz-transform: translate(0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
}
.ui-icon:not(.fa):before {
  display: block;
  height: 1em;
  left: 50%;
  line-height: 1;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  text-indent: 0;
  top: 50%;
  width: 1em;
}
[class^="ui-icon-"]:not(.fa):before,
[class*=' ui-icon-']:not(.fa):before {
  font-family: 'jquery-ui', sans-serif;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -0.5em;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  font-size: 1em;
  height: 2em;
  margin: 1px;
  position: absolute;
  top: 1px;
  width: 2em;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  margin: 0;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  overflow: hidden;
  position: absolute;
  top: 50%;
}
.ui-datepicker-rtl .ui-datepicker-prev,
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 0;
}
.ui-datepicker-rtl .ui-datepicker-next,
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 0;
  right: auto;
}
.ui-dialog .ui-dialog-titlebar-close {
  display: block;
  height: 1.8em;
  margin: -0.9em 0 0 0;
  padding: 0;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 1.8em;
}
.ui-dialog .ui-resizable-se {
  bottom: 0;
  display: block;
  height: 1em;
  padding: 0 .5em .5em 0;
  position: absolute;
  right: 0;
  width: 1em;
}
.ui-dialog .ui-resizable-se:before {
  left: 0;
  margin: 0 0 0 0;
  top: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: block;
  left: 0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
.ui-resizable-handle {
  font-size: 1em;
}
.ui-resizable-n,
.ui-resizable-s {
  height: 1em;
  left: 0;
  width: 100%;
}
.ui-resizable-n {
  top: -0.5em;
}
.ui-resizable-s {
  bottom: -0.5em;
}
.ui-resizable-e,
.ui-resizable-w {
  height: 100%;
  top: 0;
  width: 1em;
}
.ui-resizable-e {
  right: -0.5em;
}
.ui-resizable-w {
  left: -0.5em;
}
.ui-resizable-se {
  bottom: 1px;
  height: 1em;
  right: 1px;
  width: 1em;
}
.ui-resizable-nw,
.ui-resizable-sw {
  height: 1em;
  left: -0.5em;
  width: 1em;
}
.ui-resizable-sw {
  bottom: -0.5em;
}
.ui-resizable-nw {
  top: -0.5em;
}
.ui-resizable-ne {
  height: 1em;
  right: -0.5em;
  top: -0.5em;
  width: 1em;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-selectmenu-button span.ui-icon {
  left: auto;
  margin-top: -0.5em;
  position: absolute;
  right: 0.5em;
  top: 50%;
}
.ui-spinner-input {
  margin: 0.2em 1.4em 0.2em 0.4em;
}
.ui-spinner-button {
  width: 1.2em;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  left: 0;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
.ui-icon-blank:before {
  content: ' ';
}
/* <-- yeah, this really needed! */
.ui-icon-addon:before,
.ui-icon-puzzle:before {
  content: '\e6ca';
}
.ui-icon-address:before {
  content: '\e702';
}
.ui-icon-alert:before {
  content: '\e65f';
}
.ui-icon-alert-b:before {
  content: '\e660';
}
.ui-icon-anchor:before {
  content: '\e6ba';
}
.ui-icon-archive:before {
  content: '\e70d';
}
.ui-icon-arrow-1-e:before,
.ui-icon-arrow-r:before {
  content: '\e603';
}
.ui-icon-arrow-1-n:before,
.ui-icon-arrow-u:before {
  content: '\e601';
}
.ui-icon-arrow-1-ne:before,
.ui-icon-arrow-u-r:before {
  content: '\e602';
}
.ui-icon-arrow-1-nw:before,
.ui-icon-arrow-u-l:before {
  content: '\e608';
}
.ui-icon-arrow-1-s:before,
.ui-icon-arrow-d:before {
  content: '\e605';
}
.ui-icon-arrow-1-se:before,
.ui-icon-arrow-d-r:before {
  content: '\e604';
}
.ui-icon-arrow-1-sw:before,
.ui-icon-arrow-d-l:before {
  content: '\e606';
}
.ui-icon-arrow-1-w:before,
.ui-icon-arrow-l:before {
  content: '\e607';
}
.ui-icon-arrow-2-e-w:before,
.ui-icon-move-h:before,
.ui-icon-resize-h:before {
  content: '\e617';
}
.ui-icon-arrow-2-n-s:before,
.ui-icon-move-v:before,
.ui-icon-resize-v:before {
  content: '\e615';
}
.ui-icon-arrow-2-ne-sw:before {
  content: '\e616';
}
.ui-icon-arrow-2-se-nw:before {
  content: '\e618';
}
.ui-icon-arrow-4:before,
.ui-icon-move:before {
  content: '\e619';
}
.ui-icon-arrow-4-diag:before,
.ui-icon-fullscreen:before {
  content: '\e61a';
}
.ui-icon-arrowrefresh-1-e:before {
  content: '\e612';
}
.ui-icon-arrowrefresh-1-n:before {
  content: '\e611';
}
.ui-icon-arrowrefresh-1-s:before {
  content: '\e613';
}
.ui-icon-arrowrefresh-1-w:before {
  content: '\e614';
}
.ui-icon-arrowreturn-1-e:before,
.ui-icon-forward:before {
  content: '\e60e';
}
.ui-icon-arrowreturn-1-n:before {
  content: '\e60d';
}
.ui-icon-arrowreturn-1-s:before,
.ui-icon-back:before {
  content: '\e60f';
}
.ui-icon-arrowreturn-1-w:before {
  content: '\e610';
}
.ui-icon-arrowreturnthick-1-e:before {
  content: '\e628';
}
.ui-icon-arrowreturnthick-1-n:before {
  content: '\e627';
}
.ui-icon-arrowreturnthick-1-s:before {
  content: '\e629';
}
.ui-icon-arrowreturnthick-1-w:before {
  content: '\e62a';
}
.ui-icon-arrowstop-1-e:before {
  content: '\e60a';
}
.ui-icon-arrowstop-1-n:before {
  content: '\e609';
}
.ui-icon-arrowstop-1-s:before {
  content: '\e60b';
}
.ui-icon-arrowstop-1-w:before {
  content: '\e60c';
}
.ui-icon-arrowthick-1-e:before {
  content: '\e61d';
}
.ui-icon-arrowthick-1-n:before {
  content: '\e61b';
}
.ui-icon-arrowthick-1-ne:before {
  content: '\e61c';
}
.ui-icon-arrowthick-1-nw:before {
  content: '\e622';
}
.ui-icon-arrowthick-1-s:before {
  content: '\e61f';
}
.ui-icon-arrowthick-1-se:before {
  content: '\e61e';
}
.ui-icon-arrowthick-1-sw:before {
  content: '\e620';
}
.ui-icon-arrowthick-1-w:before {
  content: '\e621';
}
.ui-icon-arrowthick-2-e-w:before {
  content: '\e62d';
}
.ui-icon-arrowthick-2-n-s:before {
  content: '\e62b';
}
.ui-icon-arrowthick-2-ne-sw:before {
  content: '\e62c';
}
.ui-icon-arrowthick-2-se-nw:before {
  content: '\e62e';
}
.ui-icon-arrowthickstop-1-e:before {
  content: '\e624';
}
.ui-icon-arrowthickstop-1-n:before {
  content: '\e623';
}
.ui-icon-arrowthickstop-1-s:before {
  content: '\e625';
}
.ui-icon-arrowthickstop-1-w:before {
  content: '\e626';
}
.ui-icon-battery-0:before {
  content: '\e721';
}
.ui-icon-battery-1:before {
  content: '\e722';
}
.ui-icon-battery-2:before {
  content: '\e723';
}
.ui-icon-battery-3:before {
  content: '\e724';
}
.ui-icon-book:before {
  content: '\e6fb';
}
.ui-icon-book-b:before {
  content: '\e6fc';
}
.ui-icon-bookmark:before {
  content: '\e6c5';
}
.ui-icon-bookmark-b:before {
  content: '\e6c6';
}
.ui-icon-box:before {
  content: '\e6eb';
}
.ui-icon-bucket:before {
  content: '\e728';
}
.ui-icon-bug:before {
  content: '\e72e';
}
.ui-icon-bullet:before {
  content: '\e65d';
}
.ui-icon-bullhorn:before {
  content: '\e731';
}
.ui-icon-calculator:before {
  content: '\e6fd';
}
.ui-icon-calculator-b:before {
  content: '\e6fe';
}
.ui-icon-calendar:before {
  content: '\e6ff';
}
.ui-icon-calendar-b:before {
  content: '\e700';
}
.ui-icon-calendar-day:before {
  content: '\e701';
}
.ui-icon-camera:before {
  content: '\e6e8';
}
.ui-icon-cancel:before,
.ui-icon-forbidden:before {
  content: '\e675';
}
.ui-icon-circle-triangle-e:before,
.ui-icon-carat-1-e:before,
.ui-icon-carat-r:before {
  content: '\e639';
}
.ui-icon-circle-triangle-n:before,
.ui-icon-carat-1-n:before,
.ui-icon-carat-u:before {
  content: '\e637';
}
.ui-icon-carat-1-ne:before {
  content: '\e638';
}
.ui-icon-carat-1-nw:before {
  content: '\e63e';
}
.ui-icon-circle-triangle-s:before,
.ui-icon-carat-1-s:before,
.ui-icon-carat-d:before {
  content: '\e63b';
}
.ui-icon-carat-1-se:before {
  content: '\e63a';
}
.ui-icon-carat-1-sw:before {
  content: '\e63c';
}
.ui-icon-circle-triangle-w:before,
.ui-icon-carat-1-w:before,
.ui-icon-carat-l:before {
  content: '\e63d';
}
.ui-icon-carat-2-e:before {
  content: '\e640';
}
.ui-icon-carat-2-e-w:before {
  content: '\e643';
}
.ui-icon-carat-2-n:before {
  content: '\e63f';
}
.ui-icon-carat-2-s:before {
  content: '\e641';
}
.ui-icon-carat-2-w:before {
  content: '\e642';
}
.ui-icon-cart:before,
.ui-icon-shop:before {
  content: '\e6d6';
}
.ui-icon-cart-b:before,
.ui-icon-shop-b:before {
  content: '\e6d7';
}
.ui-icon-chart-bars:before {
  content: '\e734';
}
.ui-icon-chart-line:before {
  content: '\e735';
}
.ui-icon-chart-pie:before {
  content: '\e733';
}
.ui-icon-check:before {
  content: '\e670';
}
.ui-icon-check-off:before,
.ui-icon-checkbox:before,
.ui-icon-checkbox-off:before,
.ui-icon-checkbox-unchecked:before {
  content: '\e673';
}
.ui-icon-check-on:before,
.ui-icon-checkbox-on:before,
.ui-icon-checkbox-checked:before {
  content: '\e674';
}
.ui-icon-circle:before,
.ui-icon-radio-off:before,
.ui-icon-radio-btn:before,
.ui-icon-radio-btn-off:before,
.ui-icon-radio-btn-unchecked:before {
  content: '\e65e';
}
.ui-icon-circle-arrow-e:before {
  content: '\e630';
}
.ui-icon-circle-arrow-n:before {
  content: '\e62f';
}
.ui-icon-circle-arrow-s:before {
  content: '\e631';
}
.ui-icon-circle-arrow-w:before {
  content: '\e632';
}
.ui-icon-circle-b-arrow-e:before {
  content: '\e634';
}
.ui-icon-circle-b-arrow-n:before {
  content: '\e633';
}
.ui-icon-circle-b-arrow-s:before {
  content: '\e635';
}
.ui-icon-circle-b-arrow-w:before {
  content: '\e636';
}
.ui-icon-circle-b-check:before {
  content: '\e672';
}
.ui-icon-circle-b-close:before {
  content: '\e678';
}
.ui-icon-circle-b-help:before {
  content: '\e663';
}
.ui-icon-circle-b-info:before {
  content: '\e666';
}
.ui-icon-circle-b-minus:before {
  content: '\e67e';
}
.ui-icon-circle-b-notice:before {
  content: '\e669';
}
.ui-icon-circle-b-plus:before {
  content: '\e684';
}
.ui-icon-circle-b-triangle-e:before {
  content: '\e65a';
}
.ui-icon-circle-b-triangle-n:before {
  content: '\e659';
}
.ui-icon-circle-b-triangle-s:before {
  content: '\e65b';
}
.ui-icon-circle-b-triangle-w:before {
  content: '\e65c';
}
.ui-icon-circle-check:before {
  content: '\e671';
}
.ui-icon-circle-help:before,
.ui-icon-help:before {
  content: '\e662';
}
.ui-icon-circle-info:before,
.ui-icon-info:before {
  content: '\e665';
}
.ui-icon-circle-minus:before {
  content: '\e67d';
}
.ui-icon-circle-notice:before,
.ui-icon-notice:before {
  content: '\e668';
}
.ui-icon-circle-phone:before {
  content: '\e705';
}
.ui-icon-circle-plus:before {
  content: '\e683';
}
.ui-icon-circle-zoom:before {
  content: '\e712';
}
.ui-icon-circle-zoomin:before {
  content: '\e714';
}
.ui-icon-circle-zoomout:before {
  content: '\e716';
}
.ui-icon-circlesmall-close:before {
  content: '\e67b';
}
.ui-icon-circlesmall-minus:before {
  content: '\e681';
}
.ui-icon-circlesmall-plus:before {
  content: '\e687';
}
.ui-icon-client:before {
  content: '\e72f';
}
.ui-icon-clipboard:before,
.ui-icon-paste:before {
  content: '\e68b';
}
.ui-icon-clock:before {
  content: '\e6d9';
}
.ui-icon-clock-b:before {
  content: '\e6da';
}
.ui-icon-closethick:before,
.ui-icon-circle-close:before,
.ui-icon-close:before,
.ui-icon-delete:before {
  content: '\e676';
}
.ui-icon-cloud:before {
  content: '\e6dc';
}
.ui-icon-cloud-b:before {
  content: '\e6dd';
}
.ui-icon-cloud-download:before {
  content: '\e6de';
}
.ui-icon-cloud-upload:before {
  content: '\e6df';
}
.ui-icon-comment:before {
  content: '\e6e0';
}
.ui-icon-comments:before {
  content: '\e6e1';
}
.ui-icon-console:before {
  content: '\e6c0';
}
.ui-icon-contact:before,
.ui-icon-vcard:before {
  content: '\e703';
}
.ui-icon-copy:before,
.ui-icon-files:before {
  content: '\e689';
}
.ui-icon-creditcard:before {
  content: '\e6d8';
}
.ui-icon-database:before {
  content: '\e6f9';
}
.ui-icon-databases:before {
  content: '\e6fa';
}
.ui-icon-disk:before,
.ui-icon-save:before {
  content: '\e68c';
}
.ui-icon-document:before,
.ui-icon-file:before {
  content: '\e69c';
}
.ui-icon-document-b:before {
  content: '\e69d';
}
.ui-icon-download:before {
  content: '\e6aa';
}
.ui-icon-eject:before {
  content: '\e6b6';
}
.ui-icon-erase:before {
  content: '\e72b';
}
.ui-icon-extlink:before,
.ui-icon-linkext:before,
.ui-icon-action:before {
  content: '\e6b8';
}
.ui-icon-eye:before {
  content: '\e6ea';
}
.ui-icon-file-audio:before,
.ui-icon-audio:before {
  content: '\e69e';
}
.ui-icon-file-pdf:before {
  content: '\e6a3';
}
.ui-icon-file-report:before {
  content: '\e6a6';
}
.ui-icon-file-richtext:before {
  content: '\e6a4';
}
.ui-icon-file-table:before {
  content: '\e6a5';
}
.ui-icon-file-text:before {
  content: '\e6a7';
}
.ui-icon-file-word:before {
  content: '\e6a8';
}
.ui-icon-file-zip:before {
  content: '\e6a9';
}
.ui-icon-flag:before {
  content: '\e6e9';
}
.ui-icon-folder-collapsed:before,
.ui-icon-folder:before,
.ui-icon-folder-closed:before {
  content: '\e69a';
}
.ui-icon-folder-open:before {
  content: '\e69b';
}
.ui-icon-gear:before {
  content: '\e6e6';
}
.ui-icon-gears:before {
  content: '\e6e7';
}
.ui-icon-globe:before {
  content: '\e6e2';
}
.ui-icon-globe-b:before {
  content: '\e6e3';
}
.ui-icon-grip-diagonal-se:before {
  content: '\e66a';
}
.ui-icon-grip-dotted-horizontal:before {
  content: '\e66e';
}
.ui-icon-grip-dotted-vertical:before {
  content: '\e66f';
}
.ui-icon-grip-solid-horizontal:before {
  content: '\e66c';
}
.ui-icon-grip-solid-vertical:before {
  content: '\e66d';
}
.ui-icon-gripsmall-diagonal-se:before {
  content: '\e66b';
}
.ui-icon-heart:before {
  content: '\e6d1';
}
.ui-icon-heart-b:before {
  content: '\e6d2';
}
.ui-icon-heart-beat:before {
  content: '\e6d3';
}
.ui-icon-help-plain:before {
  content: '\e661';
}
.ui-icon-history:before {
  content: '\e6db';
}
.ui-icon-home:before {
  content: '\e6c4';
}
.ui-icon-image:before,
.ui-icon-file-image:before {
  content: '\e6a1';
}
.ui-icon-info-plain:before {
  content: '\e664';
}
.ui-icon-jquery:before {
  content: '\e746';
}
.ui-icon-key:before {
  content: '\e6d4';
}
.ui-icon-lightbulb:before {
  content: '\e6d5';
}
.ui-icon-link:before {
  content: '\e6b7';
}
.ui-icon-link-broken:before {
  content: '\e6b9';
}
.ui-icon-loading-status-balls:before {
  content: '\e741';
}
.ui-icon-loading-status-circle:before {
  content: '\e742';
}
.ui-icon-loading-status-comet:before {
  content: '\e743';
}
.ui-icon-loading-status-lines:before {
  content: '\e744';
}
.ui-icon-loading-status-planet:before {
  content: '\e745';
}
.ui-icon-location:before {
  content: '\e6e4';
}
.ui-icon-locked:before,
.ui-icon-lock:before {
  content: '\e6bb';
}
.ui-icon-mail-attachment:before {
  content: '\e70b';
}
.ui-icon-mail-closed:before,
.ui-icon-mail:before,
.ui-icon-email:before {
  content: '\e706';
}
.ui-icon-mail-forward:before {
  content: '\e708';
}
.ui-icon-mail-open:before,
.ui-icon-mail-read:before {
  content: '\e707';
}
.ui-icon-mail-reply:before {
  content: '\e709';
}
.ui-icon-mail-replyall:before {
  content: '\e70a';
}
.ui-icon-mail-send:before {
  content: '\e70c';
}
.ui-icon-marker:before {
  content: '\e72c';
}
.ui-icon-menu:before,
.ui-icon-bars:before {
  content: '\e6c3';
}
.ui-icon-microphone:before {
  content: '\e6b2';
}
.ui-icon-microphone-off:before {
  content: '\e6b3';
}
.ui-icon-minusthick:before,
.ui-icon-minus:before {
  content: '\e67c';
}
.ui-icon-movie:before,
.ui-icon-file-movie:before {
  content: '\e69f';
}
.ui-icon-navigation:before {
  content: '\e6e5';
}
.ui-icon-newspaper:before,
.ui-icon-newsletter:before,
.ui-icon-news:before {
  content: '\e70e';
}
.ui-icon-newwin:before,
.ui-icon-popup:before,
.ui-icon-windows:before {
  content: '\e6be';
}
.ui-icon-note:before {
  content: '\e695';
}
.ui-icon-notice-plain:before {
  content: '\e667';
}
.ui-icon-package:before {
  content: '\e6cc';
}
.ui-icon-palette:before {
  content: '\e729';
}
.ui-icon-pause:before {
  content: '\e6ad';
}
.ui-icon-pencil:before,
.ui-icon-edit:before {
  content: '\e688';
}
.ui-icon-person:before,
.ui-icon-user:before {
  content: '\e6d0';
}
.ui-icon-persons:before,
.ui-icon-users:before,
.ui-icon-group:before {
  content: '\e6cf';
}
.ui-icon-phone:before {
  content: '\e704';
}
.ui-icon-pilcrow:before {
  content: '\e727';
}
.ui-icon-pin-s:before {
  content: '\e70f';
}
.ui-icon-pin-w:before {
  content: '\e710';
}
.ui-icon-play:before {
  content: '\e6ac';
}
.ui-icon-plugin:before {
  content: '\e6cb';
}
.ui-icon-plusthick:before,
.ui-icon-plus:before {
  content: '\e682';
}
.ui-icon-power:before,
.ui-icon-switch:before {
  content: '\e6cd';
}
.ui-icon-print:before {
  content: '\e692';
}
.ui-icon-print-b:before {
  content: '\e693';
}
.ui-icon-print-layout:before {
  content: '\e694';
}
.ui-icon-prush:before {
  content: '\e72a';
}
.ui-icon-radio-on:before,
.ui-icon-radio-btn-on:before,
.ui-icon-radio-btn-checked:before {
  content: '\e6f5';
}
.ui-icon-redo:before {
  content: '\e68e';
}
.ui-icon-refresh:before,
.ui-icon-reload:before {
  content: '\e6ce';
}
.ui-icon-rename:before,
.ui-icon-input:before {
  content: '\e68f';
}
.ui-icon-retweet:before {
  content: '\e6b5';
}
.ui-icon-scissors:before,
.ui-icon-cut:before {
  content: '\e68a';
}
.ui-icon-screen-desktop:before,
.ui-icon-desktop:before {
  content: '\e718';
}
.ui-icon-screen-laptop:before,
.ui-icon-laptop:before {
  content: '\e719';
}
.ui-icon-screen-mobile:before,
.ui-icon-mobile:before {
  content: '\e71a';
}
.ui-icon-script:before,
.ui-icon-file-script:before {
  content: '\e6a2';
}
.ui-icon-search:before {
  content: '\e6f2';
}
.ui-icon-select:before {
  content: '\e72d';
}
.ui-icon-selectbox:before {
  content: '\e6f6';
}
.ui-icon-server:before {
  content: '\e730';
}
.ui-icon-settings:before {
  content: '\e6f4';
}
.ui-icon-shield:before {
  content: '\e732';
}
.ui-icon-shuffle:before {
  content: '\e6b4';
}
.ui-icon-shuttle:before {
  content: '\e73f';
}
.ui-icon-sign-in:before,
.ui-icon-login:before {
  content: '\e6ee';
}
.ui-icon-sign-out:before,
.ui-icon-logout:before,
.ui-icon-logoff:before {
  content: '\e6ef';
}
.ui-icon-signal:before {
  content: '\e725';
}
.ui-icon-signal-diag:before,
.ui-icon-rss:before,
.ui-icon-feed:before {
  content: '\e726';
}
.ui-icon-sitemap:before {
  content: '\e736';
}
.ui-icon-carat-2-n-s:before,
.ui-icon-sorting:before {
  content: '\e71e';
}
.ui-icon-sorting-asc:before {
  content: '\e71f';
}
.ui-icon-sorting-desc:before {
  content: '\e720';
}
.ui-icon-squaresmall-close:before {
  content: '\e67a';
}
.ui-icon-squaresmall-minus:before {
  content: '\e680';
}
.ui-icon-squaresmall-plus:before {
  content: '\e686';
}
.ui-icon-star:before {
  content: '\e6c7';
}
.ui-icon-star-b:before {
  content: '\e6c9';
}
.ui-icon-star-h:before {
  content: '\e6c8';
}
.ui-icon-stop:before {
  content: '\e6ae';
}
.ui-icon-structure:before {
  content: '\e737';
}
.ui-icon-suitcase:before {
  content: '\e6f7';
}
.ui-icon-table:before {
  content: '\e696';
}
.ui-icon-tag:before {
  content: '\e697';
}
.ui-icon-tags:before {
  content: '\e698';
}
.ui-icon-template:before {
  content: '\e738';
}
.ui-icon-ticket:before {
  content: '\e699';
}
.ui-icon-toggle-off:before {
  content: '\e6f0';
}
.ui-icon-toggle-on:before {
  content: '\e6f1';
}
.ui-icon-transfer-e-w:before {
  content: '\e6ec';
}
.ui-icon-transferthick-e-w:before {
  content: '\e6ed';
}
.ui-icon-transform:before {
  content: '\e739';
}
.ui-icon-translate:before {
  content: '\e740';
}
.ui-icon-trash:before,
.ui-icon-recycle:before {
  content: '\e690';
}
.ui-icon-trash-b:before {
  content: '\e691';
}
.ui-icon-triangle-1-e:before {
  content: '\e647';
}
.ui-icon-triangle-1-e-stop:before,
.ui-icon-seek-end:before {
  content: '\e64e';
}
.ui-icon-triangle-1-n:before {
  content: '\e645';
}
.ui-icon-triangle-1-n-stop:before {
  content: '\e64d';
}
.ui-icon-triangle-1-ne:before {
  content: '\e646';
}
.ui-icon-triangle-1-nw:before {
  content: '\e64c';
}
.ui-icon-triangle-1-s:before {
  content: '\e64b';
}
.ui-icon-triangle-1-s-stop:before {
  content: '\e64f';
}
.ui-icon-triangle-1-se:before {
  content: '\e64a';
}
.ui-icon-triangle-1-sw:before {
  content: '\e648';
}
.ui-icon-triangle-1-w:before {
  content: '\e649';
}
.ui-icon-triangle-1-w-stop:before,
.ui-icon-seek-first:before {
  content: '\e650';
}
.ui-icon-triangle-2-e:before,
.ui-icon-seek-next:before {
  content: '\e651';
}
.ui-icon-triangle-2-e-w:before {
  content: '\e654';
}
.ui-icon-triangle-2-n-s:before {
  content: '\e653';
}
.ui-icon-triangle-2-w:before,
.ui-icon-seek-prev:before {
  content: '\e652';
}
.ui-icon-truck:before {
  content: '\e6f8';
}
.ui-icon-undo:before {
  content: '\e68d';
}
.ui-icon-unlocked:before,
.ui-icon-lock-open:before {
  content: '\e6bc';
}
.ui-icon-upload:before {
  content: '\e6ab';
}
.ui-icon-vcs-branch:before {
  content: '\e73d';
}
.ui-icon-vcs-compare:before {
  content: '\e73b';
}
.ui-icon-vcs-fork:before {
  content: '\e73a';
}
.ui-icon-vcs-merge:before {
  content: '\e73e';
}
.ui-icon-vcs-pull-request:before {
  content: '\e73c';
}
.ui-icon-video:before,
.ui-icon-file-video:before {
  content: '\e6a0';
}
.ui-icon-view-icons:before,
.ui-icon-grid-b:before {
  content: '\e71b';
}
.ui-icon-view-icons-b:before,
.ui-icon-grid:before {
  content: '\e71c';
}
.ui-icon-view-list:before,
.ui-icon-list:before,
.ui-icon-bullets:before {
  content: '\e71d';
}
.ui-icon-volume-off:before,
.ui-icon-volume-mute:before {
  content: '\e6af';
}
.ui-icon-volume-on:before,
.ui-icon-volume-high:before {
  content: '\e6b0';
}
.ui-icon-volume-on-b:before,
.ui-icon-volume-low:before {
  content: '\e6b1';
}
.ui-icon-window:before {
  content: '\e6bd';
}
.ui-icon-window-close:before {
  content: '\e6c1';
}
.ui-icon-window-minimize:before {
  content: '\e6c2';
}
.ui-icon-window-sidebar:before {
  content: '\e6bf';
}
.ui-icon-wrench:before {
  content: '\e6f3';
}
.ui-icon-zoom:before {
  content: '\e711';
}
.ui-icon-zoomequal:before {
  content: '\e717';
}
.ui-icon-zoomin:before {
  content: '\e713';
}
.ui-icon-zoomout:before {
  content: '\e715';
}
.ui-icon-file-rtf:before {
  content: '\e6a4';
}
/* deprecated: use '.ui-icon-file-richtext' instead */
.ui-icon-file-spreadsheet:before {
  content: '\e6a5';
}
/* deprecated: use '.ui-icon-file-table' instead */
.ui-icon-file-xls:before {
  content: '\e6a5';
}
/* deprecated: use '.ui-icon-file-table' instead */
.ui-icon-file-txt:before {
  content: '\e6a7';
}
/* deprecated: use '.ui-icon-file-text' instead */
.ui-loading-icon.ui-icon-balls:before {
  content: '\e741';
}
/* deprecated: use '.ui-icon-loading-status-balls' instead */
.ui-loading-icon.ui-icon-circle:before {
  content: '\e742';
}
/* deprecated: use '.ui-icon-loading-status-circle' instead */
.ui-loading-icon.ui-icon-comet:before {
  content: '\e743';
}
/* deprecated: use '.ui-icon-loading-status-comet' instead */
.ui-loading-icon.ui-icon-lines:before {
  content: '\e744';
}
/* deprecated: use '.ui-icon-loading-status-lines' instead */
.ui-loading-icon.ui-icon-planet:before {
  content: '\e745';
}
/* deprecated: use '.ui-icon-loading-status-planet' instead */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../resources/less/includes/webfonts/fa-brands-400.eot);
  src: url(../resources/less/includes/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../resources/less/includes/webfonts/fa-brands-400.woff2) format("woff2"), url(../resources/less/includes/webfonts/fa-brands-400.woff) format("woff"), url(../resources/less/includes/webfonts/fa-brands-400.ttf) format("truetype"), url(../resources/less/includes/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(../resources/less/includes/webfonts/fa-light-300.eot);
  src: url(../resources/less/includes/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../resources/less/includes/webfonts/fa-light-300.woff2) format("woff2"), url(../resources/less/includes/webfonts/fa-light-300.woff) format("woff"), url(../resources/less/includes/webfonts/fa-light-300.ttf) format("truetype"), url(../resources/less/includes/webfonts/fa-light-300.svg#fontawesome) format("svg");
}
.fal {
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../resources/less/includes/webfonts/fa-regular-400.eot);
  src: url(../resources/less/includes/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../resources/less/includes/webfonts/fa-regular-400.woff2) format("woff2"), url(../resources/less/includes/webfonts/fa-regular-400.woff) format("woff"), url(../resources/less/includes/webfonts/fa-regular-400.ttf) format("truetype"), url(../resources/less/includes/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(../resources/less/includes/webfonts/fa-solid-900.eot);
  src: url(../resources/less/includes/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../resources/less/includes/webfonts/fa-solid-900.woff2) format("woff2"), url(../resources/less/includes/webfonts/fa-solid-900.woff) format("woff"), url(../resources/less/includes/webfonts/fa-solid-900.ttf) format("truetype"), url(../resources/less/includes/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa.fa-glass:before {
  content: "\f000";
}
.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-star-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "\f005";
}
.fa.fa-close:before,
.fa.fa-remove:before {
  content: "\f00d";
}
.fa.fa-gear:before {
  content: "\f013";
}
.fa.fa-trash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "\f2ed";
}
.fa.fa-file-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "\f15b";
}
.fa.fa-clock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "\f017";
}
.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}
.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}
.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "\f144";
}
.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
  content: "\f01e";
}
.fa.fa-refresh:before {
  content: "\f021";
}
.fa.fa-list-alt {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-dedent:before {
  content: "\f03b";
}
.fa.fa-video-camera:before {
  content: "\f03d";
}
.fa.fa-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "\f03e";
}
.fa.fa-photo {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "\f03e";
}
.fa.fa-image {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-image:before {
  content: "\f03e";
}
.fa.fa-pencil:before {
  content: "\f303";
}
.fa.fa-map-marker:before {
  content: "\f3c5";
}
.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "\f044";
}
.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-share-square-o:before {
  content: "\f14d";
}
.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "\f14a";
}
.fa.fa-arrows:before {
  content: "\f0b2";
}
.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "\f057";
}
.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "\f058";
}
.fa.fa-mail-forward:before {
  content: "\f064";
}
.fa.fa-eye,
.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "\f071";
}
.fa.fa-calendar:before {
  content: "\f073";
}
.fa.fa-arrows-v:before {
  content: "\f338";
}
.fa.fa-arrows-h:before {
  content: "\f337";
}
.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bar-chart:before {
  content: "\f080";
}
.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bar-chart-o:before {
  content: "\f080";
}
.fa.fa-facebook-square,
.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gears:before {
  content: "\f085";
}
.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}
.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "\f165";
}
.fa.fa-heart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "\f004";
}
.fa.fa-sign-out:before {
  content: "\f2f5";
}
.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "\f08c";
}
.fa.fa-thumb-tack:before {
  content: "\f08d";
}
.fa.fa-external-link:before {
  content: "\f35d";
}
.fa.fa-sign-in:before {
  content: "\f2f6";
}
.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "\f094";
}
.fa.fa-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "\f0c8";
}
.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "\f02e";
}
.fa.fa-facebook,
.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "\f39e";
}
.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "\f09e";
}
.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "\f0a0";
}
.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa.fa-arrows-alt:before {
  content: "\f31e";
}
.fa.fa-group:before {
  content: "\f0c0";
}
.fa.fa-chain:before {
  content: "\f0c1";
}
.fa.fa-scissors:before {
  content: "\f0c4";
}
.fa.fa-files-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "\f0c5";
}
.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "\f0c7";
}
.fa.fa-navicon:before,
.fa.fa-reorder:before {
  content: "\f0c9";
}
.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "\f0d5";
}
.fa.fa-money {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-money:before {
  content: "\f3d1";
}
.fa.fa-unsorted:before {
  content: "\f0dc";
}
.fa.fa-sort-desc:before {
  content: "\f0dd";
}
.fa.fa-sort-asc:before {
  content: "\f0de";
}
.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa.fa-rotate-left:before {
  content: "\f0e2";
}
.fa.fa-legal:before {
  content: "\f0e3";
}
.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
  content: "\f3fd";
}
.fa.fa-comment-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "\f075";
}
.fa.fa-comments-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "\f086";
}
.fa.fa-flash:before {
  content: "\f0e7";
}
.fa.fa-clipboard,
.fa.fa-paste {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-paste:before {
  content: "\f328";
}
.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa.fa-exchange:before {
  content: "\f362";
}
.fa.fa-cloud-download:before {
  content: "\f381";
}
.fa.fa-cloud-upload:before {
  content: "\f382";
}
.fa.fa-bell-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "\f0f3";
}
.fa.fa-cutlery:before {
  content: "\f2e7";
}
.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "\f15c";
}
.fa.fa-building-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "\f1ad";
}
.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "\f0f8";
}
.fa.fa-tablet:before {
  content: "\f3fa";
}
.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
  content: "\f3cd";
}
.fa.fa-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "\f111";
}
.fa.fa-mail-reply:before {
  content: "\f3e5";
}
.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "\f07b";
}
.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "\f07c";
}
.fa.fa-smile-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "\f118";
}
.fa.fa-frown-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "\f119";
}
.fa.fa-meh-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "\f11a";
}
.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "\f11c";
}
.fa.fa-flag-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "\f024";
}
.fa.fa-mail-reply-all:before {
  content: "\f122";
}
.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "\f089";
}
.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "\f089";
}
.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "\f089";
}
.fa.fa-code-fork:before {
  content: "\f126";
}
.fa.fa-chain-broken:before {
  content: "\f127";
}
.fa.fa-shield:before {
  content: "\f3ed";
}
.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "\f133";
}
.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ticket:before {
  content: "\f3ff";
}
.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "\f146";
}
.fa.fa-level-up:before {
  content: "\f3bf";
}
.fa.fa-level-down:before {
  content: "\f3be";
}
.fa.fa-pencil-square:before {
  content: "\f14b";
}
.fa.fa-external-link-square:before {
  content: "\f360";
}
.fa.fa-compass {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "\f150";
}
.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "\f151";
}
.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "\f152";
}
.fa.fa-eur:before,
.fa.fa-euro:before {
  content: "\f153";
}
.fa.fa-gbp:before {
  content: "\f154";
}
.fa.fa-dollar:before,
.fa.fa-usd:before {
  content: "\f155";
}
.fa.fa-inr:before,
.fa.fa-rupee:before {
  content: "\f156";
}
.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
  content: "\f157";
}
.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
  content: "\f158";
}
.fa.fa-krw:before,
.fa.fa-won:before {
  content: "\f159";
}
.fa.fa-bitcoin,
.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "\f15a";
}
.fa.fa-file-text:before {
  content: "\f15c";
}
.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "\f167";
}
.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "\f171";
}
.fa.fa-tumblr,
.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-long-arrow-down:before {
  content: "\f309";
}
.fa.fa-long-arrow-up:before {
  content: "\f30c";
}
.fa.fa-long-arrow-left:before {
  content: "\f30a";
}
.fa.fa-long-arrow-right:before {
  content: "\f30b";
}
.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "\f184";
}
.fa.fa-sun-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "\f185";
}
.fa.fa-moon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "\f186";
}
.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}
.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}
.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "\f191";
}
.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "\f192";
}
.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-try:before,
.fa.fa-turkish-lira:before {
  content: "\f195";
}
.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "\f0fe";
}
.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bank:before,
.fa.fa-institution:before {
  content: "\f19c";
}
.fa.fa-mortar-board:before {
  content: "\f19d";
}
.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-spoon:before {
  content: "\f2e5";
}
.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-automobile:before {
  content: "\f1b9";
}
.fa.fa-cab:before {
  content: "\f1ba";
}
.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "\f0e0";
}
.fa.fa-deviantart,
.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "\f1c2";
}
.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "\f1c5";
}
.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "\f1c8";
}
.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "\f1c9";
}
.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-life-bouy,
.fa.fa-life-ring {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-life-bouy:before {
  content: "\f1cd";
}
.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-life-buoy:before {
  content: "\f1cd";
}
.fa.fa-life-saver {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-life-saver:before {
  content: "\f1cd";
}
.fa.fa-support {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-support:before {
  content: "\f1cd";
}
.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa.fa-ra,
.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "\f1d0";
}
.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "\f1d0";
}
.fa.fa-empire,
.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "\f1d1";
}
.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "\f1d4";
}
.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "\f1d7";
}
.fa.fa-send:before {
  content: "\f1d8";
}
.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}
.fa.fa-send-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "\f1d8";
}
.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "\f111";
}
.fa.fa-header:before {
  content: "\f1dc";
}
.fa.fa-sliders:before {
  content: "\f1de";
}
.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "\f1e3";
}
.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}
.fa.fa-trash:before {
  content: "\f2ed";
}
.fa.fa-copyright {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "\f1fb";
}
.fa.fa-area-chart:before {
  content: "\f1fe";
}
.fa.fa-pie-chart:before {
  content: "\f200";
}
.fa.fa-line-chart:before {
  content: "\f201";
}
.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "\f20a";
}
.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
  content: "\f20b";
}
.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-meanpath:before {
  content: "\f2b4";
}
.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "\f3a5";
}
.fa.fa-intersex:before {
  content: "\f224";
}
.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "\f09a";
}
.fa.fa-pinterest-p,
.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "\f236";
}
.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "\f23b";
}
.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-battery-4:before,
.fa.fa-battery:before {
  content: "\f240";
}
.fa.fa-battery-3:before {
  content: "\f241";
}
.fa.fa-battery-2:before {
  content: "\f242";
}
.fa.fa-battery-1:before {
  content: "\f243";
}
.fa.fa-battery-0:before {
  content: "\f244";
}
.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "\f249";
}
.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-clone,
.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "\f254";
}
.fa.fa-hourglass-1:before {
  content: "\f251";
}
.fa.fa-hourglass-2:before {
  content: "\f252";
}
.fa.fa-hourglass-3:before {
  content: "\f253";
}
.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "\f255";
}
.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "\f255";
}
.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "\f256";
}
.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "\f256";
}
.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "\f259";
}
.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa.fa-registered {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-television:before {
  content: "\f26c";
}
.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "\f273";
}
.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "\f274";
}
.fa.fa-map-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "\f279";
}
.fa.fa-commenting {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-commenting:before {
  content: "\f4ad";
}
.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "\f4ad";
}
.fa.fa-houzz,
.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "\f27d";
}
.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "\f09d";
}
.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "\f28b";
}
.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "\f28d";
}
.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "\f368";
}
.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "\f059";
}
.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa.fa-glide,
.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "\f2a7";
}
.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa.fa-fa,
.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "\f2b4";
}
.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "\f2b5";
}
.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}
.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "\f2b9";
}
.fa.fa-vcard:before {
  content: "\f2bb";
}
.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "\f2bb";
}
.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "\f2bb";
}
.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "\f2bd";
}
.fa.fa-user-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "\f007";
}
.fa.fa-id-badge {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "\f2c2";
}
.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "\f2c2";
}
.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}
.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
  content: "\f2c7";
}
.fa.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa.fa-bathtub:before,
.fa.fa-s15:before {
  content: "\f2cd";
}
.fa.fa-window-maximize,
.fa.fa-window-restore {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "\f410";
}
.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "\f410";
}
.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "\f410";
}
.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "\f2da";
}
.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa.fa-spotify,
.fa.fa-superpowers,
.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(/iPCP/resources/fonts//fa-brands-400.eot);
  src: url(/iPCP/resources/fonts//fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/iPCP/resources/fonts//fa-brands-400.woff2) format("woff2"), url(/iPCP/resources/fonts//fa-brands-400.woff) format("woff"), url(/iPCP/resources/fonts//fa-brands-400.ttf) format("truetype"), url(/iPCP/resources/fonts//fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(/iPCP/resources/fonts//fa-light-300.eot);
  src: url(/iPCP/resources/fonts//fa-light-300.eot?#iefix) format("embedded-opentype"), url(/iPCP/resources/fonts//fa-light-300.woff2) format("woff2"), url(/iPCP/resources/fonts//fa-light-300.woff) format("woff"), url(/iPCP/resources/fonts//fa-light-300.ttf) format("truetype"), url(/iPCP/resources/fonts//fa-light-300.svg#fontawesome) format("svg");
}
.fal {
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/iPCP/resources/fonts//fa-regular-400.eot);
  src: url(/iPCP/resources/fonts//fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/iPCP/resources/fonts//fa-regular-400.woff2) format("woff2"), url(/iPCP/resources/fonts//fa-regular-400.woff) format("woff"), url(/iPCP/resources/fonts//fa-regular-400.ttf) format("truetype"), url(/iPCP/resources/fonts//fa-regular-400.svg#fontawesome) format("svg");
}
.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(/iPCP/resources/fonts//fa-solid-900.eot);
  src: url(/iPCP/resources/fonts//fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/iPCP/resources/fonts//fa-solid-900.woff2) format("woff2"), url(/iPCP/resources/fonts//fa-solid-900.woff) format("woff"), url(/iPCP/resources/fonts//fa-solid-900.ttf) format("truetype"), url(/iPCP/resources/fonts//fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa {
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a,
div,
span,
input,
textarea,
li,
strong,
button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
  color: #555555;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.accent {
  color: #00539f !important;
}
.accent-bg {
  background-color: #00539f !important;
  color: #ffffff;
}
.Unselectable {
  -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="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Fleft {
  float: left !important;
}
.Fright {
  float: right !important;
}
.Fnone {
  float: none !important;
}
.ClearBoth {
  clear: both;
}
.colorError {
  color: #ce2246;
}
.colorWarn {
  color: #f9bf08;
}
.colorInfo {
  color: #03a9f4;
}
html,
body,
.ui-widget {
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  font-size: 14px;
}
html body img {
  border: 0 none;
  outline: none;
}
html body .nowrap {
  white-space: nowrap !important;
}
html body .wrap {
  white-space: normal !important;
}
html body .hidden {
  display: none !important;
}
html body .showable {
  display: none;
}
html body .off-screen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
html body .ui-widget-bold,
html body .widget .ui-widget-bold {
  font-weight: bold !important;
}
html body .ui-widget-major,
html body .widget .ui-widget-major {
  font-size: 1.4em !important;
}
html body .ui-widget-normal,
html body .widget .ui-widget-normal {
  font-size: 1em !important;
}
html body .ui-widget-minor,
html body .ui-widget .ui-widget-minor {
  font-size: 0.9em !important;
}
html body .ui-widget-minor-minor,
html body .ui-widget .ui-widget-minor-minor {
  font-size: 0.8em !important;
}
html body .spacer-bottom {
  margin-bottom: 1em !important;
}
html body .spacer-bottom2 {
  margin-bottom: 1.5em !important;
}
html body .spacer-bottom3 {
  margin-bottom: 2em !important;
}
html body .spacer-top {
  margin-top: 1em !important;
}
html body .spacer-top2 {
  margin-top: 1.5em !important;
}
html body .spacer-top3 {
  margin-top: 2em !important;
}
html body .spacer-left {
  margin-left: 1em !important;
}
html body .spacer-right {
  margin-right: 1em !important;
}
html body .fa.spacer-right,
html body .fas.spacer-right,
html body .fab.spacer-right,
html body .far.spacer-right,
html body .ui-icon.spacer-right {
  margin-right: 0.25em !important;
}
html body .spacer-top-bottom {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.HoverEffect,
html body .ui-button.ui-button-big {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.HoverEffect:hover:not(.ui-state-disabled),
html body .ui-button.ui-button-big:hover:not(.ui-state-disabled) {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(43, 59, 93, 0.4);
  -moz-box-shadow: 0px 2px 4px 0px rgba(43, 59, 93, 0.4);
  box-shadow: 0px 2px 4px 0px rgba(43, 59, 93, 0.4);
}
.ShadowEffect,
html body .ui-button.ui-button-big {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
  -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}
@media screen and (min-width: 0\0) {
  .ShadowEffect,
  html body .ui-button.ui-button-big {
    box-shadow: 0px 0px 8px 0px rgba(43, 59, 93, 0.4);
  }
}
.RaisedButton,
html body .ui-button.ui-button-big {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 0\0) {
  .RaisedButton,
  html body .ui-button.ui-button-big {
    box-shadow: 0px 0px 8px 0px rgba(43, 59, 93, 0.4) !important;
  }
}
.RaisedButton.ui-state-hover,
.RaisedButton.ui-state-focus,
html body .ui-button.ui-button-big.ui-state-hover,
html body .ui-button.ui-button-big.ui-state-focus {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.GrayButton {
  background-color: #ECEFF1 !important;
  color: #455A64 !important;
  border: 0 none !important;
}
.GrayButton.ui-state-hover,
.GrayButton.ui-state-focus {
  background-color: #F6F7F9 !important;
  border: 0 none !important;
}
.GreenButton {
  background-color: #66BB6A !important;
  color: white !important;
  border: 0 none !important;
}
.GreenButton.ui-state-hover,
.GreenButton.ui-state-focus {
  background-color: #85CB88 !important;
  border: 0 none !important;
}
.RedButton {
  background-color: #E53935 !important;
  color: white !important;
  border: 0 none !important;
}
.RedButton.ui-state-hover,
.RedButton.ui-state-focus {
  background-color: #EA5753 !important;
  border: 0 none !important;
}
.PinkButton {
  background-color: #FF4081 !important;
  color: white !important;
  border: 0 none !important;
}
.PinkButton.ui-state-hover,
.PinkButton.ui-state-focus {
  background-color: #FC6296 !important;
  border: 0 none !important;
}
.OrangeButton {
  background-color: #FB8C00 !important;
  color: white !important;
  border: 0 none !important;
}
.OrangeButton.ui-state-hover,
.OrangeButton.ui-state-focus {
  background-color: #FCA537 !important;
  border: 0 none !important;
}
.PurpleButton {
  background-color: #8E24AA !important;
  color: white !important;
  border: 0 none !important;
}
.PurpleButton.ui-state-hover,
.PurpleButton.ui-state-focus {
  background-color: #A94CC2 !important;
  border: 0 none !important;
}
.CyanButton {
  background-color: #00ACC1 !important;
  color: white !important;
  border: 0 none !important;
}
.CyanButton.ui-state-hover,
.CyanButton.ui-state-focus {
  background-color: #26C6DA !important;
  border: 0 none !important;
}
.BrownButton {
  background-color: #6D4C41 !important;
  color: white !important;
  border: 0 none !important;
}
.BrownButton.ui-state-hover,
.BrownButton.ui-state-focus {
  background-color: #8D6E63 !important;
  border: 0 none !important;
}
.White {
  color: #ffffff;
}
.SoftGray {
  color: #ECEFF1;
}
.Gray {
  color: #90A4AE;
}
.BoldGray {
  color: #546E7A;
}
.SoftOrange {
  color: #FFCC80;
}
.Orange {
  color: #FB8C00;
}
.SoftGreen {
  color: #A5D6A7;
}
.Green {
  color: #43A047;
}
.LeadenGreen {
  color: #26A69A;
}
.SoftRed {
  color: #EF9A9A;
}
.Red {
  color: #E53935;
}
.Yellow {
  color: #F7D100;
}
.HideOnPhone {
  display: inherit !important;
}
.ShowOnMobile {
  display: none !important;
}
.ShowOnDesktop {
  display: inherit !important;
}
.Fs20 {
  font-size: 20px !important;
}
.Fs30 {
  font-size: 30px !important;
}
.Fs40 {
  font-size: 40px !important;
}
.Fs50 {
  font-size: 50px !important;
}
.Fs60 {
  font-size: 60px !important;
}
.Fs100 {
  font-size: 100px !important;
}
.Fs130 {
  font-size: 130px !important;
}
@media (min-width: 961px) {
  .ShowOnMobile {
    display: none !important;
    opacity: 0;
  }
  .ShowOnDesktop {
    display: inherit !important;
    opacity: 1;
  }
}
@media (min-width: 961px) and (max-width:1400px) {
  .Responsive100 {
    width: 100% !important;
    float: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .WidAutoOnMobile {
    width: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  .ShowOnMobile {
    display: inherit !important;
    opacity: 1;
  }
  .ShowOnDesktop {
    display: none !important;
    opacity: 0;
  }
  .Responsive100 {
    width: 100% !important;
    float: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .WidAutoOnMobile {
    width: auto !important;
  }
  .Fs20 {
    font-size: 18px !important;
  }
  .Fs30 {
    font-size: 28px !important;
  }
  .Fs40 {
    font-size: 30px !important;
  }
  .Fs50 {
    font-size: 35px !important;
  }
  .Fs60 {
    font-size: 40px !important;
  }
  .Fs100 {
    font-size: 60px !important;
  }
  .Fs130 {
    font-size: 70px !important;
  }
}
@media (min-width:481px) and (max-width: 640px) {
  .ShowOnMobile {
    display: inherit !important;
    opacity: 1;
  }
  .ShowOnDesktop {
    display: none !important;
    opacity: 0;
  }
  .Responsive100 {
    width: 100% !important;
    float: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .WidAutoOnMobile {
    width: auto !important;
  }
  .Fs20 {
    font-size: 17px !important;
  }
  .Fs30 {
    font-size: 26px !important;
  }
  .Fs40 {
    font-size: 30px !important;
  }
  .Fs50 {
    font-size: 32px !important;
  }
  .Fs60 {
    font-size: 35px !important;
  }
  .Fs100 {
    font-size: 40px !important;
  }
  .Fs130 {
    font-size: 50px !important;
  }
}
@media (max-width: 480px) {
  .HideOnPhone {
    display: none !important;
    opacity: 0;
  }
  .ShowOnMobile {
    display: inherit !important;
    opacity: 1;
  }
  .ShowOnDesktop {
    display: none !important;
    opacity: 0;
  }
  .Responsive100 {
    width: 100% !important;
    float: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .WidAutoOnMobile {
    width: auto !important;
  }
  .Fs20 {
    font-size: 17px !important;
  }
  .Fs30 {
    font-size: 25px !important;
  }
  .Fs40 {
    font-size: 28px !important;
  }
  .Fs50 {
    font-size: 30px !important;
  }
  .Fs60 {
    font-size: 32px !important;
  }
  .Fs100 {
    font-size: 35px !important;
  }
  .Fs130 {
    font-size: 40px !important;
  }
}
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
html body.ipcp-dialog {
  background: none transparent;
  margin: 0 !important;
}
html body div.ipcp-warning-box,
html body div.ipcp-error-box {
  margin: 10% 25% 5% 25%;
  text-align: center;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px), (min-width: 640px) and (max-width: 960px) {
  html body div.ipcp-warning-box,
  html body div.ipcp-error-box {
    margin: 10% 5% 5% 5%;
    text-align: center;
  }
}
html body div.ipcp-header-languages {
  float: right;
  background-color: rgba(0, 0, 0, 0.25);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
html body div.ipcp-header-languages a.lang {
  display: inline-block;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
}
html body div.ipcp-header-languages a.lang.selected {
  font-weight: bold;
}
html body div.ipcp-header-languages a.lang span.lang-text {
  display: none;
}
html body div.ipcp-header-languages a.lang span.lang-text-short {
  text-transform: uppercase;
}
html body .ipcp-home-tabs ul.ui-tabs-nav {
  height: auto;
}
html body .ipcp-home-tabs ul.ui-tabs-nav li {
  text-align: center;
}
html body .ipcp-home-tabs ul.ui-tabs-nav li a {
  display: block;
  float: none;
}
html body .ipcp-logo {
  display: block;
  background: transparent url("/iPCP/resources/primefaces-ipcp-opg/images/logo.svg") no-repeat center center;
  background-size: contain;
}
html body .ipcp-notification-cookie {
  padding: 20px;
  margin: 0;
  background: white;
}
html body .ipcp-notification-cookie.ui-sidebar-right {
  width: 300px;
  overflow-y: scroll;
}
html body .ipcp-notification-cookie.ui-sidebar-right .ipcp-button-accept {
  width: 100%;
}
html body .ipcp-notification-cookie.ui-sidebar-bottom {
  height: auto;
}
html body .ipcp-notification-cookie p.ipcp-cookie-description {
  margin-top: 0px;
  font-size: 0.9em;
}
html body div.headerContainer {
  background-color: transparent;
  background-image: none;
  background-size: cover;
}
html body div.headerContainer div.header {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body div.headerContainer div.ipcp-header {
  clear: both;
  height: 100px;
  max-width: 1140px !important;
  width: 100% !important;
  margin: 0 auto 10px auto;
}
html body div.headerContainer div.ipcp-header a.ipcp-logo-link {
  background: transparent url("/iPCP/resources/primefaces-ipcp-opg/images/logo.svg") no-repeat left center;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-width: 200px;
  clear: both;
  display: block;
}
html body div.headerContainer div.ipcp-header a.ipcp-logo-link.ipcp-logo-image {
  background-image: none !important;
}
html body div.headerContainer div.ipcp-header a.ipcp-logo-link img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px), (min-width: 640px) and (max-width: 960px) {
  html body div.headerContainer div.ipcp-header {
    display: none;
  }
}
html body div.headerContainer div.ipcp-header-bar {
  background-color: rgba(0, 83, 159, 0.9);
  color: #ffffff;
  padding: 1em;
}
html body div.headerContainer div.ipcp-header-bar h1 {
  font-size: 2em;
  padding: 0;
  text-align: center;
  color: #ffffff;
}
html body div.headerContainer div.ipcp-header-bar button {
  background-color: #ffffff;
  color: rgba(0, 83, 159, 0.9);
}
html body div.headerContainer div.ipcp-header-bar button.ui-state-hover,
html body div.headerContainer div.ipcp-header-bar button.ui-state-active,
html body div.headerContainer div.ipcp-header-bar button.ui-state-focus {
  background-color: rgba(255, 255, 255, 0.6);
}
html body div.headerContainer div.ipcp-header-bar a.hi-icon-container {
  color: #ffffff;
}
html body div.headerContainer div.ipcp-header-bar a.hi-icon-container .hi-icon {
  background-color: rgba(0, 110, 210, 0.9);
  color: #ffffff;
}
html body div.headerContainer div.ipcp-header-bar a.hi-icon-container .hi-icon:after {
  box-shadow: 0 0 0 4px #ffffff;
}
html body div.headerContainer div.ipcp-header-bar a.hi-icon-container:hover {
  color: #ffffff;
}
html body div.headerContainer div.ipcp-header-bar a.hi-icon-container:hover .hi-icon {
  background-color: #ffffff;
  color: rgba(0, 83, 159, 0.9);
}
html body div.headerContainer div.ipcp-header-bar .ui-breadcrumb {
  color: #ffffff;
  float: none;
  background: transparent none;
  padding: 0px 16px 0px 16px !important;
  border: none;
  overflow: hidden;
  text-align: center;
}
html body div.headerContainer div.ipcp-header-bar .ui-breadcrumb ul {
  display: inline-block;
}
html body div.headerContainer div.ipcp-header-bar .ui-breadcrumb ul li .fa-home {
  width: auto !important;
}
html body div.headerContainer div.ipcp-header-bar .ui-breadcrumb ul li .fa-home:before {
  content: "";
}
html body div.headerContainer div.ipcp-header-bar .ui-breadcrumb ul li .fa-home .ui-menuitem-text {
  display: inline;
  font-family: "Open Sans",​sans-serif !important;
}
html body div.headerContainer div.ipcp-header-bar .ui-breadcrumb ul li.fa,
html body div.headerContainer div.ipcp-header-bar .ui-breadcrumb ul li .ui-menuitem-link {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 3px;
  text-decoration: none;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body div.headerContainer div.ipcp-header-bar {
    padding: 0.5em;
  }
  html body div.headerContainer div.ipcp-header-bar h1 {
    font-size: 1.5em;
    line-height: 2em;
  }
}
html body div.contentContainer {
  background-color: transparent;
  background-image: none;
  padding-bottom: 1em;
  padding-top: 1em;
  clear: both;
  background-color: rgba(255,255,255,1.0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1.0)), to(rgba(255,255,255,0.0)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1.0), rgba(255,255,255,0.0));
  background: -moz-linear-gradient(top, rgba(255,255,255,1.0), rgba(255,255,255,0.0));
  background: -ms-linear-gradient(top, rgba(255,255,255,1.0), rgba(255,255,255,0.0));
  background: -o-linear-gradient(top, rgba(255,255,255,1.0), rgba(255,255,255,0.0));
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body div.contentContainer {
    padding-bottom: 0;
    padding-top: 0;
  }
}
html body div.contentContainer div.content {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  padding: 20px 20px 10px 20px !important;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body div.contentContainer div.content {
    padding: 0px !important;
  }
}
html body div.footerContainer {
  background-color: #ffffff;
  color: #555555;
  clear: both;
}
html body div.footerContainer a {
  color: #555555;
}
html body div.footerContainer div.footer {
  padding-top: 5px;
  text-align: center;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body div.footerContainer div.footer div div.ipcp-footer-column {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body div.footerContainer div.footer div div.ipcp-footer-column:first-child {
  border-left: 0 none;
  border-right: 0 none;
}
html body div.footerContainer div.footer div div.ipcp-footer-column:last-child {
  border-left: 0 none;
  border-right: 0 none;
}
html body div.footerContainer div.footer .ipcp-footer-link {
  display: block;
  padding: 0.5em 1em;
  text-align: left;
}
@media (min-width:481px) and (max-width: 640px), (min-width: 640px) and (max-width: 960px) {
  html body div.footerContainer div.footer .ipcp-footer-link {
    display: inline-block;
  }
}
html body .ipcp-messages.ui-sticky {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
html body .ipcp-header-menu {
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
html body .ipcp-header-menu:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
html body .ipcp-header-menu h1 {
  display: none;
}
html body .ipcp-header-menu #show-home-menu {
  margin: 0px auto auto 2%;
}
html body .ipcp-header-menu #show-home-menu {
  position: relative;
}
html body .ipcp-header-menu .menu-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 28px;
  cursor: pointer;
  color: #555555;
  overflow: hidden;
  margin: 0 0.5em;
}
html body .ipcp-header-menu .menu-item i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: 47px;
  height: 47px;
  vertical-align: top;
  cursor: pointer;
  color: #555555;
  overflow: hidden;
}
html body .ipcp-header-menu .menu-item span.menu-item-text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 47px;
  display: inline-block;
  height: 47px;
  vertical-align: top;
  font-size: 0.6em;
  color: #555555;
}
html body .ipcp-header-menu .menu-item:hover i {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 640px) and (max-width: 960px) {
  html body .ipcp-header-menu #show-home-menu,
  html body .ipcp-header-menu .menu-item {
    font-size: 22px;
  }
  html body .ipcp-header-menu #show-home-menu i,
  html body .ipcp-header-menu .menu-item i {
    line-height: 47px;
    width: 47px;
    height: 47px;
  }
  html body .ipcp-header-menu .menu-item span.menu-item-text {
    line-height: 47px;
    height: 47px;
  }
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body .ipcp-header-menu .menu-item {
    margin: 0;
  }
  html body .ipcp-header-menu #show-home-menu,
  html body .ipcp-header-menu .menu-item {
    font-size: 22px;
  }
  html body .ipcp-header-menu #show-home-menu i,
  html body .ipcp-header-menu .menu-item i {
    line-height: 37px;
    width: 37px;
    height: 37px;
  }
  html body .ipcp-header-menu .menu-item span.menu-item-text {
    line-height: 37px;
    height: 37px;
    display: none;
    width: 0px;
  }
}
html body .ipcp-header-menu .ipcp-login-state-logged-in {
  display: block;
  text-align: right;
  margin: 0 0.5em 0.25em 0;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body .ipcp-header-menu {
    background-color: #00539f;
    color: #ffffff;
  }
  html body .ipcp-header-menu #show-top-menu,
  html body .ipcp-header-menu #show-home-menu {
    display: block;
  }
  html body .ipcp-header-menu #top-menu {
    z-index: 1;
  }
  html body .ipcp-header-menu #top-menu a {
    display: block;
    padding: 0.5em 1em;
  }
  html body .ipcp-header-menu h1 {
    position: absolute;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    padding-left: 48px;
    padding-right: 48px;
    color: #555555;
    font-size: 20px;
    height: 37px;
    line-height: 37px;
  }
  html body .ipcp-login-state {
    float: right;
    text-align: right;
  }
  html body .ipcp-main-header {
    display: none !important;
  }
  html body #appHeaderBar {
    display: none !important;
  }
  html body.home #appHeaderBar {
    display: block !important;
  }
}
@media (min-width: 961px), (min-width: 640px) and (max-width: 960px) {
  html body .ipcp-profile-tabs.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
    text-align: center;
  }
  html body .ipcp-profile-tabs.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-icon {
    float: none;
  }
  html body .ipcp-profile-tabs.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-text {
    display: block;
  }
  html body .ipcp-header-menu {
    background-color: rgba(0, 0, 0, 0.25);
    color: #ffffff;
  }
  html body .ipcp-header-menu #show-top-menu,
  html body .ipcp-header-menu #show-home-menu {
    display: none;
  }
  html body .ipcp-login-state {
    float: right;
    text-align: right;
  }
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body .ipcp-profile-tabs {
    padding: 0;
  }
  html body .ipcp-profile-tabs.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
    margin-right: 0;
  }
  html body .ipcp-profile-tabs.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-text {
    display: none;
  }
  html body .ipcp-profile-tabs.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-icon.fa.spacer-right {
    margin-right: 0 !important;
  }
}
html body div.ipcp-login-panel .ipcp-login-form,
html body div.ipcp-registration-panel .ipcp-login-form {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 640px) and (max-width: 960px) {
  html body div.ipcp-login-panel .ipcp-login-form,
  html body div.ipcp-registration-panel .ipcp-login-form {
    width: 70%;
  }
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body div.ipcp-login-panel .ipcp-login-form,
  html body div.ipcp-registration-panel .ipcp-login-form {
    width: 90%;
  }
}
html body div.ipcp-login-panel .ui-inputtext,
html body div.ipcp-registration-panel .ui-inputtext,
html body div.ipcp-login-panel .ui-password,
html body div.ipcp-registration-panel .ui-password {
  width: 100%;
  box-sizing: border-box;
}
html body div.ipcp-login-panel .ui-chkbox,
html body div.ipcp-registration-panel .ui-chkbox {
  display: block;
  text-align: center;
}
html body div.ipcp-login-panel .ui-button,
html body div.ipcp-registration-panel .ui-button {
  width: 100%;
  box-sizing: border-box;
}
html body div.ipcp-button-bar {
  background-color: #f5f5f5;
  font-size: 14px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  color: #555555;
  margin-top: 10px;
  padding: 10px 15px !important;
}
html body div.ipcp-button-bar:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
body.admin div.ipcp-login-panel {
  margin: 0 auto;
  max-width: 500px;
}
body.admin div.ipcp-login-panel .ipcp-login-form {
  width: 80%;
}
body.admin .ipcp-logo-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 5% auto 0 auto;
  width: 40%;
  display: block;
}
@media (min-width: 640px) and (max-width: 960px) {
  body.admin .ipcp-logo-wrapper {
    width: 70%;
  }
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  body.admin .ipcp-logo-wrapper {
    width: 90%;
  }
}
body.admin .ipcp-system-name {
  top: 0px;
  right: 5px;
  position: absolute;
  font-size: 0.8em;
}
body.admin #layout-topbar .ui-breadcrumb {
  color: #ffffff;
  float: none;
  height: 40px;
  background: transparent none;
  padding: 12px 16px 12px 0 !important;
  border: none;
  position: absolute;
  left: 262px;
  right: 400px;
  overflow: hidden;
}
body.admin #layout-topbar .ui-breadcrumb ul li .fa-home .ui-menuitem-text {
  display: none;
}
body.admin #layout-topbar .ui-breadcrumb ul li.fa,
body.admin #layout-topbar .ui-breadcrumb ul li .ui-menuitem-link {
  color: #ffffff;
  font-size: 1.7em;
  line-height: 1.7em;
  margin-top: 3px;
  text-decoration: none;
}
body.admin .ui-toolbar .ipcp-quick-input {
  float: right;
  margin: 3px 5px 0 0;
  width: 100px;
  text-align: right;
}
body.app.admin div.ipcp-header {
  display: none;
}
body.app.admin div.content {
  margin-left: 0 !important;
  padding: 5px;
  background: none repeat scroll 0 0 transparent;
}
body.app .Wrapper {
  background: url("/iPCP/resources/primefaces-ipcp-opg/images/header.jpg") #ffffff no-repeat top left !important;
  background-size: 100% !important;
}
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ipcp-label-recurring-payment,
.ipcp-label-ticket-number {
  display: block;
}
html body.no-header-bar div.headerContainer .ipcp-header-bar {
  display: none;
}
html body.no-header-bar div.contentContainer {
  background: transparent none;
}
.ipcp-label-block,
.ipcp-label-startdate,
.ipcp-label-enddate,
.ipcp-label-flight,
.ipcp-label-voucher {
  display: block;
}
.ReservationCreate.reservationTime .ipcp-main-header,
.ReservationChange.reservationTime .ipcp-main-header {
  float: left;
  margin-top: 0.25em !important;
}
.ReservationCreate.reservationTime .ipcp-voucher-header,
.ReservationChange.reservationTime .ipcp-voucher-header {
  float: right;
}
.ReservationCreate.reservationTime .ui-calendar .ui-button-next,
.ReservationChange.reservationTime .ui-calendar .ui-button-next {
  display: none;
}
html body .ipcp-input-voucher {
  min-width: 130px;
  box-sizing: border-box;
}
html body .ipcp-button-voucher {
  margin-left: 2%;
  margin-right: 0;
  box-sizing: border-box;
}
html body .ipcp-input-flight {
  width: 100%;
  box-sizing: border-box;
}
html body .ui-calendar-input-group .ui-calendar-input-datetime,
html body .ui-calendar-input-group .ui-calendar-input-date,
html body .ui-calendar-input-group .ui-calendar-input-time {
  display: block;
  float: left;
  width: 50%;
  min-width: 0;
  box-sizing: border-box;
}
html body .ui-datepicker-group.ui-datepicker-group-middle {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  box-sizing: border-box;
}
@media (min-width:481px) and (max-width: 640px), (min-width: 640px) and (max-width: 960px) {
  html body .ui-datepicker-group.ui-datepicker-group-middle {
    border-right: none;
  }
}
@media (max-width: 480px) {
  html body .ui-datepicker-group.ui-datepicker-group-middle {
    border-right: none;
    border-left: none;
  }
}
.ipcp-date-go {
  width: 100%;
}
.ipcp-rates-table .ui-datascroller {
  width: 100%;
}
.ipcp-rates-table .ui-datascroller-list {
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21?28, Safari 6.1+ */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ipcp-rates-table .ui-datascroller-list:after {
  clear: both;
  content: "";
  display: table;
}
.ipcp-rates-table .ipcp-rate-warning .rate-validityPeriod {
  color: #f9bf08;
}
.ipcp-rates-table .ipcp-rate-unavailable .rate-validityPeriod {
  color: #ce2246;
}
.ipcp-rates-table-1 .ui-datascroller-item {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: .5em;
}
.ipcp-rates-table-2 .ui-datascroller-item {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: .5em;
}
@media (min-width:481px) and (max-width: 640px) {
  .ipcp-rates-table-2 .ui-datascroller-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ipcp-rates-table-2 .ui-datascroller-item {
    width: 100%;
  }
}
.ipcp-rates-table-3 .ui-datascroller-item {
  width: 33.33333%;
  float: left;
  box-sizing: border-box;
  padding: .5em;
}
@media (min-width:481px) and (max-width: 640px), (min-width: 640px) and (max-width: 960px) {
  .ipcp-rates-table-3 .ui-datascroller-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ipcp-rates-table-3 .ui-datascroller-item {
    width: 100%;
  }
}
.ipcp-rates-table-4 .ui-datascroller-item {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: .5em;
}
@media (min-width: 961px) and (max-width:1400px) {
  .ipcp-rates-table-4 .ui-datascroller-item {
    width: 33.33333%;
  }
}
@media (min-width:481px) and (max-width: 640px), (min-width: 640px) and (max-width: 960px) {
  .ipcp-rates-table-4 .ui-datascroller-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ipcp-rates-table-4 .ui-datascroller-item {
    width: 100%;
  }
}
.ipcp-rates-table .CardTextContainer {
  position: relative;
}
.ipcp-rates-table .CardTextContainer .button-bar {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  .ipcp-rates-table .CardTextContainer .button-bar {
    position: relative;
  }
}
.ipcp-rates-table > div,
.ipcp-rates-table .ui-datascroller-item {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ipcp-rates-table-2 .Card,
.ipcp-rates-table-3 .Card,
.ipcp-rates-table-4 .Card {
  box-sizing: border-box;
}
.ipcp-rates-table-2 .ui-button-big .ui-button-text,
.ipcp-rates-table-3 .ui-button-big .ui-button-text,
.ipcp-rates-table-4 .ui-button-big .ui-button-text {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ipcp-rates-table-3 div.Card,
.ipcp-rates-table-4 div.Card {
  position: relative;
}
.ipcp-rates-table-3 div.Card div.CardWrapper,
.ipcp-rates-table-4 div.Card div.CardWrapper,
.ipcp-rates-table-3 div.Card a.CardWrapper,
.ipcp-rates-table-4 div.Card a.CardWrapper {
  display: block;
}
.ipcp-rates-table-3 div.Card div.CardWrapper div.CardIconContainer,
.ipcp-rates-table-4 div.Card div.CardWrapper div.CardIconContainer,
.ipcp-rates-table-3 div.Card a.CardWrapper div.CardIconContainer,
.ipcp-rates-table-4 div.Card a.CardWrapper div.CardIconContainer {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  max-height: 150px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.ipcp-rates-table-3 div.Card div.CardWrapper div.CardIconContainer span,
.ipcp-rates-table-4 div.Card div.CardWrapper div.CardIconContainer span,
.ipcp-rates-table-3 div.Card a.CardWrapper div.CardIconContainer span,
.ipcp-rates-table-4 div.Card a.CardWrapper div.CardIconContainer span,
.ipcp-rates-table-3 div.Card div.CardWrapper div.CardIconContainer i,
.ipcp-rates-table-4 div.Card div.CardWrapper div.CardIconContainer i,
.ipcp-rates-table-3 div.Card a.CardWrapper div.CardIconContainer i,
.ipcp-rates-table-4 div.Card a.CardWrapper div.CardIconContainer i {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100% !important;
  box-sizing: border-box;
}
.ipcp-rates-table-3 div.Card div.CardWrapper div.CardIconContainer img,
.ipcp-rates-table-4 div.Card div.CardWrapper div.CardIconContainer img,
.ipcp-rates-table-3 div.Card a.CardWrapper div.CardIconContainer img,
.ipcp-rates-table-4 div.Card a.CardWrapper div.CardIconContainer img {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: none;
  max-height: none;
}
.ipcp-rates-table-3 div.Card div.CardWrapper div.CardIconContainer img.cover,
.ipcp-rates-table-4 div.Card div.CardWrapper div.CardIconContainer img.cover,
.ipcp-rates-table-3 div.Card a.CardWrapper div.CardIconContainer img.cover,
.ipcp-rates-table-4 div.Card a.CardWrapper div.CardIconContainer img.cover {
  width: 100%;
}
.ipcp-rates-table-3 div.Card div.CardWrapper div.CardTextContainer,
.ipcp-rates-table-4 div.Card div.CardWrapper div.CardTextContainer,
.ipcp-rates-table-3 div.Card a.CardWrapper div.CardTextContainer,
.ipcp-rates-table-4 div.Card a.CardWrapper div.CardTextContainer {
  display: block;
  width: 100%;
}
.ipcp-rates-table-3 div.Card div.CardWrapper div.CardTextContainer .button-bar,
.ipcp-rates-table-4 div.Card div.CardWrapper div.CardTextContainer .button-bar,
.ipcp-rates-table-3 div.Card a.CardWrapper div.CardTextContainer .button-bar,
.ipcp-rates-table-4 div.Card a.CardWrapper div.CardTextContainer .button-bar {
  position: absolute;
  right: 0;
  top: -45px;
}
.ipcp-rates-table-3 div.Card div.CardFooter,
.ipcp-rates-table-4 div.Card div.CardFooter {
  margin: 0;
  padding: 0;
  display: block;
  height: auto;
}
.ipcp-rates-table-3 div.Card div.CardFooter .ui-button.ui-button-next,
.ipcp-rates-table-4 div.Card div.CardFooter .ui-button.ui-button-next {
  margin: 0;
  font-size: 1.6em;
  width: 100%;
  box-sizing: border-box;
  float: none !important;
}
.rate-productName,
.rate-productDescription,
.rate-areasName {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.access-icon,
.CardIconContainer .access-icon {
  margin: 0.25em;
}
.rate-areaName {
  font-size: 1.6em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rate-productName {
  font-size: 1.4em;
}
.rate-price {
  font-size: 2em;
  font-weight: bold;
}
@media (max-width: 480px) {
  .rate-price {
    font-size: 1.4em;
  }
}
.rate-price-save {
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
}
.rate-original-price {
  display: none;
}
.rate-price-difference {
  white-space: nowrap;
  margin-top: 0.5em;
}
.rate-price-wrapper {
  padding-top: 10px;
}
.rate-availibilityNotice {
  color: #f9bf08;
  display: block;
  font-style: italic;
}
.info-panel {
  padding-top: 0.5em;
}
@media all and (min-width: 1781px) {
  .ipcp-order-summary.desktop {
    display: block;
    position: absolute;
    padding: 0 1em;
    right: -22em;
    width: 20em;
  }
  .ipcp-order-summary.desktop h3,
  .ipcp-order-summary.desktop .selection-price-gross {
    font-size: 1.6em;
  }
  .ipcp-order-summary.desktop .ipcp-change-selection {
    float: right;
    font-size: 0.8em;
  }
  .ipcp-order-summary.mobile {
    display: none;
  }
}
@media all and (max-width: 1780px) {
  .ipcp-order-summary.desktop {
    display: none;
  }
  .ipcp-order-summary.mobile {
    display: block;
  }
}
.ipcp-order-summary.desktop h3 {
  margin: 0.5em 0 !important;
}
.ipcp-order-summary.desktop .selection-price-gross,
.ipcp-order-summary.desktop .selection-product {
  font-weight: bold;
  display: block;
}
.ipcp-order-summary.desktop .selection-startdate,
.ipcp-order-summary.desktop .selection-enddate,
.ipcp-order-summary.desktop .selection-voucher {
  text-align: right;
  display: block;
}
.ipcp-order-summary.desktop .selection-price-gross {
  font-size: 1.6em;
  text-align: right;
}
.ipcp-order-summary.desktop .selection-price-net {
  font-size: 90%;
}
.ipcp-order-summary.desktop .selection-loyalty {
  word-wrap: break-word;
  text-align: right;
  display: block;
}
.ipcp-order-summary.desktop .selection-voucher {
  word-wrap: break-word;
  text-align: right;
  display: block;
}
.ipcp-original-order-watermark {
  position: absolute;
  left: -130px;
  font-size: 100px;
  top: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.ipcp-original-order-summary .fa,
.ipcp-order-summary.mobile .fa {
  vertical-align: middle;
}
.ipcp-original-order-summary .ui-outputlabel,
.ipcp-order-summary.mobile .ui-outputlabel {
  padding-right: 0.5em;
  font-size: 14px;
}
.ipcp-original-order-summary .selection-area::before,
.ipcp-order-summary.mobile .selection-area::before {
  content: ", ";
}
.ipcp-original-order-summary .selection-additional-product::before,
.ipcp-order-summary.mobile .selection-additional-product::before {
  content: ", ";
}
.ipcp-original-order-summary .selection-product::before,
.ipcp-order-summary.mobile .selection-product::before,
.ipcp-original-order-summary .selection-voucher::before,
.ipcp-order-summary.mobile .selection-voucher::before,
.ipcp-original-order-summary .selection-loyalty::before,
.ipcp-order-summary.mobile .selection-loyalty::before {
  content: " - ";
}
.ipcp-original-order-summary .selection-price-gross,
.ipcp-order-summary.mobile .selection-price-gross {
  padding-left: 0.5em;
  font-weight: bold;
}
.ipcp-table-summary .ipcp-total-row td {
  font-weight: bold;
}
.ipcp-hint-italic-right {
  float: right;
  margin-top: 0.25em;
  font-size: 0.75em;
  font-style: italic;
}
.online {
  color: #f79646;
}
.ausfahrt {
  color: #4f81bd;
}
.einfahrt {
  color: #92d050;
}
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  z-index: 9999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  width: 5px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  width: 5px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
.ripplelink {
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
body.loginbodyblue {
  background-image: url("/iPCP/resources/images/blue-background.svg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #0288d1;
  background-repeat: no-repeat;
  border-top: solid 10px #0288d1;
}
body.loginbodyorange {
  background-image: url("/iPCP/resources/images/orange-background.svg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #fb8c00;
  background-repeat: no-repeat;
  border-top: solid 10px #fb8c00;
}
body.loginbodyred {
  background-image: url("/iPCP/resources/images/red-background.svg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #e53935;
  background-repeat: no-repeat;
  border-top: solid 10px #e53935;
}
@media print {
  #layout-topbar,
  #layout-menu-cover {
    display: none !important;
  }
  #layout-portlets-cover {
    margin-left: 0px !important;
    padding: 10px !important;
  }
  #toolbarFrm {
    display: none !important;
  }
}
#layout-topbar {
  width: 100%;
  height: 64px;
  position: fixed;
  z-index: 1000;
  background-color: #00539f;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
#logo {
  width: 250px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  display: block;
  float: left;
  position: relative;
}
#logo .ipcp-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-color: #E0E0E0;
}
#logo .ipcp-logo:hover {
  background-color: #e6e6e6;
}
#mobile-menu-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  font-size: 28px;
  float: right;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  width: 47px;
  height: 42px;
  cursor: pointer;
  background-color: #00539f;
  position: relative;
  margin: 8px -24px auto auto;
  color: #ffffff;
  overflow: hidden;
}
#mobile-menu-button:hover,
#mobile-menu-button:focus {
  background-color: #1964a9;
}
#mobile-menu-button.MenuClose {
  margin-top: 39px !important;
  background-color: #ef5350 !important;
  color: #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top-menu {
  margin: 8px 1.3% 8px 0px;
  padding: 0px;
  float: right;
  display: block;
  opacity: 1;
}
#top-menu li {
  float: left;
  margin-left: 4px;
}
#top-menu > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 28px;
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  width: 47px;
  height: 42px;
  cursor: pointer;
  display: block;
  float: left;
  color: #ffffff;
  overflow: hidden;
}
#top-menu > li > a:hover,
#top-menu li a:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
#top-menu > li > a.noHover {
  background-color: transparent;
}
#top-menu > li > a .Txt {
  display: none;
}
#top-menu li ul {
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  float: left;
  overflow: hidden;
}
#top-menu li ul.active-menu {
  width: auto;
  height: 37px;
}
#top-menu li ul li {
  float: left;
  padding: 0px;
  margin: 0px;
  padding-top: 13px;
}
#top-menu li ul li input[type="text"],
#top-menu li ul li input[type="search"] {
  background-color: transparent;
  border: 0px none;
  border-bottom: solid 1px #ffffff;
  box-shadow: none;
  padding: 0px !important;
  width: 120px;
  font-weight: lighter;
  font-size: 16px;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#top-menu li ul li input[type="text"]::-webkit-input-placeholder,
#top-menu li ul li input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
#top-menu li ul li input[type="text"]:-moz-placeholder,
#top-menu li ul li input[type="search"]:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#top-menu li ul li input[type="text"]::-moz-placeholder,
#top-menu li ul li input[type="search"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#top-menu li ul li input[type="text"]:-ms-input-placeholder,
#top-menu li ul li input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
#top-menu li ul li a {
  color: #f5f5f5;
  padding: 0px 5px;
  display: block;
  border-bottom: solid 1px #f5f5f5;
  font-size: 16px;
  text-decoration: none;
}
#show-top-menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 10px;
  float: right;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  width: 47px;
  height: 47px;
  margin: 0px 2% auto auto;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  display: none !important;
  opacity: 0;
}
#show-top-menu i {
  height: 100%;
  width: 100%;
  line-height: 47px;
}
#show-top-menu:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#show-top-menu.MenuClose {
  background-color: rgba(255, 255, 255, 0.1);
}
#wrapper {
  display: inline;
  width: 100%;
  height: 100%;
}
#wrapperIndent {
  display: inline;
  height: 100%;
}
#layout-menu-cover {
  width: 250px;
  display: block;
  height: 100%;
  vertical-align: top;
  position: fixed;
  overflow: hidden;
  background-color: #ffffff;
  border-right: solid 1px #e0e0e0;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.layout-menu {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  margin-top: 70px;
  background-color: #ffffff;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.layout-menu.rio-menu {
  margin-top: 0px;
}
.layout-menu.rio-menu i.icon-ellipsis1 {
  display: none;
}
.layout-menu li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout-menu li a {
  color: #555555;
  cursor: pointer;
}
.layout-menu ul {
  padding: 0px;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
#layout-menu-cover ul.active-menu {
  height: auto;
  opacity: 1;
  background-color: #f5f5f5;
}
#layout-menu-cover:hover .layout-menu > li > a.active-menu,
.layout-menu > li > a.active-menu {
  background-color: #e0e0e0;
}
.layout-menu .active-menu-restore {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.layout-menu > li {
  width: auto;
  height: auto;
  font-size: 18px;
}
.layout-menu > li > a {
  width: 90%;
  padding: 8px 5%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout-menu > li > a:hover,
.layout-menu > li > a:active,
.layout-menu > li > a:focus {
  background-color: #e0e0e0;
}
.layout-menu > li > a > i {
  display: block;
  font-size: 21px;
  float: left;
  margin-right: 4px;
  line-height: 1 !important;
}
.layout-menu li ul li {
  font-size: 16px;
}
.layout-menu > li ul li a:focus {
  color: #555555;
}
.layout-menu > li ul li a.active-menu {
  background-color: #e0e0e0;
}
.layout-menu li ul li a {
  width: 84%;
  padding: 9px 8%;
  display: block;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout-menu li ul li a:hover {
  background-color: #e0e0e0;
}
.layout-menu li ul li a > i {
  margin-right: 4px;
  font-size: 16px;
}
.layout-menu li ul.menu-level-1 li a > i {
  margin-right: 8px;
}
.layout-menu li ul li.menu-parent > a:after {
  float: right;
  content: "\f078";
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
}
.layout-menu li ul li.menu-parent.active-menu-parent > a:after {
  float: right;
  content: "\f077";
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
}
.menu-level-1 {
  text-indent: 8px;
}
.menu-level-2 {
  text-indent: 16px;
}
.menu-level-3 {
  text-indent: 24px;
}
.layout-menu > li > a.menulink > i.icon-ellipsis1 {
  display: none;
}
#layout-portlets-cover {
  display: block;
  vertical-align: top;
  padding: 70px 10px 30px 0.1%;
  margin-left: 260px;
}
#layout-portlets-cover:before,
#layout-portlets-cover:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
#layout-portlets-cover:after {
  clear: both;
}
#layout-portlets-cover #toolbarFrm .ui-ribbon {
  float: left;
}
#layout-portlets-cover .spacer-top.ui-widget-minor {
  clear: left;
}
#layout-portlets-cover .ui-datatable-tablewrapper {
  overflow: auto !important;
}
html body.admin.simple #layout-menu-cover {
  display: block;
  height: 100%;
  position: fixed;
  z-index: 999;
  border-bottom: solid 1px #e0e0e0;
  margin-left: -250px;
  overflow: hidden;
}
html body.admin.simple #layout-menu-cover.showmenu {
  margin-left: 0px;
}
html body.admin.simple #layout-topbar #mobile-menu-button {
  display: block;
  font-size: 28px;
  padding-top: 5px;
  width: 47px;
  height: 42px;
  margin: 8px -24px auto auto;
}
html body.admin.simple #layout-topbar #mobile-menu-button.MenuClose {
  margin-top: 39px !important;
}
html body.admin.simple #layout-topbar .ui-breadcrumb {
  margin-left: 16px;
}
html body.admin.simple #layout-portlets-cover {
  display: block;
  vertical-align: top;
  padding: 70px 10px 30px 0.1%;
  margin-left: 10px;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px), (min-width: 640px) and (max-width: 960px), (min-width: 961px) and (max-width:1400px), (min-width: 961px) {
  html body.admin.simple .ShowOnMobile {
    display: none !important;
    opacity: 0;
  }
}
@media (max-width: 480px) {
  html body.admin.simple #layout-portlets-cover {
    margin-left: auto;
    margin-right: auto;
  }
  html body.admin.simple #layout-portlets-cover .ipcp-dashboard .ipcp-dashboard-item {
    width: 25em !important;
  }
}
@media (min-width: 640px) and (max-width: 960px), (min-width: 961px) and (max-width:1400px) {
  html,
  body {
    height: auto;
  }
  #layout-topbar {
    height: 64px;
  }
  #layout-topbar #logo {
    width: 225px;
    height: 64px;
  }
  #layout-topbar #logo img {
    height: 30px;
    max-width: 123px;
    margin-top: 18px;
    margin-left: 8%;
  }
  #layout-topbar #mobile-menu-button {
    display: block;
    font-size: 28px;
    padding-top: 5px;
    width: 47px;
    height: 42px;
    margin: 8px -24px auto auto;
  }
  #layout-topbar #mobile-menu-button.MenuClose {
    margin-top: 39px !important;
  }
  #layout-menu-cover {
    display: block;
    height: 100%;
    position: fixed;
    z-index: 999;
    border-bottom: solid 1px #e0e0e0;
    margin-left: -250px;
    overflow: hidden;
  }
  #layout-menu-cover.showmenu {
    margin-left: 0px;
  }
  #layout-portlets-cover {
    display: block;
    padding: 75px 1% 30px;
    margin-left: 0px;
  }
  #top-menu {
    width: 250px;
    position: absolute;
    display: none;
    opacity: 0;
    right: 2%;
    margin: 40px 0px 0px 0px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  #top-menu.showmenu {
    margin-top: 60px;
    opacity: 1;
    display: block !important;
  }
  #top-menu > li > a {
    font-size: 14px;
    text-align: left;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    cursor: pointer;
    display: block;
    float: left;
    color: #333333;
    border-radius: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #top-menu > li > a i {
    float: left;
    font-size: 18px;
    margin-right: 5px;
  }
  #top-menu > li > a .Txt {
    display: inline-block;
    float: left;
  }
  #top-menu > li > a:hover,
  #top-menu > li > a:focus {
    background-color: #e0e0e0;
  }
  #top-menu li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  #top-menu li ul {
    width: 150px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
  }
  #top-menu li ul.active-menu {
    width: auto;
    height: auto;
    background-color: #f5f5f5;
  }
  #top-menu li ul li {
    float: left;
    padding: 0px;
    margin: 0px;
  }
  #top-menu li ul li input[type="text"],
  #top-menu li ul li input[type="search"] {
    background-color: transparent;
    border: 0px none;
    border-bottom: solid 1px #e0e0e0;
    padding: 0px;
    width: 100px;
    margin: 10px 10px 10px 35px;
    font-weight: lighter;
    font-size: 14px;
    color: #555555;
  }
  #top-menu li ul li input[type="text"]::-webkit-input-placeholder,
  #top-menu li ul li input[type="search"]::-webkit-input-placeholder {
    color: #555555;
  }
  #top-menu li ul li input[type="text"]:-moz-placeholder,
  #top-menu li ul li input[type="search"]:-moz-placeholder {
    color: #555555;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]::-moz-placeholder,
  #top-menu li ul li input[type="search"]::-moz-placeholder {
    color: #555555;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]:-ms-input-placeholder,
  #top-menu li ul li input[type="search"]:-ms-input-placeholder {
    color: #555555;
  }
  #top-menu li ul li a {
    width: 105px;
    color: #333333;
    padding: 10px 10px 10px 35px;
    display: block;
    border: 0px none;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top-menu li ul li a:hover,
  #top-menu li ul li a:focus {
    background-color: #e0e0e0;
  }
  #show-top-menu {
    font-size: 28px;
    width: 47px;
    height: 47px;
    position: relative;
    display: inherit !important;
    opacity: 1;
  }
  #wrapper {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapperIndent {
    display: block;
    height: 100%;
  }
}
@media (min-width:481px) and (max-width: 640px) {
  html,
  body {
    height: auto;
  }
  #layout-topbar {
    height: 50px;
  }
  #layout-topbar #logo {
    width: 200px;
    height: 50px;
  }
  #layout-topbar #logo img {
    height: 24px;
    max-width: 123px;
    margin-top: 14px;
    margin-left: 8%;
  }
  #layout-topbar #mobile-menu-button {
    display: block;
    font-size: 22px;
    padding-top: 3px;
    width: 37px;
    height: 34px;
    margin: 7px -19px auto auto;
  }
  #layout-topbar #mobile-menu-button.MenuClose {
    margin-top: 31px !important;
  }
  #layout-menu-cover {
    display: block;
    height: 100%;
    position: fixed;
    z-index: 999;
    border-bottom: solid 1px #e0e0e0;
    margin-left: -250px;
    overflow: hidden;
  }
  #layout-menu-cover.showmenu {
    margin-left: 0px;
  }
  .layout-menu {
    margin-top: 57px;
  }
  #layout-portlets-cover {
    display: block;
    padding: 55px 1% 20px;
    margin-left: 0px;
  }
  #top-menu {
    width: 250px;
    position: absolute;
    display: none;
    opacity: 0;
    right: 2%;
    margin: 40px 0px 0px 0px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  #top-menu.showmenu {
    margin-top: 47px;
    opacity: 1;
    display: block !important;
  }
  #top-menu li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  #top-menu > li > a {
    font-size: 14px;
    text-align: left;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    cursor: pointer;
    display: block;
    float: left;
    color: #333333;
    border-radius: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #top-menu > li > a:hover,
  #top-menu li a:focus {
    background-color: #e0e0e0;
  }
  #top-menu > li > a i {
    float: left;
    font-size: 18px;
    margin-right: 5px;
  }
  #top-menu > li > a .Txt {
    display: inline-block;
    float: left;
  }
  #top-menu li ul {
    width: 150px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
  }
  #top-menu li ul.active-menu {
    width: auto;
    height: auto;
    background-color: #f5f5f5;
  }
  #top-menu li ul li {
    float: left;
    padding: 0px;
    margin: 0px;
  }
  #top-menu li ul li input[type="text"],
  #top-menu li ul li input[type="search"] {
    background-color: transparent;
    border: 0px none;
    border-bottom: solid 1px #e0e0e0;
    padding: 0px;
    width: 100px;
    margin: 10px 10px 10px 35px;
    font-weight: lighter;
    font-size: 14px;
    color: #555555;
  }
  #top-menu li ul li input[type="text"]::-webkit-input-placeholder,
  #top-menu li ul li input[type="search"]::-webkit-input-placeholder {
    color: #555555;
  }
  #top-menu li ul li input[type="text"]:-moz-placeholder,
  #top-menu li ul li input[type="search"]:-moz-placeholder {
    color: #555555;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]::-moz-placeholder,
  #top-menu li ul li input[type="search"]::-moz-placeholder {
    color: #555555;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]:-ms-input-placeholder,
  #top-menu li ul li input[type="search"]:-ms-input-placeholder {
    color: #555555;
  }
  #top-menu li ul li a {
    width: 105px;
    color: #333333;
    padding: 10px 10px 10px 35px;
    display: block;
    border: 0px none;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top-menu li ul li a:hover,
  #top-menu li ul li a:focus {
    background-color: #e0e0e0;
  }
  #show-top-menu {
    font-size: 22px;
    width: 37px;
    height: 37px;
    position: relative;
    display: inherit !important;
    opacity: 1;
  }
  #show-top-menu i {
    line-height: 37px;
  }
  #wrapper {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapperIndent {
    display: block;
    height: 100%;
  }
}
@media (max-width: 480px) {
  html,
  body {
    height: auto;
  }
  #layout-topbar {
    height: 50px;
  }
  #layout-topbar #logo {
    width: 175px;
    height: 50px;
  }
  #layout-topbar #logo img {
    height: 24px;
    max-width: 123px;
    margin-top: 14px;
    margin-left: 8%;
  }
  #layout-topbar #mobile-menu-button {
    display: block;
    font-size: 22px;
    padding-top: 3px;
    width: 37px;
    height: 34px;
    margin: 7px -19px auto auto;
  }
  #layout-topbar #mobile-menu-button.MenuClose {
    margin-top: 31px !important;
  }
  #layout-menu-cover {
    display: block;
    height: 100%;
    position: fixed;
    z-index: 999;
    border-bottom: solid 1px #e0e0e0;
    margin-left: -250px;
    overflow: hidden;
  }
  #layout-menu-cover.showmenu {
    margin-left: 0px;
  }
  .layout-menu {
    margin-top: 57px;
  }
  #layout-portlets-cover {
    display: block;
    padding: 55px 1% 20px;
    margin-left: 0px;
  }
  #top-menu {
    width: 200px;
    position: absolute;
    display: none;
    opacity: 0;
    right: 2%;
    margin: 40px 0px 0px 0px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  #top-menu.showmenu {
    margin-top: 47px;
    opacity: 1;
    display: block !important;
  }
  #top-menu li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  #top-menu > li > a {
    font-size: 14px;
    text-align: left;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    cursor: pointer;
    display: block;
    float: left;
    color: #333333;
    border-radius: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #top-menu > li > a:hover,
  #top-menu li a:focus {
    background-color: #e0e0e0;
  }
  #top-menu > li > a i {
    float: left;
    font-size: 18px;
    margin-right: 5px;
  }
  #top-menu > li > a .Txt {
    display: inline-block;
    float: left;
  }
  #top-menu li ul {
    width: 150px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
  }
  #top-menu li ul.active-menu {
    width: auto;
    height: auto;
    background-color: #f5f5f5;
  }
  #top-menu li ul li {
    float: left;
    padding: 0px;
    margin: 0px;
  }
  #top-menu li ul li input[type="text"],
  #top-menu li ul li input[type="search"] {
    background-color: transparent;
    border: 0px none;
    border-bottom: solid 1px #e0e0e0;
    padding: 0px;
    width: 100px;
    margin: 10px 10px 10px 35px;
    font-weight: lighter;
    font-size: 14px;
    color: #555555;
  }
  #top-menu li ul li input[type="text"]::-webkit-input-placeholder,
  #top-menu li ul li input[type="search"]::-webkit-input-placeholder {
    color: #555555;
  }
  #top-menu li ul li input[type="text"]:-moz-placeholder,
  #top-menu li ul li input[type="search"]:-moz-placeholder {
    color: #555555;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]::-moz-placeholder,
  #top-menu li ul li input[type="search"]::-moz-placeholder {
    color: #555555;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]:-ms-input-placeholder,
  #top-menu li ul li input[type="search"]:-ms-input-placeholder {
    color: #555555;
  }
  #top-menu li ul li a {
    width: 105px;
    color: #333333;
    padding: 10px 10px 10px 35px;
    display: block;
    border: 0px none;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top-menu li ul li a:hover,
  #top-menu li ul li a:focus {
    background-color: #e0e0e0;
  }
  #show-top-menu {
    font-size: 22px;
    width: 37px;
    height: 37px;
    position: relative;
    display: inherit !important;
    opacity: 1;
  }
  #show-top-menu i {
    height: 100%;
    width: 100%;
    line-height: 37px;
  }
  #wrapper {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapperIndent {
    display: block;
    height: 100%;
  }
}
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.Card:before,
.Card:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.Card:after {
  clear: both;
}
div.Card.ipcp-centered {
  max-width: 960px;
  margin: 0 auto;
}
div.Card {
  display: block;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #555555;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
  -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}
div.Card.CardIndent {
  margin: 0 5px 10px;
}
div.Card.CardImage a.CardWrapper div.CardIconContainer,
div.Card.CardImage div.CardWrapper div.CardIconContainer {
  padding: 0;
}
div.Card.CardImage a.CardWrapper div.CardIconContainer img,
div.Card.CardImage div.CardWrapper div.CardIconContainer img {
  max-width: 170px;
}
div.Card.FullHeight {
  height: 100%;
}
div.Card.ui-state-highlight {
  border: 3px solid #00539f;
}
div.Card.HoverEffect,
div.Cardhtml body .ui-button.ui-button-big {
  outline: 3px solid transparent;
}
div.Card.HoverEffect:hover,
div.Cardhtml body .ui-button.ui-button-big:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1.0;
  outline: 3px solid #00539f;
}
div.Card.Hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.Card.Hover:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 19px 38px rgba(43, 59, 93, 0.3), 0 15px 12px rgba(43, 59, 93, 0.22);
}
div.Card h1 {
  background-color: transparent;
  font-size: 20px;
  color: #555555;
  padding: 0;
  text-align: center;
  margin: 1em 0 2em !important;
}
div.Card .ui-separator {
  margin-left: 0;
  margin-right: 0;
}
div.Card div.CardFooter {
  border-top: solid 1px #e0e0e0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  clear: both;
}
div.Card div.CardFooter .ui-button.ui-button-big {
  margin: 10px;
}
div.Card div.CardFooter .ui-selectbooleancheckbox {
  display: inline-block;
  float: right;
  padding: 10px;
  border-left: solid 1px #e0e0e0;
}
div.Card div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain) .ui-icon,
div.Card div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain) .fa {
  margin-top: -12px !important;
  margin-left: 0px;
}
div.Card div.CardFooter .ui-menubutton {
  display: inline-block;
  float: right;
}
div.Card div.CardFooter .ui-menubutton .ui-button {
  padding: 0px !important;
  min-height: 44px !important;
}
div.Card div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain),
div.Card div.CardFooter .CardFooterBtn {
  padding: 10px;
  margin: 0;
  display: inline-block;
  float: right;
  min-height: 24px;
  border-left: solid 1px #e0e0e0;
  background: transparent none;
  color: #00539f;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
div.Card div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain).Fleft,
div.Card div.CardFooter .CardFooterBtn.Fleft {
  border-right: solid 1px #e0e0e0;
  border-left: none;
}
div.Card div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain):not(.ui-state-disabled):hover,
div.Card div.CardFooter .CardFooterBtn:not(.ui-state-disabled):hover {
  background-color: #f5f5f5;
  color: #00539f;
}
div.Card div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain) .ui-icon,
div.Card div.CardFooter .CardFooterBtn .ui-icon,
div.Card div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain) .fa,
div.Card div.CardFooter .CardFooterBtn .fa {
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
}
div.Card div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain) span.HoverText,
div.Card div.CardFooter .CardFooterBtn span.HoverText {
  display: none;
}
div.Card div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain):hover span.HoverText,
div.Card div.CardFooter .CardFooterBtn:hover span.HoverText {
  display: inline-block;
}
div.Card div.CardWrapper,
div.Card a.CardWrapper {
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: #555555 !important;
  text-decoration: none !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
div.Card div.CardWrapper:hover,
div.Card a.CardWrapper:hover {
  color: #555555 !important;
  text-decoration: none !important;
}
div.Card div.CardWrapper div.CardIconContainer,
div.Card a.CardWrapper div.CardIconContainer {
  background-color: #6698c5;
  color: #00539f !important;
  padding: 10px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
div.Card div.CardWrapper div.CardIconContainer span,
div.Card a.CardWrapper div.CardIconContainer span,
div.Card div.CardWrapper div.CardIconContainer i,
div.Card a.CardWrapper div.CardIconContainer i {
  margin: 20px 10px;
  display: block;
  font-size: 100px;
  width: 1.28571429em !important;
  text-align: center !important;
}
div.Card div.CardWrapper div.CardIconContainer img,
div.Card a.CardWrapper div.CardIconContainer img {
  margin: 0;
  display: block;
  max-width: 150px;
}
div.Card div.CardWrapper div.CardTextContainer,
div.Card a.CardWrapper div.CardTextContainer {
  padding: 10px;
  box-sizing: border-box;
  color: #555555;
  width: 100%;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
div.Card div.CardWrapper div.CardTextContainer div.CardTopic,
div.Card a.CardWrapper div.CardTextContainer div.CardTopic {
  font-size: 18px;
  font-family: "Montserrat",sans-serif;
  font-wight: 300;
  margin: 0px -10px 10px -10px;
  padding: 5px 0 15px 10px;
  width: auto;
  display: block;
  color: #555555;
  border-bottom: 1px solid #e0e0e0;
}
div.Card.ipcp-card-secondary {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.Card.ipcp-card-secondary > div.CardWrapper > div.CardIconContainer,
div.Card.ipcp-card-secondary > a.CardWrapper > div.CardIconContainer {
  background-color: #ffffff;
  color: #6698c5 !important;
}
div.Card.ipcp-card-secondary > div.CardFooter {
  border-top: 0 none;
}
div.Card.ipcp-card-secondary > div.CardFooter .ui-button:not(.ui-button-big):not(.ui-button-plain),
div.Card.ipcp-card-secondary > div.CardFooter .CardFooterBtn {
  border-left: 0 none;
}
div.Card div.CardLinkContainer {
  display: block;
  float: right;
  min-width: 350px;
  margin-left: 5px;
}
div.Card div.CardLinkContainer a {
  display: block;
  padding: 0.25em 0;
}
@media (min-width:481px) and (max-width: 640px), (max-width: 480px) {
  div.Card h1 {
    font-size: 1.5em;
    margin: 0.5em 0 1em !important;
  }
  div.Card .CardFooterBtn:hover span.HoverText {
    display: none;
  }
  div.Card div.CardLinkContainer {
    float: none;
  }
}
@media (min-width: 961px) and (max-width:1400px) {
  div.Card .CardFooterBtn.Responsive100 {
    float: right !important;
    width: auto !important;
  }
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px), (min-width: 640px) and (max-width: 960px) {
  div.Card .CardFooterBtn.Responsive100 {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0px 0px 0px -10px !important;
    border-left: none;
    border-bottom: solid 1px #e0e0e0;
  }
  div.Card .CardFooterBtn.Responsive100::first-child {
    margin-top: -10px !important;
  }
}
@media (max-width: 480px) {
  div.Card {
    position: relative;
  }
  div.Card div.CardWrapper,
  div.Card a.CardWrapper {
    display: block;
  }
  div.Card div.CardWrapper div.CardIconContainer,
  div.Card a.CardWrapper div.CardIconContainer {
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    max-height: 150px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  div.Card div.CardWrapper div.CardIconContainer span,
  div.Card a.CardWrapper div.CardIconContainer span,
  div.Card div.CardWrapper div.CardIconContainer i,
  div.Card a.CardWrapper div.CardIconContainer i {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100% !important;
    box-sizing: border-box;
  }
  div.Card div.CardWrapper div.CardIconContainer img,
  div.Card a.CardWrapper div.CardIconContainer img {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: none;
    max-height: none;
  }
  div.Card div.CardWrapper div.CardIconContainer img.cover,
  div.Card a.CardWrapper div.CardIconContainer img.cover {
    width: 100%;
  }
  div.Card div.CardWrapper div.CardTextContainer,
  div.Card a.CardWrapper div.CardTextContainer {
    display: block;
    width: 100%;
  }
  div.Card div.CardWrapper div.CardTextContainer .button-bar,
  div.Card a.CardWrapper div.CardTextContainer .button-bar {
    position: absolute;
    right: 0;
    top: -45px;
  }
  div.Card div.CardLinkContainer {
    display: block;
    width: 100%;
    min-width: none;
    float: none;
  }
  div.Card div.CardFooter {
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
  }
  div.Card div.CardFooter .ui-button.ui-button-next {
    margin: 0;
    font-size: 1.6em;
    width: 100%;
    box-sizing: border-box;
    float: none !important;
  }
}
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
label.label-floatlabel,
html body .ui-calendar-input-group label.ui-calendar-label-range-to,
html body .ui-calendar-input-group label.ui-calendar-label-range-from {
  font-size: 12px !important;
  line-height: 17px !important;
  color: #999  !important;
  font-weight: normal !important;
  font-style: normal !important;
  padding-top: 2px !important;
  padding-left: 8px;
  text-align: left !important;
  float: none !important;
  display: block !important;
  filter: alpha(opacity = 100) !important;
  /* IE 6, 7, 8 */
}
.ui-inputgroup > .floatlabel-wrapper,
.ui-inputgroup > .ipcp-input-attribute,
.ui-inputgroup > .ui-inputnumber,
.ui-inputgroup > .ui-calendar {
  flex-grow: 1;
}
.floatlabel-wrapper label.label-floatlabel {
  padding-left: 0px;
}
.ui-inputgroup-icon-left .floatlabel-wrapper label.label-floatlabel {
  margin-left: -39px;
}
.floatlabel-wrapper.inline {
  display: inline-block;
}
label.label-floatlabel.visible {
  display: block !important;
  opacity: 1.0 !important;
  filter: alpha(opacity = 100) !important;
  /* IE 6, 7, 8 */
}
.floatlabel:not(.ui-selectonemenu) {
  margin-top: 19px !important;
}
.ui-selectbooleancheckbox.floatlabel {
  margin-top: 25px !important;
}
.floatlabel-spacer {
  margin-top: 19px;
}
.floatlabel-spacer.ipcp-input-aligned {
  margin-top: 29px;
}
.ui-inputnumber.floatlabel {
  margin-top: 0px !important;
}
.ui-inputnumber.floatlabel input.ui-inputfield {
  margin-top: 19px !important;
}
.ipcp-calendar .floatlabel {
  margin-top: 0px !important;
}
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
html body .ui-steps .ui-steps-item .ui-menuitem-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em !important;
  font-size: 18px;
  border-bottom: 2px solid #00539f;
}
html body .ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link::before {
  border-color: #00539f;
}
html body .ui-steps .ui-steps-item .ui-menuitem-link.ui-state-done::before {
  border-color: #00539f;
}
html body .ui-steps .ui-steps-item:first-child .ui-menuitem-link::before {
  left: 50%;
}
html body .ui-steps .ui-steps-item:last-child .ui-menuitem-link::before {
  right: 50%;
}
html body .ui-steps ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  float: none;
}
html body .ui-steps .ui-steps-item {
  margin-right: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
  display: table-cell;
  float: none !important;
  vertical-align: middle;
  height: 100%;
  background: none;
  border: 0;
}
html body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
  border: 3px solid #fff;
  background-color: #00539f;
  color: #ffffff;
}
html body .ui-steps .ui-steps-item .ui-menuitem-link.ui-state-done .ui-steps-number {
  border: 3px solid #fff;
  background-color: #00539f;
  color: #ffffff;
}
html body .ui-steps .ui-steps-item .ui-menuitem-link {
  padding: 0px !important;
}
html body .ui-steps .ui-steps-item .ui-steps-number {
  display: inline-block;
  height: 2em !important;
  width: 2em !important;
  line-height: 2em;
  font-size: 18px;
  color: #ffffff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #fff;
  background-color: #999999;
  position: relative;
}
html body .ui-steps .ui-steps-title {
  color: #ffffff;
  margin: 0px 10px;
  font-size: 14px;
  background-color: rgba(153,153,153,0.9);
  padding: 5px;
  margin-top: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html body div.ipcp-steps-container {
  position: relative;
  clear: both;
  margin: 0 auto 10px auto;
  max-width: 1140px !important;
  width: 100% !important;
}
body.app.admin div.ipcp-steps-container {
  margin-left: 0 !important;
  max-width: none !important;
}
@media (min-width:481px) and (max-width: 640px) {
  html .ui-steps .ui-steps-item .ui-menuitem-link {
    padding: 0.5em;
  }
  html .ui-steps .ui-steps-item .ui-steps-title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 80%;
    margin: 2px 5px;
  }
}
@media (max-width: 480px) {
  html .ui-steps .ui-steps-item .ui-menuitem-link {
    padding: 0.5em;
  }
  html .ui-steps .ui-steps-item .ui-steps-title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 60%;
    margin: 2px 2.5px;
  }
}
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.p-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5em;
  margin-left: -0.5em;
  margin-top: -0.5em;
}
.p-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.p-nogutter > .p-col,
.p-nogutter > [class*="p-col-"] {
  padding: 0;
}
.p-dir-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-dir-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.p-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.p-justify-even {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.p-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.p-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0.5em;
}
.p-col-fixed {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5em;
}
.p-col-align-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.p-col-align-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.p-col-align-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.p-col-align-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.p-col-align-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5em;
}
.p-col-1 {
  width: 8.3333%;
}
.p-col-2 {
  width: 16.6667%;
}
.p-col-3 {
  width: 25%;
}
.p-col-4 {
  width: 33.3333%;
}
.p-col-5 {
  width: 41.6667%;
}
.p-col-6 {
  width: 50%;
}
.p-col-7 {
  width: 58.3333%;
}
.p-col-8 {
  width: 66.6667%;
}
.p-col-9 {
  width: 75%;
}
.p-col-10 {
  width: 83.3333%;
}
.p-col-11 {
  width: 91.6667%;
}
.p-col-12 {
  width: 100%;
}
.p-offset-12 {
  margin-left: 100%;
}
.p-offset-11 {
  margin-left: 91.66666667%;
}
.p-offset-10 {
  margin-left: 83.33333333%;
}
.p-offset-9 {
  margin-left: 75%;
}
.p-offset-8 {
  margin-left: 66.66666667%;
}
.p-offset-7 {
  margin-left: 58.33333333%;
}
.p-offset-6 {
  margin-left: 50%;
}
.p-offset-5 {
  margin-left: 41.66666667%;
}
.p-offset-4 {
  margin-left: 33.33333333%;
}
.p-offset-3 {
  margin-left: 25%;
}
.p-offset-2 {
  margin-left: 16.66666667%;
}
.p-offset-1 {
  margin-left: 8.33333333%;
}
.p-offset-0 {
  margin-left: 0%;
}
.p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12,
.p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
  padding: 0.5em;
}
.p-col-nogutter {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .p-sm-1,
  .p-sm-2,
  .p-sm-3,
  .p-sm-4,
  .p-sm-5,
  .p-sm-6,
  .p-sm-7,
  .p-sm-8,
  .p-sm-9,
  .p-sm-10,
  .p-sm-11,
  .p-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .p-sm-1 {
    width: 8.3333%;
  }
  .p-sm-2 {
    width: 16.6667%;
  }
  .p-sm-3 {
    width: 25%;
  }
  .p-sm-4 {
    width: 33.3333%;
  }
  .p-sm-5 {
    width: 41.6667%;
  }
  .p-sm-6 {
    width: 50%;
  }
  .p-sm-7 {
    width: 58.3333%;
  }
  .p-sm-8 {
    width: 66.6667%;
  }
  .p-sm-9 {
    width: 75%;
  }
  .p-sm-10 {
    width: 83.3333%;
  }
  .p-sm-11 {
    width: 91.6667%;
  }
  .p-sm-12 {
    width: 100%;
  }
  .p-sm-offset-12 {
    margin-left: 100%;
  }
  .p-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .p-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .p-sm-offset-9 {
    margin-left: 75%;
  }
  .p-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .p-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .p-sm-offset-6 {
    margin-left: 50%;
  }
  .p-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .p-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .p-sm-offset-3 {
    margin-left: 25%;
  }
  .p-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .p-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .p-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .p-md-1,
  .p-md-2,
  .p-md-3,
  .p-md-4,
  .p-md-5,
  .p-md-6,
  .p-md-7,
  .p-md-8,
  .p-md-9,
  .p-md-10,
  .p-md-11,
  .p-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .p-md-1 {
    width: 8.3333%;
  }
  .p-md-2 {
    width: 16.6667%;
  }
  .p-md-3 {
    width: 25%;
  }
  .p-md-4 {
    width: 33.3333%;
  }
  .p-md-5 {
    width: 41.6667%;
  }
  .p-md-6 {
    width: 50%;
  }
  .p-md-7 {
    width: 58.3333%;
  }
  .p-md-8 {
    width: 66.6667%;
  }
  .p-md-9 {
    width: 75%;
  }
  .p-md-10 {
    width: 83.3333%;
  }
  .p-md-11 {
    width: 91.6667%;
  }
  .p-md-12 {
    width: 100%;
  }
  .p-md-offset-12 {
    margin-left: 100%;
  }
  .p-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .p-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .p-md-offset-9 {
    margin-left: 75%;
  }
  .p-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .p-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .p-md-offset-6 {
    margin-left: 50%;
  }
  .p-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .p-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .p-md-offset-3 {
    margin-left: 25%;
  }
  .p-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .p-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .p-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-1,
  .p-lg-2,
  .p-lg-3,
  .p-lg-4,
  .p-lg-5,
  .p-lg-6,
  .p-lg-7,
  .p-lg-8,
  .p-lg-9,
  .p-lg-10,
  .p-lg-11,
  .p-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .p-lg-1 {
    width: 8.3333%;
  }
  .p-lg-2 {
    width: 16.6667%;
  }
  .p-lg-3 {
    width: 25%;
  }
  .p-lg-4 {
    width: 33.3333%;
  }
  .p-lg-5 {
    width: 41.6667%;
  }
  .p-lg-6 {
    width: 50%;
  }
  .p-lg-7 {
    width: 58.3333%;
  }
  .p-lg-8 {
    width: 66.6667%;
  }
  .p-lg-9 {
    width: 75%;
  }
  .p-lg-10 {
    width: 83.3333%;
  }
  .p-lg-11 {
    width: 91.6667%;
  }
  .p-lg-12 {
    width: 100%;
  }
  .p-lg-offset-12 {
    margin-left: 100%;
  }
  .p-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .p-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .p-lg-offset-9 {
    margin-left: 75%;
  }
  .p-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .p-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .p-lg-offset-6 {
    margin-left: 50%;
  }
  .p-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .p-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .p-lg-offset-3 {
    margin-left: 25%;
  }
  .p-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .p-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .p-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-1,
  .p-xl-2,
  .p-xl-3,
  .p-xl-4,
  .p-xl-5,
  .p-xl-6,
  .p-xl-7,
  .p-xl-8,
  .p-xl-9,
  .p-xl-10,
  .p-xl-11,
  .p-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .p-xl-1 {
    width: 8.3333%;
  }
  .p-xl-2 {
    width: 16.6667%;
  }
  .p-xl-3 {
    width: 25%;
  }
  .p-xl-4 {
    width: 33.3333%;
  }
  .p-xl-5 {
    width: 41.6667%;
  }
  .p-xl-6 {
    width: 50%;
  }
  .p-xl-7 {
    width: 58.3333%;
  }
  .p-xl-8 {
    width: 66.6667%;
  }
  .p-xl-9 {
    width: 75%;
  }
  .p-xl-10 {
    width: 83.3333%;
  }
  .p-xl-11 {
    width: 91.6667%;
  }
  .p-xl-12 {
    width: 100%;
  }
  .p-xl-offset-12 {
    margin-left: 100%;
  }
  .p-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .p-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .p-xl-offset-9 {
    margin-left: 75%;
  }
  .p-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .p-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .p-xl-offset-6 {
    margin-left: 50%;
  }
  .p-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .p-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .p-xl-offset-3 {
    margin-left: 25%;
  }
  .p-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .p-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .p-xl-offset-0 {
    margin-left: 0%;
  }
}
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
html body .ui-datatable table thead tr th.ipcp-action-column,
html body .ui-datatable table tbody tr td.ipcp-action-column,
html body .ui-datatable table tfoot tr td.ipcp-action-column {
  text-align: right !important;
  white-space: nowrap;
}
html body .ui-datatable table thead tr th.ipcp-amount-column,
html body .ui-datatable table tbody tr td.ipcp-amount-column,
html body .ui-datatable table tfoot tr td.ipcp-amount-column {
  text-align: right !important;
  white-space: nowrap;
}
html body .ui-datatable-reflow .ui-datatable-data td.ipcp-action-column[role="gridcell"] {
  text-align: right;
}
html body .ui-datatable .ui-inputfield,
html body .ui-datatable .ui-selectcheckboxmenu,
html body .ui-datatable .ui-selectonemenu,
html body .ui-datatable .ui-autocomplete {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body .ui-paginator.ui-paginator-top .ui-paginator-top-left-content {
  font-size: 18px;
  padding: 15px 10px;
  font-weight: 300;
}
html body .ui-panelgrid .ui-inputfield,
html body .ui-panelgrid .ui-selectcheckboxmenu,
html body .ui-panelgrid .ui-selectonemenu,
html body .ui-panelgrid .ui-autocomplete,
html body .ui-grid .ui-inputfield,
html body .ui-grid .ui-selectcheckboxmenu,
html body .ui-grid .ui-selectonemenu,
html body .ui-grid .ui-autocomplete,
html body .ipcp-full-width .ui-inputfield,
html body .ipcp-full-width .ui-selectcheckboxmenu,
html body .ipcp-full-width .ui-selectonemenu,
html body .ipcp-full-width .ui-autocomplete {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 0 !important;
}
html body .ipcp-full-width .ui-editor,
html body .ipcp-full-width .ui-editor iframe,
html body .ipcp-full-width .ui-editor textarea {
  width: 100% !important;
  box-sizing: border-box;
}
html body .ipcp-auto-width .ui-calendar-inputs,
html body .ui-panelgrid.ipcp-auto-width .ui-inputfield,
html body .ui-panelgrid.ipcp-auto-width .ui-selectcheckboxmenu,
html body .ui-panelgrid.ipcp-auto-width .ui-selectonemenu,
html body .ui-panelgrid.ipcp-auto-width .ui-autocomplete,
html body .ui-grid.ipcp-auto-width .ui-inputfield,
html body .ui-grid.ipcp-auto-width .ui-selectcheckboxmenu,
html body .ui-grid.ipcp-auto-width .ui-selectonemenu,
html body .ui-grid.ipcp-auto-width .ui-autocomplete,
html body .ipcp-auto-width {
  width: auto;
}
html body .ui-panelgrid {
  width: 100%;
}
html body .ui-panelgrid.ipcp-auto-width,
html body .ipcp-auto-width {
  width: auto !important;
}
html body .ui-panelgrid.ipcp-labled-grid td > label.ui-outputlabel,
html body .ui-panelgrid.ipcp-labled-grid td > div > label.ui-outputlabel,
html body .ui-panelgrid.ipcp-labled-grid div.ui-panelgrid-cell > label {
  float: right;
  text-align: right;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body .ui-panelgrid.ipcp-labled-grid td > label.ui-outputlabel,
  html body .ui-panelgrid.ipcp-labled-grid td > div > label.ui-outputlabel,
  html body .ui-panelgrid.ipcp-labled-grid div.ui-panelgrid-cell > label {
    float: none;
    text-align: left;
    font-weight: bolder;
  }
}
html body .ui-grid.ipcp-labled-grid > div.ui-g > div[class*="ui-g-"] > label.ui-outputlabel {
  text-align: right;
  display: block;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body .ui-grid.ipcp-labled-grid > div.ui-g > div[class*="ui-g-"] > label.ui-outputlabel {
    text-align: left;
  }
}
html body .ui-g.ipcp-centered,
html body .ipcp-centered > .ui-g {
  max-width: 960px;
  margin: 0 auto;
}
html body .ui-g.ui-g-nested,
html body .ui-g-nested > .ui-g {
  margin: -0.5em;
}
html body .ui-g.ui-g-nopad div[class*="ui-g-"],
html body .ui-g-nopad > .ui-g div[class*="ui-g-"] {
  padding: 0;
}
html body ui-g.ui-g-nopad-v,
html body .ui-g-nopad-v > .ui-g,
html body .ui-g-nopad-v {
  padding-top: 0;
  padding-bottom: 0;
}
html body ui-g.ui-g-nopad-v div[class*="ui-g-"],
html body .ui-g-nopad-v > .ui-g div[class*="ui-g-"],
html body .ui-g-nopad-v div[class*="ui-g-"] {
  padding-top: 0;
  padding-bottom: 0;
}
html body ui-g.ui-g-nopad-h,
html body .ui-g-nopad-h > .ui-g,
html body .ui-g-nopad-h {
  padding-left: 0;
  padding-right: 0;
}
html body ui-g.ui-g-nopad-h div[class*="ui-g-"],
html body .ui-g-nopad-h > .ui-g div[class*="ui-g-"],
html body .ui-g-nopad-h div[class*="ui-g-"] {
  padding-left: 0;
  padding-right: 0;
}
html body .ui-g.grid-lines div[class*="ui-g-"],
html body .grid-lines > .ui-g div[class*="ui-g-"] {
  border-bottom: 1px solid #e0e0e0;
}
html body .ui-panelgrid.ui-panelgrid-blank,
html body .ui-datagrid.ui-panelgrid-blank {
  border: 0 none;
  background: none;
}
html body .ui-datascroller.ui-panelgrid-blank {
  border: 0 none;
  background: none;
}
html body .ui-datascroller.ui-panelgrid-blank .ui-datascroller-item {
  border-bottom: none !important;
}
html body .ui-datascroller.ui-panelgrid-blank .ui-datascroller-content {
  padding: 0;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body .ui-panelgrid.ui-panelgrid-blank .ui-grid-responsive .ui-grid-row,
  html body .ui-datagrid.ui-panelgrid-blank .ui-grid-responsive .ui-grid-row {
    border: none;
  }
}
html body .ui-panelgrid-blank.ui-datagrid > .ui-datagrid-content {
  padding: 0;
  border: none;
}
html body .ui-panelgrid-blank .ui-grid-row .ui-panelgrid-cell:first-child,
html body .ui-panelgrid-blank .ui-grid-row .ui-datagrid-column:first-child {
  padding-left: 0;
}
html body .ui-panelgrid-blank .ui-grid-row .ui-panelgrid-cell:last-child,
html body .ui-panelgrid-blank .ui-grid-row .ui-datagrid-column:last-child {
  padding-right: 0;
}
html body .ui-g {
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21?28, Safari 6.1+ */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html body .ui-g:after {
  clear: both;
  content: "";
  display: table;
}
html body .ui-grid-header {
  color: #555555;
  font-size: 18px;
  font-weight: normal;
  padding: 7px 7px 0 7px;
}
html body .table-top td,
html body td.table-top,
html body tr.table-top {
  vertical-align: top;
}
html body .table-fixed table,
html body table.table-fixed {
  table-layout: fixed;
}
html body .ui-datatable.table-lines tbody td,
html body .ui-datatable.table-lines thead th,
html body .ui-datatable.table-lines tfoot td {
  border-left: none;
  border-right: none;
}
html body .ui-panel.ipcp-table-parent > .ui-panel-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html body .ui-datatable thead th,
html body .ui-datatable tbody td,
html body .ui-datatable tfoot td {
  white-space: normal;
}
html body .ui-datatable thead th,
html body .ui-datatable tfoot td {
  text-align: left !important;
}
html body .ui-datatable .ui-datatable-header,
html body .ui-panel .ui-panel-title,
html body .ui-datagrid .ui-datagrid-header {
  text-align: left;
}
html body .ui-datatable thead th,
html body .ui-datatable tfoot td {
  text-align: left !important;
}
html body .ui-datatable tr.warning,
html body .ui-datatable tr.WARNING,
html body .ui-datatable tr.warn,
html body .ui-datatable tr.WARN {
  background-color: rgba(255, 165, 0, 0.5) !important;
}
html body .ui-datatable tr.error,
html body .ui-datatable tr.ERROR,
html body .ui-datatable tr.severe,
html body .ui-datatable tr.SEVERE,
html body .ui-datatable tr.fatal,
html body .ui-datatable tr.FATAL {
  background-color: rgba(255, 0, 0, 0.5) !important;
}
html body .ui-datatable .ui-paginator .ui-paginator-top-left-content .ui-menubutton {
  margin: -10px 0 -15px 0;
}
html body .ipcp-header-icon {
  display: inline-block;
  text-decoration: none !important;
}
html body .ui-panelgrid.ui-panelgrid-blank .ui-datatable tbody > tr.ui-widget-content {
  border: 1px solid #d5d5d5;
}
html body .ui-datatable table,
html body .ui-treetable table {
  table-layout: auto;
}
html body .ui-datatable.ui-datatable-scrollable table,
html body .ui-treetable.ui-treetable-scrollable table {
  table-layout: fixed;
}
html body .ui-panel-titlebar .ui-button {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}
html body .ipcp-filter-hide .ui-column-filter,
html body .ipcp-filter-hide .ui-column-customfilter {
  display: none;
}
html body .ipcp-filter-show .ui-column-filter,
html body .ipcp-filter-show .ui-column-customfilter {
  display: initial;
}
html body .ui-state-highlight.ui-selected.ui-treetable-selectable-node {
  background-color: transparent;
  border-color: inherit;
  color: #555555;
}
html body .ui-datalist.list-separator {
  border: none;
}
html body .ui-datalist.list-separator .ui-datalist-content .ui-datalist-data {
  padding: 0;
}
html body .ui-datalist.list-separator .ui-datalist-content .ui-datalist-data:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
html body .ui-datalist.list-separator .ui-datalist-content .ui-datalist-empty-message {
  padding: 0;
}
html body .ui-datalist.list-separator li {
  float: left;
  list-style: none !important;
}
html body .ui-datalist.list-separator li:first-child::before {
  content: "";
}
html body .ui-datalist.list-separator li::before {
  content: ", ";
}
html body .ui-datalist.list-float li {
  float: left;
}
html body .ui-datalist .ui-datalist-nobullets {
  padding-left: 0;
}
html body .ui-datalist.list-lines {
  border: 0 none;
  padding: 0;
  margin: 0;
}
html body .ui-datalist.list-lines .ui-datalist-content .ui-datalist-data {
  padding: 0;
}
html body .ui-datalist.list-lines .ui-datalist-content .ui-datalist-empty-message {
  padding: 0;
}
html body .ui-datalist.list-lines .ui-datalist-content li.ui-datalist-item {
  border-bottom: 1px solid #e0e0e0;
}
html body .ui-datalist.list-lines .ui-datalist-content li.ui-datalist-item:last-child {
  border-bottom: 0 none;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("/iPCP/resources/fonts/robotocondensed-light-webfont.woff2") format('woff2'), url("/iPCP/resources/fonts/robotocondensed-light-webfont.woff?v=4.6.1") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url("/iPCP/resources/fonts/robotocondensed-regular-webfont.woff2") format('woff2'), url("/iPCP/resources/fonts/robotocondensed-regular-webfont.woff?v=4.6.1") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("/iPCP/resources/fonts/robotocondensed-bold-webfont.woff2") format('woff2'), url("/iPCP/resources/fonts/robotocondensed-bold-webfont.woff?v=4.6.1") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html body {
  /* firefox 19+ */
  /* ie */
  /* ie */
}
html body .ipcp-block-link {
  display: block;
  padding: 0.25em 0;
}
html body .ipcp-box-link,
html body .ipcp-box-link > a {
  text-decoration: none;
  color: inherit;
}
html body .ipcp-box-link .ui-inplace-display {
  text-decoration: none;
  color: inherit;
}
html body .ipcp-box-link.ui-inplace .ui-inplace-display.ui-state-highlight {
  text-decoration: none;
  color: inherit;
}
html body .ui-inplace.ipcp-event-none .ui-inplace-display {
  cursor: default;
}
html body .ui-inplace-display {
  text-decoration: underline;
}
html body .ui-lightbox .ui-lightbox-nav-left,
html body .ui-lightbox .ui-lightbox-nav-right {
  display: none !important;
}
html body .ui-growl-icon-close {
  position: absolute;
}
html body .ui-fluid .ui-button {
  width: inherit;
}
html body .ui-fluid .ui-inputtext[size],
html body .ui-fluid .ui-inputfield[size] {
  width: 100%;
}
html body .ipcp-dialog-with-card .ui-dialog-content {
  padding: 0 !important;
}
html body .ipcp-systemMessages-editable {
  border: 1px dotted #ddd;
  margin: 1px;
  padding: 1px;
}
html body .ipcp-systemMessages-editable:hover {
  border: 1px solid #fb8c00;
}
html body .ipcp-icon-warning {
  color: #f9bf08 !important;
}
html body .ipcp-icon-error {
  color: #ce2246 !important;
}
html body table.ui-datepicker-calendar {
  border-spacing: 0;
}
html body table.ui-datepicker-calendar tbody tr td.ui-datepicker-range {
  background: #80a9cf !important;
  color: #ffffff !important;
  border-color: transparent;
}
html body table.ui-datepicker-calendar tbody tr td.ui-datepicker-range.ui-datepicker-range-start a,
html body table.ui-datepicker-calendar tbody tr td.ui-datepicker-range.ui-datepicker-range-end a {
  background: #407eb7 !important;
  border-radius: 2px;
}
html body table.ui-datepicker-calendar tbody tr td.ui-datepicker-range.ui-datepicker-range-start {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html body table.ui-datepicker-calendar tbody tr td.ui-datepicker-range.ui-datepicker-range-end {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
html body table.ui-datepicker-calendar tbody tr td.ui-datepicker-range a {
  background: transparent !important;
  color: inherit !important;
}
html body .ui-calendar .ui-calendar-input-date {
  display: block;
  width: 100%;
}
html body .ui-calendar .ui-calendar-input-datetime {
  display: inline-block;
  width: 60%;
  box-sizing: border-box;
}
html body .ui-calendar .ui-calendar-input-time {
  display: inline-block;
  width: 40%;
  box-sizing: border-box;
}
html body .ui-datepicker.ui-datepicker-multi {
  width: auto !important;
}
html body .ui-dialog {
  max-width: 100%;
}
html body .ui-dialog.ipcp-dialog-big {
  min-width: 50%;
}
html body > .ui-blockui {
  position: fixed;
}
html body > .ui-blockui-content {
  max-width: 500px;
  position: fixed;
  top: 45% !important;
}
html body .ui-tooltip,
html body .ui-confirm-dialog {
  max-width: 500px;
}
html body .ipcp-corner-no-top {
  border-top: 0;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  -khtml-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
html body .ui-tabmenu.ipcp-bottom-dock,
html body .ui-tabmenu.ipcp-bottom-dock .ui-tabmenu-nav {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
html body dt {
  font-weight: bold;
  padding-bottom: 5px;
}
html body dd {
  padding-bottom: 10px;
}
html body .ui-notificationbar {
  z-index: 1000;
  height: auto !important;
}
html body .ui-widget-header::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
html body .ui-message.inline {
  display: inline-block;
}
html body .ui-messages.inline .ui-messages-info,
html body .ui-messages.inline .ui-messages-warn,
html body .ui-messages.inline .ui-messages-error,
html body .ui-messages.inline .ui-messages-fatal {
  margin: 0;
  padding: 5px;
}
html body ::-webkit-input-placeholder {
  color: #BBB;
}
html body ::-moz-placeholder {
  color: #BBB;
}
html body :-ms-input-placeholder {
  color: #BBB;
}
html body input:-ms-input-placeholder:focus {
  color: #BBB;
}
html body input:-moz-placeholder {
  color: #BBB;
}
html body input[readonly] {
  border-color: transparent !important;
}
html body input[readonly="readonly"] {
  border-color: transparent !important;
  cursor: default;
}
html body input[readonly]::-webkit-input-placeholder,
html body input[readonly="readonly"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: transparent;
}
html body input[readonly]:-moz-placeholder,
html body input[readonly="readonly"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
html body input[readonly]::-moz-placeholder,
html body input[readonly="readonly"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
html body input[readonly]:-ms-input-placeholder,
html body input[readonly="readonly"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
html body .ui-inputgroup .ui-inputgroup-main {
  flex-grow: 1;
}
html body .ui-inputgroup .ui-inputgroup-addon,
html body .ui-inputgroup .ui-inputgroup-addon-checkbox,
html body .ui-inputgroup .ui-inputgroup-nogrow {
  flex-grow: 0;
}
html body .ipcp-input-readonly {
  padding: 5px;
  border: 0;
  display: block;
}
html body .ipcp-input-html {
  font-family: monospace !important;
  font-size: 0.8em;
}
html body .ui-menu {
  min-width: 18em;
  width: auto !important;
}
html body .ui-selectcheckboxmenu-panel,
html body .ui-selectonemenu-panel {
  min-width: 18em;
}
html body .ui-datatable .ui-selectcheckboxmenu-panel,
html body .ui-datatable .ui-selectonemenu-panel {
  min-width: 0;
}
html body .ui-columntoggler {
  min-width: 18em;
  height: auto !important;
  display: none;
}
html body .ui-menuitem-selected {
  font-style: bold;
}
html body div.fc-view .schedule-free {
  background-color: #03a9f4;
}
html body div.fc-view .schedule-full {
  background-color: #ce2246;
}
html body div.ui-selectonebutton .ui-state-active {
  font-weight: bold;
  background-color: #009900 !important;
}
html body div.ui-selectonebutton .ui-state-hover {
  background-color: #006600 !important;
}
html body div.ui-selectonebutton .ui-state-focus {
  outline: none !important;
}
html body div.ui-chips ul.ui-chips-container {
  height: 40px;
}
html body div.ui-chips ul.ui-chips-container .ui-chips-token {
  border-radius: 15px;
  background: #B3DAFF;
  padding-top: 7px;
  padding-bottom: 4px;
  margin-top: -2px;
}
html body div.ui-chips ul.ui-chips-container .ui-chips-token .ui-chips-token-label {
  margin-top: -5px;
}
html body div.ui-chips ul.ui-chips-container .ui-chips-token .ui-chips-token-icon {
  margin-top: -7px;
  right: .4em;
}
html body div.ui-chips ul.ui-chips-container .ui-chips-input-token {
  margin-top: -3px;
  margin-left: 5px;
}
html body .ui-ribbon.ipcp-tabless .ui-tabs-nav li,
html body .ui-tabs.ipcp-tabless .ui-tabs-nav li {
  display: none;
}
html body .ui-ribbon .ui-fileupload-buttonbar {
  padding: 0;
}
html body .ui-ribbon .ui-fileupload-content {
  display: none;
}
html body .ui-ribbon-bigbutton {
  width: auto;
  min-width: 5em;
  padding-left: 5px;
  padding-right: 5px;
}
html body .ui-ribbon-bigbutton.medium {
  min-width: 7.5em;
}
html body .ui-ribbon-bigbutton.large {
  min-width: 10em;
}
html body .ui-ribbon-bigbutton .fa {
  font-size: 2.2em;
  margin-top: -22px !important;
}
html body .ui-ribbon-bigbutton .ui-button-text {
  padding-top: 2.7em;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body .ui-ribbon.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
  }
  html body .ui-ribbon.ui-tabs .ui-ribbon-group-label {
    display: none;
  }
  html body .ui-ribbon.ui-tabs .ui-ribbon-group-content {
    margin-bottom: 0;
  }
  html body .ui-ribbon.ui-tabs .ui-ribbon-group {
    border-right: 0;
  }
  html body .ui-ribbon.ui-tabs .ui-ribbon-group .ui-ribbon-group-content {
    margin-bottom: 0;
    padding-bottom: 3px;
  }
  html body .ui-ribbon.ui-tabs .ui-ribbon-bigbutton .ui-icon.fa {
    margin: -15px 0 0 -17px !important;
  }
  html body .ui-ribbon.ui-tabs .ui-ribbon-bigbutton .ui-button-text {
    padding: 2.3em 5px 0px !important;
  }
}
html body .ui-button.ui-button-big {
  padding: 0.3em;
  font-size: 1.7em;
}
@media (max-width: 480px), (min-width:481px) and (max-width: 640px) {
  html body .ui-button.ui-button-big {
    padding: 0.1em;
    font-size: 1.5em;
  }
}
html body .ui-button.ui-button-big.ui-button-text-icon-left .ui-button-text {
  padding: 10px 20px 10px 50px !important;
}
html body .ui-button.ui-button-big .ui-button-icon-left.fa,
html body .ui-button.ui-button-big .ui-button-icon-right.fa {
  font-size: 20px;
  margin-top: -10px !important;
}
html body .ui-button.ui-button-big.ui-button-big.ui-button-text-icon-right .ui-button-text {
  padding: 10px 50px 10px 20px !important;
}
html body .ui-button.ui-button-small .ui-button-text {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
html body .borderless {
  border: 0 none;
  padding: 0;
  margin: 0;
}
html body .borderless > .ui-panel-footer {
  padding-left: 0;
  padding-right: 0;
}
html body .borderless > .ui-datalist-content > ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
html body .borderless > .ui-panel-content,
html body .borderless > .ui-datagrid-content,
html body .borderless > .ui-datalist-content,
html body .borderless > .ui-widget-content {
  padding: 0;
  border: 0 none;
}
html body.admin {
  font-size: 12px;
}
html body.admin .ipcp-sidebar:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
html body.admin .ipcp-sidebar .ipcp-sidebar-item {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 18em;
  float: left;
  text-align: center;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  margin: 0.5em;
  padding: 0.75em 0;
  color: #555555 !important;
  font-size: 100%;
  font-weight: normal;
}
html body.admin .ipcp-sidebar .ipcp-sidebar-item a {
  color: #555555;
  text-decoration: none;
}
html body.admin .ipcp-sidebar .ipcp-sidebar-item .ui-icon {
  margin: 0 auto;
}
html body.admin .ipcp-sidebar .ipcp-sidebar-item .fa {
  padding: .2em;
  margin-bottom: 0.2em;
  display: inline-block !important;
  border-radius: 1.28571em !important;
  height: 1.28571em !important;
  text-align: center !important;
  width: 1.28571em !important;
  line-height: 1.28571em !important;
  background-color: #00539f;
  border: 2px solid #00539f;
  color: #ffffff;
}
html body.admin .ipcp-sidebar .ipcp-sidebar-item:hover {
  background-color: #80a9cf;
  color: #ffffff !important;
  border-color: #00539f;
  box-shadow: none;
  opacity: 1.0;
}
html body.admin .ipcp-sidebar .ipcp-sidebar-item:hover a {
  color: #ffffff !important;
  text-decoration: underline;
}
html body.admin .ipcp-sidebar .ipcp-sidebar-item:hover .fa {
  color: #00539f;
  background-color: #ffffff;
}
html body.admin .ipcp-sidebar .ipcp-sidebar-item:active {
  background: #F0F0F0;
}
html body.admin .ipcp-sidebar .ui-separator {
  clear: both;
  margin: 0;
}
html body.admin .ipcp-dashboard:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
html body.admin .ipcp-dashboard .ipcp-dashboard-item {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 18em;
  float: left;
  text-align: center;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  margin: 0.5em;
  padding: 0.75em 0;
  color: #555555 !important;
  font-size: 100%;
  font-weight: normal;
}
html body.admin .ipcp-dashboard .ipcp-dashboard-item a {
  color: #555555;
  text-decoration: none;
}
html body.admin .ipcp-dashboard .ipcp-dashboard-item .ui-icon {
  margin: 0 auto;
}
html body.admin .ipcp-dashboard .ipcp-dashboard-item .fa {
  padding: .2em;
  margin-bottom: 0.2em;
  display: inline-block !important;
  border-radius: 1.28571em !important;
  height: 1.28571em !important;
  text-align: center !important;
  width: 1.28571em !important;
  line-height: 1.28571em !important;
  background-color: #00539f;
  border: 2px solid #00539f;
  color: #ffffff;
}
html body.admin .ipcp-dashboard .ipcp-dashboard-item:hover {
  background-color: #80a9cf;
  color: #ffffff !important;
  border-color: #00539f;
  box-shadow: none;
  opacity: 1.0;
}
html body.admin .ipcp-dashboard .ipcp-dashboard-item:hover a {
  color: #ffffff !important;
  text-decoration: underline;
}
html body.admin .ipcp-dashboard .ipcp-dashboard-item:hover .fa {
  color: #00539f;
  background-color: #ffffff;
}
html body.admin .ipcp-dashboard .ipcp-dashboard-item:active {
  background: #F0F0F0;
}
html body.admin .ipcp-dashboard .ui-separator {
  clear: both;
  margin: 0;
}
html body.admin .bulkOperation {
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
html body.admin .ipcp-log-viewer .date-column {
  width: 220px;
  float: left;
}
html body.admin .ipcp-log-viewer .message-column {
  margin-left: 220px;
}
.accessTypeContainer,
.driveInIdShortcodeContainer,
.driveInId1Container,
.expirationContainer,
.data1Container,
.data2Container {
  float: left;
  margin: 0px 5px 5px 0;
  height: 65px;
}
.expirationContainer {
  width: 220px;
}
.LICENSEPLATE.image,
.LICENSEPLATE .driveInId1Container {
  position: relative;
  display: inline-block;
  padding: 6px 2px 6px 22px;
  height: 28px;
  width: 158px;
  background: url("/iPCP/resources/images/kfz_custom_eu.png") no-repeat;
}
.LICENSEPLATE.image.de,
.LICENSEPLATE .driveInId1Container.de {
  background: url("/iPCP/resources/images/kfz_de.png") no-repeat;
}
.LICENSEPLATE.image.lu,
.LICENSEPLATE .driveInId1Container.lu {
  background: url("/iPCP/resources/images/kfz_lu.png") no-repeat;
}
.LICENSEPLATE.image.be,
.LICENSEPLATE .driveInId1Container.be {
  background: url("/iPCP/resources/images/kfz_be.png") no-repeat;
}
.LICENSEPLATE.image.nl,
.LICENSEPLATE .driveInId1Container.nl {
  background: url("/iPCP/resources/images/kfz_nl.png") no-repeat;
}
.LICENSEPLATE.image.gb,
.LICENSEPLATE .driveInId1Container.gb {
  background: url("/iPCP/resources/images/kfz_gb.png") no-repeat;
}
.LICENSEPLATE.image.ch,
.LICENSEPLATE .driveInId1Container.ch {
  background: url("/iPCP/resources/images/kfz_ch.png") no-repeat;
}
.LICENSEPLATE.image .ui-inputfield {
  position: absolute;
  width: 40px;
  padding: 4px;
}
.LICENSEPLATE.image .ui-inputfield.input0 {
  left: 24px;
}
.LICENSEPLATE.image .ui-inputfield.input1 {
  left: 76px;
}
.LICENSEPLATE.image .ui-inputfield.input2 {
  left: 128px;
}
.LICENSEPLATE.image.de .ui-inputfield.input0 {
  width: 38px;
  left: 24px;
}
.LICENSEPLATE.image.de .ui-inputfield.input1 {
  width: 24px;
  left: 90px;
}
.LICENSEPLATE.image.de .ui-inputfield.input2 {
  width: 40px;
  left: 126px;
}
html body .LICENSEPLATE.image.cols1 .ui-inputfield {
  width: 140px;
}
html body .LICENSEPLATE.image.cols2 .ui-inputfield {
  width: 65px;
}
html body .LICENSEPLATE.image.cols2 .ui-inputfield.input1 {
  left: 101px;
}
.ipcp-input-attribute {
  display: inline-block;
}
.ipcp-input-attribute:only-child {
  display: block;
}
.ipcp-input-attribute.ui-inputgroup,
.ipcp-input-attribute.ui-inputgroup:only-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ui-fluid .ipcp-input-attribute {
  width: 100%;
}
.ipcp-status .ipcp-status-icon {
  margin-right: 0.25em;
  margin-left: 0.25em;
  font-weight: 900;
}
.ipcp-status .ipcp-status-icon.warning {
  color: #f9bf08;
}
.ipcp-status .ipcp-status-icon.error {
  color: #ce2246;
}
.ipcp-status .ipcp-status-icon.info {
  color: #03a9f4;
}
.ipcp-status .ipcp-status-icon.default {
  color: #555555;
}
.ipcp-status.with-label .ipcp-status-icon {
  display: none;
}
.ipcp-status .ipcp-status-label {
  border-radius: 8px;
  padding: 2px 8px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.ipcp-status.warning .ipcp-status-label {
  background-color: #f9bf08;
}
.ipcp-status.error .ipcp-status-label {
  background-color: #ce2246;
}
.ipcp-status.info .ipcp-status-label {
  background-color: #03a9f4;
}
.ipcp-status.default .ipcp-status-label {
  background-color: #555555;
}
.hi-icons.hi-icons-left {
  text-align: center;
}
.hi-icon-container {
  display: inline-block;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none;
  color: #ffffff;
}
.hi-icon-container.ui-commandlink {
  color: #ffffff;
}
.hi-icon-container:hover,
.hi-icon-container.ui-commandlink:hover {
  color: #ffffff;
}
.hi-icon-container .hi-icon {
  display: inline-block;
  cursor: pointer;
  margin: 0.5em 1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.hi-icon-container .hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon-container .hi-icon:before {
  speak: none;
  font-size: 1em;
  line-height: 2em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon-effect-1 .hi-icon-container .hi-icon {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon-container .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #ffffff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.hi-icon-effect-1a .hi-icon-container .hi-icon:hover,
.hi-icon-effect-1a .hi-icon-container .hi-icon.selected,
.hi-icon-effect-1a .hi-icon-container .selected .hi-icon,
.hi-icon-effect-1a .hi-icon-container.selected .hi-icon {
  background: #ffffff;
  color: #00539f;
}
.hi-icon-effect-1a .hi-icon-container .hi-icon:hover:after,
.hi-icon-effect-1a .hi-icon-container .hi-icon.selected:after,
.hi-icon-effect-1a .hi-icon-container .selected .hi-icon:after,
.hi-icon-effect-1a .hi-icon-container.selected .hi-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.ipcp-cashpoint-link {
  font-size: 20pt;
}
.ipcp-cashpoint-link.red {
  color: red;
}
html .ui-treetable table tbody .ui-state-highlight td {
  color: inherit !important;
  background-color: inherit !important;
}
html body .ipcp-separator-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
}
html body .ipcp-separator-text:before {
  content: '';
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
html body .ipcp-separator-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #555555;
  background-color: #ffffff;
}
div.ipcp-visible-tooltip {
  position: absolute;
  background: white;
  color: darkgray;
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 10px;
  padding: 1px 5px;
}
body {
  background-color: #f5f5f5;
}
html body .ui-sidebar-close,
html body .ui-sidebar-close:hover,
html body .ui-sidebar-close:focus {
  padding: 0;
}
html body .ipcp-profile-tabs.ui-tabmenu {
  padding-left: 0;
  padding-right: 0;
}
html body div.ipcp-button-bar {
  background-color: #f5f5f5;
  font-size: 14px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border: 1px solid #e0e0e0;
  border-top: 0px solid transparent;
  color: #555555;
  margin-top: 0px;
}
html body .ui-inputgroup .ui-inputgroup-addon,
html body .ui-inputgroup .ui-inputgroup-addon-checkbox {
  border: 0;
  background-color: #ededed;
  flex-grow: 0;
}
html body .ui-inputgroup .ui-inputgroup-addon {
  padding: 9px 9px 9px 9px;
  border-bottom: 1px solid #c2c2c2;
  line-height: 19px;
}
html body .ui-inputgroup .ui-inputgroup-addon-checkbox {
  padding: 6px;
}
html body .ui-inputgroup .ui-inputgroup-addon-checkbox .ui-chkbox .ui-chkbox-box {
  margin-right: 5px;
  margin-left: 5px;
}
html body .ipcp-input-readonly {
  padding: 9px;
  border: 0;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  min-height: 1.25em;
  line-height: 1.25em;
}
html body .LICENSEPLATE.image .ui-inputfield {
  padding: 4px 1px !important;
  position: absolute;
  width: 48px;
  font-size: 14px;
}
html body .rate-price-save {
  font-size: 1em;
  display: inline-block;
  background-color: #00539f;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  margin-left: 0.5em;
}
html body .rate-price-save a {
  color: #ffffff !important;
}
html body .rate-price-save a:hover {
  color: #ffffff !important;
}
.ui-paginator .ipcp-header-icon {
  margin-top: 1em;
}
.ipcp-header-icon {
  vertical-align: middle;
  overflow: visible !important;
  margin-right: 0.5em;
}
.ipcp-header-icon .fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 1em;
  width: 1em;
  line-height: 1em;
  padding: 0.5em;
}
.ipcp-header-icon .fa:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.ipcp-input-aligned {
  display: inline-block;
  margin-bottom: 9px;
  margin-top: 9px;
}
div.ipcp-filter-panel .ipcp-filter-adjustmenu {
  margin-top: -10px;
  margin-bottom: -10px;
}
.ui-widget .ui-widget {
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a,
.ui-widget-content a {
  color: #00539f;
}
a:hover {
  color: #00539f;
}
.ui-widget-header {
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
input[type="text"].ui-state-error,
input[type="text"]:invalid,
input[type="email"]:invalid,
input[type="password"].ui-state-error,
input[type="password"]:invalid,
.ui-inputtextarea.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border-bottom-color: #ce2246 !important;
  color: #ce2246;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-widget-content label.ui-state-error {
  border: 0px !important;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
label.ui-state-error {
  color: #ce2246 !important;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2b2b2b;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2b2b2b;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .50;
  filter: alpha(opacity=50);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=50);
  /* For IE8 - See #6059 */
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}
.ui-widget-overlay {
  background: #444444;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: 4px 0 0 4px;
  padding: 0px;
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
label {
  font-weight: normal !important;
}
.ui-shadow,
#ui-datepicker-div {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
}
@media screen and (min-width: 0\0) {
  .ui-shadow,
  #ui-datepicker-div {
    box-shadow: 0px 0px 8px 0px rgba(43, 59, 93, 0.4) !important;
  }
}
.ui-blockui-content {
  background-color: #fff;
  opacity: 0.9;
}
.ui-breadcrumb {
  background-image: initial !important;
  padding: 10px 16px 8px 16px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
}
.ui-breadcrumb ul li {
  z-index: 990 !important;
  margin-right: 10px !important;
}
.ui-breadcrumb ul li .ui-menuitem-link:hover {
  color: #00539f;
}
.ui-breadcrumb ul li .ui-menuitem-link {
  font-size: 16px;
  color: #555555;
  letter-spacing: 0px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.ui-datatable {
  border: solid 1px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  color: #555555;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-datatable .ui-datatable-sticky {
  border: 0px;
  padding: 0px;
}
.ui-datatable .ui-datatable-sticky.ui-sticky {
  top: 63px !important;
}
.ui-datatable .ui-datatable-sticky:hover {
  border: 0px !important;
}
.ui-datatable .ui-datatable-odd {
  background-color: #ededed;
}
.ui-datatable .ui-datatable-even {
  background-color: #ffffff;
}
.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-subtable-header {
  color: #ffffff;
  background-color: #00539f;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  font-size: 18px;
  padding: 15px 10px !important;
  font-weight: normal;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-datatable .ui-datatable-header .ui-button {
  margin-top: -7.5px !important;
  margin-bottom: -7.5px !important;
  border: solid 1px #ffffff;
}
.ui-datatable .ui-datatable-summaryrow {
  color: #ffffff;
  background-color: #00539f;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  font-size: 18px;
  padding: 15px 10px !important;
  font-weight: normal;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-datatable .ui-datatable-summaryrow td {
  color: #ffffff;
}
.ui-datatable .ui-datatable-data tr.ui-state-hover a {
  color: #00539f;
}
.ui-datatable .ui-datatable-data tr.ui-state-highlight a {
  color: #ffffff;
}
@media (max-width: 640px) {
  .ui-datatable .ui-datatable-sticky.ui-sticky {
    top: 49px !important;
  }
}
.ui-datatable .ui-datatable-scrollable-header,
.ui-datatable .ui-datatable-scrollable-footer {
  color: #555555;
  background-color: #fbfcfd;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-datatable .ui-datatable-scrollable-header {
  border-radius: 1px 1px 0px 0px;
  -moz-border-radius: 1px 1px 0px 0px;
  -webkit-border-radius: 1px 1px 0px 0px;
  border: 0px solid #000000;
}
.ui-datatable .ui-datatable-scrollable-footer {
  border-radius: 0px 0px 1px 1px;
  -moz-border-radius: 0px 0px 1px 1px;
  -webkit-border-radius: 0px 0px 1px 1px;
  border: 0px solid #000000;
}
.ui-datatable-frozenlayout-left .ui-datatable-scrollable-header,
.ui-datatable-frozenlayout-left .ui-datatable-scrollable-footer {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.ui-datatable-frozenlayout-right .ui-datatable-scrollable-header,
.ui-datatable-frozenlayout-right .ui-datatable-scrollable-footer {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.ui-datatable table tbody td {
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  padding: 10px 10px !important;
}
.ui-datatable-fs .ui-datatable-frozenlayout-right,
.ui-datatable-fs .ui-datatable-frozenlayout-left {
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  padding: 0px !important;
}
.ui-datatable-fs .ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-header .ui-datatable-scrollable-header-box table thead tr th,
.ui-datatable-fs .ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box table tfoot tr td {
  border-left-color: #C1D5DF !important;
}
.ui-datatable table {
  border-collapse: collapse;
  font-size: 14px;
}
.ui-datatable table thead tr th,
.ui-datatable table thead tr th {
  color: #555555;
  background-color: #ededed;
  border: solid 1px #d4d4d4;
  outline: none;
  padding: 10px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}
.ui-datatable table thead tr th.ui-state-hover,
.ui-datatable table thead tr th.ui-state-active,
.ui-datatable .ui-datatable-sticky table thead tr th.ui-state-hover,
.ui-datatable .ui-datatable-sticky table thead tr th.ui-state-active {
  background-color: #d4d4d4 !important;
}
.ui-datatable table thead tr .ui-chkbox-box.ui-state-hover,
.ui-datatable table thead tr .ui-chkbox-box.ui-state-active {
  color: #ffffff;
}
.ui-datatable table thead tr th .ui-column-customfilter .ui-spinner-button.ui-state-active,
.ui-datatable table thead tr th .ui-column-customfilter .ui-spinner-button.ui-state-hover {
  background-color: transparent;
}
.ui-datatable table thead tr th .ui-column-customfilter .ui-spinner-button.ui-state-active .ui-icon-triangle-1-n,
.ui-datatable table thead tr th .ui-column-customfilter .ui-spinner-button.ui-state-active .ui-icon-triangle-1-s {
  background-position: center !important;
  background-size: 80% !important;
  margin-left: 12px !important;
  margin-top: -8px !important;
}
.ui-datatable table tbody tr td {
  color: #555555;
  border: solid 1px #e0e0e0;
  font-size: 14px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-datatable table tbody .ui-state-hover > td {
  background-color: #ededed;
}
.ui-datatable table tbody .ui-state-highlight > td {
  background-color: #00539f;
  color: #ffffff;
}
.ui-datatable table tbody .ui-state-highlight.ui-row-editing > td {
  background-color: #00539f;
  color: #ffffff;
}
.ui-datatable table tr.small td {
  padding: 4px 10px !important;
}
.ui-datatable table tfoot tr td {
  color: #555555;
  background-color: #f5f5f5;
  border: solid 1px #dbdbdb;
  outline: none;
  padding: 10px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}
.ui-datatable-footer {
  background-color: #f5f5f5;
  color: #555555;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 10px !important;
  border-radius: 1px !important;
}
.ui-datatable-tablewrapper {
  margin: 10px;
  overflow: auto;
}
.ui-editable-column.ui-state-error {
  background-color: #ce2246 !important;
}
@media (max-width: 640px) {
  .ui-datatable-reflow .ui-datatable-data td {
    border: 0px !important;
  }
}
.ui-columntoggler {
  border: solid 1px #e0e0e0;
  background-color: #fbfcfd;
  color: #555555;
}
.ui-columntoggler .ui-columntoggler-item {
  margin: 4px 0;
  padding: 0px 5px;
  cursor: default;
}
.ui-columntoggler .ui-columntoggler-item label {
  cursor: pointer;
  line-height: 26px;
}
.ui-columntoggler .ui-columntoggler-item .ui-chkbox {
  top: 35% !important;
}
.ui-datatable-scrollable {
  overflow: hidden;
}
.ui-datatable-scrollable-header-box table thead tr th,
.ui-datatable-scrollable-footer-box table tfoot tr td {
  border-width: 1px;
  border-right: solid 1px #c1d5df;
  border-left: solid 1px transparent;
  border-bottom: 0px;
  border-top: 0px;
  font-size: 14px;
  background-color: #fbfcfd;
}
.ui-datatable-scrollable-theadclone th.ui-state-default {
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  outline: 0 none !important;
}
.ui-draggable-dragging {
  color: #27aae1;
  border: solid 1px #cccccc;
}
.ui-draggable-dragging .ui-icon-carat-2-n-s {
  background-image: none;
}
.ui-draggable-dragging .ui-icon-carat-1-n {
  background-image: none;
}
.ui-draggable-dragging .ui-icon-carat-1-s {
  background-image: none;
}
.ui-datatable .ui-column-resizer-helper {
  background-color: #33AFDE;
}
.ui-datatable-resizable th.ui-state-hover.ui-sortable-column,
.ui-datatable-resizable th {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-datagrid {
  border: solid 1px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  color: #555555;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-datagrid .ui-datagrid-header {
  color: #ffffff;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  font-size: 18px;
  background-color: #00539f;
  padding: 15px 10px !important;
  font-weight: normal;
}
.ui-datagrid .ui-datagrid-content {
  font-size: 14px;
  padding: 5px;
}
.ui-datagrid-footer {
  height: auto !important;
  background-color: #f9fafc;
  margin: 0px;
  padding: 10px 10px !important;
  border-top: solid 1px #e8edf2 !important;
  font-size: 14px;
  color: #c7d1d7;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-top-left-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
}
.ui-datagrid-footer a {
  color: #00539f;
}
.ui-datalist {
  border: solid 1px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  color: #555555;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-datalist .ui-datalist-header {
  color: #ffffff;
  background-color: #00539f;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  font-size: 18px;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  padding: 15px 5px !important;
}
.ui-datalist .ui-datalist-content .ui-datalist-data {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-family: "Open Sans",​sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
}
.ui-datalist-item {
  list-style: inherit !important;
}
.ui-datalist-footer {
  height: auto !important;
  font-size: 18px;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  background-color: #f9fafc;
  margin: 0px;
  padding: 10px 10px !important;
  border-top: solid 1px #e8edf2 !important;
  font-size: 14px;
  color: #c7d1d7;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-top-left-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
}
.ui-paginator {
  margin: 0px;
  padding: 0px !important;
}
.ui-paginator .ui-paginator-pages {
  padding: 0px 6px;
}
.ui-paginator-page.ui-state-focus,
.ui-paginator .ui-paginator-first.ui-state-focus,
.ui-paginator .ui-paginator-prev.ui-state-focus,
.ui-paginator .ui-paginator-next.ui-state-focus,
.ui-paginator .ui-paginator-last.ui-state-focus {
  background-color: #00539f;
  color: #ffffff;
}
.ui-paginator-top {
  background-color: #004686;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-paginator-bottom {
  background-color: #004686;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-paginator .ui-paginator-current {
  font-size: 16px;
  padding: 15px;
  color: #ffffff;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-pages .ui-paginator-page,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-rpp-options {
  font-size: 16px;
  padding: 10px 3px !important;
  font-weight: bold;
  border: solid 3px transparent;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0px !important;
  font-weight: normal;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-paginator .ui-state-default,
.ui-paginator .ui-paginator-pages .ui-state-default {
  font-size: 16px;
}
.ui-paginator .ui-state-active,
.ui-paginator .ui-state-hover,
.ui-paginator .ui-paginator-pages .ui-state-active,
.ui-paginator .ui-paginator-pages .ui-state-hover {
  color: #ffffff;
  background-repeat: no-repeat;
  border-bottom: solid 3px #ffffff;
  font-size: 16px;
  border-radius: 0px !important;
}
.ui-paginator .ui-paginator-rpp-options {
  outline: none;
  color: #ffffff !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  background-color: #004686;
  border: solid 1px transparent;
}
.ui-paginator .ui-paginator-rpp-options.ui-state-focus {
  background-color: #00539f !important;
}
.ui-paginator .ui-paginator-rpp-options option:hover {
  background-color: #00539f;
}
.ui-picklist {
  display: table !important;
  font-size: 14px;
  color: #555555;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-picklist .ui-picklist-filter {
  width: 100% !important;
  padding: 8px 6px 8px 30px !important;
  box-sizing: border-box;
}
.ui-picklist .ui-picklist-filter-container .ui-icon {
  background-image: url("/iPCP/resources/images/icons/search-icon.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  left: 3px;
  top: 5px !important;
}
.ui-picklist .ui-picklist-filter-container .ui-icon::before {
  content: " " !important;
}
.ui-picklist .ui-picklist-buttons {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.ui-picklist .ui-picklist-buttons .ui-button {
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
}
.ui-picklist .ui-picklist-caption {
  border: solid 1px #e0e0e0;
  background-color: #00539f;
  color: #ffffff;
  padding: 10px 0px !important;
  margin: 6px 0px 0px 0px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-picklist .ui-picklist-list {
  border: solid 1px #e0e0e0;
  padding: 0px !important;
  background-color: #ffffff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top: 0px #ffffff !important;
  min-width: 200px;
  width: auto !important;
}
.ui-picklist .ui-picklist-list .ui-picklist-item {
  padding: 10px 8px !important;
  color: #555555;
  border-radius: 0px;
  font-size: 14px;
  margin: 0px;
}
.ui-picklist .ui-picklist-list .ui-state-hover {
  background-color: #f5f5f5 !important;
  color: #00539f;
}
.ui-picklist .ui-picklist-list .ui-state-hover .ui-chkbox-box {
  background-color: #f5f5f5 !important;
}
.ui-picklist .ui-picklist-list .ui-state-highlight {
  background-color: #f5f5f5 !important;
  color: #00539f;
}
.ui-picklist .ui-picklist-list .ui-state-hover table tbody tr td {
  color: #00539f !important;
}
.ui-picklist .ui-picklist-list .ui-state-hover table tbody tr td .ui-chkbox-box {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-picklist .ui-picklist-list .ui-state-highlight table tbody tr td {
  color: #00539f !important;
}
.ui-orderlist {
  border: solid 1px #e0e0e0;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  color: #555555;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-orderlist .ui-orderlist-list {
  margin-top: 10px !important;
}
.ui-orderlist .ui-orderlist-caption {
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.ui-orderlist .ui-orderlist-list .ui-orderlist-item {
  padding: 10px 8px !important;
  font-size: 14px;
  background-image: url("/iPCP/resources/images/icons/move-gray.svg") !important;
  background-position: center right !important;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #555555;
  margin: 0px !important;
}
.ui-orderlist .ui-orderlist-list .ui-state-hover {
  background-color: #f5f5f5;
  color: #00539f !important;
}
.ui-orderlist .ui-orderlist-list .ui-state-hover table tr td {
  color: #00539f !important;
}
.ui-orderlist .ui-orderlist-list .ui-state-highlight {
  background-color: #f5f5f5;
  color: #00539f;
}
.ui-orderlist .ui-orderlist-list .ui-state-highlight table tr td {
  color: #00539f !important;
}
.ui-orderlist .ui-orderlist-controls .ui-button {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-carousel {
  border: solid 1px #e0e0e0;
  padding: 2px 1px !important;
  background-color: #ffffff;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Open Sans",​sans-serif;
}
.ui-carousel .ui-carousel-header {
  background-color: #00539f;
  height: auto !important;
  padding: 10px 20px !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  margin: -2px -1px !important;
}
.ui-carousel .ui-carousel-dropdown {
  margin-top: 8px !important;
}
.ui-carousel .ui-carousel-header .ui-carousel-header-title {
  width: 40% !important;
  padding-top: 5px !important;
}
.ui-carousel .ui-carousel-header .ui-carousel-next-button {
  background-image: url("/iPCP/resources/images/icons/right-arrow-white.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 85%;
  width: 21px;
  height: 21px;
  margin-top: 5px;
  padding: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-carousel .ui-carousel-header .ui-carousel-prev-button {
  background-image: url("/iPCP/resources/images/icons/left-arrow-white.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 85%;
  width: 21px;
  height: 21px;
  margin-top: 5px;
  padding: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-carousel .ui-carousel-header .ui-carousel-next-button:hover,
.ui-carousel .ui-carousel-header .ui-carousel-prev-button:hover {
  background-color: #6978c8;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-carousel .ui-carousel-header .ui-carousel-page-links {
  margin-top: 11px;
}
.ui-carousel .ui-carousel-header .ui-carousel-page-links .ui-carousel-page-link {
  background-image: url("/iPCP/resources/images/icons/blank.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 140%;
}
.ui-carousel .ui-carousel-item {
  border: 1px solid transparent;
}
.ui-carousel .ui-carousel-header .ui-carousel-page-links .ui-icon-radio-on {
  background-image: url("/iPCP/resources/images/icons/blank-active.svg") !important;
}
.ui-carousel .ui-carousel-header .ui-carousel-page-links .ui-icon-radio-on::before {
  content: " " !important;
}
.ui-carousel .ui-carousel-viewport {
  padding-top: 5px;
}
.ui-carousel .ui-carousel-footer {
  height: auto !important;
  background-color: #f5f5f5;
  margin: 0px;
  padding: 10px 15px !important;
  margin: 3px -1px -2px -1px !important;
  font-size: 14px;
  color: #7a8f98;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-top-left-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
}
.ui-carousel .ui-carousel-mobiledropdown {
  margin-top: 8px !important;
}
.fc {
  border: solid 1px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
  color: #555555;
  font-family: "Open Sans",​sans-serif;
}
.fc-toolbar {
  background-color: #00539f;
  padding: 1em;
  margin: 0px !important;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  -webkit-border-top-left-radius: 1px !important;
  -webkit-border-top-right-radius: 1px !important;
  -moz-border-top-left-radius: 1px !important;
  -moz-border-top-right-radius: 1px !important;
}
.fc-toolbar h2 {
  color: inherit;
}
.fc-toolbar button {
  border: solid 1px #00539f;
  background-color: #00539f;
  color: #ffffff;
  border-radius: 0px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  padding: 3px 5px !important;
  font-size: 16px;
}
.fc-toolbar button.ui-state-hover {
  background-color: #00539f;
}
.fc-toolbar .fc-button-group button {
  margin: 0px 1px 1px 0px;
}
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}
.fc-center {
  color: #ffffff;
  font-size: 16px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.fc-center h2 {
  font-weight: normal !important;
}
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-right: 15px;
  padding-top: 7px !important;
}
.fc-day-grid .fc-week {
  border-right: solid 1px transparent !important;
}
.fc-view-container {
  padding: 0px;
}
.fc-view-container .fc-month-view > table {
  border-spacing: 0px !important;
}
.fc-view-container .fc-month-view > table > thead {
  background-color: #00897b;
  border-spacing: 0px;
}
.fc-agendaWeek-view .ui-widget-header {
  border-width: 0px;
}
.fc-agendaDay-view .ui-widget-header {
  border-width: 0px;
}
.fc-view-container .fc-month-view > table > thead > tr > td {
  border-width: 0px;
}
.fc-view-container .fc-event {
  background-color: #9ccc65;
  border: solid 1px #9ccc65;
}
.fc-view-container .fc-event .fc-event-inner {
  margin: 3px;
}
.fc-view-container .fc-month-view table {
  border-collapse: inherit;
  border-spacing: 1px;
}
.fc-view-container table thead tr th {
  background-color: #00897b;
  color: #80cbc4;
  border-collapse: separate;
  padding: 15px 0px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border: 0px;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.fc-view-container table thead tr .fc-sun,
.fc-view-container table thead tr .fc-sat {
  background-color: #069183;
}
.fc-view-container .fc-content-skeleton table thead tr .fc-sun,
.fc-view-container .fc-content-skeleton table thead tr .fc-sat {
  background-color: transparent;
  font-family: "Open Sans",​sans-serif;
}
.fc-view-container table tbody tr .fc-day {
  border: solid 1px #f5f5f5 !important;
  color: #555555;
  border-collapse: separate;
  padding: 5px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top-width: 1px !important;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.fc-view-container .fc-month-view table tbody tr .fc-day:hover {
  border-color: #26a69a !important;
  color: #26a69a;
}
.fc-view-container .fc-month-view .fc-bg table tbody tr .fc-today {
  border-color: #26a69a !important;
  color: #26a69a;
}
.fc-view-container .fc-agendaWeek-view .fc-bg table tbody tr .fc-today {
  background-color: #e0e0e0;
  color: #26a69a;
}
.fc-view-container table tbody tr > .ui-widget-content {
  border-width: 0px;
}
.fc-slats table tbody tr td {
  border-width: 1px !important;
  border-color: #e5ebf0;
}
.fc-agenda-slots tbody tr .ui-widget-header,
.fc-agenda-allday tbody tr .ui-widget-header {
  color: #555555 !important;
}
.fc-daygrid .fc-row {
  border-right: 0px !important;
}
hr.ui-widget-header {
  background-color: #E5EBF0;
  border-width: 0px;
}
.fc-more-cell .fc-more {
  color: #27aae1;
  text-decoration: underline;
}
.fc-popover {
  border: solid 1px #d1d3d4;
  background-color: #fbfcfd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.fc-popover .fc-header {
  padding: 5px 7px !important;
  color: #555555;
}
.fc-popover .fc-header .fc-close {
  background-image: url("/iPCP/resources/images/icons/delete-gray.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ui-tree {
  width: auto;
  border: solid 1px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #555555;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ffffff;
  padding: 10px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-tree .ui-treenode {
  padding: 3px !important;
}
.ui-tree .ui-treenode .ui-treenode-label.ui-state-hover {
  color: #00539f;
}
.ui-tree .ui-tree-droppoint.ui-state-hover {
  background-color: #f7941e;
}
.ui-tree .ui-treenode .ui-state-highlight {
  color: #00539f;
}
.ui-tree .ui-treenode-content {
  line-height: 16px;
}
.ui-tree .ui-treenode-content .ui-chkbox-box {
  margin-top: 0px;
}
.ui-tree .ui-treenode .ui-treenode-label {
  margin: 0px;
  padding: 2px 6px;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-tree .ui-treenode-icon {
  width: 20px;
  height: 20px;
}
.ui-tree .ui-icon {
  margin-right: 3px;
}
.ui-treetable {
  border: solid 1px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #555555 !important;
  background-color: #ffffff;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-treetable .ui-treetable-toggler {
  margin-top: 0;
}
.ui-treetable table tbody tr td .ui-chkbox-box {
  margin-top: 0px;
  width: 12px !important;
  height: 12px !important;
}
.ui-treetable table tbody tr td .ui-chkbox-box .ui-icon {
  width: 3px;
  height: 6px;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
}
.ui-treetable table tbody tr td .ui-chkbox-box .ui-icon-check {
  width: 5px;
  height: 9px;
  border-bottom: solid 2px #00539f;
  border-right: solid 2px #00539f;
  margin-top: -5px;
}
.ui-treetable table tbody tr td .ui-chkbox-box .ui-icon-minus {
  width: 12px;
  height: 12px;
}
.ui-treetable .ui-treetable-header {
  background-color: #00539f;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  font-size: 18px;
  -webkit-border-top-left-radius: 1px !important;
  -webkit-border-top-right-radius: 1px !important;
  -moz-border-top-left-radius: 1px !important;
  text-align: left;
  -moz-border-top-right-radius: 1px !important;
  color: #ffffff !important;
  padding: 15px 10px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-treetable table {
  margin: 0px;
  font-size: 14px;
  line-height: 14px;
}
.ui-treetable .ui-treetable-scrollable-body table {
  margin: 0px !important;
}
.ui-treetable .ui-treetable-scrollable-header-box table {
  margin-bottom: 0px !important;
}
.ui-treetable table thead tr th {
  color: #555555;
  background-color: #ededed;
  border: solid 1px #d4d4d4;
  outline: none;
  padding: 12px 5px;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.ui-treetable table thead tr th.ui-state-active,
.ui-treetable table thead tr th.ui-state-hover {
  background-color: #d4d4d4;
  color: #676767;
}
.ui-treetable table tbody tr td {
  color: #555555;
  border: solid 1px #e0e0e0;
  padding: 10px 7px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-treetable table tbody .ui-state-hover td {
  color: #00539f !important;
  background-color: #f5f5f5;
}
.ui-treetable table tbody .ui-state-highlight td {
  color: #ffffff !important;
  background-color: #00539f;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-treetable table tfoot tr td {
  color: #555555;
  background-color: #ededed;
  border: solid 1px #d4d4d4;
  outline: none;
  padding: 12px 5px;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.ui-treetable table tfoot tr td.ui-state-active,
.ui-treetable table tfoot tr td.ui-state-hover {
  background-color: #d4d4d4;
  color: #676767;
}
.ui-treetable .ui-icon {
  margin-right: 7px;
}
.ui-treetable-scrollable {
  border: 0px;
}
.ui-treetable-scrollable:hover {
  border: none;
}
.ui-tree-horizontal .ui-treenode {
  padding: 5px 40px !important;
}
.ui-tree-horizontal .ui-treenode .ui-state-hover {
  color: #00539f;
}
.ui-tree-horizontal .ui-treenode .ui-state-highlight {
  color: #00539f;
  border: solid 1px #00539f !important;
}
.ui-tree-horizontal .ui-treenode-collapsed,
.ui-tree-horizontal .ui-treenode-leaf {
  padding: 5px 0px 5px 40px !important;
}
.ui-tree-horizontal .ui-treenode .ui-treenode-content {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-treetable-footer {
  height: auto !important;
  background-color: #f5f5f5;
  padding: 10px 10px !important;
  font-size: 14px;
  color: #555555;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-top-left-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
}
.ui-treetable-resizable th.ui-state-hover.ui-sortable-column,
.ui-treetable-resizable th {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-treetable .ui-column-resizer-helper {
  background-color: #33AFDE;
}
.ui-accordion {
  border: solid 1px #e0e0e0 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  padding: 0px !important;
  width: auto !important;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-accordion-header {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 16px !important;
  color: #ffffff;
  background-color: #00539f;
  padding: 13px 5px 13px 30px !important;
  margin-bottom: 1px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-accordion .ui-accordion-header.ui-state-hover,
.ui-accordion .ui-accordion-header.ui-state-active {
  background-color: #004686;
  color: #ffffff;
}
.ui-accordion-content {
  padding: 5px!important;
  font-size: 14px !important;
  color: #555555;
}
.ui-panelgrid {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-panelgrid-content {
  color: #555555;
}
.ui-panelgrid thead tr td {
  color: #ffffff;
  background-color: #00539f;
  border: solid 1px #e0e0e0 !important;
}
.ui-panelgrid tfoot tr td {
  color: #555555;
  background-color: #f5f5f5;
  border: solid 1px #e0e0e0 !important;
  font-size: 14px;
}
.ui-panelgrid tbody tr td {
  border-color: #e0e0e0 !important;
}
.ui-panelgrid.ui-panelgrid-blank {
  border: 0 none;
  background: none;
}
@media (max-width: 640px) {
  .ui-panelgrid .ui-grid-responsive .ui-grid-row {
    border-color: #e0e0e0 !important;
  }
  .ui-panelgrid.ui-panelgrid-blank .ui-grid-responsive .ui-grid-row {
    border: none;
  }
}
.ui-scrollpanel {
  border: solid 1px #e0e0e0;
  padding: 5px !important;
  color: #555555;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
}
.ui-scrollpanel .ui-scrollpanel-vbar {
  width: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-scrollpanel .ui-scrollpanel-hbar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-scrollpanel .ui-scrollpanel-vbar .ui-scrollpanel-track .ui-scrollpanel-drag,
.ui-scrollpanel .ui-scrollpanel-hbar .ui-scrollpanel-track .ui-scrollpanel-drag {
  background-color: #778d9b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-toolbar {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px !important;
}
.ui-notificationbar {
  z-index: 99999999999999;
  background-color: #00539f;
  color: #ffffff;
  min-height: 44px;
  height: auto;
}
.ui-tabs .ui-tabs-panel {
  padding: 10px !important;
}
.ui-tabs-top {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px !important;
}
.ui-tabs-top .ui-tabs-nav {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  background-color: #00539f;
  border-bottom: solid 2px #e0e0e0;
}
.ui-tabs-top .ui-tabs-navscroller {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.ui-tabs-top .ui-tabs-navscroller .ui-tabs-nav {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-tabs-top .ui-tabs-navscroller .ui-tabs-navscroller-btn {
  height: 58px;
  padding: 0px 4px;
  background-color: #ffffff;
}
.ui-tabs-top .ui-tabs-navscroller .ui-tabs-navscroller-btn:hover {
  background-color: #2a5bc5;
}
.ui-tabs-top .ui-tabs-navscroller .ui-tabs-navscroller-btn-left {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 2px;
  left: 0px;
  border-right: solid 1px #2a5bc5;
}
.ui-tabs-top .ui-tabs-navscroller .ui-tabs-navscroller-btn-right {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 2px;
  right: 0px;
  border-left: solid 1px #2a5bc5;
}
.ui-tabs-top .ui-tabs-navscroller .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ui-tabs-top .ui-tabs-navscroller .ui-state-disabled .ui-icon {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.ui-tabs-top .ui-tabs-nav li {
  border: solid 1px transparent !important;
  top: 1px !important;
  font-size: 14px;
  margin: 0 .2em 1px 0 !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-tabs-top .ui-tabs-nav li a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 18px;
  padding: 14px 1em !important;
  border-radius: 0px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs-top .ui-tabs-nav li.ui-tabs-active,
.ui-tabs-top .ui-tabs-nav li.ui-state-hover {
  background-color: transparent !important;
  border: solid 1px transparent !important;
  border-radius: 0px;
  border-bottom: solid 5px #fff !important;
}
.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-top .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs-top .ui-tabs-nav li.ui-state-hover a {
  color: #ffffff !important;
}
.ui-tabs-top .ui-tabs-panels {
  background-color: transparent;
  margin: -1px 0px 3px 0px;
  border: solid 1px #fbfcfd;
  background-image: none !important;
}
.ui-tabs-panels {
  font-size: 15px;
}
.ui-tabs-top .ui-tabs-panels .ui-ribbon-groups {
  background-color: transparent;
  background: none;
  filter: none !important;
}
.ui-tabs-top .ui-tabs-panels .ui-tabs-panel {
  background-image: none !important;
  color: #555555;
}
.ui-tabs-top .ui-ribbon-group {
  border-right: solid 1px #e0e0e0;
  background-image: none !important;
  background-color: transparent !important;
  filter: none !important;
}
.ui-ribbon .ui-ribbon-group .ui-ribbon-group-content {
  display: table;
  height: auto !important;
  margin-bottom: 10px;
}
.ui-ribbon .ui-ribbon-group .ui-ribbon-group-label {
  color: #555555;
}
.ui-ribbon .ui-button {
  width: auto !important;
  height: auto !important;
  font-size: 12px;
  border: solid 1px transparent;
}
.ui-ribbon .ui-button .ui-button-text {
  font-size: 12px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.ui-ribbon .ui-button-text-icon-left .ui-icon.fa,
.ui-ribbon .ui-button-text-icon-right .ui-icon.fa {
  margin-top: -8px !important;
}
.ui-ribbon .ui-selectmanybutton {
  padding: 0px;
}
.ui-ribbon .ui-inputfield {
  background-color: #F5F5F5 !important;
  padding-top: 6px !important;
  padding-bottom: 7px !important;
}
.ui-ribbon .ui-selectonemenu {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.ui-ribbon .ui-selectonemenu-label {
  font-size: 14px !important;
  padding-top: 6px !important;
  padding-bottom: 7px !important;
}
.ui-ribbon .ui-selectonemenu .ui-selectonemenu-trigger {
  width: 32px;
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.ui-ribbon .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  margin-left: 8px !important;
}
.ui-ribbon .ui-ribbon-bigbutton .ui-icon {
  height: 32px !important;
  width: 32px !important;
  margin: -6px 0px 0px 0px !important;
  left: 50% !important;
  font-size: 2em !important;
  color: #ffffff;
}
.ui-colorpicker .ui-c span {
  border: solid 1px #fff !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
html body .ui-ribbon .ui-ribbon-bigbutton .ui-button-text {
  padding: 2.7em 20px 10px 20px !important;
}
html body .ui-ribbon .ui-ribbon-bigbutton .ui-icon.fa {
  margin: -20px 0px 0px -17px !important;
}
html body .ui-ribbon-group .ui-icon.ui-icon-check {
  height: 10px !important;
  width: 5px !important;
}
html body .ui-ribbon label.label-floatlabel {
  padding-top: 13px !important;
}
.ui-ribbon .ui-ribbon-group-content .ui-button {
  background-color: #00539f;
  color: #ffffff;
  box-sizing: border-box;
}
.ui-ribbon .ui-ribbon-group-content .ui-button.ui-state-hover {
  background-color: #00539f;
}
.ui-ribbon .ui-ribbon-group-content .ui-button.ui-state-active {
  background-color: #00539f;
}
.ui-tabs-left {
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px !important;
}
.ui-tabs-left .ui-tabs-nav {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #00539f;
  border-right: solid 2px #e0e0e0;
}
.ui-tabs-left .ui-tabs-nav li {
  border: solid 1px transparent !important;
  top: 1px !important;
  font-size: 14px;
  margin-right: -1px !important;
  padding-right: 4px !important;
}
.ui-tabs-left .ui-tabs-nav li a {
  color: rgba(255, 255, 255, 0.7) !important;
  width: auto !important;
  font-size: 18px;
  padding: 14px 10px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-tabs-left .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs-left .ui-tabs-nav li.ui-tabs-active,
.ui-tabs-left .ui-tabs-nav li.ui-state-hover {
  background-color: transparent !important;
  border: solid 1px transparent !important;
  border-radius: 0px;
  padding-right: 0px !important;
  border-right: solid 5px #fff !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-tabs-left .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-left .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs-left .ui-tabs-nav li.ui-state-hover a {
  color: #ffffff !important;
  padding: 14px 14px !important;
}
.ui-tabs-right {
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px !important;
}
.ui-tabs-right .ui-tabs-nav {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #00539f;
  border-left: solid 1px #e0e0e0;
}
.ui-tabs-right .ui-tabs-nav li {
  border: solid 1px transparent !important;
  top: 1px !important;
  font-size: 14px;
  margin-right: -1px !important;
}
.ui-tabs-right .ui-tabs-nav li a {
  color: rgba(255, 255, 255, 0.7) !important;
  width: auto !important;
  font-size: 18px;
  padding: 14px 18px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-tabs-right .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs-right .ui-tabs-nav li.ui-tabs-active,
.ui-tabs-right .ui-tabs-nav li.ui-state-hover {
  background-color: transparent !important;
  border: solid 1px transparent !important;
  border-radius: 0px;
  border-left: solid 5px #fff !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-tabs-right .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-right .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs-right .ui-tabs-nav li.ui-state-hover a {
  color: #ffffff !important;
  padding: 14px 14px !important;
}
.ui-tabs-bottom {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px !important;
}
.ui-tabs-bottom .ui-tabs-nav {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-weight: normal;
  background-color: #00539f;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  border-top: solid 1px #e0e0e0;
}
.ui-tabs-bottom .ui-tabs-navscroller {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.ui-tabs-bottom .ui-tabs-navscroller .ui-tabs-nav {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding-bottom: 1px;
}
.ui-tabs-bottom .ui-tabs-navscroller .ui-tabs-navscroller-btn {
  height: 57px;
  padding: 0px 4px;
  background-color: #ffffff;
}
.ui-tabs-bottom .ui-tabs-navscroller .ui-tabs-navscroller-btn:hover {
  background-color: #2a5bc5;
}
@media screen and (min-width: 0\0) {
  .ui-tabs-bottom .ui-tabs-navscroller .ui-tabs-navscroller-btn {
    height: 57px;
  }
  .ui-tabs-bottom .ui-tabs-navscroller .ui-tabs-nav {
    line-height: 1.3 !important;
  }
  .ui-tabs-top .ui-tabs-navscroller .ui-tabs-nav {
    line-height: 1.3 !important;
  }
}
.ui-tabs-bottom .ui-tabs-navscroller .ui-tabs-navscroller-btn-left {
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 2px;
  left: 0px;
  border-right: solid 1px #2a5bc5;
}
.ui-tabs-bottom .ui-tabs-navscroller .ui-tabs-navscroller-btn-right {
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  right: 0px;
  border-left: solid 1px #2a5bc5;
}
.ui-tabs-bottom .ui-tabs-navscroller .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ui-tabs-bottom .ui-tabs-navscroller .ui-state-disabled .ui-icon {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.ui-tabs-bottom .ui-tabs-nav li {
  border: solid 1px transparent !important;
  font-size: 14px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-tabs-bottom .ui-tabs-nav li a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 18px;
  padding: 18px 1em 14px !important;
}
.ui-tabs-bottom .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs-bottom .ui-tabs-nav li.ui-tabs-active,
.ui-tabs-bottom .ui-tabs-nav li.ui-state-hover {
  background-color: transparent !important;
  border: solid 1px transparent !important;
  border-radius: 0px;
  border-top: solid 5px #fff !important;
}
.ui-tabs-bottom .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-bottom .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs-bottom .ui-tabs-nav li.ui-state-hover a {
  color: #ffffff !important;
  padding: 14px 1em 14px !important;
}
.ui-tabs-bottom .ui-tabs-panels .ui-tabs-panel {
  background-image: none !important;
  color: #555555;
}
.ui-tabs-scrollable {
  /* max-width:630px; */
}
.ui-tabs .ui-tabs-nav {
  font-weight: normal !important;
}
.ui-dashboard {
  border: solid 1px #d6d6d6;
  background-color: #fbfcfd;
  display: table;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-dashboard-column {
  margin: 2px;
  min-width: 20px;
  padding-bottom: 20px !important;
}
.ui-dashboard-column .ui-panel {
  margin-bottom: 2px;
}
.ui-dashboard-column .ui-state-hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: dashed 1px #27aae1;
  background-color: #dae8ef;
}
.ui-dialog {
  background-color: #ffffff;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 10px 20px !important;
  border-bottom: solid 1px #e0e0e0 !important;
  background-color: #ffffff;
  color: #555555;
  font-size: 20px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-dialog .ui-dialog-title {
  margin: 5px 16px 5px 0px !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon .ui-icon {
  font-size: 1em;
  color: #555555;
  height: 100%;
  width: 100%;
}
.ui-confirm-dialog .ui-dialog-content .ui-confirm-dialog-message {
  color: #555555;
}
.ui-dialog .ui-dialog-content {
  padding: 20px !important;
  color: #555555;
  font-size: 14px;
}
.ui-dialog .ui-dialog-content .ui-confirm-dialog-severity {
  font-size: 2em;
}
.ui-dialog .ui-dialog-content .ui-confirm-dialog-message {
  margin: 0 0 0 5px;
  max-width: 85%;
}
.ui-dialog .ui-dialog-footer {
  padding: 10px 20px !important;
  border-top: solid 1px #dbdbdb !important;
  background-color: #f5f5f5;
  margin: 0px !important;
  text-align: right !important;
}
.ui-overlaypanel {
  color: #555555;
}
.ui-overlaypanel .ui-overlaypanel-close {
  background-color: #003d50;
}
.ui-overlaypanel .ui-overlaypanel-content {
  background-color: #fbfcfd;
  padding: 20px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-lightbox {
  color: #555555;
  background-color: #ffffff;
  padding: 10px;
  border: solid 1px transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left {
  left: 5px;
}
.ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right {
  right: 5px;
}
.ui-lightbox .ui-lightbox-caption {
  padding: 10px 20px 15px 20px !important;
  border-top: solid 1px #ededed !important;
  background-color: #ffffff;
  margin: 10px -10px -10px -10px !important;
  color: #555555;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.ui-lightbox .ui-lightbox-caption .ui-lightbox-close {
  padding: 0px;
  margin-top: 8px;
}
.ui-dialog-docking-zone {
  z-index: 999999999999999;
}
.ui-dialog-maximized {
  z-index: 999999999999999 !important;
}
.ui-fieldset {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-fieldset .ui-fieldset-toggler {
  margin-top: 0.1em;
  padding-right: 0.3em;
}
.ui-fieldset-legend {
  color: #ffffff;
  font-size: 16px;
  line-height: 15px;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  background-color: #00539f;
  padding: 13px 20px !important;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ui-fieldset-legend.ui-state-hover {
  background-color: #00539f;
}
.ui-fieldset-legend .ui-chkbox .ui-chkbox-label {
  color: #ffffff;
  margin-top: 5px !important;
}
.ui-fieldset-content {
  font-size: 14px;
  color: #555555;
}
.ui-inputfield {
  color: #555555;
  font-size: 16px;
  font-family: "Open Sans",​sans-serif !important;
  font-weight: 400 !important;
  padding: 9px 10px !important;
  border: solid 0px #e0e0e0;
  border-bottom: solid 1px #c2c2c2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-inputfield.small {
  font-size: 14px;
  padding: 4px 10px !important;
}
.ui-column-filter.ui-inputfield {
  font-size: 14px;
  padding: 4px 10px !important;
}
html .ui-inputfield.ui-state-hover,
html .ui-inputfield.ui-state-focus {
  border: solid 0px #e0e0e0;
  border-bottom: solid 1px #00539f;
  color: #555555;
  background-color: #f5f5f5;
}
html .ui-inputfield.ui-inputtextarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbbbbb;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbbbbb;
}
.ui-button {
  outline: none;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  font-size: 14px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-shadow: none;
  position: relative;
  background-color: #00539f;
  border: 0px none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ui-buttonset .ui-state-active {
  background-color: #00539f !important;
}
.ui-button.ui-state-hover,
.ui-buttonset .ui-state-hover {
  background-color: #00539f;
}
.ui-button-icon-left {
  margin-left: 8px;
}
.ui-button-icon-only {
  min-width: 39px !important;
  max-width: 39px !important;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}
.ui-button-icon-only .ui-icon {
  font-size: 16px !important;
}
.ui-button-text-only .ui-button-text {
  padding: 10px 24px !important;
}
.ui-button.ui-button-icon-only .ui-button-text {
  padding: 10px 0px !important;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}
.ui-datepicker-trigger,
.ui-datepicker-trigger.ui-button-icon-only .ui-button-text {
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
}
.ui-datepicker-trigger.ui-button-icon-only .ui-button-text {
  padding: 10px 0px !important;
}
.ui-button-text-icon-left .ui-button-text {
  padding: 10px 20px 10px 40px !important;
}
.ui-button-text-icon-right .ui-button-text {
  padding: 10px 40px 10px 20px !important;
}
.ui-button-text-icon-right .ui-button-icon-right {
  right: 11px;
}
.ui-button-text-icon-left .ui-icon.fa,
.ui-button-text-icon-right .ui-icon.fa {
  margin-top: -8px !important;
}
.ui-button-icon-only .ui-icon.fa {
  left: 0;
  margin-left: 0 !important;
  margin-top: -25% !important;
  text-align: center !important;
  width: 100% !important;
}
.ui-splitbutton-menubutton {
  margin-left: -1px !important;
}
.ui-splitbutton .ui-button-icon-only {
  border-radius: 2px !important;
}
.ui-splitbutton.ui-buttonset .ui-menu-list .ui-menuitem.ui-state-hover {
  background-color: transparent;
}
.ui-selectonebutton,
.ui-selectmanybutton {
  border: solid 1px #0288D1;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  padding: 0px !important;
}
.ui-selectonebutton .ui-button,
.ui-selectmanybutton .ui-button {
  border: solid 1px #ffffff;
}
.ui-selectonebutton .ui-button,
.ui-selectonebutton .ui-button .ui-button-text,
.ui-selectmanybutton .ui-button,
.ui-selectmanybutton .ui-button .ui-button-text {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.ui-selectonebutton .ui-button.ui-corner-left,
.ui-selectonebutton .ui-button.ui-corner-left .ui-button-text,
.ui-selectmanybutton .ui-button.ui-corner-left,
.ui-selectmanybutton .ui-button.ui-corner-left .ui-button-text {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-top-left-radius: 2px !important;
  -moz-border-bottom-left-radius: 2px !important;
}
.ui-selectonebutton .ui-button.ui-corner-right,
.ui-selectonebutton .ui-button.ui-corner-right .ui-button-text,
.ui-selectmanybutton .ui-button.ui-corner-right,
.ui-selectmanybutton .ui-button.ui-corner-right .ui-button-text {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  -moz-border-top-right-radius: 2px !important;
  -moz-border-bottom-right-radius: 2px !important;
}
.ui-menu {
  background-color: #ffffff;
  color: #555555;
  border-radius: 2px;
  padding: 0px !important;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.3);
}
@media screen and (min-width: 0\0) {
  .ui-menu {
    box-shadow: 0px 0px 8px 0px rgba(43, 59, 93, 0.4) !important;
  }
}
.ui-menu.ui-menu-toggleable {
  border-collapse: separate !important;
}
.ui-menu .ui-menu-list .ui-widget-header {
  font-size: 16px;
  color: #ffffff;
  background-color: #00539f;
  width: 84% !important;
  border-radius: 1px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  padding: 7px 8%;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header {
  font-size: 16px;
  color: #ffffff;
  background-color: #00539f;
  width: 84% !important;
  border-radius: 1px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  padding: 7px 8%;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header:hover {
  color: #ffffff;
  background-color: #00539f;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header h3 {
  padding-left: 8% !important;
}
.ui-menu .ui-menu-list .ui-menuitem {
  font-size: 14px;
  display: table;
  border-radius: 0px;
}
.ui-megamenu-vertical .ui-menu-list .ui-menuitem {
  font-size: 14px;
  width: 100%;
  display: table;
}
.ui-menu .ui-menu-list .ui-menuitem a.ui-state-hover,
.ui-menu .ui-menu-list a.ui-state-hover {
  background-color: #f5f5f5;
  color: #00539f;
}
.ui-menu .ui-state-hover .ui-menuitem-link {
  color: #00539f !important;
}
.ui-menu .ui-menuitem .ui-menuitem-link {
  color: #555555;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 14px 0px;
  width: 100%;
  border-radius: 0px;
  display: inline-block;
  border: 0px none !important;
}
.ui-menubar .ui-menuitem .ui-menuitem-link {
  width: auto;
}
.ui-menubar .ui-menu-child .ui-menuitem-link {
  width: 100% !important;
}
.ui-menubar.ui-megamenu .ui-menuitem .ui-menuitem-link {
  width: 100%;
}
.ui-menu .ui-menuitem .ui-menuitem-link .ui-icon {
  margin: 0px 14px 0px 0px;
}
.ui-menu .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
  margin: 0px 0px 0px 14px;
}
.ui-menu .ui-menuitem .ui-menuitem-link .ui-menuitem-text {
  margin: 0px 10px;
}
.ui-menu .ui-menuitem-text {
  padding: 0px;
}
.ui-menu .ui-menuitem .ui-menu-list {
  background-color: #ffffff;
}
.ui-slidemenu .ui-menuitem .ui-menu-child {
  box-shadow: none !important;
}
.ui-menu .ui-menu-parent .ui-menu-child {
  padding: 0px !important;
  border-radius: 2px;
}
.ui-menu .ui-slidemenu-wrapper .ui-slidemenu-backward {
  width: 90%;
  background-color: #f5f5f5;
  color: #778d9b;
  padding: 10px 5%;
  font-size: 16px;
  border-radius: 0px;
}
.ui-menu .ui-slidemenu-wrapper .ui-slidemenu-backward:hover {
  color: #03a9f4;
}
.ui-panelmenu {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px;
}
.ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 1px !important;
  background-color: #00539f;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-panelmenu .ui-panelmenu-panel h3.ui-state-hover {
  background-color: #039be5;
}
.ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header a {
  padding: 12px 5px 13px 30px;
  font-size: 16px;
}
.ui-panelmenu .ui-menuitem {
  border-radius: 0px;
}
.ui-panelmenu .ui-panelmenu-content {
  padding: 0px !important;
}
.ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content .ui-menuitem:hover {
  background-color: #f5f5f5;
}
.ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content .ui-menuitem .ui-state-hover {
  color: #03A9F4;
}
.ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content .ui-menuitem a {
  color: #555555;
  font-size: 16px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  padding: 14px 5px 14px 32px;
  overflow: hidden;
  width: auto !important;
  float: none !important;
}
.ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content .ui-menuitem .ui-menuitem-link .ui-icon-triangle-1-e {
  background-image: url("/iPCP/resources/images/icons/rightarrow-navy.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 90%;
}
.ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content .ui-menuitem .ui-menuitem-link .ui-icon-triangle-1-s {
  background-image: url("/iPCP/resources/images/icons/downarrow-navy.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 90%;
}
.ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content .ui-menuitem .ui-menuitem-link .ui-icon-triangle-1-e::before,
.ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content .ui-menuitem .ui-menuitem-link .ui-icon-triangle-1-s::before {
  content: " " !important;
}
.ui-tabmenu {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 5px 0px 5px;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
  border: solid 1px transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
  font-size: 16px;
  color: #555555;
  padding: 12px 10px !important;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  line-height: 1;
}
.ui-tabmenu .ui-tabmenu-nav .ui-state-default {
  border-bottom: solid 5px transparent !important;
}
.ui-tabmenu .ui-tabmenu-nav .ui-state-hover,
.ui-tabmenu .ui-tabmenu-nav .ui-state-active {
  border-bottom: solid 5px #00539f !important;
  color: #00539f;
}
.ui-tabmenu .ui-tabmenu-nav .ui-state-hover a,
.ui-tabmenu .ui-tabmenu-nav .ui-state-active a {
  color: #00539f;
}
.ui-tabmenu .ui-tabmenu-nav .ui-state-active a .ui-icon {
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 90%;
  top: 1px;
}
.ui-menu.ui-megamenu .ui-menu-child > table {
  border-collapse: collapse;
}
.ui-messages-error,
.ui-message-error {
  color: #ce2246 !important;
  background-color: #ffffff !important;
  border-color: #ce2246 !important;
  font-size: 14px;
  padding: 0 10px 10px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-messages-info,
.ui-message-info {
  color: #03a9f4 !important;
  background-color: #ffffff !important;
  border-color: #03a9f4 !important;
  font-size: 14px;
  padding: 0 10px 10px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-messages-info .ui-icon-close,
.ui-messages-warn .ui-icon-close,
.ui-messages-error .ui-icon-close,
.ui-messages-fatal .ui-icon-close {
  background-image: url("/iPCP/resources/images/icons/delete-gray.svg") !important;
  background-size: 110%;
  background-position: center;
}
.ui-messages-info .ui-icon-close::before,
.ui-messages-warn .ui-icon-close::before,
.ui-messages-error .ui-icon-close::before,
.ui-messages-fatal .ui-icon-close::before {
  content: " " !important;
}
.ui-messages-warn,
.ui-message-warn {
  color: #f9bf08 !important;
  background-color: #ffffff !important;
  border-color: #f9bf08 !important;
  font-size: 14px;
  padding: 0 10px 10px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-messages-fatal,
.ui-message-fatal {
  color: #f55151 !important;
  background-color: #ffffff !important;
  border-color: #f55151 !important;
  font-size: 14px;
  padding: 0 10px 10px !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}
.ui-messages-info-icon,
.ui-messages-warn-icon,
.ui-messages-error-icon,
.ui-message-error-icon,
.ui-messages-fatal-icon {
  margin: 2px !important;
  background-repeat: no-repeat !important;
  background: none;
  background-position: center  !important;
  background-size: 70%  !important;
}
.ui-message-icon-only .ui-messages-warn-icon,
.ui-message-icon-only .ui-messages-error-icon,
.ui-message-icon-only .ui-message-error-icon,
.ui-message-icon-only .ui-messages-fatal-icon {
  margin: 0px !important;
  background-repeat: no-repeat !important;
  background: none;
  background-position: center  !important;
  background-size: 100%  !important;
}
.ui-message-error-icon {
  background-image: none !important;
  background-position: top !important;
  background-size: 120% !important;
}
.ui-messages-error-icon {
  background-image: none !important;
  background-position: top !important;
  background-size: 90% !important;
  width: 40px !important;
  height: 40px !important;
}
.ui-messages-info-icon {
  background-image: none !important;
  background-position: top !important;
  background-size: 90% !important;
  width: 40px !important;
  height: 40px !important;
}
.ui-messages-warn-icon {
  background-image: none !important;
  background-position: top !important;
  background-size: 90% !important;
  width: 40px !important;
  height: 40px !important;
}
.ui-messages-fatal-icon {
  background-image: none !important;
  background-position: top !important;
  background-size: 90% !important;
  width: 40px !important;
  height: 40px !important;
}
.ui-message-error-icon::before {
  content: "\f071" !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
.ui-messages-error-icon::before {
  content: "\f071" !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
.ui-messages-info-icon::before {
  content: "\f05a" !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
.ui-messages-warn-icon::before {
  content: "\f06a" !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
.ui-messages-fatal-icon::before {
  content: "\f071" !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
.ui-messages ul {
  margin-left: 45px !important;
  margin-top: 9px !important;
}
.ui-message {
  padding: 10px !important;
}
.ui-dialog-message.ui-messages-info-icon,
.ui-dialog-message.ui-messages-warn-icon,
.ui-dialog-message.ui-messages-error-icon,
.ui-dialog-message.ui-messages-fatal-icon {
  margin: -6px 0px 0px 0px !important;
}
.ui-messages-info-summary,
.ui-messages-warn-summary,
.ui-messages-error-summary,
.ui-messages-fatal-summary,
.ui-message-info-summary,
.ui-message-warn-summary,
.ui-message-error-summary,
.ui-message-fatal-summary {
  margin-left: 0px;
}
.ui-panel {
  border: 1px solid #e0e0e0;
  padding: 2px !important;
  background-color: #ffffff;
  border-radius: 2px;
}
.ui-panel .ui-panel-titlebar {
  padding: 15px 10px !important;
  font-size: 18px;
  color: #ffffff;
  z-index: 100;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  background-color: #00539f;
  margin: -2px;
}
.ui-panel .ui-panel-titlebar .ui-panel-title {
  margin: 0px !important;
}
.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon,
.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover,
.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:focus {
  margin-top: 0px;
}
.ui-panel .ui-panel-content {
  padding: 5px !important;
  font-size: 14px;
  color: #555555;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-panel .ui-panel-footer {
  background-color: #f5f5f5;
  margin: 0px -2px -2px -2px !important;
  font-size: 14px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  color: #555555;
  padding: 10px 15px !important;
}
.ui-datagrid .ui-panel .ui-panel-titlebar {
  padding: 6px 10px 6px 10px !important;
  font-size: 18px;
  color: #555555;
  z-index: 100;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  background-color: #ffffff;
  border-bottom: dashed 1px #e0e0e0;
}
.ui-selectonemenu .ui-selectonemenu-label {
  width: 100% !important;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #555555;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.ui-selectonemenu.ui-state-focus .ui-selectonemenu-label,
.ui-selectonemenu.ui-state-hover .ui-selectonemenu-label {
  background-color: #f5f5f5 !important;
}
.ui-selectonemenu,
.ui-selectcheckboxmenu {
  font-size: 16px !important;
  font-family: "Open Sans",​sans-serif !important;
  font-weight: 400;
  padding: 0px 40px 0px 0px !important;
  border-bottom: solid 1px #c2c2c2 !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #555555;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-selectonemenu:hover,
.ui-selectcheckboxmenu:hover,
.ui-selectonemenu:focus,
.ui-selectcheckboxmenu:focus {
  border-bottom-color: #00539f !important;
}
.ui-selectonemenu .ui-selectonemenu-trigger,
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
  padding: 0px 12px !important;
  font-size: 16px;
  color: #555555 !important;
  text-shadow: none;
  z-index: 100;
  background-color: #f5f5f5;
  border-bottom: solid 1px #c2c2c2 !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px  !important;
  border-top-left-radius: 0px  !important;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger.ui-state-hover,
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger.ui-state-focus,
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-hover,
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-focus {
  background-color: #c2c2c2;
  border-bottom: solid 1px #00539f !important;
}
.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  height: 100%;
  margin-top: 0px;
}
.ui-selectonemenu-panel {
  background-color: #ffffff;
  overflow: hidden;
}
.ui-selectonemenu-panel .ui-selectonemenu-list,
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-list {
  padding: 0px !important;
  background-color: #ffffff;
}
.ui-selectonemenu-panel .ui-selectonemenu-list-item,
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
  overflow: hidden;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 14px;
  -moz-border-radius: 0px !important;
  margin: 0px 0px 1px !important;
  color: #555555;
  padding: 10px 14px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-selectonemenu-panel .ui-selectonemenu-item-group {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 14px;
  -moz-border-radius: 0px !important;
  margin: 0px !important;
  color: #ffffff;
  padding: 10px 14px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #00539f;
  font-weight: normal !important;
}
.ui-selectonemenu-panel .ui-state-highlight,
.ui-selectcheckboxmenu-panel .ui-state-highlight {
  color: #00539f !important;
  background-color: #f5f5f5;
}
.ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-hover {
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-selectonemenu-panel {
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
  display: block;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-inputfield {
  width: 75%;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
  font-size: 1.5em;
  color: #555555;
  position: absolute;
  right: 15px;
  top: 8px;
}
.ui-selectonemenu-panel .ui-selectonemenu-table td {
  border: solid 1px #f5f5f5 !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 14px;
  -moz-border-radius: 0px !important;
  margin: 0px !important;
  color: #555555;
  padding: 14px 10px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-selectonemenu-panel tr.ui-state-highlight td {
  color: #00539f !important;
  background-color: #f5f5f5;
}
.ui-selectcheckboxmenu {
  font-size: 16px !important;
  font-family: "Open Sans",​sans-serif !important;
  font-weight: 400;
  padding: 0px 15px 0px 0px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #555555;
}
.ui-selectcheckboxmenu.ui-state-focus .ui-selectcheckboxmenu-label {
  background-color: #f5f5f5;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
  padding: 9px 26px 9px 10px !important;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #555555;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label.ui-state-hover {
  color: #555555 !important;
}
.ui-selectcheckboxmenu-panel {
  background-color: #ffffff;
  overflow: hidden;
  padding: 0px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3) !important;
}
@media screen and (min-width: 0\0) {
  .ui-selectcheckboxmenu-panel {
    box-shadow: 0px 0px 8px 0px rgba(43, 59, 93, 0.4) !important;
  }
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header {
  padding: 15px 15px 0px !important;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list {
  padding-bottom: 15px;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
  font-size: 14px !important;
  border: 0px !important;
  padding: 10px 14px !important;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item label {
  padding-top: 3px;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item .ui-chkbox .ui-chkbox-box {
  margin-top: 0px;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-filter-container {
  width: 70%;
}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-icon {
  font-size: 1.5em;
  color: #555555;
  position: absolute;
  right: 15px;
  top: 8px;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-filter-container .ui-inputfield {
  width: 100%;
  box-sizing: border-box;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox {
  margin-top: 5px !important;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-checked {
  background-color: #f5f5f5;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-close {
  padding: 0px !important;
  margin-right: 0px !important;
  margin-top: 5px;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-close .ui-icon {
  font-size: 1.5em;
  color: #555555;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
  height: 100%;
  margin-top: 0px;
}
.ui-growl {
  width: 300px !important;
  right: 12px !important;
  top: 70px !important;
}
.ui-growl-item-container {
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
}
.ui-growl-item {
  padding: 20px 20px !important;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-growl-message {
  width: 200px !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-family: "Open Sans",​sans-serif;
  font-weight: "Open Sans",​sans-serif;
}
.ui-growl-image {
  width: 30px !important;
  height: 30px !important;
}
.ui-growl-image-error {
  background-image: url("/iPCP/resources/images/icons/warn-pink.svg") !important;
  background-position: center !important;
  background-size: 140% !important;
  margin-top: 5px;
}
.ui-growl-image-warn {
  background-image: url("/iPCP/resources/images/icons/warn-hardal.svg") !important;
  background-position: center !important;
  background-size: 140% !important;
  margin-top: 5px;
}
.ui-growl-image-info {
  background-image: url("/iPCP/resources/images/icons/warn-blue.svg") !important;
  background-position: center !important;
  background-size: 140% !important;
  margin-top: 5px;
}
.ui-growl-image-fatal {
  background-image: url("/iPCP/resources/images/icons/warn-red.svg") !important;
  background-position: center !important;
  background-size: 140% !important;
  margin-top: 5px;
}
.ui-growl-icon-close {
  width: 10px !important;
  height: 10px !important;
  background-image: url("/iPCP/resources/images/icons/delete-pink.svg") !important;
  background-position: center !important;
  background-size: 130% !important;
}
.ui-growl-image-error::before {
  content: " " !important;
}
.ui-growl-image-warn::before {
  content: " " !important;
}
.ui-growl-image-info::before {
  content: " " !important;
}
.ui-growl-image-fatal::before {
  content: " " !important;
}
.ui-growl-icon-close::before {
  content: " " !important;
}
.ui-growl-image-info + .ui-growl-message {
  color: #03a9f4 !important;
}
.ui-growl-image-warn + .ui-growl-message {
  color: #f9bf08 !important;
}
.ui-growl-image-error + .ui-growl-message {
  color: #ce2246 !important;
}
.ui-growl-image-fatal + .ui-growl-message {
  color: #f55151 !important;
}
.ui-log {
  padding: 2px !important;
  background-color: #FBFCFD !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) !important;
  color: #555555;
}
.ui-log-header {
  padding: 10px !important;
  font-size: 16px !important;
  color: #ffffff;
  position: relative;
  z-index: 100;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  background-color: #E53935;
}
.ui-log-button {
  top: initial !important;
  left: initial !important;
  position: relative !important;
  display: inline-block !important;
  padding: 0px !important;
  margin-right: 5px;
}
.ui-log-content {
  height: 250px !important;
  color: #555555;
  margin: 5px;
}
.ui-log-items {
  font-size: 14px;
  color: #555555;
}
.ui-selectmanycheckbox label {
  margin: 0px 15px 0px 0px !important;
  color: #555555;
  font-size: 16px;
}
.ui-chkbox .ui-chkbox-box {
  background: none;
  box-shadow: none;
  margin-right: 5px;
  margin-top: 2px;
  color: #555555;
  border: solid 2px #555555;
  cursor: pointer;
  width: 16px !important;
  height: 16px !important;
  background-color: #ffffff;
}
.ui-chkbox .ui-state-active {
  border-color: #00539f;
}
.ui-chkbox .ui-state-focus {
  border-color: #0688ff;
}
.ui-chkbox-box .ui-icon-blank {
  background-image: none !important;
  background-size: 100%;
  background-position: center;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
  width: 5px;
  height: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.ui-chkbox-box .ui-icon-check {
  border-radius: 0px;
  background-image: none !important;
  background-size: 100%;
  position: relative;
  background-position: center;
  background-color: transparent;
  border-bottom: solid 3px #00539f;
  border-right: solid 3px #00539f;
  width: 5px;
  height: 10px;
  margin-left: 4px;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg) scale(1.7);
  -moz-transform: rotate(45deg) scale(1.7);
  -o-transform: rotate(45deg) scale(1.7);
  -ms-transform: rotate(45deg) scale(1.7);
  transform: rotate(45deg) scale(1.7);
}
.ui-chkbox-box .ui-icon-check::before {
  content: "";
}
.ui-chkbox .ui-chkbox-label {
  margin: 1px 15px 0px 5px !important;
  font-size: 16px;
  color: #555555;
}
.ui-selectoneradio label {
  margin: 1px 15px 0px 0px !important;
  color: #555555;
  font-size: 16px;
}
.ui-radiobutton {
  margin: 2px 8px 0px 0px !important;
  cursor: pointer;
}
.ui-radiobutton .ui-radiobutton-box {
  background: #ffffff;
  box-shadow: none;
  color: #555555;
  border: solid 2px #555555;
  position: relative;
}
.ui-radiobutton .ui-state-hover,
.ui-radiobutton .ui-state-active {
  border: solid 2px #00539f;
}
.ui-radiobutton .ui-state-focus {
  outline: dotted 1px #778d9b;
  outline-offset: 2px;
}
.ui-radiobutton .ui-radiobutton-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-size: 100%;
  background-position: center;
  margin: 0px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: none !important;
  width: 51px;
  height: 51px;
  position: absolute;
  opacity: 0;
  margin: -17px !important;
}
.ui-radiobutton .ui-state-active .ui-icon-bullet,
.ui-radiobutton .ui-state-focus .ui-icon-bullet {
  background-image: none !important;
  background-size: 100%;
  background-position: center;
  margin: 0px;
  background-color: #00539f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 16px;
  height: 16px;
  position: absolute;
  opacity: 1;
  margin: 0px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-radiobutton .ui-state-active .ui-icon-bullet::before,
.ui-radiobutton .ui-state-focus .ui-icon-bullet::before {
  content: "";
}
.ui-separator {
  border: 0px;
  border-bottom: solid 1px #e0e0e0;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 10px -10px;
}
#keypad-div {
  background-color: #ffffff;
  padding: 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#keypad-div .keypad-row button {
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 2px 3px;
  border: solid 1px #00539f;
  background-color: #00539f;
  color: #ffffff;
}
#keypad-div .keypad-row button.ui-state-hover {
  background-color: #00539f;
  color: #00539f;
  border: solid 1px #00539f;
}
#keypad-div .keypad-row button.keypad-close {
  background-color: #ce2246;
  color: #ffffff;
  border: solid 1px #ce2246;
}
#keypad-div .keypad-row button.keypad-back {
  background-color: #1c75bc;
  color: #ffffff;
  border: solid 1px #1c75bc;
}
#keypad-div .keypad-row button.keypad-clear {
  background-color: #fbb040;
  color: #555555;
  border: solid 1px #fbb040;
}
#keypad-div .keypad-row button.keypad-shift {
  background-color: #2bb673;
  color: #ffffff;
  border: solid 1px #2bb673;
}
.ui-password-panel {
  font-size: 16px;
  color: #555555;
  padding: 10px !important;
  background-color: #f5f5f5 !important;
  font-family: "Open Sans",​sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #e0e0e0;
}
.ui-password-panel .ui-password-meter {
  background-image: url("/iPCP/resources/images/icons/password-meter.svg") !important;
  background-size: 100% !important;
}
.ui-inputswitch {
  border: solid 1px #1e88e5;
  padding: 2px !important;
  color: #ffffff;
  font-size: 16px;
  background-color: #1e88e5;
  font-family: "Open Sans",​sans-serif;
  height: 28px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-inputswitch .ui-inputswitch-on,
.ui-inputswitch .ui-inputswitch-off {
  height: 24px !important;
}
.ui-inputswitch .ui-inputswitch-off span,
.ui-inputswitch .ui-inputswitch-on span {
  margin-top: 5px;
  font-size: 15px;
}
.ui-inputswitch .ui-inputswitch-on span {
  color: #bbdefb;
}
.ui-inputswitch .ui-inputswitch-off span {
  color: #bbdefb;
}
.ui-inputswitch-off,
.ui-inputswitch-on {
  padding-top: 0px !important;
  font-weight: normal !important;
}
.ui-inputswitch-handle {
  height: 22px !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin-top: 2px;
  margin-left: 2px;
  border: solid 3px #ffffff !important;
  background-color: #ffffff;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.ui-selectonelistbox {
  background-color: #ffffff;
  color: #555555;
  padding: 0px !important;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  border-radius: 2px !important;
  border: solid 1px #e0e0e0;
  overflow: hidden;
}
.ui-selectlistbox-filter-container {
  padding: 10px !important;
}
.ui-selectonelistbox .ui-selectlistbox-item {
  padding: 10px 7px !important;
  border-radius: 0px;
  font-size: 14px;
  display: block;
  margin: 0px !important;
}
@media screen and (min-width: 0\0) {
  .ui-selectonelistbox tr.ui-selectlistbox-item,
  .ui-selectmanymenu tr.ui-selectlistbox-item {
    padding: 0px !important;
  }
  .ui-selectonelistbox table.ui-selectlistbox-list td,
  .ui-selectmanymenu table.ui-selectlistbox-list td {
    padding: 10px 7px !important;
  }
}
.ui-selectonelistbox .ui-selectlistbox-item.ui-state-hover {
  background-color: #f5f5f5 !important;
  color: #00539f !important;
}
.ui-selectonelistbox tr.ui-selectlistbox-item.ui-state-hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-selectonelistbox .ui-selectlistbox-item.ui-state-hover td {
  color: #00539f !important;
}
.ui-selectonelistbox .ui-selectlistbox-item.ui-state-highlight {
  background-color: #f5f5f5 !important;
  color: #00539f !important;
}
.ui-selectonelistbox .ui-selectlistbox-item.ui-state-highlight td {
  color: #00539f !important;
}
.ui-selectonelistbox .ui-selectlistbox-filter-container .ui-icon-search {
  width: 30px;
  height: 30px;
  left: 14px;
  top: 16px;
}
.ui-selectonelistbox .ui-selectlistbox-filter-container .ui-inputfield {
  padding-left: 30px !important;
  width: 70%;
}
.ui-selectmanymenu {
  background-color: #ffffff;
  color: #555555;
  padding: 0px !important;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  border-radius: 2px !important;
  border: solid 1px #e0e0e0;
  font-size: 14px;
}
.ui-selectmanymenu .ui-selectlistbox-filter-container .ui-icon-search {
  width: 30px;
  height: 30px;
  left: 13px;
  top: 16px;
}
.ui-selectmanymenu .ui-selectlistbox-filter-container .ui-inputfield {
  width: 70%;
  padding-left: 30px !important;
}
.ui-selectmanymenu .ui-selectlistbox-item {
  padding: 10px 14px;
  margin: 0px !important;
  display: block;
  border-radius: 0px;
}
.ui-selectmanymenu .ui-selectlistbox-item.ui-state-hover td {
  color: #00539f;
}
.ui-selectmanymenu .ui-selectlistbox-item.ui-state-highlight td {
  color: #00539f;
}
.ui-selectmanymenu .ui-selectlistbox-item .ui-chkbox {
  float: left;
  margin-top: -2px;
}
.ui-selectmanymenu tr.ui-selectlistbox-item td .ui-chkbox {
  float: left;
  margin-top: 2px !important;
}
.ui-selectmanymenu .ui-state-hover {
  background-color: #f5f5f5 !important;
  color: #00539f;
}
.ui-selectmanymenu .ui-state-highlight {
  background-color: #f5f5f5 !important;
  color: #00539f;
  border-radius: 0px !important;
}
.ui-slider {
  background-color: #1e88e5;
  color: #ffffff;
}
.ui-slider-horizontal {
  margin: 2px 11px;
}
.ui-slider-vertical {
  margin: 11px 5px;
}
.ui-slider-range {
  background-color: #1565c0;
}
.ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  cursor: move !important;
  border: solid 1px #ffffff !important;
  background-color: #ffffff;
  border-radius: 30px !important;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  border-collapse: separate !important;
}
@media screen and (min-width: 0\0) {
  .ui-slider-handle {
    box-shadow: 0px 0px 8px 0px rgba(43, 59, 93, 0.4) !important;
  }
}
.ui-slider-vertical .ui-slider-handle {
  left: -5px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5px !important;
}
.ui-rating-star a {
  width: 20px !important;
  height: 20px !important;
  background-size: 90%;
}
.ui-rating-cancel a {
  background-image: url("/iPCP/resources/images/icons/dislike-on.svg") !important;
  opacity: 1;
  background-position: center !important;
  background-size: 110% !important;
  margin-right: 3px;
  width: 16px !important;
  height: 16px !important;
  color: #555555;
}
.ui-rating-cancel-hover a {
  background-image: url("/iPCP/resources/images/icons/dislike-on.svg") !important;
  opacity: 0.5;
  background-position: center !important;
  background-size: 100% !important;
}
.ui-rating-star a {
  background-image: url("/iPCP/resources/images/icons/star.svg") !important;
  background-position: center !important;
  background-size: 100% !important;
  margin: 0px 1px;
}
.ui-rating-star-on a {
  background-image: url("/iPCP/resources/images/icons/star-on.svg") !important;
  background-position: center !important;
  background-size: 100% !important;
}
.ui-spinner .ui-spinner-input {
  text-align: left;
  padding: 7px 9px !important;
}
.ui-spinner .ui-spinner-up {
  margin: 1px 0px 0px !important;
}
.ui-spinner .ui-spinner-down {
  margin: 0px 0px 1px !important;
}
.ui-spinner .ui-spinner-button {
  width: auto;
  height: 17px;
  margin: 2px 3px 2px 0px;
  border-radius: 0px !important;
  cursor: pointer;
}
.ui-spinner .ui-spinner-button {
  background-color: transparent;
}
.ui-spinner .ui-spinner-button.ui-state-hover .ui-button-text,
.ui-spinner .ui-spinner-button.ui-state-active .ui-button-text {
  background-color: #c2c2c2 !important;
}
.ui-spinner .ui-spinner-up .ui-button-text {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom: 0px none;
  background-color: #f5f5f5;
}
.ui-spinner .ui-spinner-down .ui-button-text {
  margin-top: 1px;
  border-bottom: 0px none;
  background-color: #f5f5f5;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.ui-spinner .ui-spinner-button .ui-button-text {
  height: 8px;
  text-align: center;
  padding: 4px 20px 4px 20px !important;
}
.ui-spinner .ui-spinner-up .ui-button-text .ui-icon {
  background-image: url("/iPCP/resources/images/icons/plus-sign.svg") !important;
  background-position: center !important;
  background-size: 90% !important;
  margin-left: 12px;
  margin-top: -8px;
}
.ui-spinner .ui-spinner-down .ui-button-text .ui-icon {
  background-image: url("/iPCP/resources/images/icons/minus-sign.svg") !important;
  background-position: center !important;
  background-size: 90% !important;
  margin-left: 12px;
}
.ui-spinner .ui-spinner-up .ui-button-text .ui-icon::before {
  content: " " !important;
}
.ui-spinner .ui-spinner-down .ui-button-text .ui-icon::before {
  content: " " !important;
}
.ui-calendar .ui-calendar-input-time {
  border-left: solid 1px #e0e0e0;
}
.ui-datepicker-inline {
  border: solid 1px #e0e0e0;
}
.ui-datepicker {
  padding: 8px !important;
  background-color: #ffffff !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  z-index: 9999;
}
.ui-datepicker:hover,
.ui-datepicker:focus {
  z-index: 9999;
}
.ui-datepicker-header {
  font-size: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #555555;
  padding: 10px 0px !important;
}
.ui-datepicker-header .ui-datepicker-prev {
  left: 2px !important;
  top: 5px !important;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-datepicker-header .ui-datepicker-next {
  right: 2px !important;
  top: 5px !important;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-datepicker-header .ui-datepicker-prev-hover {
  background-color: #f5f5f5 !important;
  left: 3px !important;
  top: 6px !important;
}
.ui-datepicker-header .ui-datepicker-next-hover {
  background-color: #f5f5f5 !important;
  right: 3px !important;
  top: 6px !important;
}
.ui-datepicker-header .ui-datepicker-prev .ui-icon {
  background-image: url("/iPCP/resources/images/icons/left-arrow.svg") !important;
  background-position: center !important;
  background-size: 130% !important;
  top: 50% !important;
  left: 48% !important;
}
.ui-datepicker-header .ui-datepicker-next .ui-icon {
  background-image: url("/iPCP/resources/images/icons/right-arrow.svg") !important;
  background-position: center !important;
  background-size: 130% !important;
  top: 50% !important;
  left: 54% !important;
}
.ui-datepicker-header .ui-datepicker-prev .ui-icon::before,
.ui-datepicker-header .ui-datepicker-next .ui-icon::before {
  content: " " !important;
}
.ui-datepicker-calendar {
  margin: 2px auto 0px auto !important;
  border-collapse: inherit !important;
  max-width: 320px;
}
.ui-datepicker-calendar thead tr th {
  color: #555555;
  cursor: default;
  padding: 9px 0px;
}
.ui-datepicker-calendar tbody tr td {
  border: solid 1px transparent;
  cursor: default;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
}
.ui-datepicker-calendar tbody tr td:hover {
  background-color: #00539f;
  border: solid 1px #00539f;
}
.ui-datepicker-calendar tbody tr td:hover a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff !important;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable:hover {
  background-color: transparent !important;
  border-color: transparent;
  color: #555555 !important;
}
.ui-datepicker-calendar tbody tr td > span {
  padding: 10px 0px;
}
.ui-datepicker-calendar tbody tr td a {
  color: #555555 !important;
  background-color: transparent !important;
  padding: 10px 0px;
}
.ui-datepicker-calendar tbody tr td a:focus {
  outline: 1px dotted #e0e0e0;
}
.ui-datepicker-calendar tbody tr .ui-datepicker-today {
  background-color: #ffffff;
  border: solid 1px #00539f;
}
.ui-datepicker-calendar tbody tr .ui-datepicker-today a {
  color: #555555 !important;
}
.ui-datepicker-calendar tbody tr .ui-datepicker-current-day {
  background-color: #00539f;
  border: solid 1px #00539f;
}
.ui-datepicker-calendar tbody tr .ui-datepicker-current-day a {
  color: #ffffff !important;
}
.ui-datepicker-trigger {
  width: auto !important;
  margin-left: 2px !important;
}
.ui-datepicker-trigger .ui-icon {
  background-image: url("/iPCP/resources/images/icons/calendar.svg") !important;
  background-position: center !important;
  background-size: 145% !important;
}
.ui-datepicker-trigger .ui-icon::before {
  content: " " !important;
}
.ui-datepicker-group .ui-datepicker-calendar {
  width: 100% !important;
}
.ui-timepicker-div {
  color: #555555;
}
.ui-timepicker-div dl {
  padding: 1px 10px;
}
.ui-timepicker-div .ui-widget-header {
  font-size: 18px;
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #555555;
}
.ui-tooltip .ui-tooltip-text {
  background-color: #455a64;
  color: #ffffff;
}
.ui-tooltip-bottom .ui-tooltip-arrow {
  border-bottom-color: #455a64;
}
.ui-tooltip-top .ui-tooltip-arrow {
  border-top-color: #455a64;
}
.ui-tooltip-left .ui-tooltip-arrow {
  border-left-color: #455a64;
}
.ui-tooltip-right .ui-tooltip-arrow {
  border-right-color: #455a64;
}
.ui-tooltip.ui-state-error .ui-tooltip-text {
  background-color: #ce2246;
  color: #ffffff;
}
.ui-commandlink {
  color: #00539f;
}
.ui-commandlink:hover {
  color: #00539f;
}
.ui-link {
  color: #00539f;
}
.ui-link:hover {
  color: #00539f;
}
.ui-editor {
  border: solid 1px #e0e0e0 !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px  !important;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-editor-toolbar {
  background-image: none !important;
  background-color: #f5f5f5 !important;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px  !important;
}
.ui-outputlabel {
  font-size: 16px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-outputlabel {
  color: #555555;
}
.ui-galleria {
  border: solid 1px #d1d3d4;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px  !important;
  background-color: #fbfcfd;
  color: #555555;
}
.ui-galleria-filmstrip-wrapper {
  border-top: solid 1px #e8edf2 !important;
  background-color: #f3f5f7;
}
.ui-galleria-nav-prev,
.ui-galleria-nav-next {
  padding: 2px;
  bottom: 14px !important;
}
.ui-galleria-nav-prev {
  left: 2px !important;
  background-image: url("/iPCP/resources/images/icons/leftarrow-navy.svg") !important;
  background-position: center !important;
  background-size: 100% !important;
}
.ui-galleria-nav-next {
  right: 2px !important;
  background-image: url("/iPCP/resources/images/icons/rightarrow-navy.svg") !important;
  background-position: center !important;
  background-size: 120% !important;
}
.ui-galleria-nav-prev::before {
  content: " " !important;
}
.ui-galleria-nav-next::before {
  content: " " !important;
}
.ui-galleria-caption {
  background-color: rgba(92, 107, 192, 0.4) !important;
}
.ui-progressbar {
  background-color: #81d4fa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 5px !important;
}
.ui-progressbar-value {
  background-color: #00539f;
  overflow: hidden;
  margin: 0px !important;
  background-image: none!important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-progressbar-label {
  color: #555555;
  font-size: 18px;
  line-height: 18px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  padding-top: 10px;
}
.ui-clock {
  padding: 10px 20px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #4db6ac;
  color: #e0f2f1;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.ui-autocomplete {
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-autocomplete .ui-autocomplete-dropdown {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px  !important;
  border-top-left-radius: 0px  !important;
}
.ui-autocomplete .ui-autocomplete-dropdown {
  border-radius: 0px !important;
  background-color: #f5f5f5;
  border-bottom: solid 1px #e0e0e0;
}
.ui-autocomplete .ui-autocomplete-dropdown.ui-state-hover {
  border-bottom: solid 1px #00539f;
  background-color: #b3c4d3 !important;
}
.ui-autocomplete .ui-corner-left {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.ui-autocomplete .ui-autocomplete-dropdown .ui-icon-triangle-1-s {
  background-image: url("/iPCP/resources/images/icons/downarrow.svg") !important;
  background-position: center !important;
  background-size: 130% !important;
  z-index: 998;
  margin-top: -6px;
}
.ui-autocomplete .ui-autocomplete-dropdown .ui-icon-triangle-1-s::before {
  content: " " !important;
}
.ui-autocomplete-panel {
  background-color: #ffffff;
  border-radius: 2px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-autocomplete-panel .ui-autocomplete-items {
  padding: 0px !important;
}
.ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item {
  color: #555555;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0px;
}
.ui-autocomplete-query {
  font-weight: normal !important;
}
.ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-group {
  color: #ffffff;
  background-color: #00539f;
  padding: 6px 8px;
  font-size: 16px;
  border: 0px;
  margin: 0px;
  font-weight: normal;
}
.ui-autocomplete-panel .ui-autocomplete-items .ui-state-highlight {
  background-color: #f5f5f5;
  color: #00539f;
}
.ui-autocomplete-panel .ui-autocomplete-items .ui-state-highlight td {
  color: #00539f !important;
  background-color: #f5f5f5;
}
.ui-autocomplete-panel .ui-autocomplete-table th,
.ui-autocomplete-panel .ui-autocomplete-table td {
  border-color: #f5f5f5 !important;
  padding: 14px 10px !important;
}
.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token {
  background-color: #c6d6df;
  padding: 5px;
}
.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token .ui-icon-close {
  background-image: url("/iPCP/resources/images/icons/delete-gray.svg") !important;
  background-position: center !important;
  background-size: 100% !important;
}
.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token .ui-icon-close::before {
  content: " " !important;
}
.ui-autocomplete-input-token input[type="text"] {
  color: #555555;
  font-size: 14px;
  font-family: "Open Sans",​sans-serif !important;
  font-weight: 400;
}
.ui-autocomplete-itemtip {
  border: solid 1px #e0e0e0;
  background-color: #fbfcfd;
  font-size: 14px;
  padding: 2px !important;
}
.ui-autocomplete-itemtip table thead tr th {
  border-bottom: solid 1px #e0e0e0 !important;
  color: #555555;
  font-size: 16px;
}
.ui-multiselectlistbox .ui-multiselectlistbox-listcontainer {
  margin: 0px !important;
}
.ui-multiselectlistbox .ui-multiselectlistbox-listcontainer .ui-multiselectlistbox-header {
  border: solid 1px #e0e0e0;
  background-color: #00539f;
  color: #ffffff;
  padding: 8px 0px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom: solid 2px !important;
}
.ui-multiselectlistbox .ui-multiselectlistbox-listcontainer .ui-multiselectlistbox-list {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  border-top: 0px;
  padding: 0px !important;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 0px !important;
  overflow: hidden;
}
.ui-multiselectlistbox .ui-multiselectlistbox-listcontainer .ui-multiselectlistbox-list .ui-multiselectlistbox-item {
  font-size: 14px;
  padding: 7px 13px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin: 0px;
}
.ui-multiselectlistbox .ui-multiselectlistbox-listcontainer .ui-multiselectlistbox-list .ui-state-hover {
  color: #00539f;
  background-color: #f5f5f5 !important;
}
.ui-multiselectlistbox .ui-multiselectlistbox-listcontainer .ui-multiselectlistbox-list .ui-state-highlight {
  color: #00539f;
  background-color: #f5f5f5 !important;
}
.ui-terminal {
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  padding: 10px !important;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-toolbar .ui-separator {
  padding: 0px 5px;
  border-bottom: 0px none;
}
/* ... Styles applied to the 2nd, 3rd, etc. x axis only. */
/* ... Styles applied to the 2nd, 3rd, etc. y axis only. */
.ui-tabs-outline {
  outline: none !important;
}
.ui-tabs-top .ui-tabs-nav .ui-tabs-outline,
.ui-tabs-bottom .ui-tabs-nav .ui-tabs-outline,
.ui-tabs-left .ui-tabs-nav .ui-tabs-outline,
.ui-tabs-right .ui-tabs-nav .ui-tabs-outline {
  outline: none !important;
  border: dotted 1px #ffffff !important;
  background-color: transparent !important;
  border-radius: 0px !important;
}
.ui-accordion .ui-tabs-outline {
  outline: none !important;
  background-color: #00539f;
  color: #ffffff;
}
.ui-fileupload-choose input[type="file"] {
  z-index: 999;
}
.ui-fileupload-simple input[type="file"] {
  z-index: 999;
  width: 100px;
  height: 40px;
}
.ui-fileupload-simple .ui-fileupload-filename {
  color: #555555;
}
.ui-fileupload .ui-fileupload-buttonbar {
  padding-top: 0;
  padding-bottom: 0;
}
.ui-fileupload-content {
  padding-top: 0;
  padding-bottom: 0;
}
.ui-fileupload-files {
  margin-top: 0;
  margin-bottom: 0;
}
.ui-tagcloud {
  border: solid 1px #e0e0e0;
}
.ui-tagcloud li a {
  color: #00539f;
  padding: 3px;
  margin: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-tagcloud li a.ui-state-hover {
  color: #ffffff;
  background-color: #00539f;
}
.ui-inplace .ui-inplace-display {
  color: #00539f;
}
.ui-inplace .ui-inplace-display.ui-state-highlight {
  color: #00539f;
}
.ui-datascroller {
  border: solid 1px #d1d3d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fbfcfd;
}
.ui-datascroller .ui-datascroller-header {
  background-color: #00539f;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-datascroller .ui-datascroller-item {
  border-bottom: solid 1px #d1d3d4 !important;
}
.ui-layout-container .ui-layout-unit {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-layout-unit .ui-layout-unit-header {
  color: #ffffff;
  padding: 8px 6px 10px 10px !important;
  font-size: 14px;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  background-color: #00539f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-title {
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-close {
  background-image: url("/iPCP/resources/images/icons/delete.svg") !important;
  background-position: center !important;
  background-size: 110% !important;
  margin-top: 3px;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-triangle-1-n {
  background-image: url("/iPCP/resources/images/icons/uparrow.svg") !important;
  background-position: center !important;
  background-size: 120% !important;
  margin-top: 3px;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-triangle-1-w {
  background-image: url("/iPCP/resources/images/icons/left-arrow.svg") !important;
  background-position: center !important;
  background-size: 100% !important;
  margin-top: 3px;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-triangle-1-e {
  background-image: url("/iPCP/resources/images/icons/right-arrow.svg") !important;
  background-position: center !important;
  background-size: 100% !important;
  margin-top: 3px;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-triangle-1-s {
  background-image: url("/iPCP/resources/images/icons/downarrow.svg") !important;
  background-position: center !important;
  background-size: 120% !important;
  margin-top: 3px;
}
.ui-layout-resizer .ui-layout-toggler .ui-icon-arrow-4-diag {
  background-image: url("/iPCP/resources/images/icons/expand-gray.svg") !important;
  background-position: center !important;
  background-size: 110% !important;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-close::before {
  content: " " !important;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-triangle-1-n::before {
  content: " " !important;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-triangle-1-w::before {
  content: " " !important;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-triangle-1-e::before {
  content: " " !important;
}
.ui-layout-unit .ui-layout-unit-header .ui-layout-unit-header-icon .ui-icon-triangle-1-s::before {
  content: " " !important;
}
.ui-layout-resizer .ui-layout-toggler .ui-icon-arrow-4-diag::before {
  content: " " !important;
}
.ui-wizard .ui-wizard-step-titles li {
  padding: 10px 20px !important;
  font-size: 14px;
  color: #ffffff;
  font-family: "Open Sans",​sans-serif;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #00539f;
}
.ui-wizard .ui-wizard-step-titles li.ui-state-highlight {
  background-color: #00539f;
}
.ui-wizard .ui-wizard-nav-back .ui-icon-arrowthick-1-w {
  background-image: url("/iPCP/resources/images/icons/left-arrow.svg") !important;
  background-position: center !important;
  background-size: 110% !important;
}
.ui-wizard .ui-wizard-nav-next .ui-icon-arrowthick-1-e {
  background-image: url("/iPCP/resources/images/icons/right-arrow.svg") !important;
  background-position: center !important;
  background-size: 110% !important;
}
.ui-wizard .ui-wizard-nav-back .ui-icon-arrowthick-1-w::before {
  content: " " !important;
}
.ui-wizard .ui-wizard-nav-next .ui-icon-arrowthick-1-e::before {
  content: " " !important;
}
.ui-button.ui-state-focus {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.7) !important;
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.7) !important;
  box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.7) !important;
  background-color: #00539f;
}
.ui-inputswitch-handle.ui-state-focus {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.7) !important;
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.7) !important;
  box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.7) !important;
  background-color: #bbdefb;
}
.ui-slider-handle.ui-state-focus {
  background-color: #bbdefb !important;
  border-color: #bbdefb !important;
}
.ui-selectonemenu.ui-state-focus,
.ui-selectcheckboxmenu.ui-state-focus {
  border-bottom: solid 1px #00539f !important;
}
.ui-datatable table thead tr th.ui-state-focus {
  background-color: #dbdbdb;
  -webkit-box-shadow: inset 0px -3px 0px 0px #546e7a;
  -moz-box-shadow: inset 0px -3px 0px 0px #546e7a;
  box-shadow: inset 0px -3px 0px 0px #546e7a;
}
.ui-fluid .ui-selectonemenu .ui-selectonemenu-trigger,
.ui-fluid .ui-selectcheckboxmenu-trigger {
  width: 38px !important;
  height: 38px !important;
}
@media screen and (min-width: 0\0) {
  .ui-fluid .ui-selectonemenu .ui-selectonemenu-trigger {
    width: 38px !important;
    height: 100% !important;
    border-bottom: 0px none !important;
  }
}
.ui-fluid .ui-selectonemenu,
.ui-selectcheckboxmenu {
  padding: 0px 32px 0px 0px !important;
}
.ui-fluid .ui-selectcheckboxmenu {
  box-sizing: border-box;
}
.ui-fluid .ui-spinner {
  box-sizing: border-box;
}
.ui-fluid .ui-slider {
  margin-top: 8px;
}
.ui-fluid .ui-spinner .ui-spinner-button .ui-icon {
  left: 0px !important;
}
.ui-fluid .ui-autocomplete .ui-autocomplete-dropdown {
  right: -2px;
}
.ui-fluid .ui-autocomplete .ui-autocomplete-input {
  padding-right: 2.5em !important;
}
.ui-fluid .ui-datepicker-trigger {
  margin: 0px 0px 0px -41px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  min-width: 41px !important;
}
.ui-fluid .ui-radiobutton {
  margin: 0px 8px 0px 0px !important;
}
.ui-fluid .ui-selectoneradio label {
  margin-top: -1px !important;
}
.ui-fluid .ui-chkbox .ui-chkbox-box {
  margin: 0px 7px 0px 0px;
}
.ui-fluid .ui-selectmanycheckbox label {
  margin-top: -1px !important;
}
.ui-fluid .ui-buttonset {
  box-sizing: border-box;
}
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button {
  border: solid 1px #fff;
  box-sizing: border-box;
  margin: 0px !important;
}
.ui-fluid .ui-selectonebutton.ui-buttonset-2,
.ui-fluid .ui-selectonebutton.ui-buttonset-3 {
  padding: 0px !important;
}
.ui-fluid .ui-selectonebutton.ui-buttonset.ui-buttonset-3 .ui-button,
.ui-fluid .ui-selectmanybutton.ui-buttonset.ui-buttonset-3 .ui-button {
  width: 33.3%;
}
.ui-fluid .ui-selectonebutton.ui-buttonset.ui-buttonset-6 .ui-button,
.ui-fluid .ui-selectmanybutton.ui-buttonset.ui-buttonset-6 .ui-button {
  width: 16.65%;
}
@media (max-width: 640px) {
  .ui-fluid .ui-selectonebutton.ui-buttonset.ui-buttonset-3 .ui-button,
  .ui-fluid .ui-selectmanybutton.ui-buttonset.ui-buttonset-3 .ui-button,
  .ui-fluid .ui-selectonebutton.ui-buttonset.ui-buttonset-6 .ui-button,
  .ui-fluid .ui-selectmanybutton.ui-buttonset.ui-buttonset-6 .ui-button {
    width: 100%;
  }
}
.ui-fluid .ui-tree {
  box-sizing: border-box;
}
.ui-fluid .ui-picklist .ui-picklist-buttons-cell .ui-button .ui-icon,
.ui-picklist-responsive .ui-picklist-buttons-cell .ui-button .ui-icon {
  position: static;
  margin: 6px 0px -32px 0px;
  width: 100%;
  background-size: 18px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons button {
  margin: 0.3em auto;
  max-width: 100% !important;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-list {
  min-width: 0;
}
@media (max-width: 640px) {
  .ui-picklist.ui-picklist-responsive .ui-picklist-buttons button {
    max-width: 50px;
    margin-right: 0.1em;
  }
}
.ui-fluid .ui-orderlist {
  box-sizing: border-box;
}
.ui-orderlist.ui-grid-responsive .ui-orderlist-controls {
  margin-right: 0px !important;
}
.ui-fluid .ui-orderlist .ui-orderlist-controls .ui-button .ui-icon,
.ui-orderlist.ui-grid-responsive .ui-orderlist-controls .ui-button .ui-icon {
  position: static;
  margin: 6px 0px -32px 0px;
  width: 100%;
  background-size: 18px;
}
.ui-orderlist.ui-grid-responsive .ui-orderlist-controls button {
  max-width: 100% !important;
}
@media (max-width: 640px) {
  .ui-fluid .ui-orderlist .ui-orderlist-controls .ui-button,
  .ui-orderlist.ui-grid-responsive .ui-orderlist-controls .ui-button {
    max-width: 50px;
  }
}
.ui-fluid .ui-menu.ui-menu-toggleable li.ui-widget-header h3 {
  padding-left: 33px !important;
}
.ui-fluid .ui-menu.ui-menu-toggleable li.ui-widget-header {
  width: 100% !important;
  padding: 7px 0px;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/iPCP/resources/primefaces-ipcp-opg/fonts/montserrat-bold-webfont.woff2") format('woff2'), url("/iPCP/resources/primefaces-ipcp-opg/fonts/montserrat-bold-webfont.woff") format('woff'), url("/iPCP/resources/primefaces-ipcp-opg/fonts/montserrat-bold-webfont.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/iPCP/resources/primefaces-ipcp-opg/fonts/montserrat-regular-webfont.woff2") format('woff2'), url("/iPCP/resources/primefaces-ipcp-opg/fonts/montserrat-regular-webfont.woff") format('woff'), url("/iPCP/resources/primefaces-ipcp-opg/fonts/montserrat-regular-webfont.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/iPCP/resources/primefaces-ipcp-opg/fonts/OpenSans-Regular-webfont.woff") format('woff'), url("/iPCP/resources/primefaces-ipcp-opg/fonts/OpenSans-Regular-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
html body.app .ipcp-header-menu {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
html body.app div.ipcp-login-state {
  float: right;
  text-transform: uppercase;
}
html body.app div.ipcp-login-state a {
  text-decoration: none;
  color: #000;
}
html body.app div.ipcp-login-state a:hover {
  color: #333;
}
html body.app .ui-steps .ui-steps-item .ui-steps-number {
  background-color: #545454;
  color: #fff;
  border: 3px solid #fff;
}
html body.app .ui-steps .ui-steps-title {
  background-color: rgba(84, 84, 84, 0.9);
  color: #fff;
  padding: 5px;
  margin-top: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html body.app div.header div.ipcp-header {
  height: 80px;
}
html body.app div.header div.ipcp-header a {
  display: none;
}
body.app.ReservationCancel .Wrapper,
body.app.ReservationChange .Wrapper,
body.app.ReservationCreate .Wrapper {
  background-image: url("/iPCP/resources/images/banner_parkingreservation.jpg") !important;
}
body.app.ContractParkingCancel .Wrapper,
body.app.ContractParkingChange .Wrapper,
body.app.ContractParkingCreate .Wrapper,
body.app.ContractParkingSuspend .Wrapper {
  background-image: url("/iPCP/resources/images/banner_contractparker.jpg") !important;
}
body.app.MultiPurposeCardCreate .Wrapper,
body.app.MultiPurposeCardCancel .Wrapper,
body.app.MultiPurposeCardCredit .Wrapper,
body.app.MultiPurposeCardSuspend .Wrapper {
  background-image: url("/iPCP/resources/images/banner_prepaid.jpg") !important;
}
body.admin div.ipcp-logo {
  display: block;
  background: transparent url("/iPCP/resources/primefaces-ipcp-opg/images/gb_logo.svg") no-repeat center center;
  background-size: contain;
}

