@charset "UTF-8";
/**
	Styles entry for Spaceport

	@author Dylan Vorster
	@copyright Eezipay Management Systems

------------------ OPTIONS ------------------- */
/*------------------ OPTIONS ------------------- */
/* !==== This is the main colour ====! */
/* !==== Primary Colours */
/* Off white temp */
/* !==== Secondary Colours */
/*$color_primary: rgb(192,255,0); //GREEN*/
/*$color_primary: rgb(0,192,255); //BLUE*/
/* !==== This is the main colour ====! */
/* Warning */
/* Error/Failure */
/* Success */
/* !==== This is the main colour of the desktop sidebars ====!*/
/* !==== Color for the header ====! */
/*$color_header_background: rgb(240,240,240); //light*/
/* !==== Color for the footer ====! */
/* !==== Size of a phone ====! */
/**
	Function for figuring out if something is light or dark
*/
@import url(../../node_modules/roboto-font/css/fonts.css);
@import url(../../node_modules/roboto-mono-webfont/roboto-mono.css);
#iframeContainer .button, #iframeChatContainer .button, #iframeReportContainer .button, .bodycontent .workspace .button, .placeholder > .elements > .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #iframeContainer .selected.button, #iframeChatContainer .selected.button, #iframeReportContainer .selected.button, .bodycontent .workspace .selected.button, .placeholder > .elements > .selected.button {
    background-color: rgba(0, 175, 239, 0.5); }
  #iframeContainer .disabled.button, #iframeChatContainer .disabled.button, #iframeReportContainer .disabled.button, .bodycontent .workspace .disabled.button, .placeholder > .elements > .disabled.button {
    opacity: 0.5; }
  @media (min-width: 600px) {
    #iframeContainer .button:hover, #iframeChatContainer .button:hover, #iframeReportContainer .button:hover, .bodycontent .workspace .button:hover, .placeholder > .elements > .button:hover {
      background-color: rgba(0, 175, 239, 0.5); } }
  @media (max-width: 1024px) {
    #iframeContainer .button:active, #iframeChatContainer .button:active, #iframeReportContainer .button:active, .bodycontent .workspace .button:active, .placeholder > .elements > .button:active {
      background-color: rgba(0, 175, 239, 0.5); } }
  #iframeContainer .button .icon, #iframeChatContainer .button .icon, #iframeReportContainer .button .icon, .bodycontent .workspace .button .icon, .placeholder > .elements > .button .icon {
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #iframeContainer .button .icon .fa, #iframeChatContainer .button .icon .fa, #iframeReportContainer .button .icon .fa, .bodycontent .workspace .button .icon .fa, .placeholder > .elements > .button .icon .fa {
      padding: 10px;
      font-size: 13px;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      width: auto !important; }
  #iframeContainer .button span, #iframeChatContainer .button span, #iframeReportContainer .button span, .bodycontent .workspace .button span, .placeholder > .elements > .button span {
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: 300;
    font-size: 13px;
    font-family: roboto;
    color: white;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

/* ---------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

html,
body {
  min-height: 100vh;
  width: 100%;
  background: black;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: visible !important; }

@media (max-width: 600px) {
  html {
    min-height: calc(100% + 0px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; } }

*::-webkit-scrollbar {
  width: 7px;
  background-color: transparent; }

*::-webkit-scrollbar-thumb {
  background-color: #00afef; }

.storm-calendar-workspace .menubar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .storm-calendar-workspace .menubar .heading {
    font-size: 20px; }
  .storm-calendar-workspace .menubar .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    cursor: pointer; }
    .storm-calendar-workspace .menubar .buttons > * {
      padding: 5px; }
  .storm-calendar-workspace .menubar .switcher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.storm-calendar-week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.storm-calendar-day {
  width: 14.28%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .storm-calendar-day .heading .number {
    text-align: right; }

.storm-calendar-month .weekDays {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .storm-calendar-month .weekDays > * {
    width: 14.28%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.storm-calendar-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%; }
  .ReactCrop--disabled {
    cursor: inherit; }
  .ReactCrop:focus {
    outline: none; }
  .ReactCrop__image {
    display: block;
    max-width: 100%; }
  .ReactCrop__image-copy {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%; }
  .ReactCrop__crop-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: move;
    -webkit-box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
    border: 1px solid;
    border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
    border-image-slice: 1;
    border-image-repeat: repeat; }
    .ReactCrop--disabled .ReactCrop__crop-selection {
      cursor: inherit; }
  .ReactCrop__drag-handle {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent; }
  .ReactCrop .ord-nw {
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: nw-resize; }
  .ReactCrop .ord-n {
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: n-resize; }
  .ReactCrop .ord-ne {
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: ne-resize; }
  .ReactCrop .ord-e {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: e-resize; }
  .ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize; }
  .ReactCrop .ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: s-resize; }
  .ReactCrop .ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: sw-resize; }
  .ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize; }
  .ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit; }
  .ReactCrop__drag-bar {
    position: absolute; }
    .ReactCrop__drag-bar.ord-n {
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-top: -4px; }
    .ReactCrop__drag-bar.ord-e {
      right: 0;
      top: 0;
      width: 6px;
      height: 100%;
      margin-right: -4px; }
    .ReactCrop__drag-bar.ord-s {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-bottom: -4px; }
    .ReactCrop__drag-bar.ord-w {
      top: 0;
      left: 0;
      width: 6px;
      height: 100%;
      margin-left: -4px; }
  .ReactCrop--new-crop .ReactCrop__drag-bar,
  .ReactCrop--new-crop .ReactCrop__drag-handle,
  .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
    display: none; }
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
    display: none; }
  @media (max-width: 768px) {
    .ReactCrop__drag-handle {
      width: 17px;
      height: 17px; }
    .ReactCrop .ord-nw {
      margin-top: -9px;
      margin-left: -9px; }
    .ReactCrop .ord-n {
      margin-top: -9px;
      margin-left: -9px; }
    .ReactCrop .ord-ne {
      margin-top: -9px;
      margin-right: -9px; }
    .ReactCrop .ord-e {
      margin-top: -9px;
      margin-right: -9px; }
    .ReactCrop .ord-se {
      margin-bottom: -9px;
      margin-right: -9px; }
    .ReactCrop .ord-s {
      margin-bottom: -9px;
      margin-left: -9px; }
    .ReactCrop .ord-sw {
      margin-bottom: -9px;
      margin-left: -9px; }
    .ReactCrop .ord-w {
      margin-top: -9px;
      margin-left: -9px; }
    .ReactCrop__drag-bar.ord-n {
      height: 14px;
      margin-top: -12px; }
    .ReactCrop__drag-bar.ord-e {
      width: 14px;
      margin-right: -12px; }
    .ReactCrop__drag-bar.ord-s {
      height: 14px;
      margin-bottom: -12px; }
    .ReactCrop__drag-bar.ord-w {
      width: 14px;
      margin-left: -12px; } }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../node_modules/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../node_modules/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../node_modules/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  -webkit-border-radius: .1em;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.fade-enter {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

.fade-leave {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

.bounce-enter {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

.bounce-leave {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.fadeLeft-enter {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.fadeLeft-leave {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.fadeLeftFast-enter {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.fadeLeftFast-leave {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.fadeUpFast-enter {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.fadeUpFast-leave {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.fadeDownFast-enter {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.fadeDownFast-leave {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@media (min-width: 600px) {
  #iframeChatContainer {
    padding-top: 20px; } }

#iframeChatContainer .button {
  background-color: #007bb7;
  text-align: center; }

#iframeChatContainer #chatFrame {
  visibility: visible;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 75px);
  border: none;
  padding: 20px;
  background-color: #0A0A0A; }
  @media (min-width: 600px) {
    #iframeChatContainer #chatFrame {
      height: calc(100% - 55px); } }
  @media (max-width: 600px) {
    #iframeChatContainer #chatFrame {
      padding: 5px; } }

.touchpos-items .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 18px;
  padding: 5px; }

#iframeContainer, #iframeChatContainer, #iframeReportContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 30px 5px 5px 10px;
  background-color: #000000;
  overflow-y: scroll;
  z-index: 99; }
  #iframeContainer #termsframe, #iframeChatContainer #termsframe, #iframeReportContainer #termsframe {
    visibility: visible;
    position: relative;
    top: 15px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    border: none;
    padding: 5px;
    background-color: #000000;
    background: url("../media/loader.gif") center center; }

.fadeOut {
  -webkit-animation: dash 1s ease-out forwards;
  animation: dash 1s ease-out forwards; }

@-webkit-keyframes dash {
  0% {
    top: 0px; }
  100% {
    top: 5000px; } }

@keyframes dash {
  0% {
    top: 0px; }
  100% {
    top: 5000px; } }

.layer {
  position: absolute;
  width: 100%;
  z-index: 8; }
  @media (max-width: 600px) {
    .layer {
      min-height: 100%; } }
  @media (min-width: 600px) {
    .layer {
      height: 100%; } }
  .layer.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none;
    bottom: 0px; }
  .layer #wirecardAlpha {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    border: none;
    padding: 30px;
    background: url("../media/loader.gif") center center; }
  .layer #ozowiframe {
    visibility: hidden;
    position: relative;
    top: 15px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 100px);
    border: none;
    padding: 0px;
    background: #FFFFFF; }
  .layer .tip {
    display: flow-root !important; }
    .layer .tip .tipheader {
      display: block;
      height: 40px; }
    .layer .tip .label, .layer .tip .amount {
      float: left; }
    .layer .tip .icon {
      font-size: 16px !important; }
    .layer .tip .button {
      width: 25%;
      border: 1px solid #1a1a1a;
      float: left;
      font-size: 16px; }
      @media (max-width: 380px) {
        .layer .tip .button {
          text-align: center; } }
      @media (max-width: 380px) {
        .layer .tip .button span {
          padding: 5px 0px;
          width: 100%;
          text-align: center; } }
    .layer .tip .button.active {
      width: 20%;
      background: #0e90d2;
      border: 1px solid #0e90d2; }
  .layer .range-wrap {
    position: relative;
    width: 100%; }
  .layer .coupon .title span {
    padding-right: 20px; }
  .layer .coupon .title {
    border-bottom: none !important; }
  .layer .coupon .storm-field {
    width: 100%;
    border: 1px solid #1a1a1a;
    float: left;
    font-size: 18px;
    background: #0e0e0e;
    padding: 5px 10px;
    color: #FFFFFF; }
  .layer .coupon .storm-form {
    width: 100%; }
  .layer .removeBtn {
    display: block;
    float: left;
    width: 100%; }
    .layer .removeBtn input {
      width: 100%;
      border: 1px solid #1a1a1a;
      float: left;
      font-size: 18px;
      background-color: rgba(255, 255, 255, 0.1);
      cursor: pointer;
      text-align: center;
      font-weight: 400;
      padding: 5px 10px;
      color: #FFF;
      opacity: 0.7;
      cursor: pointer; }
  .layer .coupon .storm-button, .layer .removeBtn button {
    width: 100%;
    border: 1px solid #1a1a1a;
    float: left;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    padding: 5px 10px;
    color: #FFF;
    opacity: 0.7;
    cursor: pointer; }
  .layer .coupon p {
    color: lightgray;
    font-family: Roboto;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    text-align: right;
    font-size: 12px; }
  .layer .touchpos-note, .layer .touchpos-date {
    padding-top: 20px; }
    .layer .touchpos-note textarea, .layer .touchpos-date textarea {
      width: 100%;
      padding: 10px;
      opacity: 0.8;
      margin-top: 10px; }
    .layer .touchpos-note .storm-button, .layer .touchpos-date .storm-button {
      display: none !important; }
    .layer .touchpos-note #ordernoteref, .layer .touchpos-date #ordernoteref {
      display: none; }
  .layer #range {
    width: 100%; }
  .layer output {
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999));
    background-image: -webkit-linear-gradient(#444444, #999999);
    background-image: -o-linear-gradient(#444444, #999999);
    background-image: linear-gradient(#444444, #999999);
    width: 40px;
    height: 30px;
    text-align: center;
    color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    font: bold 15px/30px Georgia;
    bottom: -40px;
    left: 0; }
  .layer output:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #999999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px; }
  .layer.checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .layer.checkout .header {
      background-color: rgba(0, 0, 0, 0.8);
      padding: 20px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 600px) {
        .layer.checkout .header {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 10px; } }
      .layer.checkout .header b {
        display: block; }
      .layer.checkout .header .spacer {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        @media (max-width: 600px) {
          .layer.checkout .header .spacer {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
      @media (min-width: 600px) {
        .layer.checkout .header > * {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center; } }
      .layer.checkout .header .header-icon {
        font-size: 40px;
        color: white;
        margin-right: 30px;
        margin-left: 10px;
        opacity: 0.2; }
        @media (max-width: 600px) {
          .layer.checkout .header .header-icon {
            margin-right: 20px;
            margin-top: 15px;
            margin-left: 5px;
            font-size: 50px; } }
      .layer.checkout .header p {
        font-family: roboto;
        color: rgba(255, 255, 255, 0.3);
        font-weight: 300; }
      .layer.checkout .header .button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-family: roboto;
        color: white;
        cursor: pointer;
        border: solid 1px rgba(255, 255, 255, 0.15);
        margin-left: 10px; }
        @media (max-width: 600px) {
          .layer.checkout .header .button {
            margin-left: 0px;
            margin-top: 10px; } }
        .layer.checkout .header .button span {
          padding-right: 10px; }
        .layer.checkout .header .button > * {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center; }
        .layer.checkout .header .button .icon {
          font-size: 30px;
          opacity: 0.2;
          padding: 5px; }
          @media (max-width: 600px) {
            .layer.checkout .header .button .icon {
              opacity: 0.4; } }
      .layer.checkout .header .title {
        color: white;
        font-family: roboto;
        font-size: 30px;
        font-weight: 300; }
    .layer.checkout .content {
      border-left: 10px solid #141c1f;
      border-right: 10px solid #141c1f;
      border-bottom: 30px solid #141c1f;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-height: 1px;
      padding: 20px; }
      .layer.checkout .content .section {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px; }
        .layer.checkout .content .section > .message {
          padding: 15px 20px;
          font-family: roboto;
          color: white;
          background: rgba(0, 192, 255, 0.2);
          border: solid 2px #00c0ff;
          margin-bottom: 20px; }
          .layer.checkout .content .section > .message .button {
            background: rgba(255, 255, 255, 0.1);
            width: 200px;
            margin-top: 10px; }
            .layer.checkout .content .section > .message .button:hover {
              background: rgba(255, 255, 255, 0.2); }
        .layer.checkout .content .section.blur {
          -webkit-filter: blur(5px);
          filter: blur(5px);
          pointer-events: none;
          bottom: 0px; }
        .layer.checkout .content .section.paymentfailed {
          background: rgba(255, 165, 0, 0.2);
          border: solid 2px orange; }
        .layer.checkout .content .section.paymentsuccess, .layer.checkout .content .section.paymentfailed {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 600px) {
            .layer.checkout .content .section.paymentsuccess, .layer.checkout .content .section.paymentfailed {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column; } }
          .layer.checkout .content .section.paymentsuccess .payment-info, .layer.checkout .content .section.paymentfailed .payment-info {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            padding: 20px; }
            .layer.checkout .content .section.paymentsuccess .payment-info p, .layer.checkout .content .section.paymentfailed .payment-info p {
              opacity: 0.5; }
            .layer.checkout .content .section.paymentsuccess .payment-info h1, .layer.checkout .content .section.paymentsuccess .payment-info h2, .layer.checkout .content .section.paymentsuccess .payment-info p, .layer.checkout .content .section.paymentfailed .payment-info h1, .layer.checkout .content .section.paymentfailed .payment-info h2, .layer.checkout .content .section.paymentfailed .payment-info p {
              font-family: roboto;
              color: white; }
        .layer.checkout .content .section .payment {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          color: white;
          padding: 10px 15px;
          font-family: roboto;
          margin-right: 5px;
          margin-bottom: 5px; }
          .layer.checkout .content .section .payment img {
            max-height: 20px; }
          .layer.checkout .content .section .payment > * {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center; }
          .layer.checkout .content .section .payment .amount {
            margin-left: 10px;
            font-size: 20px;
            white-space: nowrap; }
          .layer.checkout .content .section .payment .message {
            margin-left: 10px;
            opacity: 0.5; }
            @media (max-width: 600px) {
              .layer.checkout .content .section .payment .message {
                font-size: 12px; } }
          .layer.checkout .content .section .payment.SUCCESS {
            background: rgba(192, 255, 0, 0.2);
            border: solid 2px #c0ff00; }
          .layer.checkout .content .section .payment.BUSY {
            background: rgba(0, 192, 255, 0.2);
            border: solid 2px #00c0ff; }
          .layer.checkout .content .section .payment.REVERSED {
            background: rgba(255, 165, 0, 0.2);
            border: solid 2px orange; }
          .layer.checkout .content .section .payment.DECLINED {
            background: rgba(255, 0, 0, 0.2);
            border: solid 2px red; }
        .layer.checkout .content .section .section-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .layer.checkout .content .section .section-content p {
            font-family: Roboto;
            color: white; }
          .layer.checkout .content .section .section-content .header .button {
            padding: 10px 5px;
            margin: 0px; }
        .layer.checkout .content .section .loader {
          color: white;
          font-size: 40px; }
        .layer.checkout .content .section .title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          color: white;
          font-family: roboto;
          font-size: 25px;
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: solid 1px rgba(255, 255, 255, 0.1);
          font-weight: 300; }
          .layer.checkout .content .section .title .amount {
            font-weight: 500;
            color: #00c0ff;
            padding-left: 10px; }
        .layer.checkout .content .section .button {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer; }
          .layer.checkout .content .section .button > * {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center; }
          .layer.checkout .content .section .button .icon {
            opacity: 0.2;
            font-size: 20px;
            padding: 5px; }
  .layer.backdrop {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover; }
  .layer.notifications {
    pointer-events: none; }
    .layer.notifications .notification {
      pointer-events: all;
      position: fixed;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      background-color: white;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
      background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
      background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
      font-family: roboto;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px;
      font-size: 14px;
      right: 10px;
      top: 60px; }
      @media (min-width: 600px) {
        .layer.notifications .notification {
          min-width: 300px;
          max-width: 300px; } }
      @media (max-width: 600px) {
        .layer.notifications .notification {
          left: 0;
          right: 0;
          top: 50px; }
          .layer.notifications .notification .title, .layer.notifications .notification .message {
            text-align: center; } }
      .layer.notifications .notification .title {
        font-weight: bold;
        font-size: 15px; }
      .layer.notifications .notification .message {
        font-weight: 300;
        font-size: 13px; }
      .layer.notifications .notification .title, .layer.notifications .notification .message {
        text-align: center; }
  .layer.announcement-layer {
    pointer-events: none; }
    .layer.announcement-layer .announcements {
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50%;
      background-color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-width: 300px;
      min-height: 300px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      pointer-events: all; }
      @media (max-width: 600px) {
        .layer.announcement-layer .announcements {
          min-width: 90%;
          min-height: 300px; } }
      .layer.announcement-layer .announcements .fa-close {
        top: 30px;
        right: 30px;
        position: absolute;
        font-size: 30px;
        opacity: 0.1;
        cursor: pointer; }
        .layer.announcement-layer .announcements .fa-close:hover {
          opacity: 1.0; }
      .layer.announcement-layer .announcements .arrow {
        padding: 20px;
        font-size: 60px !important;
        opacity: 0.1;
        cursor: pointer; }
        .layer.announcement-layer .announcements .arrow:hover {
          opacity: 1.0; }
      .layer.announcement-layer .announcements > * {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
      .layer.announcement-layer .announcements .content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 20px;
        font-family: roboto;
        text-align: center;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start; }
        .layer.announcement-layer .announcements .content h1 {
          font-size: 30px; }
        .layer.announcement-layer .announcements .content h1, .layer.announcement-layer .announcements .content h2 {
          font-weight: 200; }
        .layer.announcement-layer .announcements .content h1, .layer.announcement-layer .announcements .content h2, .layer.announcement-layer .announcements .content h3, .layer.announcement-layer .announcements .content h4, .layer.announcement-layer .announcements .content p {
          padding-bottom: 20px; }

.large-value {
  font-family: roboto;
  color: white;
  margin: 10px; }
  .large-value .value {
    font-size: 40px; }
  .large-value .name {
    font-size: 14px;
    opacity: 0.7; }

.bodycontent {
  /**
	@component icontab
	@theme spaceport
*/ }
  @media (min-width: 600px) {
    .bodycontent {
      background-color: rgba(0, 0, 0, 0.7);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden; } }
  @media (max-width: 600px) {
    .bodycontent {
      min-height: 100vh;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      overflow: hidden; } }
  .bodycontent .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px; }
    @media (max-width: 600px) {
      .bodycontent .grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0; } }
    .bodycontent .grid > * {
      -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
  .bodycontent .homepage {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 600px) {
      .bodycontent .homepage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.5);
        min-height: 100vh; } }
    .bodycontent .homepage > .content {
      display: block;
      -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-family: roboto; }
      @media (max-width: 600px) {
        .bodycontent .homepage > .content {
          padding: 0px;
          -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
          flex-shrink: 1;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
          flex-grow: 0; } }
    .bodycontent .homepage .sidebar {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      background-color: rgba(0, 0, 0, 0.5);
      font-family: roboto;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      padding-bottom: 20px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 600px) {
        .bodycontent .homepage .sidebar {
          padding: 40px 70px; } }
      @media (max-width: 600px) {
        .bodycontent .homepage .sidebar {
          width: 100%;
          background-color: none !important;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
      .bodycontent .homepage .sidebar > * {
        display: inline-block !important;
        margin-left: auto;
        margin-right: auto; }
      .bodycontent .homepage .sidebar #buttonTest {
        display: none !important; }
      .bodycontent .homepage .sidebar .info {
        margin-bottom: 15px;
        font-size: 13px;
        max-width: 300px; }
        .bodycontent .homepage .sidebar .info p, .bodycontent .homepage .sidebar .info b {
          display: block;
          color: rgba(255, 255, 255, 0.6); }
      .bodycontent .homepage .sidebar .storm-error input {
        border-left: solid 2px red;
        margin-bottom: 0px;
        background: rgba(255, 0, 0, 0.1); }
      .bodycontent .homepage .sidebar .storm-error .error {
        border-left: solid 2px red;
        background: rgba(255, 0, 0, 0.5);
        padding: 10px 15px;
        font-size: 12px;
        color: white; }
      .bodycontent .homepage .sidebar .title {
        color: white;
        font-size: 31px;
        font-weight: 200;
        margin-top: 20px;
        margin-bottom: 20px; }
        @media (max-width: 600px) {
          .bodycontent .homepage .sidebar .title {
            font-size: 25px;
            margin-top: 10px;
            margin-bottom: 10px; } }
      .bodycontent .homepage .sidebar table {
        border-spacing: 0; }
      .bodycontent .homepage .sidebar input {
        display: block !important;
        width: 300px;
        border: none;
        background: rgba(0, 0, 0, 0.2);
        padding: 10px 15px;
        font-size: 18px;
        color: white;
        margin-bottom: 1px;
        outline: none;
        font-family: roboto;
        font-weight: 300;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0; }
        .bodycontent .homepage .sidebar input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.3); }
        .bodycontent .homepage .sidebar input::-moz-placeholder {
          color: rgba(255, 255, 255, 0.3); }
        .bodycontent .homepage .sidebar input::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.3); }
        .bodycontent .homepage .sidebar input::placeholder {
          color: rgba(255, 255, 255, 0.3); }
        @media (max-width: 600px) {
          .bodycontent .homepage .sidebar input {
            display: inline-block !important; } }
      .bodycontent .homepage .sidebar input[type="button"], .bodycontent .homepage .sidebar .button {
        width: 300px;
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        color: white;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        text-align: center;
        padding: 10px; }
        .bodycontent .homepage .sidebar input[type="button"]:hover, .bodycontent .homepage .sidebar .button:hover {
          background: rgba(0, 0, 0, 0.6); }
        .bodycontent .homepage .sidebar input[type="button"] .icon, .bodycontent .homepage .sidebar .button .icon {
          display: inline-block; }
        .bodycontent .homepage .sidebar input[type="button"] span, .bodycontent .homepage .sidebar .button span {
          padding-left: 10px; }
      .bodycontent .homepage .sidebar .viewButton {
        background: rgba(0, 210, 127, 0.9);
        color: #FFFFFF;
        font-weight: bold; }
    .bodycontent .homepage img {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      user-drag: none; }
    .bodycontent .homepage .RegSpacer {
      margin: 22px 0px 5px 0px;
      font-family: roboto; }
  .bodycontent > .header {
    position: fixed;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #141c1f;
    border-left: 5px solid #00afef;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    width: 100%; }
    @media (max-width: 1024px) {
      .bodycontent > .header .buttons span {
        display: none; } }
    @media (max-width: 600px) {
      .bodycontent > .header {
        position: fixed;
        -webkit-backface-visibility: hidden;
        z-index: 12;
        top: 0;
        right: 0;
        left: 0;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
        .bodycontent > .header .userinfo .name, .bodycontent > .header .userinfo .surname {
          display: none; }
        .bodycontent > .header .h1 {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        .bodycontent > .header .h2 {
          display: none; }
        .bodycontent > .header .buttons span {
          display: none; } }
    .bodycontent > .header .spacer {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .bodycontent > .header .topLogo {
      max-height: 50px;
      padding-left: 20px; }
    .bodycontent > .header .h1 {
      font-family: roboto;
      font-weight: bold;
      color: #ffffff;
      font-size: 20px;
      margin-left: 20px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .bodycontent > .header .h2 {
      font-family: roboto;
      color: #ffffff;
      opacity: 0.5;
      font-weight: normal;
      font-size: 15px;
      margin-left: 20px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .bodycontent > .header .loader {
      color: white;
      -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      margin-right: 20px; }
    .bodycontent > .header .search {
      margin-left: 20px;
      margin-right: 20px;
      -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
      .bodycontent > .header .search input {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        outline: none;
        border: none;
        padding: 10px;
        background: rgba(255, 255, 255, 0.05);
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        color: white;
        font-size: 14px; }
        @media (min-width: 600px) {
          .bodycontent > .header .search input {
            -webkit-transition: width 0.5s;
            -o-transition: width 0.5s;
            transition: width 0.5s; } }
        @media (min-width: 600px) {
          .bodycontent > .header .search input {
            width: 250px; } }
        .bodycontent > .header .search input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.2); }
        .bodycontent > .header .search input::-moz-placeholder {
          color: rgba(255, 255, 255, 0.2); }
        .bodycontent > .header .search input::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.2); }
        .bodycontent > .header .search input::placeholder {
          color: rgba(255, 255, 255, 0.2); }
        .bodycontent > .header .search input:focus {
          background: rgba(255, 255, 255, 0.1);
          width: 400px; }
    .bodycontent > .header .original-user {
      background-color: #c000ff;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
      background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
      background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
      height: 50px;
      padding-left: 20px;
      padding-right: 20px;
      margin-right: 10px; }
      @media (max-width: 600px) {
        .bodycontent > .header .original-user {
          padding-left: 0px; } }
    .bodycontent > .header .userinfo, .bodycontent > .header .original-user {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-family: roboto;
      color: white;
      padding-right: 10px; }
      .bodycontent > .header .userinfo .name, .bodycontent > .header .original-user .name {
        font-weight: bold;
        padding-right: 5px; }
      .bodycontent > .header .userinfo .avatar, .bodycontent > .header .original-user .avatar {
        margin-left: 10px;
        width: 30px;
        height: 30px;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-border-radius: 50px;
        border-radius: 50px; }
    .bodycontent > .header .userinfo {
      cursor: pointer; }
    .bodycontent > .header .buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-right: 10px;
      /**
			@component button
			@state header
			@css background-color: $color_header_background;
		*/ }
      .bodycontent > .header .buttons .button {
        color: white;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        .bodycontent > .header .buttons .button:hover {
          background: rgba(255, 255, 255, 0.1); }
          .bodycontent > .header .buttons .button:hover .icon {
            opacity: 1.0; }
        .bodycontent > .header .buttons .button .icon {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          opacity: 0.5; }
          .bodycontent > .header .buttons .button .icon .fa {
            padding-left: 10px;
            font-size: 13px;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            width: auto !important; }
            @media (max-width: 1024px) {
              .bodycontent > .header .buttons .button .icon .fa {
                padding: 10px;
                font-size: 20px; } }
            @media (max-width: 600px) {
              .bodycontent > .header .buttons .button .icon .fa {
                padding: 10px;
                font-size: 20px; } }
        .bodycontent > .header .buttons .button span {
          padding: 10px;
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          font-weight: 200;
          font-size: 13px;
          font-family: roboto;
          color: white; }
  .bodycontent .desktop-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden; }
    .bodycontent .desktop-content .collapsed {
      width: auto !important; }
      .bodycontent .desktop-content .collapsed .collapse {
        width: 100% !important; }
    .bodycontent .desktop-content .page-container {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      overflow-y: auto; }
      .bodycontent .desktop-content .page-container.fullscreen {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .bodycontent .desktop-content .page-container.fullscreen > * {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          overflow-y: hidden; }
    .bodycontent .desktop-content .collapsed {
      width: 60px !important; }
    .bodycontent .desktop-content .sidemenu {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 250px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: rgba(0, 63, 86, 0.7);
      padding-top: 10px;
      border-left: 5px solid rgba(0, 175, 239, 0.3);
      -webkit-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      overflow: hidden; }
      .bodycontent .desktop-content .sidemenu .selected {
        color: white !important; }
        .bodycontent .desktop-content .sidemenu .selected .title {
          font-weight: bold; }
      .bodycontent .desktop-content .sidemenu .collapse {
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        background-color: rgba(0, 175, 239, 0.3);
        color: white;
        cursor: pointer; }
        .bodycontent .desktop-content .sidemenu .collapse:hover {
          background-color: rgba(0, 175, 239, 0.5); }
      .bodycontent .desktop-content .sidemenu-icon {
        font-family: roboto;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #56d2ff; }
        .bodycontent .desktop-content .sidemenu-icon:hover {
          background: rgba(0, 0, 0, 0.2); }
        .bodycontent .desktop-content .sidemenu-icon img {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          max-width: 55px;
          max-height: 40px;
          /*width:55px;*/
          /*height: $iconHeight;*/
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          margin: 10px 20px;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .bodycontent .desktop-content .sidemenu-icon .icon {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          width: 55px;
          height: 40px;
          text-align: center;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .bodycontent .desktop-content .sidemenu-icon .title {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          font-size: 13px;
          white-space: nowrap;
          font-weight: 300; }
        .bodycontent .desktop-content .sidemenu-icon .notifications {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          display: inline;
          vertical-align: middle;
          font-size: 14px;
          background-color: rgba(0, 0, 0, 0.5);
          -webkit-border-radius: 4px;
          border-radius: 4px;
          padding: 3px 8px;
          margin-right: 10px; }
        .bodycontent .desktop-content .sidemenu-icon > * {
          vertical-align: middle;
          line-height: 40px; }
    .bodycontent .desktop-content .chatCollapsed {
      width: 50px !important; }
    .bodycontent .desktop-content .chatbar {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 210px;
      background-color: rgba(0, 63, 86, 0.7);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s; }
      .bodycontent .desktop-content .chatbar .controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        padding: 5px; }
        .bodycontent .desktop-content .chatbar .controls .selected {
          opacity: 1.0 !important; }
        .bodycontent .desktop-content .chatbar .controls .button {
          opacity: 0.5;
          cursor: pointer;
          padding: 5px; }
          .bodycontent .desktop-content .chatbar .controls .button:hover {
            opacity: 1.0; }
      .bodycontent .desktop-content .chatbar > .iconstate {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .bodycontent .desktop-content .chatbar > .iconstate .chatuser {
          border-right: none !important;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
          flex-grow: 0; }
      .bodycontent .desktop-content .chatbar .users .online {
        border-right: solid 10px #00c0ff !important; }
        .bodycontent .desktop-content .chatbar .users .online .notifications {
          background-color: rgba(0, 192, 255, 0.5) !important; }
      .bodycontent .desktop-content .chatbar .users .chatuser {
        cursor: pointer;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1px;
        background: rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-right: solid 10px rgba(255, 255, 255, 0.3); }
        .bodycontent .desktop-content .chatbar .users .chatuser:hover {
          background: rgba(0, 0, 0, 0.4); }
        .bodycontent .desktop-content .chatbar .users .chatuser .avatar {
          margin: 8px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          width: 35px;
          height: 35px;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          background-size: cover; }
        .bodycontent .desktop-content .chatbar .users .chatuser .name {
          font-size: 12px;
          font-family: roboto;
          color: white;
          font-weight: bold;
          padding-right: 5px; }
        .bodycontent .desktop-content .chatbar .users .chatuser .surname {
          font-size: 12px;
          font-family: roboto;
          color: white;
          font-weight: 200;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        .bodycontent .desktop-content .chatbar .users .chatuser .notifications {
          font-family: roboto;
          display: inline;
          vertical-align: middle;
          font-size: 10px;
          background-color: rgba(0, 0, 0, 0.5);
          -webkit-border-radius: 4px;
          border-radius: 4px;
          padding: 3px 8px;
          margin-right: 10px;
          color: white; }
      .bodycontent .desktop-content .chatbar .section {
        margin-top: 1px; }
        .bodycontent .desktop-content .chatbar .section .title {
          background: rgba(0, 0, 0, 0.5);
          color: rgba(255, 255, 255, 0.5);
          font-family: roboto;
          padding: 5px;
          font-size: 13px;
          cursor: pointer; }
          .bodycontent .desktop-content .chatbar .section .title:hover {
            color: white; }
  .bodycontent .mobile-content {
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: 100px;
    min-height: 100vh; }
    .bodycontent .mobile-content-menu {
      position: fixed;
      -webkit-backface-visibility: hidden;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      /*flex-direction: row-reverse;*/
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*padding-right: 80px;*/
      padding-bottom: 20px;
      background: rgba(17, 17, 17, 0.9);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .bodycontent .mobile-content-menu-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .bodycontent .mobile-content-menu-icon .icon {
          width: 100px;
          height: 75px;
          line-height: 100px;
          text-align: center;
          vertical-align: middle;
          color: #00afef;
          font-size: 30px; }
        .bodycontent .mobile-content-menu-icon .name {
          min-height: 60px;
          text-align: center;
          padding: 10px;
          font-size: 13px;
          font-family: roboto;
          color: white;
          max-width: 100px; }
    .bodycontent .mobile-content .menu-button {
      position: fixed;
      width: 50px;
      height: 50px;
      right: 20px;
      bottom: 18px;
      z-index: 14;
      line-height: 50px;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      background: rgba(0, 175, 239, 0.75);
      color: white;
      font-size: 20px;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 50px;
      border-radius: 50px; }
  .bodycontent .workspace {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    /**
		@component button
		@state workspace
		@theme spaceport
	*/
    /**
		@component Section
		@theme spaceport
	*/ }
    .bodycontent .workspace .headercontact .storm-form input[type="text"], .bodycontent .workspace .headercontact .storm-form textarea {
      color: white !important;
      font-family: Roboto;
      font-weight: bold; }
      .bodycontent .workspace .headercontact .storm-form input[type="text"]::-webkit-input-placeholder, .bodycontent .workspace .headercontact .storm-form textarea::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 13px;
        font-family: Roboto;
        font-weight: bold; }
      .bodycontent .workspace .headercontact .storm-form input[type="text"]::-moz-placeholder, .bodycontent .workspace .headercontact .storm-form textarea::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 13px;
        font-family: Roboto;
        font-weight: bold; }
      .bodycontent .workspace .headercontact .storm-form input[type="text"]::-ms-input-placeholder, .bodycontent .workspace .headercontact .storm-form textarea::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 13px;
        font-family: Roboto;
        font-weight: bold; }
      .bodycontent .workspace .headercontact .storm-form input[type="text"]::placeholder, .bodycontent .workspace .headercontact .storm-form textarea::placeholder {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 13px;
        font-family: Roboto;
        font-weight: bold; }
    .bodycontent .workspace form input[type=button], .bodycontent .workspace form input[type="date"], .bodycontent .workspace form input[type="text"], .bodycontent .workspace form input[type="number"], .bodycontent .workspace form input[type="tel"], .bodycontent .workspace form textarea {
      border: none;
      background-color: transparent;
      color: white;
      padding: 8px 16px;
      font-size: 17px;
      font-weight: 200;
      outline: none;
      margin-bottom: 3px;
      display: block !important;
      width: 300px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 1px #303030;
      border-left: solid 1px #303030;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .bodycontent .workspace form input[type=button]::-webkit-input-placeholder, .bodycontent .workspace form input[type="date"]::-webkit-input-placeholder, .bodycontent .workspace form input[type="text"]::-webkit-input-placeholder, .bodycontent .workspace form input[type="number"]::-webkit-input-placeholder, .bodycontent .workspace form input[type="tel"]::-webkit-input-placeholder, .bodycontent .workspace form textarea::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px; }
      .bodycontent .workspace form input[type=button]::-moz-placeholder, .bodycontent .workspace form input[type="date"]::-moz-placeholder, .bodycontent .workspace form input[type="text"]::-moz-placeholder, .bodycontent .workspace form input[type="number"]::-moz-placeholder, .bodycontent .workspace form input[type="tel"]::-moz-placeholder, .bodycontent .workspace form textarea::-moz-placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px; }
      .bodycontent .workspace form input[type=button]::-ms-input-placeholder, .bodycontent .workspace form input[type="date"]::-ms-input-placeholder, .bodycontent .workspace form input[type="text"]::-ms-input-placeholder, .bodycontent .workspace form input[type="number"]::-ms-input-placeholder, .bodycontent .workspace form input[type="tel"]::-ms-input-placeholder, .bodycontent .workspace form textarea::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px; }
      .bodycontent .workspace form input[type=button]::placeholder, .bodycontent .workspace form input[type="date"]::placeholder, .bodycontent .workspace form input[type="text"]::placeholder, .bodycontent .workspace form input[type="number"]::placeholder, .bodycontent .workspace form input[type="tel"]::placeholder, .bodycontent .workspace form textarea::placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px; }
      .bodycontent .workspace form input:focus[type=button], .bodycontent .workspace form input:focus[type="date"], .bodycontent .workspace form input:focus[type="text"], .bodycontent .workspace form input:focus[type="number"], .bodycontent .workspace form input:focus[type="tel"], .bodycontent .workspace form textarea:focus {
        border: solid 1px #00afef;
        border-left: solid 4px #00afef;
        background-color: rgba(0, 175, 239, 0.3); }
      @media (max-width: 600px) {
        .bodycontent .workspace form input[type=button], .bodycontent .workspace form input[type="date"], .bodycontent .workspace form input[type="text"], .bodycontent .workspace form input[type="number"], .bodycontent .workspace form input[type="tel"], .bodycontent .workspace form textarea {
          font-size: 20px;
          width: 100%;
          -webkit-border-radius: 0px !important;
          border-radius: 0px !important;
          padding: 10px 20px; } }
    .bodycontent .workspace form input[type=button] {
      background-color: rgba(255, 255, 255, 0.1);
      cursor: pointer;
      text-align: center;
      font-weight: 400; }
      .bodycontent .workspace form input:hover[type=button] {
        background-color: rgba(0, 175, 239, 0.4); }
      @media (max-width: 600px) {
        .bodycontent .workspace form input[type=button] {
          -webkit-appearance: none; } }
    .bodycontent .workspace input[type="checkbox"] {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, right top, from(orange), color-stop(50%, orange), color-stop(51%, #00c0ff), to(#00c0ff)) !important;
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), -webkit-linear-gradient(left, orange 0%, orange 50%, #00c0ff 51%, #00c0ff 100%) !important;
      background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), -o-linear-gradient(left, orange 0%, orange 50%, #00c0ff 51%, #00c0ff 100%) !important;
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), linear-gradient(to right, orange 0%, orange 50%, #00c0ff 51%, #00c0ff 100%) !important;
      -webkit-background-size: 100% 100%, 200% 100% !important;
      background-size: 100% 100%, 200% 100% !important;
      /*background-position: 0 0, $padding 0 !important;*/
      cursor: pointer;
      height: 22px;
      padding-right: 40px;
      width: 60px !important;
      -webkit-appearance: none;
      -webkit-transition: 0.55s cubic-bezier(0, 0, 0, 0.99);
      -o-transition: 0.55s cubic-bezier(0, 0, 0, 0.99);
      transition: 0.55s cubic-bezier(0, 0, 0, 0.99);
      min-width: 0;
      padding: 0px;
      -webkit-box-sizing: border-box !important;
      box-sizing: border-box !important;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      overflow: hidden;
      border: 1px solid black;
      outline: none; }
      .bodycontent .workspace input[type="checkbox"]:focus {
        border-left: none; }
      .bodycontent .workspace input[type="checkbox"]:after {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: -webkit-gradient(linear, left top, left bottom, from(white), to(gray));
        background: -webkit-linear-gradient(white, gray);
        background: -o-linear-gradient(white, gray);
        background: linear-gradient(white, gray);
        content: '';
        display: block;
        height: 18px;
        left: -1px;
        position: relative;
        top: 0;
        width: 20px !important;
        border: solid 1px black; }
      .bodycontent .workspace input[type="checkbox"]:checked {
        background-position: 0 0, 48px 0 !important;
        padding-left: 38px !important;
        padding-right: 0 !important; }
    .bodycontent .workspace .commentForm input {
      display: block; }
    .bodycontent .workspace form .form-checkbox {
      color: rgba(255, 255, 255, 0.2);
      font-family: roboto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px; }
      .bodycontent .workspace form .form-checkbox span {
        padding: 4px; }
      .bodycontent .workspace form .form-checkbox > * {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
    .bodycontent .workspace form .row {
      /*background-color: rgba(white,0.1);*/
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 2px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .bodycontent .workspace form .row input[type="text"], .bodycontent .workspace form .row input[type="number"], .bodycontent .workspace form .row textarea {
        background-color: rgba(255, 255, 255, 0.05); }
      .bodycontent .workspace form .row:hover label {
        opacity: 1.0; }
      .bodycontent .workspace form .row.inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 40px; }
        .bodycontent .workspace form .row.inline label {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        .bodycontent .workspace form .row.inline > * {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center; }
    .bodycontent .workspace form label {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      font-family: roboto;
      color: white;
      font-size: 11px;
      padding-bottom: 4px;
      padding-top: 4px;
      opacity: 0.5; }
    .bodycontent .workspace form input[type="date"] {
      font-family: Roboto;
      font-weight: 300; }
    .bodycontent .workspace form input[type="text"]:after, .bodycontent .workspace form input[type="number"]:after, .bodycontent .workspace form input[type="tel"]:after, .bodycontent .workspace form textarea:after {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: red;
      content: '';
      display: block;
      height: 30px;
      left: -10px;
      position: relative;
      top: 0;
      width: 40px !important; }
    @media (min-width: 600px) {
      .bodycontent .workspace {
        margin-left: 10px;
        margin-right: 10px; } }
    .bodycontent .workspace .section {
      margin-top: 10px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-left: 5px solid rgba(0, 175, 239, 0.5); }
      .bodycontent .workspace .section ul {
        padding-left: 16px;
        font-size: 13px;
        opacity: 0.5; }
      .bodycontent .workspace .section form {
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5); }
      .bodycontent .workspace .section hr {
        border: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
      .bodycontent .workspace .section.light {
        background-color: rgba(255, 255, 255, 0.2); }
      .bodycontent .workspace .section.dark {
        background-color: rgba(0, 0, 0, 0.4); }
      .bodycontent .workspace .section .content {
        padding: 10px; }
      .bodycontent .workspace .section > .heading {
        color: white;
        font-family: roboto;
        padding: 10px 20px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        font-size: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 600px) {
          .bodycontent .workspace .section > .heading {
            font-weight: 300;
            font-size: 20px; } }
      .bodycontent .workspace .section .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /**
				@component button
				@state section
				@theme spaceport
			*/ }
        @media (min-width: 600px) {
          .bodycontent .workspace .section .menu {
            padding-left: 20px; } }
        @media (max-width: 600px) {
          .bodycontent .workspace .section .menu {
            padding-top: 10px;
            padding-bottom: 10px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .bodycontent .workspace .section .menu .button {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          margin-right: 1px;
          background-color: rgba(255, 255, 255, 0.1);
          -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
          @media (min-width: 600px) {
            .bodycontent .workspace .section .menu .button:hover {
              background-color: rgba(0, 175, 239, 0.5); } }
          @media (max-width: 1024px) {
            .bodycontent .workspace .section .menu .button:active {
              background-color: rgba(0, 175, 239, 0.5); } }
          @media (max-width: 600px) {
            .bodycontent .workspace .section .menu .button {
              width: 95%;
              margin-top: 10px;
              margin-left: auto;
              margin-right: auto; }
              .bodycontent .workspace .section .menu .button:first-of-type {
                margin-top: 0; } }
          @media (max-width: 600px) {
            .bodycontent .workspace .section .menu .button .fa {
              padding: 20px;
              color: white;
              font-size: 15px; } }
          @media (max-width: 600px) {
            .bodycontent .workspace .section .menu .button span {
              text-align: center;
              font-size: 15px !important; } }
      .bodycontent .workspace .section ul.faqs {
        padding-left: 16px;
        font-size: 13px;
        opacity: 0.6;
        color: white;
        font-family: Roboto; }
    .bodycontent .workspace .smsStatusBlock {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .bodycontent .workspace .smsStatusBlock > .text {
        font-size: 12px; }
      .bodycontent .workspace .smsStatusBlock > .status {
        font-size: 10px; }
        .bodycontent .workspace .smsStatusBlock > .status.delivered {
          color: rgba(192, 255, 0, 0.8); }
        .bodycontent .workspace .smsStatusBlock > .status.undelivered, .bodycontent .workspace .smsStatusBlock > .status.queued, .bodycontent .workspace .smsStatusBlock > .status.sent {
          color: rgba(255, 192, 0, 0.8); }
        .bodycontent .workspace .smsStatusBlock > .status.failed {
          color: rgba(255, 0, 0, 0.8); }
  .bodycontent .footer {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 38px;
    background-color: #141c1f;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
    .bodycontent .footer .info {
      margin-left: 10px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 38px;
      font-family: roboto;
      color: white;
      font-size: 12px; }
      .bodycontent .footer .info > * {
        padding: 5px; }
      .bodycontent .footer .info > img {
        padding: 0;
        margin-right: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        user-drag: none;
        max-width: 20px;
        height: auto; }
      .bodycontent .footer .info a {
        text-decoration: none;
        color: white;
        opacity: 0.5; }
        .bodycontent .footer .info a:hover {
          opacity: 1; }
  .bodycontent .icontab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .bodycontent .icontab .tab {
      cursor: pointer;
      text-align: center;
      padding: 10px;
      font-family: roboto;
      color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: solid 8px transparent; }
      @media (min-width: 600px) {
        .bodycontent .icontab .tab {
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; } }
      @media (max-width: 1024px) {
        .bodycontent .icontab .tab {
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; } }
      @media (max-width: 600px) {
        .bodycontent .icontab .tab {
          border-bottom: solid 2px transparent; } }
      .bodycontent .icontab .tab.selected {
        border-bottom: solid 8px #00afef; }
        @media (max-width: 600px) {
          .bodycontent .icontab .tab.selected {
            border-bottom: solid 2px #00afef; } }
        .bodycontent .icontab .tab.selected .fa {
          opacity: 1.0; }
      .bodycontent .icontab .tab .icon {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .bodycontent .icontab .tab .icon > * {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center; }
      .bodycontent .icontab .tab img {
        opacity: 0.5;
        width: 30px;
        height: auto; }
        @media (max-width: 600px) {
          .bodycontent .icontab .tab img {
            width: 20px; } }
      .bodycontent .icontab .tab .fa {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 45px;
        padding: 20px;
        opacity: 0.5;
        width: auto !important; }
        @media (max-width: 600px) {
          .bodycontent .icontab .tab .fa {
            font-size: 25px;
            padding: 10px; } }
      .bodycontent .icontab .tab .title {
        font-size: 15px;
        font-weight: 200;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media (max-width: 600px) {
          .bodycontent .icontab .tab .title {
            font-size: 12px;
            font-weight: 300; } }

/*@import "../../node_modules/storm-chat/src/_structure.scss";*/
.section.chatHistory {
  border-left: none !important; }
  .section.chatHistory ul.list-group {
    overflow-y: scroll;
    padding-left: 0;
    margin-bottom: 20px;
    opacity: 0.9; }
    .section.chatHistory ul.list-group .list-group-item {
      position: relative;
      display: block;
      padding: 10px;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid #ddd;
      color: black; }
      .section.chatHistory ul.list-group .list-group-item:last-child {
        margin-bottom: 0;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .section.chatHistory ul.list-group .list-group-item > strong {
        padding-bottom: 5px;
        display: block; }
    .section.chatHistory ul.list-group .header {
      position: relative;
      display: block;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #ddd;
      color: black;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      font-size: 18px;
      cursor: pointer; }
      .section.chatHistory ul.list-group .header .heading {
        width: calc(100% - 15px);
        float: left;
        font-size: 0.9rem; }

.chat-container {
  pointer-events: none;
  position: absolute;
  height: 400px;
  left: 0;
  right: 210px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow-x: hidden; }
  .chat-container .chat-window {
    pointer-events: all !important;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    min-height: 400px;
    max-height: 400px;
    min-width: 250px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-right: 5px; }
    .chat-container .chat-window .collapsed .chat-window-title-heading {
      cursor: pointer !important; }
    .chat-container .chat-window-title {
      pointer-events: all !important;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-width: 250px;
      max-width: 250px;
      border: 1px solid black;
      background-color: rgba(0, 0, 0, 0.7);
      font-family: 'Arial';
      color: white;
      font-size: 12px; }
      .chat-container .chat-window-title-heading {
        padding: 7px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .chat-container .chat-window-title-buttons {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer; }
        .chat-container .chat-window-title-buttons > * {
          padding: 8px; }
    .chat-container .chat-window-body {
      border: solid 1px rgba(0, 0, 0, 0.5);
      border-bottom: none;
      background: rgba(240, 240, 240, 0.8); }
      .chat-container .chat-window-body::-webkit-scrollbar {
        width: 7px;
        outline: 1px solid slategrey; }
      .chat-container .chat-window-body::-webkit-scrollbar-thumb {
        background-color: lightgrey;
        outline: 1px solid slategrey; }
      .chat-container .chat-window-body .message .text {
        margin-top: 4px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: white;
        color: #373e4d;
        padding: 4px;
        font-size: 12px;
        font-family: 'helvetica';
        text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)); }
      .chat-container .chat-window-body .message .avatar {
        min-width: 30px;
        min-height: 30px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .chat-container .chat-window-body .other {
        margin-right: 30px;
        margin-left: 5px; }
        .chat-container .chat-window-body .other .text {
          border: solid 1px #c8c8c8; }
      .chat-container .chat-window-body .me {
        margin-left: 30px;
        margin-right: 5px; }
        .chat-container .chat-window-body .me .text {
          border: solid 1px #60b5f3;
          background-color: #bfe1fa; }
    .chat-container .chat-window-footer {
      background-color: #464646;
      border-left: solid 1px black;
      border-right: solid 1px black;
      border-bottom: solid 1px black;
      padding: 5px; }
      .chat-container .chat-window-footer input {
        padding: 7px;
        outline: none;
        border: none; }

.storm-table {
  width: 100%;
  margin: 15px 0;
  font-family: roboto;
  color: white; }
  .storm-table table {
    border-spacing: 0px;
    width: 100%; }
    .storm-table table thead {
      display: none; }
      @media (min-width: 600px) {
        .storm-table table thead {
          display: table-header-group; } }
  .storm-table th {
    padding: 5px;
    text-align: left;
    font-weight: 100; }
  @media (min-width: 600px) {
    .storm-table tr:nth-child(odd) td {
      background: rgba(255, 255, 255, 0.1); } }
  .storm-table tr td {
    background: rgba(255, 255, 255, 0.2);
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 12px; }
    @media (min-width: 600px) {
      .storm-table tr td .button {
        margin: -5px; } }
    @media (min-width: 600px) {
      .storm-table tr td {
        padding: 5px;
        display: table-cell; } }
    @media (max-width: 600px) {
      .storm-table tr td {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
        .storm-table tr td:first-child {
          padding-top: 10px; }
        .storm-table tr td:last-child {
          padding-bottom: 10px; } }
    @media (max-width: 380px) {
      .storm-table tr td {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 14px; }
        .storm-table tr td:first-child {
          padding-top: 10px; }
        .storm-table tr td:last-child {
          padding-bottom: 10px; } }
    .storm-table tr td:last-child {
      margin-bottom: 1px; }
    @media (max-width: 600px) {
      .storm-table tr td:before {
        width: 70%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        content: attr(data-th) "";
        font-weight: 100;
        /*width: 50%; // magic number :( adjust according to your own content*/
        display: inline-block; } }
    @media (min-width: 600px) {
      .storm-table tr td:before {
        display: none; } }
  .storm-table .arrow {
    min-width: 100px;
    margin: 5px;
    padding: 10px 10px 21px 10px;
    background-color: #007BB7;
    border: 0;
    height: 30px; }
    .storm-table .arrow:hover {
      cursor: pointer; }
    @media (max-width: 600px) {
      .storm-table .arrow {
        width: calc(33% - 15px);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    .storm-table .arrow i {
      width: 100%; }
  .storm-table .dropdownSizes {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100px;
    width: 100px;
    margin: 5px;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
    @media (max-width: 600px) {
      .storm-table .dropdownSizes {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0px;
        margin-bottom: 5px;
        width: calc(33% - 15px);
        max-width: 33% !important; } }
    @media (max-width: 1024px) {
      .storm-table .dropdownSizes {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0px;
        margin-bottom: 5px;
        max-width: 100px; } }
    .storm-table .dropdownSizes:after {
      font-family: 'FontAwesome';
      font-weight: 900;
      content: '\f0dc';
      font-size: 20px;
      margin-left: -35px;
      opacity: 0.3;
      color: black;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-left: 20px;
      padding-right: 10px;
      pointer-events: none; }
    .storm-table .dropdownSizes:hover:after {
      opacity: 1.0; }
    .storm-table .dropdownSizes select {
      background: transparent;
      padding: 3px 5px;
      font-size: 18px;
      border: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-appearance: none;
      color: black;
      outline: none;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 30px;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding-left: 20px;
      padding-right: 10px; }

.tpremote-checkout .faq .storm-table {
  width: 100%;
  margin: 15px 0;
  font-family: roboto;
  color: #2f2f2f; }
  .tpremote-checkout .faq .storm-table table {
    border-spacing: 0px;
    width: 100%; }
    .tpremote-checkout .faq .storm-table table thead {
      display: none; }
      @media (min-width: 600px) {
        .tpremote-checkout .faq .storm-table table thead {
          display: table-header-group; } }
  .tpremote-checkout .faq .storm-table th {
    padding: 5px;
    text-align: left;
    font-weight: 100;
    display: none !important; }
  .tpremote-checkout .faq .storm-table tr {
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .tpremote-checkout .faq .storm-table tr:nth-child(odd) td {
        background: white; } }
    .tpremote-checkout .faq .storm-table tr td {
      background: white;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 5px 15px;
      font-size: 14px;
      margin: -1px; }
      @media (min-width: 600px) {
        .tpremote-checkout .faq .storm-table tr td .button {
          margin: -5px; } }
      .tpremote-checkout .faq .storm-table tr td:first-child {
        font-size: 18px;
        border-bottom: 1px solid #e4e4e4;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px; }
        @media (max-width: 600px) {
          .tpremote-checkout .faq .storm-table tr td:first-child:before {
            width: 70%;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            content: attr(data-th) "";
            font-weight: 100;
            /*width: 50%; // magic number :( adjust according to your own content*/
            display: none !important; } }
        @media (min-width: 600px) {
          .tpremote-checkout .faq .storm-table tr td:first-child:before {
            display: block; } }
      .tpremote-checkout .faq .storm-table tr td:last-child {
        font-size: 18px;
        font-weight: lighter; }
        @media (max-width: 600px) {
          .tpremote-checkout .faq .storm-table tr td:last-child:before {
            width: 70%;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            content: attr(data-th) "";
            font-weight: 100;
            /*width: 50%; // magic number :( adjust according to your own content*/
            display: none !important; } }
        @media (min-width: 600px) {
          .tpremote-checkout .faq .storm-table tr td:last-child:before {
            display: none !important; } }
      @media (max-width: 600px) {
        .tpremote-checkout .faq .storm-table tr td {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center; } }
      .tpremote-checkout .faq .storm-table tr td:last-child {
        margin-bottom: 20px;
        border-left: 5px solid #0e90d2;
        border-right: 5px solid #0e90d2; }
      @media (max-width: 600px) {
        .tpremote-checkout .faq .storm-table tr td:before {
          width: 70%;
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          content: attr(data-th) "";
          font-weight: 100;
          /*width: 50%; // magic number :( adjust according to your own content*/
          display: block; } }
      @media (min-width: 600px) {
        .tpremote-checkout .faq .storm-table tr td:before {
          display: block; } }
  .tpremote-checkout .faq .storm-table .arrow {
    min-width: 100px;
    margin: 5px;
    padding: 10px 10px 21px 10px;
    background-color: #007BB7;
    border: 0;
    height: 30px; }
    .tpremote-checkout .faq .storm-table .arrow:hover {
      cursor: pointer; }
    @media (max-width: 600px) {
      .tpremote-checkout .faq .storm-table .arrow {
        width: calc(33% - 15px);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    .tpremote-checkout .faq .storm-table .arrow i {
      width: 100%; }
  .tpremote-checkout .faq .storm-table .dropdownSizes {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100px;
    width: 100px;
    margin: 5px;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
    @media (max-width: 600px) {
      .tpremote-checkout .faq .storm-table .dropdownSizes {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0px;
        margin-bottom: 5px;
        width: calc(33% - 15px);
        max-width: 33% !important; } }
    @media (max-width: 1024px) {
      .tpremote-checkout .faq .storm-table .dropdownSizes {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0px;
        margin-bottom: 5px;
        max-width: 100px; } }
    .tpremote-checkout .faq .storm-table .dropdownSizes:after {
      font-family: 'FontAwesome';
      font-weight: 900;
      content: '\f0dc';
      font-size: 20px;
      margin-left: -35px;
      opacity: 0.3;
      color: black;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-left: 20px;
      padding-right: 10px;
      pointer-events: none; }
    .tpremote-checkout .faq .storm-table .dropdownSizes:hover:after {
      opacity: 1.0; }
    .tpremote-checkout .faq .storm-table .dropdownSizes select {
      background: transparent;
      padding: 3px 5px;
      font-size: 18px;
      border: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-appearance: none;
      color: black;
      outline: none;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 30px;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding-left: 20px;
      padding-right: 10px; }

.faq .spacer {
  font-size: 20px;
  padding: 20px;
  font-weight: bold; }

.faq .text {
  padding: 10px 20px; }

.faq p {
  padding: 0px 0px 0px 20px; }

.faq .storm-table {
  width: 100%;
  margin: 15px 0;
  font-family: roboto;
  color: #2f2f2f; }
  .faq .storm-table table {
    border-spacing: 0px;
    width: 100%; }
    .faq .storm-table table thead {
      display: none; }
      @media (min-width: 600px) {
        .faq .storm-table table thead {
          display: table-header-group; } }
  .faq .storm-table th {
    padding: 5px;
    text-align: left;
    font-weight: 100;
    display: none !important; }
  .faq .storm-table tr {
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .faq .storm-table tr:nth-child(odd) td {
        background: white; } }
    .faq .storm-table tr td {
      background: white;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 20px; }
      @media (min-width: 600px) {
        .faq .storm-table tr td .button {
          margin: -5px; } }
      .faq .storm-table tr td:first-child {
        font-size: 25px;
        border-bottom: 1px solid #e4e4e4;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px; }
        @media (max-width: 600px) {
          .faq .storm-table tr td:first-child:before {
            width: 70%;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            content: attr(data-th) "";
            font-weight: 100;
            /*width: 50%; // magic number :( adjust according to your own content*/
            display: none !important; } }
        @media (min-width: 600px) {
          .faq .storm-table tr td:first-child:before {
            display: block; } }
      .faq .storm-table tr td:last-child {
        font-size: 18px;
        font-weight: lighter; }
      @media (max-width: 600px) {
        .faq .storm-table tr td {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center; } }
      .faq .storm-table tr td:last-child {
        margin-bottom: 20px;
        border-left: 5px solid #0e90d2;
        border-right: 5px solid #0e90d2; }
      @media (max-width: 600px) {
        .faq .storm-table tr td:before {
          width: 70%;
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          content: attr(data-th) "";
          font-weight: 100;
          /*width: 50%; // magic number :( adjust according to your own content*/
          display: none; } }
      @media (min-width: 600px) {
        .faq .storm-table tr td:before {
          display: block; } }
  .faq .storm-table .arrow {
    min-width: 100px;
    margin: 5px;
    padding: 10px 10px 21px 10px;
    background-color: #007BB7;
    border: 0;
    height: 30px; }
    .faq .storm-table .arrow:hover {
      cursor: pointer; }
    @media (max-width: 600px) {
      .faq .storm-table .arrow {
        width: calc(33% - 15px);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    .faq .storm-table .arrow i {
      width: 100%; }
  .faq .storm-table .dropdownSizes {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100px;
    width: 100px;
    margin: 5px;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
    @media (max-width: 600px) {
      .faq .storm-table .dropdownSizes {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0px;
        margin-bottom: 5px;
        width: calc(33% - 15px);
        max-width: 33% !important; } }
    @media (max-width: 1024px) {
      .faq .storm-table .dropdownSizes {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0px;
        margin-bottom: 5px;
        max-width: 100px; } }
    .faq .storm-table .dropdownSizes:after {
      font-family: 'FontAwesome';
      font-weight: 900;
      content: '\f0dc';
      font-size: 20px;
      margin-left: -35px;
      opacity: 0.3;
      color: black;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-left: 20px;
      padding-right: 10px;
      pointer-events: none; }
    .faq .storm-table .dropdownSizes:hover:after {
      opacity: 1.0; }
    .faq .storm-table .dropdownSizes select {
      background: transparent;
      padding: 3px 5px;
      font-size: 18px;
      border: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-appearance: none;
      color: black;
      outline: none;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 30px;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding-left: 20px;
      padding-right: 10px; }

.defaultList .light {
  background: #FFF !important; }
  .defaultList .light .heading {
    color: #000 !important;
    margin-bottom: 0px;
    padding: 0px;
    border-bottom: 1px solid black; }

.defaultList p {
  color: #9c9c9c;
  font-family: Roboto;
  font-size: 20px;
  padding: 10px 10px; }

.defaultList .storm-table {
  width: 100%;
  margin: 15px 0;
  font-family: roboto;
  color: #313131; }
  .defaultList .storm-table table {
    border-spacing: 0px;
    width: 100%; }
    .defaultList .storm-table table thead {
      display: none; }
      @media (min-width: 600px) {
        .defaultList .storm-table table thead {
          display: table-header-group; } }
  .defaultList .storm-table th {
    padding: 5px;
    text-align: left;
    font-weight: 100; }
  @media (min-width: 600px) {
    .defaultList .storm-table tr:nth-child(odd) td {
      background: white; } }
  .defaultList .storm-table tr td {
    background: white;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
    border-bottom: 1px solid white;
    margin-top: -1px; }
    @media (min-width: 600px) {
      .defaultList .storm-table tr td .button {
        margin: -5px; } }
    @media (min-width: 600px) {
      .defaultList .storm-table tr td {
        padding: 5px;
        display: table-cell; }
        .defaultList .storm-table tr td .button {
          background: #0078b4;
          width: 100%;
          text-align: center; } }
    @media (max-width: 600px) {
      .defaultList .storm-table tr td {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: -1px; }
        .defaultList .storm-table tr td:first-child {
          padding-top: 10px; }
        .defaultList .storm-table tr td:last-child {
          padding-bottom: 20px; }
          .defaultList .storm-table tr td:last-child .section {
            border-left: none !important; }
          .defaultList .storm-table tr td:last-child:before {
            display: none; }
          .defaultList .storm-table tr td:last-child .button {
            background: #0078b4;
            width: 100%;
            margin-top: 20px;
            text-align: center;
            padding: 5px 0px; } }
    @media (max-width: 380px) {
      .defaultList .storm-table tr td {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 13px;
        margin-top: -1px; }
        .defaultList .storm-table tr td:first-child {
          padding-top: 10px; }
        .defaultList .storm-table tr td:last-child {
          padding-bottom: 20px; }
          .defaultList .storm-table tr td:last-child:before {
            display: none; }
          .defaultList .storm-table tr td:last-child .button {
            background: #0078b4;
            width: 100%;
            margin-top: 20px;
            text-align: center;
            padding: 5px 0px; } }
    .defaultList .storm-table tr td:last-child {
      margin-bottom: 20px; }
    @media (max-width: 600px) {
      .defaultList .storm-table tr td:before {
        max-width: 90px;
        font-size: 13px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        content: attr(data-th) "";
        /*width: 50%; // magic number :( adjust according to your own content*/
        display: inline-block; } }
    @media (min-width: 600px) {
      .defaultList .storm-table tr td:before {
        display: none; } }
  .defaultList .storm-table .arrow {
    min-width: 100px;
    margin: 5px;
    padding: 10px 10px 21px 10px;
    background-color: #007BB7;
    border: 0;
    height: 30px; }
    .defaultList .storm-table .arrow:hover {
      cursor: pointer; }
    @media (max-width: 600px) {
      .defaultList .storm-table .arrow {
        width: calc(33% - 15px);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    .defaultList .storm-table .arrow i {
      width: 100%; }
  .defaultList .storm-table .dropdownSizes {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100px;
    width: 100px;
    margin: 5px;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
    @media (max-width: 600px) {
      .defaultList .storm-table .dropdownSizes {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0px;
        margin-bottom: 5px;
        width: calc(33% - 15px);
        max-width: 33% !important; } }
    @media (max-width: 1024px) {
      .defaultList .storm-table .dropdownSizes {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0px;
        margin-bottom: 5px;
        max-width: 100px; } }
    .defaultList .storm-table .dropdownSizes:after {
      font-family: 'FontAwesome';
      font-weight: 900;
      content: '\f0dc';
      font-size: 20px;
      margin-left: -35px;
      opacity: 0.3;
      color: black;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-left: 20px;
      padding-right: 10px;
      pointer-events: none; }
    .defaultList .storm-table .dropdownSizes:hover:after {
      opacity: 1.0; }
    .defaultList .storm-table .dropdownSizes select {
      background: transparent;
      padding: 3px 5px;
      font-size: 18px;
      border: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-appearance: none;
      color: black;
      outline: none;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 30px;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding-left: 20px;
      padding-right: 10px; }

.storm-calendar-workspace {
  font-family: roboto;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .storm-calendar-workspace .menubar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
      .storm-calendar-workspace .menubar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; } }
    .storm-calendar-workspace .menubar .heading {
      font-size: 30px;
      font-weight: 200; }
    @media (max-width: 600px) {
      .storm-calendar-workspace .menubar .buttons {
        margin-top: 5px;
        width: 100%; } }
    .storm-calendar-workspace .menubar .buttons .button {
      padding: 5px 10px; }
      @media (max-width: 600px) {
        .storm-calendar-workspace .menubar .buttons .button {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .storm-calendar-workspace .menubar .switcher > * {
      cursor: pointer;
      padding: 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
    @media (max-width: 600px) {
      .storm-calendar-workspace .menubar .switcher {
        margin-top: 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .storm-calendar-workspace > .content {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto; }
    .storm-calendar-workspace > .content > .storm-calendar-month {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media (max-width: 600px) {
        .storm-calendar-workspace > .content > .storm-calendar-month .storm-calendar-week {
          min-height: 50px; } }
    .storm-calendar-workspace > .content > .storm-calendar-day {
      width: 100%; }

.storm-calendar-week {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.storm-calendar-day {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .storm-calendar-day .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(255, 255, 255, 0.1); }
    .storm-calendar-day .heading > * {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
    .storm-calendar-day .heading .title {
      font-size: 10px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-left: 5px; }
    .storm-calendar-day .heading .number {
      text-align: right;
      padding: 3px;
      background-color: black;
      min-width: 30px;
      color: white;
      text-align: center; }
  .storm-calendar-day .content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto; }
  .storm-calendar-day.ghost {
    opacity: 0.5; }
  .storm-calendar-day.today {
    background-color: rgba(255, 255, 255, 0.7); }
  .storm-calendar-day.micro {
    text-align: center;
    padding: 10px;
    min-height: 0px !important; }
  @media (min-width: 600px) {
    .storm-calendar-day:hover {
      background-color: rgba(255, 255, 255, 0.5); } }
  @media (max-width: 1024px) {
    .storm-calendar-day:active {
      background-color: rgba(255, 255, 255, 0.5); } }

.storm-calendar-month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .storm-calendar-month .storm-calendar-week {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 100px; }
  @media (max-width: 600px) {
    .storm-calendar-month .weekDays {
      overflow: hidden; } }
  .storm-calendar-month .weekDays > * {
    padding: 5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 600px) {
      .storm-calendar-month .weekDays > * {
        display: block;
        visibility: hidden; } }
    .storm-calendar-month .weekDays > *:first-letter {
      visibility: visible; }

.storm-calendar-year .yearmonth {
  padding: 5px; }
  @media (max-width: 600px) {
    .storm-calendar-year .yearmonth {
      width: 100%; } }
  .storm-calendar-year .yearmonth .today {
    background-color: #00afef; }
  .storm-calendar-year .yearmonth .title {
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    color: white; }
    @media (min-width: 600px) {
      .storm-calendar-year .yearmonth .title:hover {
        color: #00afef; } }
    @media (max-width: 1024px) {
      .storm-calendar-year .yearmonth .title:active {
        color: #00afef; } }
  .storm-calendar-year .yearmonth .storm-calendar-week {
    min-height: auto; }
  .storm-calendar-year .yearmonth .weekDays > * {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    padding: 5px; }

/**
	@author Dylan Vorster
	@component Feeditem
	@theme spaceport
 */
.feed-item {
  background-color: #141414;
  font-family: roboto;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border-left: 5px #00afef solid;
  border-right: 5px #00afef solid;
  margin-top: 5px; }
  .feed-item .meta {
    color: rgba(0, 175, 239, 0.5);
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .feed-item .info {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px; }
  .feed-item .content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .feed-item:nth-child(even) {
    background-color: #0d0d0d !important; }
  .feed-item > .fa {
    text-align: center;
    min-width: 70px;
    color: white;
    font-size: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    opacity: 0.2; }
  .feed-item .fa-star {
    cursor: pointer;
    font-size: 20px !important; }
    .feed-item .fa-star:hover {
      color: #00afef !important;
      opacity: 1 !important; }
  .feed-item .starred {
    opacity: 1 !important; }
  .feed-item .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .feed-item .tags .tag {
      background-color: #646464;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-size: 10px;
      padding: 1px 10px;
      margin-left: 2px;
      color: white; }

/**
	@component Checkmark
	@theme spaceport
 */
.checkmark-wrapper {
  width: 200px; }
  .checkmark-wrapper .checkmark {
    stroke: #c0ff00;
    stroke-dashoffset: 745.74853515625;
    stroke-dasharray: 745.74853515625;
    -webkit-animation: dash 2s ease-out forwards;
    animation: dash 2s ease-out forwards; }

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625; }
  100% {
    stroke-dashoffset: 0; } }

#paygatepayment {
  display: none !important; }

.paymentOption {
  font-family: Roboto;
  min-height: 75px;
  min-width: 300px;
  max-width: 300px;
  color: white;
  border: solid 2px #00c0ff;
  border-left-width: 15px;
  cursor: pointer;
  text-select: none;
  text-decoration: none;
  margin: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 600px) {
    .paymentOption {
      min-width: 100%; } }
  .paymentOption img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .paymentOption > .info {
    padding: 10px 10px; }
  .paymentOption .balance {
    font-family: roboto;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px; }
    .paymentOption .balance > * {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
    .paymentOption .balance .amount {
      font-size: 24px; }
    .paymentOption .balance .info {
      opacity: 0.3;
      font-size: 13px;
      padding-left: 10px; }
  .paymentOption > .fa-spin {
    color: white;
    font-size: 20px;
    width: auto !important; }
  .paymentOption.notallowed {
    background: rgba(255, 0, 0, 0.2);
    border-color: red;
    cursor: none; }
    .paymentOption.notallowed > .name {
      background: rgba(255, 0, 0, 0.2); }
  .paymentOption > .name {
    background: rgba(0, 192, 255, 0.2);
    color: white;
    padding: 5px 10px; }

.placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 100%;
  font-family: roboto;
  color: white; }
  .placeholder > .icon, .placeholder > .text {
    margin: 5px;
    text-align: center; }
  .placeholder > .icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .placeholder > .icon .fa {
      font-size: 40px;
      width: auto !important; }
  .placeholder > .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    font-size: 16px; }
  .placeholder > .subText {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    color: grey; }
  .placeholder > .elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

/**
	@component ImageCropper
*/
.imageCropper > .savingBusy {
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Roboto'; }
  @media (max-width: 600px) {
    .imageCropper > .savingBusy {
      width: 100%; } }
  .imageCropper > .savingBusy > .loaderIcon {
    margin-bottom: 10px;
    font-size: 32px; }
  .imageCropper > .savingBusy > .busyText {
    font-weight: 300; }

.imageCropper > .cropperContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .imageCropper > .cropperContainer > .cropperImage {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 600px) {
      .imageCropper > .cropperContainer > .cropperImage {
        max-width: 100%; } }
  .imageCropper > .cropperContainer > .button {
    height: 50px;
    text-align: center;
    margin-top: 2px;
    background-color: rgba(0, 0, 0, 0.5); }
    .imageCropper > .cropperContainer > .button > span {
      font-size: 17px;
      font-weight: 400; }

.imageCropper > .currentImage {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  @media (max-width: 600px) {
    .imageCropper > .currentImage {
      width: 300px !important;
      height: 188px !important;
      max-height: 35vw; } }
  .imageCropper > .currentImage > .dropZone {
    width: 100%;
    height: 100%;
    border: none;
    max-width: 100%; }

@media (max-width: 600px) {
  .imageCropper > .registerAvatar {
    width: 150px !important;
    height: 193px !important;
    max-height: 100vw; } }

@media (max-width: 380px) {
  .imageCropper > .registerAvatar {
    width: 130px !important;
    height: 167px !important;
    max-height: 100vw; } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(-2deg); } }

@keyframes float {
  0% {
    -webkit-transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(-2deg); } }

.tooltip-container {
  position: relative; }
  .tooltip-container .tooltip {
    position: absolute;
    right: -154px;
    width: 150px;
    z-index: 10; }
    .tooltip-container .tooltip .arrow-box {
      cursor: pointer;
      -webkit-animation: float 3s ease infinite;
      animation: float 3s ease infinite;
      position: relative;
      background: #000000;
      border: 3px solid orange;
      font-size: 12px;
      padding: 5px 10px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: white;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      font-family: roboto;
      margin-top: -5px; }
      .tooltip-container .tooltip .arrow-box:after, .tooltip-container .tooltip .arrow-box:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .tooltip-container .tooltip .arrow-box:after {
        border-color: rgba(0, 0, 0, 0);
        border-right-color: #000000;
        border-width: 10px;
        margin-top: -10px; }
      .tooltip-container .tooltip .arrow-box:before {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: orange;
        border-width: 13px;
        margin-top: -13px; }

.barcodeScanner .dropZone {
  background: rgba(0, 0, 0, 0.5);
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-size: 24px; }
  @media (max-width: 600px) {
    .barcodeScanner .dropZone {
      width: 100%; } }

.barcodeScanner .usage {
  font-family: Roboto;
  color: white;
  font-weight: 300;
  margin-top: 10px;
  font-size: 12px; }

.dateSelector {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .dateSelector > .year, .dateSelector > .month, .dateSelector > .day, .dateSelector > .storm-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    padding: 5px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: white;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .dateSelector > .storm-button {
    margin-left: 10px;
    -webkit-transition: background 100ms ease;
    -o-transition: background 100ms ease;
    transition: background 100ms ease; }
    .dateSelector > .storm-button:active {
      background-color: rgba(0, 175, 239, 0.2); }
  .dateSelector > .year, .dateSelector > .month, .dateSelector > .day {
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.75); }
    .dateSelector > .year:last-of-type, .dateSelector > .month:last-of-type, .dateSelector > .day:last-of-type {
      -webkit-box-shadow: none;
      box-shadow: none; }
  @media (min-width: 600px) {
    .dateSelector > .year, .dateSelector > .month, .dateSelector > .day, .dateSelector > .storm-button {
      min-width: 85px; } }
  @media (max-width: 600px) {
    .dateSelector {
      min-width: 100%; }
      .dateSelector > .year, .dateSelector > .month, .dateSelector > .day, .dateSelector > .storm-button {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 5px 10px 5px;
        font-size: 14px; } }

/*------------------ OPTIONS ------------------- */
/* !==== This is the main colour ====! */
/* !==== Primary Colours */
/* Off white temp */
/* !==== Secondary Colours */
/*$color_primary: rgb(192,255,0); //GREEN*/
/*$color_primary: rgb(0,192,255); //BLUE*/
/* !==== This is the main colour ====! */
/* Warning */
/* Error/Failure */
/* Success */
/* !==== This is the main colour of the desktop sidebars ====!*/
/* !==== Color for the header ====! */
/*$color_header_background: rgb(240,240,240); //light*/
/* !==== Color for the footer ====! */
/* !==== Size of a phone ====! */
/**
	Function for figuring out if something is light or dark
*/
.workspace.account-settings .section {
  /*background-color: rgba(black,0.7) !important;*/ }
  .workspace.account-settings .section .content {
    padding: 20px; }
    @media (max-width: 600px) {
      .workspace.account-settings .section .content {
        padding: 10px; } }

.workspace.account-settings hr {
  margin-bottom: 20px; }

.workspace.account-settings .subsection {
  padding: 10px;
  font-family: 'roboto';
  color: white;
  overflow: hidden; }
  @media (max-width: 600px) {
    .workspace.account-settings .subsection {
      padding: 0;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-bottom: 20px;
      text-align: center; } }
  .workspace.account-settings .subsection li {
    text-align: center; }
    @media (max-width: 600px) {
      .workspace.account-settings .subsection li {
        text-align: left; } }
  .workspace.account-settings .subsection .name {
    font-size: 22px;
    padding-bottom: 10px; }
  .workspace.account-settings .subsection .desc {
    font-size: 13px;
    padding-bottom: 10px;
    opacity: 0.5; }
  @media (max-width: 600px) {
    .workspace.account-settings .subsection .children {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 600px) {
    .workspace.account-settings .subsection .children > * {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  @media (max-width: 600px) {
    .workspace.account-settings .subsection table {
      width: 100%; } }
  .workspace.account-settings .subsection h4 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .workspace.account-settings .subsection label {
    font-weight: 300 !important; }

.workspace.account-settings .verify {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px; }
  .workspace.account-settings .verify > * {
    display: inline-block; }

/*------------------ OPTIONS ------------------- */
/* !==== This is the main colour ====! */
/* !==== Primary Colours */
/* Off white temp */
/* !==== Secondary Colours */
/*$color_primary: rgb(192,255,0); //GREEN*/
/*$color_primary: rgb(0,192,255); //BLUE*/
/* !==== This is the main colour ====! */
/* Warning */
/* Error/Failure */
/* Success */
/* !==== This is the main colour of the desktop sidebars ====!*/
/* !==== Color for the header ====! */
/*$color_header_background: rgb(240,240,240); //light*/
/* !==== Color for the footer ====! */
/* !==== Size of a phone ====! */
/**
	Function for figuring out if something is light or dark
*/
.profilesContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 600px) {
    .profilesContainer {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .profilesContainer > .profileCard {
    margin: 5px; }

.controlsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  @media (max-width: 600px) {
    .controlsContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .controlsContainer > .search {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 600px) {
      .controlsContainer > .search {
        margin: 0;
        width: 100%;
        margin-bottom: 2px; } }
    .controlsContainer > .search > input {
      font-size: 18px;
      font-weight: 300;
      color: white;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      outline: none;
      border: none;
      background: rgba(0, 0, 0, 0.5);
      padding: 10px; }
  .controlsContainer > .icontab {
    margin-right: 10px; }
    .controlsContainer > .icontab .tab .fa {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.5);
      padding: 0; }
      @media (max-width: 600px) {
        .controlsContainer > .icontab .tab .fa {
          font-size: 15px; } }
    .controlsContainer > .icontab .selected {
      border-bottom-width: 2px !important; }
      .controlsContainer > .icontab .selected .fa {
        color: white; }
  @media (max-width: 600px) {
    .controlsContainer > .button {
      width: 100%;
      margin-bottom: 2px; } }

/*.profilesContainer.small {
	& > .profileCard {
		& > .contentContainer {
			& > .tagBar, & > .description, & > .optionBar {
				display: none;
			}
		}
	}
}*/
.profilesContainer.list > .profileCard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 480px;
  -ms-flex: 1 1 480px;
  flex: 1 1 480px; }
  .profilesContainer.list > .profileCard > .avatar {
    min-width: 150px;
    min-height: 150px; }
    .profilesContainer.list > .profileCard > .avatar > .name {
      font-size: 11px; }
  .profilesContainer.list > .profileCard > .contentContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .profilesContainer.list > .profileCard > .contentContainer > .description {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .profilesContainer.list > .profileCard > .contentContainer > .optionBar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .profilesContainer.list > .profileCard > .contentContainer > .optionBar > .button {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }

.profileCard {
  font-family: Roboto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .profileCard > .avatar {
    min-width: 250px;
    min-height: 250px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer; }
    .profileCard > .avatar > .name {
      padding: 8px;
      position: absolute;
      min-height: 10px;
      background: rgba(0, 0, 0, 0.7);
      bottom: 0;
      left: 0;
      right: 0;
      color: white; }
      .profileCard > .avatar > .name > span {
        margin-right: 5px;
        font-weight: 500; }
        .profileCard > .avatar > .name > span:last-of-type {
          margin: 0;
          font-weight: 300; }
  .profileCard > .contentContainer {
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .profileCard > .contentContainer > .metaBar {
      font-size: 11px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .profileCard > .contentContainer > .metaBar > *:first-child {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .profileCard > .contentContainer > .metaBar > span {
        padding: 5px 12px; }
        .profileCard > .contentContainer > .metaBar > span.invite {
          background: orange; }
        .profileCard > .contentContainer > .metaBar > span.parent {
          background: #00c0ff; }
        .profileCard > .contentContainer > .metaBar > span.child {
          background: #c000ff; }
        .profileCard > .contentContainer > .metaBar > span.friend {
          background: #c0ff00; }
        .profileCard > .contentContainer > .metaBar > span:last-of-type {
          font-weight: 300;
          color: white;
          background: inherit;
          padding: 5px;
          -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
          flex-shrink: 1;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
          flex-grow: 0; }
    .profileCard > .contentContainer > .tagBar {
      font-size: 13px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 3px; }
      .profileCard > .contentContainer > .tagBar > .tag {
        color: white;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        white-space: nowrap;
        padding: 1px 5px;
        margin: 3px; }
        .profileCard > .contentContainer > .tagBar > .tag:after {
          -webkit-border-radius: 5px;
          border-radius: 5px;
          content: ' ';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.1)));
          background: -webkit-linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1));
          background: -o-linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1));
          background: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1)); }
    .profileCard > .contentContainer > .description {
      padding: 5px;
      color: #aaaaaa;
      font-size: 13px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .profileCard > .contentContainer > .optionBar {
      margin-top: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      color: white; }
      .profileCard > .contentContainer > .optionBar > .button {
        margin-left: 1px;
        background: rgba(255, 255, 255, 0.1); }
        .profileCard > .contentContainer > .optionBar > .button > span {
          padding: 5px 10px; }
        .profileCard > .contentContainer > .optionBar > .button:last-child {
          background: rgba(0, 0, 0, 0.6); }
        .profileCard > .contentContainer > .optionBar > .button:hover {
          background: rgba(0, 175, 239, 0.5); }

/*------------------ OPTIONS ------------------- */
/* !==== This is the main colour ====! */
/* !==== Primary Colours */
/* Off white temp */
/* !==== Secondary Colours */
/*$color_primary: rgb(192,255,0); //GREEN*/
/*$color_primary: rgb(0,192,255); //BLUE*/
/* !==== This is the main colour ====! */
/* Warning */
/* Error/Failure */
/* Success */
/* !==== This is the main colour of the desktop sidebars ====!*/
/* !==== Color for the header ====! */
/*$color_header_background: rgb(240,240,240); //light*/
/* !==== Color for the footer ====! */
/* !==== Size of a phone ====! */
/**
	Function for figuring out if something is light or dark
*/
.sectionsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (max-width: 1024px) {
    .sectionsContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 600px) {
    .sectionsContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .sectionsContainer > .leftSection {
    background: rgba(0, 0, 0, 0.5); }
    .sectionsContainer > .leftSection .button .fa {
      color: white; }
    .sectionsContainer > .leftSection > .profileCard {
      padding: 20px 30px; }
      @media (max-width: 1024px) {
        .sectionsContainer > .leftSection > .profileCard {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media (max-width: 600px) {
        .sectionsContainer > .leftSection > .profileCard {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (max-width: 600px) {
        .sectionsContainer > .leftSection > .profileCard > .avatar {
          -webkit-background-size: cover;
          background-size: cover;
          background-position: center 25%; } }
      .sectionsContainer > .leftSection > .profileCard > .contentContainer {
        background: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (max-width: 1024px) {
          .sectionsContainer > .leftSection > .profileCard > .contentContainer {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1; } }
        .sectionsContainer > .leftSection > .profileCard > .contentContainer > .description {
          display: none; }
          @media (max-width: 1024px) {
            .sectionsContainer > .leftSection > .profileCard > .contentContainer > .description {
              -webkit-box-flex: 1;
              -webkit-flex: 1;
              -ms-flex: 1;
              flex: 1;
              display: block; } }
          @media (max-width: 600px) {
            .sectionsContainer > .leftSection > .profileCard > .contentContainer > .description {
              display: none; } }
        .sectionsContainer > .leftSection > .profileCard > .contentContainer > .optionBar {
          margin-top: 10px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          @media (max-width: 1024px) {
            .sectionsContainer > .leftSection > .profileCard > .contentContainer > .optionBar {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row; } }
          .sectionsContainer > .leftSection > .profileCard > .contentContainer > .optionBar > .button {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-top: 2px; }
  .sectionsContainer > .rightSection {
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px; }
    .sectionsContainer > .rightSection .section {
      margin-top: 0px; }

.workspace.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
