﻿@charset "UTF-8";
/**
 * Style file
 *
 * This file is compiled into style.css
 */
/* ---------- fonts -------------------*/
/* ---------- Import css reset ---------- */
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.inline2col {
    display: inline-block;
    vertical-align: top;
}

.col-narrow-padding {
    margin: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.module {
    padding: 7px;
    width: 100%;
    min-width: 300px;
    position: relative;
    opacity: 0.3;
    /*opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);*/
}

    .module .block {
        display: block;
        margin: 0 1px;
    }

    .module.loadReveal {
        opacity: 1;
        /*opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pop 0.1s cubic-bezier(0.64, 0.57, 0.67, 1.53);
          animation: pop 0.1s cubic-bezier(0.64, 0.57, 0.67, 1.53);*/
    }

.module-container {
    overflow-x: auto;
    overflow-y: hidden;
}

    .module-container::-webkit-scrollbar {
        height: 12px;
        background-color: rgb(55, 58, 66);
        border-radius: 10px;
    }

    .module-container::-webkit-scrollbar-thumb {
        background-color: #4B4F59;
        border-radius: 10px;
    }

.module .advancedOptions, .module .extraOptions {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    -webkit-transition: max-height 0.1s ease-out 0s, opacity 0.1s linear 0.1s;
    transition: max-height 0.1s ease-out 0s, opacity 0.1s linear 0.1s;
}

    .module .extraOptions.show {
        max-height: 500px;
        opacity: 1;
    }

.module.advancedMode .advancedOptions {
    max-height: 500px;
    opacity: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

a, a:link {
  text-decoration: none; }

/* ---------- Import variables ---------- */
/* Layout */
/* transition beziers */
/* ---------- Import base ---------- */
/**
 * Mixins
 *
 * Snippets of reusable CSS to develop faster and keep code readable
 */
/* ---------- Import design ---------- */
#login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  position: fixed;
  padding: 24px;
  /*.imagery {
		position:absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		display:block;
		background-size:cover;
		background-position:center;
		transform-origin: center 75%;
		transform:scale(1.8);
		animation: imagezoom 90s linear 0s infinite
	}*/ }
  #login .dialogue {
    position: relative;
    max-width: 420px;
    margin: 0 auto; }
    #login .dialogue .logo {
      height: 48px;
      margin: 24px auto;
      display: block; }

@keyframes imagezoom {
  0% {
    transform: scale(1.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1.8); } }

/* GUIDES (Temporary) --------------------------------------------------------------------------------------------------*/
body {
  position: relative; }

/* TYPOGRAPHY ---------------------------------------------------------------------------------------------------------*/
*, body, input {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal; }

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 24px 0; }
  p.footnote {
    font-size: 12px;
    line-height: 24px; }
  p strong {
    font-weight: bolder; }
  p.italic {
    font-style: italic; }

h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase; }

h3 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 24px 0; }

h2 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  margin: 0 0 24px 0; }
  h2 .icon {
    margin-right: 12px; }

h1 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 800; }
  h1 .icon {
    margin-right: 12px; }

.center {
  text-align: center; }

.stat {
  display: table;
  position: relative; }
  .stat .data {
    position: relative;
    display: table-cell;
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 24px 0;
    font-weight: 800; }
    .stat .data.large {
      font-size: 45px; }
    .stat .data.currency {
      padding: 0 0 0 10px; }
      .stat .data.currency:before {
        content: attr(currency-symbol);
        line-height: 28px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        font-weight: 700; }
  .stat label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    max-width: 100px;
    overflow-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    padding-left: 7px; }

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

ul.links li {
  line-height: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: inherit;
  margin: 0 0 24px 0; }

.codeSnippet {
  font-family: "Andale Mono", "Courier New", courier, monospace;
  font-size: 12px; }

/* GLOBAL ---------------------------------------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  padding-bottom: 48px; }
  @media (min-width: 1024px) {
    body {
      padding-bottom: 0; } }

#content {
  min-height: 100%; }
  @media (min-width: 1024px) {
    #content {
      margin-left: 96px;
      margin-top: 0; }
      #content.rightSideBarOpen {
        margin-right: 320px; } }

#bodyArea {
  overflow-x: hidden;
  position: relative;
  padding-bottom: 24px; }

/* #bodyArea {
	overflow-x:hidden;
	position:relative;
	transform:translateY(48px);
	opacity:0;
	&.reveal {
		transition:all 1s ease-out;
		opacity:1;
		transform:translateY(0);
	}
} */
#hotZones {
    padding-bottom: 2em;
}
#hotZones table tr th {
    color: white;
    text-align: center;
    line-height:1.2em;
    padding-bottom: 0.4em;
}
#fixedFooter {
    left: 96px;
    right: 320px;
    bottom: 0;
    position: fixed;
    z-index: 200;
    display: none;
}
  #fixedFooter.open {
    display: block; }

#navBar {
  position: fixed;
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1024px) {
    #navBar {
      width: 96px;
      min-height: 100%;
      height: 100vh;
      box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.1); } }

.dragBar {
  display: none; }
  @media (min-width: 1024px) {
    .dragBar {
      display: block;
      height: 100%;
      position: absolute;
      left: 100%;
      top: 0;
      width: 6px;
      cursor: col-resize;
      opacity: 0;
      z-index: 20; } }

#rightSideBar {
  box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 200;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 320px;
  display: none; }
  #rightSideBar .dragBar {
    right: 100%;
    left: auto; }
  #rightSideBar.open {
    display: block; }

.dpContainer {
  margin: 0 -12px 0 -12px;
  display: block;
}
  .dpContainer:after {
    content: "";
    display: table;
    clear: both; }
  .dpContainer .col {
    float: left;
    padding: 0 12px 24px 12px;
    width: 100%; }
    @media (min-width: 768px) {
      .dpContainer .col.one {
        width: 8.333%; }
      .dpContainer .col.two {
        width: 16.666%; }
      .dpContainer .col.three {
        width: 24.999%; }
      .dpContainer .col.four {
        width: 33.332%; }
      .dpContainer .col.five {
        width: 41.665%; }
      .dpContainer .col.six {
        width: 49.998%; }
      .dpContainer .col.seven {
        width: 58.331%; }
      .dpContainer .col.eight {
        width: 66.664%; }
      .dpContainer .col.nine {
        width: 74.997%; }
      .dpContainer .col.ten {
        width: 83.33%; }
      .dpContainer .col.eleven {
        width: 91.663%; }
      .dpContainer .col.twelve {
        width: 100%; } }
  .dpContainer .col.fixed.one {
    width: 8.333%; }
  .dpContainer .col.fixed.two {
    width: 16.666%; }
  .dpContainer .col.fixed.three {
    width: 24.999%; }
  .dpContainer .col.fixed.four {
    width: 33.332%; }
  .dpContainer .col.fixed.five {
    width: 41.665%; }
  .dpContainer .col.fixed.six {
    width: 49.998%; }
  .dpContainer .col.fixed.seven {
    width: 58.331%; }
  .dpContainer .col.fixed.eight {
    width: 66.664%; }
  .dpContainer .col.fixed.nine {
    width: 74.997%; }
  .dpContainer .col.fixed.ten {
    width: 83.33%; }
  .dpContainer .col.fixed.eleven {
    width: 91.663%; }
  .dpContainer .col.fixed.twelve {
    width: 100%; }

.fullPanel {
  display: block;
  min-height: 60vh;
  margin: 0 0 24px 0;
  padding: 24px 24px 0 24px; }
  .fullPanel.noPadding {
    padding: 0; }

.autofix_sb.fixed {
  position: fixed !important;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  height: 100%;
  overflow: auto; }

.autofix_sb.fixed.bottom {
  bottom: 0;
  position: absolute !important; }

.dpNav {
  list-style-type: none;
  display: flex;
  max-width: 475px;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 12px; }
  .dpNav #logo {
    display: none; }
  @media (min-width: 1024px) {
    .dpNav {
      display: block;
      width: 100%;
      padding: 0; } }
  .dpNav #logo {
    display: none; }
  .dpNav li {
    display: table; }
  .dpNav li, .dpNav #logo {
    font-size: 10px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    flex: 1 1 0%; }
    .dpNav li img, .dpNav #logo img {
      width: 100%;
      display: inline-block;
      max-width: 100px;
      margin: 0 auto; }
    .dpNav li span, .dpNav #logo span {
      margin: 0 auto 0 auto;
      display: block; }
    .dpNav li .icon, .dpNav #logo .icon {
      height: 24px;
      display: inline-block;
      width: 24px;
      margin: 6px 0 0 0;
      content: "•";
      transition: 150ms ease-in-out; }
    @media (min-width: 1024px) {
      .dpNav li, .dpNav #logo {
        display: block;
        width: 100%;
        font-size: 14px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 12px; }
        .dpNav li .icon, .dpNav #logo .icon {
          height: 32px;
          width: 32px;
          margin: 0 0 6px 0;
          vertical-align: middle; }
        .dpNav li span, .dpNav #logo span {
          line-height: 16px;
          display: block; }
        .dpNav li.active:before, .dpNav #logo.active:before {
          height: 100%;
          width: 5px;
          content: "";
          display: block;
          position: absolute;
          left: 0px;
          top: 0; }
        .dpNav li:hover .icon, .dpNav #logo:hover .icon {
          transform: scale(1.2); }
        .dpNav li:active .icon, .dpNav #logo:active .icon {
          transition: 50ms ease-in-out;
          transform: scale(0.8); } }

@media (min-width: 1024px) {
  #navBar.small #logo {
    padding: 7px 10%; }
  #navBar.small .dpNav li {
    padding: 0; }
    #navBar.small .dpNav li span {
      display: none; }
    #navBar.small .dpNav li .icon {
      margin: 12px 0; }
    #navBar.small .dpNav li:before {
      width: 3px; }
  #navBar.medium .dpNav li span {
    display: block; }
  #navBar.large .dpNav li {
    text-align: left; }
    #navBar.large .dpNav li .icon {
      margin: 0 12px 0 0;
      display: inline-block; }
    #navBar.large .dpNav li span {
      display: inline-block;
      font-size: 16px; }
  #navBar.large #logo {
    text-align: center; } }

header {
  margin: 0 0 0 0; }
  header #toolBar {
    height: 47px;
    margin-bottom: 1px;
    width: 100%;
    display: block;
    padding: 0 24px; }
    header #toolBar .toolGroup:nth-of-type(1) {
      min-width: 0; }
    header #toolBar #breadCrumb {
      list-style-type: none;
      line-height: 24px;
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      min-width: 0;
      overflow: hidden;
      white-space: nowrap;
      overflow: hidden; }
      header #toolBar #breadCrumb li {
        min-width: 0;
        line-height: 24px;
        display: inline-block;
        margin-right: 6px;
        font-weight: 400;
        vertical-align: middle;
        white-space: nowrap; }
        header #toolBar #breadCrumb li span {
          display: inline-block;
          vertical-align: middle;
          height: 24px;
          min-width: 0;
          white-space: nowrap; }
        header #toolBar #breadCrumb li .icon.chev-right {
          vertical-align: middle;
          line-height: 24px;
          width: 16px;
          height: 24px;
          margin: 0 6px; }
        header #toolBar #breadCrumb li:last-of-type {
          font-weight: 700;
          font-size: 16px; }
          header #toolBar #breadCrumb li:last-of-type .icon {
            display: none; }
        header #toolBar #breadCrumb li:not(:last-of-type) {
          display: none; }
          @media (min-width: 768px) {
            header #toolBar #breadCrumb li:not(:last-of-type) {
              display: inline-block; } }

#headerExpansion {
  margin: -1px 0 24px 0;
  position: relative;
  padding: 0 24px 0 24px; }
  #headerExpansion h1 {
    display: none; }
    @media (min-width: 768px) {
      #headerExpansion h1 {
        display: block; } }
  #headerExpansion:after {
    width: 48px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    pointer-events: none;
    z-index: 2; }

#pageTabs {
  list-style-type: none;
  min-width: calc(100% + $multiple);
  margin-right: -24px;
  margin-left: -24px;
  padding-right: 24px;
  padding-left: 24px;
  display: block;
  overflow-y: hidden;
  overflow-x: auto;
  height: 48px;
  white-space: nowrap;
  position: relative; }
  #pageTabs a:focus {
    outline: none; }
  #pageTabs li {
    line-height: 48px;
    font-size: 16px;
    white-space: nowrap;
    display: inline-block;
    padding: 0 24px;
    transition: 150ms ease-in-out;
    position: relative;
    cursor: pointer; }
    #pageTabs li:hover {
      transform: scale(1.1); }
    #pageTabs li:active {
      transform: scale(0.9); }
  #pageTabs #indicator {
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 24px;
    transition: 200ms ease-in-out; }

/* GLOBAL ---------------------------------------------------------------------------------------------------------*/
/* DESIGN ---------------------------------------------------------------------------------------------------------*/
.fullPanel {
  display: block;
  margin: 0 0 24px 0;
  padding: 24px 24px 0 24px; }

/* DESIGN ---------------------------------------------------------------------------------------------------------*/
.tools {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 48px;
  justify-content: space-between;
  align-items: center; }
  .tools .toolGroup {
    display: flex;
    align-items: center;
    height: 48px; }
  .tools.padding {
    padding: 0 24px; }

.expandableTool {
  position: relative;
  cursor: pointer;
  margin: 0 24px 0 0; }
  .expandableTool:last-of-type {
    margin: 0 0 0 0; }
  .expandableTool.notify .tool:after {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0px;
    right: -2px;
    content: "";
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    display: block; }
  .expandableTool .tool {
    transition: 150ms ease-in-out; }
    .expandableTool .tool:hover {
      transform: scale(1.2); }
    .expandableTool .tool:active {
      transition: 50ms ease-in-out;
      transform: scale(0.8); }
  .expandableTool .toolSelect {
    min-width: 100%;
    max-width: 272px;
    z-index: 25;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    visibility: hidden;
    border-radius: 3px;
    transform: translate(-50%, -12px);
    transition: 150ms ease-in-out; }
    .expandableTool .toolSelect h4, .expandableTool .toolSelect p {
      margin: 12px 0 12px 0; }
    .expandableTool .toolSelect ul {
      list-style-type: none; }
    .expandableTool .toolSelect li {
      position: relative;
      line-height: 48px;
      padding: 0 12px 0 12px; }
      .expandableTool .toolSelect li input {
        min-width: 248px; }
    .expandableTool .toolSelect.leftAlign {
      left: 0;
      transform: translate(0, -12px); }
    .expandableTool .toolSelect.rightAlign {
      left: auto;
      right: 0;
      transform: translate(0, -12px); }

.expandableTool:focus {
  outline: none; }

.expandableTool.simple:focus .toolSelect {
  opacity: 1;
  display: block;
  visibility: visible;
  transform: translate(-50%, 0px); }
  .expandableTool.simple:focus .toolSelect.leftAlign {
    transform: translate(0, 0px); }
  .expandableTool.simple:focus .toolSelect.rightAlign {
    transform: translate(0, 0px); }

.expandableTool:not(.simple) .toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  content: "";
  z-index: 2; }
  .expandableTool:not(.simple) .toggle:focus {
    outline: none; }

.expandableTool.open {
  outline: none; }
  .expandableTool.open .toggle {
    position: fixed;
    z-index: 20; }
  .expandableTool.open .toolSelect {
    opacity: 1;
    z-index: 40;
    display: block;
    visibility: visible;
    transform: translate(-50%, 0px); }
    .expandableTool.open .toolSelect.leftAlign {
      transform: translate(0, 0px); }
    .expandableTool.open .toolSelect.rightAlign {
      transform: translate(0, 0px); }

#themes .theme {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  display: block;
  transition: 100ms ease-in-out;
  cursor: pointer; }
  #themes .theme .icon {
    width: 16px;
    height: 16px;
    display: none;
    margin: 2px;
    transition: 150ms ease-in-out; }
  #themes .theme:hover {
    transform: scale(1.2); }
  #themes .theme:active {
    transition: 50ms ease-in-out;
    transform: scale(0.8); }
  #themes .theme.active .icon {
    display: block; }

#themes .toolSelect #themeChoices {
  transform: rotate(0deg);
  transition: 150ms ease-in-out;
  display: block; }
  #themes .toolSelect #themeChoices.switch {
    transform: rotate(180deg);
    transform-origin: center; }
    #themes .toolSelect #themeChoices.switch .icon {
      transform: rotate(180deg); }
  #themes .toolSelect #themeChoices .theme {
    margin: 12px 0 12px 0; }
  #themes .toolSelect #themeChoices a .icon {
    transition: 150ms ease-in-out; }
  #themes .toolSelect #themeChoices a:hover .icon {
    transform: scale(1.2); }
  #themes .toolSelect #themeChoices a:active .icon {
    transform: scale(0.8); }

.expandableTool:not(#themes) .toolSelect {
  min-width: 272px; }

.function {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }
  .function .icon {
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    margin: 0 6px 0 0; }
  .function .icon.chev-down {
    width: 16px; }
  .function span {
    vertical-align: middle;
    font-weight: 600;
    margin: 0 6px 0 0; }
  .function span.placeholder {
    font-weight: 400; }

#notifications ul li .icon {
  position: absolute;
  left: 12px;
  top: 0; }

#notifications ul li p {
  padding-left: 36px; }

.ct-label {
  fill: rgba(199, 199, 199, 0.8);
  color: rgba(199, 199, 199, 0.8);
  font-size: 12px;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(199, 199, 199, 0.5);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 12px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #7ED321; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #7ED321; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #F8E71C; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #F8E71C; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #D66E12; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #D66E12; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #D0021B; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #D0021B; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #A802D0; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #A802D0; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-legend {
  position: relative;
  z-index: 10; }
  .ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
    font-size: 12px; }
  .ct-legend li:before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px; }
  .ct-legend li.inactive:before {
    background: transparent; }
  .ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0; }
  .ct-legend .ct-series-0:before {
    background-color: #7ED321;
    border-color: #7ED321; }
  .ct-legend .ct-series-1:before {
    background-color: #F8E71C;
    border-color: #F8E71C; }
  .ct-legend .ct-series-2:before {
    background-color: #D66E12;
    border-color: #D66E12; }
  .ct-legend .ct-series-3:before {
    background-color: #D0021B;
    border-color: #D0021B; }
  .ct-legend .ct-series-4:before {
    background-color: #A802D0;
    border-color: #A802D0; }

.ct-slice-donut {
  stroke-width: 6px !important;
  stroke-linecap: round; }

.value-tiny .ct-series-a .ct-slice-donut {
  stroke: #E40000; }

.value-low .ct-series-a .ct-slice-donut {
  stroke: #D76E12; }

.value-med .ct-series-a .ct-slice-donut {
  stroke: #FFEE1B; }

.value-high .ct-series-a .ct-slice-donut {
  stroke: #7ED321; }

.ct-gauge .ct-label {
  text-anchor: middle;
  alignment-baseline: middle;
  font-size: 32px;
  font-weight: 900; }
  @media (min-width: 480px) {
    .ct-gauge .ct-label {
      font-size: 56px; } }
  @media (min-width: 768px) {
    .ct-gauge .ct-label {
      font-size: 32px; } }
  @media (min-width: 1024px) {
    .ct-gauge .ct-label {
      font-size: 56px; } }

.ct-label--post {
  text-anchor: middle;
  alignment-baseline: middle;
  font-size: 16px;
  transform: translateX(8px) translateY(5px); }
  @media (min-width: 480px) {
    .ct-label--post {
      transform: translateX(8px) translateY(10px); } }
  @media (min-width: 768px) {
    .ct-label--post {
      transform: translateX(8px) translateY(5px); } }
  @media (min-width: 1024px) {
    .ct-label--post {
      transform: translateX(8px) translateY(10px); } }

.ct-donut-wrapper {
  max-width: 272px; }

.starRating {
  display: block;
  max-width: 272px;
  vertical-align: middle;
  position: relative; }
  .starRating .icon {
    height: 48px;
    width: 20% !important;
    display: inline;
    vertical-align: middle; }
  .starRating .empty {
    position: relative;
    display: block;
    vertical-align: middle; }
  .starRating .full {
    position: absolute;
    left: 0;
    top: 0;
    display: block; }
  .starRating label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    max-width: 272px;
    overflow-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
    height: 32px;
    padding-left: 7px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow-y: visible;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.lineBreak {
  display: block;
  height: 1px; }

.dashBoard {
  margin: 24px 12px 0 12px; 
}

.dashBoard .col {
  padding: 0 6px 24px 6px; }
  .dashBoard .col .dpContainer .col {
    padding: 0 12px 24px 12px; }
  @media (min-width: 768px) {
    .dashBoard .col {
      padding: 0 12px 24px 12px; } }

.dashBoard .col:focus {
  outline: none; }

.panel {
  border-radius: 5px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 24px;
  overflow: hidden; }
  .panel .lineBreak {
    display: block;
    height: 1px;
    margin: 0 -24px 24px -24px;
    position: relative; }
  .panel .titleBar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 48px;
    padding: 0 12px;
    margin: 0 -24px 24px -24px;
    position: relative;
    display: block;
    line-height: 48px; }
    .panel .titleBar .icon {
      display: inline-block;
      vertical-align: middle;
      margin: 0 12px 0 0; }
    .panel .titleBar .title {
      font-size: 16px;
      font-weight: 600;
      display: inline-block;
      vertical-align: middle; }
  .panel.noPadding {
    padding: 0; }
    .panel.noPadding .titleBar {
      margin: 0; }
    .panel.noPadding .lineBreak {
      margin: 0 0 24px 0; }

.listedContent {
  list-style-type: none;
  margin: -24px -24px 0 -24px; }
  .listedContent li {
    padding: 24px 24px 0 24px;
    display: block; }
    .listedContent li p:not(:last-of-type) {
      margin: 0; }

label {
  font-size: 14px;
  line-height: 24px;
  display: block;
  font-weight: 700; }

input, .select, textarea {
  min-height: 36px;
  display: block;
  margin: 6px 0;
  border-radius: 5px;
  padding: 0 12px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 400; }

input[type=text], input[type=search], input[type=password], input[type=time], input[type=date], textarea {
  width: 100%; }

.inputWrap {
  margin: 0 0 24px 0;
  position: relative; }
  .inputWrap:after {
    content: "";
    display: table;
    clear: both; }
  .inputWrap .validation {
    position: absolute;
    right: 0;
    top: 100%; }
    .inputWrap .validation .icon {
      left: 0;
      right: 0; }
  .inputWrap .icon {
    height: 36px;
    top: 0;
    position: absolute;
    pointer-events: none; }

.inputWrap.withHint input {
  padding: 0 12px 0 42px; }

.inputWrap.withHint .icon {
  left: 12px; }

.inputWrap.withType input {
  padding: 0 42px 0 12px; }

.inputWrap.withType .icon {
  right: 12px; }

.inputWrap .validation {
  visibility: hidden;
  opacity: 0;
  transform: translateX(12px);
  height: 24px;
  font-size: 12px;
  display: block;
  text-align: right;
  font-style: italic;
  transition: 150ms ease-in-out; }
  .inputWrap .validation span {
    vertical-align: middle;
    display: inline-block;
    position: relative; }
  .inputWrap .validation .icon {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
    position: relative;
    left: 0;
    right: 0; }

input:invalid + .validation, select:invalid + .validation {
  visibility: visible;
  opacity: 1;
  transform: translateX(0); }

.select select {
  border: none;
  cursor: pointer;
  height: 36px;
  display: block;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  appearance: none;
  font-size: 16px;
  width: 100%; }
  .select select:active, .select select:focus {
    border: 0;
    outline: 0; }

.select option {
  padding: 12px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 48px; }

form label {
  text-transform: uppercase; }

.inputDoubleWrap:after {
  content: "";
  display: table;
  clear: both; }

.inputDoubleWrap .inputWrap {
  width: 50%;
  float: left;
  padding: 0 0 0 12px; }
  .inputDoubleWrap .inputWrap .icon {
    height: 100%; }
  .inputDoubleWrap .inputWrap:nth-of-type(odd) {
    padding: 0 12px 0 0; }
    .inputDoubleWrap .inputWrap:nth-of-type(odd) .icon {
      right: 24px; }

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none; }

/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 14px;
  height: 14px;
  border-radius: 3px; }

/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: '';
  background-image: url("iconography/svg/tick.svg");
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 18px;
  bottom: 0px;
  left: 2px;
  transition: all 0.1s ease-in-out;
  transform: scale(1.2);
  display: block; }

/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1.2); }

/* disabled checkbox */
.radioWrap {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled radio */ }
  .radioWrap input[type="radio"]:not(:checked),
  .radioWrap input[type="radio"]:checked {
    position: absolute;
    left: -9999px; }
  .radioWrap input[type="radio"]:not(:checked) + label,
  .radioWrap input[type="radio"]:checked + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none; }
  .radioWrap input[type="radio"]:not(:checked) + label:before,
  .radioWrap input[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 14px;
    height: 14px;
    border-radius: 50%; }
  .radioWrap input[type="radio"]:not(:checked) + label:after,
  .radioWrap input[type="radio"]:checked + label:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    bottom: 0px;
    left: 5px;
    transition: all 0.1s ease-in-out;
    transform: scale(1.2);
    display: block; }
  .radioWrap input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .radioWrap input[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1.2); }

/* accessibility */
/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
.switchery {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 9px 0;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box; }

.switchery > small {
  border-radius: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px; }

.switchery + label {
  display: inline-block;
  line-height: 48px;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none; }

/* Switchery sizes. */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px; }

.switchery-small > small {
  height: 20px;
  width: 20px; }

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px; }

.switchery-large > small {
  height: 40px;
  width: 40px; }

input::-webkit-calendar-picker-indicator {
  display: none; }

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

/*!
 * Datepicker v0.5.1
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-03-25T10:09:27.989Z
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  border: 5px solid transparent; }

.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.datepicker-inline {
  position: static; }

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0; }

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0; }

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto; }

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: ' '; }

.datepicker-panel > ul:after {
  clear: both; }

.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0; }

.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center; }

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default; }

.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px; }

.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px; }

.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default; }

.datepicker-hide {
  display: none; }

.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: 6.5em;
  outline: none;
  z-index: 10001;
  margin: 0;
  border-radius: 5px; }

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em; }

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em; }

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ui-timepicker-duration {
  margin-left: 5px; }

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  list-style: none;
  margin: 0; }

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  cursor: default; }

.cta {
  height: 36px;
  display: block;
  margin: 12px 0;
  border-radius: 5px;
  padding: 0 12px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: center;
  transition: 50ms linear;
  cursor: pointer;
  margin: 0 auto 24px auto; }
  .cta:focus {
    outline: none; }
  .cta span {
    display: block;
    transform: translateY(-3px);
    vertical-align: middle; }
    .cta span .icon {
      margin-top: -3px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
  .cta.inactive {
    cursor: not-allowed !important;
    line-height: 34px; }
    .cta.inactive span {
      transform: translateY(0px); }
  .cta:focus {
    outline: none; }
  .cta:not(.inactive):active span {
    transform: translateY(3px); }
  .cta.rightFloat {
    width: auto;
    min-width: 120px;
    float: right; }
  .cta.leftFloat {
    width: auto;
    min-width: 120px;
    float: left; }
  .cta.centerFloat {
    width: auto;
    min-width: 120px;
    margin: 0 auto 24px auto; }

.cta.progress span {
  display: block;
  height: 36px;
  width: 100%;
  position: relative; }
  .cta.progress span span {
    position: absolute;
    line-height: 35px;
    text-align: center;
    display: block;
    width: 100%;
    height: 35px;
    top: 0;
    left: 0;
    opacity: 1;
    transform: scale(1);
    transition: 200ms cubic-bezier(0.64, 0.57, 0.67, 1.53);
    color: #FFFFFF; }
    .cta.progress span span.two {
      opacity: 0;
      transform: scale(0); }
      .cta.progress span span.two .icon {
        margin: 0; }
    .cta.progress span span.three {
      opacity: 0;
      transform: scale(0); }
      .cta.progress span span.three .icon {
        margin: 0; }
    .cta.progress span span.four {
      opacity: 0;
      transform: scale(0); }
      .cta.progress span span.four .icon {
        margin: 0; }

.cta.progress.during span span.one {
  opacity: 0;
  transform: scale(0); }

.cta.progress.during span span.two {
  opacity: 1;
  transform: scale(1);
  transition: 200ms cubic-bezier(0.64, 0.57, 0.67, 1.53) 200ms; }
  .cta.progress.during span span.two .icon {
    animation: spinner 600ms infinite; }

.cta.progress.during span span.three {
  opacity: 0;
  transform: scale(0);
  transition: 200ms cubic-bezier(0.64, 0.57, 0.67, 1.53) 200ms; }

.cta.progress.during span span.four {
  opacity: 0;
  transform: scale(0);
  transition: 200ms cubic-bezier(0.64, 0.57, 0.67, 1.53) 200ms; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  90% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

.cta.progress.complete span span.one {
  opacity: 0;
  transform: scale(0); }

.cta.progress.complete span span.two {
  opacity: 0;
  transform: scale(0); }

.cta.progress.complete span span.three {
  opacity: 1;
  transform: scale(1);
  transition: 200ms cubic-bezier(0.64, 0.57, 0.67, 1.53) 200ms; }

.cta.progress.complete span span.four {
  opacity: 0;
  transform: scale(0); }

.cta.progress.error span span.one {
  opacity: 0;
  transform: scale(0); }

.cta.progress.error span span.two {
  opacity: 0;
  transform: scale(0); }

.cta.progress.error span span.three {
  opacity: 0;
  transform: scale(0); }

.cta.progress.error span span.four {
  opacity: 1;
  transform: scale(1);
  transition: 200ms cubic-bezier(0.64, 0.57, 0.67, 1.53) 200ms; }

.multipleChoice {
  display: flex; }
  .multipleChoice input[type="radio"] {
    display: none; }
  .multipleChoice label {
    text-transform: none;
    transition: 50ms linear;
    flex: 1 1 0%;
    border-radius: 0;
    height: 36px;
    display: block;
    margin: 12px 0;
    padding: 0 12px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: 50ms linear;
    cursor: pointer; }
    .multipleChoice label:first-of-type {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .multipleChoice label:last-of-type {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .multipleChoice label span {
      display: block;
      transform: translateY(-3px); }
  .multipleChoice input[type="radio"]:not(:checked) + label:active span {
    transform: translateY(3px); }

#floatingAction {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 72px;
  right: 24px;
  display: block;
  z-index: 20;
  transition: 200ms ease-in-out; }
  #floatingAction .action {
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    border-radius: 50%;
    transition: 150ms ease-in-out;
    cursor: pointer;
    position: relative; }
    #floatingAction .action:focus {
      outline: none; }
    #floatingAction .action:hover {
      transform: scale(1.2); }
    #floatingAction .action:active {
      transition: 50ms ease-in-out;
      transform: scale(0.8);
      outline: none; }
    #floatingAction .action .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #floatingAction .action.primary {
      z-index: 5; }
  #floatingAction .extraOptions {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%; }
    #floatingAction .extraOptions a {
      cursor: pointer;
      transform: translateY(0);
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      transition-timing-function: ease-in-out;
      transition-duration: 200ms;
      transition-delay: 0ms; }
      #floatingAction .extraOptions a:focus {
        outline: none; }
    #floatingAction .extraOptions:before {
      display: block;
      content: "";
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      right: 0;
      position: fixed;
      opacity: 0;
      visibility: hidden;
      transition: opacity 200ms ease-in-out, visibility 0ms linear 200ms; }
  @media (min-width: 1024px) {
    #floatingAction {
      position: absolute;
      bottom: -24px; }
      #floatingAction.bottom {
        top: calc(100% - 72px) !important;
        bottom: auto !important; }
      #floatingAction:not(.bottom).reveal .extraOptions a:nth-of-type(1) {
        transform: translateY(60px); }
      #floatingAction:not(.bottom).reveal .extraOptions a:nth-of-type(2) {
        transform: translateY(120px); }
      #floatingAction:not(.bottom).reveal .extraOptions a:nth-of-type(3) {
        transform: translateY(180px); }
      #floatingAction:not(.bottom).reveal .extraOptions a:nth-of-type(4) {
        transform: translateY(240px); } }

#floatingAction.reveal .action.primary {
  transform: scale(0.8) rotate(45deg); }

#floatingAction.reveal .extraOptions:before {
  transition: opacity 200ms ease-in-out, visibility 0ms linear 0ms;
  opacity: 1;
  visibility: visible; }

#floatingAction.reveal .extraOptions a {
  transition-duration: 400ms;
  opacity: 1; }
  #floatingAction.reveal .extraOptions a:nth-of-type(1) {
    transform: translateY(-60px);
    transition-delay: 0ms; }
  #floatingAction.reveal .extraOptions a:nth-of-type(2) {
    transform: translateY(-120px);
    transition-delay: 200ms; }
  #floatingAction.reveal .extraOptions a:nth-of-type(3) {
    transform: translateY(-180px);
    transition-delay: 400ms; }
  #floatingAction.reveal .extraOptions a:nth-of-type(4) {
    transform: translateY(-240px);
    transition-delay: 800ms; }

.tableWrapper {
  margin: 0 -24px;
  position: relative;
  overflow-x: hidden; }
  .tableWrapper:after {
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    pointer-events: none;
    z-index: 2; }
    @media (min-width: 768px) {
      .tableWrapper:after {
        display: none; } }
  .tableWrapper .overflow {
    overflow-x: scroll;
    position: relative;
    display: block; }
    @media (min-width: 768px) {
      .tableWrapper .overflow {
        overflow-x: hidden;
        width: 100%; } }

table {
  min-width: 100%;
  margin: 0;
  line-height: 48px;
  white-space: nowrap;
  table-layout: fixed;
  text-align: left; }
  @media (min-width: 768px) {
    table {
      width: 100%; } }
  table thead th {
    height: 48px;
    padding: 0 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    text-transform: uppercase; }
  table tr td {
    height: 48px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 24px; }

.messageList {
  width: 100%;
  display: block;
  position: relative;
  overflow-y: scroll; }
  .messageList .titleBar {
    position: relative;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 48px;
    padding: 0 12px; }
    .messageList .titleBar .inputWrap {
      margin: 0; }
    .messageList .titleBar .title {
      position: relative;
      height: 48px;
      font-size: 16px;
      font-weight: 600;
      display: block;
      vertical-align: middle; }
      .messageList .titleBar .title span {
        position: absolute;
        right: 0;
        top: 0;
        height: 48px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 600; }
  .messageList ul {
    display: block;
    list-style-type: none; }
    .messageList ul li {
      cursor: pointer;
      position: relative;
      padding: 12px 24px 12px 48px; }
      .messageList ul li p {
        margin: 0; }
      .messageList ul li.active:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 6px;
        display: block; }
      .messageList ul li .icon {
        position: absolute;
        left: 12px;
        top: 12px; }
        .messageList ul li .icon.opened {
          display: none; }
      .messageList ul li.opened .icon.un-opened {
        display: none; }
      .messageList ul li.opened .icon.opened {
        display: block; }

.chat {
  position: relative;
  height: 320px;
  overflow: hidden; }
  .chat:after {
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    content: "";
    pointer-events: none;
    z-index: 2; }
  .chat .to {
    display: block;
    height: 48px;
    width: 100%;
    position: relative;
    padding: 0 24px;
    position: absolute;
    top: 0;
    left: 0; }
    .chat .to h4 {
      display: inline-block;
      margin: 0 12px 0 0;
      line-height: 48px; }
    .chat .to span {
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      line-height: 48px;
      vertical-align: middle; }
      .chat .to span:not(:first-of-type):before {
        content: ",  "; }
  .chat .write {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 12px;
    max-height: 320px;
    overflow-y: scroll; }
    .chat .write .inputWrap {
      margin: 0 0 12px 0; }
      .chat .write .inputWrap input {
        height: 48px; }
      .chat .write .inputWrap .icon.send {
        width: 38px;
        height: 38px;
        top: 4px; }
  .chat .feed {
    position: absolute;
    bottom: 72px;
    padding: 12px;
    max-height: 320px;
    display: block;
    overflow-y: scroll; }
    .chat .feed .bubble {
      border-radius: 10px;
      padding: 12px;
      font-size: 12px;
      float: left;
      max-width: 75%;
      margin-top: 12px; }
      .chat .feed .bubble.me {
        float: right; }

#chatPopups {
  display: flex;
  justify-content: flex-end;
  padding: 0 12px;
  width: 100%; }
  #chatPopups .chatBox {
    padding: 0 12px;
    flex-grow: 1;
    position: relative;
    max-width: 320px;
    overflow: hidden; }
    #chatPopups .chatBox .write {
      display: block;
      position: absolute;
      bottom: 0;
      left: 12px;
      right: 12px;
      padding: 0 12px; }
      #chatPopups .chatBox .write .inputWrap {
        margin: 0 0 12px 0; }
        #chatPopups .chatBox .write .inputWrap input {
          height: 48px; }
        #chatPopups .chatBox .write .inputWrap .icon.send {
          width: 38px;
          height: 38px;
          top: 4px; }
    #chatPopups .chatBox .bar {
      z-index: 2;
      height: 36px;
      display: block;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding: 0 12px;
      box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
      position: relative; }
      #chatPopups .chatBox .bar .recipiants {
        overflow-x: hidden;
        white-space: nowrap;
        position: relative;
        width: calc(100% - 64px);
        line-height: 36px;
        vertical-align: middle; }
        #chatPopups .chatBox .bar .recipiants .alert {
          width: 16px;
          height: 16px;
          display: none;
          border-radius: 50%;
          vertical-align: middle;
          margin-right: 12px; }
        #chatPopups .chatBox .bar .recipiants span {
          display: inline-block;
          font-size: 14px;
          font-weight: 600;
          line-height: 36px;
          vertical-align: middle; }
          #chatPopups .chatBox .bar .recipiants span:not(:first-of-type):before {
            content: ",  "; }
      #chatPopups .chatBox .bar .chatTools {
        z-index: 1;
        position: absolute;
        right: 12px;
        top: 50%;
        vertical-align: middle;
        transform: translateY(-50%); }
        #chatPopups .chatBox .bar .chatTools .tool {
          display: inline-block;
          vertical-align: middle;
          cursor: pointer;
          margin-left: 12px; }
    #chatPopups .chatBox .chatWindow {
      height: 0px;
      display: block;
      overflow: hidden;
      box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2); }
    #chatPopups .chatBox.open .chatWindow {
      height: 320px; }
    #chatPopups .chatBox.newMessage .bar .recipiants .alert {
      display: inline-block; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 24px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms ease-in-out 0s, visibility 0s linear 400ms;
  transform-style: preserve-3d;
  perspective: 4000; }
  .overlay .window {
    transform-style: preserve-3d;
    perspective: 4000;
    max-width: 700px;
    margin: 0 auto;
    transform-origin: center 50%;
    animation: overlayWindowOut 400ms ease-out 0ms; }
    .overlay .window.small {
      max-width: 320px; }
    .overlay .window.medium {
      max-width: 700px; }
    .overlay .window.large {
      max-width: 960px; }
  .overlay .close {
    position: fixed;
    top: 24px;
    right: 24px;
    display: none;
    cursor: pointer; }
    .overlay .close .icon {
      width: 48px;
      height: 48px;
      transition: 250ms ease-in-out 250ms;
      opacity: 0;
      transform: scale(0) rotate(180deg); }
  .overlay.open {
    opacity: 1;
    transition: opacity 400ms ease-in-out 0s, visibility 0ms linear 0ms;
    visibility: visible;
    transform-origin: center 0%; }
    .overlay.open .window {
      animation: overlayWindowIn 400ms ease-out 0ms; }
    .overlay.open .close .icon {
      transition: 250ms ease-in-out 400ms;
      opacity: 1;
      transform: scale(1) rotate(0deg); }
      .overlay.open .close .icon:hover {
        transition: 150ms ease-in-out;
        transform: scale(1.2) rotate(0deg); }
  .overlay.modal .close {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .overlay.modal .close .icon {
      display: none; }
  .overlay.fill .close {
    display: block;
    z-index: 20; }
  .overlay .scrollable {
    width: calc(100% + 48px);
    margin: -24px;
    padding: 48px 24px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }

body.overlay-open {
  overflow: hidden; }

@keyframes overlayWindowIn {
  0% {
    opacity: 0;
    transform: translateY(-48px) rotateX(45deg); }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0); } }

@keyframes overlayWindowOut {
  0% {
    opacity: 1;
    transform: translateY(0) rotateX(0); }
  100% {
    opacity: 0;
    transform: translateY(48px) rotateX(-45deg); } }

#interactiveMap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 96px); }
  @media (min-width: 768px) {
    #interactiveMap {
      height: calc(100vh - 216px); } }
  #interactiveMap .wrapper {
    top: 0;
    left: 0;
    min-height: 100%;
    width: calc(188%);
    display: table; }
    @media (min-width: 768px) {
      #interactiveMap .wrapper {
        width: 100%; } }
    #interactiveMap .wrapper .plotList, #interactiveMap .wrapper .map {
      display: table-cell;
      width: 47%;
      position: relative;
      height: 100%;
      max-height: 100%; }
    #interactiveMap .wrapper .plotList {
      position: relative; }
      @media (min-width: 768px) {
        #interactiveMap .wrapper .plotList {
          width: 33.33%; } }
      #interactiveMap .wrapper .plotList .titleBar {
        position: relative;
        width: 100%;
        display: block;
        font-size: 16px;
        font-weight: 600;
        vertical-align: middle;
        line-height: 48px;
        padding: 0 12px; }
        #interactiveMap .wrapper .plotList .titleBar .inputWrap {
          margin: 0; }
        #interactiveMap .wrapper .plotList .titleBar .title {
          position: relative;
          height: 48px;
          font-size: 16px;
          font-weight: 600;
          display: block;
          vertical-align: middle; }
      #interactiveMap .wrapper .plotList ul {
        display: block;
        list-style-type: none;
        overflow-y: scroll; }
        #interactiveMap .wrapper .plotList ul li {
          cursor: pointer;
          position: relative;
          padding: 12px 24px 12px 48px; }
          #interactiveMap .wrapper .plotList ul li p {
            margin: 0; }
          #interactiveMap .wrapper .plotList ul li.active:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 6px;
            display: block; }
          #interactiveMap .wrapper .plotList ul li .icon {
            position: absolute;
            left: 12px;
            top: 12px; }
    #interactiveMap .wrapper .map {
      margin-left: -24px; }
      @media (min-width: 768px) {
        #interactiveMap .wrapper .map {
          width: 66.66%; } }
      #interactiveMap .wrapper .map .fakeMap {
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        background-image: url("../images/gmap.jpg");
        background-position: center;
        top: 0;
        left: 0; }

#interactiveMap .switcheroo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 24px;
  opacity: 0;
  display: block;
  z-index: 5;
  cursor: pointer; }
  @media (min-width: 768px) {
    #interactiveMap .switcheroo {
      display: none; } }

#interactiveMap .wrapper {
  transform: translateX(0);
  transition: 200ms ease-in-out; }
  #interactiveMap .wrapper .plotList {
    transition: box-shadow 200ms ease-in-out;
    box-shadow: 10px 0px 23px 0px rgba(0, 0, 0, 0.3);
    z-index: 1; }
    @media (min-width: 768px) {
      #interactiveMap .wrapper .plotList {
        box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.1); } }
  #interactiveMap .wrapper .map {
    box-shadow: -10px 0px 23px 0px rgba(0, 0, 0, 0.3); }

#interactiveMap.switch .wrapper {
  transform: translateX(-47%); }
  @media (min-width: 768px) {
    #interactiveMap.switch .wrapper {
      transform: translateX(0); } }
  #interactiveMap.switch .wrapper .plotList {
    z-index: 0; }
    @media (min-width: 768px) {
      #interactiveMap.switch .wrapper .plotList {
        z-index: 1; } }
  #interactiveMap.switch .wrapper .map {
    z-index: 1; }
    @media (min-width: 768px) {
      #interactiveMap.switch .wrapper .map {
        z-index: 0; } }

#interactiveMap.switch .switcheroo {
  right: auto;
  left: 0; }

ul.articles {
  max-width: 700px;
  display: block;
  list-style-type: none;
  margin: 0 auto; }
  ul.articles li {
    position: relative;
    padding: 0 48px 0 0;
    margin-bottom: 24px; }
    ul.articles li .icon {
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      transform: translateY(-50%); }

ul.accordian {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  list-style-type: none; }
  ul.accordian li {
    cursor: pointer;
    position: relative;
    padding: 0 48px 24px 0;
    margin-bottom: 24px; }
    ul.accordian li .icon {
      position: absolute;
      bottom: 24px;
      right: 0;
      display: block;
      transition: 400ms ease-in-out; }
    ul.accordian li .fold {
      display: block;
      opacity: 0;
      padding-top: 24px;
      max-height: 0px;
      transition: 400ms ease-in-out;
      overflow: hidden; }
    ul.accordian li.open .fold {
      max-height: 750px;
      opacity: 1; }
    ul.accordian li.open .icon {
      transform: rotateX(180deg); }
    ul.accordian li .question, ul.accordian li .answer {
      position: relative;
      padding-left: 48px; }
      ul.accordian li .question:before, ul.accordian li .answer:before {
        display: block;
        font-weight: 900;
        font-size: 36px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        vertical-align: middle; }
    ul.accordian li .question:before {
      content: "Q."; }
    ul.accordian li .answer:before {
      content: "A."; }

.alert {
  bottom: 48px;
  border-radius: 5px;
  left: 0;
  margin: 24px 72px 24px 12px;
  position: fixed;
  max-width: calc(100% - 96px);
  font-size: 12px;
  line-height: 16px;
  min-height: 48px;
  padding: 6px 48px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  z-index: 20;
  vertical-align: middle;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, visibility 0ms ease-in-out 200ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 5% 50%;
  display: table; }
  .alert span {
    display: table-cell;
    vertical-align: middle; }
  .alert.visible {
    transition: opacity 200ms ease-in-out, transform 200ms cubic-bezier(0.64, 0.57, 0.67, 1.53), visibility 0ms ease-in-out 0ms;
    visibility: visible;
    opacity: 1;
    transform: scale(1); }
  .alert .icon {
    margin: 0;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%); }
  .alert .close {
    right: 12px;
    left: auto;
    cursor: pointer; }
  @media (min-width: 768px) {
    .alert {
      bottom: auto;
      top: 36px;
      right: 0;
      left: auto;
      margin: 24px 12px;
      transform-origin: 95% 50%; } }

.announce {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: opacity 200ms ease-in-out, max-height 200ms ease-in-out, visibility 0ms ease-in-out 200ms; }
  .announce .area {
    border-radius: 5px;
    position: relative;
    display: table;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 48px;
    margin: 0 24px 0 24px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    vertical-align: middle; }
    .announce .area span {
      display: table-cell;
      vertical-align: middle; }
    .announce .area .icon {
      margin: 0;
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%); }
    .announce .area .close {
      right: 12px;
      left: auto;
      cursor: pointer; }
    @media (min-width: 768px) {
      .announce .area {
        margin: 0 96px 0 24px; } }
  .announce.visible {
    transition: opacity 200ms ease-in-out, max-height 200ms cubic-bezier(0.64, 0.57, 0.67, 1.53), visibility 0ms ease-in-out 0ms;
    visibility: visible;
    max-height: 400px;
    opacity: 1; }

/*! Hint.css - v1.3.1 - 2013-11-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
/*-------------------------------------*	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 * 
 * Classes added:
 * 	1) hint
 */
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */ }
  .hint .icon, [data-hint] .icon {
    width: 16px;
    height: 16px; }

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease; }

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
  visibility: visible;
  opacity: 1; }

.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001; }

.hint:after, [data-hint]:after {
  border-radius: 5px;
  content: attr(data-hint);
  padding: 12px;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  font-weight: 400;
  text-transform: none; }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px; }

.hint--top:after {
  margin-left: -18px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px; }

.hint--bottom:after {
  margin-left: -18px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.error-message {
  text-align: center;
  color: red;
  font-size: 12px;
  display: none; }

#login {
  /*.imagery {
        background-image: url(Images/landing.jpg);
    }*/ }
  #login .error-message {
    clear: both; }
  #login .sign-in-panel {
    position: relative; }
    #login .sign-in-panel .ajax-loader {
      position: absolute;
      right: 7px;
      top: 10px;
      display: none; }

.announce {
  margin-top: 20px; }

.dpNav li {
  -ms-flex: unset;
  -webkit-flex: unset;
  flex: unset; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-danger {
  color: #D66E12; }

.div-center {
  display: block;
  margin: 0 auto;
  max-width: 700px; }

.pull-left {
  float: left; }

.text-center {
  text-align: center; }

.pull-right {
  float: right; }

.clear {
  clear: both; }

.inputWrap.no-validation {
  margin: unset; }

.inputWrap {
  /*margin: 0 0 10px 0;*/ }
  .inputWrap .validation {
    top: 32px; }
  .inputWrap .validation-error {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .inputWrap .in-active {
    cursor: not-allowed !important; }

.col-inline-left {
  padding-bottom: 0 !important;
  padding-left: 0 !important; }

.col-inline-right {
  padding-left: 0 !important;
  padding-bottom: 0 !important; }

.driver-shift-summary-tools .search-shift-summary-and {
  margin-top: 13px; }

.driver-details, .driver-history, .driver-perks {
  margin: 24px 12px 0 12px; }

.content {
  margin-top: 24px; }

.driver-faqs .toolGroup {
  display: block !important;
  margin: 0 auto;
  margin-bottom: 20px; }

.driver-shift-summary {
  margin-top: -23px;
  position: relative; }

.hotspots {
  margin-top: -40px;
  position: relative; }
  .hotspots .hotspots-map {
    margin-top: 10px; }
  .hotspots .dpContainer .col {
    padding: 0 12px 5px 12px; }
  .hotspots .map-canvas {
    width: 100%;
    height: 400px; }
  .hotspots .hotspots-demand-block {
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, lightgreen, yellow, orange, red);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(left, lightgreen, yellow, orange, red);
    /* For Fx 3.6 to 15 */
    background: -moz-linear-gradient(left, lightgreen, yellow, orange, red);
    /* Standard syntax */
    background: linear-gradient(to right, lightgreen, yellow, orange, red);
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 10px; }

.navBar-top {
  position: fixed;
  width: 100%;
  height: 48px;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1); }

.content-top {
  margin-top: 48px; }

/***********************
DRIVER PORTAL HEADER
/**********************/
#content #toolBar .driver-name {
  margin-right: 14px;
  margin-top: 24px; }

/***********************
DRIVER HISTORY
/**********************/
.driver-history {
  position: relative; }

/***********************
VIDEOS
/**********************/
ul.videos {
  max-width: 700px;
  display: block;
  list-style-type: none;
  margin: 0 auto; }
  ul.videos li {
    margin-bottom: 24px; }

/***********************
        ADMIN
/**********************/
.admin .admin-list {
  display: block;
  margin: 0 auto;
  max-width: 700px; }

.admin ul {
  list-style-type: none; }
  .admin ul li {
    padding: 5px;
    height: 60px;
    margin-bottom: 2px; }
    .admin ul li a {
      text-decoration: underline; }

.ajax-feedback {
  position: absolute;
  right: 0;
  top: 0; }

.add-anchor-underline a {
  text-decoration: underline; }
