﻿/*!
===============================================================
||                                                           ||
||  DO NOT EDIT THIS FILE OR THE SKY WILL FALL ON YOUR HEAD  ||
||                                                           ||
||              !!! use custom.css instead !!!               ||
||                                                           ||
===============================================================
*/
/* MIXINS & VARIABLES */
/*==================================================
GRID
==================================================*/
/*==================================================
RESPONSIVE BREAKPOINTS
==================================================*/
/*==================================================
FONTS
==================================================*/
/*==================================================
COLORS
==================================================*/
/*==================================================
OTHER
==================================================*/
/*==================================================
FONT SIZE - REM with PX FALLBACK
==================================================*/
/*==================================================
BREAKPOINTS
==================================================*/
/*==================================================
BLACK AND WHITE BG
==================================================*/
/*==================================================
POSITIONING
==================================================*/
/*==================================================
SIZING
==================================================*/
/*==================================================
CLEARFIX
==================================================*/
/*==================================================
TRIANGLE GENERATOR
==================================================*/
/*==================================================
SINGLE SIDE BORDER RADIUS
==================================================*/
/*==================================================
GRADIENTS
==================================================*/
/*==================================================
OPACITY (with IE8 FALLBACK)
==================================================*/
/*==================================================
PX to EM
==================================================*/
/* BASE */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
/* line 18, C:/XAMPP/htdocs/admin/sass/base/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 28, C:/XAMPP/htdocs/admin/sass/base/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 31, C:/XAMPP/htdocs/admin/sass/base/_reset.scss */
body {
  line-height: 1; }

/* line 34, C:/XAMPP/htdocs/admin/sass/base/_reset.scss */
ol, ul {
  list-style: none; }

/* line 37, C:/XAMPP/htdocs/admin/sass/base/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 41, C:/XAMPP/htdocs/admin/sass/base/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/* line 45, C:/XAMPP/htdocs/admin/sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*==================================================
BASE
==================================================*/
/* line 5, C:/XAMPP/htdocs/admin/sass/base/_base.scss */
::-moz-selection {
  background: #77d729;
  color: #fff; }

/* line 6, C:/XAMPP/htdocs/admin/sass/base/_base.scss */
::-moz-selection {
  background: #77d729;
  color: #fff; }
::selection {
  background: #77d729;
  color: #fff; }

/* line 8, C:/XAMPP/htdocs/admin/sass/base/_base.scss */
*, *:before, *:after {
  box-sizing: border-box; }

/* line 14, C:/XAMPP/htdocs/admin/sass/base/_base.scss */
html {
  height: 100%;
  font-size: 16px;
  overflow-x: hidden; }

/* line 20, C:/XAMPP/htdocs/admin/sass/base/_base.scss */
body {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  color: #666666;
  font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/*==================================================
FONT FACE
==================================================*/
/* Gotham rounded for headers*/
@font-face {
  font-family: "Gotham";
  src: url('../../fontsAdmin/GothamRoundedMedium.eot');
  src: url('../../fontsAdmin/GothamRoundedMedium.eot?#iefix') format('embedded-opentype'), url('../../fontsAdmin/GothamRoundedMedium.svg#GothamBold') format('svg'), url('../../fontsAdmin/GothamRoundedMedium.woff') format('woff'), url('../../fontsAdmin/GothamRoundedMedium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

/* Gotham rounded for normal text*/
@font-face {
  font-family: 'Gotham';
  src: url('../../fontsAdmin/gothamroundedlight_21020.eot');
  src: url('../../fontsAdmin/gothamroundedlight_21020.eot') format('embedded-opentype'), url('../../fontsAdmin/gothamroundedlight_21020.woff2') format('woff2'), url('../../fontsAdmin/gothamroundedlight_21020.woff') format('woff'), url('../../fontsAdmin/gothamroundedlight_21020.ttf') format('truetype'), url('../../fontsAdmin/gothamroundedlight_21020.svg#GothamRoundedLight') format('svg');
  font-weight: normal;
  font-style: normal; }

/* Varela - for normal  */
@font-face {
  font-family: "Varela";
  src: url('../../fontsAdmin/Varela-Regular.eot');
  src: url('../../fontsAdmin/Varela-Regular.eot?#iefix') format('embedded-opentype'), url('../../fontsAdmin/Varela-Regular.svg#Varela') format('svg'), url('../../fontsAdmin/Varela-Regular.woff') format('woff'), url('../../fontsAdmin/Varela-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

/*==================================================
TYPOGRAPHY
==================================================*/
/* line 46, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000; }

/* line 68, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
a {
  text-decoration: none;
  color: #2c2c2c; }

/* line 72, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
a:hover {
  text-decoration: underline;
  color: #77d729; }

/*==================================================
HEADINGS
==================================================*/
/* line 80, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
.s9_wm_admin_content-heading {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 2.2em;
  line-height: 1.2em;
  margin-bottom: 0.909em;
  padding: 0 0.682em; }

/*==================================================
TITLES
==================================================*/
/* line 94, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
.s9_wm_admin_title, .s9_wm_admin_text-block h1, .s9_wm_admin_text-block h2, .s9_wm_admin_text-block h3, .s9_wm_admin_text-block h4, .s9_wm_admin_text-block h5, .s9_wm_admin_text-block h6 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 2.2em;
  line-height: 1.2em;
  margin-bottom: 0.8em; }
  /* line 103, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_title--large, .s9_wm_admin_text-block h1, .s9_wm_admin_text-block h2 {
    font-size: 2.5em; }
  /* line 106, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_title--medium, .s9_wm_admin_text-block h2, .s9_wm_admin_text-block h3 {
    font-size: 2em; }
  /* line 109, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_title--small {
    font-size: 1.7em; }
  /* line 114, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_title--primary {
    color: #000; }
  /* line 117, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_title--secondary {
    color: #77d729; }

/*==================================================
PARAGRAPHS
==================================================*/
/* line 125, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
.s9_wm_admin_paragraph, .s9_wm_admin_text-block p {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em; }
  /* line 130, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_paragraph strong, .s9_wm_admin_text-block p strong {
    font-weight: bold; }
  /* line 134, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_paragraph--last {
    margin-bottom: 3em; }

/*==================================================
LISTS
==================================================*/
/* line 142, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
.s9_wm_admin_list, .s9_wm_admin_text-block ul, .s9_wm_admin_text-block ol {
  margin-bottom: 1em;
  padding-left: 1em; }
  /* line 146, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_list li, .s9_wm_admin_text-block ul li, .s9_wm_admin_text-block ol li {
    font-size: 1.3em;
    line-height: 2em;
    vertical-align: middle; }
    /* line 151, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
    .s9_wm_admin_list li:before, .s9_wm_admin_text-block ul li:before, .s9_wm_admin_text-block ol li:before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #e3e6ea;
      vertical-align: middle;
      margin-right: 1em; }
  /* line 165, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_list--green li:before {
    background-color: #77d729; }
  /* line 171, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_list--black li:before {
    background-color: #000; }

/*==================================================
IMAGES
==================================================*/
/* line 180, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
img.s9_wm_admin_img-center {
  display: block;
  margin: 0 auto 2em auto; }

/* line 185, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
img.s9_wm_admin_img-left {
  float: left;
  margin: 0 2em 2em 0; }

/* line 190, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
img.s9_wm_admin_img-right {
  float: right;
  margin: 0 0 2em 2em; }

/*==================================================
TEXT BLOCK
==================================================*/
/* line 199, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
.s9_wm_admin_text-block {
  display: block;
  padding-bottom: 2em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #e3e6ea; }
  /* line 205, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_text-block:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  /* line 211, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_text-block--border-dashed {
    border-bottom: 1px dashed #e3e6ea; }
  /* line 215, C:/XAMPP/htdocs/admin/sass/base/_typography.scss */
  .s9_wm_admin_text-block--border-dotted {
    border-bottom: 1px dotted #e3e6ea; }

/* LAYOUT */
/*==================================================
LAYOUT
==================================================*/
/* line 5, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box; }

/* line 20, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_container:before, .s9_wm_admin_container:after, .s9_wm_admin_row:before, .s9_wm_admin_row:after, .s9_wm_admin_sidebar:before, .s9_wm_admin_sidebar:after, .s9_wm_admin_content-column:before, .s9_wm_admin_content-column:after {
  content: " ";
  display: table; }

/* line 27, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_container:after, .s9_wm_admin_row:after, .s9_wm_admin_sidebar:after, .s9_wm_admin_content-column:after {
  clear: both; }

/* line 30, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
[class*='s9_wm_admin_col-'] {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative; }

/* line 36, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-1-5 {
  width: 20%; }

/* line 37, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-1-4 {
  width: 25%; }

/* line 38, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-1-3 {
  width: 33.33%; }

/* line 39, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-2-5 {
  width: 40%; }

/* line 40, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-1-2 {
  width: 50%; }

/* line 41, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-3-5 {
  width: 60%; }

/* line 42, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-2-3 {
  width: 66.66%; }

/* line 43, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-3-4 {
  width: 75%; }

/* line 44, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-4-5 {
  width: 80%; }

/* line 45, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_col-1-1 {
  width: 100%; }

/* line 47, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-1-5 {
  margin-left: 20%; }

/* line 48, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-1-4 {
  margin-left: 25%; }

/* line 49, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-1-3 {
  margin-left: 33.33%; }

/* line 50, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-2-5 {
  margin-left: 40%; }

/* line 51, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-1-2 {
  margin-left: 50%; }

/* line 52, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-3-5 {
  margin-left: 60%; }

/* line 53, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-2-3 {
  margin-left: 66.66%; }

/* line 54, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-3-4 {
  margin-left: 75%; }

/* line 55, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-4-5 {
  margin-left: 80%; }

/* line 56, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_offset-1-1 {
  margin-left: 100%; }

/* line 58, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
.s9_wm_admin_no-padding {
  padding: 0; }

/*==================================================
MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 1279px) {
  /* line 73, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
  .s9_wm_admin_col-1-5, .s9_wm_admin_col-1-4, .s9_wm_admin_col-1-3, .s9_wm_admin_col-2-5, .s9_wm_admin_col-3-5, .s9_wm_admin_col-2-3, .s9_wm_admin_col-3-4, .s9_wm_admin_col-4-5, .s9_wm_admin_col-1-1 {
    width: 100%; }
  /* line 84, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
  .s9_wm_admin_offset-1-5, .s9_wm_admin_offset-1-4, .s9_wm_admin_offset-1-3, .s9_wm_admin_offset-2-5, .s9_wm_admin_offset-1-2, .s9_wm_admin_offset-3-5, .s9_wm_admin_offset-2-3, .s9_wm_admin_offset-3-4, .s9_wm_admin_offset-4-5, .s9_wm_admin_offset-1-1 {
    margin-left: 0; } }

@media only screen and (max-width: 758px) {
  /* line 88, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
  .s9_wm_admin_col-1-2 {
    width: 100%; } }

@media only screen and (max-width: 560px) {
  /* line 92, C:/XAMPP/htdocs/admin/sass/layout/_grid.scss */
  .s9_wm_admin_container {
    padding: 0; } }

/* MODULES */
/* line 2, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
s9_wm_admin_text-input, .s9_wm_admin_sign-in-form__input input {
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box; }

/* line 13, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
.s9_wm_admin_text-field, .s9_wm_admin_sidebar__search {
  position: relative;
  float: left;
  width: 100%;
  height: 4em;
  border: 1px solid #e3e6ea;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  box-sizing: border-box; }
  /* line 24, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_text-field:hover, .s9_wm_admin_sidebar__search:hover {
    border-color: #77d729; }
  /* line 28, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_text-field input, .s9_wm_admin_sidebar__search input {
    outline: none;
    border: none;
    font-size: 1.4em;
    line-height: 1em;
    vertical-align: middle;
    padding: 0 1.071em;
    background-color: transparent;
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
  /* line 42, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_text-field--disabled {
    background-color: #f1f3f4; }

/* line 48, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
.s9_wm_admin_text-area {
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #e3e6ea;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  box-sizing: border-box; }
  /* line 58, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_text-area:hover {
    border-color: #77d729; }
  /* line 62, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_text-area textarea {
    outline: none;
    border: none;
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 1.071em;
    background-color: transparent;
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    width: 100%; }
  /* line 74, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_text-area--disabled {
    background-color: #f1f3f4; }

/* line 80, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
.s9_wm_admin_dropdown, .s9_wm_admin_header__language-switcher, .s9_wm_admin_archive-module__filter {
  position: relative;
  width: 100%;
  height: 4em;
  border: 1px solid #e3e6ea;
  border-radius: 5px;
  background: #fff url("../../imagesAdmin/wm_3_0/icons/select-arrow.png") no-repeat right center;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  box-sizing: border-box; }
  /* line 91, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_dropdown:hover, .s9_wm_admin_header__language-switcher:hover, .s9_wm_admin_archive-module__filter:hover {
    background: #fff url("../../imagesAdmin/wm_3_0/icons/select-arrow-hover.png") no-repeat right center;
    border: 1px solid #77d729; }
  /* line 96, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_dropdown select, .s9_wm_admin_header__language-switcher select, .s9_wm_admin_archive-module__filter select {
    outline: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    width: 110%;
    height: 100%;
    padding: 0 0.769em;
    font-size: 1.3em;
    line-height: 1.5em;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
    /* line 117, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
    .s9_wm_admin_dropdown select::-ms-expand, .s9_wm_admin_header__language-switcher select::-ms-expand, .s9_wm_admin_archive-module__filter select::-ms-expand {
      display: none; }

/* line 124, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
.s9_wm_admin_radio-button {
  display: inline-block;
  margin-right: 2em;
  margin-top: 1em; }
  /* line 129, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_radio-button label {
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    font-size: 1.3em; }
  /* line 135, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_radio-button label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url("../../imagesAdmin/wm_3_0/icons/radio-sprite.png") no-repeat 0 0;
    vertical-align: middle;
    margin-right: 0.8em;
    margin-top: -3px; }
  /* line 146, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_radio-button label:hover:before {
    background: transparent url("../../imagesAdmin/wm_3_0/icons/radio-sprite.png") no-repeat 0 -21px; }
  /* line 150, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_radio-button input:checked + label:before {
    background: transparent url("../../imagesAdmin/wm_3_0/icons/radio-sprite.png") no-repeat 0 -21px; }
  /* line 154, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_radio-button input {
    display: none; }

/* line 163, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
.s9_wm_admin_submit-button input, .s9_wm_admin_sign-in-form__submit-button input, .s9_wm_admin_submit-button button, .s9_wm_admin_sign-in-form__submit-button button {
  width: 100%;
  height: 2.688em;
  background-color: #2c2c2c;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
  margin: 0.2em 0 0.9em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  outline: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none; }
  /* line 179, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_submit-button input:hover, .s9_wm_admin_sign-in-form__submit-button input:hover, .s9_wm_admin_submit-button button:hover, .s9_wm_admin_sign-in-form__submit-button button:hover {
    background-color: #393939; }

/* line 186, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
.s9_wm_admin_switch-view {
  float: left;
  display: inline-block;
  margin-top: 1px; }
  @media only screen and (max-width: 560px) {
    .s9_wm_admin_switch-view {
      display: block;
      width: 100%; } }
  /* line 196, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
  .s9_wm_admin_switch-view__button {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 1em;
    background: transparent url("../../imagesAdmin/wm_3_0/icons/switch-view-sprite.png") no-repeat;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 205, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
    .s9_wm_admin_switch-view__button--table {
      background-position: 0 0; }
      /* line 208, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
      .s9_wm_admin_switch-view__button--table:hover {
        background-position: 0 -41px; }
    /* line 213, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
    .s9_wm_admin_switch-view__button--list {
      background-position: -39px 0; }
      /* line 216, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
      .s9_wm_admin_switch-view__button--list:hover {
        background-position: -39px -41px; }
    /* line 222, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
    .s9_wm_admin_switch-view__button--active.s9_wm_admin_switch-view__button--table {
      background-position: 0 -81px; }
    /* line 226, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
    .s9_wm_admin_switch-view__button--active.s9_wm_admin_switch-view__button--list {
      background-position: -39px -81px; }

/* line 235, C:/XAMPP/htdocs/admin/sass/modules/_input-fields.scss */
.s9_wm_admin_active-field {
  border-color: #77d729; }

/* line 122, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
.s9_wm_admin_table:before, .s9_wm_admin_table:after {
  content: " ";
  display: table; }
/* line 126, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
.s9_wm_admin_table:after {
  clear: both; }
/* line 4, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
.s9_wm_admin_table__column, .s9_wm_admin_table__column--one-third, .s9_wm_admin_table__column--one-fourth, .s9_wm_admin_table__column--one-half, .s9_wm_admin_table__column--two-thirds, .s9_wm_admin_table__column--three-fourths {
  float: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 2em; }
  /* line 11, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column--one-third {
    width: 33.33%; }
  /* line 15, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column--one-fourth {
    width: 25%; }
  /* line 19, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column--one-half {
    width: 50%; }
  /* line 23, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column--two-thirds {
    width: 66.66%; }
  /* line 27, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column--three-fourths {
    width: 75%; }
  /* line 33, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column:first-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--one-third:first-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--one-fourth:first-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--one-half:first-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--two-thirds:first-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--three-fourths:first-of-type .s9_wm_admin_table__column-header {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-clip: padding-box;
    padding-left: 1.5em; }
  /* line 37, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column:last-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--one-third:last-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--one-fourth:last-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--one-half:last-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--two-thirds:last-of-type .s9_wm_admin_table__column-header, .s9_wm_admin_table__column--three-fourths:last-of-type .s9_wm_admin_table__column-header {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-clip: padding-box;
    padding-right: 1.5em; }
  /* line 41, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column:first-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--one-third:first-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--one-fourth:first-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--one-half:first-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--two-thirds:first-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--three-fourths:first-of-type .s9_wm_admin_table__column-data {
    padding-left: 1.5em; }
  /* line 44, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column:last-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--one-third:last-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--one-fourth:last-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--one-half:last-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--two-thirds:last-of-type .s9_wm_admin_table__column-data, .s9_wm_admin_table__column--three-fourths:last-of-type .s9_wm_admin_table__column-data {
    padding-right: 1.5em; }
/* line 49, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
.s9_wm_admin_table__column-header {
  width: 100%;
  height: 3.077em;
  background-color: #f1f3f4;
  color: #2c2c2c;
  font-size: 1.3em;
  line-height: 3.077em;
  margin-bottom: 1.538em;
  box-sizing: border-box; }
/* line 60, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
.s9_wm_admin_table__list {
  font-size: 1.3em;
  line-height: 1.7em; }
  /* line 64, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__list span {
    color: #bcbcbc;
    margin-right: 2em; }

/* line 72, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
.s9_wm_admin_table-data {
  font-size: 1.4em; }
  /* line 75, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table-data--large {
    font-size: 3em;
    margin-bottom: 0.333em; }
  /* line 80, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table-data--green {
    color: #77d729; }
  /* line 83, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table-data--red {
    color: red; }

/*==================================================
 MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 940px) {
  /* line 93, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column, .s9_wm_admin_table__column--one-third, .s9_wm_admin_table__column--one-fourth, .s9_wm_admin_table__column--one-half, .s9_wm_admin_table__column--two-thirds, .s9_wm_admin_table__column--three-fourths {
    width: 100%; }
  /* line 97, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column-header {
    padding: 0 1.5em;
    border-radius: 5px; }
  /* line 102, C:/XAMPP/htdocs/admin/sass/modules/_tables.scss */
  .s9_wm_admin_table__column-data {
    padding: 0 1.5em; } }

/* line 1, C:/XAMPP/htdocs/admin/sass/modules/_dividers.scss */
.s9_wm_admin_divider, .s9_wm_admin_divider--dashed, .s9_wm_admin_divider--dotted {
  display: block;
  width: 100%;
  height: 0;
  margin: 2em 0;
  border-bottom: 1px solid #e3e6ea; }
  /* line 8, C:/XAMPP/htdocs/admin/sass/modules/_dividers.scss */
  .s9_wm_admin_divider--dashed {
    border-bottom: 1px dashed #e3e6ea; }
  /* line 13, C:/XAMPP/htdocs/admin/sass/modules/_dividers.scss */
  .s9_wm_admin_divider--dotted {
    border-bottom: 1px dotted #e3e6ea; }

/* line 1, C:/XAMPP/htdocs/admin/sass/modules/_pagination.scss */
.s9_wm_admin_pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 5em; }
  /* line 6, C:/XAMPP/htdocs/admin/sass/modules/_pagination.scss */
  .s9_wm_admin_pagination ul {
    display: block;
    margin: 0 auto; }
    /* line 10, C:/XAMPP/htdocs/admin/sass/modules/_pagination.scss */
    .s9_wm_admin_pagination ul li {
      display: inline-block;
      padding: 0 0.3em;
      margin-bottom: 0.7em; }
      /* line 15, C:/XAMPP/htdocs/admin/sass/modules/_pagination.scss */
      .s9_wm_admin_pagination ul li a {
        display: block;
        font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.4em;
        padding: 0.7em 0;
        width: 2.5em;
        height: 2.5em;
        color: #2c2c2c;
        background-color: #E1E1E1;
        border-radius: 50%;
        text-align: center;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        box-sizing: border-box; }
        /* line 29, C:/XAMPP/htdocs/admin/sass/modules/_pagination.scss */
        .s9_wm_admin_pagination ul li a:hover {
          background-color: #77d729;
          text-decoration: none;
          color: #fff; }
      /* line 36, C:/XAMPP/htdocs/admin/sass/modules/_pagination.scss */
      .s9_wm_admin_pagination ul li.active a {
        background-color: #2c2c2c;
        color: #fff; }

/* line 2, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
.s9_wm_admin_actions {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em; }
  /* line 7, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
  .s9_wm_admin_actions__button {
    display: inline-block;
    float: left;
    width: 29px;
    height: 29px;
    background: url("../../imagesAdmin/wm_3_0/icons/overview-sprite.png") no-repeat;
    margin-left: 0.5em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 16, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
    .s9_wm_admin_actions__button--edit {
      background-position: -94px -1px; }
      /* line 19, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
      .s9_wm_admin_actions__button--edit:hover {
        background-position: -94px -31px; }
    /* line 24, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
    .s9_wm_admin_actions__button--visibility {
      background-position: -155px -1px; }
      /* line 27, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
      .s9_wm_admin_actions__button--visibility:hover {
        background-position: -155px -31px; }
    /* line 32, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
    .s9_wm_admin_actions__button--active {
      background-position: -155px -61px; }
    /* line 36, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
    .s9_wm_admin_actions__button--delete {
      background-position: -125px -1px; }
      /* line 39, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
      .s9_wm_admin_actions__button--delete:hover {
        background-position: -125px -31px; }

/* line 48, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
.s9_wm_admin_add-new-button {
  display: block;
  text-align: right;
  width: 100%;
  font-size: 1.3em;
  padding: 0 0.769em;
  margin-top: -0.769em;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1.538em;
  box-sizing: border-box; }
  /* line 59, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
  .s9_wm_admin_add-new-button:after {
    content: "";
    display: inline-block;
    width: 29px;
    height: 29px;
    background: transparent url('../../imagesAdmin/wm_3_0/icons/add-button.png') no-repeat 0 0;
    vertical-align: middle;
    margin-left: 0.5em; }
  /* line 69, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
  .s9_wm_admin_add-new-button:hover {
    text-decoration: none; }
  /* line 73, C:/XAMPP/htdocs/admin/sass/modules/_action-buttons.scss */
  .s9_wm_admin_add-new-button:hover:after {
    opacity: 0.8; }

/* line 3, C:/XAMPP/htdocs/admin/sass/modules/_tabs.scss */
.s9_wm_admin_tabs__list-tabs {
  display: block;
  border-bottom: 1px solid #e3e6ea;
  width: 100%;
  margin-bottom: 2em;
  padding: 0 1.5em;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box; }
  /* line 12, C:/XAMPP/htdocs/admin/sass/modules/_tabs.scss */
  .s9_wm_admin_tabs__list-tabs li {
    position: relative;
    display: inline-block;
    height: 3.7em;
    line-height: 3.7em;
    background: transparent url('../../imagesAdmin/wm_3_0/tab-bg.png') no-repeat 0 0;
    margin-right: -1em;
    z-index: 1;
    margin-bottom: -1px;
    border-bottom: 1px solid #e3e6ea; }
    /* line 23, C:/XAMPP/htdocs/admin/sass/modules/_tabs.scss */
    .s9_wm_admin_tabs__list-tabs li a {
      display: block;
      font-size: 1.5em;
      min-width: 9.733em;
      max-width: 9.733em;
      text-align: center; }
      /* line 30, C:/XAMPP/htdocs/admin/sass/modules/_tabs.scss */
      .s9_wm_admin_tabs__list-tabs li a:hover {
        text-decoration: none;
        color: #2c2c2c; }
    /* line 36, C:/XAMPP/htdocs/admin/sass/modules/_tabs.scss */
    .s9_wm_admin_tabs__list-tabs li.ui-tabs-active {
      z-index: 2;
      font-weight: bold;
      border-color: #fff; }

/* line 47, C:/XAMPP/htdocs/admin/sass/modules/_tabs.scss */
.ui-tabs-anchor:active, .ui-tabs-anchor:focus {
  outline-color: transparent; }

/* line 1, C:/XAMPP/htdocs/admin/sass/modules/_column-title.scss */
.s9_wm_admin_column-title {
  position: relative;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f1f3f4;
  border-radius: 5px;
  min-height: 5em;
  width: 100%;
  padding: 0 5em 0 2em;
  box-sizing: border-box;
  line-height: 5em;
  margin-bottom: 2em; }
  /* line 13, C:/XAMPP/htdocs/admin/sass/modules/_column-title.scss */
  .s9_wm_admin_column-title__heading {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #2c2c2c; }
  /* line 21, C:/XAMPP/htdocs/admin/sass/modules/_column-title.scss */
  .s9_wm_admin_column-title__warning {
    float: right;
    font-size: 1.3em;
    color: #707070; }
  /* line 27, C:/XAMPP/htdocs/admin/sass/modules/_column-title.scss */
  .s9_wm_admin_column-title__add-button {
    position: absolute;
    bottom: 1.2em;
    right: 1em;
    width: 29px;
    height: 29px;
    float: right;
    background: transparent url('../../imagesAdmin/wm_3_0/icons/add-button.png') no-repeat 0 0; }
    /* line 36, C:/XAMPP/htdocs/admin/sass/modules/_column-title.scss */
    .s9_wm_admin_column-title__add-button:hover {
      opacity: 0.8; }

/*==================================================
MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 758px) {
  /* line 48, C:/XAMPP/htdocs/admin/sass/modules/_column-title.scss */
  .s9_wm_admin_column-title__warning {
    display: none; } }

/* line 1, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
.s9_wm_admin_nav-bar {
  position: relative;
  background-color: #77d729;
  height: 5em;
  z-index: 10;
  box-sizing: border-box;
  z-index: 2000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 10, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__menu-expander {
    display: none;
    float: left;
    width: 6em;
    height: 5em;
    border-right: 1px solid #8eec42;
    background: url('../../imagesAdmin/wm_3_0/icons/navbar-menu-expander-ico.png') no-repeat;
    background-position: 1.5em 1em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer; }
    /* line 21, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
    .s9_wm_admin_nav-bar__menu-expander:hover {
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.1); }
  /* line 26, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__logo {
    float: left;
    display: inline-block;
    padding: 1em 0 1em 2em;
    margin-right: 20.5em; }
  /* line 33, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__menu {
    float: left;
    display: inline-block;
    line-height: 5em;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    /* line 39, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
    .s9_wm_admin_nav-bar__menu ul {
      height: 100%;
      display: block; }
      /* line 43, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
      .s9_wm_admin_nav-bar__menu ul li {
        display: inline-block;
        margin-right: 4em; }
        /* line 47, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
        .s9_wm_admin_nav-bar__menu ul li:last-child {
          margin-right: 0; }
        /* line 51, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
        .s9_wm_admin_nav-bar__menu ul li a {
          font-size: 1.3em;
          color: #fff;
          text-transform: uppercase;
          font-weight: bold; }
          /* line 57, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
          .s9_wm_admin_nav-bar__menu ul li a:hover {
            text-decoration: none;
            opacity: 0.8; }
          /* line 62, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
          .s9_wm_admin_nav-bar__menu ul li a.is-selected {
            text-decoration: underline; }
  /* line 70, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__actions {
    display: inline-block;
    float: right; }
  /* line 75, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__action {
    position: relative;
    float: left;
    display: block;
    width: 6em;
    height: 5em;
    padding: 1em;
    border-left: 1px solid #8eec42;
    box-sizing: border-box;
    background-position: 1.5em 1em;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer; }
    /* line 90, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
    .s9_wm_admin_nav-bar__action--messages {
      background-image: url('../../imagesAdmin/wm_3_0/icons/navbar-messages-ico.png'); }
    /* line 94, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
    .s9_wm_admin_nav-bar__action--user {
      background-image: url('../../imagesAdmin/wm_3_0/icons/navbar-user-ico.png'); }
      /* line 97, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
      .s9_wm_admin_nav-bar__action--user:hover .s9_wm_admin_nav-bar__user-info {
        right: 0; }
    /* line 102, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
    .s9_wm_admin_nav-bar__action:hover {
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.1); }
  /* line 107, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__messages-count {
    position: absolute;
    top: 0.5em;
    right: 0.8em;
    background-color: #2c2c2c;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    padding: 0.3em 0;
    color: #fff;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box; }
  /* line 123, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__user-info {
    position: absolute;
    right: -30em;
    bottom: -5.5em;
    width: 30em;
    height: 5.5em;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #2c2c2c;
    color: #fff;
    padding: 0 1em;
    box-sizing: border-box;
    cursor: default; }
    /* line 136, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
    .s9_wm_admin_nav-bar__user-info:before {
      content: "";
      position: absolute;
      top: -0.9em;
      right: 1.9em;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-bottom: 10px solid #2c2c2c;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
    /* line 144, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
    .s9_wm_admin_nav-bar__user-info--opened {
      right: 0 !important; }
  /* line 149, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__user-name {
    font-size: 1.3em;
    line-height: 1.3em;
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%; }
  /* line 160, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__log-off-button {
    position: absolute;
    top: 1.4em;
    right: 1.5em;
    width: 25px;
    height: 25px;
    background: transparent url('../../imagesAdmin/wm_3_0/icons/logoff-ico.png') no-repeat 0 0; }

/*==================================================
MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 940px) {
  /* line 177, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__menu-expander {
    display: block; }
  /* line 181, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__logo {
    padding: 1em 0 1em 1.5em;
    margin-right: 1em; }
  /* line 186, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
  .s9_wm_admin_nav-bar__menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 5em;
    left: 0;
    background-color: #77d729;
    border-top: 1px solid #8eec42; }
    /* line 195, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
    .s9_wm_admin_nav-bar__menu ul li {
      display: block;
      width: 100%;
      margin-right: 0;
      text-align: left;
      border-bottom: 1px solid #8eec42; }
      /* line 202, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
      .s9_wm_admin_nav-bar__menu ul li a {
        display: block;
        width: 100%;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        padding: 0 1.5em; }
        /* line 208, C:/XAMPP/htdocs/admin/sass/modules/_nav-bar.scss */
        .s9_wm_admin_nav-bar__menu ul li a:hover {
          background-color: #000;
          background-color: rgba(0, 0, 0, 0.1); } }

/* line 1, C:/XAMPP/htdocs/admin/sass/modules/_header.scss */
.s9_wm_admin_header {
  background-color: #DDEFBB;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #DDEFBB), color-stop(100%, #E4EDDE));
  background-image: -webkit-linear-gradient(left, #DDEFBB 0%, #E4EDDE 100%);
  background-image: -o-linear-gradient(left, #DDEFBB 0%, #E4EDDE 100%);
  background: -webkit-linear-gradient(left, #DDEFBB 0%, #E4EDDE 100%);
  background: linear-gradient(to right, #DDEFBB 0%, #E4EDDE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  min-height: 8em;
  box-sizing: border-box;
  line-height: 4em;
  padding: 2em 0; }
  /* line 8, C:/XAMPP/htdocs/admin/sass/modules/_header.scss */
  .s9_wm_admin_header__title {
    display: inline-block;
    font-size: 3em;
    color: #2c2c2c;
    vertical-align: middle; }
  /* line 15, C:/XAMPP/htdocs/admin/sass/modules/_header.scss */
  .s9_wm_admin_header__language-switcher {
    float: left;
    display: inline-block;
    width: 25em;
    margin-right: 4em;
    border: 1px solid #fff;
    background: #fff url("../../imagesAdmin/wm_3_0/icons/select-arrow-hover.png") no-repeat right center; }
    /* line 24, C:/XAMPP/htdocs/admin/sass/modules/_header.scss */
    .s9_wm_admin_header__language-switcher:before {
      content: "";
      position: absolute;
      top: 0.8em;
      left: 1em;
      width: 23px;
      height: 23px;
      background: transparent url('../../imagesAdmin/wm_3_0/icons/language-ico.png') no-repeat 0 0; }
    /* line 34, C:/XAMPP/htdocs/admin/sass/modules/_header.scss */
    .s9_wm_admin_header__language-switcher:hover {
      border: 1px solid #fff; }
    /* line 38, C:/XAMPP/htdocs/admin/sass/modules/_header.scss */
    .s9_wm_admin_header__language-switcher select {
      padding: 0 0.769em 0 3.077em; }

/*==================================================
MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 560px) {
  /* line 50, C:/XAMPP/htdocs/admin/sass/modules/_header.scss */
  .s9_wm_admin_header__language-switcher {
    width: 100%;
    margin-bottom: 1.5em; } }

/* line 2, C:/XAMPP/htdocs/admin/sass/modules/_sidebar.scss */
.s9_wm_admin_sidebar {
  float: left;
  box-sizing: border-box;
  position: relative;
  width: 20%;
  width: 250px;
  padding: 0 10px 2em 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden; }
  /* line 12, C:/XAMPP/htdocs/admin/sass/modules/_sidebar.scss */
  .s9_wm_admin_sidebar__close-button {
    position: absolute;
    display: none;
    top: 1em;
    right: 1em;
    width: 16px;
    height: 15px;
    background: url("../../imagesAdmin/wm_3_0/icons/close-button.png") no-repeat 0 0;
    cursor: pointer; }
  /* line 22, C:/XAMPP/htdocs/admin/sass/modules/_sidebar.scss */
  .s9_wm_admin_sidebar__search {
    margin-bottom: 2em;
    background-color: #fcfcfc; }

/* line 29, C:/XAMPP/htdocs/admin/sass/modules/_sidebar.scss */
.s9_wm_admin_sidebar--hidden {
  margin-left: -20%;
  margin-left: -250px; }

/* line 34, C:/XAMPP/htdocs/admin/sass/modules/_sidebar.scss */
.s9_wm_admin_sidebar--hidden + .s9_wm_admin_content-column {
  width: 100%; }

/* line 40, C:/XAMPP/htdocs/admin/sass/modules/_sidebar.scss */
.s9_wm_admin_content-column {
  float: right;
  box-sizing: border-box;
  position: relative;
  width: 80%;
  width: calc(100% - 250px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/*==================================================
MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 940px) {
  /* line 54, C:/XAMPP/htdocs/admin/sass/modules/_sidebar.scss */
  .s9_wm_admin_sidebar {
    float: none;
    position: absolute;
    top: -3em;
    left: 0;
    height: 120%;
    height: calc(100% + 3em);
    background-color: #fff;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding-top: 3em; }
    /* line 66, C:/XAMPP/htdocs/admin/sass/modules/_sidebar.scss */
    .s9_wm_admin_sidebar__close-button {
      display: block; }
  /* line 71, C:/XAMPP/htdocs/admin/sass/modules/_sidebar.scss */
  .s9_wm_admin_content-column {
    width: 100%; } }

/* line 2, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
.s9_wm_admin_overview-module {
  display: block;
  margin-bottom: 2em; }
  /* line 122, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
  .s9_wm_admin_overview-module:before, .s9_wm_admin_overview-module:after {
    content: " ";
    display: table; }
  /* line 126, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
  .s9_wm_admin_overview-module:after {
    clear: both; }
  /* line 8, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__details {
    display: inline-block;
    float: left;
    width: 8em;
    margin-right: 0.5em;
    text-align: center; }
  /* line 16, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__type {
    width: 59px;
    height: 58px;
    display: block;
    margin: 0 auto;
    background: url("../../imagesAdmin/wm_3_0/icons/overview-sprite.png") no-repeat;
    background-position: 0 0;
    margin-bottom: 1em; }
  /* line 26, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__module-title {
    font-size: 1.5em;
    font-weight: bold;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2c2c;
    margin-bottom: 1em; }
  /* line 34, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__settings {
    display: block;
    width: 26px;
    height: 25px;
    margin: 0 auto;
    background: url("../../imagesAdmin/wm_3_0/icons/settings-ico.png") no-repeat 0 0; }
    /* line 41, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
    .s9_wm_admin_overview-module__settings:hover {
      opacity: 0.8; }
  /* line 47, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__list {
    float: right;
    width: 90%;
    width: calc(100% - 85px);
    border: 1px solid #e3e6ea;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 3em; }
  /* line 57, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__item {
    position: relative;
    border-bottom: 1px dotted #e3e6ea;
    padding-top: 1.5em;
    cursor: move; }
    /* line 122, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
    .s9_wm_admin_overview-module__item:before, .s9_wm_admin_overview-module__item:after {
      content: " ";
      display: table; }
    /* line 126, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
    .s9_wm_admin_overview-module__item:after {
      clear: both; }
    /* line 64, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
    .s9_wm_admin_overview-module__item:last-child {
      border-bottom: none; }
  /* line 69, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__checkbox {
    display: inline-block;
    vertical-align: 0.3em;
    margin-left: 1.5em; }
  /* line 75, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__title {
    display: inline-block;
    font-size: 1.5em;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    max-width: 80%;
    max-width: calc(100% - 150px);
    padding: 0 1em 1em 1em;
    box-sizing: border-box; }
  /* line 86, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__gallery {
    display: block;
    border-top: 1px dotted #e3e6ea;
    padding: 1.5em; }
  /* line 92, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__gallery-item {
    position: relative;
    display: inline-block;
    width: 8em;
    height: 8em;
    margin-right: 1em;
    border-radius: 50%;
    overflow: hidden; }
  /* line 102, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__gallery-item img {
    position: absolute;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  /* line 111, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__text {
    display: block;
    font-size: 1.2em;
    line-height: 1.5em; }
    /* line 116, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
    .s9_wm_admin_overview-module__text p {
      padding: 0 1.25em 1.25em 1.25em; }
  /* line 124, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--posts .s9_wm_admin_overview-module__type {
    background-position: 0 0; }
  /* line 132, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--gallery .s9_wm_admin_overview-module__type {
    background-position: 0 -60px; }
  /* line 136, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--gallery .s9_wm_admin_actions {
    bottom: auto;
    top: 1.5em; }
  /* line 145, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--heading-text .s9_wm_admin_overview-module__title {
    max-width: 100%; }
  /* line 149, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--heading-text .s9_wm_admin_actions {
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    position: relative;
    float: right;
    display: block;
    float: left;
    width: 100%;
    padding: 1em 1.5em !important;
    margin-bottom: 0;
    border-top: 1px dotted #e3e6ea;
    box-sizing: border-box; }
    /* line 164, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
    .s9_wm_admin_overview-module.s9_wm_admin_overview-module--heading-text .s9_wm_admin_actions__button {
      float: right; }
  /* line 174, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--text .s9_wm_admin_actions {
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    position: relative;
    float: right;
    display: block;
    float: left;
    width: 100%;
    padding: 1em 1.5em !important;
    margin-bottom: 0;
    border-top: 1px dotted #e3e6ea;
    box-sizing: border-box; }
    /* line 189, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
    .s9_wm_admin_overview-module.s9_wm_admin_overview-module--text .s9_wm_admin_actions__button {
      float: right; }

/*==================================================
 MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 758px) {
  /* line 202, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__details {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 1em;
    padding: 0 1.5em;
    box-sizing: border-box; }
  /* line 212, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__type {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    background: url("../../imagesAdmin/wm_3_0/icons/overview-sprite-small.png") no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 1em; }
  /* line 223, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--gallery .s9_wm_admin_overview-module__type {
    background-position: 0 -40px; }
  /* line 228, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__module-title {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    line-height: 2.667em;
    vertical-align: middle;
    margin-right: 1em; }
  /* line 237, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__settings {
    display: inline-block;
    margin-top: 0.7em; }
  /* line 242, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__list {
    width: 100%; }
  /* line 246, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module__title {
    max-width: 90%;
    max-width: calc(100% - 50px); }
  /* line 253, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module .s9_wm_admin_actions {
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    position: relative;
    float: right;
    display: block;
    float: left;
    width: 100%;
    padding: 1em 1.5em !important;
    margin-bottom: 0;
    box-sizing: border-box; }
    /* line 267, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
    .s9_wm_admin_overview-module .s9_wm_admin_actions__button {
      float: right; }
  /* line 275, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--posts .s9_wm_admin_overview-module__item {
    border-bottom: 1px solid #e3e6ea; }
  /* line 279, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--posts .s9_wm_admin_overview-module__item:last-child {
    border-bottom: none; }
  /* line 283, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--posts .s9_wm_admin_actions {
    border-top: 1px dotted #e3e6ea; }
  /* line 291, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--gallery .s9_wm_admin_overview-module__gallery-item {
    width: 4em;
    height: 4em;
    margin-right: 0.5em; }
  /* line 297, C:/XAMPP/htdocs/admin/sass/modules/_overview.scss */
  .s9_wm_admin_overview-module.s9_wm_admin_overview-module--gallery .s9_wm_admin_actions {
    border-top: 1px dotted #e3e6ea; } }

/* line 1, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module {
  display: block;
  width: 100%;
  border: 1px solid #e3e6ea;
  border-radius: 5px;
  margin-bottom: 2em; }
  /* line 10, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__header {
    padding: 0.682em;
    border-bottom: 1px solid #e3e6ea;
    font-size: 2.2em;
    font-weight: bold; }
  /* line 18, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__filters {
    padding: 1.5em;
    background-color: #f1f3f4;
    border-bottom: 1px solid #e3e6ea; }
    /* line 122, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
    .s9_wm_admin_archive-module__filters:before, .s9_wm_admin_archive-module__filters:after {
      content: " ";
      display: table; }
    /* line 126, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
    .s9_wm_admin_archive-module__filters:after {
      clear: both; }
  /* line 25, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__filter-label {
    float: left;
    display: inline-block;
    font-size: 1.3em;
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0e0e0e;
    line-height: 3.077em;
    vertical-align: middle;
    margin-right: 1.5em; }
  /* line 36, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__filter {
    float: left;
    display: inline-block;
    margin-right: 4em;
    width: 20em; }
  /* line 45, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__list {
    display: table;
    width: 100%;
    border-collapse: collapse; }
  /* line 51, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__row {
    width: 100%;
    display: table-row; }
  /* line 56, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__row:last-of-type .s9_wm_admin_archive-module__item {
    border-bottom: none; }
  /* line 60, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__item {
    display: table-cell;
    position: relative;
    width: 25%;
    height: 15em;
    padding: 1.5em;
    border-right: 1px solid #e3e6ea;
    border-bottom: 1px solid #e3e6ea;
    box-sizing: border-box;
    overflow: hidden; }
  /* line 74, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__image {
    float: right;
    width: 35%;
    height: 100%;
    position: relative; }
    /* line 80, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
    .s9_wm_admin_archive-module__image img {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  /* line 93, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__info {
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em; }
  /* line 98, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__title {
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.3em;
    margin-bottom: 0.5em; }
  /* line 105, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__item-no {
    font-size: 1.2em; }
  /* line 109, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__price {
    font-size: 1.2em;
    margin-bottom: 3.5em; }
  /* line 114, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module .s9_wm_admin_actions {
    right: auto;
    left: 1.5em;
    bottom: 1.5em; }
    /* line 119, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
    .s9_wm_admin_archive-module .s9_wm_admin_actions__button {
      margin-left: 0;
      margin-right: 0.5em; }

/* line 132, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__row:last-of-type .s9_wm_admin_archive-module__item {
  border-bottom: 1px solid #e3e6ea !important; }
/* line 136, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__row:last-of-type .s9_wm_admin_archive-module__item:last-of-type {
  border-bottom: none !important; }
/* line 140, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__item {
  width: 100%;
  height: 8em;
  display: block;
  border-right: none;
  padding: 0;
  box-sizing: border-box; }
/* line 149, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__image {
  float: left;
  height: 100%;
  width: 7%;
  box-sizing: border-box; }
  /* line 155, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__image img {
    max-height: 80%;
    max-width: 80%; }
/* line 161, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__info {
  position: absolute;
  width: 100%;
  width: calc(100% - 115px);
  padding-left: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box; }
/* line 171, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__title {
  float: left;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  vertical-align: middle;
  padding-right: 0.938em;
  box-sizing: border-box; }
/* line 181, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__item-no {
  float: left;
  display: inline-block;
  width: 25%;
  line-height: 1.5em;
  vertical-align: middle;
  padding-right: 1.25em;
  box-sizing: border-box; }
/* line 191, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__price {
  float: left;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
  line-height: 1.5em;
  vertical-align: middle;
  padding-right: 1.25em;
  box-sizing: border-box; }
/* line 203, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
.s9_wm_admin_archive-module--show-as-list .s9_wm_admin_actions {
  right: 1.5em;
  left: auto;
  bottom: 50%;
  margin-bottom: -15px; }
  /* line 209, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_actions__button {
    margin-left: 0.5em;
    margin-right: 0; }

/*==================================================
MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 1279px) {
  /* line 223, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__filter-label {
    width: 200px;
    margin-right: 0; }
  /* line 228, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__filter {
    margin-bottom: 1.5em;
    margin-right: 0;
    width: calc(100% - 200px); }
  /* line 234, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__item {
    float: left;
    display: inline-block;
    width: 50%; }
  /* line 240, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__item:nth-of-type(even) {
    border-right: none; }
  /* line 244, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__row:last-of-type .s9_wm_admin_archive-module__item {
    border-bottom: 1px solid #e3e6ea; }
  /* line 248, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__row:last-of-type .s9_wm_admin_archive-module__item:nth-last-of-type(-n+2) {
    border-bottom: none; } }

@media only screen and (max-width: 940px) {
  /* line 259, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__item {
    height: 8em; }
  /* line 262, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__image {
    width: 10%; }
  /* line 265, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__info {
    padding-left: 10%; }
  /* line 268, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__title {
    width: 100%;
    padding-right: 0; }
  /* line 272, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__item-no {
    display: none; }
  /* line 275, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__price {
    display: none; } }

@media only screen and (max-width: 758px) {
  /* line 285, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__item {
    width: 100%;
    border-right: none;
    height: auto; }
  /* line 291, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__image {
    height: 10em; }
  /* line 295, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__row:last-of-type .s9_wm_admin_archive-module__item:nth-last-of-type(2) {
    border-bottom: 1px solid #e3e6ea; }
  /* line 303, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__item {
    height: 6em; } }

@media only screen and (max-width: 560px) {
  /* line 313, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module__filter {
    width: 100%;
    margin-bottom: 0; }
  /* line 322, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__item {
    height: auto; }
  /* line 325, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__info {
    font-size: 0.9em;
    width: 100%;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    /* line 122, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
    .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__info:before, .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__info:after {
      content: " ";
      display: table; }
    /* line 126, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
    .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__info:after {
      clear: both; }
  /* line 332, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__image {
    height: 6em; }
  /* line 335, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__title {
    width: 100%;
    padding: 1.5em 0; }
  /* line 341, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_actions {
    bottom: auto;
    right: auto;
    position: relative;
    float: right;
    display: block;
    float: left;
    width: 100%;
    padding: 1em 1.5em;
    margin-bottom: 0;
    border-top: 1px dotted #e3e6ea;
    box-sizing: border-box; }
    /* line 354, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
    .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_actions__button {
      float: right; } }

@media only screen and (max-width: 425px) {
  /* line 365, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__image {
    width: 15%; }
  /* line 368, C:/XAMPP/htdocs/admin/sass/modules/_archive.scss */
  .s9_wm_admin_archive-module--show-as-list .s9_wm_admin_archive-module__info {
    padding-left: 15%; } }

/* line 1, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
.s9_wm_admin_form-module {
  display: block;
  margin-bottom: 2em;
  width: 100%;
  border: 1px solid #e3e6ea;
  border-radius: 5px; }
  /* line 8, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module__row {
    display: block;
    box-sizing: border-box;
    margin-bottom: 1.5em;
    padding: 0 1.5em;
    width: 100%; }
    /* line 122, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
    .s9_wm_admin_form-module__row:before, .s9_wm_admin_form-module__row:after {
      content: " ";
      display: table; }
    /* line 126, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
    .s9_wm_admin_form-module__row:after {
      clear: both; }
    /* line 16, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
    .s9_wm_admin_form-module__row--highlighted {
      margin-bottom: 2.5em;
      padding: 1.5em;
      background-color: #f1f3f4; }
    /* line 22, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
    .s9_wm_admin_form-module__row--first {
      padding-top: 2.5em; }
    /* line 26, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
    .s9_wm_admin_form-module__row--last {
      margin-bottom: 2.5em;
      padding-bottom: 2.5em;
      border-bottom: 1px solid #e3e6ea; }
  /* line 33, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module__field-label {
    float: left;
    min-height: 1px;
    width: 200px;
    color: #2c2c2c;
    vertical-align: middle;
    font-size: 1.4em;
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 2.857em; }
  /* line 44, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module__field {
    float: left;
    width: 70%;
    width: calc(100% - 200px); }
  /* line 50, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module__hint {
    display: inline-block;
    float: left;
    color: #999;
    vertical-align: middle;
    font-size: 1.3em;
    line-height: 3.077em; }
  /* line 60, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module__help {
    position: relative;
    margin-bottom: 1em;
    padding-left: 40px;
    font-size: 1.3em;
    line-height: 1.5em; }
    /* line 66, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
    .s9_wm_admin_form-module__help:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      background: transparent url("../../imagesAdmin/wm_3_0/icons/overview-sprite.png") no-repeat -157px -91px;
      content: ""; }
  /* line 78, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module .s9_wm_admin_text-field, .s9_wm_admin_form-module .s9_wm_admin_sidebar__search, .s9_wm_admin_form-module .s9_wm_admin_text-area {
    margin-right: 1.5em;
    max-width: 50em; }
  /* line 83, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module .s9_wm_admin_dropdown, .s9_wm_admin_form-module .s9_wm_admin_header__language-switcher, .s9_wm_admin_form-module .s9_wm_admin_archive-module__filter {
    max-width: 25em; }
  /* line 87, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module .s9_wm_admin_submit-button, .s9_wm_admin_form-module .s9_wm_admin_sign-in-form__submit-button {
    max-width: 22em; }

/*==================================================
 MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 758px) {
  /* line 98, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module__field-label, .s9_wm_admin_form-module__field, .s9_wm_admin_form-module__hint {
    width: 100%; }
  /* line 102, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module .s9_wm_admin_text-field, .s9_wm_admin_form-module .s9_wm_admin_sidebar__search, .s9_wm_admin_form-module .s9_wm_admin_text-area {
    margin-right: 0;
    max-width: 100%; } }

@media only screen and (max-width: 425px) {
  /* line 111, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module__row--highlighted .s9_wm_admin_radio-button {
    width: 100%; }
  /* line 115, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module .s9_wm_admin_dropdown, .s9_wm_admin_form-module .s9_wm_admin_header__language-switcher, .s9_wm_admin_form-module .s9_wm_admin_archive-module__filter {
    max-width: 100%; }
  /* line 119, C:/XAMPP/htdocs/admin/sass/modules/_forms.scss */
  .s9_wm_admin_form-module .s9_wm_admin_submit-button, .s9_wm_admin_form-module .s9_wm_admin_sign-in-form__submit-button {
    max-width: 100%; } }

/* line 1, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
.s9_wm_admin_tabber-module {
  display: block;
  margin-bottom: 2em; }
  /* line 122, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
  .s9_wm_admin_tabber-module:before, .s9_wm_admin_tabber-module:after {
    content: " ";
    display: table; }
  /* line 126, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
  .s9_wm_admin_tabber-module:after {
    clear: both; }
  /* line 7, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__bookmarks {
    float: left;
    display: inline-block;
    width: 80px;
    box-sizing: border-box; }
  /* line 14, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__bookmark {
    position: relative;
    display: block;
    float: right;
    background-color: #f1f3f4;
    width: 75px;
    height: 80px;
    padding: 15px 15px 15px 10px;
    border-bottom: 1px solid #e3e6ea;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    /* line 28, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    .s9_wm_admin_tabber-module__bookmark:first-of-type {
      border-top-left-radius: 5px; }
    /* line 32, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    .s9_wm_admin_tabber-module__bookmark span {
      display: block;
      float: right;
      width: 50px;
      height: 50px;
      background-image: url('../../imagesAdmin/wm_3_0/icons/tabber-sprite.png');
      background-repeat: no-repeat;
      background-position: -100px 0; }
    /* line 42, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    .s9_wm_admin_tabber-module__bookmark--stats span {
      background-position: -50px 0; }
    /* line 46, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    .s9_wm_admin_tabber-module__bookmark--messages span {
      background-position: 0 0; }
    /* line 51, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    .s9_wm_admin_tabber-module__bookmark:hover {
      background-color: #77d729;
      border-bottom: 1px solid #77d729; }
      /* line 55, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
      .s9_wm_admin_tabber-module__bookmark:hover span {
        background-position: -100px -100px; }
      /* line 59, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
      .s9_wm_admin_tabber-module__bookmark:hover.s9_wm_admin_tabber-module__bookmark--stats span {
        background-position: -50px -100px; }
      /* line 63, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
      .s9_wm_admin_tabber-module__bookmark:hover.s9_wm_admin_tabber-module__bookmark--messages span {
        background-position: 0 -100px; }
  /* line 70, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  li.ui-state-active .s9_wm_admin_tabber-module__bookmark {
    width: 80px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #e3e6ea;
    z-index: 10; }
    /* line 77, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    li.ui-state-active .s9_wm_admin_tabber-module__bookmark span {
      background-position: -100px -50px; }
    /* line 81, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    li.ui-state-active .s9_wm_admin_tabber-module__bookmark--stats span {
      background-position: -50px -50px; }
    /* line 85, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    li.ui-state-active .s9_wm_admin_tabber-module__bookmark--messages span {
      background-position: 0 -50px; }
  /* line 91, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  li.ui-state-active .s9_wm_admin_tabber-module__bookmark:hover {
    background-color: #fff; }
    /* line 94, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    li.ui-state-active .s9_wm_admin_tabber-module__bookmark:hover span {
      background-position: -100px -50px; }
  /* line 100, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  li.ui-state-active .s9_wm_admin_tabber-module__bookmark--stats:hover span {
    background-position: -50px -50px; }
  /* line 106, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  li.ui-state-active .s9_wm_admin_tabber-module__bookmark--messages:hover span {
    background-position: 0px -50px; }
  /* line 111, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__messages-count {
    position: absolute;
    top: 15px;
    right: 12px;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #2c2c2c;
    color: #fff;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 0.4em 0;
    box-sizing: border-box; }
  /* line 129, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__content {
    float: left;
    display: inline-block;
    width: calc(100% - 80px);
    box-sizing: border-box;
    background-color: #fff;
    padding: 1.5em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    min-height: 32em; }
  /* line 140, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 0.8em;
    padding-top: 0.6em; }

/* line 149, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
.s9_wm_admin_panelRoot {
  display: none; }

/* line 152, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
.s9_wm_admin_panelRoot.selected {
  display: block; }

/*==================================================
MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 758px) {
  /* line 163, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__bookmarks {
    width: 100%; }
  /* line 167, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__bookmark {
    display: inline-block;
    float: left;
    width: 80px;
    height: 75px;
    margin-top: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    border-right: 1px solid #e3e6ea;
    box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1); }
    /* line 181, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    .s9_wm_admin_tabber-module__bookmark:hover {
      border-bottom: none; }
  /* line 186, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  li.ui-state-active .s9_wm_admin_tabber-module__bookmark {
    border-bottom: 1px solid #fff;
    height: 80px;
    margin-top: 0; }
  /* line 193, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__content {
    width: 100%; } }

@media only screen and (max-width: 560px) {
  /* line 202, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__bookmark {
    width: 55px;
    height: 50px;
    padding: 2px; }
    /* line 207, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
    .s9_wm_admin_tabber-module__bookmark span {
      background-image: url('../../imagesAdmin/wm_3_0/icons/tabber-sprite-small.png'); }
  /* line 212, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  li.ui-state-active .s9_wm_admin_tabber-module__bookmark {
    height: 55px;
    width: 55px; }
  /* line 217, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__messages-count {
    right: 5px;
    top: 5px; }
  /* line 223, C:/XAMPP/htdocs/admin/sass/modules/_tabber.scss */
  .s9_wm_admin_tabber-module__content {
    width: 100%; } }

/* line 1, C:/XAMPP/htdocs/admin/sass/modules/_text.scss */
.s9_wm_admin_text-module {
  display: block;
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2em; }
  /* line 122, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
  .s9_wm_admin_text-module:before, .s9_wm_admin_text-module:after {
    content: " ";
    display: table; }
  /* line 126, C:/XAMPP/htdocs/admin/sass/helpers/_mixins.scss */
  .s9_wm_admin_text-module:after {
    clear: both; }
  /* line 10, C:/XAMPP/htdocs/admin/sass/modules/_text.scss */
  .s9_wm_admin_text-module__heading {
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: bold; }
  /* line 16, C:/XAMPP/htdocs/admin/sass/modules/_text.scss */
  .s9_wm_admin_text-module__row {
    padding: 2em 1.5em;
    border-bottom: 1px solid #e3e6ea; }
  /* line 21, C:/XAMPP/htdocs/admin/sass/modules/_text.scss */
  .s9_wm_admin_text-module__title {
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 0.7em; }
  /* line 28, C:/XAMPP/htdocs/admin/sass/modules/_text.scss */
  .s9_wm_admin_text-module p {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 1em; }

/* VENDORS */
/* jsTree default theme */
/* line 4, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-node, .jstree-children, .jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #2c2c2c;
  font-weight: bold; }

/* line 15, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-children ul li {
  font-weight: normal; }

/* line 18, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-node {
  white-space: nowrap; }

/* line 21, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 10px 0 0;
  margin: 0;
  vertical-align: top; }

/* line 29, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-anchor:focus {
  outline: 0; }

/* line 36, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

/* line 40, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

/* line 48, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

/* line 56, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-ocl {
  cursor: pointer; }

/* line 59, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-leaf > .jstree-ocl {
  cursor: default; }

/* line 62, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree .jstree-open > .jstree-children {
  display: block; }

/* line 66, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
  display: none; }

/* line 69, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

/* line 73, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-no-icons .jstree-themeicon, .jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

/* line 76, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

/* line 79, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

/* line 83, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-rtl .jstree-node {
  margin-left: 0; }

/* line 86, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

/* line 89, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

/* line 94, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

/* line 98, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
  position: relative; }

/* line 101, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 111, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context {
  display: none; }

/* line 115, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context, .vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

/* line 125, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

/* line 131, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

/* line 137, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context li {
  list-style: none;
  display: inline; }

/* line 141, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 white;
  -webkit-text-shadow: 1px 1px 0 white;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

/* line 156, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

/* line 163, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

/* line 168, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context li > a:focus {
  outline: 0; }

/* line 171, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

/* line 179, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

/* line 200, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

/* line 206, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

/* line 217, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

/* line 221, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

/* line 229, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

/* line 235, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

/* line 241, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

/* line 246, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

/* line 251, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

/* line 257, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

/* line 260, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

/* line 265, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

/* line 280, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

/* line 286, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd .jstree-icon, #jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

/* line 294, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd .jstree-ok {
  background: green; }

/* line 297, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd .jstree-er {
  background: red; }

/* line 300, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

/* line 304, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-node, .jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

/* line 309, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
  -webkit-transition: background-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, box-shadow 0.15s; }

/* line 312, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-hovered {
  background: #f1f3f4;
  border-radius: 5px;
  box-shadow: inset 0 0 1px #e3e6ea; }

/* line 317, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-clicked {
  background: #f1f3f4;
  border-radius: 5px;
  box-shadow: inset 0 0 1px #e3e6ea; }

/* line 322, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

/* line 325, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

/* line 329, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

/* line 333, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

/* line 336, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

/* line 345, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-search {
  color: red;
  font-weight: bold;
  border: 1px dotted #e3e6ea;
  border-radius: 5px; }

/* line 351, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

/* line 354, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

/* line 358, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

/* line 361, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

/* line 364, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

/* line 367, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

/* line 371, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

/* line 376, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-wholerow {
  box-sizing: border-box; }

/* line 381, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

/* line 384, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/ }

/* line 394, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

/* line 400, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

/* line 404, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

/* line 409, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

/* line 414, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

/* line 417, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-wholerow {
  height: 24px; }

/* line 421, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-node, .jstree-default .jstree-icon {
  background-image: url("../../imagesAdmin/wm_3_0/tree-sprite.png"); }

/* line 424, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

/* line 428, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-last {
  background: transparent; }

/* line 431, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

/* line 434, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

/* line 437, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

/* line 440, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

/* line 444, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default > .jstree-no-dots .jstree-node, .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

/* line 447, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

/* line 450, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

/* line 453, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-disabled {
  background: transparent; }

/* line 456, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

/* line 459, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

/* line 462, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

/* line 465, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

/* line 469, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

/* line 473, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

/* line 476, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

/* line 479, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

/* line 482, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default > .jstree-striped {
  background-size: auto 48px; }

/* line 485, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

/* line 490, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

/* line 493, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

/* line 496, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

/* line 499, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

/* line 503, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

/* line 506, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

/* line 509, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

/* line 512, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

/* line 517, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-file {
  background: url("../../imagesAdmin/wm_3_0/tree-sprite.png") -100px -68px no-repeat; }

/* line 520, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default .jstree-folder {
  background: url("../../imagesAdmin/wm_3_0/tree-sprite.png") -260px -4px no-repeat; }

/* line 523, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

/* line 527, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

/* line 532, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default .jstree-ok, #jstree-dnd.jstree-default .jstree-er {
  background-image: url("../../imagesAdmin/wm_3_0/tree-sprite.png");
  background-repeat: no-repeat;
  background-color: transparent; }

/* line 537, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

/* line 543, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

/* line 546, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

/* line 549, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

/* line 552, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

/* line 555, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

/* line 561, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

/* line 565, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

/* line 570, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

/* line 575, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

/* line 578, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-wholerow {
  height: 18px; }

/* line 582, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-node, .jstree-default-small .jstree-icon {
  background-image: url("../../imagesAdmin/wm_3_0/tree-sprite.png"); }

/* line 585, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

/* line 589, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-last {
  background: transparent; }

/* line 592, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

/* line 595, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

/* line 598, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

/* line 601, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

/* line 605, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small > .jstree-no-dots .jstree-node, .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

/* line 608, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

/* line 611, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

/* line 614, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-disabled {
  background: transparent; }

/* line 617, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

/* line 620, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

/* line 623, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

/* line 626, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

/* line 630, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

/* line 634, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

/* line 637, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

/* line 640, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

/* line 643, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

/* line 646, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

/* line 651, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

/* line 654, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

/* line 657, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

/* line 660, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

/* line 664, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

/* line 667, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

/* line 670, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

/* line 673, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

/* line 678, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-file {
  background: url("../../imagesAdmin/wm_3_0/tree-sprite.png") -103px -71px no-repeat; }

/* line 681, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small .jstree-folder {
  background: url("../../imagesAdmin/wm_3_0/tree-sprite.png") -263px -7px no-repeat; }

/* line 684, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

/* line 688, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

/* line 693, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-small .jstree-ok, #jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../../imagesAdmin/wm_3_0/tree-sprite.png");
  background-repeat: no-repeat;
  background-color: transparent; }

/* line 698, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

/* line 704, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

/* line 707, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

/* line 710, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

/* line 713, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

/* line 716, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 20px;
  min-width: 32px;
  padding-top: 12px;
  margin-top: -12px; }

/* line 724, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

/* line 729, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

/* line 734, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

/* line 739, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

/* line 742, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-wholerow {
  height: 32px; }

/* line 746, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-node, .jstree-default-large .jstree-icon {
  background-image: url("../../imagesAdmin/wm_3_0/tree-sprite.png"); }

/* line 749, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

/* line 753, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-last {
  background: transparent; }

/* line 756, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

/* line 759, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

/* line 762, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

/* line 765, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
  width: 15px !important; }

/* line 770, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large > .jstree-no-dots .jstree-node, .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

/* line 773, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

/* line 776, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

/* line 779, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-disabled {
  background: transparent; }

/* line 782, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

/* line 785, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

/* line 788, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

/* line 791, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

/* line 795, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

/* line 799, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

/* line 802, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

/* line 805, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

/* line 808, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

/* line 811, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

/* line 816, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

/* line 819, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

/* line 822, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

/* line 825, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

/* line 829, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

/* line 832, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

/* line 835, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

/* line 838, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

/* line 843, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-file {
  background: url("../../imagesAdmin/wm_3_0/tree-sprite.png") -96px -64px no-repeat; }

/* line 846, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large .jstree-folder {
  background: url("../../imagesAdmin/wm_3_0/tree-sprite.png") -256px 0px no-repeat; }

/* line 849, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

/* line 853, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

/* line 858, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-large .jstree-ok, #jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../../imagesAdmin/wm_3_0/tree-sprite.png");
  background-repeat: no-repeat;
  background-color: transparent; }

/* line 863, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

/* line 869, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

/* line 872, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

/* line 875, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

/* line 878, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  /* line 882, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  /* line 888, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  /* line 893, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  /* line 898, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  /* line 903, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  /* line 911, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive {
    /*
        .jstree-open > .jstree-ocl,
        .jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
        */ }
  /* line 917, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-icon {
    background-image: url("40px.png"); }
  /* line 921, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  /* line 924, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  /* line 931, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  /* line 936, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  /* line 941, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  /* line 944, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  /* line 948, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  /* line 953, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  /* line 956, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  /* line 959, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  /* line 962, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  /* line 965, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  /* line 968, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  /* line 972, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  /* line 978, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-responsive .jstree-checked > .jstree-checkbox, .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  /* line 982, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined, .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  /* line 985, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  /* line 990, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  /* line 993, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  /* line 999, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  /* line 1002, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  /* line 1005, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  /* line 1008, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  /* line 1012, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  /* line 1019, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-node > .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox {
    background-image: url("40px.png");
    background-size: 120px 240px; }
  /* line 1023, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  /* line 1027, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  /* line 1030, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  /* line 1033, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  /* line 1036, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  /* line 1041, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-file {
    background: url("40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  /* line 1045, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive .jstree-folder {
    background: url("40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  /* line 1049, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/*==================================================
 CUSTOM CLASSES
==================================================*/
/* line 1059, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.s9_wm_admin_invisible-page .jstree-themeicon {
  background-position: -256px -32px; }

/* line 1063, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.s9_wm_admin_disabled-page .jstree-themeicon {
  background-position: -256px -64px; }

/* line 1067, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.s9_wm_admin_locked-page .jstree-anchor:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  margin-left: 7px;
  vertical-align: -1px;
  background: url("../../imagesAdmin/wm_3_0/tree-sprite.png") -16px -31px no-repeat; }

/* line 1077, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
.s9_wm_admin_root-title {
  display: block;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  color: #2c2c2c;
  text-transform: uppercase;
  clear: both;
  padding-bottom: 20px; }
  /* line 1087, C:/XAMPP/htdocs/admin/sass/vendors/_js-tree.scss */
  .s9_wm_admin_root-title:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../../imagesAdmin/wm_3_0/tree-sprite.png") -38px -32px no-repeat;
    vertical-align: -3px;
    margin: 0 15px 0 7px; }

/* PAGES */
/* line 1, C:/XAMPP/htdocs/admin/sass/pages/_single-page.scss */
.s9_wm_admin_content {
  background-color: #fff;
  padding-top: 3em;
  box-sizing: border-box; }
  /* line 6, C:/XAMPP/htdocs/admin/sass/pages/_single-page.scss */
  .s9_wm_admin_content--grey {
    background: transparent url("../../imagesAdmin/wm_3_0/body-bg.png") repeat top left; }

/* line 1, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
.s9_wm_admin_sign-in {
  min-height: 100%;
  width: 100%;
  height: 100%;
  background: transparent url("../../imagesAdmin/wm_3_0/body-bg.png") repeat top left;
  background-size: cover; }
  /* line 8, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
  .s9_wm_admin_sign-in__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../../imagesAdmin/wm_3_0/body-bg.png") repeat top left; }
    /* line 16, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
    .s9_wm_admin_sign-in__bg video {
      position: fixed;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 1000;
      background-size: cover; }

/* line 30, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
.s9_wm_admin_sign-in-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 39em;
  max-width: 95%;
  padding: 2em 4em 2em 4em;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 9999;
  background-color: #77d729;
  background-color: rgba(119, 215, 41, 0.8); }
  /* line 44, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
  .s9_wm_admin_sign-in-form__logo {
    display: block;
    width: 11.5em;
    margin: 0 auto 1em auto; }
  /* line 50, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
  .s9_wm_admin_sign-in-form__input {
    position: relative;
    width: 100%;
    height: 4.3em;
    background-color: #fff;
    margin-bottom: 1em;
    border-radius: 5px;
    box-sizing: border-box; }
    /* line 59, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
    .s9_wm_admin_sign-in-form__input:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -9px;
      width: 18px;
      height: 18px; }
    /* line 69, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
    .s9_wm_admin_sign-in-form__input--user:after {
      background: transparent url('../../imagesAdmin/wm_3_0/icons/user-ico.png') no-repeat top left; }
    /* line 73, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
    .s9_wm_admin_sign-in-form__input--pass:after {
      background: transparent url('../../imagesAdmin/wm_3_0/icons/pass-ico.png') no-repeat top left; }
  /* line 78, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
  .s9_wm_admin_sign-in-form__input input {
    font-size: 1.6em;
    height: 100%;
    width: 100%;
    padding-left: 1em;
    padding-right: 2.5em;
    color: #2c2c2c;
    font-weight: normal; }
  /* line 94, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
  .s9_wm_admin_sign-in-form__forgotten-pass {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.3em; }
    /* line 100, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
    .s9_wm_admin_sign-in-form__forgotten-pass:hover {
      color: #fff; }
  /* line 105, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
  .s9_wm_admin_sign-in-form__url {
    color: #fff;
    font-size: 1.5em;
    margin: 0 auto 1em auto;
    text-align: center; }
  /* line 112, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
  .s9_wm_admin_sign-in-form__err {
    position: relative;
    margin-bottom: 1em;
    padding-left: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.5em; }
    /* line 121, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
    .s9_wm_admin_sign-in-form__err:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      background: transparent url("../../imagesAdmin/wm_3_0/icons/overview-sprite.png") no-repeat -157px -181px;
      content: ""; }

/*==================================================
MEDIA QUERIES
==================================================*/
@media only screen and (max-width: 425px) {
  /* line 138, C:/XAMPP/htdocs/admin/sass/pages/_sign-in.scss */
  .s9_wm_admin_sign-in-form {
    padding: 2em; } }

/* line 2, C:/XAMPP/htdocs/admin/sass/pages/_dashboard.scss */
.s9_wm_admin_input-mb {
  margin-bottom: 0.8em; }
