/* CONFIG */
/* PRIMARY COLOR */
/* SECONDARY / ACCENT COLOR */
/* ALERT / DANGER COLOR */
/* SUCCESS COLOR */
/* WARNING COLOR */
/* INFO COLOR */
/* GREY COLORS */
/**
 |-----------------------------------------------------
 | @COLOR PALLETE
 |-----------------------------------------------------
 |
 */
/* COLOR WHITE {BACKGROUND | TEXT} */
.bg-white {
  background-color: #FFFFFF; }

.white {
  color: #FFFFFF; }

/* COLOR BLACK { BACKGROUND | TEXT } */
.bg-black {
  background-color: #212121; }

.black {
  color: #212121; }

/* DARK PRIMARY COLOR {BACKGROUND | COLOR} */
.mdt-bg-dark,
.mdt-bg-d {
  background-color: #1976D2; }

.mdt-dark {
  color: #1976D2; }

/* default background color */
.mdt-bg {
  background: #2196F3; }

.mdt-color,
.mdt-c {
  color: #2196F3; }

.mdt-border-primary,
.mdt-b-primary {
  border-color: #2196F3; }

/* light background color  */
.mdt-bg-light,
.mdt-bg-l {
  background-color: #BBDEFB; }

.mdt-light {
  color: #BBDEFB; }

/* accent (secondary) background color */
.mdt-bg-accent,
.mdt-bg-a {
  background-color: #673AB7; }

.mdt-accent,
.mdt-a {
  color: #673AB7; }

/* SUCCESS COLOR */
.bg-success {
  background-color: #4CAF50; }

.success {
  color: #4CAF50; }

/* WARNING COLOR */
.bg-warning {
  background-color: #FF9800; }

.warning {
  color: #FF9800; }

/* ALERT COLOR */
.bg-alert {
  background-color: #F44336; }

.alert {
  color: #F44336; }

/* INFO COLOR */
.bg-info {
  background-color: #03A9F4; }

.info {
  color: #03A9F4; }

/**
 |-----------------------------------------------------
 | @BOX SHADOW
 |-----------------------------------------------------
 */
/**
 |-----------------------------------------------------
 | @TRANSITION
 |-----------------------------------------------------
 */
/*! normalize.css v3.0.2 | 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,
hgroup,
main,
menu,
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-color: 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: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * 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; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/** FONTS **/
html {
  font-size: 62.5%; }

body {
  font-family: "Raleway", "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.4em;
  /* 10 of $rembase */
  line-height: 1.625;
  font-weight: 400; }

div {
  box-sizing: border-box; }

/** PROPORTIONS & RESPONSIVE **/
.responsive,
.container {
  max-width: 110rem;
  margin: 0 auto; }

.responsive,
.container,
.row {
  clear: both;
  content: "";
  display: block;
  position: relative;
  box-sizing: border-box; }

.centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.row {
  width: 100%; }

.row:after {
  clear: both; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.responsive > * {
  box-sizing: border-box; }

.pull-right,
.f-right {
  float: right; }

.pull-left,
.f-left {
  float: left; }

.col-fill {
  display: table-cell; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative; }

.row-xs-1 .col {
  float: left;
  width: 8.33333%; }

.row-xs-2 .col {
  float: left;
  width: 16.66667%; }

.row-xs-3 .col {
  float: left;
  width: 25%; }

.row-xs-4 .col {
  float: left;
  width: 33.33333%; }

.row-xs-6 .col {
  float: left;
  width: 50%; }

.row-xs-12 .col {
  float: left;
  width: 100%; }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-push-1 {
  left: 8.33333%;
  position: relative; }

.col-xs-pull-1 {
  right: 8.33333%;
  position: relative; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-push-2 {
  left: 16.66667%;
  position: relative; }

.col-xs-pull-2 {
  right: 16.66667%;
  position: relative; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-push-3 {
  left: 25%;
  position: relative; }

.col-xs-pull-3 {
  right: 25%;
  position: relative; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-push-4 {
  left: 33.33333%;
  position: relative; }

.col-xs-pull-4 {
  right: 33.33333%;
  position: relative; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-push-5 {
  left: 41.66667%;
  position: relative; }

.col-xs-pull-5 {
  right: 41.66667%;
  position: relative; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-push-6 {
  left: 50%;
  position: relative; }

.col-xs-pull-6 {
  right: 50%;
  position: relative; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-push-7 {
  left: 58.33333%;
  position: relative; }

.col-xs-pull-7 {
  right: 58.33333%;
  position: relative; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-push-8 {
  left: 66.66667%;
  position: relative; }

.col-xs-pull-8 {
  right: 66.66667%;
  position: relative; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-push-9 {
  left: 75%;
  position: relative; }

.col-xs-pull-9 {
  right: 75%;
  position: relative; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-push-10 {
  left: 83.33333%;
  position: relative; }

.col-xs-pull-10 {
  right: 83.33333%;
  position: relative; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-push-11 {
  left: 91.66667%;
  position: relative; }

.col-xs-pull-11 {
  right: 91.66667%;
  position: relative; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.col-xs-push-12 {
  left: 100%;
  position: relative; }

.col-xs-pull-12 {
  right: 100%;
  position: relative; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 34em) {
  .row-sm-1 .col {
    float: left;
    width: 8.33333%; }

  .row-sm-2 .col {
    float: left;
    width: 16.66667%; }

  .row-sm-3 .col {
    float: left;
    width: 25%; }

  .row-sm-4 .col {
    float: left;
    width: 33.33333%; }

  .row-sm-6 .col {
    float: left;
    width: 50%; }

  .row-sm-12 .col {
    float: left;
    width: 100%; }

  .col-sm-1 {
    float: left;
    width: 8.33333%; }

  .col-sm-push-1 {
    left: 8.33333%;
    position: relative; }

  .col-sm-pull-1 {
    right: 8.33333%;
    position: relative; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-2 {
    float: left;
    width: 16.66667%; }

  .col-sm-push-2 {
    left: 16.66667%;
    position: relative; }

  .col-sm-pull-2 {
    right: 16.66667%;
    position: relative; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-3 {
    float: left;
    width: 25%; }

  .col-sm-push-3 {
    left: 25%;
    position: relative; }

  .col-sm-pull-3 {
    right: 25%;
    position: relative; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-4 {
    float: left;
    width: 33.33333%; }

  .col-sm-push-4 {
    left: 33.33333%;
    position: relative; }

  .col-sm-pull-4 {
    right: 33.33333%;
    position: relative; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-5 {
    float: left;
    width: 41.66667%; }

  .col-sm-push-5 {
    left: 41.66667%;
    position: relative; }

  .col-sm-pull-5 {
    right: 41.66667%;
    position: relative; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-6 {
    float: left;
    width: 50%; }

  .col-sm-push-6 {
    left: 50%;
    position: relative; }

  .col-sm-pull-6 {
    right: 50%;
    position: relative; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-7 {
    float: left;
    width: 58.33333%; }

  .col-sm-push-7 {
    left: 58.33333%;
    position: relative; }

  .col-sm-pull-7 {
    right: 58.33333%;
    position: relative; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-8 {
    float: left;
    width: 66.66667%; }

  .col-sm-push-8 {
    left: 66.66667%;
    position: relative; }

  .col-sm-pull-8 {
    right: 66.66667%;
    position: relative; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-9 {
    float: left;
    width: 75%; }

  .col-sm-push-9 {
    left: 75%;
    position: relative; }

  .col-sm-pull-9 {
    right: 75%;
    position: relative; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-10 {
    float: left;
    width: 83.33333%; }

  .col-sm-push-10 {
    left: 83.33333%;
    position: relative; }

  .col-sm-pull-10 {
    right: 83.33333%;
    position: relative; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-11 {
    float: left;
    width: 91.66667%; }

  .col-sm-push-11 {
    left: 91.66667%;
    position: relative; }

  .col-sm-pull-11 {
    right: 91.66667%;
    position: relative; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-12 {
    float: left;
    width: 100%; }

  .col-sm-push-12 {
    left: 100%;
    position: relative; }

  .col-sm-pull-12 {
    right: 100%;
    position: relative; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 45em) {
  .row-md-1 .col {
    float: left;
    width: 8.33333%; }

  .row-md-2 .col {
    float: left;
    width: 16.66667%; }

  .row-md-3 .col {
    float: left;
    width: 25%; }

  .row-md-4 .col {
    float: left;
    width: 33.33333%; }

  .row-md-6 .col {
    float: left;
    width: 50%; }

  .row-md-12 .col {
    float: left;
    width: 100%; }

  .col-md-1 {
    float: left;
    width: 8.33333%; }

  .col-md-push-1 {
    left: 8.33333%;
    position: relative; }

  .col-md-pull-1 {
    right: 8.33333%;
    position: relative; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-2 {
    float: left;
    width: 16.66667%; }

  .col-md-push-2 {
    left: 16.66667%;
    position: relative; }

  .col-md-pull-2 {
    right: 16.66667%;
    position: relative; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-3 {
    float: left;
    width: 25%; }

  .col-md-push-3 {
    left: 25%;
    position: relative; }

  .col-md-pull-3 {
    right: 25%;
    position: relative; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-4 {
    float: left;
    width: 33.33333%; }

  .col-md-push-4 {
    left: 33.33333%;
    position: relative; }

  .col-md-pull-4 {
    right: 33.33333%;
    position: relative; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-5 {
    float: left;
    width: 41.66667%; }

  .col-md-push-5 {
    left: 41.66667%;
    position: relative; }

  .col-md-pull-5 {
    right: 41.66667%;
    position: relative; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-6 {
    float: left;
    width: 50%; }

  .col-md-push-6 {
    left: 50%;
    position: relative; }

  .col-md-pull-6 {
    right: 50%;
    position: relative; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-7 {
    float: left;
    width: 58.33333%; }

  .col-md-push-7 {
    left: 58.33333%;
    position: relative; }

  .col-md-pull-7 {
    right: 58.33333%;
    position: relative; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-8 {
    float: left;
    width: 66.66667%; }

  .col-md-push-8 {
    left: 66.66667%;
    position: relative; }

  .col-md-pull-8 {
    right: 66.66667%;
    position: relative; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-9 {
    float: left;
    width: 75%; }

  .col-md-push-9 {
    left: 75%;
    position: relative; }

  .col-md-pull-9 {
    right: 75%;
    position: relative; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-10 {
    float: left;
    width: 83.33333%; }

  .col-md-push-10 {
    left: 83.33333%;
    position: relative; }

  .col-md-pull-10 {
    right: 83.33333%;
    position: relative; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-11 {
    float: left;
    width: 91.66667%; }

  .col-md-push-11 {
    left: 91.66667%;
    position: relative; }

  .col-md-pull-11 {
    right: 91.66667%;
    position: relative; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-12 {
    float: left;
    width: 100%; }

  .col-md-push-12 {
    left: 100%;
    position: relative; }

  .col-md-pull-12 {
    right: 100%;
    position: relative; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 60em) {
  .row-lg-1 .col {
    float: left;
    width: 8.33333%; }

  .row-lg-2 .col {
    float: left;
    width: 16.66667%; }

  .row-lg-3 .col {
    float: left;
    width: 25%; }

  .row-lg-4 .col {
    float: left;
    width: 33.33333%; }

  .row-lg-6 .col {
    float: left;
    width: 50%; }

  .row-lg-12 .col {
    float: left;
    width: 100%; }

  .col-lg-1 {
    float: left;
    width: 8.33333%; }

  .col-lg-push-1 {
    left: 8.33333%;
    position: relative; }

  .col-lg-pull-1 {
    right: 8.33333%;
    position: relative; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-2 {
    float: left;
    width: 16.66667%; }

  .col-lg-push-2 {
    left: 16.66667%;
    position: relative; }

  .col-lg-pull-2 {
    right: 16.66667%;
    position: relative; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-3 {
    float: left;
    width: 25%; }

  .col-lg-push-3 {
    left: 25%;
    position: relative; }

  .col-lg-pull-3 {
    right: 25%;
    position: relative; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-4 {
    float: left;
    width: 33.33333%; }

  .col-lg-push-4 {
    left: 33.33333%;
    position: relative; }

  .col-lg-pull-4 {
    right: 33.33333%;
    position: relative; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-5 {
    float: left;
    width: 41.66667%; }

  .col-lg-push-5 {
    left: 41.66667%;
    position: relative; }

  .col-lg-pull-5 {
    right: 41.66667%;
    position: relative; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-6 {
    float: left;
    width: 50%; }

  .col-lg-push-6 {
    left: 50%;
    position: relative; }

  .col-lg-pull-6 {
    right: 50%;
    position: relative; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-7 {
    float: left;
    width: 58.33333%; }

  .col-lg-push-7 {
    left: 58.33333%;
    position: relative; }

  .col-lg-pull-7 {
    right: 58.33333%;
    position: relative; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-8 {
    float: left;
    width: 66.66667%; }

  .col-lg-push-8 {
    left: 66.66667%;
    position: relative; }

  .col-lg-pull-8 {
    right: 66.66667%;
    position: relative; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-9 {
    float: left;
    width: 75%; }

  .col-lg-push-9 {
    left: 75%;
    position: relative; }

  .col-lg-pull-9 {
    right: 75%;
    position: relative; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-10 {
    float: left;
    width: 83.33333%; }

  .col-lg-push-10 {
    left: 83.33333%;
    position: relative; }

  .col-lg-pull-10 {
    right: 83.33333%;
    position: relative; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-11 {
    float: left;
    width: 91.66667%; }

  .col-lg-push-11 {
    left: 91.66667%;
    position: relative; }

  .col-lg-pull-11 {
    right: 91.66667%;
    position: relative; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-12 {
    float: left;
    width: 100%; }

  .col-lg-push-12 {
    left: 100%;
    position: relative; }

  .col-lg-pull-12 {
    right: 100%;
    position: relative; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 72.25em) {
  .row-xl-1 .col {
    float: left;
    width: 8.33333%; }

  .row-xl-2 .col {
    float: left;
    width: 16.66667%; }

  .row-xl-3 .col {
    float: left;
    width: 25%; }

  .row-xl-4 .col {
    float: left;
    width: 33.33333%; }

  .row-xl-6 .col {
    float: left;
    width: 50%; }

  .row-xl-12 .col {
    float: left;
    width: 100%; }

  .col-xl-1 {
    float: left;
    width: 8.33333%; }

  .col-xl-push-1 {
    left: 8.33333%;
    position: relative; }

  .col-xl-pull-1 {
    right: 8.33333%;
    position: relative; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-2 {
    float: left;
    width: 16.66667%; }

  .col-xl-push-2 {
    left: 16.66667%;
    position: relative; }

  .col-xl-pull-2 {
    right: 16.66667%;
    position: relative; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-3 {
    float: left;
    width: 25%; }

  .col-xl-push-3 {
    left: 25%;
    position: relative; }

  .col-xl-pull-3 {
    right: 25%;
    position: relative; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-4 {
    float: left;
    width: 33.33333%; }

  .col-xl-push-4 {
    left: 33.33333%;
    position: relative; }

  .col-xl-pull-4 {
    right: 33.33333%;
    position: relative; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-5 {
    float: left;
    width: 41.66667%; }

  .col-xl-push-5 {
    left: 41.66667%;
    position: relative; }

  .col-xl-pull-5 {
    right: 41.66667%;
    position: relative; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-6 {
    float: left;
    width: 50%; }

  .col-xl-push-6 {
    left: 50%;
    position: relative; }

  .col-xl-pull-6 {
    right: 50%;
    position: relative; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-7 {
    float: left;
    width: 58.33333%; }

  .col-xl-push-7 {
    left: 58.33333%;
    position: relative; }

  .col-xl-pull-7 {
    right: 58.33333%;
    position: relative; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-8 {
    float: left;
    width: 66.66667%; }

  .col-xl-push-8 {
    left: 66.66667%;
    position: relative; }

  .col-xl-pull-8 {
    right: 66.66667%;
    position: relative; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-9 {
    float: left;
    width: 75%; }

  .col-xl-push-9 {
    left: 75%;
    position: relative; }

  .col-xl-pull-9 {
    right: 75%;
    position: relative; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-10 {
    float: left;
    width: 83.33333%; }

  .col-xl-push-10 {
    left: 83.33333%;
    position: relative; }

  .col-xl-pull-10 {
    right: 83.33333%;
    position: relative; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-11 {
    float: left;
    width: 91.66667%; }

  .col-xl-push-11 {
    left: 91.66667%;
    position: relative; }

  .col-xl-pull-11 {
    right: 91.66667%;
    position: relative; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  .col-xl-12 {
    float: left;
    width: 100%; }

  .col-xl-push-12 {
    left: 100%;
    position: relative; }

  .col-xl-pull-12 {
    right: 100%;
    position: relative; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
/*
 |---------------------------------------------
 | Table of contents
 |---------------------------------------------
 |
 | 1. Typography
 | 2. Links
 | 3. Lists
 | 4. Buttons
 | 5. Forms
 | 6. Misc
 |
 */
/*
 |---------------------------------------------
 | 1. Typography
 |---------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0; }

h1 {
  font-size: 3.4rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.6rem; }

h4 {
  font-size: 2.2rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.3rem; }

p {
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 400; }

u {
  text-decoration: underline; }

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  background: #F2F2F2;
  border: 0.1rem solid #E2E2E2;
  border-radius: 0.3rem;
  font-size: 1.2rem; }

/*
 |---------------------------------------------
 | 2. Links
 |---------------------------------------------
 */
a {
  color: #3098CF;
  text-decoration: none;
  font-size: 1.3rem; }

a:hover {
  text-decoration: underline; }

/*
 |---------------------------------------------
 | 3. Lists
 |---------------------------------------------
 */
ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0 0 0.5rem 3rem; }

li {
  margin-bottom: 1rem; }

/**
 * 6. Misc
 */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 0.1rem solid #E8E8E8;
  width: 100%; }

span {
  box-sizing: border-box; }

label, a, button {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none; }

.clear, .clearfix {
  content: "";
  display: table;
  clear: both; }

nav {
  margin: 0; }

ul {
  margin: 0; }

ul li {
  margin: 0; }

nav:after {
  clear: both; }

nav:before, nav:after {
  content: " ";
  display: table; }

nav > ul > li {
  float: left;
  list-style: none;
  padding-left: 1em;
  padding-right: 1em; }

/* TABLES */
table {
  background-color: #FFFFFF;
  margin-bottom: 1rem;
  width: 100%; }

table thead {
  border-bottom: 0.2rem solid #CCCCCC; }

table thead tr th {
  display: table-cell;
  color: #333;
  font-weight: bold;
  padding: 1.2rem;
  text-align: left; }

table tr td {
  display: table-cell;
  padding: 1.2rem;
  text-align: left;
  border-bottom: 0.1rem solid #CCCCCC; }

/**
 |---------------------------------------------
 | 4. Buttons
 |---------------------------------------------
 */
.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  background-color: #FFFFFF;
  padding: 0.8rem 2.2rem;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  border: 0.1rem solid #D9D9D9;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.3rem; }

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  border-color: #777;
  outline: 0;
  text-decoration: none; }

/* PRIMARY BUTTON */
.btn-primary {
  background-color: #2196F3;
  border-color: #BBDEFB;
  color: #FFFFFF; }

.btn-primary:hover,
.btn-primary:focus {
  border-color: #BBDEFB;
  background-color: #1976D2; }

/* SECONDARY BUTTON */
.btn-secondary,
.btn-accent {
  background-color: #673AB7;
  border-color: #D1C4E9;
  color: #FFFFFF; }

.btn-secondary:hover,
.btn-accent:hover,
.btn-secndary:focus,
.btn-accent:focus {
  border-color: #D1C4E9;
  background-color: #512DA8; }

/* ALERT / DANGER BUTTON */
.btn-danger,
.btn-alert {
  background-color: #F44336;
  border-color: #FFCDD2;
  color: #FFFFFF; }

.btn-danger:hover,
.btn-alert:hover,
.btn-danger:focus,
.btn-alert:focus {
  background-color: #D32F2F;
  border-color: #FFCDD2; }

/* SUCCESS BUTTON */
.btn-success {
  background-color: #4CAF50;
  color: #FFFFFF;
  border-color: #C8E6C9; }

.btn-success:hover,
.btn-success:focus {
  background-color: #388E3C;
  border-color: #C8E6C9; }

/* WARNING BUTTON */
.btn-warning {
  background-color: #FF9800;
  color: #FFFFFF;
  border-color: #FFE0B2; }

.btn-warning:hover,
.btn-warning:focus {
  background-color: #F57C00;
  border-color: #FFE0B2; }

/* INFO BUTTON */
.btn-info {
  background-color: #03A9F4;
  border-color: #B3E5FC;
  color: #FFFFFF; }

.btn-info:hover,
.btn-info:focus {
  background-color: #0288D1;
  border-color: #B3E5FC; }

/* DISABLED BUTTONS */
.btn-disabled {
  color: #727272;
  background-color: #B6B6B6;
  cursor: not-allowed; }

/* BORDERED BUTTONS */
.btn.btn-border {
  background-color: #FFFFFF;
  border: 0.1rem solid #D9D9D9;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.btn-border:hover,
.btn.btn-border:focus {
  border: 0.1rem solid #777777; }

.btn.btn-primary.btn-border {
  border: 0.1rem solid #2196F3;
  color: #2196F3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.btn-primary.btn-border:hover,
.btn.btn-primary.btn-border:focus {
  background-color: #2196F3;
  color: #FFFFFF;
  border-color: #BBDEFB; }

.btn.btn-accent.btn-border,
.btn.btn-secondary.btn-border {
  border: 0.1rem solid #673AB7;
  color: #673AB7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.btn-accent.btn-border:hover,
.btn.btn-secondary.btn-border:hover,
.btn.btn-accent.btn-border:focus,
.btn.btn-secondary.btn-border:focus {
  background-color: #673AB7;
  color: #FFFFFF;
  border-color: #D1C4E9; }

.btn.btn-warning.btn-border {
  border: 0.1rem solid #FF9800;
  color: #FF9800;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.btn-warning.btn-border:hover,
.btn.btn-warning.btn-border:focus {
  background-color: #FF9800;
  color: #FFFFFF;
  border-color: #FFE0B2; }

.btn.btn-success.btn-border {
  border: 0.1rem solid #4CAF50;
  color: #4CAF50;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.btn-success.btn-border:hover,
.btn.btn-success.btn-border:focus {
  background-color: #4CAF50;
  color: #FFFFFF;
  border-color: #C8E6C9; }

.btn.btn-info.btn-border {
  border: 0.1rem solid #03A9F4;
  color: #03A9F4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.btn-info.btn-border:hover,
.btn.btn-info.btn-border:focus {
  background-color: #03A9F4;
  color: #FFFFFF;
  border-color: #B3E5FC; }

.btn.btn-alert.btn-border,
.btn.btn-danger.btn-border {
  border: 0.1rem solid #F44336;
  color: #F44336;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.btn-alert.btn-border:hover,
.btn.btn-danger.btn-border:hover,
.btn.btn-alert.btn-border:focus,
.btn.btn-danger.btn-border:focus {
  background-color: #F44336;
  color: #FFFFFF;
  border-color: #FFCDD2; }

/* ROUND BUTTON */
.btn-round {
  border-radius: 100rem; }

/* Color Input */
input[type="color"] {
  border: none;
  width: 7.5rem;
  padding: 0;
  outline: 0;
  cursor: pointer;
  height: 3.5rem;
  display: inline-block;
  background-color: transparent;
  margin-bottom: 1rem; }

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0; }

input[type="color"]::-moz-color-swatch-wrapper {
  padding: 0; }

input[type="color"]::-webkit-color-swatch {
  border: none; }

input[type="color"]::-moz-color-swatch {
  border: none; }

/* Range Input */
input[type="range"] {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0;
  box-sizing: border-box; }

input[type="range"]:focus {
  outline: none; }

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.2rem;
  cursor: pointer;
  background: #333; }

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 0.2rem;
  cursor: pointer;
  background: #333; }

input[type="range"]::-webkit-slider-thumb {
  border: 0.1rem solid #333;
  height: 2.5rem;
  width: 1.5rem;
  border-radius: 0.3rem;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -1rem; }

input[type="range"]::-moz-range-thumb {
  border: 0.1rem solid #333;
  height: 2.5rem;
  width: 1.5rem;
  border-radius: 0.3rem;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -1rem; }

/* BUTTON AJAX LOADER */
.qc-loader {
  position: relative;
  color: #FFFFFF; }

.qc-loader .loader {
  position: absolute;
  display: none;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  top: 0;
  margin-top: 0.7rem; }

.qc-loader.active {
  padding-right: 4rem; }

.qc-loader.active .loader {
  display: inline-block; }

/** 
 |--------------------------------------------------------
 | @BUTTONS GROUP
 |--------------------------------------------------------
 |
 */
.buttons-group {
  border: 0.1rem solid #CCCCCC;
  display: inline-block; }

.buttons-group > li {
  list-style: none;
  display: block;
  float: left;
  position: relative; }

.buttons-group > li > a {
  background-color: #FFFFFF;
  padding: 0 1rem;
  text-transform: initial;
  height: 3rem;
  line-height: 3rem;
  display: block;
  border-right: 0.1rem solid #CCCCCC; }

.buttons-group > li:last-child > a {
  border: none; }

.buttons-group:after {
  display: table;
  content: " ";
  clear: both; }

.buttons-group > li > a i {
  margin-right: 0.3rem; }

.buttons-group > li a:hover {
  background-color: #F0F0F0;
  text-decoration: none; }

.buttons-group .dropdown {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  margin-left: 0rem;
  top: 0;
  margin-top: 3rem;
  border: 0.1rem solid #CCCCCC; }

.buttons-group .dropdown li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 0 1rem;
  font-size: 1.2rem;
  height: 3rem;
  line-height: 3rem;
  border-bottom: 0.1rem solid #CCCCCC; }

.buttons-group .dropdown li:last-child a {
  border: none; }

.buttons-group .dropdown li div {
  display: block;
  padding: 0.2rem 1rem;
  border-bottom: 0.1rem solid #CCCCCC;
  border-top: 0.1rem solid #CCCCCC;
  background-color: #FFFFFF; }

.buttons-group .dropdown li a:hover {
  background-color: #F0F0F0; }

.buttons-group .dropdown li {
  list-style: none; }

.buttons-group > li:hover > ul.dropdown {
  display: block; }

.buttons-group span {
  display: inline-block;
  margin-left: 0.5rem; }

.buttons-group .delimiter {
  background-color: #FFFFFF; }

.buttons-group.t-tooltip .delimiter {
  display: none; }

.buttons-group.inline.t-tooltip ul.dropdown li span {
  display: none; }

.buttons-group.t-tooltip span {
  display: none;
  top: 0;
  left: 0;
  margin-left: 5rem;
  background-color: #444444;
  padding: 0 1rem;
  z-index: 99999;
  box-sizing: border-box;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  line-height: 2.8rem;
  text-transform: initial;
  color: #FFFFFF; }

.buttons-group.t-tooltip span:after {
  content: " ";
  position: absolute;
  border-top: 1rem solid transparent;
  border-right: 1rem solid #444444;
  border-bottom: 1rem solid transparent;
  margin-left: -1rem;
  top: 15%;
  left: 0;
  z-index: 9999999; }

.buttons-group.t-tooltip .dropdown li a:hover span {
  position: absolute;
  display: block; }

/* INLINE */
.buttons-group.inline ul.dropdown {
  display: block;
  position: relative;
  margin-top: 0;
  border: 0;
  z-index: 0;
  box-shadow: none; }

.buttons-group.inline ul.dropdown li {
  display: inline-block; }

.buttons-group.inline ul.dropdown li a {
  display: inline-block; }

.buttons-group.inline ul.dropdown > li.delimiter {
  display: none; }

.buttons-group.inline ul.dropdown li span {
  display: inline-block;
  text-transform: initial; }

/*
 |---------------------------------------------
 | 5. Forms
 |---------------------------------------------
 */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
textarea,
select {
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
  background-color: transparent;
  box-shadow: none;
  border: 0.1rem solid #D6D6D6;
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 0.3rem; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="color"],
input[type="range"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 6rem; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
textarea:focus,
select:focus,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
textarea:hover,
select:hover {
  outline: 0;
  border: 0.1rem solid #888; }

label {
  cursor: pointer;
  display: block;
  margin-bottom: 0.5rem; }

textarea ~ .error-block,
textarea ~ .success-block,
textarea ~ .warning-block,
input ~ .error-block,
input ~ .success-block,
input ~ .warning-block,
.qc-radio ~ .error-block,
.qc-radio ~ .success-block,
.qc-radio ~ .warning-block,
.qc-dropdown ~ .error-block,
.qc-dropdown ~ .success-block,
.qc-dropdown ~ .warning-block,
.qc-dd-wr ~ .error-block,
.qc-dd-wr ~ .success-block,
.qc-dd-wr ~ .warning-block,
.datepickr-wrapper ~ .error-block, 
.datepickr-wrapper ~ .success-block,
.datepickr-wrapper ~ .warning-block,
.file-field ~ .error-block,
.file-field ~ .success-block,
.file-field ~ .warning-block,
.qc-dd-rep ~ .error-block,
.qc-dd-rep ~ .success-block,
.qc-dd-rep ~ .warning-block,
.bwTextarea_wrapper ~ .error-block,
.bwTextarea_wrapper ~ .success-block,
.bwTextarea_wrapper ~ .warning-block {
  position: relative;
  /*opacity: 0;*/
  display: none;
  font-size: 1.1rem;
  top: -0.5rem; }

textarea ~ .error-block.active,
input ~ .error-block.active,
.qc-radio ~ .error-block.active,
.qc-dropdown ~ .error-block.active,
.qc-dd-wr ~ .error-block.active,
.datepickr-wrapper ~ .error-block.active,
.file-field ~ .error-block.active,
.qc-dd-rep ~ .error-block.active,
.bwTextarea_wrapper ~ .error-block.active {
  color: #F44336;
  display: block;
}

textarea ~ .warning-block.active,
input ~ .warning-block.active,
.qc-radio ~ .warning-block.active,
.qc-dropdown ~ .warning-block.active,
.qc-dd-wr ~ .warning-block.active,
.datepickr-wrapper ~ .warning-block.active,
.file-field ~ .warning-block.active,
.qc-dd-rep ~ .warning-block.active,
.bwTextarea_wrapper ~ .warning-block.active {
  color: #EF6C00;
  opacity: 1; }

textarea ~ .success-block.active,
input ~ .success-block.active,
.qc-radio ~ .success-block.active,
.qc-dropdown ~ .success-block.active,
.qc-dd-wr ~ .success-block.active,
.datepickr-wrapper ~ .success-block.active,
.file-field ~ .success-block.active,
.qc-dd-rep ~ .success-block.active,
.bwTextarea_wrapper ~ .success-block.active {
  color: #8BC34A;
  opacity: 1; }

/**
 |-----------------------------------------------------
 | @CUSTOM FILE INPUT
 |-----------------------------------------------------
 |
 */
.file-field {
  position: relative; }

.file-field input.file-path {
  margin-right: 10rem;
  width: calc(100% - 10rem);
  margin-bottom: 0; }

.file-field .btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.file-field span {
  cursor: pointer; }

.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

/* RADIO | CHECKBOX BLOCK */
.qc-radio input[type="radio"],
.qc-checkbox input[type="radio"],
.qc-checkbox input[type="checkbox"] {
  display: none; }

.qc-radio label,
.qc-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 0;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 1rem; }

.qc-checkbox label:before,
.qc-radio label:before {
  font-family: "FontAwesome";
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  border: 0.1rem solid #CCCCCC;
  color: #FFFFFF; }

.qc-radio label:before {
  border-radius: 50%; }

.qc-checkbox input[type="checkbox"]:checked + label:before,
.qc-checkbox input[type="radio"]:checked + label:before {
  content: '\f00c';
  text-align: center;
  background-color: #2095F2;
  border: 0.1rem solid #2095F2; }

.qc-radio input[type="radio"]:checked + label:before {
  text-align: center;
  background-color: #2095F2;
  border: 0.1rem solid #2095F2; }

/**
 |-----------------------------------------------------
 | @TABLES
 |-----------------------------------------------------
 */
table thead,
table tr td {
  border-bottom: 0.1rem solid #E4E4E4;
  font-weight: 400;
  max-width: 100%;
  white-space: nowrap; }

table tr td a {
  font-size: 1.4rem; }

table tr td a:hover {
  text-decoration: none; }

table tr td a.expand-data {
	border-top: 0.1rem solid transparent;
	border-left: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
	padding: 0.5rem;
	padding-bottom: 1.8rem;
}

table tr td a.toggled {
  font-weight: bold;
  border-top: 0.1rem solid #CCCCCC;
  border-left: 0.1rem solid #CCCCCC;
  border-right: 0.1rem solid #CCCCCC;
  padding: 0.5rem;
  padding-bottom: 1.8rem;
  background-color: #FFFFFF; 
}

.compact table tr td a.expand-data {
	padding-bottom: 0.9rem;
}

.table-hover > tbody > tr:hover {
  background-color: #F9F9F9; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
  border: 1px solid #E4E4E4; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F5F5F5; }

.table-compact > tbody > tr > td,
.table-compact > thead > tr > th {
  padding: 0.5rem; }

.table-responsive {
  overflow-x: auto; }

.table-selectable > tbody > tr.active {
  background-color: #fff5e6; }

table > tbody > tr.row-expand {
  display: none; }

table > tbody > tr.row-expand.expanded {
  display: table-row; }

table > tbody > tr.row-expand > td {
  padding: 2rem; }

table > tbody > tr.row-expand:hover {
  background-color: transparent; }

table.table-order thead th.order {
  position: relative;
  cursor: pointer; }

table.table-order thead th.order:after {
  display: block;
  font-family: "FontAwesome";
  content: "\f107";
  right: 0;
  bottom: 0;
  position: absolute;
  margin-right: 0.4rem;
  margin-bottom: 0.7rem; }

table.table-order thead th.order:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f106";
  right: 0;
  top: 0;
  margin-right: 0.4rem;
  margin-top: 0.7rem;
  position: absolute; }

table.table-order thead th.order.asc:after {
  display: none; }

table.table-order thead th.order.asc:before {
  display: block; }

table.table-order thead th.order.desc:after {
  display: block; }

table.table-order thead th.order.desc:before {
  display: none; }

.qc-table-responsive {
  display: table;
  width: 100%; }

.qc-table-responsive > .table-row {
  display: table-row; }

.qc-table-responsive > .table-row > .table-cell {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0.5rem; }

.qc-table-responsive > .table-row > .table-cell.cell-fill {
  width: 100%; }

.qc-table-responsive .table-row-group {
  display: table-row-group; }

@media not all and (min-width: 34em) {
  .if-not-sm-fill .fill {
    width: 100%;
    display: block; } }
@media not all and (min-width: 45em) {
  .if-not-md-fill .fill {
    width: 100%;
    display: block; } }
@media not all and (min-width: 60em) {
  .if-not-lg-fill .fill {
    width: 100%;
    display: block; } }
@media not all and (min-width: 72.25em) {
  .if-not-xl-fill .fill {
    width: 100%;
    display: block; } }
/* BREADCRUMBS */
ul.qc-breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5rem; }

ul.qc-breadcrumbs li {
  float: left;
  margin: 0; }

ul.qc-breadcrumbs li:first-child:before {
  content: " ";
  margin: 0; }

ul.qc-breadcrumbs li:before {
  content: "/";
  color: #CCCCCC;
  margin: 0 0.5rem; }

ul.qc-breadcrumbs li.current a {
  color: #999999;
  cursor: default; }

ul.qc-breadcrumbs li a {
  color: blueviolet;
  text-decoration: none;
  border: 0; }

ul.qc-breadcrumbs li a:hover {
  text-decoration: underline; }

ul.qc-breadcrumbs li.current a:hover {
  text-decoration: none; }

/* PAGINATION */
.qc-pagination {
  display: block;
  list-style: none;
  min-height: 1.5rem;
  margin-bottom: 1rem; }

.qc-pagination li:first-child {
  margin-left: 0.2rem; }

.qc-pagination li {
  display: block;
  float: left;
  margin-left: 0.2rem; }

.qc-pagination li a {
  display: block;
  padding: 0 1rem;
  color: #555555;
  line-height: inherit; }

.qc-pagination li a:hover {
  background-color: #CCCCCC;
  text-decoration: none; }

.qc-pagination li.active a {
  background-color: #CCCCCC; }

.qc-pagination li.disabled:hover a {
  background-color: #FFFFFF;
  color: #333333; }

/* TOOLTIPS */
.qc-tooltip {
  position: relative;
  display: inline; }

.qc-tooltip .tooltip {
  position: absolute;
  padding: 0.5rem;
  color: #FFFFFF;
  background-color: #000000;
  display: none !important;
  border-radius: 0.4rem;
  display: block;
  white-space: nowrap;
  z-index: 9999999;
  line-height: 1.2;
  text-transform: initial;
  width: 14rem;
  text-align: center; }

.qc-tooltip .tooltip:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0; }

.qc-tooltip.tooltip-top .tooltip:after {
  top: 100%;
  left: 50%;
  margin-left: -0.8rem;
  border-top: 0.8rem solid #000000;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent; }

.qc-tooltip.tooltip-right .tooltip:after {
  top: 50%;
  right: 100%;
  margin-top: -0.8rem;
  border-right: 0.8rem solid #000000;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent; }

.qc-tooltip.tooltip-bottom .tooltip:after {
  bottom: 100%;
  left: 50%;
  margin-left: -0.8rem;
  border-bottom: 0.8rem solid #000000;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent; }

.qc-tooltip.tooltip-left .tooltip:after {
  top: 50%;
  left: 100%;
  margin-top: -0.8rem;
  border-left: 0.8rem solid #000000;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent; }

*:hover.qc-tooltip .tooltip {
  display: block !important; }

*:hover.qc-tooltip.tooltip-top .tooltip {
  bottom: 3.5rem;
  left: 50%;
  margin-left: -7rem; }

*:hover.qc-tooltip.tooltip-right .tooltip {
  left: 100%;
  top: 50%;
  margin-top: -1.5rem;
  margin-left: 1.5rem; }

*:hover.qc-tooltip.tooltip-bottom .tooltip {
  top: 3.5rem;
  left: 50%;
  margin-left: -7rem; }

*:hover.qc-tooltip.tooltip-left .tooltip {
  right: 100%;
  top: 50%;
  margin-top: -1.5rem;
  margin-right: 1.5rem; }

.qc-tooltip.tooltip-right .tooltip,
.qc-tooltip.tooltip-left .tooltip {
  width: auto;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem; }

/* INFO TOOLTIPS */
.qc-tooltip .tooltip.info {
  background-color: #03A9F4; }

.qc-tooltip.tooltip-right .tooltip.info:after {
  border-right-color: #03A9F4; }

.qc-tooltip.tooltip-left .tooltip.info:after {
  border-left-color: #03A9F4; }

.qc-tooltip.tooltip-top .tooltip.info:after {
  border-top-color: #03A9F4; }

.qc-tooltip.tooltip-bottom .tooltip.info:after {
  border-bottom-color: #03A9F4; }

/* SUCCESS TOOLTIPS */
.qc-tooltip .tooltip.success {
  background-color: #4CAF50; }

.qc-tooltip.tooltip-right .tooltip.success:after {
  border-right-color: #4CAF50; }

.qc-tooltip.tooltip-left .tooltip.success:after {
  border-left-color: #4CAF50; }

.qc-tooltip.tooltip-top .tooltip.success:after {
  border-top-color: #4CAF50; }

.qc-tooltip.tooltip-bottom .tooltip.success:after {
  border-bottom-color: #4CAF50; }

/* WARNING TOOLTIPS */
.qc-tooltip .tooltip.warning {
  background-color: #FF9800; }

.qc-tooltip.tooltip-right .tooltip.warning:after {
  border-right-color: #FF9800; }

.qc-tooltip.tooltip-left .tooltip.warning:after {
  border-left-color: #FF9800; }

.qc-tooltip.tooltip-top .tooltip.warning:after {
  border-top-color: #FF9800; }

.qc-tooltip.tooltip-bottom .tooltip.warning:after {
  border-bottom-color: #FF9800; }

/* ALERT TOOLTIPS */
.qc-tooltip .tooltip.alert {
  background-color: #F44336; }

.qc-tooltip.tooltip-right .tooltip.alert:after {
  border-right-color: #F44336; }

.qc-tooltip.tooltip-left .tooltip.alert:after {
  border-left-color: #F44336; }

.qc-tooltip.tooltip-top .tooltip.alert:after {
  border-top-color: #F44336; }

.qc-tooltip.tooltip-bottom .tooltip.alert:after {
  border-bottom-color: #F44336; }

/* CUSTOM DROPDOWN */
.qc-dropdown {
  position: relative;
  min-width: 20rem;
  padding: 0.4rem;
  height: 3.1rem;
  margin: 0;
  background-color: #FFFFFF;
  outline: none;
  cursor: pointer;
  border: 0.1rem solid #CCCCCC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.qc-dropdown:after {
  font-family: "FontAwesome";
  content: "\f107";
  width: 0;
  height: 0;
  position: absolute;
  right: 1.5rem;
  border-color: #333333; }

.qc-dropdown ul.dropdown {
  position: absolute;
  left: -0.1rem;
  right: -0.1rem;
  top: 100%;
  display: none;
  background: #fff;
  font-weight: normal;
  pointer-events: none;
  list-style: none;
  max-height: 20rem;
  overflow-y: scroll;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  z-index: 999;
  margin-top: 0.1rem; }

.qc-dropdown ul.dropdown li input {
  display: none; }

.qc-dropdown ul.dropdown li label {
  margin: 0;
  border: 0;
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem; }

.qc-dropdown ul.dropdown li input[type="radio"]:checked ~ label {
  background: #f3f8f8; }

.qc-dropdown ul.dropdown li label:hover {
  background: #f3f8f8; }

.qc-dropdown.active ul.dropdown {
  display: block;
  pointer-events: auto; }

.qc-dropdown.active:after {
  content: "\f106";
  font-family: "FontAwesome"; }

.qc-dropdown ul.dropdown li a {
  font-size: 1.4rem;
  color: #000000; }

.qc-dropdown ul.dropdown li a:hover {
  text-decoration: none;
  background-color: #CCCCCC;
  color: #FFFFFF; }

/* TAB PANELS */
.qc-tab-panel {
  width: 100%;
  position: relative; }

.qc-tab-panel:after {
  clear: both; }

.qc-tab-panel > ul.tabs {
  width: 100%;
  list-style: none;
  position: relative;
  text-align: left; }

.qc-tab-panel > ul.tabs:after {
  clear: both; }

.qc-tab-panel > ul.tabs > li {
  display: inline-block; }

.qc-tab-panel > ul.tabs > li > label {
  display: block;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  margin: 0; }

.qc-tab-panel > ul.tabs > li > label:hover {
  background: #EEEEEE; }

.qc-tab-panel input[type="radio"] {
  display: none; }

.qc-tab-panel > .tabs-content > .tab-content {
  display: none;
  width: 100%;
  padding: 0 1rem;
  position: relative;
  margin-top: 1rem;
  left: 0;
  background-color: #FFFFFF; }

.qc-tab-panel > ul.tabs > li label.active {
  background: #EEEEEE; }

.qc-tab-panel [id^="tab"]:checked + .tab-content {
  display: block; }

/* VERTICAL */
.qc-tab-panel.vertical > ul.tabs {
  width: auto; }

.qc-tab-panel.vertical > ul.tabs > li {
  display: block; }

.qc-tab-panel.vertical > .tabs-content > .tab-content {
  margin-top: 0; }

.qc-tab-panel .table-cell {
  border: 0;
  background-color: transparent; }

/* ACCORDION */
ul.qc-accordion {
  width: 100%;
  position: relative;
  text-align: left;
  list-style: none;
  border: 0.1rem solid #CCCCCC;
  border-bottom: 0; }

ul.qc-accordion > li {
  display: block;
  margin: 0; }

ul.qc-accordion > li > label {
  display: block;
  padding: 1rem 2rem;
  border-bottom: 0.1rem solid #CCCCCC;
  margin: 0; }

ul.qc-accordion > li > label:hover {
  background-color: #CCCCCC; }

ul.qc-accordion > li > input[type="checkbox"],
ul.qc-accordion > li > input[type="radio"] {
  display: none; }

ul.qc-accordion > li > div.acc-content {
  overflow: hidden;
  width: 100%;
  padding: 1rem;
  margin: 0;
  left: 0;
  position: relative;
  background-color: #FFFFFF;
  display: none;
  border-bottom: 0.1rem solid #CCCCCC; }

ul.qc-accordion > li > input[type="checkbox"]:checked ~ div.acc-content,
ul.qc-accordion > li > input[type="radio"]:checked ~ div.acc-content {
  display: block; }

ul.qc-accordion > li > input[type="checkbox"]:checked + label,
ul.qc-accordion > li > input[type="radio"]:checked + label {
  background-color: #CCCCCC; }

/* HORIZONTAL */
ul.qc-accordion.horizontal {
  height: 33rem;
  border-bottom: 0.1rem solid #CCCCCC; }

ul.qc-accordion.horizontal > li {
  display: block;
  float: left;
  border-right: 0.1rem solid #CCCCCC; }

ul.qc-accordion.horizontal > li > label {
  display: block;
  float: left;
  height: 33rem;
  width: 5rem;
  overflow: hidden;
  text-align: center;
  border: 0;
  padding: 0; }

ul.qc-accordion.horizontal > li > .acc-content {
  display: block;
  height: 33rem;
  width: 0rem;
  padding: 0;
  float: left;
  overflow: hidden;
  border: 0; }

ul.qc-accordion.horizontal > li > input[type="radio"]:checked ~ .acc-content {
  width: 45rem;
  padding: 1rem; }

/* SWITCH */
.qc-switch {
  border: none;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 1rem; }

.qc-switch label {
  width: 4rem;
  height: 2rem;
  color: transparent;
  background-color: #CCCCCC;
  margin: 0;
  border-radius: 0.4rem; }

.qc-switch label:after {
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  background-color: #FFFFFF;
  top: 0.25rem;
  left: 0.25rem;
  border-radius: 50%; }

.qc-switch input {
  display: none; }

.qc-switch input:checked + label {
  background-color: #1EAEDB; }

.qc-switch input:checked + label:after {
  left: 2.25rem; }

.qc-badge {
  display: inline-block;
  min-width: 1rem;
  padding: 0.4rem;
  line-height: 1rem;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 0.5rem; }

.qc-tags div,
.qc-tags span {
  float: left;
  display: block;
  line-height: 1.6;
  padding: 0 0.5rem;
  border: 0.1rem solid #BBBBBB;
  background-color: #F5F5F5;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.3rem; }

.qc-tags div:after,
.qc-tags:after {
  display: table;
  content: "";
  clear: both; }

/**
 |---------------------------------------------
 | @NOTICE
 |---------------------------------------------
 */
.notice {
  display: block;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem 1rem 1rem;
  background-color: #FFFFFF;
  color: #0000000;
  border: 0.1rem solid #B6B6B6;
  border-radius: 0.3rem;
  position: relative; }

.notice .close {
  position: absolute;
  color: #000000;
  top: 50%;
  margin-top: -1rem;
  right: 0;
  margin-right: 1rem; }

/* NOTICE DANGER / ALERT */
.notice.notice-danger,
.notice.notice-alert {
  background-color: #FFCDD2;
  border-color: #F44336;
  color: #D32F2F; }

.notice.notice-danger .close,
.notice.notice-alert .close {
  color: #D32F2F; }

/* NOTICE WARNING */
.notice.notice-warning {
  background-color: #FFE0B2;
  border-color: #FF9800;
  color: #F57C00; }

.notice.notice-warning .close {
  color: #F57C00; }

/* NOTICE SUCCESS */
.notice.notice-success {
  background-color: #C8E6C9;
  border-color: #4CAF50;
  color: #388E3C; }

.notice.notice-success .close {
  color: #388E3C; }

/* INFO SUCCESS */
.notice.notice-info {
  background-color: #B3E5FC;
  border-color: #03A9F4;
  color: #0288D1; }

.notice.notice-info .close {
  color: #0288D1; }

/* BORDERED NOTICE */
.notice.notice-border {
  border: 0;
  border-left: 0.3rem solid #333333;
  border-radius: 0;
  background-color: #F5F5F5; }

.notice.notice-success.notice-border {
  border-left: 0.3rem solid #388E3C; }

.notice.notice-alert.notice-border,
.notice.notice-danger.notice-border {
  border-left: 0.3rem solid #D32F2F; }

.notice.notice-warning.notice-border {
  border-left: 0.3rem solid #F57C00; }

.notice.notice-info.notice-border {
  border-left: 0.3rem solid #0288D1; }

.qc-card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  border-radius: 0.2rem;
  display: block;
  border: 0.1rem solid #E8E8E8; }

.qc-card .card-header {
  padding: 2rem;
  position: relative; }

.qc-card .card-header .card-title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 300; }

.qc-card .card-header .actions {
  position: absolute;
  right: 1rem;
  top: 1rem;
  list-style: none; }

.qc-card .card-header .actions li {
  display: inline-block; }

.qc-card .card-header .actions li a {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
  text-align: center;
  display: block; }

.qc-card .card-header .actions li a:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.qc-card .card-header .btn {
  position: absolute;
  right: 2rem;
  bottom: -2.5rem; }

.qc-card .card-body {
  padding: 2rem; }

.qc-popup > .popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(94, 110, 141, 0.9); }

.qc-popup > .popup-wrapper.is-visible {
  display: block;
  z-index: 999999; }

.qc-popup > .popup-wrapper .popup-container {
  position: relative;
  width: 90%;
  max-width: 40rem;
  margin: 4rem auto;
  background: #FFF;
  border-radius: 0.4rem;
  padding: 2rem; }

.qc-popup > .popup-wrapper .popup-container .popup-close {
  position: absolute;
  text-decoration: none;
  line-height: 1.2rem;
  top: 1rem;
  right: 1rem; }

.qc-popup > .popup-wrapper .popup-container .popup-close:before {
  font-family: "FontAwesome";
  content: "\f00d";
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  color: #333333; }

.qc-popup > .popup-wrapper .popup-container .popup-close:hover:before {
  color: #766acf; }

.nowrap {
  white-space: nowrap; }

.qc-show-more-inp {
  display: none; }

.qc-show-more-content {
  display: none; }

.qc-show-more-label {
  border: 0.1rem solid #CCCCCC;
  padding: 0.5rem;
  display: inline-block; }

.qc-show-more-inp ~ .qc-show-more-label:before {
  content: 'Show more'; }

.qc-show-more-inp:checked ~ .qc-show-more-label:before {
  content: 'Show less'; }

.qc-show-more-inp:checked ~ .qc-show-more-wrap .qc-show-more-content {
  display: block; }

.qc-flex-table {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  line-height: 1.5; }

.qc-flex-table .table-header {
  display: none;
  border-bottom: 0.1rem solid #E9E9E9; }

.qc-flex-table .table-row {
  width: 100%;
  border-bottom: 0.1rem solid #E9E9E9; }

.qc-flex-table .table-column {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-preferred-size: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  padding: 0.5em;
  word-break: break-word;
  align-items: right;
  justify-content: center; }

.qc-flex-table .table-column:before {
  content: attr(data-header);
  width: 30%;
  font-weight: 700;
  white-space: nowrap; }

@media (min-width: 45rem) {
  .qc-flex-table .table-header {
    font-weight: 700; }

  .qc-flex-table .table-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap; }

  .qc-flex-table .table-column {
    padding: 0.5em;
    align-items: center;
    justify-content: center; }

  .qc-flex-table .table-column:before {
    content: none; } }
/* STARS */
.qc-star,
.qc-star-1-5,
.qc-star-2-5,
.qc-star-3-5,
.qc-star-4-5,
.qc-star-5-5 {
  color: #999999;
  content: ""; }

.qc-star:before, .qc-star:after,
.qc-star-1-5:before, .qc-star-1-5:after,
.qc-star-2-5:before, .qc-star-2-5:after,
.qc-star-3-5:before, .qc-star-3-5:after,
.qc-star-4-5:before, .qc-star-4-5:after,
.qc-star-5-5:before, .qc-star-5-5:after {
  font-family: "FontAwesome"; }

.qc-star-1-5:before,
.qc-star-2-5:before,
.qc-star-3-5:before,
.qc-star-4-5:before,
.qc-star-5-5:before {
  color: #FEA002; }

.qc-star:before {
  content: ""; }

.qc-star:after {
  content: "\f005  \f005  \f005  \f005  \f005"; }

.qc-star-1-5:before {
  content: "\f005"; }

.qc-star-1-5:after {
  content: "  \f005  \f005  \f005  \f005"; }

.qc-star-2-5:before {
  content: "\f005  \f005"; }

.qc-star-2-5:after {
  content: "  \f005  \f005  \f005"; }

.qc-star-3-5:before {
  content: "\f005  \f005  \f005"; }

.qc-star-3-5:after {
  content: "  \f005  \f005"; }

.qc-star-4-5:before {
  content: "\f005  \f005  \f005  \f005"; }

.qc-star-4-5:after {
  content: "  \f005"; }

.qc-star-5-5:before {
  content: "\f005  \f005  \f005  \f005  \f005"; }

.qc-star-5-5:after {
  content: ""; }

/*
 |-----------------------------------------------------------
 | @NAVIATION MENU
 |-----------------------------------------------------------
 */
nav.qc-menu {
  list-style: none;
  box-sizing: border-box; }

nav.qc-menu > ul:after {
  clear: both;
  display: table;
  content: ""; }

nav.qc-menu li {
  list-style: none;
  position: relative;
  box-sizing: border-box;
  padding: 0; }

nav.qc-menu li label {
  margin: 0;
  line-height: 2.2rem; }

nav.qc-menu li a,
nav.qc-menu li label {
  color: #555555;
  box-sizing: border-box;
  display: block;
  padding: 0.5rem 2rem; }

nav.qc-menu li a:hover {
  text-decoration: none; }

nav.qc-menu > ul > li > a:hover {
  color: #000000; }

nav.qc-menu > ul > li {
  display: inline-block;
  border: 0.1rem solid #cccccc;
  border-left: 0; }

nav.qc-menu > ul > li:first-child {
  border-left: 0.1rem solid #CCCCCC; }

nav.qc-menu ul > li.active > a,
nav.qc-menu ul > li.active > label {
  font-weight: 600; }

nav.qc-menu ul.dropdown {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 1000;
  float: left;
  margin: 0;
  background-color: transparent;
  text-align: left;
  list-style: none;
  min-width: 15rem;
  border-top: 0;
  left: 0;
  box-sizing: border-box; }

nav.qc-menu > ul > li > a:after {
  content: "+";
  position: absolute;
  right: 0.5rem; }

nav.qc-menu > ul > li > a:only-child:after {
  content: ""; }

nav.qc-menu ul.dropdown ul.dropdown {
  left: 100%;
  top: 0; }

nav.qc-menu ul.dropdown > li {
  position: relative;
  margin: 0;
  border-bottom: 0.1rem solid #EEEEEE;
  border-left: 0.1rem solid #EEEEEE;
  border-right: 0.1rem solid #EEEEEE;
  background-color: #FFFFFF; }

nav.qc-menu ul.dropdown > li:first-child {
  border-top: 0.1rem solid #EEEEEE; }

nav.qc-menu ul.dropdown > li a,
nav.qc-menu ul.dropdown > li label {
  display: block;
  padding: 0.5rem 2rem; }

nav.qc-menu ul.dropdown > li label:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 0;
  margin-right: 2rem;
  top: 0;
  margin-top: 0.5rem; }

nav.qc-menu ul.dropdown li a:after {
  content: ">";
  position: absolute;
  right: 1rem; }

nav.qc-menu ul.dropdown li a:only-child:after {
  content: ""; }

nav.qc-menu ul.dropdown li a:hover {
  background-color: #EEEEEE; }

nav.qc-menu ul li:hover > ul.dropdown {
  display: block; }

/* RESPONSIVE MENU */
nav.qc-menu input[type="checkbox"] {
  display: none; }

.btn-menu {
  display: none;
  margin: 0;
  cursor: pointer; }

.btn-menu:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  padding: 0.5rem;
  color: #333333;
  border: 0.1rem solid #333333; }

@media (max-width: 768px) {
  /* display menu button */
  .btn-menu {
    display: block; }

  /* hide menu */
  nav.qc-menu > ul {
    display: none; }

  nav.qc-menu ul li label:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 0;
    margin-right: 2rem;
    top: 0;
    margin-top: 0.5rem; }

  /* display menu only on checked */
  nav.qc-menu > input[type="checkbox"]:checked ~ ul {
    width: 100%;
    display: block; }

  nav.qc-menu > input[type="checkbox"]:checked ~ ul > li {
    padding: 0; }

  nav.qc-menu > input[type="checkbox"]:checked ~ ul li {
    width: 100%; }

  nav.qc-menu ul li {
    border-bottom: none; }

  nav.qc-menu ul li:last-child {
    border-bottom: 0.1rem solid #CCCCCC; }

  nav.qc-menu ul li:hover > ul.dropdown {
    display: none; }

  nav.qc-menu ul li > input[type="checkbox"]:checked ~ ul.dropdown {
    display: block;
    width: 100%;
    position: relative;
    float: none;
    left: 0; }

  nav.qc-menu ul li > input[type="checkbox"]:checked ~ ul.dropdown > li {
    width: 100%;
    border: none; }

  nav.qc-menu ul li > input[type="checkbox"]:checked ~ label {
    background-color: #CCCCCC;
    padding-left: 2rem; }

  nav.qc-menu ul li > input[type="checkbox"]:checked ~ ul.dropdown {
    padding-left: 2rem; }

  nav.qc-menu ul li > input[type="checkbox"]:checked ~ label:after {
    content: "\f107"; } }
/* NAVIGATION MENU - MEGA MENU */
nav.qc-menu li.mega-menu {
  position: inherit; }

nav.qc-menu li.mega-menu a:after {
  position: relative;
  right: 0; }

nav.qc-menu li.mega-menu > ul.dropdown {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  z-index: 100; }

nav.qc-menu li.mega-menu > ul.dropdown > li {
  padding: 1rem; }

nav.qc-menu li.mega-menu > ul.dropdown ul {
  margin: 0;
  padding: 0; }

nav.qc-menu li.mega-menu div div {
  border-left: 0.1rem solid #EEEEEE;
  float: none;
  display: table-cell;
  vertical-align: top; }

nav.qc-menu li.mega-menu div div:first-child {
  border-left: 0; }

/** 
 |--------------------------------------------------------
 | @LAYOUT MODES
 |--------------------------------------------------------
 |
 */
/* MEDIUM COMPACT */
.medium-compact input[type="email"],
.medium-compact input[type="number"],
.medium-compact input[type="search"],
.medium-compact input[type="text"],
.medium-compact input[type="tel"],
.medium-compact input[type="url"],
.medium-compact input[type="password"],
.medium-compact input[type="date"],
.medium-compact input[type="month"],
.medium-compact input[type="week"],
.medium-compact input[type="time"],
.medium-compact input[type="datetime"],
.medium-compact input[type="datetime-local"],
.medium-compact textarea,
.medium-compact select {
  padding: 0.6rem 1rem; }

.medium-compact .btn,
.medium-compact.btn {
  padding: 0.6rem 1.6rem; }

.medium-compact .qc-switch label {
  width: 3.5rem;
  height: 1.4rem; }

.medium-compact .qc-switch label:after {
  width: 2.2rem;
  height: 2.2rem; }

.medium-compact .qc-switch input:checked + label:after {
  left: 1.75rem; }

/* TABLE */
.medium-compact table tr td,
.medium-compact table tr td a {
  font-size: 1.3rem; }

.medium-compact table thead tr th,
.medium-compact table tr td {
  line-height: 1.5rem;
  padding: 1rem; }

/* ACCORDION */
.medium-compact ul.qc-accordion > li > label {
  padding: 0.6rem 1.3rem;
  font-size: 1.3rem; }

.medium-compact ul.qc-accordion > li > div.acc-content {
  padding: 0.8rem; }

/* TAB */
.medium-compact .qc-tab-panel > ul.tabs > li > label {
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem; }

.medium-compact .qc-tab-panel > .tabs-content > .tab-content {
  padding: 0.6rem; }

.medium-compact p {
  font-size: 1.2rem; }

/* PAGINATION */
.medium-compact .qc-pagination li a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0; }

/* COMPACT */
/* BUTTONS */
.compact input[type="email"],
.compact input[type="number"],
.compact input[type="search"],
.compact input[type="text"],
.compact input[type="tel"],
.compact input[type="url"],
.compact input[type="password"],
.compact input[type="date"],
.compact input[type="month"],
.compact input[type="week"],
.compact input[type="time"],
.compact input[type="datetime"],
.compact input[type="datetime-local"],
.compact textarea,
.compact select {
  padding: 0.4rem 1rem; }

.compact .btn,
.compact.btn {
  padding: 0.4rem 1.2rem; }

/* SWITCH */
.compact .qc-switch label {
  width: 3rem;
  height: 1.2rem; }

.compact .qc-switch label:after {
  width: 2rem;
  height: 2rem; }

.compact .qc-switch input:checked + label:after {
  left: 1.25rem; }

/* TABLE */
.compact table tr td,
.compact table tr td a {
  font-size: 1.2rem; }

.compact table thead tr th,
.compact table tr td {
  line-height: 1rem;
  padding: 0.8rem; }

/* ACCORDION */
.compact ul.qc-accordion > li > label {
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem; }

.compact ul.qc-accordion > li > div.acc-content {
  padding: 0.4rem; }

/* TAB */
.compact .qc-tab-panel > ul.tabs > li > label {
  padding: 0.5rem 1rem;
  font-size: 1.2rem; }

.compact .qc-tab-panel > .tabs-content > .tab-content {
  padding: 0.4rem; }

.compact p {
  font-size: 1.2rem; }

/* PAGINATION */
.compact .qc-pagination li a {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0; }

/*# sourceMappingURL=omiframe.css.map */
