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

*/
/*************************/
/** photogallery **/
.componentPhotoGallery {
  background: lightgreen;
}
#catalogue {
  min-height: 50px;
}
/* menu */
.menuwrap .menuinner {
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  color: #fff;
}
/* buttons */
a.add span,
a.setting span,
a.home span,
a.delete span,
a.edit span,
a.folder span {
  display: none;
}
.photo-menu {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 5%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.gallitem:hover .photo-menu {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transform: translateY(0);
  pointer-events: auto;
}
.photo-menu a {
  width: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 1px;
  display: inline-block;
  color: #555 !important;
  padding: 5px;
  background: #333;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none !important;
  font-size: 12px;
}
.photo-menu a:hover {
  text-decoration: none !important;
  background: #039be5 !important;
}
.photo-menu a span {
  display: none;
}
/*
.photo-menu a.add {background:url("imagesgui/add.png") center center no-repeat;width:16px;height:16px;display:inline-block;}
.photo-menu a.setting {background:url("imagesgui/setting.png") center center no-repeat;width:16px;height:16px;display:inline-block;}
.photo-menu a.home {background:url("imagesgui/home.png") center center no-repeat;width:16px;height:16px;display:inline-block;}
.photo-menu a.delete {background:url("imagesgui/delete.png") center center no-repeat;width:16px;height:16px;display:inline-block;}
.photo-menu a.edit {background:url("imagesgui/edit.png") center center no-repeat;width:16px;height:16px;display:inline-block;}
.photo-menu a.folder {background:url("imagesgui/folder.png") center center no-repeat;width:16px;height:16px;display:inline-block;}
*/
/* ajax */
#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background: url("imagesgui/preloader.gif") no-repeat 50% 50%;
  padding: 10px;
  font-size: 0;
  width: 40px;
  height: 40px;
}
/* error links */
a[href^="error:"] {
  background: red;
  color: white;
}
/* admin dialog popup */
.icardadmindialog form table {
  width: 100%;
  background: none;
  border: none;
}
.icardadmindialog form th,
.icardadmindialog form td {
  padding: 0;
  background: none;
}
.icardadmindialog form th {
  text-align: left;
}
.icardadmindialog form tr {
  background: none;
}
.icardadmindialog form tr:nth-child(even) {
  background: none;
}
.icardadmindialog form label {
  font-size: 90%;
  padding: 2px 0 0 0;
  margin: 0;
}
.icardadmindialog h4 {
  color: #00a6fc;
  text-shadow: 0px 1px 1px #fff;
}
/* foundation style corrections */
#dialog.reveal-modal {
  padding: 20px 10px 20px;
  width: auto;
}
/* admin content */
/* .admin-content{ background:#fff;box-shadow:0px 0px 10px #000 } */
/* drop area */
.droparea {
  position: relative;
}
.gallery-item {
  position: relative;
}
.gallery-item .photo-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.gallery-placeholder {
  width: 100%;
  text-align: center;
  text-shadow: 0px 1px 1px #fff;
  color: #444;
  font-size: 200%;
  background: #eee;
  padding: 10px;
  margin-bottom: 10px;
}
.gallery-placeholder .inner {
  line-height: 120%;
  border: 1px dotted #aaa;
  background: #ffffcc;
  padding: 50px 0;
}
/* relative position of each component */
.component-item {
  position: relative;
}
div.daicubtn {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1038;
  width: 41px;
  height: 41px;
  overflow: hidden;
}
div.daicubtn a.dauploadbtn {
  font-family: FontAwesome;
  opacity: 0.2;
  z-index: 1;
  left: 0;
  position: absolute;
  padding: 10px 10px;
  background: #222;
  color: #fff;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
  font-size: 11px;
  line-height: 100% !important;
}
div.daicubtn:hover a.dauploadbtn {
  opacity: 1;
}
div.daicubtn input.btnimginput {
  position: absolute;
  display: block;
  -moz-opacity: 0;
  /*filter:alpha(opacity: 0);*/
  opacity: 0;
  z-index: 2;
  width: 54px;
  height: 30px;
  background: red;
}
div.daicubtn input {
  width: 40px !important;
  opacity: 1;
}
.item {
  position: relative;
  /*transition:all 1s;*/
}
a.component-item {
  display: block;
}
#adminbar {
  background: #444;
  color: #fff;
}
#cpanel-in {
  padding-left: 30px;
}
.componentdragger {
  padding: 5px;
  background: #ffffcc !important;
  border: 1px solid #ffcc00;
  box-shadow: 0px 0px 20px background(0, 0, 0, 0.5);
  display: inline-block;
}
.image-placeholder {
  text-align: center;
}
.tplview * {
  font-size: 90% !important;
}
.tplview h1,
.tplview h2,
.tplview h3,
.tplview h4,
.tplview h5 {
  height: 4px;
  background: brown;
}
.tplview .component-item {
  border: 1px solid red;
  min-height: 4px;
}
.component-item .component-item:hover {
  /*  outline: dotted 2px #349FD6;*/
}
.component-item .component-item .component-item:hover {
  /*outline: dotted 2px #349FD6;*/
}
.container-area .component-item:hover {
  /*outline: dotted 2px #349FD6;*/
}
.component-item .editable:focus {
  /*outline: dotted 2px #349FD6;*/
}
.selected-component {
  outline: solid 1px #349fd6 !important;
  outline-offset: 0px !important;
}
.componentWidget .selected-component {
  outline: dotted 1px #349fd6 !important;
  outline-offset: -2px !important;
}
.container-area.selected-component {
  outline: dotted 2px #349fd6 !important;
  outline-offset: 5px !important;
}
#icardpopup {
  font-family: Arial;
  overflow: hidden;
}
#icardpopup form {
  padding: 0 15px;
}
#icardpopup .popup-btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
#icardpopup .popup-btn:hover {
  text-decoration: none;
}
#icardpopup .popup-yes {
  color: #555;
  background: transparent;
  border: 2px solid transparent;
}
#icardpopup .popup-yes:hover {
  color: red;
}
#icardpopup .popup-yes:hover {
  border: 2px solid red;
}
#icardpopup .popup-no {
  color: #fff;
  background: gray;
  border: 2px solid #fff;
}
#icardpopup .popup-no:hover {
  border: 2px solid #444;
  color: #fff;
}
/*
.mfp-content {
  display: flex !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}*/
.mfp-content {
  text-align: center !important;
}
#icardpopup {
  /*tr:hover { background:#ffffcc; }*/
  padding: 0px;
  margin: 20px auto;
  min-width: 400px;
  text-align: left;
  display: inline-block;
}
#icardpopup .popup-title {
  letter-spacing: normal;
  background: #efefef;
  font-size: 15px;
  line-height: 100%;
  margin: 0 0 0px 0;
  color: #555;
  font-weight: normal;
  text-align: left;
  font-family: Arial !important;
  padding: 14px 40px 14px 14px;
  text-transform: none;
}
#icardpopup .icardpopupcontent {
  padding: 15px 0px;
}
#icardpopup a.widgetDeleteBtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #999;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-decoration: none;
}
#icardpopup a.widgetDeleteBtn:hover {
  color: red;
}
#icardpopup a.widgetBrowseBtn {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #999;
  text-decoration: none;
}
#icardpopup fieldset {
  padding: 10px 0;
  border: none;
  border-top: 1px solid #ddd;
}
#icardpopup table {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
#icardpopup table > tbody > tr,
#icardpopup table > tr {
  border: none;
}
#icardpopup table > tbody > tr > th,
#icardpopup table > tr > th {
  width: 32%;
  padding: 0px;
  vertical-align: top;
  border: none;
  line-height: 100%;
}
#icardpopup table > tbody > tr > td,
#icardpopup table > tr > td {
  padding: 0px;
  background-color: #fff;
  border: none;
  line-height: 100%;
  border: 1px solid #fff;
  border-top: none;
}
#icardpopup legend {
  font-family: Arial !important;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px 0 0;
  margin: 0px;
  text-transform: none;
  display: inline-block;
}
#icardpopup label {
  letter-spacing: normal;
  white-space: nowrap;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: right;
  font-size: 15px;
  padding: 6px 10px 0 0;
  margin: 0;
  display: block;
  text-transform: none;
  color: #555;
  font-style: italic;
  font-weight: normal;
}
#icardpopup small {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  font-style: italic;
}
#icardpopup .icwpopup-control > * {
  padding: 6px 10px 0 0;
  font-size: 15px;
  line-height: 28px;
}
#icardpopup .icwpopup-control a {
  color: #007a9f;
  font-weight: bold;
  text-decoration: underline;
}
#icardpopup input[type="time"],
#icardpopup input[type="date"],
#icardpopup input[type="datetime-local"],
#icardpopup input[type="text"],
#icardpopup input[type="number"],
#icardpopup select,
#icardpopup textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif !important;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  border-radius: 0;
  padding: 4px;
  margin: 0;
  height: auto;
  width: 100%;
  border: none;
  font-size: 15px;
  background-color: #eee;
  color: #007a9f;
  font-weight: bold;
  height: 28px;
  display: block;
  box-shadow: none;
  border-bottom: 1px solid transparent;
}
#icardpopup input[type="time"]:focus,
#icardpopup input[type="date"]:focus,
#icardpopup input[type="datetime-local"]:focus,
#icardpopup input[type="text"]:focus,
#icardpopup input[type="number"]:focus,
#icardpopup select:focus,
#icardpopup textarea:focus {
  background-color: #fff0cc;
  box-shadow: none;
  border-bottom: 1px solid #008db9;
  color: #008db9;
  outline: none;
}
#icardpopup textarea {
  height: 100px;
}
#icardpopup input.button {
  margin-top: 15px;
  border-radius: 0;
  background: #008db8;
  color: #fff;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 300;
}
#icardpopup input.button:hover {
  background: #00b4eb;
}
.mfp-content label {
  color: #000;
}
a[class*="iconicard"]:before {
  font-family: FontAwesome;
  text-decoration: none;
}
/*.iconicard-insert-template { &:extend(.fa, .fa-cog all); }*/
.component-drag-helper {
  text-align: center;
  width: 100px !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden !important;
  box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.5);
  z-index: 1000;
}
body {
  margin-bottom: 35px;
}
#adminuserpanel {
  position: fixed;
  bottom: 0;
  right: 0;
}
/*
#adminMenu {
    //position:fixed;
    line-height: 100%;
    //bottom:0px;
    width:0px;height:0px;
    background: red;
    //.transform(translateY(100%));
    //width:100%;
    //z-index:999;
    font-family:arial;
    text-align: left;
    .resp-tabs-list { position:fixed;bottom:0; background:#999;z-index: 999 }
    .resp-tabs-list li {
      padding:8px 14px;font-size:11px;border-right:1px solid #000;font-weight: bold;

    }
    .resp-tab-item { color:#ddd }
    .resp-tab-active { background:#000 !important;color:#fff !important }

    ul { font-size:0; }
    .resp-tabs-container {
      position:fixed;bottom:0;.transform(translateY(100%));.transition(@duration:600ms,@timing:cubic-bezier(0.510, 0.240, 0.030, 1.000));opacity:0;z-index: 998;padding:4px 4px 34px 4px;
      .media-xs({ .transform(translateY(0));opacity:1;padding-bottom:0;overflow: scroll;max-height: 100% });
    }
    .resp-tab-content-active { padding:1px 0;background:#000;}
    .resp-tab-content-active li {
        background:#444;color:#fff;border:none;border-right:1px solid #000;border-bottom:1px solid #000;
        .transition(@duration:250ms);
        a.menu-block { color:#ddd }
        &:hover {
            .transition(@duration:250ms);
            background:#349FD6;color:#fff;
            a.menu-block { color:#fff }
        }

    }
    a.menu-block {
        width:80px;
        height:75px;
        display:inline-block;
        text-align:center;
        overflow:hidden;
        text-decoration:none;
        overflow: hidden;
        padding:10px 2px;
        .media-xs({
          width:60px;height:60px;
        });

        &:hover { text-decoration: none; }
        &:before {
          font-size:26px;display:inline-block;padding:5px 0;transition: all .2s linear;width:80px;overflow:hidden;text-shadow: 1px 1px 3px #000;
          .media-xs({
              font-size:16px;width:auto;
            });

        }
        &:hover:before {  }

        span { display:block;text-align:center;font-family:Arial;font-size:11px;padding-top:5px; }
    }
}
#adminMenu.adminmenuopen {
    .resp-tabs-container { .transform(translateY(0));.transition(@duration:600ms,@timing:cubic-bezier(0.510, 0.240, 0.030, 1.000));opacity:1;}
}
#components ul,#components li { margin:0;padding:0;list-style:none;}
#adminMenu ul li { display:inline-block;}

.resp-tabs-container { background:#222;color:#fff; }*/
/* adminBar styles */
#cms_contextMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5000 !important;
}
#cms_contextMenu .cms-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
#cms_contextMenu .cms-tooltip .cms-tooltip-text {
  visibility: hidden;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  font-size: 11px;
  position: fixed;
  bottom: 40px;
  max-height: 80vh;
  min-width: 150px;
  max-width: 600px;
  background: #333;
  color: #fff;
  line-height: 1.1;
  z-index: 110;
  text-align: left;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#cms_contextMenu .cms-tooltip .cms-tooltip-text a {
  color: #5ecfd9;
}
#cms_contextMenu .cms-tooltip .cms-tooltip-text::-webkit-scrollbar {
  width: 10px;
}
#cms_contextMenu .cms-tooltip .cms-tooltip-text::-webkit-scrollbar-track {
  background: #333;
}
#cms_contextMenu .cms-tooltip .cms-tooltip-text::-webkit-scrollbar-thumb {
  background: #888;
}
#cms_contextMenu .cms-tooltip .cms-tooltip-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#cms_contextMenu .cms-tooltip-switch {
  display: none;
}
#cms_contextMenu .cms-tooltip-switch:checked ~ .cms-tooltip .cms-tooltip-text {
  visibility: visible;
}
#cms_contextMenu ul,
#cms_contextMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
#cms_contextMenu > ul {
  overflow: auto;
}
#cms_contextMenu ul > li {
  display: inline-block;
  position: relative;
}
#cms_contextMenu ul > li i.fa {
  font-size: 12px;
}
#cms_contextMenu ul > li > a,
#cms_contextMenu ul > li > label {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 7px 10px;
  font-size: 12px;
  color: #fff;
  background: #333;
  position: relative;
  z-index: 101;
  border: 1px solid #000;
  border-left: none;
  text-decoration: none;
  margin-bottom: 0;
}
#cms_contextMenu ul > li.active > a,
#cms_contextMenu ul > li .cms-tooltip-switch:checked ~ label {
  background: #349fd6;
}
#cms_contextMenu ul > li > ul {
  background: #333;
  position: fixed;
  bottom: 32px;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  -moz-transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  -ms-transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  -o-transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  opacity: 0;
  left: 0;
}
#cms_contextMenu ul > li > ul.menushow {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  -moz-transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  -ms-transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  -o-transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  transition:  all 600ms 0s cubic-bezier(0.51, 0.24, 0.03, 1);
  opacity: 1;
}
#cms_contextMenu ul > li > ul > li a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  width: 90px;
  border-right: 1px solid #000;
  padding: 10px 10px;
  -webkit-transition:  all 250ms 0s ease;
  -moz-transition:  all 250ms 0s ease;
  -ms-transition:  all 250ms 0s ease;
  -o-transition:  all 250ms 0s ease;
  transition:  all 250ms 0s ease;
}
@media (max-width: 479px) {
  #cms_contextMenu ul > li > ul > li a {
    width: 64.28571429px;
  }
}
#cms_contextMenu ul > li > ul > li a:hover {
  text-decoration: none;
  background-color: #349fd6;
  -webkit-transition:  all 250ms 0s ease;
  -moz-transition:  all 250ms 0s ease;
  -ms-transition:  all 250ms 0s ease;
  -o-transition:  all 250ms 0s ease;
  transition:  all 250ms 0s ease;
}
#cms_contextMenu ul > li > ul > li a i.fa {
  font-size: 24px;
}
#cms_contextMenu ul > li > ul > li a::before {
  font-size: 24px;
  display: block;
  text-align: center;
  padding-bottom: 10px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 479px) {
  #cms_contextMenu ul > li > ul > li a::before {
    font-size: 12px;
  }
}
#cms_contextMenu ul > li > ul > li a span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  height: 24px;
  overflow: hidden;
}
@media (max-width: 479px) {
  #cms_contextMenu ul > li > ul > li a span {
    font-size: 10px;
  }
}
.cms-table {
  border-collapse: collapse;
}
.cms-table td {
  border: 1px solid #555;
  padding: 3px;
}
.cms-table th {
  padding: 3px;
  color: #999;
}
.cms-table tr:hover td {
  background: #555;
}
/* new admin menu */
/*
body .addbtn { padding:10px;background:rgba(0,0,0,.1);}

body .addbtn a.addbutton {
  display:block;
    padding:5px 10px;
    text-decoration: none !important;
    background:#349FD6;
    //  vertical-align: middle;
    text-align:center;
    cursor: pointer;
    color:#fff !important;
    font-size:13px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

body .selected-component .addbtn a.addbutton {
  visibility: visible;
}

body .addbtn a.addbutton:hover {
  background:#333;
    transition: all .2s;
    -webkit-transition: all .2s;
}

body .addbtn {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    position: relative;
    }
.dropcontainer:hover .addbtn {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

a.icardmenubtn:before,a.menu-block:before { font-family: FontAwesome !important; }
.addbtn a.icardmenubtn { color:#222;padding:5px 0;}
.addbtn a.icardmenubtn { cursor: pointer;width:22px;height:22px;display:inline-block;text-align:center;font-weight:normal !important;}
.addbtn a.icardmenubtn:before { color:#444;transition: all .2s linear;font-size:14px;display:inline-block;overflow:hidden;}
.addbtn a.icardmenubtn:hover, .addbtn a.icardmenubtn:hover:before { color:#349FD6 }
.addbtn .popover.bottom>.arrow:after {
      border-bottom-color: #000;
}
.addbtn .popover-content { padding:1px }
.addbtn .popover {
  background-color: #222;
  width: auto;
  max-width:600px;
  border-radius: 0px;
  background-color: #000;

  a {
    font-size: 14px;padding:5px 5px;background-color: #444;line-height: 20px;width:32px;height:32px;margin:1px;
    .itemAnimate();
    &:before { font-size: 14px;color:#fff;text-shadow: 1px 1px 2px rgba(0,0,0,.5); }
    &:hover {
      background-color: #349FD6 !important;color:#fff !important;
      .itemAnimate();
    }
    &:hover:before {
      color:#fff !important;
    }
  }
}*/
a.icardmenubtn:before,
a.menu-block:before {
  font-family: FontAwesome !important;
}
.addbtn {
  margin-bottom: 10px;
  position: relative;
}
.addbtn .addbutton {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  padding: 5px 10px;
  display: block;
  border: 2px solid #349fd6;
  color: #349fd6;
  background: #ddd;
  border-radius: 3px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  font-weight: bold;
}
.addbtn .addbutton:hover {
  background: rgba(52, 159, 214, 0.3);
  border: 2px solid #000;
  color: #000;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.addbtn .ic-addtoolbar {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition:  all 200ms 0s ease;
  -moz-transition:  all 200ms 0s ease;
  -ms-transition:  all 200ms 0s ease;
  -o-transition:  all 200ms 0s ease;
  transition:  all 200ms 0s ease;
  margin-top: 10px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  color: #fff;
  z-index: -1;
  font-size: 0px;
  text-align: center;
}
.addbtn .ic-addtoolbar .icard-plusbtns {
  background: #000;
  display: inline-block;
  padding: 4px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.addbtn .ic-addtoolbar .icard-plusbtns:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-width: 10px;
  margin-left: -10px;
}
.addbtn .ic-addtoolbar a {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  width: 32px;
  border-radius: 3px;
  padding: 7px 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background: #484848;
  margin-right: 3px;
  font-size: 14px;
}
.addbtn .ic-addtoolbar a.icardmenubtnlast {
  margin-right: 0;
}
.addbtn .ic-addtoolbar a:hover {
  background: #349fd6;
  color: #000;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.addbtn .ic-addtoolbar a:before {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  overflow: hidden;
}
.addbtn input.addbuttonswitch {
  display: none;
}
.addbtn input.addbuttonswitch:checked ~ .addbutton {
  background: #349fd6;
  color: #fff;
  border: 2px solid #349fd6;
  -webkit-transition:  all 200ms 0s ease;
  -moz-transition:  all 200ms 0s ease;
  -ms-transition:  all 200ms 0s ease;
  -o-transition:  all 200ms 0s ease;
  transition:  all 200ms 0s ease;
}
.addbtn input.addbuttonswitch:checked ~ .ic-addtoolbar {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition:  all 400ms 0s ease;
  -moz-transition:  all 400ms 0s ease;
  -ms-transition:  all 400ms 0s ease;
  -o-transition:  all 400ms 0s ease;
  transition:  all 400ms 0s ease;
  opacity: 1;
  z-index: 9999;
  position: relative;
  pointer-events: auto;
}
/*<style>


body .addbtn a.addbutton {
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
    display: block;
    padding: 5px 10px;
    text-decoration: none!important;
    background: #349fd6;
    text-align: center;
    cursor: pointer;
    color: #fff!important;
    font-size: 13px;
    transition: all .2s;
    -webkit-transition: all .2s;
}


</style>*/
/*
body .addbtn { padding:10px;background:rgba(0,0,0,.1);}

body .addbtn a.addbutton {
  display:block;
    padding:5px 10px;
    text-decoration: none !important;
    background:#349FD6;
    //  vertical-align: middle;
    text-align:center;
    cursor: pointer;
    color:#fff !important;
    font-size:13px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

body .selected-component .addbtn a.addbutton {
  visibility: visible;
}

body .addbtn a.addbutton:hover {
  background:#333;
    transition: all .2s;
    -webkit-transition: all .2s;
}

body .addbtn {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    position: relative;
    }
.dropcontainer:hover .addbtn {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

a.icardmenubtn:before,a.menu-block:before { font-family: FontAwesome !important; }
.addbtn a.icardmenubtn { color:#222;padding:5px 0;}
.addbtn a.icardmenubtn { cursor: pointer;width:22px;height:22px;display:inline-block;text-align:center;font-weight:normal !important;}
.addbtn a.icardmenubtn:before { color:#444;transition: all .2s linear;font-size:14px;display:inline-block;overflow:hidden;}
.addbtn a.icardmenubtn:hover, .addbtn a.icardmenubtn:hover:before { color:#349FD6 }
.addbtn .popover.bottom>.arrow:after {
      border-bottom-color: #000;
}
.addbtn .popover-content { padding:1px }
.addbtn .popover {
  background-color: #222;
  width: auto;
  max-width:600px;
  border-radius: 0px;
  background-color: #000;

  a {
    font-size: 14px;padding:5px 5px;background-color: #444;line-height: 20px;width:32px;height:32px;margin:1px;
    .itemAnimate();
    &:before { font-size: 14px;color:#fff;text-shadow: 1px 1px 2px rgba(0,0,0,.5); }
    &:hover {
      background-color: #349FD6 !important;color:#fff !important;
      .itemAnimate();
    }
    &:hover:before {
      color:#fff !important;
    }
  }
}*/
/* The switch - the box around the slider */
#icardpopup label.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
  margin: 3px 0;
}
#icardpopup label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#icardpopup label.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  border-radius: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#icardpopup label.switch .slider:before {
  position: absolute;
  content: "\2716";
  height: 16px;
  width: 16px;
  left: 2px;
  top: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #aaa;
  border-radius: 10px;
}
#icardpopup label.switch input:checked + .slider {
  background-color: #2196f3;
}
#icardpopup label.switch input:checked + .slider:before {
  -webkit-transform: translateX(22px) rotate(360deg);
  -ms-transform: translateX(22px) rotate(360deg);
  transform: translateX(22px) rotate(360deg);
  content: "\2714";
  color: #2196f3;
}
#widgetEditTabs.widgetEditTabs {
  position: relative;
}
#widgetEditTabs.widgetEditTabs > label {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 -1px;
  text-align: center;
  color: #000;
  cursor: pointer;
  width: auto;
}
#widgetEditTabs.widgetEditTabs > input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
#widgetEditTabs.widgetEditTabs > input[type="radio"]:checked + label {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #000;
}
#widgetEditTabs.widgetEditTabs > section {
  display: none;
  padding: 15px 15px;
  border-top: 1px solid #ccc;
  overflow: auto;
  max-height: 70vh;
}
#widgetEditTabs.widgetEditTabs > section::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#widgetEditTabs.widgetEditTabs > section::-webkit-scrollbar-track {
  background: #fff;
}
#widgetEditTabs.widgetEditTabs > section::-webkit-scrollbar-thumb {
  background: #d9d8d0;
}
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-1"]:checked ~ #widgetEditTabContent-1,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-2"]:checked ~ #widgetEditTabContent-2,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-3"]:checked ~ #widgetEditTabContent-3,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-4"]:checked ~ #widgetEditTabContent-4,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-5"]:checked ~ #widgetEditTabContent-5,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-6"]:checked ~ #widgetEditTabContent-6,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-7"]:checked ~ #widgetEditTabContent-7,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-8"]:checked ~ #widgetEditTabContent-8,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-9"]:checked ~ #widgetEditTabContent-9,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-10"]:checked ~ #widgetEditTabContent-10,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-11"]:checked ~ #widgetEditTabContent-11,
#widgetEditTabs.widgetEditTabs > input[id="widgetEditTab-12"]:checked ~ #widgetEditTabContent-12 {
  display: block;
}
#widgetEditTabs.widgetEditTabs .editTable input[type="number"] {
  text-align: right;
}
#widgetEditTabs.widgetEditTabs .widgetEditTable {
  margin: 0 auto;
  max-width: 100%;
  min-width: 400px;
}
.icms-icon {
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1.2em;
  height: 1.2em;
}
.icms-move {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 11V8l4 4l-4 4v-3h-5v5h3l-4 4l-4-4h3v-5H6v3l-4-4l4-4v3h5V6H8l4-4l4 4h-3v5h5Z'/%3E%3C/svg%3E");
}
.icms-locked {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 11c.7 0 1.37.1 2 .29V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6.26A6.995 6.995 0 0 1 18 11zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6z'/%3E%3Cpath fill='currentColor' d='M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5zm0 2c.83 0 1.5.67 1.5 1.5S18.83 18 18 18s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5zm0 6c-1.03 0-1.94-.52-2.48-1.32c.73-.42 1.57-.68 2.48-.68s1.75.26 2.48.68c-.54.8-1.45 1.32-2.48 1.32z'/%3E%3C/svg%3E");
}
.icms-unlocked {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 17c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1c1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z'/%3E%3C/svg%3E");
}
.icms-wrench {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 1a4 4 0 0 0-3.896 4.91l-5.051 5.235a1.986 1.986 0 0 0 2.842 2.774l5.007-5.072a4.002 4.002 0 0 0 5.062-4.382a.5.5 0 0 0-.85-.287L12 6.293L9.707 4l2.115-2.115a.5.5 0 0 0-.287-.85A4.032 4.032 0 0 0 10.999 1Z'/%3E%3C/svg%3E");
}
.icms-staroff {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m22 9.24l-7.19-.62L12 2L9.19 8.63L2 9.24l5.46 4.73L5.82 21L12 17.27L18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27l1-4.28l-3.32-2.88l4.38-.38L12 6.1l1.71 4.04l4.38.38l-3.32 2.88l1 4.28L12 15.4z'/%3E%3C/svg%3E");
}
.icms-staron {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2L9.19 8.63L2 9.24l5.46 4.73L5.82 21L12 17.27z'/%3E%3C/svg%3E");
}
.icms-delete {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12L20 6.91Z'/%3E%3C/svg%3E");
}
.icms-copy {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 4h-1.18A3 3 0 0 0 13 2h-2a3 3 0 0 0-2.82 2H7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3Zm-7 1a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1h-4Zm8 14a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1v1a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6h1a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E");
  cursor: pointer;
}
.icms-translate {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M160 129.89L175.06 160h-30.12l6.36-12.7ZM224 48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16Zm-16.84 140.42l-40-80a8 8 0 0 0-14.32 0l-13.18 26.38a62.31 62.31 0 0 1-23.61-10A79.61 79.61 0 0 0 135.6 80H152a8 8 0 0 0 0-16h-40v-8a8 8 0 0 0-16 0v8H56a8 8 0 0 0 0 16h63.48a63.73 63.73 0 0 1-15.3 34.05a65.93 65.93 0 0 1-9-13.61a8 8 0 0 0-14.32 7.12a81.75 81.75 0 0 0 11.4 17.15A63.62 63.62 0 0 1 56 136a8 8 0 0 0 0 16a79.56 79.56 0 0 0 48.11-16.13a78.33 78.33 0 0 0 28.18 13.66l-19.45 38.89a8 8 0 0 0 14.32 7.16l9.78-19.58h46.12l9.78 19.58a8 8 0 1 0 14.32-7.16Z'/%3E%3C/svg%3E");
}
.icms-reload {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21.65 7.65l-2.79-2.79a.501.501 0 0 0-.86.35V7H4c-.55 0-1 .45-1 1s.45 1 1 1h14v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7zM20 15H6v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.19-.2.51-.01.7l2.79 2.79c.32.32.86.1.86-.35V17h14c.55 0 1-.45 1-1s-.45-1-1-1z'/%3E%3C/svg%3E");
}
.icms-rotate {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m16.89 15.5l1.42 1.39c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.5M13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03m6.93-6.9a7.906 7.906 0 0 0-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47m-2.36-5.45L11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10l4.55-4.45Z'/%3E%3C/svg%3E");
}
.icmbtnwrap {
  padding: 0px 1px;
}
.icmbtnwrap:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.icmbtnwrapdel:hover {
  background-color: #d32f2f;
}
:root {
  --blueHS: 207, 100%, 50%;
}
.icms-updated:not(#snippet--js):not(#snippet--additionalContent) {
  position: relative;
  animation: customCmsAnimation 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.icms-updated:not(#snippet--js):not(#snippet--additionalContent)::before {
  content: ' ';
  font-family: FontAwesome;
  position: absolute;
  pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(0))";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  top: -20px;
  left: -1px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: transparent;
  background: hsla(var(--blueHS), 45%, 1);
  animation: loadBgCmsAnimation 1.5s linear both;
}
.icms-updated:not(#snippet--js):not(#snippet--additionalContent)::after {
  content: '\f1ce';
  font-family: FontAwesome;
  position: absolute;
  pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(0))";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  top: -20px;
  left: -1px;
  width: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  animation: loadCmsAnimation 1s linear both;
}
@keyframes customCmsAnimation {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(50))";
    /* IE 8 */
    filter: alpha(opacity=50);
    /* IE 5-7 */
    -moz-opacity: 0.5;
    /* Netscape */
    -khtml-opacity: 0.5;
    /* Safari 1.x */
    opacity: 0.5;
    /* Good browsers */
    -webkit-box-shadow: 0 0 0px 1px hsla(var(--blueHS), 45%, 1);
    -moz-box-shadow: 0 0 0px 1px hsla(var(--blueHS), 45%, 1);
    box-shadow: 0 0 0px 1px hsla(var(--blueHS), 45%, 1);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(50))";
    /* IE 8 */
    filter: alpha(opacity=50);
    /* IE 5-7 */
    -moz-opacity: 0.5;
    /* Netscape */
    -khtml-opacity: 0.5;
    /* Safari 1.x */
    opacity: 0.5;
    /* Good browsers */
    -webkit-box-shadow: 0 0 0px 1px hsla(var(--blueHS), 45%, 1);
    -moz-box-shadow: 0 0 0px 1px hsla(var(--blueHS), 45%, 1);
    box-shadow: 0 0 0px 1px hsla(var(--blueHS), 45%, 1);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(100))";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    -webkit-box-shadow: 0 0px 0px 1px hsla(var(--blueHS), 45%, 0);
    -moz-box-shadow: 0 0px 0px 1px hsla(var(--blueHS), 45%, 0);
    box-shadow: 0 0px 0px 1px hsla(var(--blueHS), 45%, 0);
  }
}
@keyframes loadCmsAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(100))";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(100))";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    transform: rotate(720deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(1020deg) scale(0);
    -moz-transform: rotate(1020deg) scale(0);
    -ms-transform: rotate(1020deg) scale(0);
    -o-transform: rotate(1020deg) scale(0);
    transform: rotate(1020deg) scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(0))";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    opacity: 0;
    /* Good browsers */
  }
}
@keyframes loadBgCmsAnimation {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(100))";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(100))";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
  }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(0))";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    opacity: 0;
    /* Good browsers */
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(0))";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    opacity: 0;
    /* Good browsers */
  }
}
