@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 600; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 600; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0; }

@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: #f5f6f7;
  height: 100%; }

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-red a:hover, .skin-red a:focus {
      color: #e60000; }
    .skin-green a:hover, .skin-green a:focus {
      color: #4e941a; }
    .skin-orange a:hover, .skin-orange a:focus {
      color: #f78320; }
    .skin-graphite a:hover, .skin-graphite a:focus {
      color: #666666; }
    .skin-black a:hover, .skin-black a:focus {
      color: #2a2a2a; }
    .skin-brown a:hover, .skin-brown a:focus {
      color: #754f2e; }
    .skin-yellow a:hover, .skin-yellow a:focus {
      color: #f6a901; }
    .skin-purple a:hover, .skin-purple a:focus {
      color: #5e2d86; }
    .skin-pink a:hover, .skin-pink a:focus {
      color: #e30074; }

/* 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 {
  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%; } }

@keyframes reveal {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-webkit-keyframes reveal {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 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 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 hide {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@-webkit-keyframes hide {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@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 moveDown {
  0% {
    -webkit-transform: translateY(-3.5rem);
    transform: translateY(-3.5rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(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 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 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 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; } }

[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;
  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%;
  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; }

[iw-flex-grid^="none"] > [iw-flex-cell],
[iw-flex-grid*=" none"] > [iw-flex-cell] {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

[iw-flex-grid] > [iw-flex-cell^="none"],
[iw-flex-grid] > [iw-flex-cell*=" none"] {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

[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;
  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; }

[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; }

@media only screen and (max-width: 64.9375em) {
  [iw-flex-grid^="account-picker"],
  [iw-flex-grid*=" account-picker"] {
    -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^="account-picker"] > [iw-flex-cell]:nth-child(1),
    [iw-flex-grid*=" account-picker"] > [iw-flex-cell]:nth-child(1) {
      -webkit-box-flex: 0 !important;
      -webkit-flex: none !important;
      -ms-flex: none !important;
      flex: none !important; }
    [iw-flex-grid^="account-picker"] > [iw-flex-cell]:nth-child(2),
    [iw-flex-grid*=" account-picker"] > [iw-flex-cell]:nth-child(2) {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  font-size: 1.8333rem;
  width: 1.8333rem;
  display: inline-block;
  text-align: center; }
  [class^="icon-"]::before,
  [class*=" icon-"]::before {
    display: inline-block; }
  [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; } }
  .menu.dark [class^="icon-"],
  .menu.dark [class*=" icon-"] {
    opacity: 0.5; }

.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-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- {
  display: none; }

.icon-none {
  display: none; }

.icon-false {
  display: none; }

.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-dropdown-arrow::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: ""; }

.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; }

.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;
    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: #bbbbbb; }
      @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; } }
    .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: #bbbbbb; }

.bubble {
  font-weight: 400;
  pointer-events: none;
  padding: 0.5rem 1rem;
  line-height: 1.625;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
  display: none; }
  .bubble {
    z-index: 1;
    position: absolute;
    text-align: left;
    max-width: calc(100vw - 2rem);
    border: 1px solid #bbbbbb;
    border-width: 1px;
    border-radius: 3px;
    background: #fff; }
  .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: #bbbbbb;
    border-width: calc(0.5rem + 1px); }
  .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: #e6f2fa; }
    .skin-red .bubble.primary {
      color: #e60000;
      border-color: currentColor;
      background-color: #fce5e5; }
      .skin-red .bubble.primary::after {
        color: #fce5e5; }
      .skin-red .bubble.primary::before {
        color: #e60000; }
    .skin-green .bubble.primary {
      color: #4e941a;
      border-color: currentColor;
      background-color: #edf4e8; }
      .skin-green .bubble.primary::after {
        color: #edf4e8; }
      .skin-green .bubble.primary::before {
        color: #4e941a; }
    .skin-orange .bubble.primary {
      color: #f78320;
      border-color: currentColor;
      background-color: #fef2e8; }
      .skin-orange .bubble.primary::after {
        color: #fef2e8; }
      .skin-orange .bubble.primary::before {
        color: #f78320; }
    .skin-graphite .bubble.primary {
      color: #666666;
      border-color: currentColor;
      background-color: #efefef; }
      .skin-graphite .bubble.primary::after {
        color: #efefef; }
      .skin-graphite .bubble.primary::before {
        color: #666666; }
    .skin-black .bubble.primary {
      color: #2a2a2a;
      border-color: currentColor;
      background-color: #e9e9e9; }
      .skin-black .bubble.primary::after {
        color: #e9e9e9; }
      .skin-black .bubble.primary::before {
        color: #2a2a2a; }
    .skin-brown .bubble.primary {
      color: #754f2e;
      border-color: currentColor;
      background-color: #f1edea; }
      .skin-brown .bubble.primary::after {
        color: #f1edea; }
      .skin-brown .bubble.primary::before {
        color: #754f2e; }
    .skin-yellow .bubble.primary {
      color: #f6a901;
      border-color: currentColor;
      background-color: #fef6e5; }
      .skin-yellow .bubble.primary::after {
        color: #fef6e5; }
      .skin-yellow .bubble.primary::before {
        color: #f6a901; }
    .skin-purple .bubble.primary {
      color: #5e2d86;
      border-color: currentColor;
      background-color: #eeeaf2; }
      .skin-purple .bubble.primary::after {
        color: #eeeaf2; }
      .skin-purple .bubble.primary::before {
        color: #5e2d86; }
    .skin-pink .bubble.primary {
      color: #e30074;
      border-color: currentColor;
      background-color: #fce5f1; }
      .skin-pink .bubble.primary::after {
        color: #fce5f1; }
      .skin-pink .bubble.primary::before {
        color: #e30074; }
    .bubble.primary::after {
      color: #e6f2fa; }
    .bubble.primary::before {
      color: #0b86d2; }
  .bubble.success {
    color: #00cc66;
    border-color: currentColor;
    background-color: #e5f9ef; }
    .skin-green .bubble.success {
      color: #444;
      border-color: currentColor;
      background-color: #ececec; }
      .skin-green .bubble.success::after {
        color: #ececec; }
      .skin-green .bubble.success::before {
        color: #444; }
    .bubble.success::after {
      color: #e5f9ef; }
    .bubble.success::before {
      color: #00cc66; }
  .bubble.warning {
    color: #dda500;
    border-color: currentColor;
    background-color: #fbf6e5; }
    .skin-orange .bubble.warning {
      color: #444;
      border-color: currentColor;
      background-color: #ececec; }
      .skin-orange .bubble.warning::after {
        color: #ececec; }
      .skin-orange .bubble.warning::before {
        color: #444; }
    .bubble.warning::after {
      color: #fbf6e5; }
    .bubble.warning::before {
      color: #dda500; }
  .bubble.error {
    color: #cc3333;
    border-color: currentColor;
    background-color: #f9eaea; }
    .skin-red .bubble.error {
      color: #444;
      border-color: currentColor;
      background-color: #ececec; }
      .skin-red .bubble.error::after {
        color: #ececec; }
      .skin-red .bubble.error::before {
        color: #444; }
    .bubble.error::after {
      color: #f9eaea; }
    .bubble.error::before {
      color: #cc3333; }
  .bubble.is-visible,
  .has-error .bubble {
    display: block; }

.dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: middle;
  margin-right: 1rem; }
  @media only screen and (min-width: 42.5em) {
    .dot {
      margin-right: 1.5rem; } }
  .dot.primary {
    background-color: #0b86d2; }
    .skin-red .dot.primary {
      background-color: #e60000; }
    .skin-green .dot.primary {
      background-color: #4e941a; }
    .skin-orange .dot.primary {
      background-color: #f78320; }
    .skin-graphite .dot.primary {
      background-color: #666666; }
    .skin-black .dot.primary {
      background-color: #2a2a2a; }
    .skin-brown .dot.primary {
      background-color: #754f2e; }
    .skin-yellow .dot.primary {
      background-color: #f6a901; }
    .skin-purple .dot.primary {
      background-color: #5e2d86; }
    .skin-pink .dot.primary {
      background-color: #e30074; }
  .dot.success {
    background-color: #00cc66; }
    .skin-green .dot.success {
      background-color: #444; }
  .dot.warning {
    background-color: #dda500; }
    .skin-orange .dot.warning {
      background-color: #444; }
  .dot.error {
    background-color: #cc3333; }
    .skin-red .dot.error {
      background-color: #444; }

.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;
  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:hover {
      color: #0b86d2;
      cursor: pointer; }
      .skin-red .folders-child:hover {
        color: #e60000; }
      .skin-green .folders-child:hover {
        color: #4e941a; }
      .skin-orange .folders-child:hover {
        color: #f78320; }
      .skin-graphite .folders-child:hover {
        color: #666666; }
      .skin-black .folders-child:hover {
        color: #2a2a2a; }
      .skin-brown .folders-child:hover {
        color: #754f2e; }
      .skin-yellow .folders-child:hover {
        color: #f6a901; }
      .skin-purple .folders-child:hover {
        color: #5e2d86; }
      .skin-pink .folders-child:hover {
        color: #e30074; }
    .folders-child.open > .folders-parent {
      color: #444;
      cursor: default; }
    .folders-child:not(:last-child)::after {
      background-color: transparent; }
    .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.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; }

.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; } }
  @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; }
  .rulecard .form-row {
    padding-bottom: 1rem; }

.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 #bbbbbb;
  width: 100%;
  max-width: 40.85714rem; }

.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__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; }
  .form__item.row .form__label {
    padding-right: 1rem; }

.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; }

.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%;
  height: 2.75rem;
  max-height: none !important;
  line-height: 2.75rem !important;
  margin-bottom: -0.33333rem; }
  .form__label.margin {
    margin-bottom: 1.5rem; }
    @media only screen and (min-width: 42.5em) {
      .form__label.margin {
        margin-bottom: 2rem; } }

.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;
  border: 1px solid transparent;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 42.5em) {
    .form__element {
      margin-bottom: 2rem; } }
  .form__element ~ .form__label {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; }
  .form__element.obj_input_number {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    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__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%;
  font-size: 0.92857rem;
  color: #666;
  padding: 0.5rem 0 1.5rem;
  margin-top: -1.5rem; }
  @media only screen and (min-width: 42.5em) {
    .form__desc {
      margin-top: -2rem; } }

.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;
  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;
  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::after {
    z-index: 1001;
    background-color: rgba(204, 51, 51, 0.1);
    box-shadow: 0 0 0 2px #e59999; }
  [debug] .form__block::before {
    color: #444;
    z-index: 1001;
    content: "block";
    background-color: #e59999;
    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::after {
    z-index: 1002;
    background-color: rgba(255, 255, 0, 0.1);
    box-shadow: 0 0 0 2px #ffff7f; }
  [debug] .form__item::before {
    color: #444;
    z-index: 1002;
    content: "item";
    background-color: #ffff7f;
    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::after {
    z-index: 1003;
    background-color: rgba(11, 134, 210, 0.1);
    box-shadow: 0 0 0 2px #85c2e8; }
  [debug] .form__element::before {
    color: #444;
    z-index: 1003;
    content: "element";
    background-color: #85c2e8;
    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::after {
    z-index: 1004;
    background-color: rgba(0, 204, 102, 0.1);
    box-shadow: 0 0 0 2px #7fe5b2; }
  [debug] .form__label::before {
    color: #444;
    z-index: 1004;
    content: "label";
    background-color: #7fe5b2;
    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::after {
    z-index: 1005;
    background-color: rgba(255, 20, 147, 0.1);
    box-shadow: 0 0 0 2px #ff89c9; }
  [debug] .form__desc::before {
    color: #444;
    z-index: 1005;
    content: "desc";
    background-color: #ff89c9;
    font-weight: 600;
    text-align: right;
    padding: 0 0.5rem 0 calc(0.5rem + 2px); }

.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; }
  .label.big {
    font-size: 1.42857rem;
    white-space: nowrap; }
  .input .label {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    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; }

.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; }

.panel {
  border: 1px solid #bbbbbb;
  margin-bottom: 1rem;
  padding: 1rem; }
  .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; } }
  .panel.error {
    border-color: #cc3333;
    background-color: rgba(204, 51, 51, 0.1);
    color: #cc3333; }

.radio {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  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 input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1; }
    .radio input + i {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      border: 1px solid #bbbbbb;
      background-color: #fff;
      padding: 0;
      margin: 0 auto; }
    .radio input:checked ~ .label {
      color: #0b86d2; }
      .skin-red .radio input:checked ~ .label {
        color: #e60000; }
      .skin-green .radio input:checked ~ .label {
        color: #4e941a; }
      .skin-orange .radio input:checked ~ .label {
        color: #f78320; }
      .skin-graphite .radio input:checked ~ .label {
        color: #666666; }
      .skin-black .radio input:checked ~ .label {
        color: #2a2a2a; }
      .skin-brown .radio input:checked ~ .label {
        color: #754f2e; }
      .skin-yellow .radio input:checked ~ .label {
        color: #f6a901; }
      .skin-purple .radio input:checked ~ .label {
        color: #5e2d86; }
      .skin-pink .radio input:checked ~ .label {
        color: #e30074; }
    .radio input:not([disabled]):hover {
      cursor: pointer; }
      .radio input:not([disabled]):hover + i {
        color: #0b86d2; }
        .skin-red .radio input:not([disabled]):hover + i {
          color: #e60000; }
        .skin-green .radio input:not([disabled]):hover + i {
          color: #4e941a; }
        .skin-orange .radio input:not([disabled]):hover + i {
          color: #f78320; }
        .skin-graphite .radio input:not([disabled]):hover + i {
          color: #666666; }
        .skin-black .radio input:not([disabled]):hover + i {
          color: #2a2a2a; }
        .skin-brown .radio input:not([disabled]):hover + i {
          color: #754f2e; }
        .skin-yellow .radio input:not([disabled]):hover + i {
          color: #f6a901; }
        .skin-purple .radio input:not([disabled]):hover + i {
          color: #5e2d86; }
        .skin-pink .radio input:not([disabled]):hover + i {
          color: #e30074; }
  .radio--block {
    display: block;
    text-align: left; }
  .radio.is-disabled {
    opacity: 0.5; }

.radio input + i {
  border-radius: 50%;
  transition: border-color 0.1s; }
  .radio input + i::after {
    background-color: #0b86d2;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    will-change: transform, opacity;
    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-red .radio input + i::after {
      background-color: #e60000; }
    .skin-green .radio input + i::after {
      background-color: #4e941a; }
    .skin-orange .radio input + i::after {
      background-color: #f78320; }
    .skin-graphite .radio input + i::after {
      background-color: #666666; }
    .skin-black .radio input + i::after {
      background-color: #2a2a2a; }
    .skin-brown .radio input + i::after {
      background-color: #754f2e; }
    .skin-yellow .radio input + i::after {
      background-color: #f6a901; }
    .skin-purple .radio input + i::after {
      background-color: #5e2d86; }
    .skin-pink .radio input + i::after {
      background-color: #e30074; }

.radio input:checked + i {
  border-color: #0b86d2; }
  .skin-red .radio input:checked + i {
    border-color: #e60000; }
  .skin-green .radio input:checked + i {
    border-color: #4e941a; }
  .skin-orange .radio input:checked + i {
    border-color: #f78320; }
  .skin-graphite .radio input:checked + i {
    border-color: #666666; }
  .skin-black .radio input:checked + i {
    border-color: #2a2a2a; }
  .skin-brown .radio input:checked + i {
    border-color: #754f2e; }
  .skin-yellow .radio input:checked + i {
    border-color: #f6a901; }
  .skin-purple .radio input:checked + i {
    border-color: #5e2d86; }
  .skin-pink .radio input:checked + i {
    border-color: #e30074; }
  .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; }

.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 #bbbbbb;
  background-color: #fff;
  margin-bottom: 0.5rem; }
  .rulecard:first-child {
    margin-top: 1rem; }
  .rulecard[iw-type="action"] .rulecard-arrows {
    display: none; }
  .rulecard[iw-type="action"] .rulecard-gate {
    display: none; }
  .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 {
    position: relative;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 0.5rem 1.5rem 0; }
  .rulecard-component {
    padding-bottom: 0.5rem; }
  .rulecard-arrows {
    display: none !important;
    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;
    border-left: 1px solid #bbbbbb;
    width: 1rem; }
  .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 .rulecard-button {
    width: 2rem;
    height: 2rem;
    line-height: 2rem; }
    .rulecard .rulecard-button:not(:first-child) {
      margin-left: 1rem; }
    .rulecard .rulecard-button:hover {
      background-color: transparent !important; }
  .rulecard .rulecard-arrow {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    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 .rulecard-arrow:not(:last-child) {
      border-bottom: 1px solid #bbbbbb; }
  .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-red .rulecard-expand {
      color: #e60000; }
    .skin-green .rulecard-expand {
      color: #4e941a; }
    .skin-orange .rulecard-expand {
      color: #f78320; }
    .skin-graphite .rulecard-expand {
      color: #666666; }
    .skin-black .rulecard-expand {
      color: #2a2a2a; }
    .skin-brown .rulecard-expand {
      color: #754f2e; }
    .skin-yellow .rulecard-expand {
      color: #f6a901; }
    .skin-purple .rulecard-expand {
      color: #5e2d86; }
    .skin-pink .rulecard-expand {
      color: #e30074; }
    .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-red .rulecard.is-active .rulecard-expand:hover {
          color: #e60000; }
        .skin-green .rulecard.is-active .rulecard-expand:hover {
          color: #4e941a; }
        .skin-orange .rulecard.is-active .rulecard-expand:hover {
          color: #f78320; }
        .skin-graphite .rulecard.is-active .rulecard-expand:hover {
          color: #666666; }
        .skin-black .rulecard.is-active .rulecard-expand:hover {
          color: #2a2a2a; }
        .skin-brown .rulecard.is-active .rulecard-expand:hover {
          color: #754f2e; }
        .skin-yellow .rulecard.is-active .rulecard-expand:hover {
          color: #f6a901; }
        .skin-purple .rulecard.is-active .rulecard-expand:hover {
          color: #5e2d86; }
        .skin-pink .rulecard.is-active .rulecard-expand:hover {
          color: #e30074; }
      .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; }

.service-group {
  transition: background-color 0.4s; }
  .service-group:not(:last-child) {
    border-bottom: 1px solid #bbbbbb; }
  .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-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 #bbbbbb; }
  .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:hover::before {
  color: #0b86d2; }
  .skin-red .service-selector:hover::before {
    color: #e60000; }
  .skin-green .service-selector:hover::before {
    color: #4e941a; }
  .skin-orange .service-selector:hover::before {
    color: #f78320; }
  .skin-graphite .service-selector:hover::before {
    color: #666666; }
  .skin-black .service-selector:hover::before {
    color: #2a2a2a; }
  .skin-brown .service-selector:hover::before {
    color: #754f2e; }
  .skin-yellow .service-selector:hover::before {
    color: #f6a901; }
  .skin-purple .service-selector:hover::before {
    color: #5e2d86; }
  .skin-pink .service-selector:hover::before {
    color: #e30074; }

.service-selector ~ .menu[iw-type="selector"] {
  margin-top: 0.5rem;
  right: -1rem; }

.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-red .service-expand::before {
    color: #e60000; }
  .skin-green .service-expand::before {
    color: #4e941a; }
  .skin-orange .service-expand::before {
    color: #f78320; }
  .skin-graphite .service-expand::before {
    color: #666666; }
  .skin-black .service-expand::before {
    color: #2a2a2a; }
  .skin-brown .service-expand::before {
    color: #754f2e; }
  .skin-yellow .service-expand::before {
    color: #f6a901; }
  .skin-purple .service-expand::before {
    color: #5e2d86; }
  .skin-pink .service-expand::before {
    color: #e30074; }

.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-red .service-group.is-active .service-expand:hover::before {
    color: #e60000; }
  .skin-green .service-group.is-active .service-expand:hover::before {
    color: #4e941a; }
  .skin-orange .service-group.is-active .service-expand:hover::before {
    color: #f78320; }
  .skin-graphite .service-group.is-active .service-expand:hover::before {
    color: #666666; }
  .skin-black .service-group.is-active .service-expand:hover::before {
    color: #2a2a2a; }
  .skin-brown .service-group.is-active .service-expand:hover::before {
    color: #754f2e; }
  .skin-yellow .service-group.is-active .service-expand:hover::before {
    color: #f6a901; }
  .skin-purple .service-group.is-active .service-expand:hover::before {
    color: #5e2d86; }
  .skin-pink .service-group.is-active .service-expand:hover::before {
    color: #e30074; }

.service-title {
  line-height: 4.28571rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.stat-group {
  border-bottom: 1px solid #bbbbbb;
  margin: 0; }

.stat-item {
  height: 4.28571rem;
  line-height: 4.28571rem;
  padding: 0 1rem; }
  @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%;
      border-bottom: none; }
      .stat-item.override:nth-last-child(-n+2) {
        border-bottom: none; }
      .stat-item.override:nth-child(2n+1) {
        border-right: 1px solid #bbbbbb; } }
  @media only screen and (min-width: 42.5em) {
    .stat-item {
      padding: 0 2rem; } }
  @media only screen {
    .stat-item:not(:last-child) {
      border-bottom: 1px solid #bbbbbb;
      border-right: none; } }
  @media only screen and (min-width: 65em) {
    .stat-item:not(:last-child) {
      border-right: 1px solid #bbbbbb;
      border-bottom: none; } }

.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 {
  table-layout: fixed;
  width: 100%; }
  @media only screen and (max-width: 42.4375em) {
    .table {
      width: calc(100% + 2rem);
      margin-left: -1rem; } }
  .table,
  .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; }
  .table[iw-type="compact"] .table-body {
    padding: 0; }
    .table[iw-type="compact"] .table-body-wrapper {
      padding: 0; }
  .table[iw-type="compact"] li {
    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 li {
      border: none;
      display: block;
      max-width: none;
      white-space: normal; }
      .table.responsive .table-body li:empty {
        display: none; } }
  .table li {
    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 #bbbbbb; }
  .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;
    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 li {
      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-red .table:not(.noanchor) .table-body .table-row:not(.main):hover {
          color: #e60000; }
        .skin-green .table:not(.noanchor) .table-body .table-row:not(.main):hover {
          color: #4e941a; }
        .skin-orange .table:not(.noanchor) .table-body .table-row:not(.main):hover {
          color: #f78320; }
        .skin-graphite .table:not(.noanchor) .table-body .table-row:not(.main):hover {
          color: #666666; }
        .skin-black .table:not(.noanchor) .table-body .table-row:not(.main):hover {
          color: #2a2a2a; }
        .skin-brown .table:not(.noanchor) .table-body .table-row:not(.main):hover {
          color: #754f2e; }
        .skin-yellow .table:not(.noanchor) .table-body .table-row:not(.main):hover {
          color: #f6a901; }
        .skin-purple .table:not(.noanchor) .table-body .table-row:not(.main):hover {
          color: #5e2d86; }
        .skin-pink .table:not(.noanchor) .table-body .table-row:not(.main):hover {
          color: #e30074; }
    .table-head .table-row {
      font-size: 0.85714rem;
      font-weight: 600;
      text-transform: uppercase;
      line-height: initial;
      color: #666; }
    .table-row.main:not(:first-of-type) li {
      padding-top: 2.5rem; }
    .table-row.sub {
      border-bottom: 0; }
    .table-row.sub + .sub {
      border-top: 1px solid #bbbbbb; }
    .table-row.is-selected {
      color: #0b86d2;
      transition: color 0.1s; }
      .skin-red .table-row.is-selected {
        color: #e60000; }
      .skin-green .table-row.is-selected {
        color: #4e941a; }
      .skin-orange .table-row.is-selected {
        color: #f78320; }
      .skin-graphite .table-row.is-selected {
        color: #666666; }
      .skin-black .table-row.is-selected {
        color: #2a2a2a; }
      .skin-brown .table-row.is-selected {
        color: #754f2e; }
      .skin-yellow .table-row.is-selected {
        color: #f6a901; }
      .skin-purple .table-row.is-selected {
        color: #5e2d86; }
      .skin-pink .table-row.is-selected {
        color: #e30074; }
    .table-row.is-disabled {
      color: #9b9ea3 !important;
      transition: color 0.1s; }
      .table-row.is-disabled:hover {
        color: #9b9ea3 !important;
        cursor: default !important; }
  .table-context {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-color: #fff;
    padding: 1rem;
    border-top: 1px solid #bbbbbb; }
  .table-info {
    padding-top: 1.5rem; }
  .table-dropdown-label {
    padding-right: 1rem; }
  .table [class*="table-select-"] {
    padding: 0;
    width: 4.28571rem !important;
    min-width: 4.28571rem; }
    .table [class*="table-select-"] + li {
      padding-left: 0; }
  .table.singledomain [class*="table-select-"] {
    display: none; }
    .table.singledomain [class*="table-select-"] + li {
      padding-left: 1rem; }

.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:not([iw-type="tabcordion"]) .tabs-label {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    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 #bbbbbb;
    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; } }
    .tabs[iw-type="tabcordion"] .tabs-label {
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      border-width: 0 1px 1px 0; }
    .tabs[iw-type="tabcordion"] .tabs-content {
      border-width: 0 1px 1px 0; }
  .tabs-label {
    cursor: pointer;
    background-color: #f5f6f7;
    color: #9b9ea3;
    font-weight: 600;
    border: 1px solid #bbbbbb;
    padding: 0.66667rem 1rem; }
    @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;
    -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 #bbbbbb; }
  .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; }

.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; }
  @media medium-up {
    .toast {
      padding: 2rem 10rem; } }
  .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; }
    @media medium-up {
      .toast-close {
        right: 2rem; } }

.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 #bbbbbb; }
  .box-head .topbar {
    border: none; }
  .topbar-center {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: 100%; }
  .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-red .topbar[iw-type="search"] .topbar-search-input input.has-info {
              color: #e60000; }
            .skin-green .topbar[iw-type="search"] .topbar-search-input input.has-info {
              color: #4e941a; }
            .skin-orange .topbar[iw-type="search"] .topbar-search-input input.has-info {
              color: #f78320; }
            .skin-graphite .topbar[iw-type="search"] .topbar-search-input input.has-info {
              color: #666666; }
            .skin-black .topbar[iw-type="search"] .topbar-search-input input.has-info {
              color: #2a2a2a; }
            .skin-brown .topbar[iw-type="search"] .topbar-search-input input.has-info {
              color: #754f2e; }
            .skin-yellow .topbar[iw-type="search"] .topbar-search-input input.has-info {
              color: #f6a901; }
            .skin-purple .topbar[iw-type="search"] .topbar-search-input input.has-info {
              color: #5e2d86; }
            .skin-pink .topbar[iw-type="search"] .topbar-search-input input.has-info {
              color: #e30074; }
      .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-red .topbar[iw-type="search"] .topbar-search-result {
          color: #e60000; }
        .skin-green .topbar[iw-type="search"] .topbar-search-result {
          color: #4e941a; }
        .skin-orange .topbar[iw-type="search"] .topbar-search-result {
          color: #f78320; }
        .skin-graphite .topbar[iw-type="search"] .topbar-search-result {
          color: #666666; }
        .skin-black .topbar[iw-type="search"] .topbar-search-result {
          color: #2a2a2a; }
        .skin-brown .topbar[iw-type="search"] .topbar-search-result {
          color: #754f2e; }
        .skin-yellow .topbar[iw-type="search"] .topbar-search-result {
          color: #f6a901; }
        .skin-purple .topbar[iw-type="search"] .topbar-search-result {
          color: #5e2d86; }
        .skin-pink .topbar[iw-type="search"] .topbar-search-result {
          color: #e30074; }
        .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-red .topbar[iw-type="search"] .topbar-search-close:hover, .skin-red .topbar[iw-type="search"] .topbar-search-close:focus {
            color: #e60000; }
          .skin-green .topbar[iw-type="search"] .topbar-search-close:hover, .skin-green .topbar[iw-type="search"] .topbar-search-close:focus {
            color: #4e941a; }
          .skin-orange .topbar[iw-type="search"] .topbar-search-close:hover, .skin-orange .topbar[iw-type="search"] .topbar-search-close:focus {
            color: #f78320; }
          .skin-graphite .topbar[iw-type="search"] .topbar-search-close:hover, .skin-graphite .topbar[iw-type="search"] .topbar-search-close:focus {
            color: #666666; }
          .skin-black .topbar[iw-type="search"] .topbar-search-close:hover, .skin-black .topbar[iw-type="search"] .topbar-search-close:focus {
            color: #2a2a2a; }
          .skin-brown .topbar[iw-type="search"] .topbar-search-close:hover, .skin-brown .topbar[iw-type="search"] .topbar-search-close:focus {
            color: #754f2e; }
          .skin-yellow .topbar[iw-type="search"] .topbar-search-close:hover, .skin-yellow .topbar[iw-type="search"] .topbar-search-close:focus {
            color: #f6a901; }
          .skin-purple .topbar[iw-type="search"] .topbar-search-close:hover, .skin-purple .topbar[iw-type="search"] .topbar-search-close:focus {
            color: #5e2d86; }
          .skin-pink .topbar[iw-type="search"] .topbar-search-close:hover, .skin-pink .topbar[iw-type="search"] .topbar-search-close:focus {
            color: #e30074; }

.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; }
  @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: #bbbbbb;
    color: #fff;
    font-size: 1.2rem; }
  .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; } }

.well {
  width: 100%;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  background-color: #f8f8f8;
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 42.5em) {
    .well {
      margin-bottom: 2rem; } }

.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; } }
  .rules_result-content {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
    .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;
    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); }

.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 {
    width: auto;
    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: url("../login/images/login-background--large.jpg") center top no-repeat;
    background-size: cover;
    min-height: 400px; }
    @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 .checkbox {
    float: left;
    width: 20px;
    margin-right: 0.5rem;
    height: auto;
    line-height: 1.625; }
    .login .checkbox-label {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
    .login .checkbox label {
      margin: 0; }
  .login-remember,
  .login .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-red .login-authsent {
      color: #e60000; }
    .skin-green .login-authsent {
      color: #4e941a; }
    .skin-orange .login-authsent {
      color: #f78320; }
    .skin-graphite .login-authsent {
      color: #666666; }
    .skin-black .login-authsent {
      color: #2a2a2a; }
    .skin-brown .login-authsent {
      color: #754f2e; }
    .skin-yellow .login-authsent {
      color: #f6a901; }
    .skin-purple .login-authsent {
      color: #5e2d86; }
    .skin-pink .login-authsent {
      color: #e30074; }

.obj_permissions .table-body .table-row:hover {
  color: #444; }

.obj_permissions .table-row li:last-child {
  width: 4.28571rem;
  padding: 0;
  text-align: center; }
  .obj_permissions .table-row li:last-child:hover {
    color: #0b86d2; }
    .skin-red .obj_permissions .table-row li:last-child:hover {
      color: #e60000; }
    .skin-green .obj_permissions .table-row li:last-child:hover {
      color: #4e941a; }
    .skin-orange .obj_permissions .table-row li:last-child:hover {
      color: #f78320; }
    .skin-graphite .obj_permissions .table-row li:last-child:hover {
      color: #666666; }
    .skin-black .obj_permissions .table-row li:last-child:hover {
      color: #2a2a2a; }
    .skin-brown .obj_permissions .table-row li:last-child:hover {
      color: #754f2e; }
    .skin-yellow .obj_permissions .table-row li:last-child:hover {
      color: #f6a901; }
    .skin-purple .obj_permissions .table-row li:last-child:hover {
      color: #5e2d86; }
    .skin-pink .obj_permissions .table-row li:last-child:hover {
      color: #e30074; }

.obj_domainlist .table-row li:nth-child(1) {
  width: 50%; }

.obj_domainlist .table-row li:nth-child(2) {
  width: 50%; }

@media only screen and (max-width: 42.4375em) {
  .obj_domainlist .table-row li:nth-child(2) {
    text-align: right; } }

@media only screen and (min-width: 42.5em) {
  .obj_domainlist .table-row li:nth-child(1) {
    width: 35%; }
  .obj_domainlist .table-row li:nth-child(2) {
    width: 30%; }
  .obj_domainlist .table-row li:nth-child(3) {
    width: 15%; }
  .obj_domainlist .table-row li:nth-child(4) {
    width: auto; } }

@media only screen and (max-width: 42.4375em) {
  .obj_userlist .table-row li {
    padding-left: 0; }
    .obj_userlist .table-row li.userlist-name_and_account {
      width: 66.66667%; }
    .obj_userlist .table-row li.userlist-filter {
      width: 33.33333%;
      text-align: right; } }

@media only screen and (min-width: 42.5em) {
  .obj_userlist .table-row li.userlist-name_and_account {
    width: 50%; }
  .obj_userlist .table-row li.userlist-quota,
  .obj_userlist .table-row li.userlist-filter {
    width: 25%; }
  .obj_userlist .table-row li.userlist-filter {
    text-align: right; }
  .obj_userlist .table-row li.userlist-filter {
    text-align: center; } }

@media only screen and (min-width: 65em) {
  .obj_userlist .table-row li:not(:first-child) {
    width: 25%; }
  .obj_userlist .table-row li.userlist-filter {
    text-align: left; } }

.obj_spamqueues_quarantine .table-row .quarantine-sender {
  font-weight: 600; }

.obj_spamqueues_whitelist .table-row .blackwhitelist-sender,
.obj_spamqueues_blacklist .table-row .blackwhitelist-sender {
  font-weight: 600; }

.obj_accountmobiledevices .table-row.sub li {
  height: 5rem;
  line-height: inherit; }
  @media only screen and (min-width: 65em) {
    .obj_accountmobiledevices .table-row.sub li.table-select-row {
      position: relative;
      left: 2.66667rem;
      width: 6.95238rem; }
    .obj_accountmobiledevices .table-row.sub li.mobiledevices-name {
      padding-left: 2.66667rem; } }

.obj_accountmobiledevices .table-row .mobiledevices-name {
  width: auto; }

.obj_accountmobiledevices .table-row .mobiledevices-last_sync {
  width: 12rem; }

.obj_accountmobiledevices .table-row .mobiledevices-status {
  width: 12rem; }

@media only screen and (min-width: 42.5em) {
  .obj_accountmobiledevices .table-row .mobiledevices-last_sync {
    width: 16rem; }
  .obj_accountmobiledevices .table-row .mobiledevices-status {
    width: 16rem; } }

.obj_accountmobiledevices .os-type-icon {
  font-size: 1rem;
  margin-right: 0.5rem; }

@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: #e6e6e6 !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 li {
    height: auto;
    line-height: inherit;
    white-space: normal;
    border-color: #e6e6e6 !important; }
    @media only screen and (min-width: 42.5em) {
      .obj_consoledialog .table-row.sub li {
        height: 5rem;
        padding-top: 1rem;
        padding-bottom: 1rem; } }

.obj_consoledialog .table-row.main li {
  border: none; }

.obj_consoledialog .table-row.main:first-child li {
  padding-top: 1rem; }

.obj_consoledialog .table-row .consoledialog-save_button:not(.is-visible) {
  display: none; }

.obj_consoledialog .table-row .consoledialog-form_element {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.obj_consoledialog .table-row .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 .table-row .consoledialog-name {
    height: auto;
    line-height: inherit;
    padding-bottom: 0.5rem; } }

@media only screen and (min-width: 42.5em) {
  .obj_consoledialog .table-row .consoledialog-name {
    width: auto; }
  .obj_consoledialog .table-row .consoledialog-type {
    width: 7rem; }
  .obj_consoledialog .table-row .consoledialog-value {
    width: 33.33333%; } }

@media only screen and (min-width: 65em) {
  .obj_consoledialog .table-row .consoledialog-name {
    width: 25%; }
  .obj_consoledialog .table-row .consoledialog-type {
    width: 10%; }
  .obj_consoledialog .table-row .consoledialog-value {
    width: 25%; }
  .obj_consoledialog .table-row .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 .table-row li.rules-up,
.obj_rules .table-row li.rules-down {
  width: 4.28571rem;
  padding: 0; }

.obj_rules .table-row li.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-row li {
  width: 33.33333%; }
  .obj_messageheader .table-row li.message_header-edit,
  .obj_messageheader .table-row li.message_header-delete {
    width: 4.28571rem;
    padding: 0; }
  .obj_messageheader .table-row li.message_header-action,
  .obj_messageheader .table-row li.message_header-header {
    font-weight: 600; }

.obj_certificates_server .table {
  width: 118.57143rem; }
  .obj_certificates_server .table-wrap {
    overflow-x: scroll; }
  .obj_certificates_server .table__cell {
    width: 14.28571rem; }

.obj_certificates_server .certificate-issuer {
  width: 28.57143rem; }

.obj_certificates_server .certificate-bits {
  width: 7.14286rem; }

.obj_certificates_server .certificate-fingerprint {
  width: 21.42857rem; }

.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-normal-wrap {
  white-space: normal; }

.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-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; }

.u-flex-none {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.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-red .is-selectable.is-selected {
      background-color: #e60000; }
    .skin-green .is-selectable.is-selected {
      background-color: #4e941a; }
    .skin-orange .is-selectable.is-selected {
      background-color: #f78320; }
    .skin-graphite .is-selectable.is-selected {
      background-color: #666666; }
    .skin-black .is-selectable.is-selected {
      background-color: #2a2a2a; }
    .skin-brown .is-selectable.is-selected {
      background-color: #754f2e; }
    .skin-yellow .is-selectable.is-selected {
      background-color: #f6a901; }
    .skin-purple .is-selectable.is-selected {
      background-color: #5e2d86; }
    .skin-pink .is-selectable.is-selected {
      background-color: #e30074; }

.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-red .ct-series-a .ct-slice-pie, .skin-red .ct-series-a .ct-area {
  fill: #e60000; }

.skin-red .ct-series-a .ct-point, .skin-red .ct-series-a .ct-line, .skin-red .ct-series-a .ct-bar, .skin-red .ct-series-a .ct-slice-donut {
  stroke: #e60000; }

.skin-green .ct-series-a .ct-slice-pie, .skin-green .ct-series-a .ct-area {
  fill: #4e941a; }

.skin-green .ct-series-a .ct-point, .skin-green .ct-series-a .ct-line, .skin-green .ct-series-a .ct-bar, .skin-green .ct-series-a .ct-slice-donut {
  stroke: #4e941a; }

.skin-orange .ct-series-a .ct-slice-pie, .skin-orange .ct-series-a .ct-area {
  fill: #f78320; }

.skin-orange .ct-series-a .ct-point, .skin-orange .ct-series-a .ct-line, .skin-orange .ct-series-a .ct-bar, .skin-orange .ct-series-a .ct-slice-donut {
  stroke: #f78320; }

.skin-graphite .ct-series-a .ct-slice-pie, .skin-graphite .ct-series-a .ct-area {
  fill: #666666; }

.skin-graphite .ct-series-a .ct-point, .skin-graphite .ct-series-a .ct-line, .skin-graphite .ct-series-a .ct-bar, .skin-graphite .ct-series-a .ct-slice-donut {
  stroke: #666666; }

.skin-black .ct-series-a .ct-slice-pie, .skin-black .ct-series-a .ct-area {
  fill: #2a2a2a; }

.skin-black .ct-series-a .ct-point, .skin-black .ct-series-a .ct-line, .skin-black .ct-series-a .ct-bar, .skin-black .ct-series-a .ct-slice-donut {
  stroke: #2a2a2a; }

.skin-brown .ct-series-a .ct-slice-pie, .skin-brown .ct-series-a .ct-area {
  fill: #754f2e; }

.skin-brown .ct-series-a .ct-point, .skin-brown .ct-series-a .ct-line, .skin-brown .ct-series-a .ct-bar, .skin-brown .ct-series-a .ct-slice-donut {
  stroke: #754f2e; }

.skin-yellow .ct-series-a .ct-slice-pie, .skin-yellow .ct-series-a .ct-area {
  fill: #f6a901; }

.skin-yellow .ct-series-a .ct-point, .skin-yellow .ct-series-a .ct-line, .skin-yellow .ct-series-a .ct-bar, .skin-yellow .ct-series-a .ct-slice-donut {
  stroke: #f6a901; }

.skin-purple .ct-series-a .ct-slice-pie, .skin-purple .ct-series-a .ct-area {
  fill: #5e2d86; }

.skin-purple .ct-series-a .ct-point, .skin-purple .ct-series-a .ct-line, .skin-purple .ct-series-a .ct-bar, .skin-purple .ct-series-a .ct-slice-donut {
  stroke: #5e2d86; }

.skin-pink .ct-series-a .ct-slice-pie, .skin-pink .ct-series-a .ct-area {
  fill: #e30074; }

.skin-pink .ct-series-a .ct-point, .skin-pink .ct-series-a .ct-line, .skin-pink .ct-series-a .ct-bar, .skin-pink .ct-series-a .ct-slice-donut {
  stroke: #e30074; }

.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; }

.skin-red .color-primary {
  color: #e60000; }

.skin-red .bg-color-primary {
  background-color: #e60000; }

.skin-red .border-color-primary {
  border-color: #e60000; }

.skin-green .color-primary {
  color: #4e941a; }

.skin-green .bg-color-primary {
  background-color: #4e941a; }

.skin-green .border-color-primary {
  border-color: #4e941a; }

.skin-orange .color-primary {
  color: #f78320; }

.skin-orange .bg-color-primary {
  background-color: #f78320; }

.skin-orange .border-color-primary {
  border-color: #f78320; }

.skin-graphite .color-primary {
  color: #666666; }

.skin-graphite .bg-color-primary {
  background-color: #666666; }

.skin-graphite .border-color-primary {
  border-color: #666666; }

.skin-black .color-primary {
  color: #2a2a2a; }

.skin-black .bg-color-primary {
  background-color: #2a2a2a; }

.skin-black .border-color-primary {
  border-color: #2a2a2a; }

.skin-brown .color-primary {
  color: #754f2e; }

.skin-brown .bg-color-primary {
  background-color: #754f2e; }

.skin-brown .border-color-primary {
  border-color: #754f2e; }

.skin-yellow .color-primary {
  color: #f6a901; }

.skin-yellow .bg-color-primary {
  background-color: #f6a901; }

.skin-yellow .border-color-primary {
  border-color: #f6a901; }

.skin-purple .color-primary {
  color: #5e2d86; }

.skin-purple .bg-color-primary {
  background-color: #5e2d86; }

.skin-purple .border-color-primary {
  border-color: #5e2d86; }

.skin-pink .color-primary {
  color: #e30074; }

.skin-pink .bg-color-primary {
  background-color: #e30074; }

.skin-pink .border-color-primary {
  border-color: #e30074; }

.color-primary {
  color: #0b86d2; }

.bg-color-primary {
  background-color: #0b86d2; }

.border-color-primary {
  border-color: #0b86d2; }

.skin-graphite .color-secondary {
  color: #0b86d2; }

.skin-graphite .bg-color-secondary {
  background-color: #0b86d2; }

.skin-graphite .border-color-secondary {
  border-color: #0b86d2; }

.skin-black .color-secondary {
  color: #0b86d2; }

.skin-black .bg-color-secondary {
  background-color: #0b86d2; }

.skin-black .border-color-secondary {
  border-color: #0b86d2; }

.color-secondary {
  color: #444; }

.bg-color-secondary {
  background-color: #444; }

.border-color-secondary {
  border-color: #444; }

.skin-green .color-success {
  color: #444; }

.skin-green .bg-color-success {
  background-color: #444; }

.skin-green .border-color-success {
  border-color: #444; }

.color-success {
  color: #00cc66; }

.bg-color-success {
  background-color: #00cc66; }

.border-color-success {
  border-color: #00cc66; }

.skin-orange .color-warning {
  color: #444; }

.skin-orange .bg-color-warning {
  background-color: #444; }

.skin-orange .border-color-warning {
  border-color: #444; }

.color-warning {
  color: #dda500; }

.bg-color-warning {
  background-color: #dda500; }

.border-color-warning {
  border-color: #dda500; }

.skin-red .color-error {
  color: #444; }

.skin-red .bg-color-error {
  background-color: #444; }

.skin-red .border-color-error {
  border-color: #444; }

.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; }
