body {
  font-family: 'Roboto', sans-serif;
  /*font-size: 14px;*/
  color: #222;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.dark body {
  background-color: #242f3e;
  color: #fff;
}

/*!
* Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/

/* Toggle Styles */

#hl-wrapper {
  padding-left: 0;
}

#hl-wrapper.transitions-ready {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#hl-sidebar-wrapper {
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 250px;
  overflow: hidden;
  margin-left: -250px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-right: 1px solid #e7e7e7;
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE 11 */
}
#hl-wrapper.transitions-ready #hl-sidebar-wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#hl-sidebar-wrapper::-webkit-scrollbar {
  width: 0;
}

#hl-page-content-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
}

#hl-wrapper.toggled {
  padding-left: 250px;
}

#hl-wrapper.toggled #hl-sidebar-wrapper {
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}
#hl-wrapper.toggled #hl-sidebar-shadow {
  display: block;
}




.hl-menu-items,
.hl-menu-items > li {
  display: block;
  padding: 0;
  margin: 0;
}
.hl-menu-items {
  position: relative;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: all .2s ease;
}
.hl-menu-section .hl-menu-items {
  margin-bottom: 10px;
}
.hl-menu-items .active {
  transition: opacity .2s step-end;
}
.hl-menu-section-collapsed > .hl-menu-items .active {
  transition: opacity .2s step-start;
  opacity: 0;
}
.hl-menu-item {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #222;
  padding: 9px 15px 9px 16px;
  margin: 0;
  transition: all .2s ease;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: pointer;
}
.active .hl-menu-item,
a.hl-menu-item:hover,
a.hl-menu-item:focus,
.hl-menu-items .hl-badges:hover + a.hl-menu-item {
  color: #222;
  text-decoration: none;
  background: #f2f2f2;
}

.hl-menu-header .hl-menu-item {
  font-size: 16px;
  line-height: 18px;
  padding: 16px 15px 16px 16px;
}

.hl-topbar-wrap {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
}
.hl-topbar {
  padding: 12px 12px;
  font-size: 18px;
  line-height: 20px;
}
#hl-sidebar-shadow {
  display: none;
  background: rgba(0,0,0,0.01);
  position: fixed;
  left: 250px;
  right: 0px;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.hl-topbar-header {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

#hl-menu-toggle {
  display: block;
  float: left;
  padding: 10px 10px;
  line-height: 12px;
  margin-right: 23px;
  border: none;
  background: none;
  outline: none;
}
#hl-menu-toggle:focus {
  outline: none;
}
.hl-menu-hamburger {
  width: 18px;
  height: 12px;
  display: inline-block;
}
i.hl-menu-bar {
  display: block;
  height: 2px;
  width: 18px;
  background: #222;
  margin-bottom: 3px;
}
i.hl-menu-bar:last-child {
  margin-bottom: 0;
}
.hl-nav-pills {
  padding: 7px 10px;
}
.hl-nav-pills > li,
.hl-nav-pills > li+li  {
  margin: 3px;
}
.hl-nav-pills > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 8px 12px;
  transition: all .2s ease;
  border-radius: 16px;
}
.hl-nav-pills li.active > a {
  background: #0f9ae4;
  color: #fff;
}
.hl-top-filters {
  padding: 0;
  margin: 10px 0 0;
}
.h3-nav-pills {
  position: relative;
  margin-top: 24px;
  margin-bottom: -16px;
  padding: 0;
  z-index: 1;
}

.hl-caret {
  display: inline-block;
  border-style: solid;
  border-width: 0 0 2px 2px;
  width: 9px;
  height: 9px;
  transform: rotateZ(-45deg) scale(.85) translate3d(2px, -1px, 0);
  transform-origin: 50% 50%;
  margin-left: 5px;
  transition: all .2s ease;
  border-color: #222;
}
.hl-dropdown.open .hl-caret {
  border-color: #fff;
}

.hl-topbar-subtabs .dropdown-toggle,
.hl-filters-dropdowns .dropdown-toggle {
  color: #222;
}
.hl-topbar-subtabs .dropdown-toggle:hover,
.hl-filters-dropdowns .dropdown-toggle:hover,
.hl-topbar-subtabs .dropdown-toggle:active,
.hl-filters-dropdowns .dropdown-toggle:active {
  background-color: rgba(0,0,0,0.05);
  color: #222;
}
.hl-topbar-subtabs.hl-nav-pills > li.hl-dropdown > a,
.hl-filters-dropdowns.hl-nav-pills > li.hl-dropdown > a {
  border-radius: 3px;
}
.hl-nav-pills.hl-topbar-subtabs > li.hl-dropdown,
.hl-nav-pills.hl-topbar-subtabs > li.hl-dropdown + li.hl-dropdown,
.hl-nav-pills.hl-filters-dropdowns > li.hl-dropdown,
.hl-nav-pills.hl-filters-dropdowns > li.hl-dropdown + li.hl-dropdown {
  margin: 2px 3px;
}

.hl-dropdown-icon-except {
  opacity: 0;
  float: right;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  background: #ccc;
  padding: 7px 4px;
  transition: all .2s ease;
  margin-right: -7px;
  margin-top: 2px;
}
.hl-dropdown-icon-except:hover {
  background: #aaa;
}
.hl-dropdown-icon-except:after {
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  content: '';
}
.dropdown-menu a:hover > .hl-dropdown-icon-except {
  opacity: 1;
}

.scrollable-wide-wrap {
  width: 100%;
  overflow-x: scroll;
}

.hl-dropdown {
  position: relative;
  display: inline-block;
}
.hl-dropdown .dropdown-menu {
  left: auto;
  left: 0;
  margin: 5px -4px 0;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  overflow: hidden;
}
.hl-dropdown span.dropdown-menu > ul.dropdown-menu {
  position: static;
  display: block;
  float: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  min-width: 0;
  margin: 0 -20px 0 0;
  padding: 7px 20px 7px 0;
  max-height: 500px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE 11 */
}
.hl-dropdown span.dropdown-menu > ul.dropdown-menu::-webkit-scrollbar {
  width: 0;
}
.hl-dropdown .dropdown-menu {
  margin-left: 0;
  margin-top: 10px;
}
.hl-dropdown .dropdown-menu > li > a {
  cursor: pointer;
  padding: 8px 17px 8px 17px;
  margin: 0;
  font-weight: 500;
  position: relative;
  color: #222;
}
.hl-dropdown .dropdown-menu > li > a:hover,
.hl-dropdown .dropdown-menu > li > a:focus {
  background-color: #f4f4f4;
  color: #222;
}
.hl-dropdown .dropdown-menu > li.selected > a:before,
.hl-dropdown .dropdown-menu > li.selected > a:after {
  position: absolute;
  display: inline-block;
  transform: rotateZ(-135deg);
  transform-origin: 3px 3px;
  right: 16px;
  top: 14px;
  content: '';
  width: 8px;
  height: 13px;
  background-color: #9b9b9b;
}
.hl-dropdown .dropdown-menu > li.selected > a:after {
  background-color: #fff;
  transform: rotateZ(-135deg) translate3d(2.5px, 2.5px, 0);
}
.hl-dropdown .dropdown-menu > li.selected > a:hover:after,
.hl-dropdown .dropdown-menu > li.selected > a:focus:after {
  background-color: #f4f4f4;
}

.hl-select-dropdown {
  position: relative;
}
.hl-select-dropdown .dropdown-toggle {
  pointer-events: none;
}
select.hl-select {
  display: inline-block;
  font-size: 15px;
  line-height: 160%;
  padding: 0 6px;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1ex;

  background-origin: content-box;
  position: absolute;
  opacity: 0.01;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media(min-width:768px) {
  #hl-menu-toggle {
    display: none;
  }
  #hl-wrapper {
    padding-left: 250px;
    max-width: 1400px;
    margin: 0 auto;
  }
  #hl-page-content-wrapper {
    position: relative;
  }
  #hl-wrapper #hl-page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  .hl-topbar {
    display: none;
  }
  .hl-topbar-no-subtabs {
    display: none;
  }
  .hl-topbar-no-subtabs + .hl-top-filters {
    margin-top: 0;
  }
  .hl-filters-periods {
    float: right;
  }
  .hl-filters-dropdowns {
    float: left;
  }
  .hl-menu-items {
    padding-left: 19px;
    padding-top: 10px;
  }
}
@media(max-width: 768px) {
  .hl-topbar-subtabs.hl-nav-pills {
    padding-top: 0;
  }
  .hl-top-filters {
    margin-top: 5px;
  }
  #hl-wrapper {
    padding-left: 0;
  }
  .hl-filters-dropdowns {
    padding-top: 2px;
  }
  .hl-filters-dropdowns .hl-dropdown:last-child span.dropdown-menu {
    right: 0;
    left: auto;
  }
  .hl-menu-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}


@media(max-width:640px) {
  .scrollable-wide-wrap table.table-jobs {
    width: 800px;
  }
  .scrollable-wide-wrap table.table {
    min-width: 600px;
  }
}

.hl-page h1,
.hl-page h2,
.hl-page h3,
.hl-page h4,
.hl-page h5 {
  padding-left: 10px;
}


.chart_wrap_loading {
  background-color: #fff;
  color: #7A8A93;
  font-size: 16px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: absolute;
  width: 100%;
  z-index: 300;
  opacity: 1;
  transition: all .2s ease;
  pointer-events: none;
}
.dark .chart_wrap_loading {
  background-color: #242f3e;
  color: #546778;
}
.chart_wrap_rendered .chart_wrap_loading {
  opacity: 0;
}

/* Long label */
.chart_wrap_longlabel .tchart--switchers__side-legend:not(.tchart--switchers__no-space) {
  width: 260px;
}
.chart_wrap_longlabel .tchart--switchers__side-legend .tchart--switcher span,
.chart_wrap_longlabel .tchart--switchers__side-legend .tchart--switcher__active span {
  max-width: 200px;
}
.chart_wrap_longlabel .tchart--tip-row span {
  max-width: 160px;
}

.chart_wrap .tchart {
  font-family: inherit;
}

.tchart--tip {
  padding-bottom: 8px;
}
.chart_wrap .tchart--tip.tchart--tip__scroll .tchart--tip-scroller {
  -webkit-overflow-scrolling: touch;
  margin-right: -6px;
}
.chart_wrap__custom_scroll .tchart--tip.tchart--tip__scroll .tchart--tip-scroller {
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
  margin-right: -6px;
}
.chart_wrap__custom_scroll .tchart--tip.tchart--tip__scroll .tchart--tip-scroller::-webkit-scrollbar {
  margin: 0;
  padding: 0;
  width: 2px;
  right: 0;
  position: absolute;
  opacity: 0;
  transition: opacity .2s ease;
}
.chart_wrap__custom_scroll .tchart--tip.tchart--tip__scroll .tchart--tip-scroller::-webkit-scrollbar-track {
  margin: 0;
  padding: 0;
}
.chart_wrap__custom_scroll .tchart--tip.tchart--tip__scroll .tchart--tip-scroller::-webkit-scrollbar-thumb {
  margin: 0;
  padding: 0;
  border-radius: 3px;
  background: rgba(0,0,0,0.2);
}

.chart_wrap_tooltip_on_hover .tchart--tip-scroller {
  max-height: 210px;
  overflow: hidden;
}
.chart_wrap .tchart--tip-scroller-wrapper:before {
  pointer-events: none;
  top: -1px;
}
.chart_wrap .tchart--tip-scroller-wrapper:after {
  pointer-events: none;
  bottom: -1px;
}
.chart_wrap_tooltip_on_hover .tchart--tip-scroller-wrapper:before,
.chart_wrap_tooltip_on_hover .tchart--tip-scroller-wrapper:after {
  display: none;
}


.chart_wrap {
  position: relative;
  margin: 0 -10px;
  transition: all .3s ease;
}
.chart_wrap.chart_wrap_rendered {
  min-height: 0 !important;
}
.chart_wrap + .chart_wrap {
  margin-top: 20px;
}


.rickshaw_legend {
  width: 150px;
  z-index: 10;

  background-color: white;
  margin-left: 0;
  padding: 0;
  left: 0;
}
.chart_bottom_legend {
  position: static;
  width: auto;
  color: inherit;
}
.chart_legend ul {
  padding: 0;
}
.chart_bottom_legend ul {
  display: inline-block;
}
.chart_bottom_legend .line {
  display: inline-block;
}
.chart_bottom_legend_x {
  display: inline-block;
  width: 17em;
  /*float: right;*/
}
.chart_bottom_legend_value {
  display: inline-block;
  margin-left: 5px;
}
.rickshaw_legend .line {
  line-height: 25px;
}
.rickshaw_legend .line.disabled {
  opacity: 1;
}

.rickshaw_legend .line .swatch {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 3px;
  border-radius: 0;
  border: 0;
  vertical-align: text-bottom;
}
.rickshaw_legend .line .action {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-decoration: none !important;
  opacity: 1;
  vertical-align: top;
}
.rickshaw_legend .line.disabled .action {
  opacity: 0;
}
.rickshaw_legend .line .action .icon-tick {
  display: inline-block;
  background: #FFF;
  height: 9px;
  width: 17px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-width: 0 0 3px 3px;
  border-style: solid;
  margin: 3px 0 0;
  vertical-align: text-top;
}
.rickshaw_legend .line .label {
  color: #404040;
  line-height: 25px;
  font-size: 14px;
}

.rickshaw_graph path.line {
  stroke-width: 1;
}
.rickshaw_graph .detail {
  z-index: 11;
}
.rickshaw_graph .detail .x_label {
  display: none;
}
.rickshaw_graph .detail .item {
  font-size:14px;
  line-height: 1.4;
  padding: 0.5em;
}
.detail_swatch {
  float: right;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 3px 7px 0 0;
}
.rickshaw_graph .detail .date {
  color: #a0a0a0;
}





.change_up {
  color: #6a6;
  padding-left: 5px;
}
.change_down {
  color: #a66;
  padding-left: 5px;
}
.change_none {
  color: #888;
  padding-left: 5px;
}
td .change_up,
td .change_down,
td .change_none {
  float: right;
}

.hl-page {
  padding: 0 15px;
  margin: 0 auto;
}

.td-image {
  width: 26px;
  height: 26px;
  background-color: #d9edf7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: 0;
  left: 0;
  transition: .2s ease-out;
  transition-property: width, height, top, left, margin;
}
.table > tbody > tr .cell-middle {
  vertical-align: middle;
}
.table > tbody > tr .cell-muted-label {
  vertical-align: middle;
  font-weight: normal;
  color: gray;
}
.td-image:hover {
  position: relative;
  width: 50px;
  height: 50px;
  top: 12px;
  left: 12px;
  margin-left: -24px;
  margin-top: -24px;
  margin-right: 20px;
}

.csv_link {
  float: right;
  clear: right;
  display: block;
  font-size: 14px;
  width: 150px;
  margin-top: 10px;
}

.phone_info_full {
  font-size: 11px;
}

.phone_info_full ul {
  padding-left: 30px;
}