/*General style*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 3.8%;
  float: left;
}

.onecol {
  width: 4.85%;
}

.twocol {
  width: 13.5%;
}

.threecol {
  width: 22.15%;
}

.fourcol {
  width: 30.8%;
}

.fivecol {
  width: 39.45%;
}

.sixcol {
  width: 48.1%;
}

.sevencol {
  width: 56.75%;
}

.eightcol {
  width: 65.4%;
}

.ninecol {
  width: 74.05%;
}

.tencol {
  width: 82.7%;
}

.elevencol {
  width: 91.35%;
}

.twelvecol {
  width: 100%;
  float: left;
}

.first {
  margin-left: 0px;
  clear: both;
}

.last {
  margin-right: 0px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.row {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  position: relative;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Icons';
  src: url('../fonts/Simple-Line-Icons.eot');
  src: url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff') format('woff'), url('../fonts/Simple-Line-Icons.ttf') format('truetype'), url('../fonts/Simple-Line-Icons.svg') format('svg');
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/ProximaNova-Bold.svg#d1e00a8fb1fd9b428ab6b90409479fde') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/ProximaNova-Light.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/ProximaNova-Light.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/ProximaNova-Light.svg#da6ddaf3cf69afbba47bd74b5010b98d') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/ProximaNova-Regular.svg#2c1459d58560f08b4b0586fbe80aa4cd') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-moustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-emoticon-smile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-user,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglasses,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calendar,
.icon-bulb,
.icon-bar-chart,
.icon-arrow-up,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-down,
.icon-ban,
.icon-bubble,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-users {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-user-female:before {
  content: "\e000";
}

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

.icon-screen-desktop:before {
  content: "\e011";
}

.icon-plane:before {
  content: "\e012";
}

.icon-notebook:before {
  content: "\e013";
}

.icon-moustache:before {
  content: "\e014";
}

.icon-mouse:before {
  content: "\e015";
}

.icon-magnet:before {
  content: "\e016";
}

.icon-energy:before {
  content: "\e020";
}

.icon-emoticon-smile:before {
  content: "\e021";
}

.icon-disc:before {
  content: "\e022";
}

.icon-cursor-move:before {
  content: "\e023";
}

.icon-crop:before {
  content: "\e024";
}

.icon-credit-card:before {
  content: "\e025";
}

.icon-chemistry:before {
  content: "\e026";
}

.icon-user:before {
  content: "\e005";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-social-youtube:before {
  content: "\e008";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-facebook:before {
  content: "\e00b";
}

.icon-social-dropbox:before {
  content: "\e00c";
}

.icon-social-dribbble:before {
  content: "\e00d";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

.icon-magic-wand:before {
  content: "\e017";
}

.icon-hourglass:before {
  content: "\e018";
}

.icon-graduation:before {
  content: "\e019";
}

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

.icon-fire:before {
  content: "\e01c";
}

.icon-eyeglasses:before {
  content: "\e01d";
}

.icon-envelope-open:before {
  content: "\e01e";
}

.icon-envelope-letter:before {
  content: "\e01f";
}

.icon-bell:before {
  content: "\e027";
}

.icon-badge:before {
  content: "\e028";
}

.icon-anchor:before {
  content: "\e029";
}

.icon-wallet:before {
  content: "\e02a";
}

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

.icon-pin:before {
  content: "\e031";
}

.icon-picture:before {
  content: "\e032";
}

.icon-map:before {
  content: "\e033";
}

.icon-layers:before {
  content: "\e034";
}

.icon-handbag:before {
  content: "\e035";
}

.icon-globe-alt:before {
  content: "\e036";
}

.icon-globe:before {
  content: "\e037";
}

.icon-frame:before {
  content: "\e038";
}

.icon-folder-alt:before {
  content: "\e039";
}

.icon-film:before {
  content: "\e03a";
}

.icon-feed:before {
  content: "\e03b";
}

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawer:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-directions:before {
  content: "\e041";
}

.icon-direction:before {
  content: "\e042";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

.icon-compass:before {
  content: "\e045";
}

.icon-call-out:before {
  content: "\e046";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-end:before {
  content: "\e048";
}

.icon-calculator:before {
  content: "\e049";
}

.icon-bubbles:before {
  content: "\e04a";
}

.icon-briefcase:before {
  content: "\e04b";
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

.icon-pie-chart:before {
  content: "\e05e";
}

.icon-pencil:before {
  content: "\e05f";
}

.icon-note:before {
  content: "\e060";
}

.icon-music-tone-alt:before {
  content: "\e061";
}

.icon-music-tone:before {
  content: "\e062";
}

.icon-microphone:before {
  content: "\e063";
}

.icon-loop:before {
  content: "\e064";
}

.icon-logout:before {
  content: "\e065";
}

.icon-login:before {
  content: "\e066";
}

.icon-list:before {
  content: "\e067";
}

.icon-like:before {
  content: "\e068";
}

.icon-home:before {
  content: "\e069";
}

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-cursor:before {
  content: "\e06e";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

.icon-control-pause:before {
  content: "\e072";
}

.icon-control-forward:before {
  content: "\e073";
}

.icon-control-end:before {
  content: "\e074";
}

.icon-calendar:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

.icon-bar-chart:before {
  content: "\e077";
}

.icon-arrow-up:before {
  content: "\e078";
}

.icon-arrow-right:before {
  content: "\e079";
}

.icon-arrow-left:before {
  content: "\e07a";
}

.icon-arrow-down:before {
  content: "\e07b";
}

.icon-ban:before {
  content: "\e07c";
}

.icon-bubble:before {
  content: "\e07d";
}

.icon-camcorder:before {
  content: "\e07e";
}

.icon-camera:before {
  content: "\e07f";
}

.icon-check:before {
  content: "\e080";
}

.icon-clock:before {
  content: "\e081";
}

.icon-close:before {
  content: "\e082";
}

.icon-cloud-download:before {
  content: "\e083";
}

.icon-cloud-upload:before {
  content: "\e084";
}

.icon-doc:before {
  content: "\e085";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-eye:before {
  content: "\e087";
}

.icon-flag:before {
  content: "\e088";
}

.icon-folder:before {
  content: "\e089";
}

.icon-heart:before {
  content: "\e08a";
}

.icon-info:before {
  content: "\e08b";
}

.icon-key:before {
  content: "\e08c";
}

.icon-link:before {
  content: "\e08d";
}

.icon-lock:before {
  content: "\e08e";
}

.icon-lock-open:before {
  content: "\e08f";
}

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

.icon-paper-plane:before {
  content: "\e094";
}

.icon-plus:before {
  content: "\e095";
}

.icon-pointer:before {
  content: "\e096";
}

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

.icon-star:before {
  content: "\e09b";
}

.icon-symbol-female:before {
  content: "\e09c";
}

.icon-symbol-male:before {
  content: "\e09d";
}

.icon-target:before {
  content: "\e09e";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-users:before {
  content: "\e001";
}

.icon-move:before {
  content: "\021C5";
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
  -webkit-font-smoothing: antialiased;
  background: #F4F6F9;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  line-height: 1.66em;
  font-size: 13px;
  color: #323b3d;
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
  line-height: 1.66em;
  font-weight: bold;
  color: #323b3d;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h3.title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  padding: 20px 0 10px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}

h4 {
  font-size: 14px;
  font-weight: light;
}

a {
  text-decoration: none;
  color: #538FFF;
}

p.no-data {
  display: none;
}

.green {
  color: #02C386;
}

.green-bg {
  background: #02C386;
}

.red {
  color: #FF2C55;
}

.red-bg {
  background: #FF2C55;
}

.blue {
  color: #538FFF;
}

.blue-bg {
  background: #538FFF;
}

.orange {
  color: #f2a654;
}

.orange-bg {
  background: #f2a654;
}

.dot-red,
.dot-green,
.dot-orange,
.dot-blue {
  padding: 5px 0px;
  color: #323b3d;
  border-radius: 3px;
}

.dot-red:before,
.dot-green:before,
.dot-orange:before,
.dot-blue:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  margin-top: 2px;
}

.dot-red:before {
  background-color: #FF2C55;
}

.dot-green:before {
  background-color: #02C386;
}

.dot-orange:before {
  background-color: #f2a654;
}

.dot-blue:before {
  background-color: #538FFF;
}

.white {
  color: #ffffff;
}

.white-bg {
  background: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

.normalcase {
  text-transform: none;
}

i,
.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: normal;
}

.centering {
  text-align: center;
  white-space: nowrap;
}

.centering:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.centering .centering-inner {
  display: inline-block;
  vertical-align: middle;
}

.hidden {
  display: none;
}

.full-width {
  width: 100%;
}

span.link {
  vertical-align: top;
  color: #538FFF;
  text-decoration: underline;
  cursor: pointer;
}

textarea:focus,
input:focus {
  outline: 0;
}

#app-background {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
}

#app-background #loader {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s ease, -webkit-transform 1s 0s ease;
  -moz-transition: opacity 0.2s 0s ease, -moz-transform 1s 0s ease;
  -o-transition: opacity 0.2s 0s ease, -o-transform 1s 0s ease;
  transition: opacity 0.2s 0s ease, -webkit-transform 1s 0s ease, -moz-transform 1s 0s ease, -o-transform 1s 0s ease, transform 1s 0s ease;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

#app-background #loader.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#app-background #loader.visible svg {
  animation: dash 1.5s ease-in-out infinite;
}

#app-background #loader svg {
  width: 60px;
  height: 60px;
  stroke-dasharray: 1084;
  stroke-dashoffset: 1084;
}

@-moz-keyframes dash {
  from {
    stroke-dashoffset: 3252;
  }

  to {
    stroke-dashoffset: 1084;
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 3252;
  }

  to {
    stroke-dashoffset: 1084;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 3252;
  }

  to {
    stroke-dashoffset: 1084;
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#page-container {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}

.button {
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
  border-radius: 22px;
  padding: 0px 40px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  background: transparent;
  box-shadow: 0 0 20px -6px #374051;
  background: #538FFF;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 90%;
  max-width: 300px;
  display: block;
  margin: 20px auto;
  box-sizing: border-box;
  -webkit-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

.button.inline-block {
  display: inline-block;
  width: auto;
}

.button.margin {
  margin-top: 60px;
}

.button.cta {
  box-shadow: 0 0 0 2px #FF2C55 inset;
  background: #FF2C55;
}

.button.green {
  box-shadow: 0 0 0 2px #02C386 inset;
  background: #02C386;
}

.button.blue {
  box-shadow: 0 0 0 2px #538FFF inset;
  background: #538FFF;
}

.button.red {
  box-shadow: 0 0 0 2px #FF2C55 inset;
  background: #FF2C55;
}

.button.white {
  background: #ffffff;
  color: #1b2224;
  box-shadow: 0 0 0 2px #ffffff inset;
}

.button.square {
  width: 40px;
  height: 40px;
}

.button.sub {
  border: none;
  border-bottom: solid 2px #FF2C55;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  padding: 12px 2px;
}

.button.sub:hover {
  background: none;
  border: none;
  border-bottom: solid 2px #FF2C55;
  color: #ffffff;
}

.button.circle {
  width: 160px;
  height: 160px;
  line-height: 160px;
  color: #538FFF;
  background: transparent;
  border-radius: 50%;
  padding: 0;
}

.button.table-button {
  margin-top: 20px;
  position: relative;
}

.button.table-button:hover {
  background: #FF2C55;
}

.button.table-button:hover:before {
  height: 100%;
}

.select-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.select-overlay.open {
  z-index: 20;
}

.select-overlay.open .options {
  position: absolute;
  height: 35px;
  overflow: hidden;
  color: #323b3d;
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px #dcdfe0;
  float: left;
  text-align: left;
}

.select-overlay.open .options.animate {
  overflow: hidden;
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.select-overlay.open .options.hide {
  opacity: 0;
}

.select-overlay.open .options .option {
  height: 35px;
  line-height: 35px;
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.select-overlay.open .options .option:hover {
  color: #1b2224;
}

.select-overlay.open .options .option:first-child {
  -webkit-transition: margin-top 0.4s 0s ease;
  -moz-transition: margin-top 0.4s 0s ease;
  -o-transition: margin-top 0.4s 0s ease;
  transition: margin-top 0.4s 0s ease;
}

.select-overlay .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.select-overlay .options {
  padding: 0 10px;
}

.select {
  display: inline-block;
  cursor: pointer;
  height: 35px;
  width: 100%;
}

.select .option-shown {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  max-width: 229px;
  width: calc(100% - 35px);
  overflow: hidden;
  border: solid 1px #dcdfe0;
  border-radius: 18px 0px 0 18px;
  float: left;
  color: #323b3d;
  background: #ffffff;
  text-align: left;
}

.select .options {
  display: none;
}

.select.open .options {
  margin-top: -70px;
  height: 175px;
  overflow: auto;
}

.select .arrow-down {
  background: #ffffff;
  width: 35px;
  height: 35px;
  float: left;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  border: solid 1px #dcdfe0;
  border-radius: 0 18px 18px 0;
  border-left: none;
  color: #323b3d;
  position: relative;
}

.select .arrow-down:before {
  content: "";
  width: 9px;
  background: #637074;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 10px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.select .arrow-down:after {
  content: "";
  width: 9px;
  background: #637074;
  height: 1px;
  position: absolute;
  top: 18px;
  right: 10px;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

span.color {
  width: 20px;
  height: 20px;
  margin-top: 7px;
  border-radius: 3px;
  display: block;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"] {
  text-align: left;
  border: solid 1px #dcdfe0;
  border-radius: 18px;
  margin: 0;
  padding: 12px 20px;
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
  font-size: 13px;
  line-height: 14px;
  height: 36px;
  outline: none;
  display: block;
  background: #ffffff;
  color: #323b3d;
  width: 100%;
  max-width: 264px;
  box-sizing: border-box;
  -webkit-appearance: none;
  /* Remove default shadow */
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="password"]:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  box-shadow: 0 0 0px 1000px #ffffff inset;
}

input[type="text"].empty,
input[type="email"].empty,
input[type="number"].empty,
input[type="date"].empty,
input[type="password"].empty {
  border: solid 2px #FF2C55;
}

input[type="text"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-inner-spin-button {
  display: none;
}

input[type="text"]::-webkit-datetime-edit,
input[type="email"]::-webkit-datetime-edit,
input[type="number"]::-webkit-datetime-edit,
input[type="date"]::-webkit-datetime-edit,
input[type="password"]::-webkit-datetime-edit {
  padding: 0em;
}

input[type="text"]::-webkit-datetime-edit-text,
input[type="email"]::-webkit-datetime-edit-text,
input[type="number"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-text,
input[type="password"]::-webkit-datetime-edit-text {
  padding: 0 1px;
}

input[type="text"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"],
input.date {
  padding-right: 0;
  padding-left: 40px;
}

.date2 {
  padding: 12px 20px !important ; 
}

textarea {
  background: #F4F6F9;
  border: none;
  border-radius: 0px;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px 20px;
  line-height: 1.3em;
  font-size: 15px;
  border-radius: 3px;
  margin: 8px 0;
  color: #323b3d;
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
  resize: none;
}

.split_ratio-container {
  max-width: 600px;
  width: 90%;
  margin: -5px auto 0;
}

.split_ratio-container:before {
  content: attr(ratio);
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: -15px;
  position: relative;
  z-index: -3;
}

.split_ratio-container span {
  display: block;
  width: 100%;
  text-align: center;
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  padding: 20px 0;
  background: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  /* Hides the slider so custom styles can be added */
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  background: #FF2C55;
  cursor: pointer;
  margin-top: -5px;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #20282a, 0px 0px 1px #20282a;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #20282a, 0px 0px 1px #20282a;
  border: 1px solid #20282a;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 4px;
  height: 4px;
  cursor: pointer;
  background: #20282a;
  border-radius: 4px;
  border: none;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #1b2224;
  border-radius: 4px;
  border: none;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #1b2224;
  border-radius: 4px;
  border: none;
}

input[type="radio"] {
  width: 8px;
  height: 8px;
  background: transparent;
  border: none;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-transition: all 0.15s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.15s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.15s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.15s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

input[type="radio"]:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  background: transparent;
  border-radius: 50%;
  border: solid 2px #538FFF;
}

input[type="radio"]:checked {
  background: #538FFF;
}

input[type="checkbox"] {
  width: 8px;
  height: 8px;
  background: transparent;
  border: none;
  border-radius: 0%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-transition: all 0.15s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.15s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.15s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.15s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  background: transparent;
  border-radius: 0%;
  border: solid 2px #538FFF;
}

input[type="checkbox"]:checked {
  background: #538FFF;
}

#login {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.6s 0s ease;
  -moz-transition: all 0.6s 0s ease;
  -o-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}

#login.show {
  opacity: 1;
  z-index: 10;
}

#login .login-box {
  padding: 50px 80px;
  border-radius: 3px;
  overflow: hidden;
  white-space: normal;
  color: #323b3d;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

@media only screen and (max-width: 600px) {
  #login .login-box {
    background: transparent;
    padding: 50px 0px;
  }
}

#login .login-box form {
  margin: 0px 0 0;
  width: 220px;
  position: relative;
}

#login .login-box form.hide {
  display: none;
}

#login .login-box form .animation {
  position: relative;
  -webkit-transition: all 0.4s 0s;
  -moz-transition: all 0.4s 0s;
  -o-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}

#login .login-box form .animation.fade {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

#login .login-box form .animation.fade:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#login .login-box form h3 {
  color: #323b3d;
  letter-spacing: 9px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#login .login-box form .password-forget_text {
  display: none;
}

#login .login-box form .form-row {
  position: relative;
  margin: 10px 0;
}

#login .login-box form .form-row:after {
  font-family: "Icons";
  color: #637074;
  position: absolute;
  top: 7px;
  left: 16px;
  font-size: 14px;
}

#login .login-box form .form-row.empty input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FF2C55;
}

#login .login-box form .form-row.empty input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FF2C55;
  opacity: 1;
}

#login .login-box form .form-row.empty input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FF2C55;
  opacity: 1;
}

#login .login-box form .form-row.empty input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FF2C55;
}

#login .login-box form #login-username:after {
  content: "\e005";
}

#login .login-box form #login-password:after {
  content: "\e08e";
}

#login .login-box form input[type="text"],
#login .login-box form input[type="email"],
#login .login-box form input[type="password"],
#login .login-box form select {
  padding-left: 40px;
  -webkit-appearance: none;
  /* Remove default shadow */
}

#login .login-box form input[type="text"]:-webkit-autofill,
#login .login-box form input[type="email"]:-webkit-autofill,
#login .login-box form input[type="password"]:-webkit-autofill,
#login .login-box form select:-webkit-autofill {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  box-shadow: 0 0 0px 1000px #ffffff inset;
}

#login .login-box form #login-cta {
  width: 220px;
  margin: 0;
}

#login .login-box form #forgot {
  cursor: pointer;
  display: none;
  margin: 10px 0 0;
}

#login .login-box form #forgot:before {
  content: "Wachtwoord vergeten?";
}

#login .login-box form.forgot .password-forget_text {
  display: block;
}

#login .login-box form.forgot #login-password {
  display: none;
}

#login .login-box form.forgot #login-cta:before {
  content: "Verstuur!";
}

#login .login-box form.forgot #forgot:before {
  content: "Terug naar Inloggen";
}

#landing-container {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -3;
  overflow: scroll;
  font-size: 16px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

#landing-container.show {
  z-index: 3;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#landing-container section {
  padding: 100px 30px;
}

#landing-container h2 {
  padding: 30px;
  text-align: center;
  line-height: 1.33em;
}

#landing-container h4 {
  font-size: 20px;
}

#landing-container .row {
  max-width: 1140px;
}

nav#landing-nav {
  position: fixed;
  height: 80px;
  width: 100%;
  line-height: 80px;
  background: transparent;
  z-index: -3;
  opacity: 0;
  -webkit-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

nav#landing-nav.show {
  z-index: 10;
  opacity: 1;
}

nav#landing-nav.scroll {
  background: #ffffff;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 5px 12px -7px #637074;
  border-bottom: solid 1px #ccc;
}

nav#landing-nav.scroll .logo {
  top: 14px;
  height: 32px;
  width: 32px;
}

nav#landing-nav.scroll .button {
  color: #1b2224;
  margin: 12px auto;
  line-height: 36px;
  height: 36px;
}

nav#landing-nav.scroll .button.cta {
  background: #FF2C55;
  color: #ffffff;
}

nav#landing-nav .row {
  max-width: 1140px;
}

nav#landing-nav .logo {
  width: 40px;
  height: 40px;
  top: 20px;
  position: absolute;
  left: 20px;
  -webkit-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

nav#landing-nav .logo svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

nav#landing-nav .logo svg path {
  stroke-width: 20px;
}

nav#landing-nav .button {
  display: inline-block;
  width: auto;
  float: right;
  background: transparent;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 0 0 2px transparent inset;
}

@media all and (max-width: 600px) {
  nav#landing-nav .button {
    padding: 0 18px;
    line-height: 36px;
    height: 36px;
  }
}

nav#landing-nav .button.cta {
  box-shadow: 0 0 0 2px #FF2C55 inset;
}

nav#landing-nav .button.offerte:before {
  content: "Vraag een offerte aan";
}

@media all and (max-width: 600px) {
  nav#landing-nav .button.offerte:before {
    content: "Offerte";
  }
}

section#landing-intro {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

section#landing-intro .bg {
  background: url(../img/landing/landing-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

section#landing-intro .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #1a1a22 0%, #424251 100%);
  opacity: 0.8;
}

section#landing-intro .introduction-text {
  width: 100%;
  max-width: 730px;
  margin: 0;
  padding: 60px 20px 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}

section#landing-intro .introduction-text h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2em;
}

@media all and (max-width: 600px) {
  section#landing-intro .introduction-text h1 {
    font-size: 26px;
  }
}

section#landing-intro .introduction-text p {
  font-size: 16px;
  margin: 30px 0;
  line-height: 1.66em;
}

@media all and (max-width: 600px) {
  section#landing-intro .introduction-text p {
    font-size: 15px;
  }
}

section#landing-intro .button {
  background: transparent;
  box-shadow: 0 0 0 2px #538FFF inset;
  display: inline-block;
  width: auto;
}

@media all and (max-width: 600px) {
  section#landing-intro .button {
    padding: 0 24px;
    line-height: 40px;
    height: 40px;
  }
}

section#landing-intro .line-under {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 13.6%;
  left: 0;
  display: none;
}

section#landing-intro .line-under svg {
  position: absolute;
  bottom: 0;
  width: 160%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

section#landing-intro .line-under svg path {
  stroke: white;
}

section#landing-benefits {
  background: #F4F6F9;
}

section#landing-benefits h4 {
  text-align: center;
}

section#landing-benefits .row.steps {
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 0px;
}

section#landing-benefits .step {
  width: 30%;
  padding: 20px 20px 60px;
  position: relative;
}

@media all and (max-width: 767px) {
  section#landing-benefits .step {
    width: 100%;
  }
}

section#landing-benefits .step:before {
  content: attr(title);
  position: absolute;
  font-size: 10vw;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  z-index: 0;
  opacity: 0.1;
}

section#landing-benefits .step h3 {
  position: relative;
}

section#landing-benefits .step p {
  position: relative;
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 20px auto 0;
}

section#landing-features {
  background: -moz-linear-gradient(to right, #1a1a22 0%, #424251 100%);
  background: -webkit-linear-gradient(to right, #1a1a22 0%, #424251 100%);
  background: linear-gradient(to right, #1a1a22 0%, #424251 100%);
  color: #ffffff;
}

section#landing-features p {
  text-align: center;
  width: 100%;
  margin: 30px auto;
  max-width: 730px;
  font-weight: bold;
}

section#landing-features h2 {
  color: #ffffff;
}

section#landing-features article {
  padding: 50px 20px 20px;
  width: 33.3333%;
  float: left;
}

@media all and (max-width: 767px) {
  section#landing-features article {
    width: 100%;
  }
}

section#landing-features article p {
  font-weight: normal;
}

@media all and (max-width: 767px) {
  section#landing-features article p {
    font-size: 15px;
  }
}

section#landing-features article .image {
  width: 120px;
  height: 120px;
  background: #34343E;
  margin: 0 auto 20px;
  border-radius: 50%;
}

section#landing-features article .image svg {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

section#landing-features article .image svg path {
  fill: #ffffff;
}

section#landing-features article .text h4 {
  text-align: center;
  color: #ffffff;
  line-height: 1.33em;
}

section#landing-features article .text p {
  text-align: center;
}

section#landing-plans {
  background: #F4F6F9;
}

section#landing-plans .plans-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  section#landing-plans .plans-container {
    display: block;
  }
}

section#landing-plans .plans-container li {
  width: 20%;
  padding: 0px;
  background: #F4F6F9;
  border: solid 3px #ffffff;
  border-radius: 3px;
}

@media all and (max-width: 767px) {
  section#landing-plans .plans-container li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 50px;
  }
}

section#landing-plans .plans-container li.active {
  border: solid 3px #424251;
}

section#landing-plans .plans-container li.active .head {
  background: #424251;
  color: #ffffff;
}

section#landing-plans .plans-container li.active .head .period {
  color: #F4F6F9;
}

section#landing-plans .plans-container li.transparent {
  background: transparent;
  width: 25%;
  min-width: 160px;
  border: none;
}

@media all and (max-width: 767px) {
  section#landing-plans .plans-container li.transparent {
    display: none;
  }
}

section#landing-plans .plans-container li.transparent .head {
  opacity: 0;
}

section#landing-plans .plans-container li.transparent .features {
  padding: 50px 30px 0 0;
}

@media all and (max-width: 800px) {
  section#landing-plans .plans-container li.transparent .features {
    padding: 50px 0;
  }
}

section#landing-plans .plans-container li.transparent .features .feature {
  text-align: right;
  margin-left: 0;
  font-weight: normal;
}

section#landing-plans .plans-container li .head {
  padding: 30px 15px;
  background: #ffffff;
  text-align: center;
}

section#landing-plans .plans-container li .head .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2.4px;
}

@media all and (max-width: 960px) {
  section#landing-plans .plans-container li .head .title {
    text-align: center;
  }
}

section#landing-plans .plans-container li .head .price {
  font-size: 38px;
  font-weight: bold;
  position: relative;
  padding: 15px 0 14px;
}

section#landing-plans .plans-container li .head .price:before {
  content: "\20AC";
  vertical-align: super;
  font-size: 14px;
  margin-right: 4px;
}

@media all and (max-width: 960px) {
  section#landing-plans .plans-container li .head .price {
    text-align: center;
  }
}

section#landing-plans .plans-container li .head .period {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #637074;
}

@media all and (max-width: 960px) {
  section#landing-plans .plans-container li .head .period {
    text-align: center;
  }
}

section#landing-plans .plans-container li .features {
  background: #F4F6F9;
  padding: 50px 30px;
  border-radius: 3px;
}

section#landing-plans .plans-container li .features .feature {
  height: 40px;
  line-height: 18px;
  position: relative;
  font-size: 13px;
  color: #1b2224;
  text-align: center;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  section#landing-plans .plans-container li .features .feature {
    height: auto;
    padding: 8px 0;
    text-align: left;
  }
}

section#landing-plans .plans-container li .features .feature .title {
  display: none;
  font-weight: normal;
  width: 165px;
  padding-right: 30px;
  text-align: right;
}

@media all and (max-width: 767px) {
  section#landing-plans .plans-container li .features .feature .title {
    display: inline-block;
  }
}

section#landing-plans .plans-container li .features .feature:after {
  font-family: "Icons";
  content: "";
}

section#landing-plans .plans-container li .features .feature.yes:after {
  content: "\e080";
  color: #02C386;
}

section#landing-plans .plans-container li .features .feature.no:after {
  content: "\e082";
  color: #FF2C55;
}

section#landing-cta {
  background: -moz-linear-gradient(to right, #1a1a22 0%, #424251 100%);
  background: -webkit-linear-gradient(to right, #1a1a22 0%, #424251 100%);
  background: linear-gradient(to right, #1a1a22 0%, #424251 100%);
  color: #ffffff;
}

section#landing-cta h2 {
  color: #ffffff;
}

section#landing-cta p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}

section#landing-cta p .asterix {
  font-size: 24px;
  vertical-align: bottom;
}

section#landing-cta form {
  width: 100%;
  max-width: 500px;
  margin: 50px auto;
  text-align: center;
}

@media all and (max-width: 600px) {
  section#landing-cta form {
    max-width: 264px;
  }
}

section#landing-cta form label {
  width: 50%;
  float: left;
  height: 50px;
  vertical-align: middle;
  text-align: right;
  padding-right: 15px;
  line-height: 50px;
}

@media all and (max-width: 600px) {
  section#landing-cta form label {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    line-height: 24px;
    height: 24px;
    margin-top: 20px;
    padding-right: 0;
  }
}

section#landing-cta form label span {
  font-size: 24px;
  vertical-align: bottom;
  color: #ffffff;
  margin-left: 3px;
  width: 9px;
  display: inline-block;
}

section#landing-cta form input[type="text"],
section#landing-cta form textarea,
section#landing-cta form input[type="submit"] {
  background: #F4F6F9;
  border: none;
  border-radius: 0px;
  width: 50%;
  height: 34px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 20px;
  line-height: 16px;
  font-size: 15px;
  border-radius: 3px;
  margin: 8px 0;
  color: #323b3d;
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
}

@media all and (max-width: 600px) {

  section#landing-cta form input[type="text"],
  section#landing-cta form textarea,
  section#landing-cta form input[type="submit"] {
    width: 100%;
    float: none;
    display: block;
  }
}

section#landing-cta form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  font-style: italic;
}

section#landing-cta form input[type="text"]:-moz-placeholder {
  color: #ffffff;
  font-style: italic;
}

section#landing-cta form input[type="text"]::-moz-placeholder {
  color: #ffffff;
  font-style: italic;
}

section#landing-cta form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
  font-style: italic;
}

section#landing-cta form input[type="text"].empty {
  border: solid 2px #FF2C55;
}

section#landing-cta form textarea {
  max-width: 50%;
  height: 200px;
  font-style: italic;
  resize: none;
  -webkit-resize: none;
}

@media all and (max-width: 600px) {
  section#landing-cta form textarea {
    max-width: 90vw;
    width: 120%;
    margin-left: -10%;
  }
}

section#landing-cta form input[type="submit"] {
  display: inline-block;
  float: none;
  background: #FF2C55;
  border: solid 2px #FF2C55;
  border-radius: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
  height: 44px;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.15s 0s ease;
  -moz-transition: all 0.15s 0s ease;
  -o-transition: all 0.15s 0s ease;
  transition: all 0.15s 0s ease;
}

section#landing-cta form input[type="submit"]:hover {
  background: transparent;
}

nav#top-navigation {
  position: fixed;
  height: 60px;
  z-index: 19;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0px;
  left: 200px;
  top: 0px;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  perspective: 1000;
}

@media only screen and (max-width: 767px) {
  nav#top-navigation {
    left: 0px;
  }
}

nav#top-navigation.full {
  left: 0;
}

nav#top-navigation .inner {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  box-shadow: 0 0px 24px -6px #cccccc;
}

nav#top-navigation .menu-title {
  height: 60px;
  left: 0px;
  right: 0px;
  position: absolute;
  overflow: hidden;
}

nav#top-navigation .menu-title.animating h2:first-child {
  opacity: 0;
}

nav#top-navigation .menu-title h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
  line-height: 60px;
  position: absolute;
  width: 100%;
  padding: 0 30px;
  letter-spacing: 2px;
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
  font-weight: bold;
  text-align: center;
  font-style: normal;
  font-size: 15px;
  opacity: 1;
  text-transform: uppercase;
  color: #323b3d;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 600px) {
  nav#top-navigation .menu-title h2 {
    font-size: 13px;
  }
}

nav#top-navigation .menu-title h2.hide {
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  -moz-transform: translate3d(0, -15px, 0);
  -o-transform: translate3d(0, -15px, 0);
  -ms-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

nav#top-navigation .menu-title h2.hide2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  -o-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

nav#top-navigation .nav-button {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 15px;
  opacity: 1;
  z-index: 2;
}

nav#top-navigation .nav-button.hide {
  display: none;
}

nav#top-navigation .nav-button .icon {
  position: relative;
  width: 30px;
  height: 60px;
  float: left;
  -webkit-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

nav#top-navigation .nav-button .icon .lines {
  height: 2px;
  position: absolute;
  background: #637074;
  opacity: 0.3;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  top: 0;
  left: 7px;
  width: 12px;
  border-radius: 3px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

nav#top-navigation .nav-button .icon.available {
  cursor: pointer;
}

nav#top-navigation .nav-button .icon.available .lines {
  background: #FF2C55;
  opacity: 1;
}

nav#top-navigation .nav-button .icon.back .line-1 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
}

nav#top-navigation .nav-button .icon.back .line-2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 33px;
}

nav#top-navigation .nav-button .icon.forward .line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
}

nav#top-navigation .nav-button .icon.forward .line-2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 33px;
}

nav#top-navigation .nav-button .icon:after {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 20px;
  opacity: 0;
}

nav#top-navigation .nav-button.close-button {
  cursor: pointer;
}

nav#top-navigation .nav-button.close-button .icon.back {
  -webkit-transform: translate(19px, 0);
  -moz-transform: translate(19px, 0);
  -o-transform: translate(19px, 0);
  -ms-transform: translate(19px, 0);
  transform: translate(19px, 0);
}

nav#top-navigation .nav-button.close-button .icon.forward {
  -webkit-transform: translate(-19px, 0);
  -moz-transform: translate(-19px, 0);
  -o-transform: translate(-19px, 0);
  -ms-transform: translate(-19px, 0);
  transform: translate(-19px, 0);
}

nav#top-navigation .nav-button.close-button .icon .lines {
  background: #FF2C55;
  opacity: 1;
}

nav#top-navigation .cancel-button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 20px;
  opacity: 1;
  z-index: 2;
  cursor: pointer;
}

nav#top-navigation .cancel-button.hide {
  display: none;
}

nav#top-navigation .cancel-button .icon {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

nav#top-navigation .cancel-button .icon .line-1 {
  height: 20px;
  width: 2px;
  background: #FF2C55;
  position: absolute;
  top: 10px;
  left: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav#top-navigation .cancel-button .icon .line-2 {
  height: 20px;
  width: 2px;
  background: #FF2C55;
  position: absolute;
  top: 10px;
  left: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav#top-navigation .option-buttons {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

nav#top-navigation .option-buttons .icon {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  display: none;
}

nav#top-navigation .option-buttons .icon:before {
  display: none;
  color: #323b3d;
  font-family: "Icons";
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: color 0.15s 0s ease;
  -moz-transition: color 0.15s 0s ease;
  -o-transition: color 0.15s 0s ease;
  transition: color 0.15s 0s ease;
}

nav#top-navigation .option-buttons .icon:hover:before,
nav#top-navigation .option-buttons .icon:hover:after {
  color: #FF2C55;
}

nav#top-navigation .option-buttons .icon[removemachine],
nav#top-navigation .option-buttons .icon[removecustomer],
nav#top-navigation .option-buttons .icon[removecompany] {
  display: block;
}

nav#top-navigation .option-buttons .icon[removemachine]:before,
nav#top-navigation .option-buttons .icon[removecustomer]:before,
nav#top-navigation .option-buttons .icon[removecompany]:before {
  display: block;
  content: "\e054";
}

nav#top-navigation .option-buttons .icon[editmachine],
nav#top-navigation .option-buttons .icon[editcustomer],
nav#top-navigation .option-buttons .icon[editcompany] {
  display: block;
}

nav#top-navigation .option-buttons .icon[editmachine]:before,
nav#top-navigation .option-buttons .icon[editcustomer]:before,
nav#top-navigation .option-buttons .icon[editcompany]:before {
  display: block;
  content: "\e05f";
}

nav#top-navigation .option-buttons .icon[adduser] {
  display: block;
}

nav#top-navigation .option-buttons .icon[adduser]:before {
  display: block;
  content: "\e002";
}

nav#top-navigation .option-buttons .icon[mail] {
  display: block;
}

nav#top-navigation .option-buttons .icon[mail]:before {
  display: block;
  content: "\e086";
}

nav#top-navigation .option-buttons .icon[mail_multiple] {
  display: block;
}

nav#top-navigation .option-buttons .icon[mail_multiple]:before {
  display: block;
  content: "\e086";
}

nav#top-navigation .option-buttons .icon[addcustomer],
nav#top-navigation .option-buttons .icon[addmachine] {
  display: block;
}

nav#top-navigation .option-buttons .icon[addcustomer]:before,
nav#top-navigation .option-buttons .icon[addmachine]:before {
  display: block;
  content: "";
  height: 15px;
  width: 1.5pt;
  background: #323b3d;
  position: absolute;
  top: 12.5px;
  left: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

nav#top-navigation .option-buttons .icon[addcustomer]:after,
nav#top-navigation .option-buttons .icon[addmachine]:after {
  display: block;
  content: "";
  height: 15px;
  width: 1.5pt;
  background: #323b3d;
  position: absolute;
  top: 12.5px;
  left: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

nav#top-navigation #notifications {
  height: 40px;
  position: absolute;
  bottom: 60px;
  z-index: 1;
  width: 100%;
  background: #ccc;
  -webkit-transition: all 0.1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.1s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

nav#top-navigation #notifications.show {
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  bottom: -40px;
}

nav#top-navigation #notifications[status="401"] {
  background: #FF2C55;
}

nav#top-navigation #notifications[status="200"] {
  background: #02C386;
}

nav#top-navigation #notifications[status="blue"] {
  background: #538FFF;
}

nav#top-navigation #notifications[status="gray"] {
  background: #ccc;
}

nav#top-navigation #notifications p {
  color: #ffffff;
  line-height: 40px;
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
  text-align: center;
  font-weight: bold;
}

nav#main-navigation {
  width: 200px;
  bottom: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #1b2224;
  color: #637074;
  overflow: hidden;
  z-index: 17;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  /*&.appheader{
		.profile{
			padding-top:30px;
			height:75px;
		}
		.menu-items{
			top:75px;
		}
	}*/
}

@media only screen and (max-width: 767px) {
  nav#main-navigation {
    left: -200px;
  }
}

nav#main-navigation .profile-logo-container {
  width: 200px;
  height: 140px;
  padding: 20px 21px;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  opacity: 1;
  cursor: pointer;
}

nav#main-navigation .profile-logo-container .profile-logo {
  height: 50px;
  padding: 0;
  width: 50px;
  margin: 0 auto 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 50%;
  border: solid 2px #538FFF;
}

nav#main-navigation .profile-logo-container p {
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
  height: 20px;
  margin-top: 0px;
}

nav#main-navigation .profile-logo-container p[page] {
  color: #538FFF;
}

nav#main-navigation .menu-items {
  position: absolute;
  top: 140px;
  bottom: 0px;
  width: 100%;
}

nav#main-navigation .menu-items h4 {
  color: #637074;
  text-transform: uppercase;
  padding: 20px 0 0px 21px;
  font-size: 12px;
}

nav#main-navigation .menu-items>ul {
  padding: 0px 0px;
}

nav#main-navigation .menu-items>ul>li {
  position: relative;
  height: 50px;
  padding: 15px 6px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  float: left;
}

nav#main-navigation .menu-items>ul>li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 0px;
  background: #FF2C55;
  -webkit-transition: all 0.15s 0s ease;
  -moz-transition: all 0.15s 0s ease;
  -o-transition: all 0.15s 0s ease;
  transition: all 0.15s 0s ease;
  z-index: 4;
}

nav#main-navigation .menu-items>ul>li:hover {
  color: #F4F6F9;
  -webkit-transition: all 0.15s 0s ease;
  -moz-transition: all 0.15s 0s ease;
  -o-transition: all 0.15s 0s ease;
  transition: all 0.15s 0s ease;
}

nav#main-navigation .menu-items>ul>li:hover .icon {
  color: #637074;
}

nav#main-navigation .menu-items>ul>li.active {
  color: #ffffff;
  cursor: default;
  -webkit-transition: all 0.15s 0s ease;
  -moz-transition: all 0.15s 0s ease;
  -o-transition: all 0.15s 0s ease;
  transition: all 0.15s 0s ease;
}

nav#main-navigation .menu-items>ul>li.active:before {
  width: 4px;
}

nav#main-navigation .menu-items>ul>li.active .icon {
  color: #FF2C55;
}

nav#main-navigation .menu-items>ul>li.active .text {
  color: #ffffff;
}

nav#main-navigation .menu-items>ul>li:last-child {
  border-bottom: none;
}

nav#main-navigation .menu-items>ul>li>div {
  position: relative;
  z-index: 3;
}

nav#main-navigation .menu-items>ul>li .icon {
  font-size: 18px;
  float: left;
  width: 30px;
  line-height: 20px;
  margin-left: 12px;
  margin-right: 5px;
}

nav#main-navigation .menu-items>ul>li .text {
  float: left;
  line-height: 20px;
  font-weight: bold;
}

#bottom-navigation {
  width: 100%;
  height: 60px;
  background: #ffffff;
  position: fixed;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 18;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  border-top: solid 1px #dcdfe0;
}

@media only screen and (max-width: 767px) {
  #bottom-navigation {
    bottom: 0;
  }
}

#bottom-navigation .menu-items {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

#bottom-navigation .menu-items>ul {
  padding: 0px 0px;
}

#bottom-navigation .menu-items>ul>li {
  position: relative;
  height: 60px;
  padding: 16px 10px;
  text-align: center;
  cursor: pointer;
  width: 20%;
  float: left;
}

#bottom-navigation .menu-items>ul>li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 0px;
  bottom: 0;
  width: 100%;
  background: #FF2C55;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

#bottom-navigation .menu-items>ul>li.active {
  color: #FF2C55;
  -webkit-transition: all 0.15s 0s ease;
  -moz-transition: all 0.15s 0s ease;
  -o-transition: all 0.15s 0s ease;
  transition: all 0.15s 0s ease;
}

#bottom-navigation .menu-items>ul>li.active:before {
  height: 4px;
}

#bottom-navigation .menu-items>ul>li:last-child {
  border-bottom: none;
}

#bottom-navigation .menu-items>ul>li .icon {
  font-size: 20px;
  width: 50px;
  line-height: 28px;
}

#bottom-navigation .menu-items>ul>li .text {
  display: none;
}

.count-steps {
  height: 60px;
  position: absolute;
  left: 0px;
  right: 60px;
}

.count-steps.full {
  right: 0;
}

.count-steps li {
  width: 33.33333%;
  float: left;
  text-align: center;
  color: #323b3d;
  padding: 5px 10px 4px;
  height: 100%;
  height: 60px;
  cursor: pointer;
  -webkit-transition: background 0.4s 0s ease-out;
  -moz-transition: background 0.4s 0s ease-out;
  -o-transition: background 0.4s 0s ease-out;
  transition: background 0.4s 0s ease-out;
}

.count-steps li .step {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 15px;
  margin-top: 8px;
}

@media only screen and (max-width: 500px) {
  .count-steps li .step {
    margin-top: 16px;
  }
}

.count-steps li .name {
  font-size: 14px;
  line-height: 16px;
  color: #323b3d;
}

@media only screen and (max-width: 500px) {
  .count-steps li .name {
    display: none;
  }
}

.count-steps li:last-child {
  border-right: none;
}

.count-steps .line {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  height: 5px;
}

.count-steps .line .line-inner {
  width: 0%;
  background: #FF2C55;
  height: 100%;
  position: relative;
  -webkit-transition: width 0.4s 0s ease-out;
  -moz-transition: width 0.4s 0s ease-out;
  -o-transition: width 0.4s 0s ease-out;
  transition: width 0.4s 0s ease-out;
}

.count-steps .line .line-inner:after {
  content: "";
  background: #FF2C55;
  position: absolute;
  right: -4px;
  top: 0;
  height: 5px;
  width: 6px;
  border-radius: 0px 2px 2px 0;
}

#dashboard {
  height: 100%;
  width: 100%;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#dashboard.show {
  opacity: 1;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

#dashboard.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

#dashboard-content {
  left: 200px;
  position: fixed;
  overflow: hidden;
  background: #F4F6F9;
  top: 60px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  /*&.appheader{
		top:75px;
	}*/
}

@media only screen and (max-width: 767px) {
  #dashboard-content {
    left: 0;
    bottom: 60px;
    top: 60px;
  }
}

#dashboard-content:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b2224;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: opacity 0.4s 0s ease, top 0.1s 0.4s ease;
  -moz-transition: opacity 0.4s 0s ease, top 0.1s 0.4s ease;
  -o-transition: opacity 0.4s 0s ease, top 0.1s 0.4s ease;
  transition: opacity 0.4s 0s ease, top 0.1s 0.4s ease;
}

@media only screen and (max-width: 767px) {
  #dashboard-content.fade {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }

  #dashboard-content.fade:after {
    opacity: 0.9;
    top: 0;
    -webkit-transition: opacity 0.4s 0s ease, top 0s 0s ease;
    -moz-transition: opacity 0.4s 0s ease, top 0s 0s ease;
    -o-transition: opacity 0.4s 0s ease, top 0s 0s ease;
    transition: opacity 0.4s 0s ease, top 0s 0s ease;
  }
}

#dashboard-content .dashboard-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#dashboard-content .dashboard-container.slide-next {
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  left: -100%;
}

#dashboard-content .dashboard-item {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  color: #323b3d;
  position: relative;
  opacity: 0;
}

#dashboard-content .dashboard-item.show {
  opacity: 1;
}

.page-head {
  background: #F4F6F9;
  padding: 0px 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-head .map {
  position: absolute;
  top: -120px;
  left: 0px;
  bottom: -120px;
  right: 0px;
}

.page-head .map.open {
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
}

.page-head .map .marker {
  width: 30px;
  height: 30px;
  z-index: 9;
  position: absolute;
  background: url(../img/map-marker.png);
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.page-head .map .marker.show {
  opacity: 1;
}

.page-head .map .marker:after {
  content: attr(title);
  position: absolute;
  width: 200px;
  left: -85px;
  text-align: center;
  bottom: -20px;
}

.page-head .map-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.page-head .map-close.show {
  opacity: 1;
}

.page-head .map-close .line {
  height: 2px;
  width: 25px;
  border-radius: 3px;
  position: absolute;
  background: #FF2C55;
  left: 5px;
  top: 20px;
}

.page-head .map-close .line#line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-head .map-close .line#line-2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-head .page-title {
  padding: 59px 30px;
  position: relative;
  text-align: center;
  z-index: 1;
  opacity: 1;
  box-shadow: 0px 0px 36px -12px #1b2224 inset;
  -webkit-transition: padding 0.4s 0s ease, opacity 0.4s 0.2s ease, z-index 0s 0s ease;
  -moz-transition: padding 0.4s 0s ease, opacity 0.4s 0.2s ease, z-index 0s 0s ease;
  -o-transition: padding 0.4s 0s ease, opacity 0.4s 0.2s ease, z-index 0s 0s ease;
  transition: padding 0.4s 0s ease, opacity 0.4s 0.2s ease, z-index 0s 0s ease;
}

.page-head .page-title.open {
  -webkit-transition: padding 0.4s 0s ease, opacity 0.2s 0s ease, z-index 0s 0.4s ease;
  -moz-transition: padding 0.4s 0s ease, opacity 0.2s 0s ease, z-index 0s 0.4s ease;
  -o-transition: padding 0.4s 0s ease, opacity 0.2s 0s ease, z-index 0s 0.4s ease;
  transition: padding 0.4s 0s ease, opacity 0.2s 0s ease, z-index 0s 0.4s ease;
  padding: 179px 30px;
  opacity: 0;
  z-index: -3;
}

.page-head .page-title .icons {
  text-align: center;
  display: inline-block;
}

.page-head .page-title .icons.hide {
  z-index: -4;
}

.page-head .page-title .icons .icon {
  color: #1b2224;
  border-radius: 50%;
  box-shadow: 0 0 20px -6px #374051;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  margin: 10px 8px;
  background: #ffffff;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.page-head .page-title .icons .icon:hover {
  box-shadow: 0 0 0 20px #02C386 inset;
  color: #ffffff;
}

.page-head .page-title .buttons .button {
  max-width: auto;
  width: auto;
  margin: 10px auto;
  display: inline-block;
  box-shadow: 0 0 20px -6px #374051;
}

.page-head .page-title .buttons .button:before {
  font-family: "Icons";
}

.page-head .page-title .top {
  position: absolute;
  top: 10px;
  right: 28px;
}

@media only screen and (max-width: 600px) {
  .page-head .page-title .top {
    position: static;
  }
}

.page-menu {
  width: 100%;
  padding: 0;
  position: relative;
  box-shadow: 0 5px 12px -10px #637074;
  z-index: 12;
  height: 44px;
  background: #ffffff;
}

.page-menu ul {
  width: 100%;
  text-align: center;
}

.page-menu ul li {
  display: inline-block;
  color: #323b3d;
  padding: 10px 0px 10px 0px;
  line-height: 24px;
  color: #637074;
  height: 44px;
  cursor: pointer;
  font-weight: bold;
  margin: 0 20px;
}

.page-menu ul li.active {
  color: #538FFF;
  border-bottom: solid 4px #538FFF;
}

.page-menu ul li:last-child {
  border-right: solid 0px #dcdfe0;
}

.page-widgets {
  padding: 0px 0px 0px;
}

.page-widgets:after {
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
}

.page-widgets.hide {
  display: none;
}

#machine-history,
#customer-history {
  margin-top: 60px;
  margin-bottom: 60px;
}

#machine-single-info .machines {
  background: transparent;
  box-shadow: none;
}

#machine-single-info .th_container .th_first,
#machine-single-info .th_container .th_second {
  display: inline-block;
  width: 85px;
  max-width: 85px;
}

.widget {
  position: relative;
  text-align: center;
  padding: 0;
}

.widget:after {
  content: "";
  display: table;
  clear: both;
}

.widget .block {
  width: 100%;
  padding: 10px;
  position: relative;
  cursor: pointer;
  background: #F4F6F9;
}

.widget .block.small {
  width: 50%;
  padding: 0;
  float: left;
}

.widget .block.small .inner {
  box-shadow: none;
}

.widget .block.small .inner .text {
  text-align: center;
}

.widget .block.big {
  width: 100%;
  height: 60px;
  background: #538FFF;
  color: #ffffff;
  border: none;
}

.widget .block.big:hover {
  background: #538FFF;
}

.widget .block .inner {
  position: relative;
  text-align: left;
  box-shadow: 0 0 24px -6px #ccc;
  background: #ffffff;
  padding: 20px 20px 20px 20px;
  height: 90px;
}

.widget .block .digits-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  line-height: 90px;
  background: #ffffff;
  box-shadow: 0 0 24px -6px #ccc;
}

.widget .block .digits {
  font-size: 24px;
  color: #637074;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  text-align: center;
}

.widget .block .digits.small {
  font-size: 16px;
}

.widget .block .digits .sub {
  opacity: 1;
  font-weight: 400;
  font-size: 11px;
  vertical-align: top;
}

.widget .block .title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.widget .block .text {
  margin-top: 8px;
  display: block;
  line-height: 1.1em;
  font-size: 15px;
  color: #637074;
}

.widget .block .text.single-line {
  position: relative;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.widget .block .graph {
  margin-top: 12px;
  display: inline-block;
  position: relative;
  max-width: 140px;
  width: 80%;
  height: 22px;
}

.widget .block .graph#block-visits-graph .ct-line {
  stroke: #02C386;
}

.widget .block .graph#block-plays-graph .ct-line {
  stroke: #FF2C55;
}

.widget .block .line {
  width: 80%;
  max-width: 140px;
  margin-top: 12px;
  height: 3px;
  background: #ccc;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.widget .block .line:after {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  background: #FF2C55;
  top: 0;
  left: 0;
}

.widget .block .line#inactive-machines-line:after {
  background: #ffc803;
}

.widget .block .line#customers-line:after {
  background: #C76BEF;
}

#intro-stats {
  padding: 10px 0 30px;
  background: #F4F6F9;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro-cta {
  margin: 50px auto 0px;
}

#intro-graph {
  height: 300px;
  position: relative;
  margin-top: 10px;
}

#intro-graph .intro-graph {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
}

#intro-graph .intro-graph .ct-label.ct-horizontal.ct-end {
  -webkit-transform: translate(0, -300px);
  -moz-transform: translate(0, -300px);
  -o-transform: translate(0, -300px);
  -ms-transform: translate(0, -300px);
  transform: translate(0, -300px);
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ccc;
  background: transparent;
  height: 300px !important;
  line-height: 50px;
  z-index: -3;
  position: relative;
}

#intro-graph .intro-graph .ct-label.ct-horizontal.ct-end:hover {
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

#intro-graph .intro-graph .ct-label.ct-horizontal.ct-end:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 200px;
  background: -moz-linear-gradient(top, #dcdfe0 0%, rgba(220, 223, 224, 0) 100%);
  background: -webkit-linear-gradient(top, #dcdfe0 0%, rgba(220, 223, 224, 0) 100%);
  background: linear-gradient(to bottom, #dcdfe0 0%, rgba(220, 223, 224, 0) 100%);
  left: 0;
}

#customer-machines .machines-container {
  width: 100%;
  margin-bottom: 80px;
}

#customer-machines .machines-container li {
  margin: 30px 5% 0 5%;
}

#customer-machines .machines-container .machines {
  cursor: pointer;
}

#customer-machines .machines-container .machines.moved-away .content:after {
  content: "Dit speelautmaat is verhuisd, maar wordt bij de volgende afrekening nog wel verrekend.";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

#customer-machines .machines-container .machines.moved-away .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.94);
}

#customer-machines p {
  margin: 0 auto 40px;
  max-width: 600px;
  width: 100%;
  padding: 30px 30px 0;
}

.machines {
  position: relative;
  padding: 30px 0px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
  box-shadow: 0 0 12px -4px #cccccc;
  background: #ffffff;
}

.machines .title {
  text-align: center;
}

.machines .title span {
  display: block;
}

.machines .title span.name {
  font-size: 17px;
  font-weight: bold;
}

.machines .title span.th {
  font-style: italic;
  font-size: 14px;
}

.machines .content {
  width: 100%;
  line-height: 1.2em;
  margin: 20px 0 10px;
  -webkit-transition: all 0.2s 0.2s ease;
  -moz-transition: all 0.2s 0.2s ease;
  -o-transition: all 0.2s 0.2s ease;
  transition: all 0.2s 0.2s ease;
  opacity: 1;
  overflow: hidden;
  position: relative;
}

.machines .content.hide {
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  opacity: 0;
}

.machines .content.wide .coins {
  width: 100%;
}

.machines .content .coins {
  width: 50%;
  float: left;
  text-align: center;
  color: #323b3d;
  margin-top: 0px;
  text-transform: uppercase;
}

.machines .content .coins .head {
  margin-bottom: 4px;
  font-weight: bold;
  letter-spacing: 1px;
}

.machines .content .coins .row {
  width: 100%;
  display: block;
  padding: 0px 0 0px;
  position: static;
}

.machines .content .coins .row.result-in-difference,
.machines .content .coins .row.result-out-difference {
  opacity: 1;
  padding: 0px 0 10px 0;
  text-transform: none;
  display: none;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.machines .content .coins .row.result-in-difference.closed,
.machines .content .coins .row.result-out-difference.closed {
  height: 0;
  opacity: 0;
  padding: 0;
}

.machines .content .coins .row.result-in-difference .number,
.machines .content .coins .row.result-out-difference .number {
  font-weight: bold;
}

.machines .content .coins .name {
  color: #323b3d;
  padding: 8px 0 3px;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  width: 100%;
}

@keyframes blink {
  0% {
    text-shadow: 0 0 0 #ffffff;
  }

  50% {
    text-shadow: 0 0 0 #FF2C55;
  }

  100% {
    text-shadow: 0 0 0 #ffffff;
  }
}

.machines .content .coins .counter {
  text-align: center;
  margin: 10px 0 5px;
  display: block;
}

.machines .content .coins .counter .single_count {
  display: inline-block;
  background: #1b2224;
  color: transparent;
  text-shadow: 0 0 0 #ffffff;
  border-radius: 2px;
  padding: 8px;
  margin: 0 2px;
  width: 25px;
  font-weight: bold;
  box-sizing: border-box;
  border: none;
  cursor: none;
  font-size: 13px;
  text-align: center;
  height: auto;
}

.machines .content .coins .counter .single_count:active,
.machines .content .coins .counter .single_count:focus {
  animation: blink 01s linear 0s infinite alternate;
}

.machines .content .coins .counter .single_count:disabled,
.machines .content .coins .counter .single_count.disabled {
  text-shadow: 0 0 0 #ccc;
  opacity: 1;
}

@media only screen and (max-width: 550px) {
  .machines .content .coins .counter .single_count {
    width: 24px;
    padding: 8px 4px;
  }
}

@media only screen and (max-width: 480px) {
  .machines .content .coins .counter .single_count {
    margin: 0 -2px;
  }
}

.machines .specialty {
  text-transform: none;
  margin: 20px 0 4px;
  padding: 6px 20px;
  cursor: pointer;
  border: solid 1px #538FFF;
  display: inline-block;
  color: #538FFF;
  border-radius: 18px;
  -webkit-transition: all 0.15s 0s ease;
  -moz-transition: all 0.15s 0s ease;
  -o-transition: all 0.15s 0s ease;
  transition: all 0.15s 0s ease;
}

.machines .specialty:before {
  content: "\e026";
  font-family: "Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  display: inline-block;
}

@media only screen and (max-width: 550px) {
  #customer_analysis-list td:first-child {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  #customer_analysis-list td:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  #customer_analysis-list td:last-child {
    display: none;
  }
}

.list {
  overflow: visible;
}

.list ul li {
  width: 100%;
  padding: 5px 10px;
  height: 60px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  border-bottom: solid 1px #dcdfe0;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.list ul li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
}

.list ul li:hover {
  background: #F4F6F9;
}

.list ul li .inner {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  white-space: normal;
  padding: 0px;
}

.head-image {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../img/slot-machine_white.jpg");
  height: 210px;
  position: relative;
}

.head-image .head-image-input {
  height: 0.1px;
  width: 0.1px;
}

.head-image .head-image-label {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  cursor: pointer;
  width: 80%;
  top: 25%;
  left: 10%;
  height: 50%;
}

.head-image .head-image-label.round {
  background-size: cover;
  border: solid 3px #538FFF;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  top: 30px;
  left: 50%;
  margin-left: -60px;
}

.search-container {
  width: 100%;
  position: relative;
  padding: 20px 30px;
  background: #dcdfe0;
  border-bottom: solid 2px #dcdfe0;
  text-align: center;
  color: #323b3d;
  white-space: nowrap;
  box-shadow: 0 -5px 12px -7px #637074;
}

.search-container.big {
  height: calc(100vh - 60px);
}

@media only screen and (max-width: 767px) {
  .search-container.big {
    height: calc(100vh - 120px);
  }
}

.search-container .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.search-container .search-group {
  display: block;
  white-space: normal;
}

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

.search-container .search-group .select {
  width: auto;
  line-height: 50px;
  height: 50px;
}

.search-container .search-criteria {
  display: inline-block;
  float: none;
  margin: 0 5px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .search-container .search-criteria {
    float: none;
  }
}

.search-container .search-criteria .select {
  min-width: 162px;
}

.search-container .search-criteria.date:before,
.search-container .search-criteria.search:before {
  content: "";
  font-family: "Icons";
  position: absolute;
  line-height: 35px;
  left: 20px;
  top: 7px;
  font-size: 13px;
  color: #637074;
}

.search-container .search-criteria.date:before {
  content: "\e075";
}

.search-container .search-criteria.search:before {
  content: "\e090";
}

.search-container .search-criteria input {
  display: inline-block;
  width: 156px;
}

.search-container .search-criteria input[name="search"] {
  padding-left: 40px;
}

@media only screen and (max-width: 500px) {
  #customer-list table tr td:nth-child(3) {
    display: none;
  }
}

#customer-info {
  padding-top: 30px;
  padding-bottom: 30px;
}

.modal-box-overlay .side {
  width: 50%;
  float: left;
}

.modal-box-overlay .side:before {
  text-align: center;
  font-weight: bold;
  display: block;
}

.modal-box-overlay .side.in:before {
  text-transform: uppercase;
  content: "In Count";
}

.modal-box-overlay .side.out:before {
  text-transform: uppercase;
  content: "Out Count";
}

.modal-box-overlay .side.exploitant :before {
  content: "Exploitant";
}

.modal-box-overlay .side.exploitant input:before {
  content: "&euro;";
}

.modal-box-overlay .side.mede_exploitant :before {
  content: "Mede Exploitant";
}

.modal-box-overlay .side.mede_exploitant input:before {
  content: "&euro;";
}

.modal-box-overlay .side input[type='radio'] {
  display: inline-block;
  margin-right: 8px;
}

.modal-box-overlay .side label {
  width: 40px;
  display: inline-block;
}

.modal-box-overlay input {
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
}

#overlay {
  height: calc(100% - 60px);
  position: absolute;
  top: -100%;
  background: #F4F6F9;
  z-index: 19;
  left: 0px;
  right: 0;
  bottom: 0;
  padding: 0px 0 0 0;
  -webkit-transition: left 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1), top 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1), padding 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1), top 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1), padding 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1), top 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1), padding 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1), top 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1), padding 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

#overlay.open {
  top: 60px;
}

.view-overlay {
  background: #F4F6F9;
  position: fixed;
  opacity: 0;
  border: none;
  padding: 0px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.view-overlay.active {
  -webkit-transition: all 0s 0s ease;
  -moz-transition: all 0s 0s ease;
  -o-transition: all 0s 0s ease;
  transition: all 0s 0s ease;
}

.view-overlay.active .view-content {
  -webkit-transition: all 0.4s 1s ease;
  -moz-transition: all 0.4s 1s ease;
  -o-transition: all 0.4s 1s ease;
  transition: all 0.4s 1s ease;
  opacity: 1;
}

.view-overlay.open {
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0px;
  border-width: 0px;
  background: #F4F6F9;
  border-radius: 0px;
  padding: 0px 0px;
  z-index: 20;
  opacity: 1;
  -webkit-transition: top 0.8s 0.2s ease, left 0.8s 0.2s ease, right 0.8s 0.2s ease, bottom 0.8s 0.2s ease, padding 0.8s 0.2s ease, background 0.4s 0.4s ease, border-width 0.4s 0.4s ease, -webkit-border-radius 0.3s 0.5s ease, opacity 0.4s 0s ease;
  -moz-transition: top 0.8s 0.2s ease, left 0.8s 0.2s ease, right 0.8s 0.2s ease, bottom 0.8s 0.2s ease, padding 0.8s 0.2s ease, background 0.4s 0.4s ease, border-width 0.4s 0.4s ease, border-radius 0.3s 0.5s ease, opacity 0.4s 0s ease;
  -o-transition: top 0.8s 0.2s ease, left 0.8s 0.2s ease, right 0.8s 0.2s ease, bottom 0.8s 0.2s ease, padding 0.8s 0.2s ease, background 0.4s 0.4s ease, border-width 0.4s 0.4s ease, border-radius 0.3s 0.5s ease, opacity 0.4s 0s ease;
  transition: top 0.8s 0.2s ease, left 0.8s 0.2s ease, right 0.8s 0.2s ease, bottom 0.8s 0.2s ease, padding 0.8s 0.2s ease, background 0.4s 0.4s ease, border-width 0.4s 0.4s ease, border-radius 0.3s 0.5s ease, opacity 0.4s 0s ease;
}

.view-overlay.open.appheader {
  top: 75px;
}

.view-overlay .view-content {
  opacity: 0;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.view-overlay .pdf-container {
  width: 100%;
  padding: 0px;
  position: absolute;
  height: 100%;
  background: #F4F6F9;
}

.view-overlay .pdf-container .cancel {
  background: #FF2C55;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}

.view-overlay .pdf-container .cancel span {
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #323b3d;
  display: block;
  font-size: 25px;
}

.view-overlay .pdf-container .print {
  background: #ffffff;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0px;
  right: 60px;
  cursor: pointer;
}

.view-overlay .pdf-container .print span {
  line-height: 60px;
  text-align: center;
  color: #323b3d;
  display: block;
  font-size: 25px;
}

.form-container {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 50px;
  padding: 30px;
  background: transparent;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .form-container {
    margin: 30px;
    width: auto;
  }
}

.form-container label {
  width: 50%;
  float: left;
  line-height: 50px;
  text-align: right;
  padding-right: 30px;
  height: 50px;
}

@media only screen and (max-width: 590px) {
  .form-container label {
    width: 100%;
    text-align: center;
    padding-right: 0;
    line-height: 30px;
    margin-top: 0px;
    height: 25px;
  }
}

.form-container label .note {
  display: block;
  font-style: italic;
  line-height: 16px;
  margin-top: -14px;
}

@media only screen and (max-width: 590px) {
  .form-container label .note {
    margin-top: -4px;
  }
}

.form-container input,
.form-container .select {
  float: left;
  padding: 0;
  margin: 10px 20px;
  border: none;
  line-height: 35px;
}

.form-container input {
  padding: 0 10px;
  width: 175px;
  border-radius: 3px;
  border: solid 1px #dcdfe0;
}

.form-container input.empty {
  border-bottom: solid 2px #FF2C55;
}

@media only screen and (max-width: 590px) {
  .form-container input {
    width: 175px;
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 590px) {
  .form-container .select {
    float: none;
    text-align: center;
  }
}

.form-container .button {
  margin: 20px 10px;
}

@media only screen and (max-width: 590px) {
  .form-container .button {
    margin: 10px 70px;
  }
}

.form-container .th_container {
  width: 225px;
  float: left;
}

@media only screen and (max-width: 590px) {
  .form-container .th_container {
    float: none;
    margin: 0 auto;
  }
}

.form-container .th_container .th_start {
  float: left;
  width: 30px;
  margin-left: 20px;
  display: block;
  line-height: 55px;
}

.form-container .th_container .th_seperator {
  display: block;
  line-height: 55px;
  width: 10px;
  float: left;
}

.form-container .th_container input {
  width: 40px;
  margin: 10px 10px;
  float: left;
}

#overlay .pdf-container {
  height: 100%;
}

#overlay .pay-inner {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: relative;
}

#overlay .block {
  width: 100%;
  overflow: hidden;
  z-index: -3;
  opacity: 0;
  top: 0;
  position: absolute;
  padding: 20px 15px;
  height: 0;
  text-align: center;
  -webkit-transition: height 0s 0.4s, opacity 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 0s 0.4s, opacity 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0s 0.4s, opacity 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0s 0.4s, opacity 0.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

#overlay .block.show {
  -webkit-transition: opacity 0.2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
  opacity: 1;
  bottom: 0;
  overflow: scroll;
  height: auto;
}

#overlay .buttons {
  width: 100%;
  bottom: -60px;
  position: fixed;
  text-align: center;
  z-index: 5;
  height: 60px;
  background: #ffffff;
  box-shadow: 0 6px 12px 3px #637074;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

#overlay .buttons.show {
  bottom: 0;
}

#overlay .buttons .button {
  width: 50%;
  max-width: 50%;
  display: block;
  margin: 0px;
  height: 60px;
  line-height: 60px;
  float: left;
  border-radius: 0px;
}

#overlay .buttons .button:first-child {
  border-right: solid 2px #dcdfe0;
}

#overlay .buttons .button:hover {
  background: #538FFF;
  color: #ffffff;
}

#overlay #section-machines {
  bottom: 60px;
}

#overlay #section-result {
  bottom: 60px;
}

#overlay #section-result .result-table {
  max-width: 600px;
  margin: 0 auto;
}

#overlay #section-payment-method {
  text-align: center;
  bottom: 60px;
}

#overlay #section-payment-method .payment-box {
  position: relative;
  margin: 30px auto;
  box-shadow: 0 5px 17px -6px #637074;
  background: #ffffff;
  padding: 10px 30px 30px;
  width: 100%;
  max-width: 600px;
}

#overlay #section-payment-method .row {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 7px 0;
}

#overlay #section-payment-method .row.row-select {
  padding-bottom: 20px;
}

#overlay #section-payment-method .row.row-select p {
  text-align: left;
  margin-bottom: 10px;
}

#overlay #section-payment-method .row input[type='radio'] {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0;
  float: left;
}

#overlay #section-payment-method .row input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0;
  float: left;
}

#overlay #section-payment-method .row label {
  width: 100%;
  display: block;
  padding: 0 10px;
  line-height: 20px;
  text-align: left;
  margin-left: 15px;
}

#overlay #section-payment-method .row label b {
  font-weight: bold;
}

#overlay #section-sign {
  bottom: 60px;
}

#overlay #section-sign .half {
  width: 48.5%;
  float: left;
  margin-bottom: 60px;
}

#overlay #section-sign .half.last {
  float: right;
}

@media only screen and (max-width: 900px) {
  #overlay #section-sign .half {
    width: 100%;
  }
}

#overlay #section-sign h4 {
  width: 320px;
  margin: 0 auto 20px;
  text-align: center;
}

#overlay #section-sign .signature-field {
  background: #ffffff;
  width: 320px;
  height: 240px;
  margin: 0 auto;
  border-radius: 3px;
}

#overlay #section-sign .signature-field form .error {
  display: none;
}

#overlay #section-sign .signature-field form canvas {
  display: block;
  border-radius: 3px 3px 0 0;
}

#overlay #section-sign .signature-field form input {
  width: 100%;
  -webkit-appearance: none;
  display: block;
  border: none;
  border-top: solid 1px #dcdfe0;
  background: #dcdfe0;
  color: #637074;
  font-family: "Proxima Nova", "Montserrat", "Arial", "sans-serif";
  padding: 8px 0;
  border-radius: 0 0 3px 3px;
  font-weight: bold;
  cursor: pointer;
}

#overlay #section-sign .confirmation-box {
  padding-bottom: 40px;
}

#overlay #pay-completing h2 {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 50%;
  text-align: center;
  width: 90%;
  display: block;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

#overlay #pay-completing h2.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#overlay .section-move-mode,
#overlay .section-fill-in {
  position: absolute;
  opacity: 1;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  -webkit-transition: all 0.2s 0.2s ease;
  -moz-transition: all 0.2s 0.2s ease;
  -o-transition: all 0.2s 0.2s ease;
  transition: all 0.2s 0.2s ease;
}

@media only screen and (max-width: 600px) {

  #overlay .section-move-mode,
  #overlay .section-fill-in {
    left: 10px;
    right: 10px;
  }
}

#overlay .section-move-mode.hide,
#overlay .section-fill-in.hide {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  height: 0;
  overflow: hidden;
}

#overlay .section-move-mode p,
#overlay .section-fill-in p {
  margin-bottom: 30px;
}

#overlay .section-move-mode .button,
#overlay .section-fill-in .button {
  margin: 0 5px;
}

.modal-box-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  text-align: center;
  white-space: nowrap;
}

.modal-box-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.modal-box-overlay.open {
  z-index: 20;
}

.modal-box-overlay.open .modal-box {
  -webkit-transition: all 0.4s 0.2s ease;
  -moz-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal-box-overlay .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-box-overlay .modal-box {
  padding: 0;
  background: #ffffff;
  border: solid 1px #dcdfe0;
  color: #323b3d;
  width: 70%;
  min-width: 300px;
  border-radius: 3px;
  max-width: 600px;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  position: relative;
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  box-shadow: 0px 0px 100px -25px #374051;
}

.modal-box-overlay .modal-box h3 {
  padding: 30px 20px 20px 20px;
}

.modal-box-overlay .modal-box h4 {
  color: #323b3d;
}

.modal-box-overlay .modal-box p {
  padding: 0 20px 10px;
  color: #323b3d;
}

.modal-box-overlay .modal-box .buttons {
  width: 100%;
  padding: 20px 0 0;
}

.modal-box-overlay .modal-box .buttons .button {
  width: 50%;
  float: left;
  background: #ffffff;
  color: #1b2224;
  border: none;
  border-radius: 0;
  line-height: 50px;
  height: 50px;
  margin: 25px 0 0;
  cursor: pointer;
  box-shadow: none;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.modal-box-overlay .modal-box .buttons .button:last-child {
  border-right: none;
}

.modal-box-overlay .modal-box .buttons .button:hover {
  color: #538FFF;
}

.modal-box-overlay .modal-box .row {
  max-width: 175px;
  text-align: left;
}

.modal-box-overlay .modal-box label {
  margin-left: 15px;
}

table {
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0px 0;
}

table.small-list tbody tr {
  height: 75px;
}

table.no-border tbody tr {
  border-bottom: none;
}

table.table-fixed {
  table-layout: fixed;
}

table thead {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  color: #323b3d;
}

table thead td {
  padding: 8px;
  line-height: 1.2em;
}

table thead td[order-by] {
  cursor: pointer;
}

table thead td[order-by]:before {
  content: "\f105";
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  display: inline-block;
  width: 8px;
}

table thead td[order-by][order="ASC"]:before {
  content: "\f107";
}

table thead td[order-by][order="DESC"]:before {
  content: "\f106";
}

table thead td:first-child {
  padding-left: 30px;
}

@media only screen and (max-width: 500px) {
  table thead td:first-child {
    padding-left: 20px;
  }
}

table thead td:last-child {
  padding-right: 30px;
}

@media only screen and (max-width: 500px) {
  table thead td:last-child {
    padding-right: 20px;
  }
}

table thead.sortable td .icon {
  margin-right: 5px;
}

table tbody .message {
  text-align: center;
  padding: 30px;
}

table tbody tr {
  border-bottom: solid 1px #dcdfe0;
  opacity: 1;
  cursor: pointer;
  height: 100px;
  position: relative;
}

table tbody tr.input {
  height: 60px;
}

table tbody tr.input td:first-child {
  font-weight: bold;
}

table tbody tr.title {
  height: 40px;
}

table tbody tr.bottom-line {
  border-width: 2px;
}

table tbody tr.gray {
  border-color: #637074;
}

table tbody tr.no-border {
  border-width: 0;
}

table tbody tr.split_ratio-tr {
  display: block;
  height: auto;
  width: 200%;
  padding: 10px 0;
}

table tbody tr.split_ratio-tr td {
  width: 100%;
  display: block;
  text-align: center;
}

table tbody tr td {
  height: 40px;
  padding: 0px 20px;
  line-height: 1.4em;
  color: #323b3d;
}

table tbody tr td:first-child {
  padding-left: 30px;
}

@media only screen and (max-width: 500px) {
  table tbody tr td:first-child {
    padding-left: 20px;
  }
}

table tbody tr td:last-child {
  padding-right: 30px;
}

@media only screen and (max-width: 500px) {
  table tbody tr td:last-child {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  table tbody tr td {
    padding: 0 10px;
  }
}

table tbody tr td.rotated {
  max-width: 42px;
  width: 42px;
  height: 110px;
  text-align: center;
  padding: 0 0 0 30px;
}

table tbody tr td.rotated span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  width: 110px;
  height: 110px;
  text-align: center;
}

table tbody tr td.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

table tbody tr td.line {
  padding: 0 0 0 0px;
  width: 12px;
  color: #637074;
  position: relative;
}

table tbody tr td.line:before {
  content: "";
  position: absolute;
  background: #dcdfe0;
  width: 2px;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
}

table tbody tr td.line .dot {
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
  z-index: 2;
}

table tbody tr td.line .dot:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 2px #02C386;
  border-radius: 50%;
  z-index: -1;
  background: #F4F6F9;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px 6px #F4F6F9;
  -moz-box-shadow: 0px 0px 0px 6px #F4F6F9;
  box-shadow: 0px 0px 0px 6px #F4F6F9;
}

table tbody tr td.date {
  width: 80px;
  text-align: center;
  padding-right: 30px;
}

@media only screen and (max-width: 500px) {
  table tbody tr td.date {
    padding: 0 10px;
    width: 45px;
  }
}

table tbody tr td.date .day {
  display: block;
  font-size: 16px;
}

table tbody tr td.date .month {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

table tbody tr td.icon {
  width: 2px;
  padding-right: 0;
}

table tbody tr td.icon span.icon {
  margin-right: 0;
}

table tbody tr td.move-arrow {
  position: relative;
}

table tbody tr td.move-arrow:before {
  content: "\021C5";
  position: absolute;
  top: 50%;
  left: 2px;
  font-size: 13px;
  line-height: 14px;
  margin-top: -7px;
}

table tbody tr td.move-sign {
  position: relative;
}

table tbody tr td.move-sign:before {
  content: "\e041";
  font-family: "Icons";
  position: absolute;
  top: 50%;
  left: 2px;
  font-size: 13px;
  line-height: 14px;
  margin-top: -7px;
}

table tbody tr td span.note {
  font-weight: normal;
  font-style: italic;
  display: block;
}

table tbody tr td span.image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #ccc;
  background-size: cover;
  display: block;
}

table tbody tr td span.bold {
  font-weight: bold;
}

table tbody tr td span.italic {
  font-weight: italic;
}

table tbody tr td span.normal {
  font-style: italic;
}

table tbody tr td span.display-block {
  display: block;
}

table tbody tr td span.nowrap {
  white-space: nowrap;
}

table tbody tr td span.gray {
  color: #637074;
}

table tbody tr td span.display-inline-block {
  display: inline-block;
}

table tbody tr td span.big {
  font-size: 14px;
}

table tbody tr td span.center {
  text-align: center;
}

table tbody tr td span.icon {
  color: #637074;
  margin-right: 12px;
  font-size: 15px;
}

@media only screen and (max-width: 550px) {
  table[table="customer-analysis-list"] td:nth-child(5) {
    display: none;
  }
}

.summery-widget .summery-block {
  background: #ffffff;
  padding: 10px 20px;
  height: 80px;
  width: 31%;
  margin-right: 3.5%;
  float: left;
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
}

.summery-widget .summery-block:last-child {
  margin-right: 0%;
}

.summery-widget .summery-block h3 {
  text-transform: uppercase;
  font-size: 15px;
}

.summery-widget .summery-block h2 {
  color: #57595b;
  text-align: center;
  font-size: 28px;
  margin-top: -12px;
}

.summery-widget .summery-block h4 {
  text-align: right;
  margin-top: -14px;
  font-weight: bold;
}

.summery-widget .summery-cta {
  background: #ffffff;
  display: none;
  margin-top: 10px;
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
}

.summery-widget .summery-cta a {
  padding: 10px 20px;
  color: #57595b;
  text-align: center;
  display: block;
  text-transform: none;
}
/* ITFM */
.dropdown {
  cursor: pointer;
  height: 35px;
  width: 100%;
}

.dropdown .dropdown-label {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  max-width: 229px;
  width: calc(100% - 35px);
  overflow: hidden;
  border: solid 1px #dcdfe0;
  border-radius: 18px 0 0 18px;
  float: left;
  color: #323b3d;
  background: #ffffff;
  text-align: left;
}

.dropdown .arrow-down {
  background: #ffffff;
  width: 35px;
  height: 35px;
  float: left;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  border: solid 1px #dcdfe0;
  border-radius: 0 18px 18px 0;
  border-left: none;
  color: #323b3d;
  position: relative;
}

.dropdown .arrow-down:before {
  content: "";
  width: 9px;
  background: #637074;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 10px;
  transform: rotate(50deg);
}

.dropdown .arrow-down:after {
  content: "";
  width: 9px;
  background: #637074;
  height: 1px;
  position: absolute;
  top: 18px;
  right: 10px;
  transform: rotate(-50deg);
}

.dropdown .dropdown-list {
  padding: 0 10px;
  position: absolute;
  height: 35px;
  overflow: hidden;
  color: #323b3d;
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px #dcdfe0;
  float: left;
  text-align: left;
  display: none;
}

.dropdown.on .dropdown-list {
  display: block;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  top: 40px;
}

.dropdown .dropdown-option {
  height: 35px;
  line-height: 35px;
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  padding: 0 10px;
}

.dropdown .dropdown-option:hover {
  color: #1b2224;
}

/* Checkbox styling within options */
.dropdown .dropdown-option input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}

/* Check All option styling */
.dropdown .dropdown-option[data-toggle="check-all"] {
  border-bottom: solid 1px #dcdfe0;
}