@charset "UTF-8";
/*--------------------------------------------------------------------------------
	Setup
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
	Variables
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
	CSS Reset
--------------------------------------------------------------------------------*/
/* based on Eric Meyers (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) and some HTML5 boilerplate (https://github.com/h5bp/html5-boilerplate)*/
/* line 6, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 7, ../sass/_reset.scss */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 8, ../sass/_reset.scss */
body {
  height: 100%;
}

/* line 9, ../sass/_reset.scss */
body, button, input, select, textarea {
  font-family: sans-serif;
}

/* line 10, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 11, ../sass/_reset.scss */
td {
  vertical-align: top;
}

/* line 12, ../sass/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* line 13, ../sass/_reset.scss */
abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

/* line 14, ../sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 15, ../sass/_reset.scss */
a:hover, a:active {
  outline: 0;
}

/* line 16, ../sass/_reset.scss */
form {
  margin: 0;
}

/* line 17, ../sass/_reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 18, ../sass/_reset.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 19, ../sass/_reset.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 20, ../sass/_reset.scss */
button, input {
  line-height: normal;
}

/* line 21, ../sass/_reset.scss */
input, select, textarea {
  outline: none;
}

/* line 22, ../sass/_reset.scss */
textarea {
  overflow: auto;
}

/* line 23, ../sass/_reset.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 24, ../sass/_reset.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 25, ../sass/_reset.scss */
input[type="checkbox"] {
  vertical-align: bottom;
}

/* line 26, ../sass/_reset.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 27, ../sass/_reset.scss */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* line 28, ../sass/_reset.scss */
table button, table input {
  *overflow: auto;
}

/* line 29, ../sass/_reset.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 30, ../sass/_reset.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 31, ../sass/_reset.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 32, ../sass/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 33, ../sass/_reset.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 34, ../sass/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 35, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 36, ../sass/_reset.scss */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
}

/* line 37, ../sass/_reset.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 38, ../sass/_reset.scss */
figure {
  margin: 0;
}

/*--------------------------------------------------------------------------------
    Base - basic styling for common elements
--------------------------------------------------------------------------------*/
/* line 4, ../sass/_base.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/_base.scss */
body {
  font-family: signika_negativelight, Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #323a45;
  padding-top: 50px;
}

/* line 16, ../sass/_base.scss */
.js body {
  padding-top: 0;
}

/*  Links */
/* line 21, ../sass/_base.scss */
a {
  text-decoration: none;
  color: #323a45;
}
/* line 24, ../sass/_base.scss */
a:hover {
  outline: none;
  text-decoration: underline;
}

/* line 32, ../sass/_base.scss */
.mod-content a:active {
  position: relative;
  top: 1px;
  outline: none;
}

/* Headlines */
/* line 39, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 8px;
  margin-top: 3px;
  line-height: 1.4;
  font-family: signika_negativelight, Tahoma, Verdana, Segoe, sans-serif;
}

/* line 46, ../sass/_base.scss */
h1 {
  font-size: 35px;
}

/* line 47, ../sass/_base.scss */
h2 {
  font-size: 28px;
}

/* line 48, ../sass/_base.scss */
h3 {
  font-size: 22px;
}

/* line 49, ../sass/_base.scss */
h4 {
  font-size: 18px;
}

/* line 50, ../sass/_base.scss */
h5 {
  font-size: 16px;
}

/* line 51, ../sass/_base.scss */
h6 {
  font-size: 14px;
}

/*  paragraph */
/* line 54, ../sass/_base.scss */
p {
  margin-bottom: 20px;
}

/*  images */
/* line 59, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 66, ../sass/_base.scss */
figure.full img {
  margin-bottom: 20px;
}

/* line 70, ../sass/_base.scss */
figure.fl-left img {
  margin: 0 20px 20px 0;
}

/* line 74, ../sass/_base.scss */
figure.fl-right img {
  float: right;
  margin: 0 0 20px 20px;
}

/* Lists */
/* line 80, ../sass/_base.scss */
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
/* line 83, ../sass/_base.scss */
ol ol {
  list-style: lower-latin inside;
  margin: 0 0 0 20px;
}

/* line 88, ../sass/_base.scss */
ul {
  list-style: disc inside;
  margin-bottom: 20px;
}
/* line 91, ../sass/_base.scss */
ul ul {
  margin: 0 0 0 20px;
  list-style: square inside;
}

/* line 96, ../sass/_base.scss */
.inline-list {
  list-style: none;
}
/* line 98, ../sass/_base.scss */
.inline-list li {
  display: inline-block;
  padding: 0;
}

/* line 103, ../sass/_base.scss */
.bullet ul {
  list-style: none;
}
/* line 105, ../sass/_base.scss */
.bullet ul li {
  padding: 0 0 0 15px;
  background: url(../../img/ico/bullet.png) no-repeat 3px 11px;
}

/* line 110, ../sass/_base.scss */
dl {
  margin-bottom: 20px;
}
/* line 112, ../sass/_base.scss */
dl dt {
  font-weight: bold;
}
/* line 115, ../sass/_base.scss */
dl dd {
  font-style: italic;
}

/* Tables */
/* line 121, ../sass/_base.scss */
table {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin: 0 0 20px 0;
  width: 100%;
}
/* line 126, ../sass/_base.scss */
table td, table th {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #323a45;
  padding: 10px;
}
/* line 132, ../sass/_base.scss */
table th {
  font-weight: bold;
}

/* line 137, ../sass/_base.scss */
.zebra tr:nth-child(even) td, .zebra tr.even td, .zebra th {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #323a45;
  padding: 10px;
}
/* line 143, ../sass/_base.scss */
.zebra td {
  background: white;
}

/* line 148, ../sass/_base.scss */
.blank {
  border: none;
}
/* line 150, ../sass/_base.scss */
.blank td, .blank th {
  background: none;
  border: none;
  padding: 0;
}

/*  Quotes */
/* line 158, ../sass/_base.scss */
blockquote {
  quotes: "\201d" "\201c" "\2019" "\2018";
  background: #323a45;
  margin: 20px 0;
  padding: 10px;
}
/* line 163, ../sass/_base.scss */
blockquote:before {
  color: #323a45;
  content: open-quote;
  font-size: 42px;
  line-height: 2px;
  margin-right: 4px;
  position: relative;
  top: 32px;
  left: auto;
}
/* line 173, ../sass/_base.scss */
blockquote p {
  display: inline;
}

/* line 177, ../sass/_base.scss */
q {
  quotes: "\201d" "\201c" "\2019" "\2018";
  font-style: italic;
}
/* line 180, ../sass/_base.scss */
q:before {
  content: open-quote;
}
/* line 181, ../sass/_base.scss */
q:after {
  content: close-quote;
}

/*  Minor content elements */
/* line 185, ../sass/_base.scss */
em, i {
  font-style: italic;
}

/* line 186, ../sass/_base.scss */
strong, b {
  font-weight: bold;
}

/* line 188, ../sass/_base.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
}

/* line 191, ../sass/_base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 196, ../sass/_base.scss */
small {
  font-size: 85%;
}

/* line 197, ../sass/_base.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 203, ../sass/_base.scss */
sup {
  top: -8px;
}

/* line 204, ../sass/_base.scss */
sub {
  bottom: -4px;
}

/* line 205, ../sass/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #323a45;
  margin: 32px 0;
  padding: 0;
  clear: both;
}

/*  Custom selection */
/* line 216, ../sass/_base.scss */
::selection {
  background: #324795;
  color: #fff;
}

/* line 217, ../sass/_base.scss */
::-moz-selection {
  background: #324795;
  color: #fff;
}

/*--------------------------------------------------------------------------------
	Grid
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_grid.scss */
.grid-row {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* line 11, ../sass/_grid.scss */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
  display: inline;
  float: left;
  position: relative;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 19, ../sass/_grid.scss */
.grid-1 {
  width: 8.333%;
}

/* line 20, ../sass/_grid.scss */
.grid-2 {
  width: 16.667%;
}

/* line 21, ../sass/_grid.scss */
.grid-3 {
  width: 25.0%;
}

/* line 22, ../sass/_grid.scss */
.grid-4 {
  width: 33.333%;
}

/* line 23, ../sass/_grid.scss */
.grid-5 {
  width: 41.667%;
}

/* line 24, ../sass/_grid.scss */
.grid-6 {
  width: 50.0%;
}

/* line 25, ../sass/_grid.scss */
.grid-7 {
  width: 58.333%;
}

/* line 26, ../sass/_grid.scss */
.grid-8 {
  width: 66.667%;
}

/* line 27, ../sass/_grid.scss */
.grid-9 {
  width: 75.0%;
}

/* line 28, ../sass/_grid.scss */
.grid-10 {
  width: 83.333%;
}

/* line 29, ../sass/_grid.scss */
.grid-11 {
  width: 91.667%;
}

/* line 30, ../sass/_grid.scss */
.grid-12 {
  width: 100.0%;
}

/* Nested Grid */
/* line 33, ../sass/_grid.scss */
.grid-row-nested {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

/* line 39, ../sass/_grid.scss */
.grid-nested {
  padding-left: 0;
  padding-right: 0;
}

/* Prefix Extra Space */
/* line 45, ../sass/_grid.scss */
.grid-pre-1 {
  margin-left: 8.333%;
}

/* line 46, ../sass/_grid.scss */
.grid-pre-2 {
  margin-left: 16.667%;
}

/* line 47, ../sass/_grid.scss */
.grid-pre-3 {
  margin-left: 25.0%;
}

/* line 48, ../sass/_grid.scss */
.grid-pre-4 {
  margin-left: 33.333%;
}

/* line 49, ../sass/_grid.scss */
.grid-pre-5 {
  margin-left: 41.667%;
}

/* line 50, ../sass/_grid.scss */
.grid-pre-6 {
  margin-left: 50.0%;
}

/* line 51, ../sass/_grid.scss */
.grid-pre-7 {
  margin-left: 58.333%;
}

/* line 52, ../sass/_grid.scss */
.grid-pre-8 {
  margin-left: 66.667%;
}

/* line 53, ../sass/_grid.scss */
.grid-pre-9 {
  margin-left: 75.0%;
}

/* line 54, ../sass/_grid.scss */
.grid-pre-10 {
  margin-left: 83.333%;
}

/* line 55, ../sass/_grid.scss */
.grid-pre-10 {
  margin-left: 91.667%;
}

/* Suffix Extra Space */
/* line 58, ../sass/_grid.scss */
.grid-suf-1 {
  margin-right: 8.333%;
}

/* line 59, ../sass/_grid.scss */
.grid-suf-2 {
  margin-right: 16.667%;
}

/* line 60, ../sass/_grid.scss */
.grid-suf-3 {
  margin-right: 25.0%;
}

/* line 61, ../sass/_grid.scss */
.grid-suf-4 {
  margin-right: 33.333%;
}

/* line 62, ../sass/_grid.scss */
.grid-suf-5 {
  margin-right: 41.667%;
}

/* line 63, ../sass/_grid.scss */
.grid-suf-6 {
  margin-right: 50.0%;
}

/* line 64, ../sass/_grid.scss */
.grid-suf-7 {
  margin-right: 58.333%;
}

/* line 65, ../sass/_grid.scss */
.grid-suf-8 {
  margin-right: 66.667%;
}

/* line 66, ../sass/_grid.scss */
.grid-suf-9 {
  margin-right: 75.0%;
}

/* line 67, ../sass/_grid.scss */
.grid-suf-10 {
  margin-right: 83.333%;
}

/* line 68, ../sass/_grid.scss */
.grid-suf-11 {
  margin-right: 91.667%;
}

/*--------------------------------------------------------------------------------
	Modules - Wrapper
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-wrapper.scss */
.wrapper {
  min-height: 100%;
  background-color: #eceff1;
}

/*--------------------------------------------------------------------------------
	Module - Webfonts
--------------------------------------------------------------------------------*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 12, 2015 */
@font-face {
  font-family: 'signika_negativeregular';
  src: url("../../font/signikanegative-regular-webfont.eot");
  src: url("../../font/signikanegative-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../font/signikanegative-regular-webfont.woff2") format("woff2"), url("../../font/signikanegative-regular-webfont.woff") format("woff"), url("../../font/signikanegative-regular-webfont.ttf") format("truetype"), url("../../font/signikanegative-regular-webfont.svg#signika_negativeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signika_negativelight';
  src: url("../../font/signikanegative-light-webfont.eot");
  src: url("../../font/signikanegative-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../font/signikanegative-light-webfont.woff2") format("woff2"), url("../../font/signikanegative-light-webfont.woff") format("woff"), url("../../font/signikanegative-light-webfont.ttf") format("truetype"), url("../../font/signikanegative-light-webfont.svg#signika_negativelight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url("../../font/fontello.eot?93178020");
  src: url("../../font/fontello.eot?93178020#iefix") format("embedded-opentype"), url("../../font/fontello.woff?93178020") format("woff"), url("../../font/fontello.ttf?93178020") format("truetype"), url("../../font/fontello.svg?93178020#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------------------------
	Modules - Helper
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-helper.scss */
.is-scr-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
}

/* line 6, ../sass/_mod-helper.scss */
.is-hidden {
  display: none;
}

/* line 7, ../sass/_mod-helper.scss */
.is-shown {
  display: block;
}

/* line 8, ../sass/_mod-helper.scss */
.is-invisible {
  visibility: hidden;
}

/* line 9, ../sass/_mod-helper.scss */
.is-inline-block {
  display: inline-block;
}

/* line 10, ../sass/_mod-helper.scss */
.show-on-small, .show-on-medium {
  display: none;
}

/* line 11, ../sass/_mod-helper.scss */
.hide-on-small, .hide-on-medium {
  display: block;
}

/* positions */
/* line 14, ../sass/_mod-helper.scss */
.fl-left {
  float: left;
}

/* line 15, ../sass/_mod-helper.scss */
.fl-right {
  float: right;
}

/* fonts */
/* line 18, ../sass/_mod-helper.scss */
.font-alt {
  font-family: signika_negativeregular, signika_negativelight, Tahoma, Verdana, Segoe, sans-serif;
}

/* line 19, ../sass/_mod-helper.scss */
.txt-center {
  text-align: center;
}

/* line 20, ../sass/_mod-helper.scss */
.txt-left {
  text-align: left;
}

/* Clearfix */
/* line 23, ../sass/_mod-helper.scss */
.cf:before, .grid-row:before, .grid-row-nested:before,
.cf:after,
.grid-row:after,
.grid-row-nested:after {
  content: " ";
  display: table;
}

/* line 25, ../sass/_mod-helper.scss */
.cf:after, .grid-row:after, .grid-row-nested:after {
  clear: both;
}

/* line 26, ../sass/_mod-helper.scss */
.c {
  clear: both;
}

/* Colors */
/* line 29, ../sass/_mod-helper.scss */
.bg-white {
  background-color: white;
}

/*--------------------------------------------------------------------------------
	Modules - Header
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-profile.scss */
.mod-profile {
  padding-bottom: 20px;
}

/* line 8, ../sass/_mod-profile.scss */
.profile-wrapper {
  color: #323a45;
  position: relative;
  margin-top: 30px;
}

/* line 13, ../sass/_mod-profile.scss */
.profile-data {
  background: #FFF url("") no-repeat right center;
  height: 90px;
  padding: 10px 52px 10px 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
/* line 23, ../sass/_mod-profile.scss */
.profile-data.active {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 27, ../sass/_mod-profile.scss */
.profile-img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  text-align: center;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}

/* line 34, ../sass/_mod-profile.scss */
.profile-name {
  color: #323a45;
  font-size: 22px;
  display: block;
  line-height: 1;
  padding-top: 10px;
}

/* line 41, ../sass/_mod-profile.scss */
.profile-company {
  color: #a2a3a5;
  font-size: 18px;
}

/* line 45, ../sass/_mod-profile.scss */
.profile-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  width: 100%;
  z-index: 2;
  list-style: none;
  margin: 0;
  min-width: 180px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 6px;
}
/* line 58, ../sass/_mod-profile.scss */
.profile-menu a {
  display: block;
  padding: 8px 20px;
  border-top: 1px solid #ECECEC;
}

/*--------------------------------------------------------------------------------
	Module - Form elements
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-forms.scss */
fieldset {
  border: 1px solid #323a45;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 10, ../sass/_mod-forms.scss */
legend {
  font-size: 18px;
  font-weight: bold;
  font-family: signika_negativeregular, signika_negativelight, Tahoma, Verdana, Segoe, sans-serif;
  padding: 0 20px;
}

/* line 16, ../sass/_mod-forms.scss */
label {
  min-width: 60px;
  display: inline-block;
}

/* line 21, ../sass/_mod-forms.scss */
input, textarea, select {
  color: #323a45;
  width: 100%;
  padding: 4px 10px;
  border: 1px solid #dee1e3;
  border-radius: 2px;
  background: #fafafa;
  margin-bottom: 3px;
  margin-right: 3px;
  font-size: 14px;
  font-family: signika_negativelight, Tahoma, Verdana, Segoe, sans-serif;
}
/* line 32, ../sass/_mod-forms.scss */
input:focus, textarea:focus, select:focus {
  border-color: #4E4B4C;
}

/* line 36, ../sass/_mod-forms.scss */
textarea {
  width: 100%;
  min-height: 225px;
}

/* line 41, ../sass/_mod-forms.scss */
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 45, ../sass/_mod-forms.scss */
.faux-input-file {
  color: #323a45;
  width: 100%;
  height: 130px;
  border: 1px dashed #dee1e3;
  border-radius: 2px;
  margin-bottom: 3px;
  margin-right: 3px;
  font-size: 14px;
  font-family: signika_negativelight, Tahoma, Verdana, Segoe, sans-serif;
  position: relative;
}
/* line 56, ../sass/_mod-forms.scss */
.faux-input-file:before {
  content: attr(data-content);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
/* line 64, ../sass/_mod-forms.scss */
.faux-input-file:after {
  border: 1px solid #323a45;
  border-radius: 1.6em;
  content: '\e805';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  height: 1.6em;
  width: 1.6em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5em;
  margin: -.8em -.8em 0 0;
  position: absolute;
  top: 50%;
  right: 50%;
}
/* line 85, ../sass/_mod-forms.scss */
.faux-input-file input[type="file"] {
  position: relative;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 94, ../sass/_mod-forms.scss */
.form-group {
  position: relative;
}
/* line 96, ../sass/_mod-forms.scss */
.form-group:last-child {
  margin: 0;
}

/* line 101, ../sass/_mod-forms.scss */
.required-label:after {
  content: " *";
}

/* line 104, ../sass/_mod-forms.scss */
::-webkit-input-placeholder {
  color: #323a45;
  opacity: 0.5;
}

/* line 105, ../sass/_mod-forms.scss */
:-moz-placeholder {
  color: #323a45;
  opacity: 0.5;
}

/* line 106, ../sass/_mod-forms.scss */
::-moz-placeholder {
  color: #323a45;
  opacity: 0.5;
}

/* line 107, ../sass/_mod-forms.scss */
:-ms-input-placeholder {
  color: #323a45;
  opacity: 0.5;
}

/* line 110, ../sass/_mod-forms.scss */
button, .button {
  display: inline-block;
  border: 1px solid #324795;
  border-radius: 3px;
  padding: 10px 35px;
  margin: 0 10px 10px 0;
  text-align: center;
  font-size: 18px;
  background: #324795;
  color: white;
  min-width: 210px;
}
/* line 121, ../sass/_mod-forms.scss */
button.btn-grey, .button.btn-grey {
  background: #b7b7b9;
  border-color: #b7b7b9;
}
/* line 124, ../sass/_mod-forms.scss */
button.btn-grey:hover, button.btn-grey:focus, .button.btn-grey:hover, .button.btn-grey:focus {
  color: #b7b7b9;
}
/* line 129, ../sass/_mod-forms.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background: transparent;
  color: #324795;
  outline: none;
}

/* line 137, ../sass/_mod-forms.scss */
.btn-add {
  color: #323a45;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 22px;
  padding: 0 10px;
  border: 1px dashed #dee1e3;
  border-radius: 2px;
  background: none;
  margin-bottom: 3px;
  margin-right: 3px;
  cursor: pointer;
}
/* line 150, ../sass/_mod-forms.scss */
.btn-add.title {
  height: inherit;
  text-align: left;
}

/* line 155, ../sass/_mod-forms.scss */
.btn-remove {
  color: #323a45;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #4E4B4C;
  border-radius: 12px;
  background: none;
  cursor: pointer;
  position: absolute;
  right: -34px;
  top: 2px;
  z-index: 2;
}

/* line 174, ../sass/_mod-forms.scss */
button[disabled] {
  background: #b7b7b9;
  border-color: #b7b7b9;
  color: white;
}

/* line 181, ../sass/_mod-forms.scss */
input:invalid, textarea:invalid, .error-wrapper .required, .error {
  border: 1px solid #bf0000;
  background-color: #e2a8a8 !important;
}
/* line 184, ../sass/_mod-forms.scss */
input:invalid:focus, textarea:invalid:focus, .error-wrapper .required:focus, .error:focus {
  border: 1px solid #bf0000;
}

/* line 188, ../sass/_mod-forms.scss */
.error-msg {
  margin-left: 25%;
  padding-left: 10px;
  color: #bf0000;
}

/* line 195, ../sass/_mod-forms.scss */
table.form-table {
  width: 100%;
}
/* line 197, ../sass/_mod-forms.scss */
table.form-table input, table.form-table select {
  width: 100%;
}

/* line 203, ../sass/_mod-forms.scss */
.form-item-half-width {
  width: 50%;
  margin-left: 3px;
}

/* line 207, ../sass/_mod-forms.scss */
.form-item-indent {
  text-indent: 10px;
}

/* line 213, ../sass/_mod-forms.scss */
.preview-mode input, .preview-mode textarea, .preview-mode select {
  background: none;
  border-color: transparent;
  cursor: default;
}
/* line 218, ../sass/_mod-forms.scss */
.preview-mode label {
  cursor: default;
}
/* line 219, ../sass/_mod-forms.scss */
.preview-mode textarea {
  resize: none;
}
/* line 222, ../sass/_mod-forms.scss */
.preview-mode .btn-add, .preview-mode .btn-remove {
  display: none;
}

/*--------------------------------------------------------------------------------
	Modules - Noscript Alert
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-noscript.scss */
.mod-noscript {
  padding: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  background-color: #A0D3E8;
  border-bottom: 1px solid #74BFDD;
  color: #4F4F4F;
  z-index: 10000;
  position: fixed;
  top: 0;
  text-align: center;
  line-height: 30px;
  width: 100%;
}
/* line 17, ../sass/_mod-noscript.scss */
.mod-noscript a {
  color: #4F4F4F;
  font-weight: bold;
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------
	Modules - Header
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-header.scss */
.mod-header {
  background: center repeat;
  background-image: url("../../img/gfx/header.jpg");
  background-color: transparent;
  height: 150px;
}

/* line 11, ../sass/_mod-header.scss */
.logo-event {
  margin-top: 30px;
  overflow: hidden;
  background: #FFF;
  display: inline-block;
  text-align: center;
  height: 90px;
  width: auto;
  padding: 20px;
  line-height: 45px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
/* line 25, ../sass/_mod-header.scss */
.logo-event img {
  max-height: 100%;
}

/*--------------------------------------------------------------------------------
	Modules - Navigation
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-nav-main.scss */
.mod-nav-main {
  margin-bottom: 20px;
}
/* line 7, ../sass/_mod-nav-main.scss */
.mod-nav-main ul {
  margin: 0;
  background: white;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
/* line 15, ../sass/_mod-nav-main.scss */
.mod-nav-main ul li {
  position: relative;
}
/* line 17, ../sass/_mod-nav-main.scss */
.mod-nav-main ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
/* line 21, ../sass/_mod-nav-main.scss */
.mod-nav-main ul li a:hover, .mod-nav-main ul li a:focus {
  text-decoration: underline;
}
/* line 25, ../sass/_mod-nav-main.scss */
.mod-nav-main ul li:first-child {
  margin: 0;
}

/*--------------------------------------------------------------------------------
	Module - Breadcrumb
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-breadcrumb.scss */
.mod-breadcrumbs {
  margin: 0;
}
/* line 7, ../sass/_mod-breadcrumb.scss */
.mod-breadcrumbs li {
  margin: 0;
}
/* line 10, ../sass/_mod-breadcrumb.scss */
.mod-breadcrumbs a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px 7px 5px;
  margin-left: 5px;
  position: relative;
}
/* line 16, ../sass/_mod-breadcrumb.scss */
.mod-breadcrumbs a:hover, .mod-breadcrumbs a:focus {
  text-decoration: underline;
}
/* line 20, ../sass/_mod-breadcrumb.scss */
.mod-breadcrumbs a:after {
  content: '\25b8';
  position: absolute;
  top: 6px;
  right: 0;
}
/* line 27, ../sass/_mod-breadcrumb.scss */
.mod-breadcrumbs > li:first-child a {
  margin-left: 0;
  padding-left: 0;
}

/* line 32, ../sass/_mod-breadcrumb.scss */
.shopping-cart {
  padding-top: 8px;
}
/* line 34, ../sass/_mod-breadcrumb.scss */
.shopping-cart:before {
  margin-right: .4em;
}

/*--------------------------------------------------------------------------------
	Modules - Header
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-main.scss */
.mod-main {
  padding-bottom: 25px;
  padding-top: 25px;
}

/* line 9, ../sass/_mod-main.scss */
.salutation {
  font-weight: normal;
  font-size: 22px;
}

/* line 13, ../sass/_mod-main.scss */
.salutation-event {
  font-size: 36px;
  display: block;
  padding-top: 10px;
}

/*--------------------------------------------------------------------------------
	Modules - Content
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-content.scss */
.mod-content {
  background: white;
  margin-top: 20px;
}

/* line 10, ../sass/_mod-content.scss */
.info-btn {
  border: 1px solid #323a45;
  border-radius: 1.6em;
  content: '\e805';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  height: 1.6em;
  width: 1.6em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5em;
  /*
  margin: -.8em -.8em 0 0;
  position: absolute;
  top: 50%;
  right: 50%;
  */
}

/*--------------------------------------------------------------------------------
	Modules - Subnavigation
--------------------------------------------------------------------------------*/
/* line 6, ../sass/_mod-nav-sub.scss */
.mod-nav-sub ul {
  list-style: none;
}
/* line 8, ../sass/_mod-nav-sub.scss */
.mod-nav-sub ul li {
  margin: 0;
}
/* line 11, ../sass/_mod-nav-sub.scss */
.mod-nav-sub ul a {
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  margin-left: 10px;
}
/* line 16, ../sass/_mod-nav-sub.scss */
.mod-nav-sub ul a:hover, .mod-nav-sub ul a:focus {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------
	Modules - Footer
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-footer.scss */
.mod-footer {
  background: #dcddde;
  line-height: 40px;
}
/* line 8, ../sass/_mod-footer.scss */
.mod-footer p {
  margin: 0;
}
/* line 11, ../sass/_mod-footer.scss */
.mod-footer .copy-right {
  padding: 0 25px;
}

/* line 16, ../sass/_mod-footer.scss */
.footer-logo {
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  border-left: #eceff1 4px solid;
}
/* line 21, ../sass/_mod-footer.scss */
.footer-logo:last-of-type {
  border-right: #eceff1 4px solid;
}

/*--------------------------------------------------------------------------------
	Modules - footernavigation
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-nav-footer.scss */
.mod-nav-footer {
  margin: 0;
  line-height: 1.5;
  padding-top: 10px;
}
/* line 9, ../sass/_mod-nav-footer.scss */
.mod-nav-footer a {
  display: inline-block;
  padding: 0  0 0 12px;
  margin-left: 6px;
  text-decoration: none;
  position: relative;
}
/* line 15, ../sass/_mod-nav-footer.scss */
.mod-nav-footer a:hover, .mod-nav-footer a:focus {
  text-decoration: underline;
}
/* line 19, ../sass/_mod-nav-footer.scss */
.mod-nav-footer a:before {
  content: '/';
  position: absolute;
  top: 0px;
  left: 0;
}
/* line 26, ../sass/_mod-nav-footer.scss */
.mod-nav-footer > li:first-child a {
  margin-left: 0;
  padding: 0;
}
/* line 29, ../sass/_mod-nav-footer.scss */
.mod-nav-footer > li:first-child a:before {
  content: "";
  display: none;
}

/*--------------------------------------------------------------------------------
	Module - Modal
--------------------------------------------------------------------------------*/
/* line 6, ../sass/_mod-modal.scss */
.no-js .mod-modal {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 9, ../sass/_mod-modal.scss */
.no-js .mod-modal .mod-modal-close {
  display: none;
}

/* line 14, ../sass/_mod-modal.scss */
.js .mod-modal {
  width: 90%;
  max-width: 1220px;
  height: 85%;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  z-index: 3;
  display: none;
  background: white;
}
/* line 26, ../sass/_mod-modal.scss */
.js .mod-modal.active {
  display: block;
}
/* line 29, ../sass/_mod-modal.scss */
.js .mod-modal.modal-alert {
  z-index: 110;
}
/* line 32, ../sass/_mod-modal.scss */
.js .mod-modal h1 {
  color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 19px;
}
/* line 37, ../sass/_mod-modal.scss */
.js .mod-modal h1 a {
  font-size: 14px;
  display: inline-block;
  padding-left: 30px;
  margin-left: 30px;
  color: white;
}
/* line 43, ../sass/_mod-modal.scss */
.js .mod-modal h1 a:hover, .js .mod-modal h1 a:focus {
  text-decoration: underline;
}
/* line 49, ../sass/_mod-modal.scss */
.js .mod-modal .select-menu {
  background: url(../../img/gfx/select-btn.png) no-repeat right #324795;
  border: 0;
  color: white;
  font-size: 14px;
  padding-right: 14px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/* line 61, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-header,
.js .mod-modal .mod-modal-content,
.js .mod-modal .mod-modal-footer {
  padding: 0 30px;
}
/* line 67, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-header {
  background: #324795;
  height: 40px;
  width: 100%;
  position: relative;
}
/* line 72, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-header h1 {
  line-height: 40px;
  margin: 0;
}
/* line 78, ../sass/_mod-modal.scss */
.js .mod-modal .nav-language-wrapper {
  background: #e1e1e1;
  padding: 5px 30px 0;
}
/* line 81, ../sass/_mod-modal.scss */
.js .mod-modal .nav-language-wrapper .nav-language {
  list-style: none;
  margin-bottom: 0;
}
/* line 84, ../sass/_mod-modal.scss */
.js .mod-modal .nav-language-wrapper .nav-language a {
  display: inline-block;
  padding: 0 10px;
  line-height: 35px;
  margin-left: 5px;
  background: rgba(255, 255, 255, 0.5);
  color: #323a45;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 93, ../sass/_mod-modal.scss */
.js .mod-modal .nav-language-wrapper .nav-language a.active, .js .mod-modal .nav-language-wrapper .nav-language a:hover, .js .mod-modal .nav-language-wrapper .nav-language a:focus {
  background: white;
  text-decoration: none;
}
/* line 100, ../sass/_mod-modal.scss */
.js .mod-modal .nav-language-wrapper .nav-language li:first-child a {
  margin-left: 0;
}
/* line 106, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-content {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-y: scroll;
  height: 80%;
  background: white;
}
/* line 112, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-content .title-bar {
  padding-top: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4e4b4c;
}
/* line 117, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-content .title {
  font-size: 22px;
  margin: 0;
}
/* line 121, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-content .price {
  font-size: 18px;
  font-weight: bold;
}
/* line 126, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-content h3 {
  font-size: 18px;
  font-weight: normal;
}
/* line 130, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-content a {
  color: #324795;
}
/* line 133, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-content a.product-detail-link {
  color: #323a45;
}
/* line 136, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-content ul {
  list-style: inherit;
}
/* line 141, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-footer {
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
}
/* line 148, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-close.char-icon-cancel,
.js .mod-modal .mod-alert-modal-close.char-icon-cancel {
  background: #565758;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: white;
  display: block;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  padding: 0;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  z-index: 3;
}
/* line 164, ../sass/_mod-modal.scss */
.js .mod-modal .mod-modal-close.char-icon-cancel.char-icon-cancel:before,
.js .mod-modal .mod-alert-modal-close.char-icon-cancel.char-icon-cancel:before {
  margin-left: 0;
  margin-right: 0;
  font-size: 100%;
}
/* line 170, ../sass/_mod-modal.scss */
.js .mod-modal .modal-list-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 173, ../sass/_mod-modal.scss */
.js .mod-modal .modal-list-row:first-child {
  margin-top: 0;
}

/* line 178, ../sass/_mod-modal.scss */
.mod-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 189, ../sass/_mod-modal.scss */
.mod-overlay.alert {
  z-index: 100;
}

/* line 194, ../sass/_mod-modal.scss */
.recommendedProducts h3 {
  padding: 7px;
  background-color: #e1e1e1;
}

/* line 199, ../sass/_mod-modal.scss */
tr.recommendedList td {
  text-align: center;
  vertical-align: middle;
}

/*--------------------------------------------------------------------------------
	Modules - Wrapper
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-toolbar.scss */
.mod-toolbar {
  background: #f6f8f9;
}

/*--------------------------------------------------------------------------------
	Modules - Header
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-task-column.scss */
.mod-task-column {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background: #FFF;
  list-style: none;
  margin-bottom: 0;
}
/* line 13, ../sass/_mod-task-column.scss */
.mod-task-column .task-column-heading {
  display: block;
  padding: 8px 45px 8px 20px;
  position: relative;
  color: white;
  font-size: 18px;
}
/* line 19, ../sass/_mod-task-column.scss */
.mod-task-column .task-column-heading.theme-color-primary {
  background-color: #324795;
}
/* line 22, ../sass/_mod-task-column.scss */
.mod-task-column .task-column-heading.theme-color-secondary {
  background-color: #cb1649;
}
/* line 25, ../sass/_mod-task-column.scss */
.mod-task-column .task-column-heading.theme-color-default {
  background-color: #a2a3a5;
}
/* line 29, ../sass/_mod-task-column.scss */
.mod-task-column .task-column-link {
  display: block;
  padding: 8px 45px 8px 35px;
  border-bottom: 1px solid #ececec;
  position: relative;
  font-size: 18px;
}

 /*
	Icons from http://fontello.com/
 */
/* line 5, ../sass/_mod-icons.scss */
[class^="char-icon-"]:before, [class*=" char-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 36, ../sass/_mod-icons.scss */
.char-icon-left-open-big:before {
  content: '\e800';
}

/* '' */
/* line 37, ../sass/_mod-icons.scss */
.char-icon-right-open-big:before {
  content: '\e801';
}

/* '' */
/* line 38, ../sass/_mod-icons.scss */
.char-icon-zoom-in-2:before {
  content: '\e802';
}

/* '' */
/* line 39, ../sass/_mod-icons.scss */
.char-icon-zoom-out-2:before {
  content: '\e803';
}

/* '' */
/* line 40, ../sass/_mod-icons.scss */
.char-icon-right-small:before {
  content: '\e804';
}

/* '' */
/* line 41, ../sass/_mod-icons.scss */
.char-icon-plus:before {
  content: '\e805';
}

/* '' */
/* line 42, ../sass/_mod-icons.scss */
.char-icon-add:before {
  content: '\e805';
}

/* '' */
/* line 43, ../sass/_mod-icons.scss */
.char-icon-menu:before {
  content: '\e806';
}

/* '' */
/* line 44, ../sass/_mod-icons.scss */
.char-icon-edit:before {
  content: '\e806';
}

/* '' */
/* line 45, ../sass/_mod-icons.scss */
.char-icon-cart:before {
  content: '\e807';
}

/* '' */
/* line 46, ../sass/_mod-icons.scss */
.char-icon-down-open-big:before {
  content: '\e808';
}

/* '' */
/* line 47, ../sass/_mod-icons.scss */
.char-icon-up-open-big:before {
  content: '\e809';
}

/* '' */
/* line 48, ../sass/_mod-icons.scss */
.char-icon-right-open-mini:before {
  content: '\e80a';
}

/* '' */
/* line 49, ../sass/_mod-icons.scss */
.char-icon-minus:before {
  content: '\e80b';
}

/* '' */
/* line 50, ../sass/_mod-icons.scss */
.char-icon-check:before {
  content: '\e80c';
}

/* '' */
/* line 51, ../sass/_mod-icons.scss */
.char-icon-left-open-mini:before {
  content: '\e80d';
}

/* '' */
/* line 52, ../sass/_mod-icons.scss */
.char-icon-up-open-mini:before {
  content: '\e80e';
}

/* '' */
/* line 53, ../sass/_mod-icons.scss */
.char-icon-down-open-mini:before {
  content: '\e80f';
}

/* '' */
/* line 54, ../sass/_mod-icons.scss */
.char-icon-info-circled-alt:before {
  content: '\e811';
}

/* '' */
/* line 55, ../sass/_mod-icons.scss */
.char-icon-cancel:before {
  content: '\e812';
}

/* '' */
/* line 58, ../sass/_mod-icons.scss */
.char-icon-check-right.task-column-link:before {
  display: none;
}
/* line 59, ../sass/_mod-icons.scss */
.char-icon-check-right.task-column-link:after {
  border: 1px solid #323a45;
  border-radius: 1.6em;
  content: '\e80c';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  height: 1.6em;
  width: 1.6em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5em;
  margin-left: .2em;
  margin-top: 2px;
  position: absolute;
  right: 10px;
}

/* line 84, ../sass/_mod-icons.scss */
.char-icon-info-right.task-column-heading:before {
  display: none;
}
/* line 85, ../sass/_mod-icons.scss */
.char-icon-info-right.task-column-heading:after {
  border: none;
  content: '\e811';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  height: 1.6em;
  width: 1.6em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5em;
  margin-left: .2em;
  margin-top: 2px;
  position: absolute;
  right: 10px;
}

/*
   Animation example, for spinners
*/
/* line 111, ../sass/_mod-icons.scss */
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------------------------
	Modules - Header
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-timeline.scss */
.timeline-wrapper {
  background-image: url("../../img/gfx/bg-timeline.png");
  background-position: 50% 20%;
  background-repeat: repeat-x;
  min-height: 300px;
}

/* line 12, ../sass/_mod-timeline.scss */
.time-line-graph .currenttime {
  display: none;
}

/* line 19, ../sass/_mod-timeline.scss */
.time-line-controlls#time-line-control .customtime:after {
  content: '';
  background-image: url(../../img/gfx/flag.png);
  background-repeat: no-repeat;
  background-size: 82%;
  height: 91px;
  width: 52px;
}
/* line 27, ../sass/_mod-timeline.scss */
.time-line-controlls#time-line-control .customtime:before {
  line-height: 16px;
  margin-left: 10px;
}

/* line 34, ../sass/_mod-timeline.scss */
.time-line-controlls-slider {
  background: #4c494a;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 44, ../sass/_mod-timeline.scss */
.timeline-nav {
  text-align: right;
  margin-right: 5px;
}
/* line 47, ../sass/_mod-timeline.scss */
.timeline-nav .timeline-btn-wrapper {
  width: 36px;
}
/* line 49, ../sass/_mod-timeline.scss */
.timeline-nav .timeline-btn-wrapper .timeline-btn {
  margin: 10px 0;
}
/* line 51, ../sass/_mod-timeline.scss */
.timeline-nav .timeline-btn-wrapper .timeline-btn:first-of-type {
  margin-top: 0;
}

/* line 58, ../sass/_mod-timeline.scss */
.timeline-btn {
  background: rgba(35, 31, 32, 0.8);
  border: 0;
  border-radius: 100%;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 36px;
  width: 36px;
  text-align: center;
}
/* line 69, ../sass/_mod-timeline.scss */
.timeline-btn:hover {
  background: rgba(35, 31, 32, 0.7);
  text-decoration: none;
}
/* line 73, ../sass/_mod-timeline.scss */
.timeline-btn:focus {
  background: #504e4f;
}
/* line 76, ../sass/_mod-timeline.scss */
.timeline-btn:before {
  vertical-align: middle;
}

/* line 81, ../sass/_mod-timeline.scss */
.mod-timeline {
  padding: 40px 0;
  		/* TODO: get animation working nicely
  
  		.vis.timeline .item {
  		  -webkit-transition: top .4s ease-in-out;
  		  transition:         top .4s ease-in-out;
  		}
  
  		.vis.timeline .item.line {
  		  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  		  transition:         height .4s ease-in-out, top .4s ease-in-out;
  		}
  		*/
  /* top right bottom left */
}
/* line 85, ../sass/_mod-timeline.scss */
.mod-timeline .time-line-graph {
  background-image: url("../../img/gfx/bg-timeline.png");
  background-position: center;
  background-repeat: repeat;
}
/* line 91, ../sass/_mod-timeline.scss */
.mod-timeline.time-line-graph {
  padding-left: 50px;
  padding-right: 50px;
}
/* line 96, ../sass/_mod-timeline.scss */
.mod-timeline .timeline-btn {
  position: absolute;
}
/* line 98, ../sass/_mod-timeline.scss */
.mod-timeline .timeline-btn.btn-left {
  left: 5px;
}
/* line 101, ../sass/_mod-timeline.scss */
.mod-timeline .timeline-btn.btn-right {
  right: 5px;
}
/* line 106, ../sass/_mod-timeline.scss */
.mod-timeline .item.dot:after {
  content: '';
  height: 10px;
  width: 2px;
  background: #a2a3a5;
  display: block;
  margin-left: 5px;
  margin-top: 8px;
}
/* line 117, ../sass/_mod-timeline.scss */
.mod-timeline .item.line:before {
  height: 8px;
  width: 2px;
  content: '';
  display: block;
  background: #a2a3a5;
  position: absolute;
  bottom: 6px;
  z-index: 1;
}
/* line 127, ../sass/_mod-timeline.scss */
.mod-timeline .item.line:after {
  content: '';
  height: 14px;
  width: 14px;
  background: #a2a3a5;
  display: block;
  vertical-align: bottom;
  position: absolute;
  bottom: -2px;
  border-radius: 100%;
  margin-left: -6px;
  border: 2px solid white;
}
/* line 144, ../sass/_mod-timeline.scss */
.mod-timeline#time-line .item.dot.action-item:after {
  background: #324795;
  margin-top: -8px;
}
/* line 150, ../sass/_mod-timeline.scss */
.mod-timeline#time-line .item.line.action-item:before {
  background: #324795;
  bottom: auto;
  top: 6px;
}
/* line 155, ../sass/_mod-timeline.scss */
.mod-timeline#time-line .item.line.action-item:after {
  background: #324795;
  bottom: auto;
  top: -2px;
}
/* line 162, ../sass/_mod-timeline.scss */
.mod-timeline#time-line .customtime:after {
  bottom: 54px;
  top: auto;
}
/* line 166, ../sass/_mod-timeline.scss */
.mod-timeline#time-line .customtime:before {
  bottom: 118px;
  top: auto;
}
/* line 174, ../sass/_mod-timeline.scss */
.mod-timeline#task-time-line {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 178, ../sass/_mod-timeline.scss */
.mod-timeline#task-time-line .vis.timeline .vispanel.top {
  visibility: hidden;
  height: 1px !important;
}
/* line 183, ../sass/_mod-timeline.scss */
.mod-timeline#task-time-line .vis.timeline .timeaxis .grid.vertical {
  border-color: transparent;
}
/* line 187, ../sass/_mod-timeline.scss */
.mod-timeline#task-time-line .vis.timeline .vispanel.center {
  border-color: transparent;
}
/* line 191, ../sass/_mod-timeline.scss */
.mod-timeline#task-time-line .vis.timeline .item.dot.task-item:after {
  background: #cb1649;
}
/* line 196, ../sass/_mod-timeline.scss */
.mod-timeline#task-time-line .vis.timeline .item.line.task-item:before {
  background: #cb1649;
  bottom: 6px;
}
/* line 200, ../sass/_mod-timeline.scss */
.mod-timeline#task-time-line .vis.timeline .item.line.task-item:after {
  background: #cb1649;
  bottom: -2px;
}
/* line 211, ../sass/_mod-timeline.scss */
.mod-timeline.time-line-controlls .vis.timeline .vispanel.center,
.mod-timeline.time-line-controlls .vis.timeline .vispanel.left,
.mod-timeline.time-line-controlls .vis.timeline .vispanel.right,
.mod-timeline.time-line-controlls .vis.timeline .vispanel.top,
.mod-timeline.time-line-controlls .vis.timeline .vispanel.bottom {
  border: none;
}
/* line 218, ../sass/_mod-timeline.scss */
.mod-timeline.time-line-controlls .vis.timeline .vispanel.bottom {
  border-top: 1px solid #bfbfbf;
}
/* line 221, ../sass/_mod-timeline.scss */
.mod-timeline.time-line-controlls .vis.timeline .vispanel.center {
  border-bottom: 1px #bfbfbf;
}
/* line 224, ../sass/_mod-timeline.scss */
.mod-timeline.time-line-controlls .vis.timeline .timeaxis .grid.minor {
  border-color: transparent;
}
/* line 228, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.range.time-line-controlls-slider {
  background: #4c494a;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  height: 3px;
}
/* line 237, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.range.time-line-controlls-slider .drag-left, .mod-timeline .vis.timeline .item.range.time-line-controlls-slider .drag-right, .mod-timeline .vis.timeline .item.range.time-line-controlls-slider:before, .mod-timeline .vis.timeline .item.range.time-line-controlls-slider:after {
  content: '';
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1), 0 0 0px 8px #4c494a inset;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1), 0 0 0px 8px #4c494a inset;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 253, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.range.time-line-controlls-slider .drag-right, .mod-timeline .vis.timeline .item.range.time-line-controlls-slider:after {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -12px;
}
/* line 261, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.range.time-line-controlls-slider.selected .drag-left, .mod-timeline .vis.timeline .item.range.time-line-controlls-slider.selected .drag-right {
  -moz-box-shadow: 0 0 0px 8px #4c494a inset;
  -webkit-box-shadow: 0 0 0px 8px #4c494a inset;
  box-shadow: 0 0 0px 8px #4c494a inset;
}
/* line 267, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.range.time-line-controlls-slider.selected:before, .mod-timeline .vis.timeline .item.range.time-line-controlls-slider.selected:after {
  display: none;
}
/* line 276, ../sass/_mod-timeline.scss */
.mod-timeline .vis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Must be displayed above for example selected Timeline items */
  z-index: 10;
}
/* line 287, ../sass/_mod-timeline.scss */
.mod-timeline .vis-active {
  box-shadow: 0 0 10px #86d5f8;
}
/* line 291, ../sass/_mod-timeline.scss */
.mod-timeline .vis [class*="span"] {
  min-height: 0;
  width: auto;
}
/* line 300, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline.root {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* line 308, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel {
  position: absolute;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* line 315, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel.center,
.mod-timeline .vis.timeline .vispanel.left,
.mod-timeline .vis.timeline .vispanel.right,
.mod-timeline .vis.timeline .vispanel.top,
.mod-timeline .vis.timeline .vispanel.bottom {
  border: 8px #324795;
}
/* line 323, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel.center,
.mod-timeline .vis.timeline .vispanel.left,
.mod-timeline .vis.timeline .vispanel.right {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden;
}
/* line 331, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel.center,
.mod-timeline .vis.timeline .vispanel.top,
.mod-timeline .vis.timeline .vispanel.bottom {
  border-left-style: solid;
  border-right-style: solid;
}
/* line 338, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .background {
  overflow: hidden;
}
/* line 342, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel > .content {
  position: relative;
}
/* line 346, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel .shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
/* line 353, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel .shadow.top {
  top: -1px;
  left: 0;
}
/* line 358, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel .shadow.bottom {
  bottom: -1px;
  left: 0;
}
/* line 363, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .labelset {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
/* line 371, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .labelset .vlabel {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;
  box-sizing: border-box;
}
/* line 381, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .labelset .vlabel {
  border-bottom: 1px solid #bfbfbf;
}
/* line 385, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .labelset .vlabel:last-child {
  border-bottom: none;
}
/* line 389, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .labelset .vlabel .inner {
  display: inline-block;
  padding: 5px;
}
/* line 394, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .labelset .vlabel .inner.hidden {
  padding: 0;
}
/* line 399, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .itemset {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* line 407, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .itemset .background,
.mod-timeline .vis.timeline .itemset .foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}
/* line 415, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1;
}
/* line 423, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .foreground .group {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
}
/* line 429, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .foreground .group:last-child {
  border-bottom: none;
}
/* line 432, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item {
  position: absolute;
  color: #323a45;
  border-color: #fff;
  border-width: 4px;
  background: #a2a3a5;
  box-shadow: 5px 7px 0 0 rgba(200, 200, 200, 0.2);
  display: inline-block;
  padding: 15px;
}
/* line 443, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.selected {
  border-color: #FFC200;
  background-color: #FFF785;
  /* z-index must be higher than the z-index of custom time bar and current time bar */
  z-index: 2;
}
/* line 451, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .editable .item.selected {
  cursor: move;
}
/* line 455, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.point.selected {
  background-color: #FFF785;
}
/* line 459, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box {
  color: white;
  text-align: center;
  border-style: solid;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.35) 100%), #a2a3a5;
}
/* line 469, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box .content {
  text-align: left;
}
/* line 471, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box .content h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}
/* line 477, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box .content ul {
  list-style: none;
  margin: 8px 0 0 0;
}
/* line 481, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box .content ul li {
  padding-left: 16px;
  padding-right: 33px;
  line-height: 2em;
}
/* line 485, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box .content ul li.char-icon-right-open-big:before {
  margin-left: -16px;
}
/* line 488, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box .content ul li a {
  color: white;
}
/* line 490, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box .content ul li a:hover {
  text-decoration: none;
}
/* line 493, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box .content ul li a.char-icon-check-right:after {
  border: 1px solid white;
  border-radius: 1.6em;
  content: '\e80c';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  height: 1.6em;
  width: 1.6em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5em;
  margin-left: .2em;
  margin-top: 2px;
  position: absolute;
  right: 10px;
}
/* line 522, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box.action-item {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.35) 100%), #324795;
  cursor: pointer;
  z-index: 1;
}
/* line 526, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box.action-item .content {
  color: white;
  text-align: center;
}
/* line 529, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box.action-item .content h3 {
  margin: 0;
}
/* line 534, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.action-item {
  background: #324795;
}
/* line 540, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box.task-item {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.35) 100%), #cb1649;
}
/* line 542, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.box.task-item .content {
  color: white;
}
/* line 546, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.task-item {
  background: #cb1649;
}
/* line 551, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.point {
  background: none;
}
/* line 555, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.dot {
  position: absolute;
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
/* line 567, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.range {
  border-style: solid;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-sizing: border-box;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.35) 100%), #a2a3a5;
}
/* line 577, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.background {
  overflow: hidden;
  border: none;
  background-color: rgba(213, 221, 246, 0.4);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* line 586, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.range .content {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
/* line 593, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.background .content {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  margin: 5px;
}
/* line 601, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.line {
  padding: 0;
  position: absolute;
  width: 6px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
}
/* line 612, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item .content {
  white-space: nowrap;
  overflow: hidden;
}
/* line 617, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item .delete {
  background: url("img/timeline/delete.png") no-repeat top center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: -24px;
  cursor: pointer;
}
/* line 627, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.range .drag-left {
  position: absolute;
  width: 24px;
  height: 100%;
  top: 0;
  left: -4px;
  cursor: w-resize;
}
/* line 637, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.range .drag-right {
  position: absolute;
  width: 24px;
  height: 100%;
  top: 0;
  right: -4px;
  cursor: e-resize;
}
/* line 648, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .customtime {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 10px 0 0 15px;
}
/* line 653, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .customtime .content {
  color: #cb1649;
  font-weight: bold;
  margin-left: 6px;
  text-transform: uppercase;
}
/* line 660, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .item.dot.time-line-finish-flag {
  display: none;
}
/* line 664, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .customtime:after {
  content: url(../../img/gfx/flag.png);
  display: block;
  top: 0;
  left: -22px;
  position: absolute;
}
/* line 671, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .customtime:before {
  content: attr(data-content);
  color: #cb1649;
  line-height: 18px;
  margin-left: 20px;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  vertical-align: top;
}
/* line 683, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .not-editable, .mod-timeline .vis.timeline .editable .not-editable.selected {
  cursor: auto;
}
/* line 688, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .timeaxis {
  position: relative;
  overflow: hidden;
}
/* line 693, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .timeaxis.foreground {
  top: 0;
  left: 0;
  width: 100%;
}
/* line 699, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .timeaxis.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 707, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .timeaxis .text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  white-space: nowrap;
}
/* line 714, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .timeaxis .text.measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden;
}
/* line 723, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .timeaxis .grid.vertical {
  position: absolute;
  border-left: 1px solid;
}
/* line 728, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .timeaxis .grid.minor {
  border-color: #e5e5e5;
}
/* line 732, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .timeaxis .grid.major {
  border-color: #bfbfbf;
}
/* line 736, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .currenttime {
  background-color: #cb1649;
  height: 25% !important;
  margin-top: 16px;
  top: 27% !important;
  width: 2px;
  z-index: 1;
}
/* line 743, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .currenttime:before {
  content: '';
  background-color: #cb1649;
  border-radius: 100%;
  display: block;
  margin-top: -16px;
  margin-left: -7px;
  height: 16px;
  width: 16px;
}
/* line 753, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .currenttime:after {
  content: attr(data-content);
  color: #cb1649;
  display: block;
  position: absolute;
  left: 14px;
  top: -19px;
  text-transform: uppercase;
}
/* line 763, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .customtime {
  background-color: none;
  width: 2px;
  z-index: 1;
}
/* line 769, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline.root {
  /*
  -webkit-transition: height .4s ease-in-out;
  transition:         height .4s ease-in-out;
  */
}
/* line 776, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel {
  /*
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
  */
}
/* line 783, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .axis {
  /*
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
  */
}
/* line 803, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel.background.horizontal .grid.horizontal {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}
/* line 810, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel.background.horizontal .grid.minor {
  border-color: #e5e5e5;
}
/* line 814, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .vispanel.background.horizontal .grid.major {
  border-color: #bfbfbf;
}
/* line 819, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .dataaxis .yAxis.major {
  width: 100%;
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
}
/* line 826, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .dataaxis .yAxis.major.measure {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px;
  visibility: hidden;
  width: auto;
}
/* line 835, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .dataaxis .yAxis.minor {
  position: absolute;
  width: 100%;
  color: #bebebe;
  white-space: nowrap;
}
/* line 842, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .dataaxis .yAxis.minor.measure {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px;
  visibility: hidden;
  width: auto;
}
/* line 850, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .dataaxis .yAxis.title {
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
  bottom: 20px;
  text-align: center;
}
/* line 858, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .dataaxis .yAxis.title.measure {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  visibility: hidden;
  width: auto;
}
/* line 865, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .dataaxis .yAxis.title.left {
  bottom: 0px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 879, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .dataaxis .yAxis.title.right {
  bottom: 0px;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 893, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .legend {
  background-color: rgba(247, 252, 255, 0.65);
  padding: 5px;
  border-color: #b3b3b3;
  border-style: solid;
  border-width: 1px;
  box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55);
}
/* line 902, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .legendText {
  /*font-size: 10px;*/
  white-space: nowrap;
  display: inline-block;
}
/* line 907, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup0 {
  fill: #4f81bd;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #4f81bd;
}
/* line 914, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup1 {
  fill: #f79646;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f79646;
}
/* line 921, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup2 {
  fill: #8c51cf;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8c51cf;
}
/* line 928, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup3 {
  fill: #75c841;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #75c841;
}
/* line 935, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup4 {
  fill: #ff0100;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff0100;
}
/* line 942, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup5 {
  fill: #37d8e6;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #37d8e6;
}
/* line 949, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup6 {
  fill: #042662;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #042662;
}
/* line 956, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup7 {
  fill: #00ff26;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #00ff26;
}
/* line 963, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup8 {
  fill: #ff00ff;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff00ff;
}
/* line 970, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .graphGroup9 {
  fill: #8f3938;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8f3938;
}
/* line 977, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .fill {
  fill-opacity: 0.1;
  stroke: none;
}
/* line 983, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .bar {
  fill-opacity: 0.5;
  stroke-width: 1px;
}
/* line 988, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .point {
  stroke-width: 2px;
  fill-opacity: 1.0;
}
/* line 994, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .legendBackground {
  stroke-width: 1px;
  fill-opacity: 0.9;
  fill: #ffffff;
  stroke: #c2c2c2;
}
/* line 1002, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .outline {
  stroke-width: 1px;
  fill-opacity: 1;
  fill: #ffffff;
  stroke: #e5e5e5;
}
/* line 1009, ../sass/_mod-timeline.scss */
.mod-timeline .vis.timeline .iconFill {
  fill-opacity: 0.3;
  stroke: none;
}
/* line 1016, ../sass/_mod-timeline.scss */
.mod-timeline div.network-manipulationDiv {
  border-width: 0;
  border-bottom: 1px;
  border-style: solid;
  border-color: #d6d9d8;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(48%, #fcfcfc), color-stop(50%, #fafafa), color-stop(100%, #fcfcfc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
}
/* line 1037, ../sass/_mod-timeline.scss */
.mod-timeline div.network-manipulation-editMode {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  margin-top: 20px;
}
/* line 1045, ../sass/_mod-timeline.scss */
.mod-timeline div.network-manipulation-closeDiv {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-position: 20px 3px;
  background-repeat: no-repeat;
  background-image: url("img/network/cross.png");
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 1064, ../sass/_mod-timeline.scss */
.mod-timeline div.network-manipulation-closeDiv:hover {
  opacity: 0.6;
}
/* line 1068, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI {
  font-family: verdana;
  font-size: 12px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 24px;
  margin: -14px 0px 0px 10px;
  vertical-align: middle;
  cursor: pointer;
  padding: 0px 8px 0px 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 1089, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
/* line 1093, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI:active {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
/* line 1097, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.back {
  background-image: url("img/network/backIcon.png");
}
/* line 1101, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.none:hover {
  box-shadow: 1px 1px 8px transparent;
  cursor: default;
}
/* line 1105, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.none:active {
  box-shadow: 1px 1px 8px transparent;
}
/* line 1108, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.none {
  padding: 0;
}
/* line 1111, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.notification {
  margin: 2px;
  font-weight: bold;
}
/* line 1116, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.add {
  background-image: url("img/network/addNodeIcon.png");
}
/* line 1120, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.edit {
  background-image: url("img/network/editIcon.png");
}
/* line 1124, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.edit.editmode {
  background-color: #fcfcfc;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
}
/* line 1131, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.connect {
  background-image: url("img/network/connectIcon.png");
}
/* line 1135, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationUI.delete {
  background-image: url("img/network/deleteIcon.png");
}
/* line 1139, ../sass/_mod-timeline.scss */
.mod-timeline span.network-manipulationLabel {
  margin: 0px 0px 0px 23px;
  line-height: 25px;
}
/* line 1143, ../sass/_mod-timeline.scss */
.mod-timeline div.network-seperatorLine {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #bdbdbd;
  margin: 5px 7px 0px 15px;
}
/* line 1151, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 1158, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation {
  width: 34px;
  height: 34px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  position: absolute;
  display: inline-block;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 1176, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation:hover {
  box-shadow: 0px 0px 3px 3px rgba(56, 207, 21, 0.3);
}
/* line 1180, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation:active {
  box-shadow: 0px 0px 1px 3px rgba(56, 207, 21, 0.95);
}
/* line 1184, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation.up {
  background-image: url("img/network/upArrow.png");
  bottom: 50px;
  left: 55px;
}
/* line 1189, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation.down {
  background-image: url("img/network/downArrow.png");
  bottom: 10px;
  left: 55px;
}
/* line 1194, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation.left {
  background-image: url("img/network/leftArrow.png");
  bottom: 10px;
  left: 15px;
}
/* line 1199, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation.right {
  background-image: url("img/network/rightArrow.png");
  bottom: 10px;
  left: 95px;
}
/* line 1204, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation.zoomIn {
  background-image: url("img/network/plus.png");
  bottom: 10px;
  right: 15px;
}
/* line 1209, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation.zoomOut {
  background-image: url("img/network/minus.png");
  bottom: 10px;
  right: 55px;
}
/* line 1214, ../sass/_mod-timeline.scss */
.mod-timeline div.network-navigation.zoomExtends {
  background-image: url("img/network/zoomExtends.png");
  bottom: 50px;
  right: 15px;
}
/* line 1219, ../sass/_mod-timeline.scss */
.mod-timeline div.network-tooltip {
  position: absolute;
  visibility: hidden;
  padding: 5px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid;
  box-shadow: 3px 3px 10px rgba(128, 128, 128, 0.5);
}

/*--------------------------------------------------------------------------------
	Modules - Login
--------------------------------------------------------------------------------*/
/* line 8, ../sass/_mod-login.scss */
.mod-login .login-full-bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
/* line 14, ../sass/_mod-login.scss */
.mod-login .login-full-bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
/* line 26, ../sass/_mod-login.scss */
.mod-login .login-bg-logo {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 20%;
}
/* line 33, ../sass/_mod-login.scss */
.mod-login .login-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 434px;
  max-height: 430px;
  margin-left: -217px;
  margin-top: -215px;
}
/* line 41, ../sass/_mod-login.scss */
.mod-login .login-wrapper form {
  padding: 50px;
  margin-bottom: 20px;
  background: #324795;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 49, ../sass/_mod-login.scss */
.mod-login .login-event-logo-wrapper {
  padding: 20px 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: white;
  width: 300px;
  margin: -95px auto 0;
}
/* line 57, ../sass/_mod-login.scss */
.mod-login .login-event-logo {
  width: 100%;
  height: auto;
}
/* line 62, ../sass/_mod-login.scss */
.mod-login .login-welcome {
  font-size: 22px;
  color: white;
  padding: 35px 0;
}
/* line 68, ../sass/_mod-login.scss */
.mod-login input {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: white;
  padding: 15px 15px 15px 50px;
  margin-bottom: 20px;
}
/* line 74, ../sass/_mod-login.scss */
.mod-login .input-login-name {
  background: white url("../../img/ico/ico-login-name.png") no-repeat 11px center;
}
/* line 77, ../sass/_mod-login.scss */
.mod-login .input-login-pw {
  background: white url("../../img/ico/ico-login-pw.png") no-repeat 14px center;
}
/* line 80, ../sass/_mod-login.scss */
.mod-login .btn-login {
  margin-top: 30px;
  background: #cb1649;
  line-height: 1;
  text-transform: uppercase;
  font-size: 22px;
  padding: 20px 0;
  width: 100%;
  position: relative;
}
/* line 90, ../sass/_mod-login.scss */
.mod-login .btn-login:active {
  top: 2px;
}
/* line 94, ../sass/_mod-login.scss */
.mod-login .btn-login:hover, .mod-login .btn-login:focus {
  color: white;
  background: #d9184e;
}
/* line 100, ../sass/_mod-login.scss */
.mod-login .nav-login li {
  display: inline;
}
/* line 102, ../sass/_mod-login.scss */
.mod-login .nav-login li:before {
  content: '|';
  padding-right: 8px;
  margin-left: 8px;
}
/* line 107, ../sass/_mod-login.scss */
.mod-login .nav-login li:first-child:before {
  display: none;
  content: '';
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------------------------
	Modules - Loading
--------------------------------------------------------------------------------*/
/* line 5, ../sass/_mod-loading.scss */
.mod-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 17, ../sass/_mod-loading.scss */
.loading-wrapper {
  width: 500px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -55px;
  text-align: center;
}

/* line 27, ../sass/_mod-loading.scss */
.loading-icon {
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid white;
  border-left-color: transparent;
  border-right-color: transparent;
  margin: 0 auto 20px;
  -moz-animation: loading 1s infinite linear;
  -ms-animation: loading 1s infinite linear;
  -o-animation: loading 1s infinite linear;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}

/* line 41, ../sass/_mod-loading.scss */
.loading-text {
  font-size: 22px;
  color: white;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------------------------
	Media Querries
--------------------------------------------------------------------------------*/
/*  Breakpoint: max 1200px  */
@media screen and (max-width: 1200px) {
  /* line 8, ../sass/_queries.scss */
  .grid-big-1, .grid-big-2, .grid-big-3, .grid-big-4, .grid-big-5, .grid-big-6, .grid-big-7, .grid-big-8, .grid-big-9, .grid-big-10, .grid-big-11, .grid-big-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 12, ../sass/_queries.scss */
  .grid-big-1 {
    width: 8.333%;
  }

  /* line 13, ../sass/_queries.scss */
  .grid-big-2 {
    width: 16.667%;
  }

  /* line 14, ../sass/_queries.scss */
  .grid-big-3 {
    width: 25.0%;
  }

  /* line 15, ../sass/_queries.scss */
  .grid-big-4 {
    width: 33.333%;
  }

  /* line 16, ../sass/_queries.scss */
  .grid-big-5 {
    width: 41.667%;
  }

  /* line 17, ../sass/_queries.scss */
  .grid-big-6 {
    width: 50.0%;
  }

  /* line 18, ../sass/_queries.scss */
  .grid-big-7 {
    width: 58.333%;
  }

  /* line 19, ../sass/_queries.scss */
  .grid-big-8 {
    width: 66.667%;
  }

  /* line 20, ../sass/_queries.scss */
  .grid-big-9 {
    width: 75.0%;
  }

  /* line 21, ../sass/_queries.scss */
  .grid-big-10 {
    width: 83.333%;
  }

  /* line 22, ../sass/_queries.scss */
  .grid-big-11 {
    width: 91.667%;
  }

  /* line 23, ../sass/_queries.scss */
  .grid-big-12 {
    width: 100.0%;
  }

  /* Prefix Extra Space */
  /* line 26, ../sass/_queries.scss */
  .grid-big-pre-0 {
    margin-left: 0;
  }

  /* line 27, ../sass/_queries.scss */
  .grid-big-pre-1 {
    margin-left: 8.333%;
  }

  /* line 28, ../sass/_queries.scss */
  .grid-big-pre-2 {
    margin-left: 16.667%;
  }

  /* line 29, ../sass/_queries.scss */
  .grid-big-pre-3 {
    margin-left: 25.0%;
  }

  /* line 30, ../sass/_queries.scss */
  .grid-big-pre-4 {
    margin-left: 33.333%;
  }

  /* line 31, ../sass/_queries.scss */
  .grid-big-pre-5 {
    margin-left: 41.667%;
  }

  /* line 32, ../sass/_queries.scss */
  .grid-big-pre-6 {
    margin-left: 50.0%;
  }

  /* line 33, ../sass/_queries.scss */
  .grid-big-pre-7 {
    margin-left: 58.333%;
  }

  /* line 34, ../sass/_queries.scss */
  .grid-big-pre-8 {
    margin-left: 66.667%;
  }

  /* line 35, ../sass/_queries.scss */
  .grid-big-pre-9 {
    margin-left: 75.0%;
  }

  /* line 36, ../sass/_queries.scss */
  .grid-big-pre-10 {
    margin-left: 83.333%;
  }

  /* line 37, ../sass/_queries.scss */
  .grid-big-pre-10 {
    margin-left: 91.667%;
  }

  /* Suffix Extra Space */
  /* line 40, ../sass/_queries.scss */
  .grid-big-suf-0 {
    margin-right: 0;
  }

  /* line 41, ../sass/_queries.scss */
  .grid-big-suf-1 {
    margin-right: 8.333%;
  }

  /* line 42, ../sass/_queries.scss */
  .grid-big-suf-2 {
    margin-right: 16.667%;
  }

  /* line 43, ../sass/_queries.scss */
  .grid-big-suf-3 {
    margin-right: 25.0%;
  }

  /* line 44, ../sass/_queries.scss */
  .grid-big-suf-4 {
    margin-right: 33.333%;
  }

  /* line 45, ../sass/_queries.scss */
  .grid-big-suf-5 {
    margin-right: 41.667%;
  }

  /* line 46, ../sass/_queries.scss */
  .grid-big-suf-6 {
    margin-right: 50.0%;
  }

  /* line 47, ../sass/_queries.scss */
  .grid-big-suf-7 {
    margin-right: 58.333%;
  }

  /* line 48, ../sass/_queries.scss */
  .grid-big-suf-8 {
    margin-right: 66.667%;
  }

  /* line 49, ../sass/_queries.scss */
  .grid-big-suf-9 {
    margin-right: 75.0%;
  }

  /* line 50, ../sass/_queries.scss */
  .grid-big-suf-10 {
    margin-right: 83.333%;
  }

  /* line 51, ../sass/_queries.scss */
  .grid-big-suf-11 {
    margin-right: 91.667%;
  }

  /* line 54, ../sass/_queries.scss */
  .hide-on-big {
    display: none;
  }

  /* line 57, ../sass/_queries.scss */
  .show-on-big {
    display: block;
  }

  /* line 60, ../sass/_queries.scss */
  .mod-footer {
    text-align: center;
    padding-bottom: 20px;
  }
}
/*  Breakpoint: max 768px  */
@media screen and (max-width: 768px) {
  /* line 70, ../sass/_queries.scss */
  .grid-medium-1, .grid-medium-2, .grid-medium-3, .grid-medium-4, .grid-medium-5, .grid-medium-6, .grid-medium-7, .grid-medium-8, .grid-medium-9, .grid-medium-10, .grid-medium-11, .grid-medium-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 74, ../sass/_queries.scss */
  .grid-medium-1 {
    width: 8.333%;
  }

  /* line 75, ../sass/_queries.scss */
  .grid-medium-2 {
    width: 16.667%;
  }

  /* line 76, ../sass/_queries.scss */
  .grid-medium-3 {
    width: 25.0%;
  }

  /* line 77, ../sass/_queries.scss */
  .grid-medium-4 {
    width: 33.333%;
  }

  /* line 78, ../sass/_queries.scss */
  .grid-medium-5 {
    width: 41.667%;
  }

  /* line 79, ../sass/_queries.scss */
  .grid-medium-6 {
    width: 50.0%;
  }

  /* line 80, ../sass/_queries.scss */
  .grid-medium-7 {
    width: 58.333%;
  }

  /* line 81, ../sass/_queries.scss */
  .grid-medium-8 {
    width: 66.667%;
  }

  /* line 82, ../sass/_queries.scss */
  .grid-medium-9 {
    width: 75.0%;
  }

  /* line 83, ../sass/_queries.scss */
  .grid-medium-10 {
    width: 83.333%;
  }

  /* line 84, ../sass/_queries.scss */
  .grid-medium-11 {
    width: 91.667%;
  }

  /* line 85, ../sass/_queries.scss */
  .grid-medium-12 {
    width: 100.0%;
  }

  /* Prefix Extra Space */
  /* line 88, ../sass/_queries.scss */
  .grid-medium-pre-0 {
    margin-left: 0;
  }

  /* line 89, ../sass/_queries.scss */
  .grid-medium-pre-1 {
    margin-left: 8.333%;
  }

  /* line 90, ../sass/_queries.scss */
  .grid-medium-pre-2 {
    margin-left: 16.667%;
  }

  /* line 91, ../sass/_queries.scss */
  .grid-medium-pre-3 {
    margin-left: 25.0%;
  }

  /* line 92, ../sass/_queries.scss */
  .grid-medium-pre-4 {
    margin-left: 33.333%;
  }

  /* line 93, ../sass/_queries.scss */
  .grid-medium-pre-5 {
    margin-left: 41.667%;
  }

  /* line 94, ../sass/_queries.scss */
  .grid-medium-pre-6 {
    margin-left: 50.0%;
  }

  /* line 95, ../sass/_queries.scss */
  .grid-medium-pre-7 {
    margin-left: 58.333%;
  }

  /* line 96, ../sass/_queries.scss */
  .grid-medium-pre-8 {
    margin-left: 66.667%;
  }

  /* line 97, ../sass/_queries.scss */
  .grid-medium-pre-9 {
    margin-left: 75.0%;
  }

  /* line 98, ../sass/_queries.scss */
  .grid-medium-pre-10 {
    margin-left: 83.333%;
  }

  /* line 99, ../sass/_queries.scss */
  .grid-medium-pre-10 {
    margin-left: 91.667%;
  }

  /* Suffix Extra Space */
  /* line 102, ../sass/_queries.scss */
  .grid-medium-suf-0 {
    margin-right: 0;
  }

  /* line 103, ../sass/_queries.scss */
  .grid-medium-suf-1 {
    margin-right: 8.333%;
  }

  /* line 104, ../sass/_queries.scss */
  .grid-medium-suf-2 {
    margin-right: 16.667%;
  }

  /* line 105, ../sass/_queries.scss */
  .grid-medium-suf-3 {
    margin-right: 25.0%;
  }

  /* line 106, ../sass/_queries.scss */
  .grid-medium-suf-4 {
    margin-right: 33.333%;
  }

  /* line 107, ../sass/_queries.scss */
  .grid-medium-suf-5 {
    margin-right: 41.667%;
  }

  /* line 108, ../sass/_queries.scss */
  .grid-medium-suf-6 {
    margin-right: 50.0%;
  }

  /* line 109, ../sass/_queries.scss */
  .grid-medium-suf-7 {
    margin-right: 58.333%;
  }

  /* line 110, ../sass/_queries.scss */
  .grid-medium-suf-8 {
    margin-right: 66.667%;
  }

  /* line 111, ../sass/_queries.scss */
  .grid-medium-suf-9 {
    margin-right: 75.0%;
  }

  /* line 112, ../sass/_queries.scss */
  .grid-medium-suf-10 {
    margin-right: 83.333%;
  }

  /* line 113, ../sass/_queries.scss */
  .grid-medium-suf-11 {
    margin-right: 91.667%;
  }

  /* line 116, ../sass/_queries.scss */
  .hide-on-medium {
    display: none;
  }

  /* line 119, ../sass/_queries.scss */
  .show-on-medium {
    display: block;
  }

  /* line 122, ../sass/_queries.scss */
  .mod-nav-main {
    width: 100%;
  }

  /* line 127, ../sass/_queries.scss */
  .profile-data {
    padding-right: 20px;
  }

  /* line 130, ../sass/_queries.scss */
  .profile-img {
    margin-right: 0;
  }

  /* line 136, ../sass/_queries.scss */
  .timeline-nav .timeline-btn-wrapper {
    width: 100%;
    text-align: center;
  }

  /* line 143, ../sass/_queries.scss */
  .mod-task-column {
    height: auto !important;
    margin-bottom: 20px;
  }

  /* line 149, ../sass/_queries.scss */
  .js .mod-modal .mod-modal-content .title {
    margin-bottom: 5px;
  }
}
/*  Breakpoint: max 480px */
@media screen and (max-width: 480px) {
  /* line 159, ../sass/_queries.scss */
  .grid-small-1, .grid-small-2, .grid-small-3, .grid-small-4, .grid-small-5, .grid-small-6, .grid-small-7, .grid-small-8, .grid-small-9, .grid-small-10, .grid-small-11, .grid-small-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 163, ../sass/_queries.scss */
  .grid-small-1 {
    width: 8.333%;
  }

  /* line 164, ../sass/_queries.scss */
  .grid-small-2 {
    width: 16.667%;
  }

  /* line 165, ../sass/_queries.scss */
  .grid-small-3 {
    width: 25.0%;
  }

  /* line 166, ../sass/_queries.scss */
  .grid-small-4 {
    width: 33.333%;
  }

  /* line 167, ../sass/_queries.scss */
  .grid-small-5 {
    width: 41.667%;
  }

  /* line 168, ../sass/_queries.scss */
  .grid-small-6 {
    width: 50.0%;
  }

  /* line 169, ../sass/_queries.scss */
  .grid-small-7 {
    width: 58.333%;
  }

  /* line 170, ../sass/_queries.scss */
  .grid-small-8 {
    width: 66.667%;
  }

  /* line 171, ../sass/_queries.scss */
  .grid-small-9 {
    width: 75.0%;
  }

  /* line 172, ../sass/_queries.scss */
  .grid-small-10 {
    width: 83.333%;
  }

  /* line 173, ../sass/_queries.scss */
  .grid-small-11 {
    width: 91.667%;
  }

  /* line 174, ../sass/_queries.scss */
  .grid-small-12 {
    width: 100.0%;
  }

  /* Prefix Extra Space */
  /* line 177, ../sass/_queries.scss */
  .grid-small-pre-0 {
    margin-left: 0;
  }

  /* line 178, ../sass/_queries.scss */
  .grid-small-pre-1 {
    margin-left: 8.333%;
  }

  /* line 179, ../sass/_queries.scss */
  .grid-small-pre-2 {
    margin-left: 16.667%;
  }

  /* line 180, ../sass/_queries.scss */
  .grid-small-pre-3 {
    margin-left: 25.0%;
  }

  /* line 181, ../sass/_queries.scss */
  .grid-small-pre-4 {
    margin-left: 33.333%;
  }

  /* line 182, ../sass/_queries.scss */
  .grid-small-pre-5 {
    margin-left: 41.667%;
  }

  /* line 183, ../sass/_queries.scss */
  .grid-small-pre-6 {
    margin-left: 50.0%;
  }

  /* line 184, ../sass/_queries.scss */
  .grid-small-pre-7 {
    margin-left: 58.333%;
  }

  /* line 185, ../sass/_queries.scss */
  .grid-small-pre-8 {
    margin-left: 66.667%;
  }

  /* line 186, ../sass/_queries.scss */
  .grid-small-pre-9 {
    margin-left: 75.0%;
  }

  /* line 187, ../sass/_queries.scss */
  .grid-small-pre-10 {
    margin-left: 83.333%;
  }

  /* line 188, ../sass/_queries.scss */
  .grid-small-pre-10 {
    margin-left: 91.667%;
  }

  /* Suffix Extra Space */
  /* line 191, ../sass/_queries.scss */
  .grid-small-suf-0 {
    margin-right: 0;
  }

  /* line 192, ../sass/_queries.scss */
  .grid-small-suf-1 {
    margin-right: 8.333%;
  }

  /* line 193, ../sass/_queries.scss */
  .grid-small-suf-2 {
    margin-right: 16.667%;
  }

  /* line 194, ../sass/_queries.scss */
  .grid-small-suf-3 {
    margin-right: 25.0%;
  }

  /* line 195, ../sass/_queries.scss */
  .grid-small-suf-4 {
    margin-right: 33.333%;
  }

  /* line 196, ../sass/_queries.scss */
  .grid-small-suf-5 {
    margin-right: 41.667%;
  }

  /* line 197, ../sass/_queries.scss */
  .grid-small-suf-6 {
    margin-right: 50.0%;
  }

  /* line 198, ../sass/_queries.scss */
  .grid-small-suf-7 {
    margin-right: 58.333%;
  }

  /* line 199, ../sass/_queries.scss */
  .grid-small-suf-8 {
    margin-right: 66.667%;
  }

  /* line 200, ../sass/_queries.scss */
  .grid-small-suf-9 {
    margin-right: 75.0%;
  }

  /* line 201, ../sass/_queries.scss */
  .grid-small-suf-10 {
    margin-right: 83.333%;
  }

  /* line 202, ../sass/_queries.scss */
  .grid-small-suf-11 {
    margin-right: 91.667%;
  }

  /* line 205, ../sass/_queries.scss */
  .hide-on-small {
    display: none;
  }

  /* line 208, ../sass/_queries.scss */
  .show-on-small {
    display: block;
  }

  /* line 211, ../sass/_queries.scss */
  label,
  input, textarea, select {
    width: 100%;
  }

  /* line 215, ../sass/_queries.scss */
  button, .button {
    min-width: 0;
    padding: 10px;
  }

  /* line 221, ../sass/_queries.scss */
  .profile-img {
    height: auto;
  }

  /* line 232, ../sass/_queries.scss */
  .mod-footer .copy-right {
    margin-top: 10px;
    line-height: 21px;
  }

  /* line 237, ../sass/_queries.scss */
  .footer-logo {
    padding: 0px 10px;
  }

  /* line 242, ../sass/_queries.scss */
  .js .mod-modal .mod-modal-header,
  .js .mod-modal .mod-modal-content,
  .js .mod-modal .mod-modal-footer,
  .js .mod-modal .nav-language-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 249, ../sass/_queries.scss */
  .js .mod-modal .mod-modal-content {
    height: 70%;
  }

  /* line 255, ../sass/_queries.scss */
  .mod-login .login-wrapper {
    max-width: none;
    max-height: none;
    width: 90%;
    height: 70%;
    margin-left: -45%;
    margin-top: -70%;
  }
  /* line 263, ../sass/_queries.scss */
  .mod-login .login-event-logo-wrapper {
    width: auto;
    line-height: 55px;
  }
}
