@charset "UTF-8";
/***************************************************
 * Import des scss
 ***************************************************/
/*@import 'bootstrap';*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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 {
  -webkit-filter: none;
  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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

/***************************************************
 * Colors
 ***************************************************/
/***************************************************
 * Icons
 ***************************************************/
/*
$iconTextHeight: '\f034 '; // fa-text-height
$iconArrowDown: '\f063 '; // fa-arrow-down
$iconArrowCircleDown: '\f0ab '; // fa-arrow-circle-down

$iconArrowRight: '\f061 '; // fa-arrow-right
$iconArrowCircleRight: '\f0a9 '; // fa-arrow-circle-right
$iconArrowLeft: '\f060 '; // fa-arrow-left
$iconArrowCircleLeft: '\f0a8 '; // fa-arrow-circle-left

$iconArrowDown: '\f063 '; // fa-arrow-down
$iconArrowCircleDown: '\f0ab '; // fa-arrow-circle-down
$iconArrowUp: '\f062 '; // fa-arrow-up
$iconArrowCircleUp: '\f0aa '; // fa-arrow-circle-up

$iconPowerOff: '\f011 '; // fa-power-off
$iconUnlockAlt: '\f13e '; // fa-unlock-alt


$iconRecycle: '\f1b8 '; // fa-recycle
$iconRefresh: '\f021 '; // fa-refresh
$iconFloppyO: '\f0c7 '; // fa-floppy-o

$iconTag: '\f02b '; // fa-tag
$iconTags: '\f02c '; // fa-tags


$iconPencilSquareO: '\f044 '; // fa-pencil-square-o
$iconPlus: '\f067 '; // fa-plus
$iconPlusCircle: '\f055 '; // fa-plus-circle
$iconFont: '\f031 '; // fa-font
$iconFilesO: '\f0c5 '; // fa-files-o
$iconTrash: '\f1f8 '; // fa-trash
$iconLightbulbO: '\f0eb '; // fa-lightbulb-o
$iconCogs: '\f085 '; // fa-cogs
$iconBug: '\f188 '; // fa-bug
$iconClockO: '\f017 '; // fa-clock-o
$iconLock: '\f023 '; // fa-lock
$iconExternalLink: '\f08e '; // fa-external-link
$iconExternalLinkSquare: '\f14c '; // fa-external-link-square
$iconKey: '\f084 '; // fa-key
$iconPaperPlane: '\f1d8 '; // fa-paper-plane
$iconUser: '\f007 '; // fa-user
$iconUsers: '\f0c0 '; // fa-users
$iconPencil: '\f040 '; // fa-pencil
$iconTimesCircle: '\f057 '; // fa-times-circle
$iconEye: '\f06e '; // fa-eye
$iconTimes: '\f00d '; // fa-times
$iconSearch: '\f002 '; // fa-search
*/
.sw-prompt,
.sw-confirm,
.sw-warning,
.sw-waiting,
.sw-dialog,
.sw-editor,
.sw-module,
.sw-debug {
  /*@import 'bootstrap';*/ }

/***************************************************
 * Feuille de style
 ***************************************************/
#debug {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  right: 0;
  width: 320px;
  padding: 10px;
  height: 200px;
  overflow: auto;
  background-color: #000000;
  color: #FFFFFF;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 400 !important;
  -webkit-text-stroke: 0;
  -webkit-font-smoothing: antialiased;
  border: 1px dotted #FFFFFF; }

.error {
  border: 1px solid #850F00;
  color: #850F00;
  background-color: #E8DBCF;
  padding: 8px;
  margin: 0 0 8px 0;
  font-size: 10pt; }

.warning {
  border: 1px solid #876E00;
  color: #876E00;
  background-color: #FFDDB2;
  padding: 8px;
  margin: 0 0 8px 0;
  font-size: 10pt; }

.good {
  border: 1px solid #058205;
  color: #058205;
  background-color: #B9E3B5;
  padding: 8px;
  margin: 0 0 8px 0;
  font-size: 10pt; }

.info {
  border: 1px solid #3775A8;
  color: #3775A8;
  background-color: #71b6e5;
  padding: 8px;
  margin: 0 0 8px 0;
  font-size: 10pt; }

.tableList {
  text-overflow: ellipsis;
  overflow: hidden; }

.jqMainTables {
  position: relative;
  overflow: hidden; }
  .jqMainTables .jqMainTablesText {
    z-index: 1000;
    position: absolute;
    width: 100%; }
  .jqMainTables .jqMainTablesLoader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -8px;
    width: 0%;
    border: none; }

/********************************************
 * Menu Element								*
 ********************************************/
.sw-menu {
  position: fixed;
  top: 70px;
  left: -165px;
  width: 200px;
  z-index: 9999;
  font-size: 13px;
  font-family: "Open Sans",Arial,Verdana,sans-serif;
  -webkit-text-stroke: 0;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  border-radius: 0 20px 20px 0;
  border: 1px solid #6c6c6c;
  -webkit-transition: left 0.2s;
  transition: left 0.2s; }
  .sw-menu ::selection {
    background-color: #FF1919;
    color: #FFFFFF; }
  .sw-menu .sw-menu-logo-shortcut,
  .sw-menu .sw-menu-logo {
    height: 56px; }
  .sw-menu .sw-menu-logo-shortcut {
    color: red;
    display: block;
    position: fixed;
    border-radius: 0 20px 0 0;
    height: 56px;
    left: 0px; }
  .sw-menu a,
  .sw-menu a:hover,
  .sw-menu a:visited {
    color: #000000;
    font-size: 13px;
    text-decoration: none !important; }
  .sw-menu.sw-menu-hover {
    left: 0; }
  .sw-menu .sw-menu-content .sw-menu-content-shortcut {
    width: 37px;
    text-align: center; }
    .sw-menu .sw-menu-content .sw-menu-content-shortcut.fa-red {
      color: #FF1919; }
    .sw-menu .sw-menu-content .sw-menu-content-shortcut.fa-green {
      color: #0F960F; }
  .sw-menu .sw-menu-content-shortcut {
    visibility: visible;
    display: block;
    position: absolute;
    left: 168px;
    -webkit-transition: left 0.2s;
    transition: left 0.2s; }
  .sw-menu .sw-menu-content-icon,
  .sw-menu .sw-menu-content-text {
    visibility: hidden;
    -webkit-transition: visibility 0.2s;
    transition: visibility 0.2s;
    margin-left: 36px; }
  .sw-menu:hover {
    text-decoration: none !important;
    left: 0;
    -webkit-transition: left 0.2s;
    transition: left 0.2s; }
    .sw-menu:hover .sw-menu-content-shortcut {
      left: 3px;
      -webkit-transition: left 0.2s;
      transition: left 0.2s; }
    .sw-menu:hover .sw-menu-content-icon,
    .sw-menu:hover .sw-menu-content-text {
      visibility: visible;
      -webkit-transition: visibility 0.2s;
      transition: visibility 0.2s; }
  .sw-menu .sw-menu-side {
    z-index: 1000;
    position: absolute;
    background: url("../medias/sw-menu-side.png") transparent;
    /*background-color: $blue;*/
    top: 0;
    width: 20px;
    height: 100%;
    right: 0;
    border-radius: 0 20px 20px 0; }
  .sw-menu .sw-menu-logout {
    font-weight: bold;
    padding: 10px 3px;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 11px; }
    .sw-menu .sw-menu-logout:hover {
      text-decoration: none !important;
      color: #FFFFFF;
      background-color: #000000;
      border-radius: 0 0 20px;
      font-size: 11px; }
    .sw-menu .sw-menu-logout .fa-icon {
      padding-right: 5px;
      font-size: 20px; }
  .sw-menu .sw-menu-top {
    /*height: 42px;*/
    text-align: left; }
  .sw-menu .fa-icon {
    margin: -4px 0 0 0;
    padding-right: 2px;
    width: 30px; }
  .sw-menu .sw-menu-content {
    position: relative;
    background-color: #FFFFFF;
    /*border-right:1px solid #D0D0D0;*/
    /*padding: 0 0 13px;*/
    list-style-type: none;
    list-style-image: none;
    margin: 0; }
    .sw-menu .sw-menu-content div {
      text-align: left; }
      .sw-menu .sw-menu-content div a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 3px 4px; }
        .sw-menu .sw-menu-content div a:hover {
          text-decoration: none !important;
          background-color: #000000;
          color: #FFFFFF; }
    .sw-menu .sw-menu-content li a {
      font-size: 12px;
      font-weight: bold; }
      .sw-menu .sw-menu-content li a:link, .sw-menu .sw-menu-content li a:visited {
        display: block;
        color: #000000;
        text-decoration: none !important;
        padding-left: 2px;
        padding-right: 20px;
        height: 33px;
        border: none; }
      .sw-menu .sw-menu-content li a:hover {
        text-decoration: none !important;
        background-color: #AAC8FF; }
    .sw-menu .sw-menu-content li img {
      display: inline-block;
      vertical-align: middle;
      border: none; }
  .sw-menu .sw-menu-bottom {
    /*height:20px;*/
    /*padding:2px 6px;*/
    color: #000000;
    font-size: 8pt; }
  .sw-menu .sw-menu-locker {
    background-color: red;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 0;
    display: none; }

/********************************************
 * UI Dialog CSS							*
 ********************************************/
.sw-dialog .fa-icon,
.sw-menu .fa-icon {
  font-size: 25px;
  padding-right: 10px;
  font-style: inherit; }
  .sw-dialog .fa-icon.role-superadmin,
  .sw-menu .fa-icon.role-superadmin {
    color: #FF1919; }
    .sw-dialog .fa-icon.role-superadmin::after, .sw-dialog .fa-icon.role-superadmin::before,
    .sw-menu .fa-icon.role-superadmin::after,
    .sw-menu .fa-icon.role-superadmin::before {
      font-family: FontAwesome;
      font-weight: normal !important; }
    .sw-dialog .fa-icon.role-superadmin::before,
    .sw-menu .fa-icon.role-superadmin::before {
      margin-right: 0;
      content: ""; }
  .sw-dialog .fa-icon.role-admin,
  .sw-menu .fa-icon.role-admin {
    color: #428BCA; }
    .sw-dialog .fa-icon.role-admin::after, .sw-dialog .fa-icon.role-admin::before,
    .sw-menu .fa-icon.role-admin::after,
    .sw-menu .fa-icon.role-admin::before {
      font-family: FontAwesome;
      font-weight: normal !important; }
    .sw-dialog .fa-icon.role-admin::before,
    .sw-menu .fa-icon.role-admin::before {
      margin-right: 0;
      content: ""; }
  .sw-dialog .fa-icon.role-web,
  .sw-menu .fa-icon.role-web {
    color: #0F960F; }
    .sw-dialog .fa-icon.role-web::after, .sw-dialog .fa-icon.role-web::before,
    .sw-menu .fa-icon.role-web::after,
    .sw-menu .fa-icon.role-web::before {
      font-family: FontAwesome;
      font-weight: normal !important; }
    .sw-dialog .fa-icon.role-web::before,
    .sw-menu .fa-icon.role-web::before {
      margin-right: 0;
      content: ""; }
  .sw-dialog .fa-icon.historic::after, .sw-dialog .fa-icon.historic::before,
  .sw-menu .fa-icon.historic::after,
  .sw-menu .fa-icon.historic::before {
    font-family: FontAwesome;
    font-weight: normal !important; }
  .sw-dialog .fa-icon.historic::before,
  .sw-menu .fa-icon.historic::before {
    margin-right: 0;
    content: ""; }
  .sw-dialog .fa-icon.historic-ERASE,
  .sw-menu .fa-icon.historic-ERASE {
    color: #FF1919; }
  .sw-dialog .fa-icon.historic-UPDATE,
  .sw-menu .fa-icon.historic-UPDATE {
    color: #000000; }
    .sw-dialog .fa-icon.historic-UPDATE::after, .sw-dialog .fa-icon.historic-UPDATE::before,
    .sw-menu .fa-icon.historic-UPDATE::after,
    .sw-menu .fa-icon.historic-UPDATE::before {
      font-family: FontAwesome;
      font-weight: normal !important; }
    .sw-dialog .fa-icon.historic-UPDATE::before,
    .sw-menu .fa-icon.historic-UPDATE::before {
      margin-right: 0;
      content: ""; }
  .sw-dialog .fa-icon.historic-INSERT,
  .sw-menu .fa-icon.historic-INSERT {
    color: #0F960F; }
    .sw-dialog .fa-icon.historic-INSERT::after, .sw-dialog .fa-icon.historic-INSERT::before,
    .sw-menu .fa-icon.historic-INSERT::after,
    .sw-menu .fa-icon.historic-INSERT::before {
      font-family: FontAwesome;
      font-weight: normal !important; }
    .sw-dialog .fa-icon.historic-INSERT::before,
    .sw-menu .fa-icon.historic-INSERT::before {
      margin-right: 0;
      content: ""; }
  .sw-dialog .fa-icon.historic-DELETE,
  .sw-menu .fa-icon.historic-DELETE {
    color: #FF1919; }
    .sw-dialog .fa-icon.historic-DELETE::after, .sw-dialog .fa-icon.historic-DELETE::before,
    .sw-menu .fa-icon.historic-DELETE::after,
    .sw-menu .fa-icon.historic-DELETE::before {
      font-family: FontAwesome;
      font-weight: normal !important; }
    .sw-dialog .fa-icon.historic-DELETE::before,
    .sw-menu .fa-icon.historic-DELETE::before {
      margin-right: 0;
      content: ""; }
  .sw-dialog .fa-icon.historic-MOVE,
  .sw-menu .fa-icon.historic-MOVE {
    color: #428BCA; }
    .sw-dialog .fa-icon.historic-MOVE::after, .sw-dialog .fa-icon.historic-MOVE::before,
    .sw-menu .fa-icon.historic-MOVE::after,
    .sw-menu .fa-icon.historic-MOVE::before {
      font-family: FontAwesome;
      font-weight: normal !important; }
    .sw-dialog .fa-icon.historic-MOVE::before,
    .sw-menu .fa-icon.historic-MOVE::before {
      margin-right: 0;
      content: ""; }

.sw-dialog {
  z-index: 9999; }
  .sw-dialog .noPadding > .col,
  .sw-dialog .noPadding > .col-1,
  .sw-dialog .noPadding > .col-2,
  .sw-dialog .noPadding > .col-3,
  .sw-dialog .noPadding > .col-4,
  .sw-dialog .noPadding > .col-5,
  .sw-dialog .noPadding > .col-6,
  .sw-dialog .noPadding > .col-7,
  .sw-dialog .noPadding > .col-8,
  .sw-dialog .noPadding > .col-9,
  .sw-dialog .noPadding > .col-10,
  .sw-dialog .noPadding > .col-11,
  .sw-dialog .noPadding > .col-12,
  .sw-dialog .noPadding > .col-lg,
  .sw-dialog .noPadding > .col-lg-1,
  .sw-dialog .noPadding > .col-lg-2,
  .sw-dialog .noPadding > .col-lg-3,
  .sw-dialog .noPadding > .col-lg-4,
  .sw-dialog .noPadding > .col-lg-5,
  .sw-dialog .noPadding > .col-lg-6,
  .sw-dialog .noPadding > .col-lg-7,
  .sw-dialog .noPadding > .col-lg-8,
  .sw-dialog .noPadding > .col-lg-9,
  .sw-dialog .noPadding > .col-lg-10,
  .sw-dialog .noPadding > .col-lg-11,
  .sw-dialog .noPadding > .col-lg-12,
  .sw-dialog .noPadding > .col-md,
  .sw-dialog .noPadding > .col-md-1,
  .sw-dialog .noPadding > .col-md-2,
  .sw-dialog .noPadding > .col-md-3,
  .sw-dialog .noPadding > .col-md-4,
  .sw-dialog .noPadding > .col-md-5,
  .sw-dialog .noPadding > .col-md-6,
  .sw-dialog .noPadding > .col-md-7,
  .sw-dialog .noPadding > .col-md-8,
  .sw-dialog .noPadding > .col-md-9,
  .sw-dialog .noPadding > .col-md-10,
  .sw-dialog .noPadding > .col-md-11,
  .sw-dialog .noPadding > .col-md-12,
  .sw-dialog .noPadding > .col-sm,
  .sw-dialog .noPadding > .col-sm-1,
  .sw-dialog .noPadding > .col-sm-2,
  .sw-dialog .noPadding > .col-sm-3,
  .sw-dialog .noPadding > .col-sm-4,
  .sw-dialog .noPadding > .col-sm-5,
  .sw-dialog .noPadding > .col-sm-6,
  .sw-dialog .noPadding > .col-sm-7,
  .sw-dialog .noPadding > .col-sm-8,
  .sw-dialog .noPadding > .col-sm-9,
  .sw-dialog .noPadding > .col-sm-10,
  .sw-dialog .noPadding > .col-sm-11,
  .sw-dialog .noPadding > .col-sm-12,
  .sw-dialog .noPadding > .col-xl,
  .sw-dialog .noPadding > .col-xl-1,
  .sw-dialog .noPadding > .col-xl-2,
  .sw-dialog .noPadding > .col-xl-3,
  .sw-dialog .noPadding > .col-xl-4,
  .sw-dialog .noPadding > .col-xl-5,
  .sw-dialog .noPadding > .col-xl-6,
  .sw-dialog .noPadding > .col-xl-7,
  .sw-dialog .noPadding > .col-xl-8,
  .sw-dialog .noPadding > .col-xl-9,
  .sw-dialog .noPadding > .col-xl-10,
  .sw-dialog .noPadding > .col-xl-11,
  .sw-dialog .noPadding > .col-xl-12 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .sw-dialog a.btn {
    cursor: pointer !important; }
  .sw-dialog a.btn-sm {
    padding: 2px 5px; }
  .sw-dialog .row {
    margin-left: 0;
    margin-right: 0; }
  .sw-dialog .ui-dialog-buttonset .ui-button {
    border-radius: 0px !important; }
  .sw-dialog .ui-dialog-title {
    font-weight: bold; }
  .sw-dialog .sw-editor-action a {
    width: 25px;
    font-size: 19px !important; }
  .sw-dialog.sw-menu-mypages .ui-dialog-content, .sw-dialog.sw-menu-mysite .ui-dialog-content, .sw-dialog.sw-menu-manageUser .ui-dialog-content, .sw-dialog.sw-menu-editPage .ui-dialog-content {
    overflow: hidden; }
  .sw-dialog.sw-menu-mypages .sw-editor-edit, .sw-dialog.sw-menu-mysite .sw-editor-edit, .sw-dialog.sw-menu-manageUser .sw-editor-edit, .sw-dialog.sw-menu-editPage .sw-editor-edit {
    overflow: auto; }
  .sw-dialog a.darkGreen,
  .sw-dialog .darkGreen {
    color: #0F960F; }
  .sw-dialog a.red,
  .sw-dialog .red {
    color: #FF1919; }
  .sw-dialog .sw-editor-datasHistoric .sw-editor-list .context {
    display: inline-block;
    width: 80%; }
  .sw-dialog.sw-menu-mypages .sw-editor-edit {
    height: 446px; }
  .sw-dialog.sw-menu-mypages .sw-editor-manage {
    margin-bottom: 5px; }
  .sw-dialog.sw-menu-mypages .sw-editor-list-elt {
    display: block;
    position: relative; }
    .sw-dialog.sw-menu-mypages .sw-editor-list-elt .no-name {
      color: #FF1919; }
  .sw-dialog.sw-menu-mypages .sw-tree li {
    display: block; }
  .sw-dialog.sw-menu-mypages .sw-tree .tree-node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: initial;
    /*display: inline-flex;*/
    width: 100%; }
    .sw-dialog.sw-menu-mypages .sw-tree .tree-node:hover {
      text-decoration: none !important;
      background-color: #6394F3; }
  .sw-dialog.sw-menu-mypages .sw-tree .tree-node-selected {
    /*background-color:$bgBlue;*/ }
  .sw-dialog.sw-menu-mypages .sw-tree .tree-title {
    width: inherit;
    height: initial; }
  .sw-dialog.sw-menu-mysite .sw-editor-edit {
    height: 390px; }
  .sw-dialog.sw-menu-manageUser .sw-editor-edit {
    height: 340px; }
  .sw-dialog.sw-menu-editPage .col-md-1,
  .sw-dialog.sw-menu-editPage .col-md-2,
  .sw-dialog.sw-menu-editPage .col-md-3,
  .sw-dialog.sw-menu-editPage .col-md-4,
  .sw-dialog.sw-menu-editPage .col-md-5,
  .sw-dialog.sw-menu-editPage .col-md-6,
  .sw-dialog.sw-menu-editPage .col-md-7,
  .sw-dialog.sw-menu-editPage .col-md-8,
  .sw-dialog.sw-menu-editPage .col-md-9,
  .sw-dialog.sw-menu-editPage .col-md-10,
  .sw-dialog.sw-menu-editPage .col-md-11,
  .sw-dialog.sw-menu-editPage .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
  .sw-dialog.sw-menu-editPage .accordion > li {
    clear: left; }
  .sw-dialog.sw-menu-editPage .accordion div.content {
    padding: 0; }
  .sw-dialog.sw-menu-editPage .accordion div.title {
    padding: 5px; }
    .sw-dialog.sw-menu-editPage .accordion div.title::after {
      top: 10px; }
  .sw-dialog.sw-menu-editPage .accordion li.active .title {
    padding-top: 3px;
    float: none; }
  .sw-dialog.sw-menu-editPage .sw-editor-editPage-newItem-list-v1 {
    height: 396px;
    overflow: hidden; }
    .sw-dialog.sw-menu-editPage .sw-editor-editPage-newItem-list-v1 > li {
      clear: left; }
    .sw-dialog.sw-menu-editPage .sw-editor-editPage-newItem-list-v1 .columns {
      padding: 0; }
    .sw-dialog.sw-menu-editPage .sw-editor-editPage-newItem-list-v1 .content {
      padding: 2px 0;
      overflow: auto;
      /*height:100%;*/
      height: 396px;
      background-color: #FFFFFF; }
  .sw-dialog.sw-menu-editPage .sw-editor-itemeditor-drag {
    width: 50% !important; }
  .sw-dialog.sw-menu-editPage .sw-editor-editPage-existingItem-list-v1 {
    height: 396px;
    overflow: hidden; }
    .sw-dialog.sw-menu-editPage .sw-editor-editPage-existingItem-list-v1 .columns {
      padding: 0; }
    .sw-dialog.sw-menu-editPage .sw-editor-editPage-existingItem-list-v1 .content {
      background-color: #FFFFFF;
      padding: 2px 0;
      overflow: auto;
      /*height:100%;*/
      height: 396px; }
    .sw-dialog.sw-menu-editPage .sw-editor-editPage-existingItem-list-v1 .sw-editor-itemeditor-img {
      width: 32px;
      float: left; }
    .sw-dialog.sw-menu-editPage .sw-editor-editPage-existingItem-list-v1 .sw-editor-item-drag {
      float: left;
      width: 50%;
      height: 45px;
      overflow: hidden; }
  .sw-dialog .ui-dialog-content {
    text-align: left; }
  .sw-dialog .ui-dialog-titlebar {
    font-size: 15px !important;
    z-index: 10000; }
    .sw-dialog .ui-dialog-titlebar img {
      vertical-align: middle;
      margin-left: 5px;
      margin-right: 5px; }
      .sw-dialog .ui-dialog-titlebar img.sw-editor-icon {
        height: 30px; }
    .sw-dialog .ui-dialog-titlebar .fa-icon {
      float: left;
      padding-left: 10px;
      font-size: 19px !important; }
  .sw-dialog .ui-dialog-titlebar-close span {
    margin: 0;
    padding: 0; }
  .sw-dialog .ui-resizable-handle {
    width: 0;
    height: 0; }
  .sw-dialog .tabs {
    border-width: 0; }
  .sw-dialog .ui-tabs-vertical {
    border: none; }
    .sw-dialog .ui-tabs-vertical .ui-tabs-nav {
      background: none;
      border: none;
      width: 100%;
      /*padding:.2em 0;*/
      float: left;
      margin-bottom: 10px; }
      .sw-dialog .ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 0;
        list-style: none;
        clear: left;
        width: 100%;
        border-bottom: 1px solid #B6B6B6 !important;
        border-top: 0 !important;
        border-right-width: 0 !important;
        margin: 0 -1px 0 0; }
        .sw-dialog .ui-tabs-vertical .ui-tabs-nav li a {
          -webkit-transition: none;
          transition: none;
          display: block;
          width: 100%;
          padding: 10px 0 10px 10px;
          font-family: "Open Sans", Arial, Verdana, sans-serif; }
          .sw-dialog .ui-tabs-vertical .ui-tabs-nav li a .numberTabElts {
            color: #4F4F4F; }
        .sw-dialog .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
          padding-bottom: 0;
          border-right-width: 1px; }
    .sw-dialog .ui-tabs-vertical .ui-tabs-panel {
      padding: 0; }
  .sw-dialog .sw-editor-subtabs {
    margin-top: -2px;
    border-radius: 0px; }
  .sw-dialog .sw-editor-field {
    margin: 0 ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 0 ;
    margin-left: 0 ;
    padding: 0 ;
    padding-top: 0 ;
    padding-right: 0 ;
    padding-bottom: 0 ;
    padding-left: 0 ;
    outline: none ;
    line-height: normal ;
    font-weight: normal ;
    float: none ;
    border: none ;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    -ms-border-radius: 0 ;
    border-radius: 0 ;
    border-spacing: 0 ;
    margin: 0 ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 0 ;
    margin-left: 0 ;
    padding: 0 ;
    padding-top: 0 ;
    padding-right: 0 ;
    padding-bottom: 0 ;
    padding-left: 0 ;
    outline: none ;
    line-height: normal ;
    font-weight: normal ;
    float: none ;
    border: none ;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    -ms-border-radius: 0 ;
    border-radius: 0 ;
    border-spacing: 0 ;
    margin: 0;
    padding: 0;
    border: 1px solid #d6d6d6;
    background-color: #FFFFFF;
    color: #444444;
    font-size: 8px !important;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    vertical-align: middle;
    width: 65%;
    display: block;
    padding: 5px 7px;
    font-size: 13px !important;
    /*border-width: 0 0 1px;*/ }
    .sw-dialog .sw-editor-field:disabled {
      background-color: #d6d6d6;
      color: #444444; }
    .sw-dialog .sw-editor-field:focus {
      border: 1px solid #d6d6d6; }
    .sw-dialog .sw-editor-field.noResize {
      resize: vertical; }
    .sw-dialog .sw-editor-field:hover, .sw-dialog .sw-editor-field:focus {
      border: 1px solid #375AAF; }
  .sw-dialog select.sw-editor-field {
    padding: 3px 7px;
    height: 28px; }
  .sw-dialog input.sw-editor-field {
    height: 28px; }
  .sw-dialog textarea.sw-editor-field {
    height: 84px; }
  .sw-dialog input.sw-editor-field[type=checkbox] {
    display: inline-block;
    width: 12px; }
  .sw-dialog .sw-editor-label {
    display: inline-block;
    height: 28px;
    top: 7px;
    position: relative; }
  .sw-dialog .sw-editor-setup h2 {
    text-align: center; }
  .sw-dialog .sw-editor-list {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none; }
    .sw-dialog .sw-editor-list .no-name {
      color: #FF1919; }
    .sw-dialog .sw-editor-list thead {
      font-weight: bold;
      font-size: 13px; }
    .sw-dialog .sw-editor-list tr, .sw-dialog .sw-editor-list td,
    .sw-dialog .sw-editor-list .sw-editor-list-elt {
      position: relative;
      padding: 2px;
      font-size: 12px;
      border-bottom: 1px dotted #cecece;
      font-family: "Open Sans", Arial, Verdana, sans-serif;
      text-align: left; }
      .sw-dialog .sw-editor-list tr .sw-editor-action, .sw-dialog .sw-editor-list td .sw-editor-action,
      .sw-dialog .sw-editor-list .sw-editor-list-elt .sw-editor-action {
        background-color: #FFFFFF; }
      .sw-dialog .sw-editor-list tr.sw-editor-item-orphan .sw-editor-action, .sw-dialog .sw-editor-list td.sw-editor-item-orphan .sw-editor-action,
      .sw-dialog .sw-editor-list .sw-editor-list-elt.sw-editor-item-orphan .sw-editor-action {
        background-color: #FF5858; }
      .sw-dialog .sw-editor-list tr:hover, .sw-dialog .sw-editor-list td:hover,
      .sw-dialog .sw-editor-list .sw-editor-list-elt:hover {
        background-color: #6394F3; }
        .sw-dialog .sw-editor-list tr:hover .sw-editor-action, .sw-dialog .sw-editor-list td:hover .sw-editor-action,
        .sw-dialog .sw-editor-list .sw-editor-list-elt:hover .sw-editor-action {
          background-color: #6394F3; }
          .sw-dialog .sw-editor-list tr:hover .sw-editor-action a, .sw-dialog .sw-editor-list td:hover .sw-editor-action a,
          .sw-dialog .sw-editor-list .sw-editor-list-elt:hover .sw-editor-action a {
            color: #FFFFFF; }
  .sw-dialog .sw-editor-info {
    font-style: italic;
    font-size: 10px; }
  .sw-dialog .sw-spacing {
    margin-bottom: 8px; }
  .sw-dialog .sw-editor-text-info,
  .sw-dialog .sw-editor-text-success,
  .sw-dialog .sw-editor-text-warning,
  .sw-dialog .sw-editor-text-error {
    font-size: 12px !important;
    margin-bottom: 5px;
    text-align: center;
    /*font-weight:bold;*/
    color: #FFFFFF;
    padding: 2px;
    font-style: italic; }
  .sw-dialog .sw-editor-text-pointer {
    cursor: pointer; }
  .sw-dialog .sw-editor-text-info {
    background-color: #6394F3; }
  .sw-dialog .sw-editor-text-success {
    background-color: #0F960F; }
  .sw-dialog .sw-editor-text-warning {
    background-color: #FF5858; }
  .sw-dialog .sw-editor-text-error {
    background-color: #FF5858; }
  .sw-dialog .sw-editor-warning {
    color: #FF1919;
    font-style: italic;
    font-size: 10px; }
  .sw-dialog .tab-content > .tab-pane {
    display: none; }
  .sw-dialog .tab-content > .active {
    display: block; }
  .sw-dialog .nav-tabs .nav-link {
    width: 100%;
    background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
    color: #313131; }
    .sw-dialog .nav-tabs .nav-link.active {
      background: inherit; }

/********************************************
 * General StraWeb UI elements				*
 ********************************************/
.sw-editor,
.sw-module {
  position: relative;
  /* Form */ }
  .sw-editor .sm-module-hide,
  .sw-module .sm-module-hide {
    display: none; }
  .sw-editor form,
  .sw-module form {
    padding: 0px !important;
    margin: 0px !important; }
  .sw-editor .placeholderLbl,
  .sw-module .placeholderLbl {
    position: absolute;
    top: 4px;
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    background-color: #FFFFFF;
    left: 21px;
    padding: 0 4px; }
  .sw-editor input.placeHolder,
  .sw-editor textarea.placeHolder,
  .sw-editor select.placeHolder,
  .sw-editor input.placeHolder,
  .sw-module input.placeHolder,
  .sw-module textarea.placeHolder,
  .sw-module select.placeHolder,
  .sw-module input.placeHolder {
    width: 100%;
    margin-top: 15px;
    padding: 3px 7px;
    border: 1px solid #d6d6d6; }
    .sw-editor input.placeHolder:focus,
    .sw-editor textarea.placeHolder:focus,
    .sw-editor select.placeHolder:focus,
    .sw-editor input.placeHolder:focus,
    .sw-module input.placeHolder:focus,
    .sw-module textarea.placeHolder:focus,
    .sw-module select.placeHolder:focus,
    .sw-module input.placeHolder:focus {
      margin-top: 15px;
      padding: 5px 7px;
      border: 1px solid #d6d6d6; }
  .sw-editor fieldset,
  .sw-module fieldset {
    padding: 2px 2px 10px;
    margin: 5px 0 5px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border: #dedede solid 0px;
    background: #dedede;
    text-shadow: 1px 1px 2px #fff inset;
    -moz-box-shadow: 1px 1px 2px #fff inset;
    -webkit-box-shadow: 1px 1px 2px #fff inset;
    box-shadow: 1px 1px 2px #fff inset;
    position: relative; }
    .sw-editor fieldset fieldset,
    .sw-module fieldset fieldset {
      border: 1px solid #dedede;
      background: #E8E8E8; }
    .sw-editor fieldset legend,
    .sw-module fieldset legend {
      width: initial;
      margin: 5px 5px 10px;
      font-size: 11px;
      line-height: 10px;
      margin-bottom: 0 0 0 10px;
      font-weight: bold;
      padding: 5px;
      font-weight: bold;
      color: #444;
      padding: 5px 10px;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border: 1px solid #dedede;
      background-color: #fff;
      -moz-box-shadow: 3px 3px 15px #bbb;
      -webkit-box-shadow: 3px 3px 15px #bbb;
      box-shadow: 3px 3px 15px #bbb;
      max-width: 100%; }
  .sw-editor .sw-editor-myPages-edit,
  .sw-editor .sw-editor-manageUser-edit,
  .sw-module .sw-editor-myPages-edit,
  .sw-module .sw-editor-manageUser-edit {
    padding: 0 15px; }
  .sw-editor .sw-editor-left,
  .sw-module .sw-editor-left {
    text-align: left !important; }
  .sw-editor .sw-editor-center,
  .sw-module .sw-editor-center {
    text-align: center !important; }
  .sw-editor .sw-editor-right,
  .sw-module .sw-editor-right {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: right !important; }
  .sw-editor .sw-button-with-input .btn,
  .sw-module .sw-button-with-input .btn {
    position: absolute;
    bottom: 3px;
    margin-left: 3px;
    width: 25px;
    left: 10px; }
  .sw-editor .sw-button-with-input input:focus,
  .sw-editor .sw-button-with-input input,
  .sw-module .sw-button-with-input input:focus,
  .sw-module .sw-button-with-input input {
    padding-left: 30px; }
  .sw-editor .sw-button-with-input select,
  .sw-editor .sw-button-with-input select:focus,
  .sw-module .sw-button-with-input select,
  .sw-module .sw-button-with-input select:focus {
    padding-left: 26px; }
  .sw-editor .btn,
  .sw-module .btn {
    border-radius: 0px !important; }
    .sw-editor .btn .fa,
    .sw-module .btn .fa {
      padding-top: 2px; }
    .sw-editor .btn.btn-sm .fa,
    .sw-module .btn.btn-sm .fa {
      padding-top: 2px; }
  .sw-editor .btn-secondary,
  .sw-module .btn-secondary {
    color: #FFFFFF !important;
    background-color: #6394F3 !important; }
  .sw-editor .btn-danger,
  .sw-module .btn-danger {
    color: #FFFFFF !important;
    background-color: #FF5858 !important; }
  .sw-editor .sw-editor-form-searchForm,
  .sw-module .sw-editor-form-searchForm {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important; }
    .sw-editor .sw-editor-form-searchForm .sw-editor-form-searchForm-input,
    .sw-module .sw-editor-form-searchForm .sw-editor-form-searchForm-input {
      position: relative !important;
      height: 29px !important;
      padding: 0px 5px !important;
      width: 300px !important;
      top: -2px !important;
      right: 0px !important;
      font-size: 12px !important; }
  .sw-editor form.sw-editor-form,
  .sw-module form.sw-editor-form {
    margin: 0;
    /*border-top: 1px solid #B6B6B6;*/
    /*border-bottom: 1px solid #B6B6B6;*/
    padding: 0; }

.sw-editor {
  color: #000000;
  font-family: "Open Sans",Arial,Verdana,sans-serif;
  -webkit-text-stroke: 0;
  -webkit-font-smoothing: antialiased;
  /*
	font-family:'trebuchet MS';
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	*/
  /*
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		padding-left:0;
		padding-right:0;
	}
	*/
  /* Links */
  /* Buttons */
  /* Titles */
  /* Menu Tabs */
  /********************************************
	 * Specific StraWeb Page elements			*
	 ********************************************/ }
  .sw-editor ::selection {
    background-color: #FF1919;
    color: #FFFFFF; }
  .sw-editor a:hover {
    text-decoration: none !important; }
  .sw-editor h1,
  .sw-editor h2,
  .sw-editor h3,
  .sw-editor h4,
  .sw-editor h5,
  .sw-editor h6 {
    color: #000000; }
  .sw-editor p {
    font-size: 13px !important;
    clear: both;
    /*margin:0;
		padding:0;*/ }
  .sw-editor ul {
    padding-left: 0; }
    .sw-editor ul li {
      list-style-type: disc;
      padding: 0;
      margin: 0; }
  .sw-editor select,
  .sw-editor input {
    height: 28px;
    padding: 1px;
    margin: 0;
    background-color: #FFFFFF; }
  .sw-editor textarea {
    height: 84px;
    padding: 1px;
    margin: 0;
    background-color: #FFFFFF; }
  .sw-editor label {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    padding-left: 10px; }
  .sw-editor .tabs {
    float: none;
    width: 100%;
    border-width: 0; }
  .sw-editor .ui-tabs-nav {
    font-size: 12px !important; }
  .sw-editor .sw-editor-nodisplay {
    display: none; }
  .sw-editor a:link.sw-editor-link,
  .sw-editor a:visited.sw-editor-link {
    font-weight: normal;
    font-size: 12px !important;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    text-decoration: none !important;
    color: #375AAF;
    display: inline-block;
    padding-top: 6px; }
  .sw-editor a:hover.sw-editor-link {
    text-decoration: none !important;
    font-weight: normal; }
  .sw-editor .sw-editor-validate-button {
    display: none; }
  .sw-editor input.sw-editor-button {
    border: 1px solid #cecece;
    background-color: white;
    color: #000000 !important;
    font-size: 8px !important;
    font-weight: normal;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    text-decoration: none;
    padding: 2px 4px;
    margin: 2px;
    *width: auto;
    *overflow: visible;
    vertical-align: middle; }
  .sw-editor input.sw-editor-button:hover {
    border: 1px solid #AAC8FF; }
  .sw-editor h1.sw-editor-title {
    color: #375AAF;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 16px !important;
    font-weight: bold; }
  .sw-editor h1.sw-editor-title img {
    vertical-align: middle;
    margin: 0 10px; }
  .sw-editor h2.sw-editor-title {
    color: #a0a0a0;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 10px !important;
    font-weight: bold; }
  .sw-editor .sw-editor-tabs ul {
    margin-bottom: 5px; }
  .sw-editor ul.sw-editor-tabs {
    list-style-image: none;
    list-style-type: none;
    margin: 1px 0 0 0;
    padding: 4px 0 4px 0;
    position: relative;
    z-index: 2; }
  .sw-editor ul.sw-editor-tabs li {
    display: inline;
    padding: 0;
    margin: 0; }
  .sw-editor ul.sw-editor-tabs li a:link,
  .sw-editor ul.sw-editor-tabs li a:visited {
    border: 1px solid #cecece;
    padding: 4px;
    background-color: #efefef;
    font-size: 8px !important;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    color: #767984;
    white-space: nowrap;
    text-decoration: none;
    font-weight: normal; }
  .sw-editor ul.sw-editor-tabs li a:hover,
  .sw-editor ul.sw-editor-tabs li.selected a:hover {
    color: #375AAF;
    text-decoration: none;
    font-weight: normal;
    background-color: white; }
  .sw-editor ul.sw-editor-tabs li.selected a {
    border-bottom: 1px solid white;
    background-color: white; }
  .sw-editor .sw-editor-edit {
    padding: 5px; }

/********************************************
	* Button CSS								*
	********************************************/
.sw-editor-button {
  height: 22px;
  text-align: center;
  font-size: 12px !important;
  color: #444444 !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 3px 5px 1px 5px;
  border-radius: 4px;
  border: 1px solid #dedede;
  white-space: nowrap;
  /*background-image: url('../medias/bg-button.gif');*/
  background-repeat: repeat-x; }
  .sw-editor-button:hover, .sw-editor-button:focus {
    border-color: #4297D7 !important; }
  .sw-editor-button.sw-editor-button-disabled {
    color: #CCC; }
  .sw-editor-button img {
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    padding-right: 5px; }

/********************************************
 * Item CSS									*
 ********************************************/
.sw-editor-item {
  position: relative;
  min-height: 35px; }
  .sw-editor-item:hover {
    background-color: #6394F3; }

.sw-editor-item-orphan {
  background-color: #FF5858;
  color: #FFFFFF; }

.sw-editor-item-drag:hover .sw-editor-item-action {
  display: block; }

.sw-editor-item:hover .sw-editor-item-action {
  display: block; }

.sw-editor-visibility-0 {
  background-color: #FF5858;
  color: #FFFFFF; }
  .sw-editor-visibility-0 .sw-editor-action {
    background-color: inherit !important; }

.sw-editor-active-0 {
  background-color: #6c6c6c;
  display: none; }
  .sw-editor-active-0 .sw-editor-link {
    color: #FFFFFF !important; }

.sw-editor-action {
  bottom: 0;
  right: 0; }
  .sw-editor-action a {
    color: #428BCA; }
    .sw-editor-action a:hover {
      color: #FF1919; }
    .sw-editor-action a:link, .sw-editor-action a:visited {
      margin: 0 1px;
      display: inline-block;
      width: 18px;
      text-decoration: none !important; }

.sw-editor-item-action {
  z-index: 990;
  border-radius: 2px;
  background-color: #428BCA !important;
  color: #FFFFFF !important;
  display: none;
  right: 2px;
  top: 2px; }
  .sw-editor-item-action a {
    color: #FFFFFF !important; }
    .sw-editor-item-action a:hover {
      color: #FF1919 !important; }

.sw-editor-action,
.sw-editor-item-action {
  position: absolute;
  font-size: 15px !important;
  padding: 0 0 0 5px; }
  .sw-editor-action a,
  .sw-editor-item-action a {
    display: inline-block;
    width: 18px;
    font-size: 16px !important; }
    .sw-editor-action a:hover,
    .sw-editor-item-action a:hover {
      text-decoration: none !important; }

.context-menu-list .context-menu-item:hover,
.sw-editor-action a:hover,
.sw-editor-item-action a:hover {
  text-decoration: none !important; }

.context-menu-list .context-menu-item.icon-exit::after, .context-menu-list .context-menu-item.icon-exit::before, .context-menu-list .context-menu-item.sw-editor-item-action-exit::after, .context-menu-list .context-menu-item.sw-editor-item-action-exit::before,
.sw-editor-action a.icon-exit::after,
.sw-editor-action a.icon-exit::before,
.sw-editor-action a.sw-editor-item-action-exit::after,
.sw-editor-action a.sw-editor-item-action-exit::before,
.sw-editor-item-action a.icon-exit::after,
.sw-editor-item-action a.icon-exit::before,
.sw-editor-item-action a.sw-editor-item-action-exit::after,
.sw-editor-item-action a.sw-editor-item-action-exit::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-exit::before, .context-menu-list .context-menu-item.sw-editor-item-action-exit::before,
.sw-editor-action a.icon-exit::before,
.sw-editor-action a.sw-editor-item-action-exit::before,
.sw-editor-item-action a.icon-exit::before,
.sw-editor-item-action a.sw-editor-item-action-exit::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-preview, .context-menu-list .context-menu-item.sw-editor-item-action-preview,
.sw-editor-action a.icon-preview,
.sw-editor-action a.sw-editor-item-action-preview,
.sw-editor-item-action a.icon-preview,
.sw-editor-item-action a.sw-editor-item-action-preview {
  margin: 0 3px; }
  .context-menu-list .context-menu-item.icon-preview::after, .context-menu-list .context-menu-item.icon-preview::before, .context-menu-list .context-menu-item.sw-editor-item-action-preview::after, .context-menu-list .context-menu-item.sw-editor-item-action-preview::before,
  .sw-editor-action a.icon-preview::after,
  .sw-editor-action a.icon-preview::before,
  .sw-editor-action a.sw-editor-item-action-preview::after,
  .sw-editor-action a.sw-editor-item-action-preview::before,
  .sw-editor-item-action a.icon-preview::after,
  .sw-editor-item-action a.icon-preview::before,
  .sw-editor-item-action a.sw-editor-item-action-preview::after,
  .sw-editor-item-action a.sw-editor-item-action-preview::before {
    font-family: FontAwesome;
    font-weight: normal !important; }
  .context-menu-list .context-menu-item.icon-preview::before, .context-menu-list .context-menu-item.sw-editor-item-action-preview::before,
  .sw-editor-action a.icon-preview::before,
  .sw-editor-action a.sw-editor-item-action-preview::before,
  .sw-editor-item-action a.icon-preview::before,
  .sw-editor-item-action a.sw-editor-item-action-preview::before {
    margin-right: 0;
    content: ""; }

.context-menu-list .context-menu-item.icon-save::after, .context-menu-list .context-menu-item.icon-save::before, .context-menu-list .context-menu-item.sw-editor-item-action-save::after, .context-menu-list .context-menu-item.sw-editor-item-action-save::before,
.sw-editor-action a.icon-save::after,
.sw-editor-action a.icon-save::before,
.sw-editor-action a.sw-editor-item-action-save::after,
.sw-editor-action a.sw-editor-item-action-save::before,
.sw-editor-item-action a.icon-save::after,
.sw-editor-item-action a.icon-save::before,
.sw-editor-item-action a.sw-editor-item-action-save::after,
.sw-editor-item-action a.sw-editor-item-action-save::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-save::before, .context-menu-list .context-menu-item.sw-editor-item-action-save::before,
.sw-editor-action a.icon-save::before,
.sw-editor-action a.sw-editor-item-action-save::before,
.sw-editor-item-action a.icon-save::before,
.sw-editor-item-action a.sw-editor-item-action-save::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-edit::after, .context-menu-list .context-menu-item.icon-edit::before, .context-menu-list .context-menu-item.sw-editor-item-action-edit::after, .context-menu-list .context-menu-item.sw-editor-item-action-edit::before,
.sw-editor-action a.icon-edit::after,
.sw-editor-action a.icon-edit::before,
.sw-editor-action a.sw-editor-item-action-edit::after,
.sw-editor-action a.sw-editor-item-action-edit::before,
.sw-editor-item-action a.icon-edit::after,
.sw-editor-item-action a.icon-edit::before,
.sw-editor-item-action a.sw-editor-item-action-edit::after,
.sw-editor-item-action a.sw-editor-item-action-edit::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-edit::before, .context-menu-list .context-menu-item.sw-editor-item-action-edit::before,
.sw-editor-action a.icon-edit::before,
.sw-editor-action a.sw-editor-item-action-edit::before,
.sw-editor-item-action a.icon-edit::before,
.sw-editor-item-action a.sw-editor-item-action-edit::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-lock, .context-menu-list .context-menu-item.sw-editor-item-action-lock,
.sw-editor-action a.icon-lock,
.sw-editor-action a.sw-editor-item-action-lock,
.sw-editor-item-action a.icon-lock,
.sw-editor-item-action a.sw-editor-item-action-lock {
  color: #FF1919; }
  .context-menu-list .context-menu-item.icon-lock::after, .context-menu-list .context-menu-item.icon-lock::before, .context-menu-list .context-menu-item.sw-editor-item-action-lock::after, .context-menu-list .context-menu-item.sw-editor-item-action-lock::before,
  .sw-editor-action a.icon-lock::after,
  .sw-editor-action a.icon-lock::before,
  .sw-editor-action a.sw-editor-item-action-lock::after,
  .sw-editor-action a.sw-editor-item-action-lock::before,
  .sw-editor-item-action a.icon-lock::after,
  .sw-editor-item-action a.icon-lock::before,
  .sw-editor-item-action a.sw-editor-item-action-lock::after,
  .sw-editor-item-action a.sw-editor-item-action-lock::before {
    font-family: FontAwesome;
    font-weight: normal !important; }
  .context-menu-list .context-menu-item.icon-lock::before, .context-menu-list .context-menu-item.sw-editor-item-action-lock::before,
  .sw-editor-action a.icon-lock::before,
  .sw-editor-action a.sw-editor-item-action-lock::before,
  .sw-editor-item-action a.icon-lock::before,
  .sw-editor-item-action a.sw-editor-item-action-lock::before {
    margin-right: 0;
    content: ""; }

.context-menu-list .context-menu-item.icon-unlock::after, .context-menu-list .context-menu-item.icon-unlock::before, .context-menu-list .context-menu-item.sw-editor-item-action-unlock::after, .context-menu-list .context-menu-item.sw-editor-item-action-unlock::before,
.sw-editor-action a.icon-unlock::after,
.sw-editor-action a.icon-unlock::before,
.sw-editor-action a.sw-editor-item-action-unlock::after,
.sw-editor-action a.sw-editor-item-action-unlock::before,
.sw-editor-item-action a.icon-unlock::after,
.sw-editor-item-action a.icon-unlock::before,
.sw-editor-item-action a.sw-editor-item-action-unlock::after,
.sw-editor-item-action a.sw-editor-item-action-unlock::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-unlock::before, .context-menu-list .context-menu-item.sw-editor-item-action-unlock::before,
.sw-editor-action a.icon-unlock::before,
.sw-editor-action a.sw-editor-item-action-unlock::before,
.sw-editor-item-action a.icon-unlock::before,
.sw-editor-item-action a.sw-editor-item-action-unlock::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-revert::after, .context-menu-list .context-menu-item.icon-revert::before, .context-menu-list .context-menu-item.sw-editor-item-action-revert::after, .context-menu-list .context-menu-item.sw-editor-item-action-revert::before,
.sw-editor-action a.icon-revert::after,
.sw-editor-action a.icon-revert::before,
.sw-editor-action a.sw-editor-item-action-revert::after,
.sw-editor-action a.sw-editor-item-action-revert::before,
.sw-editor-item-action a.icon-revert::after,
.sw-editor-item-action a.icon-revert::before,
.sw-editor-item-action a.sw-editor-item-action-revert::after,
.sw-editor-item-action a.sw-editor-item-action-revert::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-revert::before, .context-menu-list .context-menu-item.sw-editor-item-action-revert::before,
.sw-editor-action a.icon-revert::before,
.sw-editor-action a.sw-editor-item-action-revert::before,
.sw-editor-item-action a.icon-revert::before,
.sw-editor-item-action a.sw-editor-item-action-revert::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-info::after, .context-menu-list .context-menu-item.icon-info::before, .context-menu-list .context-menu-item.sw-editor-item-action-info::after, .context-menu-list .context-menu-item.sw-editor-item-action-info::before,
.sw-editor-action a.icon-info::after,
.sw-editor-action a.icon-info::before,
.sw-editor-action a.sw-editor-item-action-info::after,
.sw-editor-action a.sw-editor-item-action-info::before,
.sw-editor-item-action a.icon-info::after,
.sw-editor-item-action a.icon-info::before,
.sw-editor-item-action a.sw-editor-item-action-info::after,
.sw-editor-item-action a.sw-editor-item-action-info::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-info::before, .context-menu-list .context-menu-item.sw-editor-item-action-info::before,
.sw-editor-action a.icon-info::before,
.sw-editor-action a.sw-editor-item-action-info::before,
.sw-editor-item-action a.icon-info::before,
.sw-editor-item-action a.sw-editor-item-action-info::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-delete::after, .context-menu-list .context-menu-item.icon-delete::before, .context-menu-list .context-menu-item.sw-editor-item-action-delete::after, .context-menu-list .context-menu-item.sw-editor-item-action-delete::before,
.sw-editor-action a.icon-delete::after,
.sw-editor-action a.icon-delete::before,
.sw-editor-action a.sw-editor-item-action-delete::after,
.sw-editor-action a.sw-editor-item-action-delete::before,
.sw-editor-item-action a.icon-delete::after,
.sw-editor-item-action a.icon-delete::before,
.sw-editor-item-action a.sw-editor-item-action-delete::after,
.sw-editor-item-action a.sw-editor-item-action-delete::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-delete::before, .context-menu-list .context-menu-item.sw-editor-item-action-delete::before,
.sw-editor-action a.icon-delete::before,
.sw-editor-action a.sw-editor-item-action-delete::before,
.sw-editor-item-action a.icon-delete::before,
.sw-editor-item-action a.sw-editor-item-action-delete::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-moveUp::after, .context-menu-list .context-menu-item.icon-moveUp::before, .context-menu-list .context-menu-item.sw-editor-item-action-moveUp::after, .context-menu-list .context-menu-item.sw-editor-item-action-moveUp::before,
.sw-editor-action a.icon-moveUp::after,
.sw-editor-action a.icon-moveUp::before,
.sw-editor-action a.sw-editor-item-action-moveUp::after,
.sw-editor-action a.sw-editor-item-action-moveUp::before,
.sw-editor-item-action a.icon-moveUp::after,
.sw-editor-item-action a.icon-moveUp::before,
.sw-editor-item-action a.sw-editor-item-action-moveUp::after,
.sw-editor-item-action a.sw-editor-item-action-moveUp::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-moveUp::before, .context-menu-list .context-menu-item.sw-editor-item-action-moveUp::before,
.sw-editor-action a.icon-moveUp::before,
.sw-editor-action a.sw-editor-item-action-moveUp::before,
.sw-editor-item-action a.icon-moveUp::before,
.sw-editor-item-action a.sw-editor-item-action-moveUp::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-move::after, .context-menu-list .context-menu-item.icon-move::before, .context-menu-list .context-menu-item.sw-editor-item-action-move::after, .context-menu-list .context-menu-item.sw-editor-item-action-move::before,
.sw-editor-action a.icon-move::after,
.sw-editor-action a.icon-move::before,
.sw-editor-action a.sw-editor-item-action-move::after,
.sw-editor-action a.sw-editor-item-action-move::before,
.sw-editor-item-action a.icon-move::after,
.sw-editor-item-action a.icon-move::before,
.sw-editor-item-action a.sw-editor-item-action-move::after,
.sw-editor-item-action a.sw-editor-item-action-move::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-move::before, .context-menu-list .context-menu-item.sw-editor-item-action-move::before,
.sw-editor-action a.icon-move::before,
.sw-editor-action a.sw-editor-item-action-move::before,
.sw-editor-item-action a.icon-move::before,
.sw-editor-item-action a.sw-editor-item-action-move::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-moveDown::after, .context-menu-list .context-menu-item.icon-moveDown::before, .context-menu-list .context-menu-item.sw-editor-item-action-moveDown::after, .context-menu-list .context-menu-item.sw-editor-item-action-moveDown::before,
.sw-editor-action a.icon-moveDown::after,
.sw-editor-action a.icon-moveDown::before,
.sw-editor-action a.sw-editor-item-action-moveDown::after,
.sw-editor-action a.sw-editor-item-action-moveDown::before,
.sw-editor-item-action a.icon-moveDown::after,
.sw-editor-item-action a.icon-moveDown::before,
.sw-editor-item-action a.sw-editor-item-action-moveDown::after,
.sw-editor-item-action a.sw-editor-item-action-moveDown::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-moveDown::before, .context-menu-list .context-menu-item.sw-editor-item-action-moveDown::before,
.sw-editor-action a.icon-moveDown::before,
.sw-editor-action a.sw-editor-item-action-moveDown::before,
.sw-editor-item-action a.icon-moveDown::before,
.sw-editor-item-action a.sw-editor-item-action-moveDown::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-rename, .context-menu-list .context-menu-item.sw-editor-item-action-rename,
.sw-editor-action a.icon-rename,
.sw-editor-action a.sw-editor-item-action-rename,
.sw-editor-item-action a.icon-rename,
.sw-editor-item-action a.sw-editor-item-action-rename {
  /*$iconTextHeight*/ }
  .context-menu-list .context-menu-item.icon-rename::after, .context-menu-list .context-menu-item.icon-rename::before, .context-menu-list .context-menu-item.sw-editor-item-action-rename::after, .context-menu-list .context-menu-item.sw-editor-item-action-rename::before,
  .sw-editor-action a.icon-rename::after,
  .sw-editor-action a.icon-rename::before,
  .sw-editor-action a.sw-editor-item-action-rename::after,
  .sw-editor-action a.sw-editor-item-action-rename::before,
  .sw-editor-item-action a.icon-rename::after,
  .sw-editor-item-action a.icon-rename::before,
  .sw-editor-item-action a.sw-editor-item-action-rename::after,
  .sw-editor-item-action a.sw-editor-item-action-rename::before {
    font-family: FontAwesome;
    font-weight: normal !important; }
  .context-menu-list .context-menu-item.icon-rename::before, .context-menu-list .context-menu-item.sw-editor-item-action-rename::before,
  .sw-editor-action a.icon-rename::before,
  .sw-editor-action a.sw-editor-item-action-rename::before,
  .sw-editor-item-action a.icon-rename::before,
  .sw-editor-item-action a.sw-editor-item-action-rename::before {
    margin-right: 0;
    content: ""; }

.context-menu-list .context-menu-item.icon-duplicate::after, .context-menu-list .context-menu-item.icon-duplicate::before, .context-menu-list .context-menu-item.sw-editor-item-action-duplicate::after, .context-menu-list .context-menu-item.sw-editor-item-action-duplicate::before,
.sw-editor-action a.icon-duplicate::after,
.sw-editor-action a.icon-duplicate::before,
.sw-editor-action a.sw-editor-item-action-duplicate::after,
.sw-editor-action a.sw-editor-item-action-duplicate::before,
.sw-editor-item-action a.icon-duplicate::after,
.sw-editor-item-action a.icon-duplicate::before,
.sw-editor-item-action a.sw-editor-item-action-duplicate::after,
.sw-editor-item-action a.sw-editor-item-action-duplicate::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-duplicate::before, .context-menu-list .context-menu-item.sw-editor-item-action-duplicate::before,
.sw-editor-action a.icon-duplicate::before,
.sw-editor-action a.sw-editor-item-action-duplicate::before,
.sw-editor-item-action a.icon-duplicate::before,
.sw-editor-item-action a.sw-editor-item-action-duplicate::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-itemUp::after, .context-menu-list .context-menu-item.icon-itemUp::before, .context-menu-list .context-menu-item.sw-editor-item-action-itemUp::after, .context-menu-list .context-menu-item.sw-editor-item-action-itemUp::before,
.sw-editor-action a.icon-itemUp::after,
.sw-editor-action a.icon-itemUp::before,
.sw-editor-action a.sw-editor-item-action-itemUp::after,
.sw-editor-action a.sw-editor-item-action-itemUp::before,
.sw-editor-item-action a.icon-itemUp::after,
.sw-editor-item-action a.icon-itemUp::before,
.sw-editor-item-action a.sw-editor-item-action-itemUp::after,
.sw-editor-item-action a.sw-editor-item-action-itemUp::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-itemUp::before, .context-menu-list .context-menu-item.sw-editor-item-action-itemUp::before,
.sw-editor-action a.icon-itemUp::before,
.sw-editor-action a.sw-editor-item-action-itemUp::before,
.sw-editor-item-action a.icon-itemUp::before,
.sw-editor-item-action a.sw-editor-item-action-itemUp::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-itemDown::after, .context-menu-list .context-menu-item.icon-itemDown::before, .context-menu-list .context-menu-item.sw-editor-item-action-itemDown::after, .context-menu-list .context-menu-item.sw-editor-item-action-itemDown::before,
.sw-editor-action a.icon-itemDown::after,
.sw-editor-action a.icon-itemDown::before,
.sw-editor-action a.sw-editor-item-action-itemDown::after,
.sw-editor-action a.sw-editor-item-action-itemDown::before,
.sw-editor-item-action a.icon-itemDown::after,
.sw-editor-item-action a.icon-itemDown::before,
.sw-editor-item-action a.sw-editor-item-action-itemDown::after,
.sw-editor-item-action a.sw-editor-item-action-itemDown::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-itemDown::before, .context-menu-list .context-menu-item.sw-editor-item-action-itemDown::before,
.sw-editor-action a.icon-itemDown::before,
.sw-editor-action a.sw-editor-item-action-itemDown::before,
.sw-editor-item-action a.icon-itemDown::before,
.sw-editor-item-action a.sw-editor-item-action-itemDown::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-add::after, .context-menu-list .context-menu-item.icon-add::before, .context-menu-list .context-menu-item.sw-editor-item-action-add::after, .context-menu-list .context-menu-item.sw-editor-item-action-add::before,
.sw-editor-action a.icon-add::after,
.sw-editor-action a.icon-add::before,
.sw-editor-action a.sw-editor-item-action-add::after,
.sw-editor-action a.sw-editor-item-action-add::before,
.sw-editor-item-action a.icon-add::after,
.sw-editor-item-action a.icon-add::before,
.sw-editor-item-action a.sw-editor-item-action-add::after,
.sw-editor-item-action a.sw-editor-item-action-add::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-add::before, .context-menu-list .context-menu-item.sw-editor-item-action-add::before,
.sw-editor-action a.icon-add::before,
.sw-editor-action a.sw-editor-item-action-add::before,
.sw-editor-item-action a.icon-add::before,
.sw-editor-item-action a.sw-editor-item-action-add::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-copy::after, .context-menu-list .context-menu-item.icon-copy::before, .context-menu-list .context-menu-item.sw-editor-item-action-copy::after, .context-menu-list .context-menu-item.sw-editor-item-action-copy::before,
.sw-editor-action a.icon-copy::after,
.sw-editor-action a.icon-copy::before,
.sw-editor-action a.sw-editor-item-action-copy::after,
.sw-editor-action a.sw-editor-item-action-copy::before,
.sw-editor-item-action a.icon-copy::after,
.sw-editor-item-action a.icon-copy::before,
.sw-editor-item-action a.sw-editor-item-action-copy::after,
.sw-editor-item-action a.sw-editor-item-action-copy::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-copy::before, .context-menu-list .context-menu-item.sw-editor-item-action-copy::before,
.sw-editor-action a.icon-copy::before,
.sw-editor-action a.sw-editor-item-action-copy::before,
.sw-editor-item-action a.icon-copy::before,
.sw-editor-item-action a.sw-editor-item-action-copy::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-upload::after, .context-menu-list .context-menu-item.icon-upload::before, .context-menu-list .context-menu-item.sw-editor-item-action-upload::after, .context-menu-list .context-menu-item.sw-editor-item-action-upload::before,
.sw-editor-action a.icon-upload::after,
.sw-editor-action a.icon-upload::before,
.sw-editor-action a.sw-editor-item-action-upload::after,
.sw-editor-action a.sw-editor-item-action-upload::before,
.sw-editor-item-action a.icon-upload::after,
.sw-editor-item-action a.icon-upload::before,
.sw-editor-item-action a.sw-editor-item-action-upload::after,
.sw-editor-item-action a.sw-editor-item-action-upload::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-upload::before, .context-menu-list .context-menu-item.sw-editor-item-action-upload::before,
.sw-editor-action a.icon-upload::before,
.sw-editor-action a.sw-editor-item-action-upload::before,
.sw-editor-item-action a.icon-upload::before,
.sw-editor-item-action a.sw-editor-item-action-upload::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item.icon-refresh::after, .context-menu-list .context-menu-item.icon-refresh::before, .context-menu-list .context-menu-item.sw-editor-item-action-refresh::after, .context-menu-list .context-menu-item.sw-editor-item-action-refresh::before,
.sw-editor-action a.icon-refresh::after,
.sw-editor-action a.icon-refresh::before,
.sw-editor-action a.sw-editor-item-action-refresh::after,
.sw-editor-action a.sw-editor-item-action-refresh::before,
.sw-editor-item-action a.icon-refresh::after,
.sw-editor-item-action a.icon-refresh::before,
.sw-editor-item-action a.sw-editor-item-action-refresh::after,
.sw-editor-item-action a.sw-editor-item-action-refresh::before {
  font-family: FontAwesome;
  font-weight: normal !important; }

.context-menu-list .context-menu-item.icon-refresh::before, .context-menu-list .context-menu-item.sw-editor-item-action-refresh::before,
.sw-editor-action a.icon-refresh::before,
.sw-editor-action a.sw-editor-item-action-refresh::before,
.sw-editor-item-action a.icon-refresh::before,
.sw-editor-item-action a.sw-editor-item-action-refresh::before {
  margin-right: 0;
  content: ""; }

.context-menu-list .context-menu-item {
  font-size: 12px !important; }
  .context-menu-list .context-menu-item.icon {
    background-image: none;
    /* width: 0px; */
    margin: 0;
    padding: 0 5px 0 0; }
    .context-menu-list .context-menu-item.icon::before {
      padding: 1px 5px;
      font-size: 14px !important; }

.page-for-user-connected {
  position: fixed;
  left: 10px;
  top: -5px;
  color: red;
  z-index: 99999;
  font-size: 35px !important;
  padding: 0;
  margin: 0;
  cursor: pointer; }

/********************************************
 * Drag & Drop CSS							*
 ********************************************/
.sw-editor-layout {
  min-height: 35px;
  border: solid 1px #AAC8FF;
  margin: -1px; }
  .sw-editor-layout .ui-sortable-placeholder {
    background-color: #FF1919;
    height: 35px; }

.sw-editor-layout-drop {
  min-height: 35px;
  margin: -1px;
  border: solid 1px #FF5858; }

.sw-editor-layout-dropCurrent {
  min-height: 35px;
  margin: -1px;
  border: solid 1px #18F818; }

.sw-editor-item-drag {
  cursor: pointer; }

.sw-editor-itemeditor-drag {
  cursor: pointer;
  float: left;
  width: 100%;
  height: 70px; }
  .sw-editor-itemeditor-drag .desc {
    font-size: 11px !important;
    font-style: italic;
    line-height: 1.2;
    padding: 0; }
  .sw-editor-itemeditor-drag .title {
    font-size: 12px !important;
    font-weight: bold;
    height: 20px;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    color: #4F4F4F;
    text-align: left; }

.sw-editor-itemeditor-img {
  width: 64px;
  vertical-align: middle;
  float: left; }

.sw-module label {
  color: #000000;
  margin: 0;
  padding: 0; }

.context-menu-item.icon {
  text-align: left; }

.context-menu-list {
  color: #444444; }
  .context-menu-list .context-menu-item {
    background-position-y: 4px;
    background-color: #d6d6d6; }
    .context-menu-list .context-menu-item.hover {
      background-color: #444444;
      color: #FFFFFF; }
  .context-menu-list .context-menu-separator {
    border-bottom-color: #444444; }

/*
@media (max-width: 1024px){
	.sw-module, .sw-editor {
		.placeholderLbl {
			top: -10px!important;
		}
	}
}

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
