﻿@charset "UTF-8";
.radio--imagepicker[iw-background="default_1"] i, .radio--imagepicker[iw-background="wa-green_1"] i, .radio--imagepicker[iw-background="wa-orange_1"] i, .radio--imagepicker[iw-background="wa-peach_1"] i, .radio--imagepicker[iw-background="wa-purple_1"] i, .radio--imagepicker[iw-background="wa-yellow_1"] i {
  position: relative; }
  .radio--imagepicker[iw-background="default_1"] i::after, .radio--imagepicker[iw-background="wa-green_1"] i::after, .radio--imagepicker[iw-background="wa-orange_1"] i::after, .radio--imagepicker[iw-background="wa-peach_1"] i::after, .radio--imagepicker[iw-background="wa-purple_1"] i::after, .radio--imagepicker[iw-background="wa-yellow_1"] i::after {
    -webkit-animation: pulse 6s ease-in-out backwards infinite;
    animation: pulse 6s ease-in-out backwards infinite;
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 20%;
    width: 1px;
    height: 1px;
    background-color: #fff !important; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

.menu-item._limits { display: none!important; }
.table-row.sub[name="u_mailboxquota"] { display: none!important; }
.table-row.sub[name="u_mailboxsize"] { display: none!important; }
.table-row.sub[name="u_maxboxsize"] { display: none!important; }
.table-row.sub[name="u_maxmessagesize"] { display: none!important; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.woff?-qjno4w") format("woff");
  font-weight: normal;
  font-style: normal; }

/* Global rules */
*, *::after, *::before {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

/* Document */
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.625;
  font-weight: 400;
  margin: 0 auto;
  color: #444; }

html, body {
  background-color: #eff3f7;
  height: 100%;
  min-width: 320px; }

html, body, button, input, textarea {
  text-rendering: optimizeLegibility; }

html, body, input[type="submit"], input[type="button"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html, button, input, select, textarea {
  margin: 0; }

/* Inputs */
input, button, textarea {
  outline: 0;
  box-shadow: none;
  border: none;
  background-color: transparent; }

input, select, textarea {
  width: 100%; }

textarea {
  resize: vertical; }

input {
  line-height: inherit; }

/* Media */
img, video, object, canvas {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

iframe {
  margin-bottom: 1em; }

figure {
  margin-bottom: 1em; }
  figure img {
    margin-bottom: 1em; }

figcaption {
  font-style: italic; }

/* Lists */
ol, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  overflow: hidden;
  margin: 0 0 1em; }

dt {
  font-weight: 600; }

dd {
  margin-left: 0; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%; }

th {
  text-align: left;
  border: none;
  padding: 0.25em; }

td {
  border: none;
  padding: 0; }

/* Type */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.625; }

blockquote {
  font-style: italic;
  border-left: 1px solid;
  padding-left: 1em;
  margin-bottom: 1em; }

/* Lines */
hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 1em 0; }

abbr {
  border-bottom: 1px dotted;
  cursor: help; }

/* Links */
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  transition: color 0.4s; }
  a:hover, a:focus {
    color: #0b86d2;
    text-decoration: underline;
    transition: none; }
    .skin-default a:hover, .skin-default a:focus {
      color: #0b86d2; }
    .skin-wa-green a:hover, .skin-wa-green a:focus {
      color: #39a59c; }
    .skin-wa-orange a:hover, .skin-wa-orange a:focus {
      color: #ee5a29; }
    .skin-wa-peach a:hover, .skin-wa-peach a:focus {
      color: #f69b72; }
    .skin-wa-purple a:hover, .skin-wa-purple a:focus {
      color: #9f79bf; }
    .skin-wa-yellow a:hover, .skin-wa-yellow a:focus {
      color: #e7b23f; }

/* Forms */
form ol, form ul {
  list-style: none;
  margin-left: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

label {
  display: block; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

input, textarea {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 0.666em; }

input[type="text"], input[type="tel"], input[type="email"], input[type="date"],
input[type="search"], input[type="url"], input[type="number"], textarea {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

button {
  padding: 0.5em;
  border: 1px solid;
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

[disabled] {
  cursor: default; }

@media only screen and (max-width: 42.4375em) {
  html {
    font-size: 70%; } }

@media only screen and (min-width: 42.5em) and (max-width: 64.9375em) {
  html {
    font-size: 78.75%; } }

@media only screen and (min-width: 65em) and (max-width: 91.9375em) {
  html {
    font-size: 87.5%; } }

@media only screen and (min-width: 92em) {
  html {
    font-size: 87.5%; } }

@-webkit-keyframes reveal {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

@keyframes reveal {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-webkit-keyframes scale {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes hide {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@keyframes hide {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(-3.5rem);
    transform: translateY(-3.5rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes moveDown {
  0% {
    -webkit-transform: translateY(-3.5rem);
    transform: translateY(-3.5rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden; }
  50% {
    opacity: 0.25;
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden; }
  50% {
    opacity: 0.25;
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(3.5rem);
    transform: translateY(3.5rem);
    opacity: 0; }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(3.5rem);
    transform: translateY(3.5rem);
    opacity: 0; } }

@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(3.5rem);
    transform: translateY(3.5rem);
    opacity: 0; }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(3.5rem);
    transform: translateY(3.5rem);
    opacity: 0; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

[iw-flex-grid] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -2rem; }

[iw-flex-cell] {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  padding-left: 2rem; }

[iw-flex-grid^="1"] > [iw-flex-cell], [iw-flex-grid*=" 1"] > [iw-flex-cell] {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

[iw-flex-grid^="2"] > [iw-flex-cell], [iw-flex-grid*=" 2"] > [iw-flex-cell] {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

[iw-flex-grid^="3"] > [iw-flex-cell], [iw-flex-grid*=" 3"] > [iw-flex-cell] {
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

[iw-flex-grid^="4"] > [iw-flex-cell], [iw-flex-grid*=" 4"] > [iw-flex-cell] {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

[iw-flex-grid^="5"] > [iw-flex-cell], [iw-flex-grid*=" 5"] > [iw-flex-cell] {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

[iw-flex-grid^="6"] > [iw-flex-cell], [iw-flex-grid*=" 6"] > [iw-flex-cell] {
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

[iw-flex-grid^="7"] > [iw-flex-cell], [iw-flex-grid*=" 7"] > [iw-flex-cell] {
  -webkit-flex-basis: 14.28571%;
  -moz-flex-basis: 14.28571%;
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  max-width: 14.28571%; }

[iw-flex-grid^="8"] > [iw-flex-cell], [iw-flex-grid*=" 8"] > [iw-flex-cell] {
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%; }

[iw-flex-grid] > [iw-flex-cell^="1"], [iw-flex-grid] > [iw-flex-cell*=" 1"] {
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%; }

[iw-flex-grid] > [iw-flex-cell^="2"], [iw-flex-grid] > [iw-flex-cell*=" 2"] {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

[iw-flex-grid] > [iw-flex-cell^="3"], [iw-flex-grid] > [iw-flex-cell*=" 3"] {
  -webkit-flex-basis: 37.5%;
  -moz-flex-basis: 37.5%;
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%; }

[iw-flex-grid] > [iw-flex-cell^="4"], [iw-flex-grid] > [iw-flex-cell*=" 4"] {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

[iw-flex-grid] > [iw-flex-cell^="5"], [iw-flex-grid] > [iw-flex-cell*=" 5"] {
  -webkit-flex-basis: 62.5%;
  -moz-flex-basis: 62.5%;
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%; }

[iw-flex-grid] > [iw-flex-cell^="6"], [iw-flex-grid] > [iw-flex-cell*=" 6"] {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

[iw-flex-grid] > [iw-flex-cell^="7"], [iw-flex-grid] > [iw-flex-cell*=" 7"] {
  -webkit-flex-basis: 87.5%;
  -moz-flex-basis: 87.5%;
  -ms-flex-preferred-size: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%; }

[iw-flex-grid] > [iw-flex-cell^="8"], [iw-flex-grid] > [iw-flex-cell*=" 8"] {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

[iw-flex-grid^="double-padding"], [iw-flex-grid*=" double-padding"] {
  margin-left: -4rem; }
  [iw-flex-grid^="double-padding"] > [iw-flex-cell], [iw-flex-grid*=" double-padding"] > [iw-flex-cell] {
    padding-left: 4rem; }

[iw-flex-grid^="half-padding"], [iw-flex-grid*=" half-padding"] {
  margin-left: -1rem; }
  [iw-flex-grid^="half-padding"] > [iw-flex-cell], [iw-flex-grid*=" half-padding"] > [iw-flex-cell] {
    padding-left: 1rem; }

[iw-flex-cell^="half-padding"], [iw-flex-cell*=" half-padding"] {
  padding-left: 1rem !important; }

[iw-flex-cell^="quarter-padding"], [iw-flex-cell*=" quarter-padding"] {
  padding-left: 0.5rem !important; }

[iw-flex-grid^="no-padding"], [iw-flex-grid*=" no-padding"] {
  margin: 0; }
  [iw-flex-grid^="no-padding"] > [iw-flex-cell], [iw-flex-grid*=" no-padding"] > [iw-flex-cell] {
    padding-left: 0; }

[iw-flex-cell^="no-padding"], [iw-flex-cell*=" no-padding"] {
  padding-left: 0 !important; }

[iw-flex-grid~="fit"], [iw-flex-grid*=" fit"] {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  [iw-flex-grid~="fit"] > [iw-flex-cell], [iw-flex-grid*=" fit"] > [iw-flex-cell] {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0; }

[iw-flex-grid^="none"] > [iw-flex-cell], [iw-flex-grid*=" none"] > [iw-flex-cell] {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0; }

[iw-flex-grid] > [iw-flex-cell^="none"], [iw-flex-grid] > [iw-flex-cell*=" none"] {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0; }

[iw-flex-grid] > [iw-flex-cell^="full"], [iw-flex-grid] > [iw-flex-cell*=" full"] {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

[iw-flex-grid] > [iw-flex-cell^="fit"], [iw-flex-grid] > [iw-flex-cell*=" fit"] {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  max-width: none; }

[iw-flex-grid^="group"], [iw-flex-grid*=" group"] {
  margin-left: auto; }
  [iw-flex-grid^="group"] > [iw-flex-cell], [iw-flex-grid*=" group"] > [iw-flex-cell] {
    padding-left: 0; }

[iw-flex-grid^="query"], [iw-flex-grid*=" query"] {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media only screen and (max-width: 64.9375em) {
    [iw-flex-grid^="query"] > [iw-flex-cell], [iw-flex-grid*=" query"] > [iw-flex-cell] {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

[iw-flex-grid^="qs"], [iw-flex-grid*=" qs"] {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media only screen and (max-width: 42.4375em) {
    [iw-flex-grid^="qs"] > [iw-flex-cell], [iw-flex-grid*=" qs"] > [iw-flex-cell] {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

[iw-flex-grid^="center"] > [iw-flex-cell], [iw-flex-grid*=" center"] > [iw-flex-cell] {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

[iw-flex-grid^="column"], [iw-flex-grid*=" column"] {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  [iw-flex-grid^="column"] > [iw-flex-cell], [iw-flex-grid*=" column"] > [iw-flex-cell] {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    min-width: 0; }

[iw-flex-grid^="content-end"], [iw-flex-grid*=" content-end"] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

[iw-flex-grid^="content-center"], [iw-flex-grid*=" content-center"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

[iw-flex-cell^="item-end"], [iw-flex-cell*=" item-end"] {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

[iw-flex-cell^="item-center"], [iw-flex-cell*=" item-center"] {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

[iw-flex-cell^="text-center"], [iw-flex-cell*=" text-center"] {
  text-align: center; }

[iw-flex-cell^="text-end"], [iw-flex-cell*=" text-end"] {
  text-align: right; }

[class^="icon-"],
[class*=" icon-"] {
  font-size: 1.8333rem;
  width: 1.8333rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }
  [class^="icon-"]::before,
  [class*=" icon-"]::before {
    display: inline-block;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; }
  [class^="icon-"]:hover, [class^="icon-"]:focus,
  [class*=" icon-"]:hover,
  [class*=" icon-"]:focus {
    text-decoration: none; }
  [class^="icon-"].large,
  [class*=" icon-"].large {
    font-size: 3.5rem;
    width: 3.5rem; }
  .topbar-center [class^="icon-"], .topbar-center
  [class*=" icon-"] {
    margin-right: 1rem; }
  @media only screen and (min-width: 65em) {
    .table [class^="icon-"], .table
    [class*=" icon-"] {
      margin-right: 1rem; } }

.icon-user.type_0::before {
  content: ""; }

.icon-user.type_0.subtype_0::before {
  content: ""; }

.icon-user.type_0.subtype_1::before {
  content: ""; }

.icon-user.type_0.subtype_2::before {
  content: ""; }

.icon-user.type_1::before {
  content: ""; }

.icon-user.type_2::before {
  content: ""; }

.icon-user.type_3::before {
  content: ""; }

.icon-user.type_4::before {
  content: ""; }

.icon-user.type_5::before {
  content: ""; }

.icon-user.type_6::before {
  content: ""; }

.icon-user.type_7::before {
  content: ""; }

.icon-user.type_8::before {
  content: ""; }

.icon-user_rank::before {
  content: ""; }

.icon-user_rank.subtype_0::before {
  content: ""; }

.icon-user_rank.subtype_1::before {
  content: ""; }

.icon-user_rank.subtype_2::before {
  content: ""; }

.icon-os {
  color: #444; }
  .icon-os.class-default::before {
    content: "";
    font-size: 1.5rem; }
  .icon-os.class-android::before {
    content: ""; }
  .icon-os.class-blackberry::before {
    content: ""; }
  .icon-os.class-ios::before {
    content: ""; }
  .icon-os.class-windows::before {
    content: ""; }

.deliver_mail .icon-status {
  width: auto; }

.deliver_mail[status="0"] .icon-status::before {
  content: ""; }

.deliver_mail[status="1"] .icon-status::before {
  content: ""; }

.icon-ruletype.ruletype_accept::before {
  content: "";
  color: #00cc66; }

.icon-ruletype.ruletype_reject::before {
  content: "";
  color: #cc3333; }

.icon-ruletype.ruletype_delete::before {
  content: "";
  color: #dda500; }

.icon-ruletype.ruletype_spam::before {
  content: "";
  color: #cc3333; }

.icon-ruletype.ruletype_quarantine::before {
  content: "";
  color: #dda500; }

.icon-certificate.certificate_ok::before {
  content: "";
  color: #00cc66; }

.icon-certificate.certificate_warning::before {
  content: "";
  color: #dda500; }

.icon-certificate.certificate_error::before {
  content: "";
  color: #cc3333; }

.icon-add::before {
  content: ""; }

.icon-administrator::before {
  content: ""; }

.icon-arrow-back::before {
  content: ""; }

.icon-arrow-forward::before {
  content: ""; }

.icon-arrow-up::before {
  content: ""; }

.icon-arrow-down::before {
  content: ""; }

.icon-card::before {
  content: ""; }

.icon-close::before {
  content: ""; }

.icon-collaboration::before {
  content: ""; }

.icon-dashboard::before {
  content: ""; }

.icon-delete-circle::before {
  content: ""; }

.icon-dropup-arrow::before {
  content: ""; }

.icon-email::before {
  content: ""; }

.icon-expiration::before {
  content: ""; }

.icon-folder::before {
  content: ""; }

.icon-icewarp-logo::before {
  content: ""; }

.icon-licenses::before {
  content: ""; }

.icon-limits::before {
  content: ""; }

.icon-mailing-list::before {
  content: ""; }

.icon-menu::before {
  content: ""; }

.icon-mobile::before {
  content: ""; }

.icon-pause-circle::before {
  content: ""; }

.icon-plus-circle::before {
  content: ""; }

.icon-resources::before {
  content: ""; }

.icon-rules::before {
  content: ""; }

.icon-search-circle::before {
  content: ""; }

.icon-security::before {
  content: ""; }

.icon-sent::before {
  content: ""; }

.icon-server::before {
  content: ""; }

.icon-services::before {
  content: ""; }

.icon-settings::before {
  content: ""; }

.icon-storage::before {
  content: ""; }

.icon-support-circle::before {
  content: ""; }

.icon-terminal-circle::before {
  content: ""; }

.icon-user::before {
  content: ""; }

.icon-administrator_domain::before {
  content: ""; }

.icon-outlook_sync::before {
  content: ""; }

.icon-icewarp_desktop::before {
  content: ""; }

.icon-devices::before {
  content: ""; }

.icon-checkmark::before {
  content: ""; }

.icon-xmark::before {
  content: ""; }

.icon-hyphen::before {
  content: ""; }

.icon-user_default::before {
  content: ""; }

.icon-home::before {
  content: ""; }

.icon-facebook::before {
  content: ""; }

.icon-twitter::before {
  content: ""; }

.icon-linkedin::before {
  content: ""; }

.icon-apple::before {
  content: ""; }

.icon-android::before {
  content: ""; }

.icon-blackberry::before {
  content: ""; }

.icon-windows::before {
  content: ""; }

.icon-info::before {
  content: ""; }

.icon-warning::before {
  content: ""; }

.icon-to-all-users::before {
  content: ""; }

.icon-to-folder::before {
  content: ""; }

.icon-logout::before {
  content: ""; }

.icon-spam-folder::before {
  content: ""; }

.icon-journal::before {
  content: ""; }

.icon-documents::before {
  content: ""; }

.icon-notes::before {
  content: ""; }

.icon-webmail-circle::before {
  content: ""; }

.icon-delete::before {
  content: ""; }

.icon-spam::before {
  content: ""; }

.icon-edit-circle::before {
  content: ""; }

.icon-terminal::before {
  content: ""; }

.icon-webclient::before {
  content: ""; }

.icon-support::before {
  content: ""; }

.icon-dropdown-arrow::before {
  content: ""; }

.icon-star::before {
  content: ""; }

.icon-cert-authority::before {
  content: ""; }

.icon-cert-icewarp::before {
  content: ""; }

.icon-cert-letsencrypt::before {
  content: ""; }

.icon-cert-signed::before {
  content: ""; }

.icon-cert-email::before {
  content: ""; }

.icon-cert-ssl::before {
  content: ""; }

.ct-label {
  fill: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  shape-rendering: crispEdges;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 1px;
  stroke-dasharray: 0px; }

.ct-point {
  stroke-width: 9px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 1px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #0b86d2; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #0b86d2; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #d70206; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #d70206; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f05b4f; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #f4c63d; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #d17905; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #d17905; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #453d3f; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #59922b; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #59922b; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #0544d3; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #6b0392; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #f05b4f; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #dda458; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #dda458; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #eacf7d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #86797d; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #86797d; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #b2c326; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #6188e2; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.form-block {
  margin-bottom: 5rem; }

.form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  white-space: nowrap;
  height: 2.75rem;
  margin-bottom: -0.33333rem; }

.form-row {
  height: 2.75rem;
  line-height: 2.75rem;
  box-sizing: content-box;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 42.5em) {
    .form-row {
      padding-bottom: 2rem; } }
  .rulecard .form-row {
    padding-bottom: 1rem; }
  @media only screen and (min-width: 65em) {
    .form-row.margin {
      padding-top: 2.41667rem; } }
  .form-row.large {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    height: auto; }

.form-label + .form-row {
  padding-top: 0; }

.form-row + .form-desc {
  margin-top: -0.5rem; }
  @media only screen and (min-width: 42.5em) {
    .form-row + .form-desc {
      margin-top: -1.5rem; } }

.form-desc {
  font-size: 0.92857rem;
  color: #666;
  padding: 0 0 1rem 0; }

.form-image {
  border: 1px solid #a9b6bd;
  width: 100%;
  max-width: 40.85714rem; }
  .skin-default .form-image {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .form-image {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .form-image {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .form-image {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .form-image {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .form-image {
    border: 1px solid #bfbaaf; }

.form-error {
  color: #cc3333;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -0.5rem;
  padding-bottom: 1rem; }

.form-item.query {
  padding-bottom: 1rem; }
  @media only screen and (min-width: 42.5em) {
    .form-item.query .form-label {
      margin-bottom: 0; } }
  .form-item.query .form-row {
    padding-bottom: 0; }

.form__section {
  margin-bottom: 5rem; }

.form__block {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem; }

.form__block--border::after {
  border-bottom: 1px solid #a9b6bd;
  content: '';
  position: absolute;
  left: 2rem;
  right: 0;
  bottom: 0; }
  .skin-default .form__block--border::after {
    border-bottom: 1px solid #a9b6bd; }
  .skin-wa-green .form__block--border::after {
    border-bottom: 1px solid #aeb9b8; }
  .skin-wa-orange .form__block--border::after {
    border-bottom: 1px solid #c0b1ac; }
  .skin-wa-peach .form__block--border::after {
    border-bottom: 1px solid #c1b8b4; }
  .skin-wa-purple .form__block--border::after {
    border-bottom: 1px solid #b8b4bb; }
  .skin-wa-yellow .form__block--border::after {
    border-bottom: 1px solid #bfbaaf; }

.form__block-title {
  font-size: 1.28571rem;
  padding-bottom: 0.33333rem; }

.form__block-desc {
  font-size: 0.92857rem;
  color: #666;
  padding-bottom: 0.66667rem; }

.form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  min-height: 2.75rem; }
  @media only screen and (min-width: 65em) {
    .form__item.margin {
      margin-top: 2.41667rem; } }
  .form__item.row .form__label:not(.obj_input_number), .form__item.row .form__element:not(.obj_input_number) {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0; }
  .form__item.row .form__label {
    padding-right: 1rem; }
  .form__item.row .form__element--text {
    margin: 0; }

.obj_force_options {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  height: 2.75rem;
  padding-left: 2rem;
  display: inherit;
  display: none !important; }
  .obj_force_options ~ .form__label {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0; }

.form__label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  min-width: 0;
  height: 2.75rem;
  max-height: none !important;
  line-height: 2.75rem !important;
  margin-bottom: -0.33333rem; }
  .form__label.margin {
    margin-bottom: 1.5rem; }

.form__element {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  border: 1px solid transparent;
  margin-bottom: 1.5rem; }
  .form__element ~ .form__label {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    min-width: 0; }
  .form__element.obj_input_number {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    min-width: 0;
    width: auto; }
    .form__element.obj_input_number input {
      max-width: 5.14286rem;
      text-align: right;
      padding: 0 1rem 0 0; }

.form__element + .form__element {
  margin-left: 1rem; }
  .form__element + .form__element.button.text {
    width: auto !important; }

.form__element--multi {
  margin-bottom: 0.5rem; }

.form__desc {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  min-width: 0;
  font-size: 0.92857rem;
  color: #666;
  padding: 0.5rem 0 1.5rem; }
  .form__desc ~ .form__element {
    margin-bottom: 0; }
  .form__desc + .form__label.toggle {
    margin-bottom: -1rem; }

.form__group-left, .form__group-right {
  border-radius: 3px; }
  .form__group-left.form__element, .form__group-right.form__element {
    margin-left: 0;
    margin-right: 0; }

.form__group-right:not(.hide) + .form__group-left {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0 !important; }

.form__group-right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }
  .form__group-right.dropdown {
    width: auto !important; }

[debug] .form__block {
  position: relative; }
  [debug] .form__block::after {
    left: 0;
    width: 100%;
    height: 100%; }
  [debug] .form__block::before {
    right: 0; }
  [debug] .form__block::after, [debug] .form__block::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s 0.1s;
    pointer-events: none; }
  [debug] .form__block:hover::after, [debug] .form__block:hover::before {
    opacity: 1;
    transition: opacity 0.1s; }
  [debug] .form__block::before, [debug] .form__block::after {
    z-index: 1001 !important; }
  [debug] .form__block::after {
    background-color: rgba(255, 0, 0, 0.1);
    box-shadow: 0 0 0 2px #ff8080; }
  [debug] .form__block::before {
    color: #444;
    content: "block";
    background-color: #ff8080;
    font-weight: 600;
    text-align: right;
    padding: 0 0.5rem 0 calc(0.5rem + 2px); }

[debug] .form__item {
  position: relative; }
  [debug] .form__item::after {
    left: 0;
    width: 100%;
    height: 100%; }
  [debug] .form__item::before {
    right: 0; }
  [debug] .form__item::after, [debug] .form__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s 0.1s;
    pointer-events: none; }
  [debug] .form__item:hover::after, [debug] .form__item:hover::before {
    opacity: 1;
    transition: opacity 0.1s; }
  [debug] .form__item::before, [debug] .form__item::after {
    z-index: 1002 !important; }
  [debug] .form__item::after {
    background-color: rgba(255, 255, 0, 0.1);
    box-shadow: 0 0 0 2px #ffff80; }
  [debug] .form__item::before {
    color: #444;
    content: "item";
    background-color: #ffff80;
    font-weight: 600;
    text-align: right;
    padding: 0 0.5rem 0 calc(0.5rem + 2px); }

[debug] .form__element {
  position: relative; }
  [debug] .form__element::after {
    left: 0;
    width: 100%;
    height: 100%; }
  [debug] .form__element::before {
    right: 0; }
  [debug] .form__element::after, [debug] .form__element::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s 0.1s;
    pointer-events: none; }
  [debug] .form__element:hover::after, [debug] .form__element:hover::before {
    opacity: 1;
    transition: opacity 0.1s; }
  [debug] .form__element::before, [debug] .form__element::after {
    z-index: 1003 !important; }
  [debug] .form__element::after {
    background-color: rgba(0, 0, 255, 0.1);
    box-shadow: 0 0 0 2px #8080ff; }
  [debug] .form__element::before {
    color: #444;
    content: "element";
    background-color: #8080ff;
    font-weight: 600;
    text-align: right;
    padding: 0 0.5rem 0 calc(0.5rem + 2px); }

[debug] .form__label {
  position: relative; }
  [debug] .form__label::after {
    left: 0;
    width: 100%;
    height: 100%; }
  [debug] .form__label::before {
    right: 0; }
  [debug] .form__label::after, [debug] .form__label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s 0.1s;
    pointer-events: none; }
  [debug] .form__label:hover::after, [debug] .form__label:hover::before {
    opacity: 1;
    transition: opacity 0.1s; }
  [debug] .form__label::before, [debug] .form__label::after {
    z-index: 1004 !important; }
  [debug] .form__label::after {
    background-color: rgba(0, 128, 0, 0.1);
    box-shadow: 0 0 0 2px #80c080; }
  [debug] .form__label::before {
    color: #444;
    content: "label";
    background-color: #80c080;
    font-weight: 600;
    text-align: right;
    padding: 0 0.5rem 0 calc(0.5rem + 2px); }

[debug] .form__desc {
  position: relative; }
  [debug] .form__desc::after {
    left: 0;
    width: 100%;
    height: 100%; }
  [debug] .form__desc::before {
    right: 0; }
  [debug] .form__desc::after, [debug] .form__desc::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s 0.1s;
    pointer-events: none; }
  [debug] .form__desc:hover::after, [debug] .form__desc:hover::before {
    opacity: 1;
    transition: opacity 0.1s; }
  [debug] .form__desc::before, [debug] .form__desc::after {
    z-index: 1005 !important; }
  [debug] .form__desc::after {
    background-color: rgba(255, 20, 147, 0.1);
    box-shadow: 0 0 0 2px #ff8ac9; }
  [debug] .form__desc::before {
    color: #444;
    content: "desc";
    background-color: #ff8ac9;
    font-weight: 600;
    text-align: right;
    padding: 0 0.5rem 0 calc(0.5rem + 2px); }

.account {
  position: relative;
  margin-top: 4rem; }

.account-icon {
  margin-right: 0;
  font-size: 5em;
  line-height: 1;
  width: 100%; }

.account-state {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  margin-right: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: auto; }
  .account-state:before {
    border-color: currentColor;
    border-radius: 50%;
    border: 3px solid;
    background: #fff;
    box-shadow: 0 0 0 5px #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: content-box;
    padding: 2px 1px 0 1px;
    content: "";
    color: #a9b6bd; }
    @media only screen and (max-width: 42.4375em) {
      .account-state:before {
        border-width: 2px; } }
    @media only screen {
      .account-state:before {
        width: 19px;
        height: 19px;
        font-size: 19px; } }
    @media only screen and (min-width: 42.5em) {
      .account-state:before {
        width: 22px;
        height: 22px;
        font-size: 22px; } }
    @media only screen and (min-width: 65em) {
      .account-state:before {
        width: 24px;
        height: 24px;
        font-size: 24px; } }
    .skin-default .account-state:before {
      color: #a9b6bd; }
    .skin-wa-green .account-state:before {
      color: #aeb9b8; }
    .skin-wa-orange .account-state:before {
      color: #c0b1ac; }
    .skin-wa-peach .account-state:before {
      color: #c1b8b4; }
    .skin-wa-purple .account-state:before {
      color: #b8b4bb; }
    .skin-wa-yellow .account-state:before {
      color: #bfbaaf; }
  .account-state.state_0:before {
    content: "";
    color: #00cc66; }
  .account-state.state_1:before, .account-state.state_2:before {
    content: "";
    color: #cc3333; }
  .account-state.state_3:before {
    content: "";
    color: #a9b6bd; }
    .skin-default .account-state.state_3:before {
      color: #a9b6bd; }
    .skin-wa-green .account-state.state_3:before {
      color: #aeb9b8; }
    .skin-wa-orange .account-state.state_3:before {
      color: #c0b1ac; }
    .skin-wa-peach .account-state.state_3:before {
      color: #c1b8b4; }
    .skin-wa-purple .account-state.state_3:before {
      color: #b8b4bb; }
    .skin-wa-yellow .account-state.state_3:before {
      color: #bfbaaf; }

.bar {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0b86d2;
  position: relative;
  border: 1px solid currentColor;
  border-radius: 3px;
  height: 2.75rem;
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
  width: 100%; }
  .skin-default .bar {
    color: #0b86d2; }
  .skin-wa-green .bar {
    color: #39a59c; }
  .skin-wa-orange .bar {
    color: #ee5a29; }
  .skin-wa-peach .bar {
    color: #f69b72; }
  .skin-wa-purple .bar {
    color: #9f79bf; }
  .skin-wa-yellow .bar {
    color: #e7b23f; }

.bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  min-width: 0%;
  background-color: rgba(11, 134, 210, 0.1);
  transition: width 0.4s ease; }
  .skin-default .bar-fill {
    background-color: rgba(11, 134, 210, 0.1); }
  .skin-wa-green .bar-fill {
    background-color: rgba(57, 165, 156, 0.1); }
  .skin-wa-orange .bar-fill {
    background-color: rgba(238, 90, 41, 0.1); }
  .skin-wa-peach .bar-fill {
    background-color: rgba(246, 155, 114, 0.1); }
  .skin-wa-purple .bar-fill {
    background-color: rgba(159, 121, 191, 0.1); }
  .skin-wa-yellow .bar-fill {
    background-color: rgba(231, 178, 63, 0.1); }

.bar-text {
  color: #0b86d2;
  font-size: 0.85714rem;
  line-height: 2.75rem;
  white-space: nowrap; }
  .skin-default .bar-text {
    color: #0b86d2; }
  .skin-wa-green .bar-text {
    color: #39a59c; }
  .skin-wa-orange .bar-text {
    color: #ee5a29; }
  .skin-wa-peach .bar-text {
    color: #f69b72; }
  .skin-wa-purple .bar-text {
    color: #9f79bf; }
  .skin-wa-yellow .bar-text {
    color: #e7b23f; }

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  z-index: 1;
  background-color: #fff;
  min-width: 20rem;
  min-height: 12.5rem;
  overflow: hidden;
  border-style: solid;
  border-color: #a9b6bd;
  border-width: 0; }
  .skin-default .box {
    border-color: #a9b6bd; }
  .skin-wa-green .box {
    border-color: #aeb9b8; }
  .skin-wa-orange .box {
    border-color: #c0b1ac; }
  .skin-wa-peach .box {
    border-color: #c1b8b4; }
  .skin-wa-purple .box {
    border-color: #b8b4bb; }
  .skin-wa-yellow .box {
    border-color: #bfbaaf; }
  @media only screen and (min-width: 65em) {
    .box {
      margin: 1rem;
      border-width: 1px; } }
  .box:not(:last-child) {
    margin-bottom: 1rem; }
  .content-boxes[iw-type="multi"] .box {
    margin: 1rem;
    border-width: 1px; }
    .content-boxes[iw-type="multi"] .box .box, .content-boxes[iw-type="multi"] .box .box-body {
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      min-width: 0; }
    .content-boxes[iw-type="multi"] .box .box-content {
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      min-width: 0; }

.box-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  overflow: hidden;
  z-index: 2; }
  @media only screen and (max-width: 42.4375em) {
    .box-body {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.box-menu {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 16rem;
  background-color: #f8f8f8;
  box-shadow: inset -1px 0 0 0 #a9b6bd;
  padding-bottom: 0; }
  body.has-modal .frm_main .box-menu {
    -webkit-overflow-scrolling: auto !important; }
  .skin-default .box-menu {
    box-shadow: inset -1px 0 0 0 #a9b6bd; }
  .skin-wa-green .box-menu {
    box-shadow: inset -1px 0 0 0 #aeb9b8; }
  .skin-wa-orange .box-menu {
    box-shadow: inset -1px 0 0 0 #c0b1ac; }
  .skin-wa-peach .box-menu {
    box-shadow: inset -1px 0 0 0 #c1b8b4; }
  .skin-wa-purple .box-menu {
    box-shadow: inset -1px 0 0 0 #b8b4bb; }
  .skin-wa-yellow .box-menu {
    box-shadow: inset -1px 0 0 0 #bfbaaf; }
  @media only screen and (max-width: 42.4375em) {
    .box-menu {
      border-top: 1px solid #a9b6bd;
      width: 100%;
      z-index: 3;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3;
      box-shadow: 0 4rem 8rem 4rem rgba(0, 0, 0, 0.25); }
      .skin-default .box-menu {
        border-top: 1px solid #a9b6bd; }
      .skin-wa-green .box-menu {
        border-top: 1px solid #aeb9b8; }
      .skin-wa-orange .box-menu {
        border-top: 1px solid #c0b1ac; }
      .skin-wa-peach .box-menu {
        border-top: 1px solid #c1b8b4; }
      .skin-wa-purple .box-menu {
        border-top: 1px solid #b8b4bb; }
      .skin-wa-yellow .box-menu {
        border-top: 1px solid #bfbaaf; } }
  @media only screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .box-menu {
      width: 12rem; } }

.box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 1rem 0; }
  @media only screen and (min-width: 42.5em) {
    .box-content::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 11px; }
    .box-content::-webkit-scrollbar-thumb {
      background-color: rgba(39, 42, 45, 0.5);
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
      background-clip: padding-box;
      border: 2px solid transparent;
      border-radius: 7px / 8px; } }
  body.has-modal .frm_main .box-content {
    -webkit-overflow-scrolling: auto !important; }
  @media only screen and (max-width: 42.4375em) {
    .box-content {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  @media only screen and (min-width: 42.5em) {
    .box-content {
      padding: 1.5rem 2rem 0 2rem;
      min-height: 10rem; } }
  .box-content.no-padding {
    padding: 0; }
  .box-content > div {
    -webkit-animation: reveal 0.4s ease-in-out backwards;
    animation: reveal 0.4s ease-in-out backwards; }

.box-content-title {
  line-height: 1.2;
  font-weight: 300;
  font-size: 2.14286rem;
  text-transform: uppercase; }

.box-content-desc {
  padding: 0 0 1rem 0; }

.box-head, .box-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  position: relative;
  height: 4.28571rem;
  background-color: #fff;
  z-index: 3;
  white-space: nowrap; }

.box-head {
  border-bottom: 1px solid #a9b6bd;
  box-sizing: content-box; }
  .skin-default .box-head {
    border-bottom: 1px solid #a9b6bd; }
  .skin-wa-green .box-head {
    border-bottom: 1px solid #aeb9b8; }
  .skin-wa-orange .box-head {
    border-bottom: 1px solid #c0b1ac; }
  .skin-wa-peach .box-head {
    border-bottom: 1px solid #c1b8b4; }
  .skin-wa-purple .box-head {
    border-bottom: 1px solid #b8b4bb; }
  .skin-wa-yellow .box-head {
    border-bottom: 1px solid #bfbaaf; }

.box-head-left, .box-head-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  white-space: nowrap; }

.box-head-left {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 0;
  padding-left: 1rem; }
  @media only screen and (min-width: 42.5em) {
    .box-head-left {
      padding-left: 2rem; } }

.box-head-right {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 1rem;
  text-align: right; }
  @media only screen and (min-width: 42.5em) {
    .box-head-right {
      padding-right: 2rem; } }
  .box-head-right .button:not(.icon):not([iw-type="select"]) {
    margin-left: 1rem; }
    @media only screen and (max-width: 42.4375em) {
      .box-head-right .button:not(.icon):not([iw-type="select"]) {
        display: none !important; } }

.box-head-info {
  padding-left: 1rem;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.box-head-back {
  margin-left: -0.75rem;
  min-width: 2.5rem;
  box-sizing: content-box;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0; }
  @media only screen and (min-width: 42.5em) {
    .box-head-back {
      margin-left: -2rem; } }

.box-head-back + .box-head-info {
  padding-left: 0; }

.box-head-back-anchor {
  color: #0b86d2;
  cursor: pointer;
  display: block;
  padding: 0 0 0 1rem; }
  .skin-default .box-head-back-anchor {
    color: #0b86d2; }
  .skin-wa-green .box-head-back-anchor {
    color: #39a59c; }
  .skin-wa-orange .box-head-back-anchor {
    color: #ee5a29; }
  .skin-wa-peach .box-head-back-anchor {
    color: #f69b72; }
  .skin-wa-purple .box-head-back-anchor {
    color: #9f79bf; }
  .skin-wa-yellow .box-head-back-anchor {
    color: #e7b23f; }

.box-head-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0b86d2;
  font-weight: 600;
  text-transform: uppercase; }
  .skin-default .box-head-title {
    color: #0b86d2; }
  .skin-wa-green .box-head-title {
    color: #39a59c; }
  .skin-wa-orange .box-head-title {
    color: #ee5a29; }
  .skin-wa-peach .box-head-title {
    color: #f69b72; }
  .skin-wa-purple .box-head-title {
    color: #9f79bf; }
  .skin-wa-yellow .box-head-title {
    color: #e7b23f; }

.box-foot {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #a9b6bd;
  padding: 0 1rem; }
  body.has-modal .frm_main .box-foot {
    -webkit-overflow-scrolling: auto !important; }
  .skin-default .box-foot {
    border-top: 1px solid #a9b6bd; }
  .skin-wa-green .box-foot {
    border-top: 1px solid #aeb9b8; }
  .skin-wa-orange .box-foot {
    border-top: 1px solid #c0b1ac; }
  .skin-wa-peach .box-foot {
    border-top: 1px solid #c1b8b4; }
  .skin-wa-purple .box-foot {
    border-top: 1px solid #b8b4bb; }
  .skin-wa-yellow .box-foot {
    border-top: 1px solid #bfbaaf; }
  @media only screen and (min-width: 42.5em) {
    .box-foot {
      padding: 0 2rem; } }

.box-action {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  z-index: 3;
  box-shadow: 0 4rem 8rem 4rem rgba(0, 0, 0, 0.25); }
  @media only screen and (min-width: 42.5em) {
    .box-action {
      display: none; } }

@media only screen and (max-width: 42.4375em) {
  .box-action:not([is-hidden]) + .box-menu {
    box-shadow: none;
    border-top: none; } }

.box[iw-height="auto"] {
  height: auto; }

.box[iw-type="modal"] {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  border: none;
  border-top: 4px solid #0b86d2;
  margin: 0;
  max-height: 100%;
  overflow-y: auto; }
  .skin-default .box[iw-type="modal"] {
    border-top: 4px solid #0b86d2; }
  .skin-wa-green .box[iw-type="modal"] {
    border-top: 4px solid #39a59c; }
  .skin-wa-orange .box[iw-type="modal"] {
    border-top: 4px solid #ee5a29; }
  .skin-wa-peach .box[iw-type="modal"] {
    border-top: 4px solid #f69b72; }
  .skin-wa-purple .box[iw-type="modal"] {
    border-top: 4px solid #9f79bf; }
  .skin-wa-yellow .box[iw-type="modal"] {
    border-top: 4px solid #e7b23f; }
  @media only screen and (min-width: 42.5em) {
    .box[iw-type="modal"] {
      max-height: calc(100% - 2rem); } }
  .box[iw-type="modal"] .box-body {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0; }
  .box[iw-type="modal"] .box-content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0; }
  @media only screen and (min-width: 42.5em) {
    .box[iw-type="modal"] .box-head {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .box[iw-type="modal"] .box-head-right .icon-close {
    color: #9b9ea3;
    margin-right: -1rem; }
    @media only screen and (min-width: 42.5em) {
      .box[iw-type="modal"] .box-head-right .icon-close {
        margin-right: -2rem; } }
    .box[iw-type="modal"] .box-head-right .icon-close:hover {
      color: #0b86d2; }
      .skin-default .box[iw-type="modal"] .box-head-right .icon-close:hover {
        color: #0b86d2; }
      .skin-wa-green .box[iw-type="modal"] .box-head-right .icon-close:hover {
        color: #39a59c; }
      .skin-wa-orange .box[iw-type="modal"] .box-head-right .icon-close:hover {
        color: #ee5a29; }
      .skin-wa-peach .box[iw-type="modal"] .box-head-right .icon-close:hover {
        color: #f69b72; }
      .skin-wa-purple .box[iw-type="modal"] .box-head-right .icon-close:hover {
        color: #9f79bf; }
      .skin-wa-yellow .box[iw-type="modal"] .box-head-right .icon-close:hover {
        color: #e7b23f; }
  .box[iw-type="modal"] {
    height: auto; }
  .box[iw-type="modal"][iw-height="full"] {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0; }
    .box[iw-type="modal"][iw-height="full"] {
      height: 100vh; }
    @media only screen and (min-width: 42.5em) {
      .box[iw-type="modal"][iw-height="full"] {
        height: 90vh; } }
    @media only screen and (min-width: 65em) {
      .box[iw-type="modal"][iw-height="full"] {
        height: 80vh; } }
    .box[iw-type="modal"][iw-height="full"] .box-body, .box[iw-type="modal"][iw-height="full"] .box-content {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      min-width: 0; }
  .box[iw-type="modal"] {
    width: 90vw; }
  @media only screen and (min-width: 42.5em) {
    .box[iw-type="modal"] {
      width: 40rem; } }
  .box[iw-type="modal"][iw-width="large"] {
    width: 100vw; }
  @media only screen and (min-width: 42.5em) {
    .box[iw-type="modal"][iw-width="large"] {
      width: 90vw; } }
  @media only screen and (min-width: 65em) {
    .box[iw-type="modal"][iw-width="large"] {
      width: 80vw; } }
  @media only screen and (min-width: 42.5em) {
    .box[iw-type="modal"][iw-width="medium"] {
      width: 40rem; } }
  @media only screen and (min-width: 42.5em) {
    .box[iw-type="modal"][iw-width="medium"] .box-menu {
      width: 12rem; } }
  @media only screen and (min-width: 42.5em) {
    .box[iw-type="modal"][iw-width="small"] {
      width: auto;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      min-width: 30rem; }
      .box[iw-type="modal"][iw-width="small"] .box-content {
        width: 30rem;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content; } }
  .box[iw-type="modal"][iw-subtype="fullscreen"] {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border: none; }
    .box[iw-type="modal"][iw-subtype="fullscreen"] .box-head {
      -webkit-animation: moveDown 0.4s ease-in-out backwards;
      animation: moveDown 0.4s ease-in-out backwards; }
    .box[iw-type="modal"][iw-subtype="fullscreen"] .box-content {
      padding-top: 0;
      padding-bottom: 0; }
      .box[iw-type="modal"][iw-subtype="fullscreen"] .box-content > div {
        margin: 0; }
  @media only screen and (max-width: 42.4375em) {
    .box[iw-type="modal"][iw-height="full"][iw-width="medium"] {
      width: 100vw; } }

.box[iw-subtype="message"].type_primary {
  border-color: #0b86d2; }
  .skin-default .box[iw-subtype="message"].type_primary {
    border-color: #0b86d2; }
    .skin-default .box[iw-subtype="message"].type_primary .box-head-title {
      color: #0b86d2; }
  .skin-wa-green .box[iw-subtype="message"].type_primary {
    border-color: #39a59c; }
    .skin-wa-green .box[iw-subtype="message"].type_primary .box-head-title {
      color: #39a59c; }
  .skin-wa-orange .box[iw-subtype="message"].type_primary {
    border-color: #ee5a29; }
    .skin-wa-orange .box[iw-subtype="message"].type_primary .box-head-title {
      color: #ee5a29; }
  .skin-wa-peach .box[iw-subtype="message"].type_primary {
    border-color: #f69b72; }
    .skin-wa-peach .box[iw-subtype="message"].type_primary .box-head-title {
      color: #f69b72; }
  .skin-wa-purple .box[iw-subtype="message"].type_primary {
    border-color: #9f79bf; }
    .skin-wa-purple .box[iw-subtype="message"].type_primary .box-head-title {
      color: #9f79bf; }
  .skin-wa-yellow .box[iw-subtype="message"].type_primary {
    border-color: #e7b23f; }
    .skin-wa-yellow .box[iw-subtype="message"].type_primary .box-head-title {
      color: #e7b23f; }
  .box[iw-subtype="message"].type_primary .box-head-title {
    color: #0b86d2; }

.box[iw-subtype="message"].type_success {
  border-color: #00cc66; }
  .box[iw-subtype="message"].type_success .box-head-title {
    color: #00cc66; }

.box[iw-subtype="message"].type_warning {
  border-color: #dda500; }
  .box[iw-subtype="message"].type_warning .box-head-title {
    color: #dda500; }

.box[iw-subtype="message"].type_error {
  border-color: #cc3333; }
  .box[iw-subtype="message"].type_error .box-head-title {
    color: #cc3333; }

.box[iw-subtype="message"] .box-content {
  text-align: center;
  margin: auto;
  padding: 1rem 2rem; }

.box[iw-subtype="message"] .box-foot {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.bubble {
  font-weight: 400;
  pointer-events: none;
  padding: 0.5rem 1rem;
  line-height: 1.625;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: visibility 0.1s, opacity 0.1s; }
  .bubble {
    z-index: 1;
    position: absolute;
    text-align: left;
    max-width: calc(100vw - 2rem);
    border: 1px solid #a9b6bd;
    border-width: 1px;
    border-radius: 3px;
    background: #fff; }
    .skin-default .bubble {
      border: 1px solid #a9b6bd; }
    .skin-wa-green .bubble {
      border: 1px solid #aeb9b8; }
    .skin-wa-orange .bubble {
      border: 1px solid #c0b1ac; }
    .skin-wa-peach .bubble {
      border: 1px solid #c1b8b4; }
    .skin-wa-purple .bubble {
      border: 1px solid #b8b4bb; }
    .skin-wa-yellow .bubble {
      border: 1px solid #bfbaaf; }
  .bubble::after, .bubble::before {
    content: '';
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: currentColor;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    pointer-events: none; }
  .bubble::after {
    color: #fff;
    border-width: 0.5rem; }
  .bubble::before {
    color: #a9b6bd;
    border-width: calc(0.5rem + 1px); }
    .skin-default .bubble::before {
      color: #a9b6bd; }
    .skin-wa-green .bubble::before {
      color: #aeb9b8; }
    .skin-wa-orange .bubble::before {
      color: #c0b1ac; }
    .skin-wa-peach .bubble::before {
      color: #c1b8b4; }
    .skin-wa-purple .bubble::before {
      color: #b8b4bb; }
    .skin-wa-yellow .bubble::before {
      color: #bfbaaf; }
  .bubble.top, .bubble {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto;
    margin-top: auto; }
    .bubble.top::after, .bubble.top::before, .bubble::after, .bubble::before {
      top: 100%;
      border-bottom-color: transparent;
      bottom: auto;
      border-top-color: currentColor; }
  .bubble.bottom, .bubble {
    top: 100%;
    margin-top: 2px;
    bottom: auto;
    margin-bottom: auto; }
    .bubble.bottom::after, .bubble.bottom::before, .bubble::after, .bubble::before {
      bottom: 100%;
      border-top-color: transparent;
      top: auto;
      border-bottom-color: currentColor; }
  .bubble.left, .bubble {
    left: 0;
    right: auto; }
    @media only screen and (min-width: 42.5em) {
      .bubble.left, .bubble {
        left: -1rem; } }
    .bubble.left::after, .bubble::after {
      margin-right: -2rem;
      left: 2rem;
      margin-left: auto;
      right: auto; }
    .bubble.left::before, .bubble::before {
      margin-right: calc(-2rem - 1px);
      left: calc(2rem - 1px);
      margin-left: auto;
      right: auto; }
  .bubble.right, .bubble {
    right: 0;
    left: auto; }
    @media only screen and (min-width: 42.5em) {
      .bubble.right, .bubble {
        right: -1rem; } }
    .bubble.right::after, .bubble::after {
      margin-left: -2rem;
      right: 2rem;
      margin-right: auto;
      left: auto; }
    .bubble.right::before, .bubble::before {
      margin-left: calc(-2rem - 1px);
      right: calc(2rem - 1px);
      margin-right: auto;
      left: auto; }
  .bubble.primary {
    color: #0b86d2;
    border-color: currentColor;
    background-color: #e7f3fb; }
    .skin-default .bubble.primary {
      color: #0b86d2;
      border-color: currentColor;
      background-color: #e7f3fb; }
      .skin-default .bubble.primary::after {
        color: #e7f3fb; }
      .skin-default .bubble.primary::before {
        color: #0b86d2; }
    .skin-wa-green .bubble.primary {
      color: #39a59c;
      border-color: currentColor;
      background-color: #ebf6f5; }
      .skin-wa-green .bubble.primary::after {
        color: #ebf6f5; }
      .skin-wa-green .bubble.primary::before {
        color: #39a59c; }
    .skin-wa-orange .bubble.primary {
      color: #ee5a29;
      border-color: currentColor;
      background-color: #fdefea; }
      .skin-wa-orange .bubble.primary::after {
        color: #fdefea; }
      .skin-wa-orange .bubble.primary::before {
        color: #ee5a29; }
    .skin-wa-peach .bubble.primary {
      color: #f69b72;
      border-color: currentColor;
      background-color: #fef5f1; }
      .skin-wa-peach .bubble.primary::after {
        color: #fef5f1; }
      .skin-wa-peach .bubble.primary::before {
        color: #f69b72; }
    .skin-wa-purple .bubble.primary {
      color: #9f79bf;
      border-color: currentColor;
      background-color: #f5f2f9; }
      .skin-wa-purple .bubble.primary::after {
        color: #f5f2f9; }
      .skin-wa-purple .bubble.primary::before {
        color: #9f79bf; }
    .skin-wa-yellow .bubble.primary {
      color: #e7b23f;
      border-color: currentColor;
      background-color: #fdf7ec; }
      .skin-wa-yellow .bubble.primary::after {
        color: #fdf7ec; }
      .skin-wa-yellow .bubble.primary::before {
        color: #e7b23f; }
    .bubble.primary::after {
      color: #e7f3fb; }
    .bubble.primary::before {
      color: #0b86d2; }
  .bubble.success {
    color: #00cc66;
    border-color: currentColor;
    background-color: #e6faf0; }
    .bubble.success::after {
      color: #e6faf0; }
    .bubble.success::before {
      color: #00cc66; }
  .bubble.warning {
    color: #dda500;
    border-color: currentColor;
    background-color: #fcf6e6; }
    .bubble.warning::after {
      color: #fcf6e6; }
    .bubble.warning::before {
      color: #dda500; }
  .bubble.error {
    color: #cc3333;
    border-color: currentColor;
    background-color: #faebeb; }
    .bubble.error::after {
      color: #faebeb; }
    .bubble.error::before {
      color: #cc3333; }
  .bubble.is-visible,
  .has-error .bubble {
    display: block; }

.button {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  font-size: 1rem;
  height: inherit;
  display: inline-block;
  text-align: center;
  width: auto;
  -webkit-touch-callout: none;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s; }
  [iw-flex-grid~="group"] .button.group-left,
  [iw-flex-grid*=" group"] .button.group-left {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  [iw-flex-grid~="group"] .button.group-right,
  [iw-flex-grid*=" group"] .button.group-right {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .button:hover, .button:focus {
    transition: none; }

.button input, .button a {
  display: block;
  height: 100%;
  border: none;
  text-transform: uppercase; }
  .button input:hover, .button input:focus, .button a:hover, .button a:focus {
    color: inherit;
    text-decoration: none; }

.button.inner-button {
  border: 1px solid #a9b6bd;
  border-left: 0 !important; }
  .skin-default .button.inner-button {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .button.inner-button {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .button.inner-button {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .button.inner-button {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .button.inner-button {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .button.inner-button {
    border: 1px solid #bfbaaf; }

.button.full {
  width: 100%; }

.button.icon {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  color: #0b86d2; }
  .skin-default .button.icon {
    color: #0b86d2; }
  .skin-wa-green .button.icon {
    color: #39a59c; }
  .skin-wa-orange .button.icon {
    color: #ee5a29; }
  .skin-wa-peach .button.icon {
    color: #f69b72; }
  .skin-wa-purple .button.icon {
    color: #9f79bf; }
  .skin-wa-yellow .button.icon {
    color: #e7b23f; }
  .button.icon.primary {
    color: #0b86d2; }
    .skin-default .button.icon.primary {
      color: #0b86d2; }
    .skin-wa-green .button.icon.primary {
      color: #39a59c; }
    .skin-wa-orange .button.icon.primary {
      color: #ee5a29; }
    .skin-wa-peach .button.icon.primary {
      color: #f69b72; }
    .skin-wa-purple .button.icon.primary {
      color: #9f79bf; }
    .skin-wa-yellow .button.icon.primary {
      color: #e7b23f; }
  .button.icon.secondary {
    color: #444; }
  .button.icon.success {
    color: #00cc66; }
  .button.icon.warning {
    color: #dda500; }
  .button.icon.error {
    color: #cc3333; }
  .button.icon.grey {
    color: #cfd5db; }
  .button.icon.disabled {
    color: #cfd5db; }
    .button.icon.disabled.inner-button, .button.icon.disabled.inner-button:hover, .button.icon.disabled.inner-button:focus {
      background-color: #f8f8f8 !important; }
    .button.icon.disabled:hover, .button.icon.disabled:focus {
      color: #cfd5db !important;
      background-color: transparent !important; }
  .button.icon.is-disabled {
    color: #cfd5db; }
    .button.icon.is-disabled.inner-button, .button.icon.is-disabled.inner-button:hover, .button.icon.is-disabled.inner-button:focus {
      background-color: #f8f8f8 !important; }
    .button.icon.is-disabled:hover, .button.icon.is-disabled:focus {
      color: #cfd5db !important;
      background-color: transparent !important; }
  .button.icon:hover, .button.icon:focus {
    color: #0b86d2;
    background-color: #f8f8f8; }
    .skin-default .button.icon:hover, .skin-default .button.icon:focus {
      color: #0b86d2; }
    .skin-wa-green .button.icon:hover, .skin-wa-green .button.icon:focus {
      color: #39a59c; }
    .skin-wa-orange .button.icon:hover, .skin-wa-orange .button.icon:focus {
      color: #ee5a29; }
    .skin-wa-peach .button.icon:hover, .skin-wa-peach .button.icon:focus {
      color: #f69b72; }
    .skin-wa-purple .button.icon:hover, .skin-wa-purple .button.icon:focus {
      color: #9f79bf; }
    .skin-wa-yellow .button.icon:hover, .skin-wa-yellow .button.icon:focus {
      color: #e7b23f; }
  .button.icon::before {
    width: 100%; }
  .button.icon.has-label::before {
    position: relative;
    top: -0.42857rem; }
  .button.icon.has-error {
    color: #cc3333;
    border-color: #cc3333; }
  .button.icon.is-disabled input {
    cursor: default; }
  .button.icon.menu-is-open {
    background-color: #272a2d;
    color: #fff !important;
    transition: background-color 0.4s, color 0.4s; }
    .button.icon.menu-is-open:hover {
      transition: none; }
  .topbar .button.icon {
    width: 4.28571rem;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #a9b6bd;
    margin-left: -1px; }
    .skin-default .topbar .button.icon {
      border-color: #a9b6bd; }
    .skin-wa-green .topbar .button.icon {
      border-color: #aeb9b8; }
    .skin-wa-orange .topbar .button.icon {
      border-color: #c0b1ac; }
    .skin-wa-peach .topbar .button.icon {
      border-color: #c1b8b4; }
    .skin-wa-purple .topbar .button.icon {
      border-color: #b8b4bb; }
    .skin-wa-yellow .topbar .button.icon {
      border-color: #bfbaaf; }
  .box-head .button.icon {
    width: 4.28571rem;
    height: 4.28571rem;
    line-height: 4.28571rem; }
  .service-group-header .button.icon {
    width: 4.28571rem;
    height: 4.28571rem;
    line-height: 4.28571rem; }
  @media only screen and (max-width: 42.4375em) {
    .topbar[iw-type="main"] .button.icon {
      border: none;
      margin: 0; } }
  .table .button.icon {
    width: 4.28571rem;
    height: 4.28571rem;
    line-height: 4.28571rem;
    margin: auto; }
  .button.icon[class*="-circle"], .button.icon.large {
    font-size: 2.5rem; }
  .button.icon.inner-button {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    vertical-align: initial; }
    .button.icon.inner-button input, .button.icon.inner-button a {
      padding: 0;
      text-transform: none; }
      .button.icon.inner-button input:hover, .button.icon.inner-button a:hover {
        text-decoration: underline; }
    .button.icon.inner-button:hover, .button.icon.inner-button:focus, .button.icon.inner-button:active {
      transition: none;
      text-decoration: none; }
  .button.icon.small {
    font-size: 1.2rem;
    font-weight: 600; }
  .button.icon.borderless {
    border-color: transparent !important; }
  .button.icon .button-icon-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.625;
    font-size: 0.85714rem;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
  .button.icon input, .button.icon a {
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.button.text {
  border-radius: 3px;
  border-bottom: 0 solid;
  height: 2.75rem;
  line-height: 2.75rem;
  font-weight: 600;
  vertical-align: top;
  color: #fff; }
  .skin-default .button.text.primary {
    border-color: #0b86d2;
    background-color: #0b86d2;
    border-bottom-color: #08649d; }
  .skin-default .button.text.primary:hover {
    border-color: #0a77ba;
    background-color: #0a77ba;
    border-bottom-color: #08649d; }
  .skin-default .button.text.primary:active {
    border-color: #0867a2;
    background-color: #0867a2;
    border-bottom-color: #075584; }
  .skin-wa-green .button.text.primary {
    border-color: #39a59c;
    background-color: #39a59c;
    border-bottom-color: #2b7b75; }
  .skin-wa-green .button.text.primary:hover {
    border-color: #32928a;
    background-color: #32928a;
    border-bottom-color: #2b7b75; }
  .skin-wa-green .button.text.primary:active {
    border-color: #2c7f78;
    background-color: #2c7f78;
    border-bottom-color: #246863; }
  .skin-wa-orange .button.text.primary {
    border-color: #ee5a29;
    background-color: #ee5a29;
    border-bottom-color: #ce4010; }
  .skin-wa-orange .button.text.primary:hover {
    border-color: #eb4813;
    background-color: #eb4813;
    border-bottom-color: #ce4010; }
  .skin-wa-orange .button.text.primary:active {
    border-color: #d34111;
    background-color: #d34111;
    border-bottom-color: #b7380f; }
  .skin-wa-peach .button.text.primary {
    border-color: #f69b72;
    background-color: #f69b72;
    border-bottom-color: #f3763d; }
  .skin-wa-peach .button.text.primary:hover {
    border-color: #f48a5a;
    background-color: #f48a5a;
    border-bottom-color: #f3763d; }
  .skin-wa-peach .button.text.primary:active {
    border-color: #f37942;
    background-color: #f37942;
    border-bottom-color: #f16525; }
  .skin-wa-purple .button.text.primary {
    border-color: #9f79bf;
    background-color: #9f79bf;
    border-bottom-color: #8453ad; }
  .skin-wa-purple .button.text.primary:hover {
    border-color: #9368b7;
    background-color: #9368b7;
    border-bottom-color: #8453ad; }
  .skin-wa-purple .button.text.primary:active {
    border-color: #8656af;
    background-color: #8656af;
    border-bottom-color: #774a9c; }
  .skin-wa-yellow .button.text.primary {
    border-color: #e7b23f;
    background-color: #e7b23f;
    border-bottom-color: #d3991a; }
  .skin-wa-yellow .button.text.primary:hover {
    border-color: #e4a928;
    background-color: #e4a928;
    border-bottom-color: #d3991a; }
  .skin-wa-yellow .button.text.primary:active {
    border-color: #d89c1b;
    background-color: #d89c1b;
    border-bottom-color: #bd8918; }
  .button.text.primary {
    border-color: #0b86d2;
    background-color: #0b86d2;
    border-bottom-color: #08649d; }
  .button.text.primary:hover {
    border-color: #0a77ba;
    background-color: #0a77ba;
    border-bottom-color: #08649d; }
  .button.text.primary:active {
    border-color: #0867a2;
    background-color: #0867a2;
    border-bottom-color: #075584; }
  .button.text.secondary {
    border-color: #444;
    background-color: #444;
    border-bottom-color: #282828; }
  .button.text.secondary:hover {
    border-color: #373737;
    background-color: #373737;
    border-bottom-color: #282828; }
  .button.text.secondary:active {
    border-color: #2b2b2b;
    background-color: #2b2b2b;
    border-bottom-color: #1b1b1b; }
  .button.text.success {
    border-color: #00cc66;
    background-color: #00cc66;
    border-bottom-color: #00944a; }
  .button.text.success:hover {
    border-color: #00b359;
    background-color: #00b359;
    border-bottom-color: #00944a; }
  .button.text.success:active {
    border-color: #00994d;
    background-color: #00994d;
    border-bottom-color: #007a3d; }
  .button.text.warning {
    border-color: #dda500;
    background-color: #dda500;
    border-bottom-color: #a57b00; }
  .button.text.warning:hover {
    border-color: #c49200;
    background-color: #c49200;
    border-bottom-color: #a57b00; }
  .button.text.warning:active {
    border-color: #aa7f00;
    background-color: #aa7f00;
    border-bottom-color: #8b6800; }
  .button.text.error {
    border-color: #cc3333;
    background-color: #cc3333;
    border-bottom-color: #9f2828; }
  .button.text.error:hover {
    border-color: #b82e2e;
    background-color: #b82e2e;
    border-bottom-color: #9f2828; }
  .button.text.error:active {
    border-color: #a32929;
    background-color: #a32929;
    border-bottom-color: #8b2323; }
  .button.text.grey {
    border-color: #cfd5db;
    background-color: #cfd5db;
    border-bottom-color: #afb9c3; }
  .button.text.grey:hover {
    border-color: #c0c8d0;
    background-color: #c0c8d0;
    border-bottom-color: #afb9c3; }
  .button.text.grey:active {
    border-color: #b2bcc5;
    background-color: #b2bcc5;
    border-bottom-color: #a0acb8; }
  .button.text.disabled, .button.text.disabled:hover, .button.text.disabled:active {
    border-color: #cfd5db !important;
    background-color: #cfd5db !important;
    border-bottom-color: #afb9c3 !important; }
  .button.text.is-disabled, .button.text.is-disabled:hover, .button.text.is-disabled:active {
    border-color: #cfd5db !important;
    background-color: #cfd5db !important;
    border-bottom-color: #afb9c3 !important; }
  .button.text:not(:only-of-type),
  .button-group .button.text {
    margin-bottom: 1rem; }
  @media only screen and (max-width: 42.4375em) {
    .box-content .button.text {
      width: 100%; } }
  .box-foot .button.text input {
    width: initial; }
  .topbar .button.text {
    margin: auto 1rem;
    vertical-align: middle; }
  .box-head .button.text {
    margin-bottom: 0; }
  .button-group {
    margin-left: -1rem; }
  .button-group .button.text {
    margin-left: 1rem; }
  .button.text.borderless {
    color: #cfd5db;
    border-color: transparent;
    background-color: transparent;
    padding-top: 0; }
    .button.text.borderless:hover, .button.text.borderless:active {
      color: #0b86d2;
      background-color: transparent; }
      .skin-default .button.text.borderless:hover, .skin-default .button.text.borderless:active {
        color: #0b86d2; }
      .skin-wa-green .button.text.borderless:hover, .skin-wa-green .button.text.borderless:active {
        color: #39a59c; }
      .skin-wa-orange .button.text.borderless:hover, .skin-wa-orange .button.text.borderless:active {
        color: #ee5a29; }
      .skin-wa-peach .button.text.borderless:hover, .skin-wa-peach .button.text.borderless:active {
        color: #f69b72; }
      .skin-wa-purple .button.text.borderless:hover, .skin-wa-purple .button.text.borderless:active {
        color: #9f79bf; }
      .skin-wa-yellow .button.text.borderless:hover, .skin-wa-yellow .button.text.borderless:active {
        color: #e7b23f; }
  .button.text.small {
    height: 2rem;
    line-height: 2rem; }
    .button.text.small input {
      padding: 0 1rem; }
  .button.text.inner-button {
    color: #0b86d2;
    background-color: transparent; }
    .skin-default .button.text.inner-button {
      color: #0b86d2; }
    .skin-wa-green .button.text.inner-button {
      color: #39a59c; }
    .skin-wa-orange .button.text.inner-button {
      color: #ee5a29; }
    .skin-wa-peach .button.text.inner-button {
      color: #f69b72; }
    .skin-wa-purple .button.text.inner-button {
      color: #9f79bf; }
    .skin-wa-yellow .button.text.inner-button {
      color: #e7b23f; }
    .button.text.inner-button input, .button.text.inner-button a {
      text-transform: none; }
      .button.text.inner-button input:hover, .button.text.inner-button a:hover {
        text-decoration: underline; }
    .button.text.inner-button:hover, .button.text.inner-button:focus, .button.text.inner-button:active {
      transition: none;
      text-decoration: none; }
  .button.text[class^="icon-"]::before,
  .button.text[class^="icon-"] input, .button.text[class*=" icon-"]::before,
  .button.text[class*=" icon-"] input {
    vertical-align: top; }
  .button.text[class^="icon-"]::before, .button.text[class*=" icon-"]::before {
    width: 2.75rem;
    height: 2.75rem;
    font-weight: inherit; }
  .button.text[class^="icon-"] input, .button.text[class*=" icon-"] input {
    display: inline-block;
    padding-left: 0;
    width: auto; }
  .button.text.context {
    position: relative;
    margin: 1rem 0;
    box-shadow: 0 1rem #fff, 0 -1rem #fff; }
    .button.text.context::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      top: -1rem;
      border-top: 1px solid #a9b6bd; }
      .skin-default .button.text.context::before {
        border-top: 1px solid #a9b6bd; }
      .skin-wa-green .button.text.context::before {
        border-top: 1px solid #aeb9b8; }
      .skin-wa-orange .button.text.context::before {
        border-top: 1px solid #c0b1ac; }
      .skin-wa-peach .button.text.context::before {
        border-top: 1px solid #c1b8b4; }
      .skin-wa-purple .button.text.context::before {
        border-top: 1px solid #b8b4bb; }
      .skin-wa-yellow .button.text.context::before {
        border-top: 1px solid #bfbaaf; }
  .button.text.is-disabled input, .button.text.is-disabled a {
    cursor: default; }
  .button.text input, .button.text a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 1.5rem; }

.button[iw-type="select"] {
  position: relative;
  width: 100%; }
  .button[iw-type="select"]::after {
    font-family: 'icons';
    position: absolute;
    top: 0;
    right: 1rem;
    line-height: inherit;
    pointer-events: none;
    content: '\e903'; }
  @media only screen and (max-width: 42.4375em) {
    .box-action .button[iw-type="select"] {
      position: relative; }
      .box-action .button[iw-type="select"]::after {
        font-family: 'icons';
        position: absolute;
        top: 0;
        right: 1rem;
        line-height: inherit;
        pointer-events: none;
        content: '\e903';
        -webkit-transform: rotate(0.5turn);
        transform: rotate(0.5turn); } }
  .button[iw-type="select"] input, .button[iw-type="select"] a {
    padding-right: 3rem; }

.button-group {
  margin-bottom: -1rem; }

.checkbox {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-align: center;
  height: 2.75rem;
  line-height: 2.75rem;
  transition: opacity 0.4s; }
  .checkbox:not(:last-of-type):not(.checkbox--block) {
    margin-right: 2rem; }
  .checkbox .label {
    display: none;
    margin-left: 0.5rem;
    vertical-align: middle;
    transition: color 0.1s; }
    .checkbox .label:not(:empty) {
      display: inline-block; }
  .checkbox i {
    border: 1px solid #a9b6bd;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    padding: 0;
    margin: 0 auto; }
    .skin-default .checkbox i {
      border: 1px solid #a9b6bd; }
    .skin-wa-green .checkbox i {
      border: 1px solid #aeb9b8; }
    .skin-wa-orange .checkbox i {
      border: 1px solid #c0b1ac; }
    .skin-wa-peach .checkbox i {
      border: 1px solid #c1b8b4; }
    .skin-wa-purple .checkbox i {
      border: 1px solid #b8b4bb; }
    .skin-wa-yellow .checkbox i {
      border: 1px solid #bfbaaf; }
  .checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1; }
    .checkbox input:checked ~ .label {
      color: #0b86d2; }
      .skin-default .checkbox input:checked ~ .label {
        color: #0b86d2; }
      .skin-wa-green .checkbox input:checked ~ .label {
        color: #39a59c; }
      .skin-wa-orange .checkbox input:checked ~ .label {
        color: #ee5a29; }
      .skin-wa-peach .checkbox input:checked ~ .label {
        color: #f69b72; }
      .skin-wa-purple .checkbox input:checked ~ .label {
        color: #9f79bf; }
      .skin-wa-yellow .checkbox input:checked ~ .label {
        color: #e7b23f; }
    .checkbox input:not([disabled]):hover {
      cursor: pointer; }
  .checkbox--block {
    display: block;
    text-align: left; }
  .checkbox--default {
    height: 2.75rem;
    line-height: 2.75rem; }
    .checkbox--default i {
      width: 20px;
      height: 20px; }
  .checkbox.is-disabled {
    opacity: 0.5; }

.table .checkbox {
  height: 4.28571rem;
  line-height: 4.28571rem;
  width: 4.28571rem; }

.checkbox input + i {
  border-radius: 3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s; }

.checkbox input:checked + i {
  border-color: transparent #0b86d2 #0b86d2 transparent;
  background-color: transparent;
  border-radius: 0;
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 18px;
  margin: 0 6px;
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg); }
  .skin-default .checkbox input:checked + i {
    border-color: transparent #0b86d2 #0b86d2 transparent; }
  .skin-wa-green .checkbox input:checked + i {
    border-color: transparent #39a59c #39a59c transparent; }
  .skin-wa-orange .checkbox input:checked + i {
    border-color: transparent #ee5a29 #ee5a29 transparent; }
  .skin-wa-peach .checkbox input:checked + i {
    border-color: transparent #f69b72 #f69b72 transparent; }
  .skin-wa-purple .checkbox input:checked + i {
    border-color: transparent #9f79bf #9f79bf transparent; }
  .skin-wa-yellow .checkbox input:checked + i {
    border-color: transparent #e7b23f #e7b23f transparent; }

.content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #eff3f7;
  padding: 0;
  width: 100%;
  height: auto; }
  body.has-modal .frm_main .content-main {
    -webkit-overflow-scrolling: auto !important; }

.content-topbars {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0; }

.content-boxes:not([iw-type="multi"]) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.datepicker {
  display: none;
  z-index: 1;
  position: absolute;
  left: -1px;
  bottom: 1px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #fff;
  border: 1px solid #a9b6bd;
  text-align: center;
  cursor: default;
  width: 20rem; }
  .skin-default .datepicker {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .datepicker {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .datepicker {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .datepicker {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .datepicker {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .datepicker {
    border: 1px solid #bfbaaf; }
  .datepicker.show {
    display: block; }

.datepicker-month, .datepicker-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 2.75rem; }

.datepicker-year {
  border-top: 1px solid #a9b6bd; }
  .skin-default .datepicker-year {
    border-top: 1px solid #a9b6bd; }
  .skin-wa-green .datepicker-year {
    border-top: 1px solid #aeb9b8; }
  .skin-wa-orange .datepicker-year {
    border-top: 1px solid #c0b1ac; }
  .skin-wa-peach .datepicker-year {
    border-top: 1px solid #c1b8b4; }
  .skin-wa-purple .datepicker-year {
    border-top: 1px solid #b8b4bb; }
  .skin-wa-yellow .datepicker-year {
    border-top: 1px solid #bfbaaf; }

.datepicker-select, .datepicker-arrow {
  font-weight: 600; }

.datepicker-select {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  border: 0 !important; }

.datepicker-arrow {
  width: 2.75rem;
  cursor: pointer;
  color: #444;
  font-size: 1rem;
  height: 100%;
  line-height: 2.75rem;
  transition: background-color 0.4s; }
  .datepicker-arrow:hover, .datepicker-arrow:focus {
    background-color: #f8f8f8;
    transition: none; }

.datepicker-calendar {
  table-layout: fixed;
  border: 0;
  border-top: 1px solid #a9b6bd; }
  .skin-default .datepicker-calendar {
    border-top: 1px solid #a9b6bd; }
  .skin-wa-green .datepicker-calendar {
    border-top: 1px solid #aeb9b8; }
  .skin-wa-orange .datepicker-calendar {
    border-top: 1px solid #c0b1ac; }
  .skin-wa-peach .datepicker-calendar {
    border-top: 1px solid #c1b8b4; }
  .skin-wa-purple .datepicker-calendar {
    border-top: 1px solid #b8b4bb; }
  .skin-wa-yellow .datepicker-calendar {
    border-top: 1px solid #bfbaaf; }
  .datepicker-calendar td, .datepicker-calendar th {
    line-height: 2.75rem;
    text-align: center;
    border: 0;
    padding: 0; }
  .datepicker-calendar tbody th {
    cursor: pointer;
    font-weight: 400; }

.datepicker-dates th:not(.selected) {
  transition: background-color 0.4s; }
  .datepicker-dates th:not(.selected):hover, .datepicker-dates th:not(.selected):focus {
    background-color: #f8f8f8;
    transition: none; }

.datepicker-dates th.selected {
  background-color: #0b86d2;
  color: #fff;
  font-weight: 600; }
  .skin-default .datepicker-dates th.selected {
    background-color: #0b86d2; }
  .skin-wa-green .datepicker-dates th.selected {
    background-color: #39a59c; }
  .skin-wa-orange .datepicker-dates th.selected {
    background-color: #ee5a29; }
  .skin-wa-peach .datepicker-dates th.selected {
    background-color: #f69b72; }
  .skin-wa-purple .datepicker-dates th.selected {
    background-color: #9f79bf; }
  .skin-wa-yellow .datepicker-dates th.selected {
    background-color: #e7b23f; }

.datepicker.right {
  left: auto;
  right: -1px; }

.dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: middle; }
  .dot.primary {
    background-color: #0b86d2; }
    .skin-default .dot.primary {
      background-color: #0b86d2; }
    .skin-wa-green .dot.primary {
      background-color: #39a59c; }
    .skin-wa-orange .dot.primary {
      background-color: #ee5a29; }
    .skin-wa-peach .dot.primary {
      background-color: #f69b72; }
    .skin-wa-purple .dot.primary {
      background-color: #9f79bf; }
    .skin-wa-yellow .dot.primary {
      background-color: #e7b23f; }
  .dot.success {
    background-color: #00cc66; }
  .dot.warning {
    background-color: #dda500; }
  .dot.error {
    background-color: #cc3333; }

.dropdown {
  border: 1px solid #a9b6bd;
  position: relative;
  background-color: #fff;
  color: #272a2d;
  border-radius: 3px;
  display: block;
  padding: 0;
  width: 100%;
  min-width: 5.14286rem;
  font-size: inherit;
  transition-property: opacity, color, background-color, border-color;
  transition-duration: 0.4s;
  position: relative;
  overflow: hidden;
  line-height: 2.75rem; }
  [iw-flex-grid~="group"] .dropdown.group-left,
  [iw-flex-grid*=" group"] .dropdown.group-left {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  [iw-flex-grid~="group"] .dropdown.group-right,
  [iw-flex-grid*=" group"] .dropdown.group-right {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .skin-default .dropdown {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .dropdown {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .dropdown {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .dropdown {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .dropdown {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .dropdown {
    border: 1px solid #bfbaaf; }
  .dropdown::after {
    transition: color 0.4s; }
  .dropdown:hover::after {
    transition: none; }
  .dropdown:not(.textarea) {
    height: 2.75rem; }
  .dropdown.is-disabled {
    background-color: #f8f8f8;
    color: #9b9ea3; }
  .dropdown.has-error {
    border-color: #cc3333;
    transition: none; }
  .dropdown.focus {
    border-color: #0b86d2;
    transition: none; }
    .skin-default .dropdown.focus {
      border-color: #0b86d2; }
    .skin-wa-green .dropdown.focus {
      border-color: #39a59c; }
    .skin-wa-orange .dropdown.focus {
      border-color: #ee5a29; }
    .skin-wa-peach .dropdown.focus {
      border-color: #f69b72; }
    .skin-wa-purple .dropdown.focus {
      border-color: #9f79bf; }
    .skin-wa-yellow .dropdown.focus {
      border-color: #e7b23f; }
  @media only screen and (min-width: 65em) {
    .dropdown.is-editable {
      transition-duration: 0s; }
      .dropdown.is-editable:not(.focus):not(:hover):not(:active) {
        border-color: transparent;
        transition-duration: 0.4s; }
        .dropdown.is-editable:not(.focus):not(:hover):not(:active)::after {
          color: transparent; }
        .dropdown.is-editable:not(.focus):not(:hover):not(:active) textarea {
          resize: none; }
        .dropdown.is-editable:not(.focus):not(:hover):not(:active) input {
          -moz-appearance: textfield; } }
  .dropdown select {
    border-radius: 2px;
    height: 100%;
    min-width: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    padding: 0 0 0 1rem;
    transition-property: background-color;
    transition-duration: 0.4s; }
    .dropdown select[readonly="readonly"] {
      background-color: #f8f8f8; }
    .dropdown select::-webkit-input-placeholder {
      color: #9b9ea3;
      opacity: 1;
      transition: opacity 0.1s; }
    .dropdown select:focus::-webkit-input-placeholder {
      opacity: 0.5; }
    .dropdown select::-moz-placeholder {
      color: #9b9ea3;
      opacity: 1;
      transition: opacity 0.1s; }
    .dropdown select:focus::-moz-placeholder {
      opacity: 0.5; }
    .dropdown select:-ms-input-placeholder {
      color: #9b9ea3;
      opacity: 1;
      transition: opacity 0.1s; }
    .dropdown select:focus:-ms-input-placeholder {
      opacity: 0.5; }
  .dropdown::after {
    font-family: 'icons';
    position: absolute;
    top: 0;
    right: 1rem;
    line-height: inherit;
    pointer-events: none;
    content: '\e903'; }
  .dropdown.focus::after {
    color: #0b86d2; }
    .skin-default .dropdown.focus::after {
      color: #0b86d2; }
    .skin-wa-green .dropdown.focus::after {
      color: #39a59c; }
    .skin-wa-orange .dropdown.focus::after {
      color: #ee5a29; }
    .skin-wa-peach .dropdown.focus::after {
      color: #f69b72; }
    .skin-wa-purple .dropdown.focus::after {
      color: #9f79bf; }
    .skin-wa-yellow .dropdown.focus::after {
      color: #e7b23f; }
  .table-head .dropdown {
    color: inherit; }

.dropdown select {
  padding-right: 3rem;
  white-space: normal;
  line-height: 2.75rem; }
  .dropdown select:not([disabled]) {
    cursor: pointer; }
  .dropdown select:focus {
    outline: none;
    background-color: transparent; }
  .table-head .dropdown select {
    text-transform: uppercase;
    font-weight: 600; }
  .dropdown select::-ms-expand {
    display: none; }
  .dropdown select:focus::-ms-value {
    background: transparent;
    color: #444; }
  .dropdown select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

.dropdown option {
  font-weight: normal; }

.folders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: -1.5rem;
  padding-top: 1.5rem; }

.folders-child {
  position: relative;
  padding-left: 1rem;
  margin-left: 0.75rem;
  line-height: 2.2rem;
  font-weight: 400;
  white-space: nowrap; }
  .folders-child::before {
    content: "\e60b";
    font-family: 'icons';
    text-align: center;
    margin-right: 0.5rem;
    font-weight: 400;
    vertical-align: middle;
    font-size: 1.3rem;
    width: 1.5rem;
    padding-bottom: 2px;
    display: inline-block; }
  .folders-child:hover {
    color: #0b86d2;
    cursor: pointer; }
    .skin-default .folders-child:hover {
      color: #0b86d2; }
    .skin-wa-green .folders-child:hover {
      color: #39a59c; }
    .skin-wa-orange .folders-child:hover {
      color: #ee5a29; }
    .skin-wa-peach .folders-child:hover {
      color: #f69b72; }
    .skin-wa-purple .folders-child:hover {
      color: #9f79bf; }
    .skin-wa-yellow .folders-child:hover {
      color: #e7b23f; }
  .folders-child.open > .folders-parent {
    color: #444;
    cursor: default; }
  .folders-child:not(:last-child)::after {
    background-color: transparent; }
  .folders-child.type_x::before {
    content: ""; }
  .folders-child.type_e::before {
    content: ""; }
  .folders-child.type_t::before {
    content: ""; }
  .folders-child.type_j::before {
    content: ""; }
  .folders-child.type_n::before {
    content: ""; }
  .folders-child.type_c::before {
    content: ""; }
  .folders-child.type_f::before {
    content: ""; }
  .folders-child.type_a::before {
    content: ""; }
  .folders-child.type_i::before {
    content: ""; }
  .folders-child.folders-root {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 600; }
    .folders-child.folders-root::after {
      display: none; }
  .folders-child.folders-root, .folders-child.folders-top {
    font-weight: 600; }

.folders-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 2rem);
  display: inline-block;
  vertical-align: middle; }

.input {
  border: 1px solid #a9b6bd;
  position: relative;
  background-color: #fff;
  color: #272a2d;
  border-radius: 3px;
  display: block;
  padding: 0;
  width: 100%;
  min-width: 5.14286rem;
  font-size: inherit;
  transition-property: opacity, color, background-color, border-color;
  transition-duration: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 1.2; }
  [iw-flex-grid~="group"] .input.group-left,
  [iw-flex-grid*=" group"] .input.group-left {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  [iw-flex-grid~="group"] .input.group-right,
  [iw-flex-grid*=" group"] .input.group-right {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .skin-default .input {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .input {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .input {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .input {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .input {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .input {
    border: 1px solid #bfbaaf; }
  .input::after {
    transition: color 0.4s; }
  .input:hover::after {
    transition: none; }
  .input:not(.textarea) {
    height: 2.75rem; }
  .input.is-disabled {
    background-color: #f8f8f8;
    color: #9b9ea3; }
  .input.has-error {
    border-color: #cc3333;
    transition: none; }
  .input.focus {
    border-color: #0b86d2;
    transition: none; }
    .skin-default .input.focus {
      border-color: #0b86d2; }
    .skin-wa-green .input.focus {
      border-color: #39a59c; }
    .skin-wa-orange .input.focus {
      border-color: #ee5a29; }
    .skin-wa-peach .input.focus {
      border-color: #f69b72; }
    .skin-wa-purple .input.focus {
      border-color: #9f79bf; }
    .skin-wa-yellow .input.focus {
      border-color: #e7b23f; }
  @media only screen and (min-width: 65em) {
    .input.is-editable {
      transition-duration: 0s; }
      .input.is-editable:not(.focus):not(:hover):not(:active) {
        border-color: transparent;
        transition-duration: 0.4s; }
        .input.is-editable:not(.focus):not(:hover):not(:active)::after {
          color: transparent; }
        .input.is-editable:not(.focus):not(:hover):not(:active) textarea {
          resize: none; }
        .input.is-editable:not(.focus):not(:hover):not(:active) input {
          -moz-appearance: textfield; } }
  .input input {
    border-radius: 2px;
    height: 100%;
    min-width: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    padding: 0 0 0 1rem;
    transition-property: background-color;
    transition-duration: 0.4s; }
    .input input[readonly="readonly"] {
      background-color: #f8f8f8; }
    .input input::-webkit-input-placeholder {
      color: #9b9ea3;
      opacity: 1;
      transition: opacity 0.1s; }
    .input input:focus::-webkit-input-placeholder {
      opacity: 0.5; }
    .input input::-moz-placeholder {
      color: #9b9ea3;
      opacity: 1;
      transition: opacity 0.1s; }
    .input input:focus::-moz-placeholder {
      opacity: 0.5; }
    .input input:-ms-input-placeholder {
      color: #9b9ea3;
      opacity: 1;
      transition: opacity 0.1s; }
    .input input:focus:-ms-input-placeholder {
      opacity: 0.5; }
  .input.has-error {
    color: #cc3333; }
    .input.has-error input::-webkit-input-placeholder {
      color: #cc3333; }
    .input.has-error input::-moz-placeholder {
      color: #cc3333; }
    .input.has-error input:-ms-input-placeholder {
      color: #cc3333; }

.input input ~ .label {
  border-left: 1px solid #a9b6bd; }
  .skin-default .input input ~ .label {
    border-left: 1px solid #a9b6bd; }
  .skin-wa-green .input input ~ .label {
    border-left: 1px solid #aeb9b8; }
  .skin-wa-orange .input input ~ .label {
    border-left: 1px solid #c0b1ac; }
  .skin-wa-peach .input input ~ .label {
    border-left: 1px solid #c1b8b4; }
  .skin-wa-purple .input input ~ .label {
    border-left: 1px solid #b8b4bb; }
  .skin-wa-yellow .input input ~ .label {
    border-left: 1px solid #bfbaaf; }

.input--hidden {
  display: none !important; }

.label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-weight: 600;
  font-size: 0.85714rem;
  text-transform: uppercase;
  transition: opacity 0.4s;
  white-space: normal;
  line-height: 1.2;
  max-height: 2.05714rem; }
  .input .label {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    min-width: 0;
    text-transform: none;
    padding: 0 1rem;
    background-color: #f8f8f8;
    height: 100%;
    transition: color 0.4s;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
    line-height: 2.75rem;
    max-height: none; }

.label__text {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.2;
  max-height: 2.05714rem; }

.label.big {
  font-size: 1.42857rem;
  white-space: nowrap; }

.loader {
  background: transparent center no-repeat;
  background-image: url("../images/loading/loader.gif");
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: opacity 0.4s; }
  .loader.is-visible {
    visibility: visible;
    opacity: 1;
    height: 4rem; }

.main-menu {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 101;
  position: fixed;
  left: 0;
  right: auto;
  top: 4.28571rem;
  margin-top: -1px;
  width: 15rem;
  height: 100%;
  background-color: #272a2d;
  will-change: transform;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }
  body.has-modal .frm_main .main-menu {
    -webkit-overflow-scrolling: auto !important; }
  .main-menu.menu-is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear; }

.main-menu--right {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.main-menu--colored {
  background-color: #0b86d2; }
  .skin-default .main-menu--colored {
    background-color: #0b86d2; }
  .skin-wa-green .main-menu--colored {
    background-color: #39a59c; }
  .skin-wa-orange .main-menu--colored {
    background-color: #ee5a29; }
  .skin-wa-peach .main-menu--colored {
    background-color: #f69b72; }
  .skin-wa-purple .main-menu--colored {
    background-color: #9f79bf; }
  .skin-wa-yellow .main-menu--colored {
    background-color: #e7b23f; }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  background-color: #f8f8f8;
  color: #444; }

.menu-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
  font-size: 1.14286rem;
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  padding: 0 1rem;
  transition: background-color 0.1s; }



  @media only screen and (min-width: 42.5em) {
    .menu-item {
      padding: 0 1.33333rem; } }
  .menu-item:hover, .menu-item:focus {
    text-decoration: none;
    transition: none;
    color: inherit; }
  .menu-item.active {
    background-color: #fff; }
  .menu-item.is-disabled {
    cursor: default; }
    .menu-item.is-disabled:hover {
      background: transparent !important;
      color: inherit !important; }
    .menu-item.is-disabled > span {
      opacity: 0.25; }
  .menu-item [class^="icon-"],
  .menu-item [class*=" icon-"] {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    min-width: 0;
    font-size: 1.5rem;
    width: 4.28571rem;
    margin-left: -1.33333rem; }
    .menu-item [class^="icon-"]::before,
    .menu-item [class*=" icon-"]::before {
      vertical-align: middle; }

@media only screen and (max-width: 42.4375em) {
  .menu[iw-type="tab"] .menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.menu[iw-type="tab"] .menu-item {
  height: 4.28571rem;
  line-height: 1.2; }
  .menu[iw-type="tab"] .menu-item.active {
    color: #0b86d2; }
    .skin-default .menu[iw-type="tab"] .menu-item.active {
      color: #0b86d2; }
    .skin-wa-green .menu[iw-type="tab"] .menu-item.active {
      color: #39a59c; }
    .skin-wa-orange .menu[iw-type="tab"] .menu-item.active {
      color: #ee5a29; }
    .skin-wa-peach .menu[iw-type="tab"] .menu-item.active {
      color: #f69b72; }
    .skin-wa-purple .menu[iw-type="tab"] .menu-item.active {
      color: #9f79bf; }
    .skin-wa-yellow .menu[iw-type="tab"] .menu-item.active {
      color: #e7b23f; }

.menu[iw-subtype="action"] {
  background-color: #fff; }
  .menu[iw-subtype="action"] .menu-item {
    overflow: visible; }
  .menu[iw-subtype="action"] .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0; }
    .menu[iw-subtype="action"] .button:not(:only-of-type) {
      margin-bottom: 0; }
    .menu[iw-subtype="action"] .button + .button {
      margin-left: 1rem; }

.menu[iw-location="main"] {
  background-color: inherit;
  color: #fff;
  padding-bottom: 4.28571rem; }
  .menu[iw-location="main"] .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .menu[iw-location="main"] .menu-item.active, .menu[iw-location="main"] .menu-item:hover, .menu[iw-location="main"] .menu-item:focus {
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff !important; }

@media only screen and (max-width: 42.4375em) {
  .menu[iw-location="box"] {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0; } }

.menu[iw-location="box"] .menu-item:hover, .menu[iw-location="box"] .menu-item:focus {
  background-color: #fff; }

@media only screen and (max-width: 42.4375em) {
  .menu[iw-location="box"] .menu-item {
    border-top: 1px solid #a9b6bd; }
    .skin-default .menu[iw-location="box"] .menu-item {
      border-top: 1px solid #a9b6bd; }
    .skin-wa-green .menu[iw-location="box"] .menu-item {
      border-top: 1px solid #aeb9b8; }
    .skin-wa-orange .menu[iw-location="box"] .menu-item {
      border-top: 1px solid #c0b1ac; }
    .skin-wa-peach .menu[iw-location="box"] .menu-item {
      border-top: 1px solid #c1b8b4; }
    .skin-wa-purple .menu[iw-location="box"] .menu-item {
      border-top: 1px solid #b8b4bb; }
    .skin-wa-yellow .menu[iw-location="box"] .menu-item {
      border-top: 1px solid #bfbaaf; }
    .menu[iw-location="box"] .menu-item.active {
      position: relative;
      line-height: 4.28571rem; }
      .menu[iw-location="box"] .menu-item.active::after {
        font-family: 'icons';
        position: absolute;
        top: 0;
        right: 2rem;
        line-height: inherit;
        pointer-events: none;
        content: '\e903';
        -webkit-transform: rotate(0.5turn);
        transform: rotate(0.5turn); } }

@media only screen and (min-width: 42.5em) and (max-width: 64.9375em) {
  .menu[iw-location="box"] .menu-item [class^="icon-"],
  .menu[iw-location="box"] .menu-item [class*=" icon-"] {
    display: none; } }

@media only screen and (min-width: 42.5em) {
  .menu[iw-location="box"] .menu-item {
    border-bottom: 1px solid #a9b6bd;
    border-right: 1px solid #a9b6bd; }
    .skin-default .menu[iw-location="box"] .menu-item {
      border-bottom: 1px solid #a9b6bd; }
    .skin-wa-green .menu[iw-location="box"] .menu-item {
      border-bottom: 1px solid #aeb9b8; }
    .skin-wa-orange .menu[iw-location="box"] .menu-item {
      border-bottom: 1px solid #c0b1ac; }
    .skin-wa-peach .menu[iw-location="box"] .menu-item {
      border-bottom: 1px solid #c1b8b4; }
    .skin-wa-purple .menu[iw-location="box"] .menu-item {
      border-bottom: 1px solid #b8b4bb; }
    .skin-wa-yellow .menu[iw-location="box"] .menu-item {
      border-bottom: 1px solid #bfbaaf; }
    .skin-default .menu[iw-location="box"] .menu-item {
      border-right: 1px solid #a9b6bd; }
    .skin-wa-green .menu[iw-location="box"] .menu-item {
      border-right: 1px solid #aeb9b8; }
    .skin-wa-orange .menu[iw-location="box"] .menu-item {
      border-right: 1px solid #c0b1ac; }
    .skin-wa-peach .menu[iw-location="box"] .menu-item {
      border-right: 1px solid #c1b8b4; }
    .skin-wa-purple .menu[iw-location="box"] .menu-item {
      border-right: 1px solid #b8b4bb; }
    .skin-wa-yellow .menu[iw-location="box"] .menu-item {
      border-right: 1px solid #bfbaaf; }
    .menu[iw-location="box"] .menu-item.active {
      margin-right: -1px; } }

@media only screen and (max-width: 42.4375em) {
  .menu[iw-location="box"]:not([iw-subtype="action"]) .menu-item {
    display: none; }
    .menu[iw-location="box"]:not([iw-subtype="action"]) .menu-item.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
  .menu[iw-location="box"]:not([iw-subtype="action"]).is-open {
    position: relative;
    padding-bottom: 4.28571rem; }
    .menu[iw-location="box"]:not([iw-subtype="action"]).is-open .menu-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .menu[iw-location="box"]:not([iw-subtype="action"]).is-open .menu-item.active {
        position: fixed;
        width: 100%;
        left: 0; } }

.menu[iw-type="button"] {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.menu[iw-type="selector"] {
  -webkit-animation: reveal 0.1s ease-in-out backwards;
  animation: reveal 0.1s ease-in-out backwards; }
  .menu[iw-type="selector"] {
    z-index: 1;
    position: absolute;
    text-align: left;
    max-width: calc(100vw - 2rem);
    border: 1px solid #a9b6bd;
    border-width: 1px;
    border-radius: 3px;
    background: #fff; }
    .skin-default .menu[iw-type="selector"] {
      border: 1px solid #a9b6bd; }
    .skin-wa-green .menu[iw-type="selector"] {
      border: 1px solid #aeb9b8; }
    .skin-wa-orange .menu[iw-type="selector"] {
      border: 1px solid #c0b1ac; }
    .skin-wa-peach .menu[iw-type="selector"] {
      border: 1px solid #c1b8b4; }
    .skin-wa-purple .menu[iw-type="selector"] {
      border: 1px solid #b8b4bb; }
    .skin-wa-yellow .menu[iw-type="selector"] {
      border: 1px solid #bfbaaf; }
  .menu[iw-type="selector"]::after, .menu[iw-type="selector"]::before {
    content: '';
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: currentColor;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    pointer-events: none; }
  .menu[iw-type="selector"]::after {
    color: #fff;
    border-width: 0.5rem; }
  .menu[iw-type="selector"]::before {
    color: #a9b6bd;
    border-width: calc(0.5rem + 1px); }
    .skin-default .menu[iw-type="selector"]::before {
      color: #a9b6bd; }
    .skin-wa-green .menu[iw-type="selector"]::before {
      color: #aeb9b8; }
    .skin-wa-orange .menu[iw-type="selector"]::before {
      color: #c0b1ac; }
    .skin-wa-peach .menu[iw-type="selector"]::before {
      color: #c1b8b4; }
    .skin-wa-purple .menu[iw-type="selector"]::before {
      color: #b8b4bb; }
    .skin-wa-yellow .menu[iw-type="selector"]::before {
      color: #bfbaaf; }
  .menu[iw-type="selector"].bottom, .menu[iw-type="selector"] {
    top: 100%;
    margin-top: 2px;
    bottom: auto;
    margin-bottom: auto; }
    .menu[iw-type="selector"].bottom::after, .menu[iw-type="selector"].bottom::before, .menu[iw-type="selector"]::after, .menu[iw-type="selector"]::before {
      bottom: 100%;
      border-top-color: transparent;
      top: auto;
      border-bottom-color: currentColor; }
  .menu[iw-type="selector"].right, .menu[iw-type="selector"] {
    right: 0;
    left: auto; }
    @media only screen and (min-width: 42.5em) {
      .menu[iw-type="selector"].right, .menu[iw-type="selector"] {
        right: -1rem; } }
    .menu[iw-type="selector"].right::after, .menu[iw-type="selector"]::after {
      margin-left: -2rem;
      right: 2rem;
      margin-right: auto;
      left: auto; }
    .menu[iw-type="selector"].right::before, .menu[iw-type="selector"]::before {
      margin-left: calc(-2rem - 1px);
      right: calc(2rem - 1px);
      margin-right: auto;
      left: auto; }
  .menu[iw-type="selector"] {
    margin-top: 1rem;
    right: 0; }
    .menu[iw-type="selector"]::after {
      margin-left: -1rem;
      right: 1rem; }
    .menu[iw-type="selector"]::before {
      margin-left: calc(-1rem - 1px);
      right: calc(1rem - 1px); }
    .box-action .menu[iw-type="selector"].top, .box-action .menu[iw-type="selector"] {
      bottom: 100%;
      margin-bottom: 2px;
      top: auto;
      margin-top: auto; }
      .box-action .menu[iw-type="selector"].top::after, .box-action .menu[iw-type="selector"].top::before, .box-action .menu[iw-type="selector"]::after, .box-action .menu[iw-type="selector"]::before {
        top: 100%;
        border-bottom-color: transparent;
        bottom: auto;
        border-top-color: currentColor; }
  .menu[iw-type="selector"] .menu-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 19.17857rem; }
    body.has-modal .frm_main .menu[iw-type="selector"] .menu-wrap {
      -webkit-overflow-scrolling: auto !important; }
  .menu[iw-type="selector"] .menu-item {
    white-space: nowrap;
    overflow: visible;
    text-align: center;
    font-size: 1rem;
    display: block;
    padding: 0 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    height: 2.75rem;
    line-height: 2.75rem;
    border: none !important; }
    .menu[iw-type="selector"] .menu-item:hover, .menu[iw-type="selector"] .menu-item:focus {
      color: #0b86d2;
      background-color: inherit; }
      .skin-default .menu[iw-type="selector"] .menu-item:hover, .skin-default .menu[iw-type="selector"] .menu-item:focus {
        color: #0b86d2; }
      .skin-wa-green .menu[iw-type="selector"] .menu-item:hover, .skin-wa-green .menu[iw-type="selector"] .menu-item:focus {
        color: #39a59c; }
      .skin-wa-orange .menu[iw-type="selector"] .menu-item:hover, .skin-wa-orange .menu[iw-type="selector"] .menu-item:focus {
        color: #ee5a29; }
      .skin-wa-peach .menu[iw-type="selector"] .menu-item:hover, .skin-wa-peach .menu[iw-type="selector"] .menu-item:focus {
        color: #f69b72; }
      .skin-wa-purple .menu[iw-type="selector"] .menu-item:hover, .skin-wa-purple .menu[iw-type="selector"] .menu-item:focus {
        color: #9f79bf; }
      .skin-wa-yellow .menu[iw-type="selector"] .menu-item:hover, .skin-wa-yellow .menu[iw-type="selector"] .menu-item:focus {
        color: #e7b23f; }
    .menu[iw-type="selector"] .menu-item:not(:last-child)::after {
      display: block;
      content: '';
      height: 1px;
      background-color: #a9b6bd;
      width: calc(100% + 3rem);
      margin-left: -1.5rem; }
      .skin-default .menu[iw-type="selector"] .menu-item:not(:last-child)::after {
        background-color: #a9b6bd; }
      .skin-wa-green .menu[iw-type="selector"] .menu-item:not(:last-child)::after {
        background-color: #aeb9b8; }
      .skin-wa-orange .menu[iw-type="selector"] .menu-item:not(:last-child)::after {
        background-color: #c0b1ac; }
      .skin-wa-peach .menu[iw-type="selector"] .menu-item:not(:last-child)::after {
        background-color: #c1b8b4; }
      .skin-wa-purple .menu[iw-type="selector"] .menu-item:not(:last-child)::after {
        background-color: #b8b4bb; }
      .skin-wa-yellow .menu[iw-type="selector"] .menu-item:not(:last-child)::after {
        background-color: #bfbaaf; }

.topbar .menu {
  height: 100%;
  background-color: #fff; }
  .topbar .menu .menu-item {
    padding: 0; }
    .topbar .menu .menu-item:hover, .topbar .menu .menu-item:focus {
      text-decoration: none; }

.topbar[iw-type="search"] .menu {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0; }

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  z-index: 201;
  opacity: 1;
  visibility: visible;
  -webkit-animation: reveal 0.1s ease-in-out backwards;
  animation: reveal 0.1s ease-in-out backwards;
  will-change: opacity; }

.panel {
  border: 1px solid #a9b6bd;
  margin-bottom: 1rem;
  padding: 1rem; }
  .skin-default .panel {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .panel {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .panel {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .panel {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .panel {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .panel {
    border: 1px solid #bfbaaf; }
  .panel.error {
    border-color: #cc3333;
    background-color: rgba(204, 51, 51, 0.1);
    color: #cc3333; }

.panel[iw-type="block"] {
  padding: 1.5rem; }
  @media only screen and (min-width: 42.5em) {
    .panel[iw-type="block"] {
      padding: 2rem; } }
  .panel[iw-type="block"] .panel-title {
    color: #444; }
  .panel[iw-type="block"] .panel-icon {
    font-size: 6rem;
    line-height: 1;
    margin-right: -1.5rem;
    width: 100%; }

.panel[iw-type="full"] {
  margin-bottom: 3rem;
  padding: 1rem;
  border-width: 1px;
  border-radius: 6px; }
  @media only screen and (min-width: 42.5em) {
    .panel[iw-type="full"] {
      padding: 1.5rem; } }
  .panel[iw-type="full"] .panel-title {
    font-size: 2rem;
    line-height: 1; }
  .panel[iw-type="full"] .panel-icon {
    font-size: 2.75rem;
    width: 2.75rem;
    line-height: 1; }
  .panel[iw-type="full"] .icon-close {
    color: currentColor; }
  @media only screen and (max-width: 64.9375em) {
    .panel[iw-type="full"] .button-group {
      margin-top: 1rem; } }

.preview__image[iw-image~="background"], .preview__image[iw-image="base"], .preview[iw-page="webadmin-login"][iw-enabled~="language"] .preview__image[iw-image~="language"], .preview[iw-page="webadmin-login"][iw-enabled~="remember"] .preview__image[iw-image~="remember"], .preview[iw-page="webadmin-login"][iw-enabled~="autofill"] .preview__image[iw-image~="autofill"], .preview[iw-page="webadmin-login"][iw-enabled~="facebook"] .preview__image[iw-image~="facebook"], .preview[iw-page="webadmin-login"][iw-enabled~="linkedin"] .preview__image[iw-image~="linkedin"], .preview[iw-page="webadmin-login"][iw-enabled~="twitter"] .preview__image[iw-image~="twitter"], .preview[iw-page="webclient-skin"][iw-skin~="default"] .preview__image[iw-image~="default"], .preview[iw-page="webclient-skin"][iw-skin~="bigger"] .preview__image[iw-image~="bigger"], .preview[iw-page="webclient-skin"][iw-skin~="biggerrtl"] .preview__image[iw-image~="biggerrtl"], .preview[iw-page="webclient-skin"][iw-skin~="banner"] .preview__image[iw-image~="banner"], .preview[iw-style="default"] .preview__image[iw-image~="skin--default"], .preview[iw-style="wa-green"] .preview__image[iw-image~="skin--wa-green"], .preview[iw-style="wa-orange"] .preview__image[iw-image~="skin--wa-orange"], .preview[iw-style="wa-peach"] .preview__image[iw-image~="skin--wa-peach"], .preview[iw-style="wa-purple"] .preview__image[iw-image~="skin--wa-purple"], .preview[iw-style="wa-yellow"] .preview__image[iw-image~="skin--wa-yellow"], .preview[iw-style="red"] .preview__image[iw-image~="skin--red"], .preview[iw-style="green"] .preview__image[iw-image~="skin--green"], .preview[iw-style="orange"] .preview__image[iw-image~="skin--orange"], .preview[iw-style="graphite"] .preview__image[iw-image~="skin--graphite"], .preview[iw-style="black"] .preview__image[iw-image~="skin--black"], .preview[iw-style="brown"] .preview__image[iw-image~="skin--brown"], .preview[iw-style="yellow"] .preview__image[iw-image~="skin--yellow"], .preview[iw-style="purple"] .preview__image[iw-image~="skin--purple"], .preview[iw-style="pink"] .preview__image[iw-image~="skin--pink"] {
  opacity: 1; }

.preview {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 1px solid #a9b6bd;
  background: top center no-repeat;
  background-size: contain;
  overflow: hidden;
  position: relative;
  max-width: 572px;
  height: 0;
  padding-bottom: 57.16783%;
  transition: background-image 0.4s; }
  .skin-default .preview {
    outline: 1px solid #a9b6bd; }
  .skin-wa-green .preview {
    outline: 1px solid #aeb9b8; }
  .skin-wa-orange .preview {
    outline: 1px solid #c0b1ac; }
  .skin-wa-peach .preview {
    outline: 1px solid #c1b8b4; }
  .skin-wa-purple .preview {
    outline: 1px solid #b8b4bb; }
  .skin-wa-yellow .preview {
    outline: 1px solid #bfbaaf; }
  @media only screen and (max-width: 64.9375em) {
    .preview {
      width: auto !important; } }

.preview__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: none;
  transform: none;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s; }

.preview__text--webadmin {
  position: absolute;
  width: 100%;
  transform: scale(0.408);
  bottom: 64%;
  text-align: center; }
  [iw-theme="light"] .preview__text--webadmin p {
    color: #fff; }
  [iw-theme="dark"] .preview__text--webadmin p {
    color: #444; }

.preview__logo--webadmin {
  position: absolute;
  margin: 1rem;
  top: 0;
  left: 0;
  width: 14%;
  height: 8%; }
  .preview__logo--webadmin .login-logo {
    max-width: 100%;
    max-height: 100%;
    height: auto; }
    [iw-theme="light"] .preview__logo--webadmin .login-logo {
      fill: #fff; }
    [iw-theme="dark"] .preview__logo--webadmin .login-logo {
      fill: #444; }

.preview[iw-page="webadmin-login"][iw-background="default_0"] {
  background-image: url("../login/images/background--default.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="default_1"] {
  background-image: url("../login/images/background--krivan.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="default_2"] {
  background-image: url("../login/images/background--prague2.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="default_3"] {
  background-image: url("../login/images/background--adrspach1.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="default_4"] {
  background-image: url("../login/images/background--czechcity.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="default_5"] {
  background-image: url("../login/images/background--prague1.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="default_6"] {
  background-image: url("../login/images/background--slovakia.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-green_0"] {
  background-image: url("../login/images/background--default.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-green_1"] {
  background-image: url("../login/images/background--krivan.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-green_2"] {
  background-image: url("../login/images/background--prague2.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-green_3"] {
  background-image: url("../login/images/background--adrspach1.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-orange_0"] {
  background-image: url("../login/images/background--default.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-orange_1"] {
  background-image: url("../login/images/background--krivan.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-orange_2"] {
  background-image: url("../login/images/background--prague2.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-orange_3"] {
  background-image: url("../login/images/background--adrspach1.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-orange_4"] {
  background-image: url("../login/images/background--czech1.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-orange_5"] {
  background-image: url("../login/images/background--pragueboats.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-peach_0"] {
  background-image: url("../login/images/background--default.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-peach_1"] {
  background-image: url("../login/images/background--krivan.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-peach_2"] {
  background-image: url("../login/images/background--prague2.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-peach_3"] {
  background-image: url("../login/images/background--adrspach1.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-peach_4"] {
  background-image: url("../login/images/background--adrspach2.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-purple_0"] {
  background-image: url("../login/images/background--default.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-purple_1"] {
  background-image: url("../login/images/background--krivan.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-purple_2"] {
  background-image: url("../login/images/background--prague2.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-purple_3"] {
  background-image: url("../login/images/background--adrspach1.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-purple_4"] {
  background-image: url("../login/images/background--pleso.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-purple_5"] {
  background-image: url("../login/images/background--vine.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-purple_6"] {
  background-image: url("../login/images/background--czech.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-yellow_0"] {
  background-image: url("../login/images/background--default.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-yellow_1"] {
  background-image: url("../login/images/background--krivan.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-yellow_2"] {
  background-image: url("../login/images/background--prague2.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-yellow_3"] {
  background-image: url("../login/images/background--adrspach1.jpg"); }

.preview[iw-page="webadmin-login"][iw-background="wa-yellow_4"] {
  background-image: url("../login/images/background--tatras.jpg"); }

.preview[iw-skin="banner"] .preview__image[iw-image~="skin"], .preview[iw-skin="banner"] .preview__image[iw-image~="content"], .preview[iw-skin="banner"] .preview__image[iw-image~="topbar"] {
  -webkit-transform: translateY(7%);
  transform: translateY(7%); }

[iw-theme="light"] .preview__image[iw-image~="language--dark"] {
  opacity: 0 !important; }

[iw-theme="light"] .preview__image[iw-image~="remember--dark"] {
  opacity: 0 !important; }

[iw-theme="dark"] .preview__image[iw-image~="language--light"] {
  opacity: 0 !important; }

[iw-theme="dark"] .preview__image[iw-image~="remember--light"] {
  opacity: 0 !important; }

.radio {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-align: center;
  height: 2.75rem;
  line-height: 2.75rem;
  transition: opacity 0.4s; }
  .radio:not(:last-of-type):not(.radio--block) {
    margin-right: 2rem; }
  .radio .label {
    display: none;
    margin-left: 0.5rem;
    vertical-align: middle;
    transition: color 0.1s; }
    .radio .label:not(:empty) {
      display: inline-block; }
  .radio i {
    border: 1px solid #a9b6bd;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    padding: 0;
    margin: 0 auto; }
    .skin-default .radio i {
      border: 1px solid #a9b6bd; }
    .skin-wa-green .radio i {
      border: 1px solid #aeb9b8; }
    .skin-wa-orange .radio i {
      border: 1px solid #c0b1ac; }
    .skin-wa-peach .radio i {
      border: 1px solid #c1b8b4; }
    .skin-wa-purple .radio i {
      border: 1px solid #b8b4bb; }
    .skin-wa-yellow .radio i {
      border: 1px solid #bfbaaf; }
  .radio input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1; }
    .radio input:checked ~ .label {
      color: #0b86d2; }
      .skin-default .radio input:checked ~ .label {
        color: #0b86d2; }
      .skin-wa-green .radio input:checked ~ .label {
        color: #39a59c; }
      .skin-wa-orange .radio input:checked ~ .label {
        color: #ee5a29; }
      .skin-wa-peach .radio input:checked ~ .label {
        color: #f69b72; }
      .skin-wa-purple .radio input:checked ~ .label {
        color: #9f79bf; }
      .skin-wa-yellow .radio input:checked ~ .label {
        color: #e7b23f; }
    .radio input:not([disabled]):hover {
      cursor: pointer; }
  .radio--block {
    display: block;
    text-align: left; }
  .radio--default {
    height: 2.75rem;
    line-height: 2.75rem; }
    .radio--default i {
      width: 20px;
      height: 20px; }
  .radio.is-disabled {
    opacity: 0.5; }

.radio i {
  transition: border-color 0.1s;
  border-radius: 50%; }
  .radio i::after {
    background-color: #0b86d2;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.4s 0.1s, transform 0.4s;
    transition: opacity 0.4s 0.1s, transform 0.4s; }
    .skin-default .radio i::after {
      background-color: #0b86d2; }
    .skin-wa-green .radio i::after {
      background-color: #39a59c; }
    .skin-wa-orange .radio i::after {
      background-color: #ee5a29; }
    .skin-wa-peach .radio i::after {
      background-color: #f69b72; }
    .skin-wa-purple .radio i::after {
      background-color: #9f79bf; }
    .skin-wa-yellow .radio i::after {
      background-color: #e7b23f; }

.radio input:checked + i {
  border-color: #0b86d2; }
  .skin-default .radio input:checked + i {
    border-color: #0b86d2; }
  .skin-wa-green .radio input:checked + i {
    border-color: #39a59c; }
  .skin-wa-orange .radio input:checked + i {
    border-color: #ee5a29; }
  .skin-wa-peach .radio input:checked + i {
    border-color: #f69b72; }
  .skin-wa-purple .radio input:checked + i {
    border-color: #9f79bf; }
  .skin-wa-yellow .radio input:checked + i {
    border-color: #e7b23f; }
  .radio input:checked + i::after {
    opacity: 1;
    -webkit-transform: scale(0.55556);
    transform: scale(0.55556);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
    transition: opacity 0.1s, transform 0.1s; }

.radio--default i {
  border-radius: 50%; }
  .radio--default i::after {
    content: ''; }

.radio--imagepicker {
  -webkit-animation: reveal 0.4s ease-in-out backwards;
  animation: reveal 0.4s ease-in-out backwards;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  height: auto;
  padding-left: 1rem;
  margin-right: 0 !important; }
  .radio--imagepicker[iw-background="default_0"] i {
    background-image: url("../login/images/background--default.jpg"); }
  .radio--imagepicker[iw-background="default_1"] i {
    background-image: url("../login/images/background--krivan.jpg"); }
  .radio--imagepicker[iw-background="default_2"] i {
    background-image: url("../login/images/background--prague2.jpg"); }
  .radio--imagepicker[iw-background="default_3"] i {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .radio--imagepicker[iw-background="default_4"] i {
    background-image: url("../login/images/background--czechcity.jpg"); }
  .radio--imagepicker[iw-background="default_5"] i {
    background-image: url("../login/images/background--prague1.jpg"); }
  .radio--imagepicker[iw-background="default_6"] i {
    background-image: url("../login/images/background--slovakia.jpg"); }
  .radio--imagepicker[iw-background="wa-green_0"] i {
    background-image: url("../login/images/background--default.jpg"); }
  .radio--imagepicker[iw-background="wa-green_1"] i {
    background-image: url("../login/images/background--krivan.jpg"); }
  .radio--imagepicker[iw-background="wa-green_2"] i {
    background-image: url("../login/images/background--prague2.jpg"); }
  .radio--imagepicker[iw-background="wa-green_3"] i {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .radio--imagepicker[iw-background="wa-orange_0"] i {
    background-image: url("../login/images/background--default.jpg"); }
  .radio--imagepicker[iw-background="wa-orange_1"] i {
    background-image: url("../login/images/background--krivan.jpg"); }
  .radio--imagepicker[iw-background="wa-orange_2"] i {
    background-image: url("../login/images/background--prague2.jpg"); }
  .radio--imagepicker[iw-background="wa-orange_3"] i {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .radio--imagepicker[iw-background="wa-orange_4"] i {
    background-image: url("../login/images/background--czech1.jpg"); }
  .radio--imagepicker[iw-background="wa-orange_5"] i {
    background-image: url("../login/images/background--pragueboats.jpg"); }
  .radio--imagepicker[iw-background="wa-peach_0"] i {
    background-image: url("../login/images/background--default.jpg"); }
  .radio--imagepicker[iw-background="wa-peach_1"] i {
    background-image: url("../login/images/background--krivan.jpg"); }
  .radio--imagepicker[iw-background="wa-peach_2"] i {
    background-image: url("../login/images/background--prague2.jpg"); }
  .radio--imagepicker[iw-background="wa-peach_3"] i {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .radio--imagepicker[iw-background="wa-peach_4"] i {
    background-image: url("../login/images/background--adrspach2.jpg"); }
  .radio--imagepicker[iw-background="wa-purple_0"] i {
    background-image: url("../login/images/background--default.jpg"); }
  .radio--imagepicker[iw-background="wa-purple_1"] i {
    background-image: url("../login/images/background--krivan.jpg"); }
  .radio--imagepicker[iw-background="wa-purple_2"] i {
    background-image: url("../login/images/background--prague2.jpg"); }
  .radio--imagepicker[iw-background="wa-purple_3"] i {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .radio--imagepicker[iw-background="wa-purple_4"] i {
    background-image: url("../login/images/background--pleso.jpg"); }
  .radio--imagepicker[iw-background="wa-purple_5"] i {
    background-image: url("../login/images/background--vine.jpg"); }
  .radio--imagepicker[iw-background="wa-purple_6"] i {
    background-image: url("../login/images/background--czech.jpg"); }
  .radio--imagepicker[iw-background="wa-yellow_0"] i {
    background-image: url("../login/images/background--default.jpg"); }
  .radio--imagepicker[iw-background="wa-yellow_1"] i {
    background-image: url("../login/images/background--krivan.jpg"); }
  .radio--imagepicker[iw-background="wa-yellow_2"] i {
    background-image: url("../login/images/background--prague2.jpg"); }
  .radio--imagepicker[iw-background="wa-yellow_3"] i {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .radio--imagepicker[iw-background="wa-yellow_4"] i {
    background-image: url("../login/images/background--tatras.jpg"); }
  .form__element--imagepicker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
    margin-left: -1rem; }
  .radio--imagepicker i {
    display: block;
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 33.33333%;
    margin-bottom: 1rem;
    background: center no-repeat;
    background-size: cover;
    border-radius: 0; }
    .radio--imagepicker i::after {
      content: none; }
    .radio--imagepicker i::before {
      background-color: #0b86d2;
      content: "";
      font-family: 'icons';
      font-style: normal;
      position: absolute;
      bottom: 9%;
      right: 3%;
      border-radius: 50%;
      color: #fff;
      font-size: 1.5rem;
      text-align: center;
      opacity: 0;
      transition: opacity 0.4s;
      -webkit-transform: scale(1) !important;
      transform: scale(1) !important; }
      @media only screen {
        .radio--imagepicker i::before {
          width: 22px;
          height: 22px;
          line-height: 22px; } }
      @media only screen and (min-width: 42.5em) {
        .radio--imagepicker i::before {
          width: 25px;
          height: 25px;
          line-height: 25px; } }
      @media only screen and (min-width: 65em) {
        .radio--imagepicker i::before {
          width: 28px;
          height: 28px;
          line-height: 28px; } }
      .skin-default .radio--imagepicker i::before {
        background-color: #0b86d2; }
      .skin-wa-green .radio--imagepicker i::before {
        background-color: #39a59c; }
      .skin-wa-orange .radio--imagepicker i::before {
        background-color: #ee5a29; }
      .skin-wa-peach .radio--imagepicker i::before {
        background-color: #f69b72; }
      .skin-wa-purple .radio--imagepicker i::before {
        background-color: #9f79bf; }
      .skin-wa-yellow .radio--imagepicker i::before {
        background-color: #e7b23f; }
  .radio--imagepicker input:checked + i {
    box-shadow: inset 0 0 0 1px #0b86d2; }
    .skin-default .radio--imagepicker input:checked + i {
      box-shadow: inset 0 0 0 1px #0b86d2; }
    .skin-wa-green .radio--imagepicker input:checked + i {
      box-shadow: inset 0 0 0 1px #39a59c; }
    .skin-wa-orange .radio--imagepicker input:checked + i {
      box-shadow: inset 0 0 0 1px #ee5a29; }
    .skin-wa-peach .radio--imagepicker input:checked + i {
      box-shadow: inset 0 0 0 1px #f69b72; }
    .skin-wa-purple .radio--imagepicker input:checked + i {
      box-shadow: inset 0 0 0 1px #9f79bf; }
    .skin-wa-yellow .radio--imagepicker input:checked + i {
      box-shadow: inset 0 0 0 1px #e7b23f; }
    .radio--imagepicker input:checked + i::before {
      opacity: 1;
      transition: none; }
  .radio--imagepicker:not(.is-visible) {
    display: none; }

.radio--colorpicker {
  height: auto;
  line-height: 1.625; }
  .radio--colorpicker:not(:last-of-type):not(.radio--block) {
    margin: 0 1rem 1rem 0; }
  .radio--colorpicker i {
    border-radius: 50%;
    height: 36px;
    width: 36px; }
    .radio--colorpicker i::after {
      content: '';
      background-color: currentColor !important;
      opacity: 1;
      -webkit-transform: scale(0.75) !important;
      transform: scale(0.75) !important; }
  .radio--colorpicker input:checked + i {
    border-color: currentColor !important;
    border-width: 2px; }

.radio--default {
  color: #0b86d2; }

.radio--wa-green {
  color: #39a59c; }

.radio--wa-orange {
  color: #ee5a29; }

.radio--wa-peach {
  color: #f69b72; }

.radio--wa-purple {
  color: #9f79bf; }

.radio--wa-yellow {
  color: #e7b23f; }

.radio--red {
  color: #e60000; }

.radio--green {
  color: #4e941a; }

.radio--orange {
  color: #f78320; }

.radio--graphite {
  color: #666666; }

.radio--black {
  color: #2a2a2a; }

.radio--brown {
  color: #754f2e; }

.radio--yellow {
  color: #f6a901; }

.radio--purple {
  color: #5e2d86; }

.radio--pink {
  color: #e30074; }

.rulecard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: reveal 0.4s ease-in-out backwards;
  animation: reveal 0.4s ease-in-out backwards;
  position: relative;
  border: 1px solid #a9b6bd;
  background-color: #fff;
  margin-bottom: 0.5rem; }
  .skin-default .rulecard {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .rulecard {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .rulecard {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .rulecard {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .rulecard {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .rulecard {
    border: 1px solid #bfbaaf; }
  .rulecard:first-child {
    margin-top: 1rem; }
  .rulecard:not(.is-active) .rulecard-component {
    display: none; }

.rulecard-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  height: 2.75rem;
  line-height: 2.75rem;
  text-transform: uppercase;
  color: #666;
  font-weight: 600; }

.rulecard-content {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 0;
  position: relative;
  padding: 0.5rem 1.5rem 0; }

.rulecard-component {
  padding-bottom: 0.5rem; }

.rulecard-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  border-left: 1px solid #a9b6bd;
  width: 1rem;
  display: none !important; }
  .skin-default .rulecard-arrows {
    border-left: 1px solid #a9b6bd; }
  .skin-wa-green .rulecard-arrows {
    border-left: 1px solid #aeb9b8; }
  .skin-wa-orange .rulecard-arrows {
    border-left: 1px solid #c0b1ac; }
  .skin-wa-peach .rulecard-arrows {
    border-left: 1px solid #c1b8b4; }
  .skin-wa-purple .rulecard-arrows {
    border-left: 1px solid #b8b4bb; }
  .skin-wa-yellow .rulecard-arrows {
    border-left: 1px solid #bfbaaf; }

.rulecard-buttons {
  white-space: nowrap;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  right: 1rem;
  top: 0.9rem; }
  .rulecard-buttons::before {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 2rem;
    left: -2rem;
    background: linear-gradient(to left, #fff, transparent);
    background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)); }

.rulecard-button {
  width: 2rem;
  height: 2rem;
  line-height: 2rem; }
  .rulecard-button:not(:first-child) {
    margin-left: 1rem; }
  .rulecard-button:hover {
    background-color: transparent !important; }

.rulecard-arrow {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #cfd5db;
  font-size: 1rem;
  width: 100%; }
  .rulecard-arrow:not(:last-child) {
    border-bottom: 1px solid #a9b6bd; }
    .skin-default .rulecard-arrow:not(:last-child) {
      border-bottom: 1px solid #a9b6bd; }
    .skin-wa-green .rulecard-arrow:not(:last-child) {
      border-bottom: 1px solid #aeb9b8; }
    .skin-wa-orange .rulecard-arrow:not(:last-child) {
      border-bottom: 1px solid #c0b1ac; }
    .skin-wa-peach .rulecard-arrow:not(:last-child) {
      border-bottom: 1px solid #c1b8b4; }
    .skin-wa-purple .rulecard-arrow:not(:last-child) {
      border-bottom: 1px solid #b8b4bb; }
    .skin-wa-yellow .rulecard-arrow:not(:last-child) {
      border-bottom: 1px solid #bfbaaf; }

.rulecard-gate {
  position: absolute;
  width: 100%;
  left: 0;
  top: -1.25rem;
  text-align: center;
  height: 0; }

.rulecard-gate-boolean {
  width: auto !important; }
  .rulecard:not(:first-child) .rulecard-gate-boolean {
    display: none; }

.rulecard:first-child .rulecard-gate-select {
  display: none; }

.rulecard-expand {
  color: #0b86d2; }
  .skin-default .rulecard-expand {
    color: #0b86d2; }
  .skin-wa-green .rulecard-expand {
    color: #39a59c; }
  .skin-wa-orange .rulecard-expand {
    color: #ee5a29; }
  .skin-wa-peach .rulecard-expand {
    color: #f69b72; }
  .skin-wa-purple .rulecard-expand {
    color: #9f79bf; }
  .skin-wa-yellow .rulecard-expand {
    color: #e7b23f; }
  .rulecard-expand::before {
    will-change: transform;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }
  .rulecard.is-active .rulecard-expand {
    color: #9b9ea3; }
    .rulecard.is-active .rulecard-expand:hover {
      color: #0b86d2; }
      .skin-default .rulecard.is-active .rulecard-expand:hover {
        color: #0b86d2; }
      .skin-wa-green .rulecard.is-active .rulecard-expand:hover {
        color: #39a59c; }
      .skin-wa-orange .rulecard.is-active .rulecard-expand:hover {
        color: #ee5a29; }
      .skin-wa-peach .rulecard.is-active .rulecard-expand:hover {
        color: #f69b72; }
      .skin-wa-purple .rulecard.is-active .rulecard-expand:hover {
        color: #9f79bf; }
      .skin-wa-yellow .rulecard.is-active .rulecard-expand:hover {
        color: #e7b23f; }
    .rulecard.is-active .rulecard-expand::before {
      will-change: transform;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: -webkit-transform 0.4s;
      transition: transform 0.4s; }

.rulecard[iw-type="action"] .rulecard-arrows,
.rulecard[iw-type="action"] .rulecard-gate {
  display: none; }

.selector {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  display: inline-block;
  position: relative;
  height: 2.75rem;
  line-height: 2.75rem; }
  .selector.full {
    width: 100%; }

.service-group {
  transition: background-color 0.4s; }
  .service-group:not(:last-child) {
    border-bottom: 1px solid #a9b6bd; }
    .skin-default .service-group:not(:last-child) {
      border-bottom: 1px solid #a9b6bd; }
    .skin-wa-green .service-group:not(:last-child) {
      border-bottom: 1px solid #aeb9b8; }
    .skin-wa-orange .service-group:not(:last-child) {
      border-bottom: 1px solid #c0b1ac; }
    .skin-wa-peach .service-group:not(:last-child) {
      border-bottom: 1px solid #c1b8b4; }
    .skin-wa-purple .service-group:not(:last-child) {
      border-bottom: 1px solid #b8b4bb; }
    .skin-wa-yellow .service-group:not(:last-child) {
      border-bottom: 1px solid #bfbaaf; }
  .service-group:not(.is-active) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 4.28571rem;
    overflow: hidden; }
    .service-group:not(.is-active):hover {
      background-color: #f8f8f8;
      transition: none; }
  .service-group.is-active {
    background-color: #f8f8f8;
    height: auto;
    overflow: visible; }
  .service-group .dot {
    margin-right: 1rem; }
    @media only screen and (min-width: 42.5em) {
      .service-group .dot {
        margin-right: 1.5rem; } }

.service-group-header {
  padding-left: 1rem; }
  @media only screen and (min-width: 42.5em) {
    .service-group-header {
      padding-left: 2rem; } }

.service-group.status-off .service-group-status {
  color: #cc3333; }

.service-group.status-both .service-group-status {
  color: #dda500; }

.service-group.status-on .service-group-status .dot {
  color: #00cc66; }

.service-item {
  padding: 0 1rem; }
  @media only screen and (min-width: 42.5em) {
    .service-item {
      padding: 0 2rem; } }

.service-item-header {
  border-bottom: 1px solid #a9b6bd; }
  .skin-default .service-item-header {
    border-bottom: 1px solid #a9b6bd; }
  .skin-wa-green .service-item-header {
    border-bottom: 1px solid #aeb9b8; }
  .skin-wa-orange .service-item-header {
    border-bottom: 1px solid #c0b1ac; }
  .skin-wa-peach .service-item-header {
    border-bottom: 1px solid #c1b8b4; }
  .skin-wa-purple .service-item-header {
    border-bottom: 1px solid #b8b4bb; }
  .skin-wa-yellow .service-item-header {
    border-bottom: 1px solid #bfbaaf; }

.service-item-status.status-on {
  color: #00cc66; }

.service-item-status.status-off {
  color: #cc3333; }

.service-table {
  margin: 1.5rem 0; }
  .box-content > .service-table {
    margin-top: 0; }
  .service-table td:first-child::after {
    content: ':'; }
  .service-table td:last-child {
    text-align: right;
    font-weight: 600; }

.service-selector ~ .menu[iw-type="selector"] {
  margin-top: 0.5rem;
  right: -1rem; }

.service-selector:hover::before {
  color: #0b86d2; }
  .skin-default .service-selector:hover::before {
    color: #0b86d2; }
  .skin-wa-green .service-selector:hover::before {
    color: #39a59c; }
  .skin-wa-orange .service-selector:hover::before {
    color: #ee5a29; }
  .skin-wa-peach .service-selector:hover::before {
    color: #f69b72; }
  .skin-wa-purple .service-selector:hover::before {
    color: #9f79bf; }
  .skin-wa-yellow .service-selector:hover::before {
    color: #e7b23f; }

.service-expand::before {
  will-change: transform;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  color: #0b86d2; }
  .skin-default .service-expand::before {
    color: #0b86d2; }
  .skin-wa-green .service-expand::before {
    color: #39a59c; }
  .skin-wa-orange .service-expand::before {
    color: #ee5a29; }
  .skin-wa-peach .service-expand::before {
    color: #f69b72; }
  .skin-wa-purple .service-expand::before {
    color: #9f79bf; }
  .skin-wa-yellow .service-expand::before {
    color: #e7b23f; }

.service-group:not(.is-active) .service-expand {
  pointer-events: none; }

.service-group.is-active .service-expand::before {
  will-change: transform;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  color: #9b9ea3; }

.service-group.is-active .service-expand:hover::before {
  color: #0b86d2; }
  .skin-default .service-group.is-active .service-expand:hover::before {
    color: #0b86d2; }
  .skin-wa-green .service-group.is-active .service-expand:hover::before {
    color: #39a59c; }
  .skin-wa-orange .service-group.is-active .service-expand:hover::before {
    color: #ee5a29; }
  .skin-wa-peach .service-group.is-active .service-expand:hover::before {
    color: #f69b72; }
  .skin-wa-purple .service-group.is-active .service-expand:hover::before {
    color: #9f79bf; }
  .skin-wa-yellow .service-group.is-active .service-expand:hover::before {
    color: #e7b23f; }

.service-title {
  line-height: 4.28571rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.slider {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  position: relative; }
  @media only screen and (min-width: 65em) {
    .slider.is-fixed .slider__content {
      position: fixed;
      pointer-events: none; }
    .slider.is-pinned .slider__content {
      position: absolute;
      top: auto !important;
      bottom: 0; } }

@media only screen and (min-width: 65em) {
  .slider__track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

.slider__content {
  max-width: 572px !important; }
  @media only screen and (max-width: 64.9375em) {
    .slider__content {
      margin: auto; } }

.stat-group {
  border-bottom: 1px solid #a9b6bd;
  margin: 0; }
  .skin-default .stat-group {
    border-bottom: 1px solid #a9b6bd; }
  .skin-wa-green .stat-group {
    border-bottom: 1px solid #aeb9b8; }
  .skin-wa-orange .stat-group {
    border-bottom: 1px solid #c0b1ac; }
  .skin-wa-peach .stat-group {
    border-bottom: 1px solid #c1b8b4; }
  .skin-wa-purple .stat-group {
    border-bottom: 1px solid #b8b4bb; }
  .skin-wa-yellow .stat-group {
    border-bottom: 1px solid #bfbaaf; }

.stat-item {
  height: 4.28571rem;
  line-height: 4.28571rem;
  padding: 0 1rem;
  border: 1px solid #a9b6bd;
  border-width: 0 1px 1px 0 !important;
  margin: -2px 1px 1px -1px;
  position: relative;
  top: 2px;
  left: 2px; }
  .skin-default .stat-item {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .stat-item {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .stat-item {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .stat-item {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .stat-item {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .stat-item {
    border: 1px solid #bfbaaf; }
  @media only screen and (min-width: 42.5em) {
    .stat-item {
      padding: 0 2rem; } }

@media only screen and (min-width: 42.5em) and (max-width: 64.9375em) {
  .stat-item.override {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

.stat-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.stat-value {
  font-size: 1.28571rem;
  font-weight: 600;
  white-space: nowrap; }

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  table-layout: fixed;
  width: 100%; }
  @media only screen and (max-width: 42.4375em) {
    .table {
      width: calc(100% + 2rem);
      margin-left: -1rem; } }
  .table [class*="table-select-"] {
    padding: 0;
    width: 4.28571rem !important;
    min-width: 4.28571rem; }
    .table [class*="table-select-"] + .table__cell {
      padding-left: 0; }
  .table [class^="icon-"]::before,
  .table [class^="icon-"] + span,
  .table [class*=" icon-"]::before,
  .table [class*=" icon-"] + span {
    vertical-align: middle; }

.table__cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  max-width: 20rem;
  padding: 0 1rem;
  height: 4.28571rem;
  border-bottom: 1px solid #a9b6bd; }
  .skin-default .table__cell {
    border-bottom: 1px solid #a9b6bd; }
  .skin-wa-green .table__cell {
    border-bottom: 1px solid #aeb9b8; }
  .skin-wa-orange .table__cell {
    border-bottom: 1px solid #c0b1ac; }
  .skin-wa-peach .table__cell {
    border-bottom: 1px solid #c1b8b4; }
  .skin-wa-purple .table__cell {
    border-bottom: 1px solid #b8b4bb; }
  .skin-wa-yellow .table__cell {
    border-bottom: 1px solid #bfbaaf; }

.table-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.table-head, .table-body {
  display: table;
  width: 100%;
  table-layout: fixed; }

.table-body-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  min-width: 0;
  flex-basis: 0;
  display: block;
  padding-bottom: 1rem;
  will-change: transform; }
  body.has-modal .frm_main .table-body-wrapper {
    -webkit-overflow-scrolling: auto !important; }

.table-row {
  width: 100%;
  display: table-row; }
  @media only screen and (min-width: 65em) {
    .table-row {
      white-space: nowrap; } }
  .table-body .table-row:last-child .table__cell {
    border: none; }
  .table:not(.noanchor) .table-body .table-row:not(.main) {
    cursor: pointer; }
    .table:not(.noanchor) .table-body .table-row:not(.main):hover {
      color: #0b86d2;
      transition: none; }
      .skin-default .table:not(.noanchor) .table-body .table-row:not(.main):hover {
        color: #0b86d2; }
      .skin-wa-green .table:not(.noanchor) .table-body .table-row:not(.main):hover {
        color: #39a59c; }
      .skin-wa-orange .table:not(.noanchor) .table-body .table-row:not(.main):hover {
        color: #ee5a29; }
      .skin-wa-peach .table:not(.noanchor) .table-body .table-row:not(.main):hover {
        color: #f69b72; }
      .skin-wa-purple .table:not(.noanchor) .table-body .table-row:not(.main):hover {
        color: #9f79bf; }
      .skin-wa-yellow .table:not(.noanchor) .table-body .table-row:not(.main):hover {
        color: #e7b23f; }
  .table-head .table-row {
    font-size: 0.85714rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: initial;
    color: #666; }
  .table-row.is-selected {
    color: #0b86d2;
    transition: color 0.1s; }
    .skin-default .table-row.is-selected {
      color: #0b86d2; }
    .skin-wa-green .table-row.is-selected {
      color: #39a59c; }
    .skin-wa-orange .table-row.is-selected {
      color: #ee5a29; }
    .skin-wa-peach .table-row.is-selected {
      color: #f69b72; }
    .skin-wa-purple .table-row.is-selected {
      color: #9f79bf; }
    .skin-wa-yellow .table-row.is-selected {
      color: #e7b23f; }
  .table-row.is-disabled {
    color: #9b9ea3 !important;
    transition: color 0.1s; }
    .table-row.is-disabled:hover {
      color: #9b9ea3 !important;
      cursor: default !important; }

.table-row.main:not(:first-of-type) .table__cell {
  padding-top: 2.5rem; }

.table-row.sub {
  border-bottom: 0; }
  .table-row.sub + .sub {
    border-top: 1px solid #a9b6bd; }
    .skin-default .table-row.sub + .sub {
      border-top: 1px solid #a9b6bd; }
    .skin-wa-green .table-row.sub + .sub {
      border-top: 1px solid #aeb9b8; }
    .skin-wa-orange .table-row.sub + .sub {
      border-top: 1px solid #c0b1ac; }
    .skin-wa-peach .table-row.sub + .sub {
      border-top: 1px solid #c1b8b4; }
    .skin-wa-purple .table-row.sub + .sub {
      border-top: 1px solid #b8b4bb; }
    .skin-wa-yellow .table-row.sub + .sub {
      border-top: 1px solid #bfbaaf; }

.table-context {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  background-color: #fff;
  padding: 1rem;
  border-top: 1px solid #a9b6bd; }
  .skin-default .table-context {
    border-top: 1px solid #a9b6bd; }
  .skin-wa-green .table-context {
    border-top: 1px solid #aeb9b8; }
  .skin-wa-orange .table-context {
    border-top: 1px solid #c0b1ac; }
  .skin-wa-peach .table-context {
    border-top: 1px solid #c1b8b4; }
  .skin-wa-purple .table-context {
    border-top: 1px solid #b8b4bb; }
  .skin-wa-yellow .table-context {
    border-top: 1px solid #bfbaaf; }

.table-info {
  padding-top: 1.5rem; }

.table-dropdown-label {
  padding-right: 1rem; }

.table.singledomain [class*="table-select-"] {
  display: none; }
  .table.singledomain [class*="table-select-"] + .table__cell {
    padding-left: 1rem; }

.table[iw-type="compact"] .table-body, .table[iw-type="compact"] .table-body-wrapper {
  padding: 0; }

.table[iw-type="compact"] .table__cell {
  height: 3rem; }

@media only screen and (max-width: 42.4375em) {
  .table[iw-type="compact"] {
    width: 100%;
    margin: 0; } }

@media only screen and (max-width: 42.4375em) {
  .table.responsive .table-body .table-row {
    height: auto;
    display: block; }
  .table.responsive .table-body .table__cell {
    border: none;
    display: block;
    max-width: none;
    white-space: normal; }
    .table.responsive .table-body .table__cell:empty {
      display: none; } }

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 42.5em) {
    .tabs {
      margin-bottom: 2rem; } }

.tabs-label {
  cursor: pointer;
  background-color: #eff3f7;
  color: #9b9ea3;
  font-weight: 600;
  border: 1px solid #a9b6bd;
  padding: 0.66667rem 1rem; }
  .skin-default .tabs-label {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .tabs-label {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .tabs-label {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .tabs-label {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .tabs-label {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .tabs-label {
    border: 1px solid #bfbaaf; }
  @media only screen and (min-width: 42.5em) {
    .tabs-label {
      padding: 0.5rem 1.5rem; } }

.tabs-content {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: none;
  max-width: 100%;
  width: 100%;
  height: 10.5rem;
  border: 1px solid #a9b6bd; }
  .skin-default .tabs-content {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .tabs-content {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .tabs-content {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .tabs-content {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .tabs-content {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .tabs-content {
    border: 1px solid #bfbaaf; }

.tabs-radio {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  pointer-events: none; }

.tabs-radio:checked + .tabs-label {
  z-index: 1;
  background-color: #fff;
  color: #444;
  border-bottom: none; }
  .tabs-radio:checked + .tabs-label + .tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.tabs:not([iw-type="tabcordion"]) .tabs-label {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  width: auto; }
  .tabs:not([iw-type="tabcordion"]) .tabs-label:first-of-type {
    border-top-left-radius: 3px; }
  .tabs:not([iw-type="tabcordion"]) .tabs-label:last-of-type {
    border-top-right-radius: 3px; }
  .tabs:not([iw-type="tabcordion"]) .tabs-label:not(:last-of-type) {
    border-right: none; }

.tabs:not([iw-type="tabcordion"]) .tabs-content {
  border-radius: 3px;
  border-top-left-radius: 0;
  margin-top: -1px; }
  .tabs:not([iw-type="tabcordion"]) .tabs-content:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .tabs:not([iw-type="tabcordion"]) .tabs-content:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .tabs:not([iw-type="tabcordion"]) .tabs-content:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .tabs:not([iw-type="tabcordion"]) .tabs-content:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .tabs:not([iw-type="tabcordion"]) .tabs-content:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .tabs:not([iw-type="tabcordion"]) .tabs-content:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .tabs:not([iw-type="tabcordion"]) .tabs-content:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .tabs:not([iw-type="tabcordion"]) .tabs-content:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .tabs:not([iw-type="tabcordion"]) .tabs-content:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-order: 9;
    -ms-flex-order: 9;
    order: 9; }

.tabs[iw-type="tabcordion"] {
  border: 1px solid #a9b6bd;
  border-width: 1px 0 0 1px; }
  @media only screen {
    .tabs[iw-type="tabcordion"] .tabs-label {
      width: 100%; } }
  @media only screen and (min-width: 42.5em) {
    .tabs[iw-type="tabcordion"] .tabs-label {
      width: 33.33333%; } }
  @media only screen and (min-width: 65em) {
    .tabs[iw-type="tabcordion"] .tabs-label {
      width: 33.33333%; } }
  @media only screen and (min-width: 42.5em) {
    .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+36),
    .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+36),
    .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+36) {
      order: 4; }
      .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+36):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+36):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+36):checked + .tabs-label + .tabs-content {
        order: 5; }
    .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+27),
    .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+27),
    .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+27) {
      order: 3; }
      .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+27):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+27):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+27):checked + .tabs-label + .tabs-content {
        order: 4; }
    .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+18),
    .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+18),
    .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+18) {
      order: 2; }
      .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+18):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+18):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+18):checked + .tabs-label + .tabs-content {
        order: 3; }
    .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+9),
    .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+9),
    .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+9) {
      order: 1; }
      .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+9):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+9):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+9):checked + .tabs-label + .tabs-content {
        order: 2; } }
  @media only screen and (min-width: 65em) {
    .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+36),
    .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+36),
    .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+36) {
      order: 4; }
      .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+36):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+36):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+36):checked + .tabs-label + .tabs-content {
        order: 5; }
    .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+27),
    .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+27),
    .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+27) {
      order: 3; }
      .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+27):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+27):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+27):checked + .tabs-label + .tabs-content {
        order: 4; }
    .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+18),
    .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+18),
    .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+18) {
      order: 2; }
      .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+18):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+18):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+18):checked + .tabs-label + .tabs-content {
        order: 3; }
    .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+9),
    .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+9),
    .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+9) {
      order: 1; }
      .tabs[iw-type="tabcordion"] > .tabs-label:nth-child(-n+9):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-content:nth-child(-n+9):checked + .tabs-label + .tabs-content,
      .tabs[iw-type="tabcordion"] > .tabs-radio:nth-child(-n+9):checked + .tabs-label + .tabs-content {
        order: 2; } }
  .skin-default .tabs[iw-type="tabcordion"] {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .tabs[iw-type="tabcordion"] {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .tabs[iw-type="tabcordion"] {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .tabs[iw-type="tabcordion"] {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .tabs[iw-type="tabcordion"] {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .tabs[iw-type="tabcordion"] {
    border: 1px solid #bfbaaf; }
  .tabs[iw-type="tabcordion"] .tabs-label {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    border-width: 0 1px 1px 0; }
  .tabs[iw-type="tabcordion"] .tabs-content {
    border-width: 0 1px 1px 0; }

.text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold; }

.textarea {
  border: 1px solid #a9b6bd;
  position: relative;
  background-color: #fff;
  color: #272a2d;
  border-radius: 3px;
  display: block;
  padding: 0;
  width: 100%;
  min-width: 5.14286rem;
  font-size: inherit;
  transition-property: opacity, color, background-color, border-color;
  transition-duration: 0.4s;
  line-height: 1.625; }
  [iw-flex-grid~="group"] .textarea.group-left,
  [iw-flex-grid*=" group"] .textarea.group-left {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  [iw-flex-grid~="group"] .textarea.group-right,
  [iw-flex-grid*=" group"] .textarea.group-right {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .skin-default .textarea {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .textarea {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .textarea {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .textarea {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .textarea {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .textarea {
    border: 1px solid #bfbaaf; }
  .textarea::after {
    transition: color 0.4s; }
  .textarea:hover::after {
    transition: none; }
  .textarea:not(.textarea) {
    height: 2.75rem; }
  .textarea.is-disabled {
    background-color: #f8f8f8;
    color: #9b9ea3; }
  .textarea.has-error {
    border-color: #cc3333;
    transition: none; }
  .textarea.focus {
    border-color: #0b86d2;
    transition: none; }
    .skin-default .textarea.focus {
      border-color: #0b86d2; }
    .skin-wa-green .textarea.focus {
      border-color: #39a59c; }
    .skin-wa-orange .textarea.focus {
      border-color: #ee5a29; }
    .skin-wa-peach .textarea.focus {
      border-color: #f69b72; }
    .skin-wa-purple .textarea.focus {
      border-color: #9f79bf; }
    .skin-wa-yellow .textarea.focus {
      border-color: #e7b23f; }
  @media only screen and (min-width: 65em) {
    .textarea.is-editable {
      transition-duration: 0s; }
      .textarea.is-editable:not(.focus):not(:hover):not(:active) {
        border-color: transparent;
        transition-duration: 0.4s; }
        .textarea.is-editable:not(.focus):not(:hover):not(:active)::after {
          color: transparent; }
        .textarea.is-editable:not(.focus):not(:hover):not(:active) textarea {
          resize: none; }
        .textarea.is-editable:not(.focus):not(:hover):not(:active) input {
          -moz-appearance: textfield; } }
  .textarea textarea {
    border-radius: 2px;
    height: 100%;
    min-width: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    padding: 0 0 0 1rem;
    transition-property: background-color;
    transition-duration: 0.4s; }
    .textarea textarea[readonly="readonly"] {
      background-color: #f8f8f8; }
    .textarea textarea::-webkit-input-placeholder {
      color: #9b9ea3;
      opacity: 1;
      transition: opacity 0.1s; }
    .textarea textarea:focus::-webkit-input-placeholder {
      opacity: 0.5; }
    .textarea textarea::-moz-placeholder {
      color: #9b9ea3;
      opacity: 1;
      transition: opacity 0.1s; }
    .textarea textarea:focus::-moz-placeholder {
      opacity: 0.5; }
    .textarea textarea:-ms-input-placeholder {
      color: #9b9ea3;
      opacity: 1;
      transition: opacity 0.1s; }
    .textarea textarea:focus:-ms-input-placeholder {
      opacity: 0.5; }
  .textarea.is-disabled {
    opacity: 1; }

.textarea textarea {
  min-height: 7.5rem;
  margin-bottom: -0.5rem;
  padding: 0.5rem 1rem 0 1rem; }

.textarea.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }
  .textarea.full textarea {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
    resize: none;
    margin: 0;
    padding-bottom: 0.5rem; }
    @media only screen and (min-width: 42.5em) {
      .textarea.full textarea::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 11px; }
      .textarea.full textarea::-webkit-scrollbar-thumb {
        background-color: rgba(39, 42, 45, 0.5);
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
        background-clip: padding-box;
        border: 2px solid transparent;
        border-radius: 7px / 8px; } }

.toast {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 301;
  text-align: center;
  background-color: rgba(39, 42, 45, 0.9);
  color: #fff;
  cursor: default;
  font-size: 2.14286rem;
  padding: 2rem 4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(3.5rem);
  transform: translateY(3.5rem);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0.4s, opacity 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0.4s, opacity 0.4s; }
  .toast.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.toast-close {
  position: absolute;
  font-weight: 300;
  top: 0;
  right: 1rem; }
  .toast-close:hover, .toast-close:focus {
    text-decoration: none; }

.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  transition: opacity 0.4s; }
  .toggle.is-disabled .toggle__body {
    opacity: 0.5; }
  .toggle.is-disabled .toggle__body,
  .toggle.is-disabled .toggle__label {
    cursor: default; }
  .toggle:not(.hide) + .toggle {
    margin-left: 1rem; }

.toggle__checkbox {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  pointer-events: none; }
  .toggle__checkbox:checked ~ .toggle__body {
    color: #0b86d2;
    border-color: currentColor; }
    .skin-default .toggle__checkbox:checked ~ .toggle__body {
      color: #0b86d2;
      border-color: currentColor; }
    .skin-wa-green .toggle__checkbox:checked ~ .toggle__body {
      color: #39a59c;
      border-color: currentColor; }
    .skin-wa-orange .toggle__checkbox:checked ~ .toggle__body {
      color: #ee5a29;
      border-color: currentColor; }
    .skin-wa-peach .toggle__checkbox:checked ~ .toggle__body {
      color: #f69b72;
      border-color: currentColor; }
    .skin-wa-purple .toggle__checkbox:checked ~ .toggle__body {
      color: #9f79bf;
      border-color: currentColor; }
    .skin-wa-yellow .toggle__checkbox:checked ~ .toggle__body {
      color: #e7b23f;
      border-color: currentColor; }
    .toggle__checkbox:checked ~ .toggle__body::before {
      opacity: 0.14; }
    .toggle__checkbox:checked ~ .toggle__body::after {
      -webkit-transform: translateX(18px);
      transform: translateX(18px);
      border-color: currentColor; }
  .toggle__checkbox:checked ~ .toggle__label {
    color: #0b86d2; }
    .skin-default .toggle__checkbox:checked ~ .toggle__label {
      color: #0b86d2; }
    .skin-wa-green .toggle__checkbox:checked ~ .toggle__label {
      color: #39a59c; }
    .skin-wa-orange .toggle__checkbox:checked ~ .toggle__label {
      color: #ee5a29; }
    .skin-wa-peach .toggle__checkbox:checked ~ .toggle__label {
      color: #f69b72; }
    .skin-wa-purple .toggle__checkbox:checked ~ .toggle__label {
      color: #9f79bf; }
    .skin-wa-yellow .toggle__checkbox:checked ~ .toggle__label {
      color: #e7b23f; }

.toggle__body {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  position: relative;
  width: 38px;
  height: 20px;
  color: #a9b6bd;
  background-color: currentColor;
  border: 0 solid currentColor;
  border-radius: 9999px;
  transition: color 0.1s ease-in-out; }
  .skin-default .toggle__body {
    color: #a9b6bd; }
  .skin-wa-green .toggle__body {
    color: #aeb9b8; }
  .skin-wa-orange .toggle__body {
    color: #c0b1ac; }
  .skin-wa-peach .toggle__body {
    color: #c1b8b4; }
  .skin-wa-purple .toggle__body {
    color: #b8b4bb; }
  .skin-wa-yellow .toggle__body {
    color: #bfbaaf; }
  .toggle__body::before, .toggle__body::after {
    content: '';
    display: block;
    position: absolute; }
  .toggle__body::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 9999px;
    background-color: currentColor;
    opacity: 0;
    transition: opacity 0.1s ease-in-out; }
  .toggle__body::after {
    left: 2px;
    top: 2px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 0 solid currentColor;
    border-radius: 50%;
    -webkit-transition: webkit-transform 0.1s ease-in-out, border-color 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, border-color 0.1s ease-in-out; }
  .toggle.user .toggle__body {
    color: #00cc66 !important; }
  .toggle.domain .toggle__body {
    color: #cc3333 !important; }

.toggle__label {
  padding-left: 1rem; }

.toggle__body,
.toggle__label {
  cursor: pointer; }

.toggle--big-label .toggle__label {
  font-size: 1.42857rem;
  white-space: nowrap; }

.topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 4.28571rem;
  line-height: 4.28571rem;
  background-color: #fff;
  border-bottom: 1px solid #a9b6bd; }
  .skin-default .topbar {
    border-bottom: 1px solid #a9b6bd; }
  .skin-wa-green .topbar {
    border-bottom: 1px solid #aeb9b8; }
  .skin-wa-orange .topbar {
    border-bottom: 1px solid #c0b1ac; }
  .skin-wa-peach .topbar {
    border-bottom: 1px solid #c1b8b4; }
  .skin-wa-purple .topbar {
    border-bottom: 1px solid #b8b4bb; }
  .skin-wa-yellow .topbar {
    border-bottom: 1px solid #bfbaaf; }
  .box-head .topbar {
    border: none; }

.topbar-center {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  height: 100%; }

.topbar[iw-type="main"] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .topbar[iw-type="main"] .topbar-center {
    margin: 0 0 0 2rem; }
    .topbar[iw-type="main"] .topbar-center span:last-child {
      vertical-align: middle; }

.topbar[iw-type="stats"] {
  height: auto;
  min-height: 4.28571rem;
  border: none; }

.topbar[iw-type="search"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out; }
  .topbar[iw-type="search"].active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.1s ease-in;
    transition: transform 0.1s ease-in; }
  .topbar[iw-type="search"] .topbar-search {
    position: relative; }
  .topbar[iw-type="search"] .topbar-search-input,
  .topbar[iw-type="search"] .topbar-search-result {
    height: 100%;
    border: none;
    font-size: 1.5rem; }
  .topbar[iw-type="search"] .topbar-search-input {
    background-color: transparent; }
    .topbar[iw-type="search"] .topbar-search-input input {
      background-color: #fff;
      padding-left: 0;
      transition: opacity 0.4s, background-color 0.1s, color 0.1s; }
      .topbar[iw-type="search"] .topbar-search-input input.is-empty {
        opacity: 1; }
      .topbar[iw-type="search"] .topbar-search-input input.has-info {
        color: #0b86d2;
        background-color: transparent; }
        .skin-default .topbar[iw-type="search"] .topbar-search-input input.has-info {
          color: #0b86d2; }
        .skin-wa-green .topbar[iw-type="search"] .topbar-search-input input.has-info {
          color: #39a59c; }
        .skin-wa-orange .topbar[iw-type="search"] .topbar-search-input input.has-info {
          color: #ee5a29; }
        .skin-wa-peach .topbar[iw-type="search"] .topbar-search-input input.has-info {
          color: #f69b72; }
        .skin-wa-purple .topbar[iw-type="search"] .topbar-search-input input.has-info {
          color: #9f79bf; }
        .skin-wa-yellow .topbar[iw-type="search"] .topbar-search-input input.has-info {
          color: #e7b23f; }
  .topbar[iw-type="search"] .topbar-search-result {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0b86d2;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .skin-default .topbar[iw-type="search"] .topbar-search-result {
      color: #0b86d2; }
    .skin-wa-green .topbar[iw-type="search"] .topbar-search-result {
      color: #39a59c; }
    .skin-wa-orange .topbar[iw-type="search"] .topbar-search-result {
      color: #ee5a29; }
    .skin-wa-peach .topbar[iw-type="search"] .topbar-search-result {
      color: #f69b72; }
    .skin-wa-purple .topbar[iw-type="search"] .topbar-search-result {
      color: #9f79bf; }
    .skin-wa-yellow .topbar[iw-type="search"] .topbar-search-result {
      color: #e7b23f; }
  .topbar[iw-type="search"] .topbar-search-result-text {
    opacity: 0; }
  .topbar[iw-type="search"] .topbar-search-close {
    color: #9b9ea3; }
    .topbar[iw-type="search"] .topbar-search-close:hover, .topbar[iw-type="search"] .topbar-search-close:focus {
      color: #0b86d2; }
      .skin-default .topbar[iw-type="search"] .topbar-search-close:hover, .skin-default .topbar[iw-type="search"] .topbar-search-close:focus {
        color: #0b86d2; }
      .skin-wa-green .topbar[iw-type="search"] .topbar-search-close:hover, .skin-wa-green .topbar[iw-type="search"] .topbar-search-close:focus {
        color: #39a59c; }
      .skin-wa-orange .topbar[iw-type="search"] .topbar-search-close:hover, .skin-wa-orange .topbar[iw-type="search"] .topbar-search-close:focus {
        color: #ee5a29; }
      .skin-wa-peach .topbar[iw-type="search"] .topbar-search-close:hover, .skin-wa-peach .topbar[iw-type="search"] .topbar-search-close:focus {
        color: #f69b72; }
      .skin-wa-purple .topbar[iw-type="search"] .topbar-search-close:hover, .skin-wa-purple .topbar[iw-type="search"] .topbar-search-close:focus {
        color: #9f79bf; }
      .skin-wa-yellow .topbar[iw-type="search"] .topbar-search-close:hover, .skin-wa-yellow .topbar[iw-type="search"] .topbar-search-close:focus {
        color: #e7b23f; }

.userhead {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid currentColor;
  opacity: 1;
  visibility: visible;
  -webkit-animation: reveal 0.4s ease-in-out backwards;
  animation: reveal 0.4s ease-in-out backwards; }
  .userhead::before {
    margin-top: -1px;
    margin-left: -1px; }
  @media only screen {
    .userhead {
      width: 32px;
      height: 32px;
      font-size: 32px;
      line-height: 32px; } }
  @media only screen and (min-width: 42.5em) {
    .userhead {
      width: 36px;
      height: 36px;
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 65em) {
    .userhead {
      width: 40px;
      height: 40px;
      font-size: 40px;
      line-height: 40px; } }
  .userhead, .userhead + span {
    vertical-align: middle;
    white-space: nowrap; }

.userhead-image {
  background: transparent no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%; }

.userhead.text {
  background-color: #a9b6bd;
  color: #fff;
  font-size: 1.2rem; }
  .skin-default .userhead.text {
    background-color: #a9b6bd; }
  .skin-wa-green .userhead.text {
    background-color: #aeb9b8; }
  .skin-wa-orange .userhead.text {
    background-color: #c0b1ac; }
  .skin-wa-peach .userhead.text {
    background-color: #c1b8b4; }
  .skin-wa-purple .userhead.text {
    background-color: #b8b4bb; }
  .skin-wa-yellow .userhead.text {
    background-color: #bfbaaf; }

.userhead.large {
  line-height: 1; }
  @media only screen {
    .userhead.large {
      width: 70px;
      height: 70px;
      font-size: 70px; } }
  @media only screen and (min-width: 42.5em) {
    .userhead.large {
      width: 78px;
      height: 78px;
      font-size: 78px; } }
  @media only screen and (min-width: 65em) {
    .userhead.large {
      width: 87px;
      height: 87px;
      font-size: 87px; } }

.usermenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 1rem;
  border: 0;
  text-align: left;
  cursor: pointer;
  color: #0b86d2;
  transition-property: color, background-color;
  transition-duration: 0.4s; }
  .skin-default .usermenu {
    color: #0b86d2; }
  .skin-wa-green .usermenu {
    color: #39a59c; }
  .skin-wa-orange .usermenu {
    color: #ee5a29; }
  .skin-wa-peach .usermenu {
    color: #f69b72; }
  .skin-wa-purple .usermenu {
    color: #9f79bf; }
  .skin-wa-yellow .usermenu {
    color: #e7b23f; }
  @media only screen and (min-width: 42.5em) {
    .usermenu {
      border-left: 1px solid #a9b6bd;
      width: 15rem; }
      .skin-default .usermenu {
        border-left: 1px solid #a9b6bd; }
      .skin-wa-green .usermenu {
        border-left: 1px solid #aeb9b8; }
      .skin-wa-orange .usermenu {
        border-left: 1px solid #c0b1ac; }
      .skin-wa-peach .usermenu {
        border-left: 1px solid #c1b8b4; }
      .skin-wa-purple .usermenu {
        border-left: 1px solid #b8b4bb; }
      .skin-wa-yellow .usermenu {
        border-left: 1px solid #bfbaaf; } }
  .usermenu.menu-is-open {
    color: #fff;
    width: 15rem; }
    .usermenu.menu-is-open, .usermenu.menu-is-open .usermenu__rank {
      background-color: #0c95ea;
      transition: none; }
      .skin-default .usermenu.menu-is-open, .skin-default .usermenu.menu-is-open .usermenu__rank {
        background-color: #0c95ea; }
      .skin-wa-green .usermenu.menu-is-open, .skin-wa-green .usermenu.menu-is-open .usermenu__rank {
        background-color: #40b8ae; }
      .skin-wa-orange .usermenu.menu-is-open, .skin-wa-orange .usermenu.menu-is-open .usermenu__rank {
        background-color: #f06c41; }
      .skin-wa-peach .usermenu.menu-is-open, .skin-wa-peach .usermenu.menu-is-open .usermenu__rank {
        background-color: #f8ac8a; }
      .skin-wa-purple .usermenu.menu-is-open, .skin-wa-purple .usermenu.menu-is-open .usermenu__rank {
        background-color: #ab8ac7; }
      .skin-wa-yellow .usermenu.menu-is-open, .skin-wa-yellow .usermenu.menu-is-open .usermenu__rank {
        background-color: #eabb56; }
    .usermenu.menu-is-open .usermenu__userhead {
      border-color: transparent; }

.usermenu__userhead, .usermenu__icon {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0; }

.usermenu__text {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  margin-left: 1rem;
  min-width: 0; }
  @media only screen and (max-width: 42.4375em) {
    .usermenu:not(.menu-is-open) .usermenu__text {
      display: none; } }

.usermenu__userhead {
  border-color: currentColor;
  border-radius: 50%;
  overflow: visible;
  border-color: #0b86d2; }
  .skin-default .usermenu__userhead {
    border-color: #0b86d2; }
  .skin-wa-green .usermenu__userhead {
    border-color: #39a59c; }
  .skin-wa-orange .usermenu__userhead {
    border-color: #ee5a29; }
  .skin-wa-peach .usermenu__userhead {
    border-color: #f69b72; }
  .skin-wa-purple .usermenu__userhead {
    border-color: #9f79bf; }
  .skin-wa-yellow .usermenu__userhead {
    border-color: #e7b23f; }
  @media only screen {
    .usermenu__userhead {
      width: 29px;
      height: 29px;
      font-size: 29px;
      line-height: 29px; } }
  @media only screen and (min-width: 42.5em) {
    .usermenu__userhead {
      width: 32px;
      height: 32px;
      font-size: 32px;
      line-height: 32px; } }
  @media only screen and (min-width: 65em) {
    .usermenu__userhead {
      width: 36px;
      height: 36px;
      font-size: 36px;
      line-height: 36px; } }

.usermenu__name, .usermenu__email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2; }

.usermenu__name {
  font-weight: 600; }

.usermenu__email {
  font-size: 0.85714rem; }

.usermenu__icon {
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem; }

.usermenu__rank {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: -0.75rem;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.4s; }

.well {
  width: 100%;
  border: 1px solid #a9b6bd;
  border-radius: 3px;
  background-color: #f8f8f8;
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 1rem; }
  .skin-default .well {
    border: 1px solid #a9b6bd; }
  .skin-wa-green .well {
    border: 1px solid #aeb9b8; }
  .skin-wa-orange .well {
    border: 1px solid #c0b1ac; }
  .skin-wa-peach .well {
    border: 1px solid #c1b8b4; }
  .skin-wa-purple .well {
    border: 1px solid #b8b4bb; }
  .skin-wa-yellow .well {
    border: 1px solid #bfbaaf; }
  @media only screen and (min-width: 42.5em) {
    .well {
      margin-bottom: 2rem; } }

/* (⊃｡•́‿•̀｡)⊃━☆ﾟ.*･｡ﾟ ★ . * ･ ｡ﾟ☆━੧༼ •́ ヮ •̀ ༽୨ */
.wizard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.wizard__item {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  margin-bottom: 2rem; }

.wizard__icon {
  width: auto;
  font-size: 3.5rem; }
  .wizard__icon::before {
    vertical-align: top;
    line-height: 3.5rem; }

.wizard__title {
  font-size: 1rem; }

.dns-table {
  table-layout: fixed;
  margin-bottom: 1.5rem; }

.dns-table__cell {
  padding-bottom: 1.5rem;
  vertical-align: top; }

.dns-table__text {
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden; }

.dns-table__type {
  font-weight: 600; }

.dns-table--success .dns-table__value {
  color: #00cc66; }

.dns-table--error .dns-table__value {
  color: #cc3333; }

.dns-table__variable::before {
  content: "'"; }

.dns-table__variable::after {
  content: "':"; }

.dns-table--right {
  font-weight: 600;
  text-align: right; }

@media only screen and (max-width: 42.4375em) {
  .dns-table__row, .dns-table__cell {
    display: block; }
  .dns-table__cell {
    padding: 0;
    text-align: left; }
  .dns-table__row:not(:last-of-type) {
    margin-bottom: 1rem; } }

.rules_result {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  body.has-modal .frm_main .rules_result {
    -webkit-overflow-scrolling: auto !important; }
  @media only screen and (min-width: 65em) {
    .rules_result {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      min-width: 0; } }

.rules_result-content {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0; }
  .rules_result-content:not(:empty) {
    margin-bottom: 1rem; }

.rules_result-text {
  text-align: center;
  margin: auto; }

.rules_result-title {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 1rem; }

.rules_result-step {
  margin-bottom: 0.5rem; }

.rules_result-separator {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  margin: 1rem auto;
  width: 1.75rem;
  height: 1.75rem;
  transform: translateY(-0.25rem) rotate(45deg) skew(-20deg, -20deg);
  -webkit-transform: translateY(-0.25rem) rotate(45deg) skew(-20deg, -20deg); }

.obj_multi .form__item:not(:first-child) .label__text {
  display: none; }

.dashboard-current_traffic-options {
  padding: 1rem; }
  @media only screen and (min-width: 42.5em) {
    .dashboard-current_traffic-options {
      padding: 1rem 2rem; } }

.login {
  background-color: #f8f8f8;
  overflow: hidden;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-animation: reveal 0.4s ease-in-out backwards;
  animation: reveal 0.4s ease-in-out backwards;
  will-change: opacity; }
  body.has-modal .frm_main .login {
    -webkit-overflow-scrolling: auto !important; }

.login-logo {
  max-width: 7.14286rem;
  max-height: 4.28571rem; }
  @media only screen and (min-width: 42.5em) {
    .login-logo {
      max-width: 21.42857rem;
      max-height: 5.71429rem; } }

.login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90vh;
  background: center top no-repeat;
  background-size: cover;
  min-height: 400px; }
  .login-wrap[iw-background="default_0"] {
    background-image: url("../login/images/background--default.jpg"); }
  .login-wrap[iw-background="default_1"] {
    background-image: url("../login/images/background--krivan.jpg"); }
  .login-wrap[iw-background="default_2"] {
    background-image: url("../login/images/background--prague2.jpg"); }
  .login-wrap[iw-background="default_3"] {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .login-wrap[iw-background="default_4"] {
    background-image: url("../login/images/background--czechcity.jpg"); }
  .login-wrap[iw-background="default_5"] {
    background-image: url("../login/images/background--prague1.jpg"); }
  .login-wrap[iw-background="default_6"] {
    background-image: url("../login/images/background--slovakia.jpg"); }
  .login-wrap[iw-background="wa-green_0"] {
    background-image: url("../login/images/background--default.jpg"); }
  .login-wrap[iw-background="wa-green_1"] {
    background-image: url("../login/images/background--krivan.jpg"); }
  .login-wrap[iw-background="wa-green_2"] {
    background-image: url("../login/images/background--prague2.jpg"); }
  .login-wrap[iw-background="wa-green_3"] {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .login-wrap[iw-background="wa-orange_0"] {
    background-image: url("../login/images/background--default.jpg"); }
  .login-wrap[iw-background="wa-orange_1"] {
    background-image: url("../login/images/background--krivan.jpg"); }
  .login-wrap[iw-background="wa-orange_2"] {
    background-image: url("../login/images/background--prague2.jpg"); }
  .login-wrap[iw-background="wa-orange_3"] {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .login-wrap[iw-background="wa-orange_4"] {
    background-image: url("../login/images/background--czech1.jpg"); }
  .login-wrap[iw-background="wa-orange_5"] {
    background-image: url("../login/images/background--pragueboats.jpg"); }
  .login-wrap[iw-background="wa-peach_0"] {
    background-image: url("../login/images/background--default.jpg"); }
  .login-wrap[iw-background="wa-peach_1"] {
    background-image: url("../login/images/background--krivan.jpg"); }
  .login-wrap[iw-background="wa-peach_2"] {
    background-image: url("../login/images/background--prague2.jpg"); }
  .login-wrap[iw-background="wa-peach_3"] {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .login-wrap[iw-background="wa-peach_4"] {
    background-image: url("../login/images/background--adrspach2.jpg"); }
  .login-wrap[iw-background="wa-purple_0"] {
    background-image: url("../login/images/background--default.jpg"); }
  .login-wrap[iw-background="wa-purple_1"] {
    background-image: url("../login/images/background--krivan.jpg"); }
  .login-wrap[iw-background="wa-purple_2"] {
    background-image: url("../login/images/background--prague2.jpg"); }
  .login-wrap[iw-background="wa-purple_3"] {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .login-wrap[iw-background="wa-purple_4"] {
    background-image: url("../login/images/background--pleso.jpg"); }
  .login-wrap[iw-background="wa-purple_5"] {
    background-image: url("../login/images/background--vine.jpg"); }
  .login-wrap[iw-background="wa-purple_6"] {
    background-image: url("../login/images/background--czech.jpg"); }
  .login-wrap[iw-background="wa-yellow_0"] {
    background-image: url("../login/images/background--default.jpg"); }
  .login-wrap[iw-background="wa-yellow_1"] {
    background-image: url("../login/images/background--krivan.jpg"); }
  .login-wrap[iw-background="wa-yellow_2"] {
    background-image: url("../login/images/background--prague2.jpg"); }
  .login-wrap[iw-background="wa-yellow_3"] {
    background-image: url("../login/images/background--adrspach1.jpg"); }
  .login-wrap[iw-background="wa-yellow_4"] {
    background-image: url("../login/images/background--tatras.jpg"); }
  @media only screen and (min-width: 42.5em) {
    .login-wrap {
      height: 75vh;
      min-height: 480px; } }

.login-head {
  padding: 1rem; }
  @media only screen and (min-width: 42.5em) {
    .login-head {
      padding: 3rem;
      padding-bottom: 0; } }

.login-body {
  margin: auto;
  width: 100%; }

.login-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 10vh; }
  @media only screen and (min-width: 42.5em) {
    .login-footer {
      height: 25vh;
      min-height: 180px; } }

.login-heading {
  padding: 0 2rem 3rem 2rem;
  margin-top: -3rem; }

.login-heading-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  padding-bottom: 0.5rem; }

.login-remember,
.checkbox-label {
  line-height: 20px; }

.login-form {
  padding: 0 2rem;
  margin: auto; }
  @media only screen and (min-width: 42.5em) {
    .login-form {
      padding: 0;
      max-width: 25rem; } }

.login-input + .login-input {
  margin-top: 1rem; }

.login-input.button:not(:only-of-type) {
  margin: 2rem auto; }

.login hr {
  width: 11.42857rem;
  margin: 2rem auto; }

.login-share-icon {
  margin: 0 0.25rem;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out; }
  .login-share-icon:hover {
    text-decoration: none;
    opacity: 1;
    transition: none; }
  .login-share-icon [class^="icon-"],
  .login-share-icon [class*=" icon-"] {
    color: #444;
    font-size: 2.14286rem; }

.login-divtcha {
  text-align: center; }

.login-authsent {
  text-align: center;
  font-weight: 600;
  font-size: 1.33333rem;
  color: #0b86d2; }
  .skin-default .login-authsent {
    color: #0b86d2; }
  .skin-wa-green .login-authsent {
    color: #39a59c; }
  .skin-wa-orange .login-authsent {
    color: #ee5a29; }
  .skin-wa-peach .login-authsent {
    color: #f69b72; }
  .skin-wa-purple .login-authsent {
    color: #9f79bf; }
  .skin-wa-yellow .login-authsent {
    color: #e7b23f; }

.login--light .login-wrap {
  color: #fff; }

.login--dark .login-wrap {
  color: #444; }

.login .label,
.login .login-heading-text,
.login .button[iw-type="select"] {
  color: inherit; }

.login--light .login-logo--icewarp {
  fill: #fff; }

.login--dark .login-logo--icewarp {
  fill: #444; }

.login-logo--icewarp .login-logo__w {
  fill: #0b86d2; }
  .skin-default .login-logo--icewarp .login-logo__w {
    fill: #0b86d2; }
  .skin-wa-green .login-logo--icewarp .login-logo__w {
    fill: #39a59c; }
  .skin-wa-orange .login-logo--icewarp .login-logo__w {
    fill: #ee5a29; }
  .skin-wa-peach .login-logo--icewarp .login-logo__w {
    fill: #f69b72; }
  .skin-wa-purple .login-logo--icewarp .login-logo__w {
    fill: #9f79bf; }
  .skin-wa-yellow .login-logo--icewarp .login-logo__w {
    fill: #e7b23f; }

img[alt="DnHBQQq"][title="DnHBQQq"] {
  -webkit-mask: url(http://i.imgur.com/DnHBQQq.png) center no-repeat;
  height: 150px;
  width: 124px;
  background-color: #0b86d2; }
  .skin-default img[alt="DnHBQQq"][title="DnHBQQq"] {
    background-color: #0b86d2; }
  .skin-wa-green img[alt="DnHBQQq"][title="DnHBQQq"] {
    background-color: #39a59c; }
  .skin-wa-orange img[alt="DnHBQQq"][title="DnHBQQq"] {
    background-color: #ee5a29; }
  .skin-wa-peach img[alt="DnHBQQq"][title="DnHBQQq"] {
    background-color: #f69b72; }
  .skin-wa-purple img[alt="DnHBQQq"][title="DnHBQQq"] {
    background-color: #9f79bf; }
  .skin-wa-yellow img[alt="DnHBQQq"][title="DnHBQQq"] {
    background-color: #e7b23f; }
  .login--light img[alt="DnHBQQq"][title="DnHBQQq"] {
    background-color: #fff !important; }

.obj_permissions .table-body .table-row:hover {
  color: #444 !important; }

.obj_permissions .permissions-delete {
  width: 4.28571rem;
  padding: 0;
  text-align: center; }
  .obj_permissions .permissions-delete:hover {
    color: #0b86d2; }
    .skin-default .obj_permissions .permissions-delete:hover {
      color: #0b86d2; }
    .skin-wa-green .obj_permissions .permissions-delete:hover {
      color: #39a59c; }
    .skin-wa-orange .obj_permissions .permissions-delete:hover {
      color: #ee5a29; }
    .skin-wa-peach .obj_permissions .permissions-delete:hover {
      color: #f69b72; }
    .skin-wa-purple .obj_permissions .permissions-delete:hover {
      color: #9f79bf; }
    .skin-wa-yellow .obj_permissions .permissions-delete:hover {
      color: #e7b23f; }

.obj_domainlist .domainlist-name {
  width: 50%; }

.obj_domainlist .domainlist-type {
  width: 50%; }

.obj_domainlist .domainlist-delete {
  width: 4.28571rem;
  height: 4.21429rem;
  padding: 0;
  text-align: center; }

.obj_domainlist .domainlist-description {
  padding-right: 0; }

.obj_domainlist .table-row:not(:hover) .domainlist-delete {
  display: none; }

@media only screen and (max-width: 42.4375em) {
  .obj_domainlist .domainlist-type {
    text-align: right; } }

@media only screen and (min-width: 42.5em) {
  .obj_domainlist .domainlist-name {
    width: 35%; }
  .obj_domainlist .domainlist-type {
    width: 30%; }
  .obj_domainlist .domainlist-users {
    width: 15%; }
  .obj_domainlist .domainlist-description {
    width: auto; } }

@media only screen and (max-width: 42.4375em) {
  .obj_userlist .table__cell {
    padding-left: 0; }
  .obj_userlist .userlist-name_and_account {
    width: 66.66667%; }
  .obj_userlist .userlist-filter {
    width: 33.33333%;
    text-align: right; } }

@media only screen and (min-width: 42.5em) {
  .obj_userlist .userlist-name_and_account {
    width: 50%; }
  .obj_userlist .userlist-quota, .obj_userlist .userlist-filter {
    width: 25%; }
  .obj_userlist .userlist-filter {
    text-align: center; } }

@media only screen and (min-width: 65em) {
  .obj_userlist .table__cell:not(:first-child) {
    width: 25%; }
  .obj_userlist .userlist-filter {
    text-align: left; } }

.obj_userlist .userlist_guest .table__cell:not(:first-child) {
  width: 50%; }

.obj_spamqueues_quarantine .quarantine-sender {
  font-weight: 600; }

.obj_spamqueues_whitelist .blackwhitelist-sender, .obj_spamqueues_blacklist .blackwhitelist-sender {
  font-weight: 600; }

.obj_accountmobiledevices .os-type-icon {
  font-size: 1rem;
  margin-right: 0.5rem; }

.obj_accountmobiledevices .table-row.sub {
  height: 5rem;
  line-height: inherit; }
  @media only screen and (min-width: 65em) {
    .obj_accountmobiledevices .table-row.sub .table-select-row {
      position: relative;
      left: 2.66667rem;
      width: 6.95238rem; }
    .obj_accountmobiledevices .table-row.sub .mobiledevices-name {
      padding-left: 2.66667rem; } }

.obj_accountmobiledevices .mobiledevices-name {
  width: auto; }

.obj_accountmobiledevices .mobiledevices-last_sync {
  width: 12rem; }

.obj_accountmobiledevices .mobiledevices-status {
  width: 12rem; }

@media only screen and (min-width: 42.5em) {
  .obj_accountmobiledevices .mobiledevices-last_sync {
    width: 16rem; }
  .obj_accountmobiledevices .mobiledevices-status {
    width: 16rem; } }

@media only screen and (min-width: 65em) {
  .obj_consoledialog [type="enum"] .consoledialog-value, .obj_consoledialog [type="string"] .consoledialog-value, .obj_consoledialog [type="integer"] .consoledialog-value {
    padding-left: 0; } }

.obj_consoledialog .table-row.sub {
  border-color: #dae0e3 !important; }
  .skin-default .obj_consoledialog .table-row.sub {
    border-color: #dae0e3 !important; }
  .skin-wa-green .obj_consoledialog .table-row.sub {
    border-color: #dde1e1 !important; }
  .skin-wa-orange .obj_consoledialog .table-row.sub {
    border-color: #e5dfdd !important; }
  .skin-wa-peach .obj_consoledialog .table-row.sub {
    border-color: #e8e5e3 !important; }
  .skin-wa-purple .obj_consoledialog .table-row.sub {
    border-color: #e3e1e4 !important; }
  .skin-wa-yellow .obj_consoledialog .table-row.sub {
    border-color: #e6e4df !important; }
  @media only screen and (max-width: 42.4375em) {
    .obj_consoledialog .table-row.sub {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .obj_consoledialog .table-row.sub .table__cell {
    height: auto;
    line-height: inherit;
    white-space: normal;
    border-color: #dae0e3 !important; }
    .skin-default .obj_consoledialog .table-row.sub .table__cell {
      border-color: #dae0e3 !important; }
    .skin-wa-green .obj_consoledialog .table-row.sub .table__cell {
      border-color: #dde1e1 !important; }
    .skin-wa-orange .obj_consoledialog .table-row.sub .table__cell {
      border-color: #e5dfdd !important; }
    .skin-wa-peach .obj_consoledialog .table-row.sub .table__cell {
      border-color: #e8e5e3 !important; }
    .skin-wa-purple .obj_consoledialog .table-row.sub .table__cell {
      border-color: #e3e1e4 !important; }
    .skin-wa-yellow .obj_consoledialog .table-row.sub .table__cell {
      border-color: #e6e4df !important; }
    @media only screen and (min-width: 42.5em) {
      .obj_consoledialog .table-row.sub .table__cell {
        height: 5rem;
        padding-top: 1rem;
        padding-bottom: 1rem; } }

.obj_consoledialog .table-row.main .table__cell {
  border: none; }

.obj_consoledialog .table-row.main:first-child .table__cell {
  padding-top: 1rem; }

.obj_consoledialog .consoledialog-save_button:not(.is-visible) {
  display: none; }

.obj_consoledialog .consoledialog-form_element {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.obj_consoledialog .consoledialog-name-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  display: inline;
  font-weight: 600; }

@media only screen and (max-width: 42.4375em) {
  .obj_consoledialog .consoledialog-name {
    height: auto;
    line-height: inherit;
    padding-bottom: 0.5rem; } }

@media only screen and (min-width: 42.5em) {
  .obj_consoledialog .consoledialog-name {
    width: auto; }
  .obj_consoledialog .consoledialog-type {
    width: 7rem; }
  .obj_consoledialog .consoledialog-value {
    width: 33.33333%; } }

@media only screen and (min-width: 65em) {
  .obj_consoledialog .consoledialog-name {
    width: 25%; }
  .obj_consoledialog .consoledialog-type {
    width: 10%; }
  .obj_consoledialog .consoledialog-value {
    width: 25%; }
  .obj_consoledialog .consoledialog-description {
    width: auto; } }

.obj_rules .table-row:first-child .rules-up .button, .obj_rules .table-row:first-child .rules-up .button:hover, .obj_rules .table-row:first-child .rules-up .button:focus,
.obj_rules .table-row:last-child .rules-down .button,
.obj_rules .table-row:last-child .rules-down .button:hover,
.obj_rules .table-row:last-child .rules-down .button:focus {
  color: #cfd5db;
  background-color: transparent; }

.obj_rules .table-row:first-child .rules-up .button, .obj_rules .table-row:first-child .rules-up .button input,
.obj_rules .table-row:last-child .rules-down .button,
.obj_rules .table-row:last-child .rules-down .button input {
  cursor: default; }

.obj_rules .rules-up, .obj_rules .rules-down {
  width: 4.28571rem;
  padding: 0; }

.obj_rules .rules-title {
  width: auto; }

.obj_rulesdialog .rulesdialog-row {
  padding: 0 1.5rem; }

.obj_rulesdialog .rulesdialog-rule {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.obj_rulesdialog .rulesdialog-button {
  opacity: 0;
  transition: opacity 0.1s; }

.obj_rulesdialog .rulesdialog-row:hover .rulesdialog-button {
  opacity: 1;
  transition: none; }

.obj_rulesdialog .table-row.is-disabled .rulesdialog-button {
  display: none; }

.obj_messageheader .table__cell {
  width: 33.33333%; }

.obj_messageheader .message_header-edit, .obj_messageheader .message_header-delete {
  width: 4.28571rem;
  padding: 0; }

.obj_messageheader .message_header-action, .obj_messageheader .message_header-header {
  font-weight: 600; }

.obj_certificates_server .certificate-type {
  width: 20%; }

.obj_certificates_server .certificate-ip {
  width: 20%; }

.obj_certificates_server .certificate-expiration {
  width: 20%; }

.header {
  box-sizing: content-box;
  position: relative;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0; }

.frm_main {
  position: relative;
  height: 100vh;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.obj_rules, .obj_userlist, .obj_domainlist, .obj_accountpicker, .obj_permissions, .obj_accountmobiledevices, .obj_mailinglistmembers, .obj_groupmembers, .obj_resourcemembers, .obj_spamqueues_quarantine, .obj_spamqueues_whitelist, .obj_spamqueues_blacklist, .obj_consoledialog, .obj_certificates_server {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }
  @media only screen and (max-width: 42.4375em) {
    .obj_rules, .obj_userlist, .obj_domainlist, .obj_accountpicker, .obj_permissions, .obj_accountmobiledevices, .obj_mailinglistmembers, .obj_groupmembers, .obj_resourcemembers, .obj_spamqueues_quarantine, .obj_spamqueues_whitelist, .obj_spamqueues_blacklist, .obj_consoledialog, .obj_certificates_server {
      margin-top: -1rem; } }
  @media only screen and (min-width: 42.5em) {
    .obj_rules, .obj_userlist, .obj_domainlist, .obj_accountpicker, .obj_permissions, .obj_accountmobiledevices, .obj_mailinglistmembers, .obj_groupmembers, .obj_resourcemembers, .obj_spamqueues_quarantine, .obj_spamqueues_whitelist, .obj_spamqueues_blacklist, .obj_consoledialog, .obj_certificates_server {
      margin-top: -1.5rem; } }

.obj_popup + .obj_popup .modal {
  -webkit-animation: none !important;
  animation: none !important; }

.overflow-hidden {
  overflow: hidden; }

.scroll-vertical {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: -1.5rem;
  padding-top: 1.5rem; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.circle {
  border-radius: 50%; }

.underline {
  text-decoration: underline; }

.weight-600 {
  font-weight: 600; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.no-wrap {
  white-space: nowrap; }

.u-pre {
  white-space: pre; }

.u-bold {
  font-weight: bold; }

.u-normal-wrap {
  white-space: normal; }

.u-break-word {
  word-wrap: break-word; }

.u-float-left {
  float: left; }

.u-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.u-align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.u-block {
  display: block !important; }

.u-inline-block {
  display: inline-block;
  vertical-align: middle; }

.u-inline {
  display: inline;
  vertical-align: middle; }

.u-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.u-reset-margin {
  margin: 0 !important; }

.u-margin-half {
  margin: 0.5rem; }

.u-margin-vertical {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.u-margin-vertical-double {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.u-margin-right {
  margin-right: 1rem; }

.u-margin-top {
  margin-top: 1rem; }

.u-margin-bottom {
  margin-bottom: 1rem; }

@media only screen and (min-width: 42.5em) {
  .u-margin-bottom-medium-up {
    margin-bottom: 1rem; } }

@media only screen and (max-width: 42.4375em) {
  .u-margin-top-small-only {
    margin-top: 1rem; } }

.u-margin-bottom-double {
  margin-bottom: 2rem; }

.u-flexit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.u-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-flex-none {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 0; }

.u-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.u-clearfix::before, .u-clearfix::after {
  content: '';
  display: table; }

.u-clearfix::after {
  clear: both; }

.u-disabled {
  color: #cfd5db; }

.alpha, .rules_result-title {
  font-size: 2.57143rem;
  line-height: 1.2; }

.delta {
  font-size: 1rem; }

[is-hidden], .is-hidden {
  display: none !important; }

.is-selectable {
  cursor: default;
  cursor: copy; }
  .is-selectable.is-selected {
    background-color: #0b86d2;
    color: #fff; }
    .skin-default .is-selectable.is-selected {
      background-color: #0b86d2; }
    .skin-wa-green .is-selectable.is-selected {
      background-color: #39a59c; }
    .skin-wa-orange .is-selectable.is-selected {
      background-color: #ee5a29; }
    .skin-wa-peach .is-selectable.is-selected {
      background-color: #f69b72; }
    .skin-wa-purple .is-selectable.is-selected {
      background-color: #9f79bf; }
    .skin-wa-yellow .is-selectable.is-selected {
      background-color: #e7b23f; }

.hide {
  display: none !important; }
  @media only screen and (max-width: 42.4375em) {
    .hide-for-small {
      display: none !important; } }
  @media only screen {
    .hide-for-small-up {
      display: none !important; } }
  @media only screen and (max-width: 42.4375em) {
    .hide-for-small-down {
      display: none !important; } }
  @media only screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .hide-for-medium {
      display: none !important; } }
  @media only screen and (min-width: 42.5em) {
    .hide-for-medium-up {
      display: none !important; } }
  @media only screen and (max-width: 64.9375em) {
    .hide-for-medium-down {
      display: none !important; } }
  @media only screen and (min-width: 65em) and (max-width: 91.9375em) {
    .hide-for-large {
      display: none !important; } }
  @media only screen and (min-width: 65em) {
    .hide-for-large-up {
      display: none !important; } }
  @media only screen and (max-width: 91.9375em) {
    .hide-for-large-down {
      display: none !important; } }
  @media only screen and (min-width: 92em) and (max-width: 999999999999) {
    .hide-for-xlarge {
      display: none !important; } }
  @media only screen and (min-width: 92em) {
    .hide-for-xlarge-up {
      display: none !important; } }
  @media only screen and (max-width: 999999999999) {
    .hide-for-xlarge-down {
      display: none !important; } }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  pointer-events: none; }

.skin-default .ct-series-a .ct-slice-pie, .skin-default .ct-series-a .ct-area {
  fill: #0b86d2; }

.skin-default .ct-series-a .ct-point, .skin-default .ct-series-a .ct-line, .skin-default .ct-series-a .ct-bar, .skin-default .ct-series-a .ct-slice-donut {
  stroke: #0b86d2; }

.skin-wa-green .ct-series-a .ct-slice-pie, .skin-wa-green .ct-series-a .ct-area {
  fill: #39a59c; }

.skin-wa-green .ct-series-a .ct-point, .skin-wa-green .ct-series-a .ct-line, .skin-wa-green .ct-series-a .ct-bar, .skin-wa-green .ct-series-a .ct-slice-donut {
  stroke: #39a59c; }

.skin-wa-orange .ct-series-a .ct-slice-pie, .skin-wa-orange .ct-series-a .ct-area {
  fill: #ee5a29; }

.skin-wa-orange .ct-series-a .ct-point, .skin-wa-orange .ct-series-a .ct-line, .skin-wa-orange .ct-series-a .ct-bar, .skin-wa-orange .ct-series-a .ct-slice-donut {
  stroke: #ee5a29; }

.skin-wa-peach .ct-series-a .ct-slice-pie, .skin-wa-peach .ct-series-a .ct-area {
  fill: #f69b72; }

.skin-wa-peach .ct-series-a .ct-point, .skin-wa-peach .ct-series-a .ct-line, .skin-wa-peach .ct-series-a .ct-bar, .skin-wa-peach .ct-series-a .ct-slice-donut {
  stroke: #f69b72; }

.skin-wa-purple .ct-series-a .ct-slice-pie, .skin-wa-purple .ct-series-a .ct-area {
  fill: #9f79bf; }

.skin-wa-purple .ct-series-a .ct-point, .skin-wa-purple .ct-series-a .ct-line, .skin-wa-purple .ct-series-a .ct-bar, .skin-wa-purple .ct-series-a .ct-slice-donut {
  stroke: #9f79bf; }

.skin-wa-yellow .ct-series-a .ct-slice-pie, .skin-wa-yellow .ct-series-a .ct-area {
  fill: #e7b23f; }

.skin-wa-yellow .ct-series-a .ct-point, .skin-wa-yellow .ct-series-a .ct-line, .skin-wa-yellow .ct-series-a .ct-bar, .skin-wa-yellow .ct-series-a .ct-slice-donut {
  stroke: #e7b23f; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #0b86d2; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #0b86d2; }

.color-primary {
  color: #0b86d2; }
  .skin-default .color-primary {
    color: #0b86d2; }
  .skin-wa-green .color-primary {
    color: #39a59c; }
  .skin-wa-orange .color-primary {
    color: #ee5a29; }
  .skin-wa-peach .color-primary {
    color: #f69b72; }
  .skin-wa-purple .color-primary {
    color: #9f79bf; }
  .skin-wa-yellow .color-primary {
    color: #e7b23f; }

.bg-color-primary {
  background-color: #0b86d2; }
  .skin-default .bg-color-primary {
    background-color: #0b86d2; }
  .skin-wa-green .bg-color-primary {
    background-color: #39a59c; }
  .skin-wa-orange .bg-color-primary {
    background-color: #ee5a29; }
  .skin-wa-peach .bg-color-primary {
    background-color: #f69b72; }
  .skin-wa-purple .bg-color-primary {
    background-color: #9f79bf; }
  .skin-wa-yellow .bg-color-primary {
    background-color: #e7b23f; }

.border-color-primary {
  border-color: #0b86d2; }
  .skin-default .border-color-primary {
    border-color: #0b86d2; }
  .skin-wa-green .border-color-primary {
    border-color: #39a59c; }
  .skin-wa-orange .border-color-primary {
    border-color: #ee5a29; }
  .skin-wa-peach .border-color-primary {
    border-color: #f69b72; }
  .skin-wa-purple .border-color-primary {
    border-color: #9f79bf; }
  .skin-wa-yellow .border-color-primary {
    border-color: #e7b23f; }

.color-secondary {
  color: #444; }

.bg-color-secondary {
  background-color: #444; }

.border-color-secondary {
  border-color: #444; }

.color-success {
  color: #00cc66; }

.bg-color-success {
  background-color: #00cc66; }

.border-color-success {
  border-color: #00cc66; }

.color-warning {
  color: #dda500; }

.bg-color-warning {
  background-color: #dda500; }

.border-color-warning {
  border-color: #dda500; }

.color-error {
  color: #cc3333; }

.bg-color-error {
  background-color: #cc3333; }

.border-color-error {
  border-color: #cc3333; }

.color-grey {
  color: #cfd5db; }

.bg-color-grey {
  background-color: #cfd5db; }

.border-color-grey {
  border-color: #cfd5db; }

.color-disabled {
  color: #cfd5db; }

.bg-color-disabled {
  background-color: #cfd5db; }

.border-color-disabled {
  border-color: #cfd5db; }

.color-is-disabled {
  color: #cfd5db; }

.bg-color-is-disabled {
  background-color: #cfd5db; }

.border-color-is-disabled {
  border-color: #cfd5db; }

.icon-, .icon-none, .icon-false {
  display: none !important; }

meta#css-backgrounds {
  /*default_0: default,dark;*/
  /*default_1: krivan,light;*/
  /*default_2: prague2,light;*/
  /*default_3: adrspach1,dark;*/
  /*default_4: czechcity,dark;*/
  /*default_5: prague1,dark;*/
  /*default_6: slovakia,dark;*/
  /*wa-green_0: default,dark;*/
  /*wa-green_1: krivan,light;*/
  /*wa-green_2: prague2,light;*/
  /*wa-green_3: adrspach1,dark;*/
  /*wa-orange_0: default,dark;*/
  /*wa-orange_1: krivan,light;*/
  /*wa-orange_2: prague2,light;*/
  /*wa-orange_3: adrspach1,dark;*/
  /*wa-orange_4: czech1,light;*/
  /*wa-orange_5: pragueboats,light;*/
  /*wa-peach_0: default,dark;*/
  /*wa-peach_1: krivan,light;*/
  /*wa-peach_2: prague2,light;*/
  /*wa-peach_3: adrspach1,dark;*/
  /*wa-peach_4: adrspach2,light;*/
  /*wa-purple_0: default,dark;*/
  /*wa-purple_1: krivan,light;*/
  /*wa-purple_2: prague2,light;*/
  /*wa-purple_3: adrspach1,dark;*/
  /*wa-purple_4: pleso,dark;*/
  /*wa-purple_5: vine,dark;*/
  /*wa-purple_6: czech,dark;*/
  /*wa-yellow_0: default,dark;*/
  /*wa-yellow_1: krivan,light;*/
  /*wa-yellow_2: prague2,light;*/
  /*wa-yellow_3: adrspach1,dark;*/
  /*wa-yellow_4: tatras,light;*/
  font-family: "default_0=default,dark&default_1=krivan,light&default_2=prague2,light&default_3=adrspach1,dark&default_4=czechcity,dark&default_5=prague1,dark&default_6=slovakia,dark&wa-green_0=default,dark&wa-green_1=krivan,light&wa-green_2=prague2,light&wa-green_3=adrspach1,dark&wa-orange_0=default,dark&wa-orange_1=krivan,light&wa-orange_2=prague2,light&wa-orange_3=adrspach1,dark&wa-orange_4=czech1,light&wa-orange_5=pragueboats,light&wa-peach_0=default,dark&wa-peach_1=krivan,light&wa-peach_2=prague2,light&wa-peach_3=adrspach1,dark&wa-peach_4=adrspach2,light&wa-purple_0=default,dark&wa-purple_1=krivan,light&wa-purple_2=prague2,light&wa-purple_3=adrspach1,dark&wa-purple_4=pleso,dark&wa-purple_5=vine,dark&wa-purple_6=czech,dark&wa-yellow_0=default,dark&wa-yellow_1=krivan,light&wa-yellow_2=prague2,light&wa-yellow_3=adrspach1,dark&wa-yellow_4=tatras,light&"; }

meta#css-settings {
  /*base-path: ./client/skins/default/;*/
  /*login-background-path: login/images/;*/
  font-family: "base-path=./client/skins/default/&login-background-path=login/images/&"; }
