﻿@charset "UTF-8";
@font-face {
  font-family: opensansregular;
  src: url("../font/OpenSans-Regular-webfont.eot");
  src: url("../font/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Regular-webfont.woff") format("woff"), url("../font/OpenSans-Regular-webfont.ttf") format("truetype"), url("../font/OpenSans-Regular-webfont.svg#open-sans-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: opensanssemibold;
  src: url("../font/OpenSans-Semibold-webfont.eot");
  src: url("../font/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Semibold-webfont.woff") format("woff"), url("../font/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../font/OpenSans-Semibold-webfont.svg#open-sans-semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: opensansbold;
  src: url("../font/OpenSans-Bold-webfont.eot");
  src: url("../font/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Bold-webfont.woff") format("woff"), url("../font/OpenSans-Bold-webfont.ttf") format("truetype"), url("../font/OpenSans-Bold-webfont.svg#open-sans-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: opensanslight;
  src: url("../font/OpenSans-Light-webfont.eot");
  src: url("../font/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Light-webfont.woff") format("woff"), url("../font/OpenSans-Light-webfont.ttf") format("truetype"), url("../font/OpenSans-Light-webfont.svg#open-sans-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geomanistregular";
  src: url("../font/geomanist-regular-webfont.eot");
  src: url("../font/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/geomanist-regular-webfont.woff2") format("woff2"), url("../font/geomanist-regular-webfont.woff") format("woff"), url("../font/geomanist-regular-webfont.ttf") format("truetype"), url("../font/geomanist-regular-webfont.svg#geomanistregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  /* Fix for Windows Phone - removes mobile IE swipe to previous page functionality */
  -ms-touch-action: none;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#kr-host {
  /*hide dimming effect used by helptext*/
  /* Override Kendo chart height to 100% */
  /*help text*/
  /*menus*/
  /* override for filter dropdown being wider: */
  /* Disable multi-line cells in kendo grids */
  /*span.k-icon.k-i-arrow-s {
      top: 9px;
      position: relative;
  }*/
  /*.webpart-options .km-list,
  .webpart-options .km-list li{
      height:20px;
  }*/
  /*  webparts that show overflow (for tooltips)  */
  /*  show overflow on X axis for legend hover    */
  /*  but hide y axis for chart options menu      */
  /* grid chart */
  /* daily time calendar total & row headers */
  /* allow header text to wrap in the performance comparison grid */
  /*Not using the webpart-slide animations but kept for time being*/
}
#kr-host div[data-role=view] {
  visibility: visible;
}
#kr-host .km-content {
  height: 100%;
}
#kr-host div[data-role=content] > .km-scroll-container {
  height: 100%;
}
#kr-host .k-widget,
#kr-host .webpart-header {
  font-family: opensansregular;
}
#kr-host #loading-screen {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  text-align: center;
}
#kr-host #entity-search {
  box-sizing: border-box;
}
#kr-host span.km-switch-handle {
  margin: 0;
}
#kr-host span.k-icon.k-i-more-vertical {
  color: black;
}
#kr-host .k-progress-status,
#kr-host .k-grouping-header,
#kr-host a.k-button.k-button-icontext,
#kr-host .extra-data-report td {
  font-size: 10pt;
}
#kr-host .extra-data-report td a {
  text-decoration: underline;
}
#kr-host .k-grid-header th.k-header {
  font-size: 8pt;
}
#kr-host div#loading-screen-background {
  position: absolute;
  height: 85%;
  left: 0;
  bottom: 0;
  width: 100%;
}
#kr-host div#loading-screen-logo {
  position: absolute;
  width: 300px;
  height: 120px;
  left: calc(50% - 150px);
  top: calc(25% - 60px);
}
#kr-host span#loading-percentage {
  position: absolute;
  width: 200px;
  height: 40px;
  left: calc(50% - 100px);
  top: calc(25% + 70px);
  text-align: center;
  line-height: 40px;
  font-family: opensanslight;
  font-size: 12pt;
}
#kr-host span#loading-description {
  position: absolute;
  width: 200px;
  height: 40px;
  left: calc(50% - 100px);
  top: calc(25% + 105px);
  text-align: center;
  line-height: 40px;
  font-family: opensanslight;
  font-size: 10pt;
}
#kr-host a#loading-screen-cancel-button {
  position: absolute;
  width: 100px;
  height: 40px;
  left: calc(50% - 50px);
  top: calc(25% + 152px);
  text-align: center;
  line-height: 40px;
  font-family: opensanslight;
  font-size: 10pt;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
#kr-host #loading-indicator {
  position: absolute;
  height: 10px;
  top: calc(25% + 60px);
  width: 100%;
  left: 0;
}
#kr-host div.loading-circle {
  opacity: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
}
#kr-host #loading-indicator div.loading-circle:nth-child(5) {
  -webkit-animation: loading-animation 2.5s 100ms infinite ease-in-out;
  animation: loading-animation 2.5s 100ms infinite ease-in-out;
  margin-left: 30px;
}
#kr-host #loading-indicator div.loading-circle:nth-child(4) {
  -webkit-animation: loading-animation 2.5s 200ms infinite ease-in-out;
  animation: loading-animation 2.5s 200ms infinite ease-in-out;
  margin-left: 15px;
}
#kr-host #loading-indicator div.loading-circle:nth-child(3) {
  -webkit-animation: loading-animation 2.5s 300ms infinite ease-in-out;
  animation: loading-animation 2.5s 300ms infinite ease-in-out;
}
#kr-host #loading-indicator div.loading-circle:nth-child(2) {
  -webkit-animation: loading-animation 2.5s 400ms infinite ease-in-out;
  animation: loading-animation 2.5s 400ms infinite ease-in-out;
  margin-left: -15px;
}
#kr-host #loading-indicator div.loading-circle:nth-child(1) {
  -webkit-animation: loading-animation 2.5s 500ms infinite ease-in-out;
  animation: loading-animation 2.5s 500ms infinite ease-in-out;
  margin-left: -30px;
}
#kr-host #pane1,
#kr-host #pane2,
#kr-host #splitter > .k-splitbar,
#kr-host .tile-view-ext2-splitter > .k-splitbar {
  height: 100%;
}
#kr-host #splitter > .k-splitbar-horizontal,
#kr-host #splitter > .k-ghost-splitbar-horizontal,
#kr-host .tile-view-ext2-splitter > .k-splitbar-horizontal,
#kr-host .tile-view-ext2-splitter > .k-ghost-splitbar-horizontal {
  border: none;
  box-shadow: none; /* prevents highlighting when selecting */
}
#kr-host .webparterror {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#kr-host .webparterror .k-icon {
  font-size: 20pt;
}
#kr-host .webparterror .title {
  font-family: opensanssemibold;
  font-size: 15pt;
  margin-bottom: 6px;
  display: inline-block;
}
#kr-host .webparterror .message {
  font-family: opensanslight;
}
#kr-host .k-overlay {
  background: transparent;
}
#kr-host .k-list-container {
  width: auto;
}
#kr-host .k-list {
  width: auto;
}
#kr-host a.k-button.k-button-icontext,
#kr-host ul.touchButtonGroup .k-button {
  border-radius: 0px;
}
#kr-host #webpart-canvas.designer-enabled {
  background-color: white;
  background-image: url("../../Images/checks.png");
}
#kr-host .webpart-container {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#kr-host .gaugeValue {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 75%;
  text-align: center;
  font-family: opensansregular;
}
#kr-host .chart-area,
#kr-host .extra-data-report,
#kr-host .km-listview .km-switch,
#kr-host .k-dropdown-wrap.k-state-disabled {
  border: none;
}
#kr-host .sub-chart-body, #kr-host .chart-body {
  position: absolute !important; /* important tag is necessary to override kendo inline styles */
}
#kr-host .chart-body, #kr-host div.data-grid {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#kr-host .chart-body.k-chart {
  height: 100%;
}
#kr-host .filter-options {
  display: none;
}
#kr-host .filter-options.show-filter-options {
  display: block;
  position: absolute;
}
#kr-host .filter-options.show-filter-options.top {
  left: 0;
  top: 0;
}
#kr-host .filter-options.show-filter-options.bottom {
  left: 0;
  bottom: 0;
}
#kr-host .filter-options.show-filter-options.left {
  left: 0;
  top: 0;
  height: 100%;
}
#kr-host .filter-options.show-filter-options.right {
  right: 0;
  top: 0;
  height: 100%;
}
#kr-host .filter-option-values {
  height: 100%;
  width: 100%;
}
#kr-host .button-options li.k-button.km-button {
  box-sizing: border-box;
  border-width: 1px;
}
#kr-host .filter-options.top .button-options li.k-button.km-button,
#kr-host .filter-options.bottom .button-options li.k-button.km-button {
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
#kr-host .filter-options.right .button-options li.k-button.km-button,
#kr-host .filter-options.left .button-options li.k-button.km-button {
  display: block;
  width: 80%;
  left: 10%;
  margin-bottom: 5px;
}
#kr-host .filter-options.top .button-options li.k-button.km-button > span,
#kr-host .filter-options.bottom .button-options li.k-button.km-button > span {
  font-size: 8pt;
  width: 100%;
  white-space: normal;
  display: inline-block;
  top: 50%;
  margin-top: -15px;
  position: relative;
  line-height: 30px;
}
#kr-host .filter-options.left .button-options li.k-button.km-button > span,
#kr-host .filter-options.right .button-options li.k-button.km-button > span {
  font-size: 8pt;
  width: 100%;
  white-space: normal;
}
#kr-host .filter-options .km-widget.km-buttongroup {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#kr-host .filter-options.top .km-widget.km-buttongroup,
#kr-host .filter-options.bottom .km-widget.km-buttongroup {
  height: 100%;
}
#kr-host .filter-options.right .km-widget.km-buttongroup,
#kr-host .filter-options.left .km-widget.km-buttongroup {
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
}
#kr-host .filter-options.top .km-widget.km-buttongroup,
#kr-host .filter-options.bottom .km-widget.km-buttongroup {
  text-align: center;
  overflow-x: auto;
}
#kr-host .filter-options.right .km-widget.km-buttongroup,
#kr-host .filter-options.left .km-widget.km-buttongroup {
  overflow-y: auto;
}
#kr-host div.k-window-content,
#kr-host #tool-tip {
  font-family: opensansregular;
  font-size: 10pt;
  border-radius: 0px;
  text-align: left;
}
#kr-host table.fixed-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  border-collapse: collapse;
}
#kr-host table.fixed-table > tbody {
  border: none;
}
#kr-host .fixed-table td:nth-child(1),
#kr-host .fixed-table th:nth-child(1) {
  border-left-style: none;
}
#kr-host .fixed-table td {
  border-left-width: 1px;
  border-left-style: solid;
  font-family: opensanssemibold;
  word-wrap: break-word;
}
#kr-host table.fixed-table tr:nth-child(1),
#kr-host table.fixed-table tr:last-child {
  border-style: none;
}
#kr-host table.fixed-table tr {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#kr-host .rowheader,
#kr-host .fixed-table th {
  font-family: opensansregular;
  font-weight: normal;
}
#kr-host .report-list-item {
  white-space: nowrap;
  padding: 0px;
  font-size: 11pt;
}
#kr-host .time-analysis-table {
  table-layout: fixed;
  height: 100%;
  width: 100%;
  border: none;
  text-align: center;
}
#kr-host .time-analysis-table td,
#kr-host .time-analysis-table th,
#kr-host .time-analysis-table tr,
#kr-host .tile-view-ext2-kendogrid.k-grid,
#kr-host ul.touchButtonGroup .k-button {
  border: none;
}
#kr-host .k-grid tr:hover,
#kr-host .k-grid tr.k-alt:hover,
#kr-host .k-draghandle,
#kr-host ul.touchButtonGroup .k-button,
#kr-host .k-button,
#kr-host .k-calendar td.k-state-hover .k-link {
  background-image: none;
}
#kr-host .k-draghandle,
#kr-host .k-calendar td.k-state-focused.k-state-selected,
#kr-host .k-calendar .k-today,
#kr-host .k-dropdown-wrap.k-state-disabled {
  box-shadow: none;
}
#kr-host .k-calendar .k-calendar-view {
  width: 100%;
}
#kr-host .report-list {
  width: 100%;
  height: 85%;
  position: absolute;
}
#kr-host .report-list > table {
  table-layout: fixed;
  position: absolute;
  height: 100%;
  width: 100%;
}
#kr-host .report-list tr {
  height: 10%;
}
#kr-host .report-list .hidden {
  display: none;
}
#kr-host .report-list-item,
#kr-host .km-pane {
  font-family: opensansregular;
}
#kr-host .report-list-item > .icon.lists {
  margin-left: 12px;
  margin-right: 12px;
  float: left;
}
#kr-host div.indicator {
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  position: relative;
  font-size: 10pt;
}
#kr-host .indicatormini {
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  position: relative;
  margin-right: 5px;
}
#kr-host .indicatorButton {
  height: 30px;
  width: 100%;
  text-align: center;
  display: block;
  font-family: opensansregular;
  line-height: 30px;
}
#kr-host .km-popup-arrow {
  box-sizing: content-box;
  color: #2E2E2E;
  display: block;
  font-size: 13px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  height: 100%;
  left: 0px;
  line-height: 16px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-top: -8px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 94.5px;
  width: 15px;
  z-index: 2;
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  -moz-text-size-adjust: none;
}
#kr-host .km-popup-arrow:after, #kr-host .km-popup-arrow:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
}
#kr-host .km-popup-arrow, #kr-host .km-popup-arrow:after, #kr-host .km-popup-arrow:before {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  z-index: 2;
}
#kr-host .km-modalview-wrapper, #kr-host .km-popup-wrapper {
  z-index: 10001;
  position: relative;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#kr-host .km-popover-root .km-popup-wrapper {
  position: relative;
}
#kr-host .km-pane, #kr-host .km-pane-wrapper, #kr-host .km-root {
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
#kr-host .km-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
}
#kr-host .k-popup:not(.k-list-container),
#kr-host .k-calendar td.k-state-focused .k-link,
#kr-host .k-calendar .k-today .k-link {
  border: none;
  box-shadow: none;
}
#kr-host #overview-panel {
  /*fix for webpart animation dissappearing bug*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#kr-host span.title-webpart {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#kr-host span.title-webpart.center {
  text-align: center;
}
#kr-host span.title-webpart.right {
  text-align: right;
}
#kr-host span.title-webpart h1,
#kr-host span.title-webpart h2,
#kr-host span.title-webpart h3,
#kr-host span.title-webpart h4 {
  margin: 0;
  font-weight: normal;
}
#kr-host span.title-webpart h1 {
  font-size: 35pt;
}
#kr-host span.title-webpart h2 {
  font-size: 26pt;
}
#kr-host div.title-webpart-scroller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
#kr-host img.image-webpart {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
}
#kr-host #splitter > .k-ghost-splitbar,
#kr-host .tile-view-ext2-splitter > .k-ghost-splitbar {
  z-index: 1000;
}
#kr-host .km-popup-arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.498039);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.498039);
  display: block;
  height: 0px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 0px;
  z-index: 2;
}
#kr-host .km-popup-arrow {
  top: 0px;
  margin: 0px;
}
#kr-host .km-popup-arrow:after {
  border-bottom-style: solid;
  border-bottom-width: 15px;
  border-left-style: solid;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-width: 15px;
  border-top-style: solid;
  border-top-width: 15px;
  box-sizing: content-box;
  display: block;
  height: 0px;
  left: 0px;
  position: absolute;
  width: 0px;
  z-index: 2;
  top: 40%;
  top: calc(50% - 15px);
}
#kr-host #tooltip-content table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  font-family: opensansregular;
  font-size: 9pt;
  text-align: left;
  border-collapse: collapse;
}
#kr-host #tooltip-content th {
  font-weight: normal;
  font-family: opensanssemibold;
}
#kr-host #tooltip-content td,
#kr-host #tooltip-content th {
  padding: 0px 10px 0px 10px;
}
#kr-host #tooltip-content tr > td:nth-child(2) {
  text-align: right;
}
#kr-host #tool-tip {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: transparent;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 5px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 5px;
  border-top-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-style: solid;
  border-top-width: 5px;
  box-shadow: rgba(0, 0, 0, 0.498) 0px 0px 15px 0px, rgba(0, 0, 0, 0.498) 0px 0px 2px 0px;
  box-sizing: border-box;
  display: block;
  left: 15px;
  position: relative;
  top: 0px;
  width: 225px;
}
#kr-host input,
#kr-host .km-root .km-popup .k-item:not(.darkDropDown li),
#kr-host #splitter {
  border: none;
}
#kr-host .reportSelectTemplate,
#kr-host #tooltip-content tr {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}
#kr-host a.k-button.k-button-icontext,
#kr-host .k-button {
  border-radius: 0px;
}
#kr-host a.k-button.k-button-icontext.k-grid-excel,
#kr-host a.k-button.k-button-icontext.k-grid-pdf,
#kr-host a.k-button.k-button-icontext.kr-grid-csv,
#kr-host a.k-button.k-button-icontext.kr-grid-all {
  float: left;
}
#kr-host a.k-button.kr-borderless {
  border: none;
  background-color: inherit;
}
#kr-host a.k-button.kr-borderless:hover {
  background-color: rgb(234, 232, 232);
}
#kr-host #splitter {
  position: absolute;
  border: none;
}
#kr-host div.k-animation-container {
  /*margin-left:-20px ;*/
}
#kr-host .k-widget:not(.k-notification),
#kr-host .k-dropdown-wrap.k-state-disabled {
  background: none;
}
#kr-host #dashboard-controls span.k-widget.k-dropdown.k-header,
#kr-host #dashboard-filters span.k-widget.k-dropdown.k-header {
  vertical-align: top;
}
#kr-host #overview-panel .k-dropdown {
  visibility: hidden;
  position: absolute;
}
#kr-host #navigation-shortcut-button .icon {
  background-size: 14px;
}
#kr-host a.favourite {
  display: block;
  height: 31px;
  width: 31px;
  float: right;
  text-indent: 0;
  text-align: center;
  font-size: 20pt;
  top: 0px;
  right: 0px;
  position: absolute;
}
#kr-host a.favourite .icon {
  height: 31px;
  width: 31px;
}
#kr-host li.entity.primary,
#kr-host li.contribution.primary {
  font-family: opensanssemibold;
  text-indent: 11px;
  border-left-width: 4px;
  border-left-style: solid;
}
#kr-host #entity-context li:nth-child(4),
#kr-host a.k-button.k-button-icontext {
  border: none;
}
#kr-host li#filter-entity-context > .filter-entity-display {
  text-indent: 30px;
  position: absolute;
  top: 0px;
}
#kr-host li#filter-entity-context:nth-child(n+5) {
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: none;
}
#kr-host #entity-search-list,
#kr-host #entity-search_listbox {
  display: none;
  visibility: hidden;
}
#kr-host .k-autocomplete.entity-search {
  border: none;
}
#kr-host #entity-context {
  min-height: 124px;
}
#kr-host #entity-scroller {
  overflow: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#kr-host #filter-entity-scroller {
  overflow: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#kr-host span#entity-filter-type {
  display: none;
  font-size: 12pt;
  white-space: nowrap;
  position: absolute;
  text-indent: 0;
}
#kr-host span#entity-filter-type span:not(.selected),
#kr-host #notification-message {
  font-family: opensanslight;
}
#kr-host .k-autocomplete,
#kr-host .entity-search {
  width: 100%;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
}
#kr-host #fe-contribution-control .primary,
#kr-host .k-calendar .k-today .k-link {
  font-family: opensanssemibold;
}
#kr-host #fe-preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #333;
  padding: 5px;
  display: none;
  z-index: 99999;
}
#kr-host #fe-preview img {
  display: block;
  max-height: 300px;
  width: auto;
}
#kr-host .fe-preview img {
  display: block;
  width: 26px;
  height: auto;
}
#kr-host .k-input[type=text] {
  font-family: opensansregular;
  font-size: 10pt;
}
#kr-host #navigation-shortcut-list-list .k-state-selected {
  border: none;
}
#kr-host #dashboard-filters span.k-widget.k-dropdown.k-header:last-child {
  width: 170px;
}
#kr-host a#refresh-button {
  /* width: auto;*/
  margin-right: 7px;
  margin-left: 0px;
}
#kr-host li.k-item.k-state-hover,
#kr-host .k-popup .k-list .k-item {
  padding: 0px;
}
#kr-host .k-grid > * {
  white-space: nowrap;
}
#kr-host span.k-dropdown-wrap.k-state-default,
#kr-host span.k-input {
  height: 100%;
  /*line-height:50px ;*/
  padding: 0px;
  box-shadow: none;
}
#kr-host .webpart-options-combobox span.k-select {
  border: none;
}
#kr-host .webpart-options-combobox span.k-dropdown-wrap.k-state-default {
  border-radius: 0px;
}
#kr-host a.webpart-options-button.km-listview-link {
  text-align: center;
}
#kr-host span.k-dropdown-wrap.k-state-default,
#kr-host span.k-widget.k-dropdown.k-header.dashboard-control-button.standard-selected-button,
#kr-host span.k-widget.k-dropdown.k-header.filter-button.standard-button {
  background: none;
  border: none;
}
#kr-host li#date-select-menu_option_selected,
#kr-host li#dashboard-select-menu_option_selected,
#kr-host li#filter-department-button_option_selected,
#kr-host li#filter-team-button_option_selected,
#kr-host li#filter-feeearner-button_option_selected,
#kr-host li#filter-group-button_option_selected,
#kr-host li#filter-office-button_option_selected {
  background: none;
}
#kr-host #dashboard-controls span.k-select,
#kr-host #style-check,
#kr-host #entity-context li.hidden,
#kr-host #filter-entity-panel,
#kr-host #filter-entity-context,
#kr-host #loading-screen-cancel-button,
#kr-host #date-range-select-menu,
#kr-host #dashboard-notification,
#kr-host #designer-panel,
#kr-host #notinuse-entities,
#kr-host #colour-scheme,
#kr-host .k-splitbar .k-icon {
  display: none;
}
#kr-host #dashboard-notification {
  z-index: 999;
}
#kr-host #dashboard-notification > div {
  width: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
  padding: 30px 0px;
}
#kr-host #dashboard-notification span {
  display: block;
  width: 100%;
  text-align: center;
}
#kr-host #filter-entity-scroller .k-animation-container,
#kr-host #entity-scroller .k-animation-container {
  display: none;
}
#kr-host .animation-webpart-slide-out-right {
  animation: webpartSlideOutRight 0.2s;
  -webkit-animation: webpartSlideOutRight 0.2s;
  -moz-animation: webpartSlideOutRight 0.2s;
  -o-animation: webpartSlideOutRight 0.2s;
}
#kr-host .webpart-options .km-listgroupinset .km-group-title,
#kr-host .webpart-options .km-listview {
  margin: 0px;
  padding: 0px;
}
#kr-host #notification-dimmer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  text-align: center;
}
#kr-host #home-button {
  float: left;
  cursor: pointer;
}
#kr-host #home-button span {
  line-height: 50px;
}
#kr-host .date-picker-value {
  font-family: opensanssemibold;
}
#kr-host span#notification-message {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  width: 100%;
}
#kr-host span.icon.notinuse {
  float: right;
  margin-right: 46px;
  margin-top: 2px;
}
#kr-host #notinuse-entities,
#kr-host li.entity.notinuse {
  opacity: 0.7;
}
#kr-host .webpart-options span.k-widget.k-datepicker.date-picker {
  visibility: hidden;
}
#kr-host .webpart-options span.k-widget.k-datepicker.date-picker {
  width: 8em;
}
#kr-host .chart-area,
#kr-host .k-menu,
#kr-host .k-column-menu,
#kr-host .k-item {
  overflow: visible;
}
#kr-host .designer-menu-group li {
  overflow: hidden;
}
#kr-host .webpart-container[Data-role=standardchart],
#kr-host .webpart-container[Data-role=piechart] {
  overflow-x: visible;
  overflow-y: hidden;
}
#kr-host .km-switch-handle {
  border-radius: 15px;
  overflow: visible; /* fixed IE no text bug 8?*/
}
#kr-host .gridchart-header,
#kr-host .gridchart-content,
#kr-host .gridchart-footer {
  font-family: opensansregular;
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
}
#kr-host .gridchart-header table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
#kr-host .gridchart-content {
  top: 20px;
  height: 80%;
  height: calc(100% - 20px);
  overflow-y: auto;
}
#kr-host .gridchart-content table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
}
#kr-host .gridchart-content td,
#kr-host .gridchart-header td {
  white-space: nowrap;
  padding: 0px;
}
#kr-host .bullet-chart-periods > div:not(.active) {
  z-index: 1;
}
#kr-host .bullet-chart-periods > div.active {
  z-index: 2;
}
#kr-host .gridchart-content .rowheader {
  white-space: normal;
  word-wrap: break-word;
}
#kr-host .gridchart-footer {
  bottom: 0px;
  height: 15%;
}
#kr-host .gridchart-footer div,
#kr-host .bullet-chart-footer div {
  width: 50%;
  height: 100%;
}
#kr-host .daily-time-scroller {
  overflow-y: auto;
  height: 100%;
}
#kr-host .daily-time-calendar-grid th span,
#kr-host .daily-time-calendar-grid th:first-child {
  font-size: 9pt;
}
#kr-host .k-grid-header th.k-header > .k-link {
  text-overflow: initial;
}
#kr-host #notify {
  text-align: center;
}
#kr-host #notify button {
  margin-top: 15px;
}
#kr-host .max-height-500 {
  max-height: 500px;
}
#kr-host .disable-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: progress;
}
#kr-host .disable-overlay.obscure {
  background-color: rgba(0, 0, 0, 0.5);
}
#kr-host .close-button {
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  width: 100px;
  height: 25px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  cursor: default;
  text-align: center;
  border-style: solid;
  border-width: 0px;
}
#kr-host .close-button > span {
  font-size: 1.2rem;
}
#kr-host li.contribution {
  list-style-type: none;
}
#kr-host #entity-button-group .icon {
  margin-top: 13px;
}
#kr-host #kr-group-grid.k-grid .k-grid-header .k-header {
  white-space: normal;
}
#kr-host #kr-group-grid a.k-grid-excel,
#kr-host #kr-group-grid a.k-grid-pdf {
  float: right;
}
#kr-host .designer-option-listview.designer-measure-extended {
  height: 170px;
}
#kr-host .kr-analysis-data-grid a.k-button.k-button-icontext,
#kr-host #kr-map-grid a.k-button.k-button-icontext {
  color: inherit;
}
#kr-host .kr-button-group.k-button-group {
  border-radius: 0px;
}
#kr-host .kr-button-group.kr-centre,
#kr-host .kr-flex-row.kr-centre {
  display: flex;
  justify-content: center;
}
#kr-host .kr-button-group .k-button.k-state-active,
#kr-host .kr-button-group .k-button.k-state-focused {
  background-color: #75FFD5;
  border-color: #75FFD5;
  color: #2D122E;
  box-shadow: none;
}
#kr-host .kr-button-group .k-button.k-state-active:hover {
  background-color: #75FFD5;
  border-color: #75FFD5;
  color: #2D122E;
}
#kr-host .kr-button-group .k-button {
  background-color: #2D122E;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
#kr-host .kr-mt-3 {
  margin-top: 3px;
}
#kr-host .kr-mt-8 {
  margin-top: 8px;
}
#kr-host .kr-mt-12 {
  margin-top: 12px;
}
#kr-host .kr-mt-20 {
  margin-top: 20px;
}
#kr-host .kr-ml-10 {
  margin-left: 10px;
}
#kr-host .kr-mr-10 {
  margin-right: 10px;
}
#kr-host .kr-flex-column {
  display: flex;
  flex-flow: column;
  height: 100%;
}
#kr-host .kr-flex-auto {
  flex: auto;
}
#kr-host .kr-flex-initial {
  flex: initial;
}
#kr-host .kr-pointer {
  cursor: pointer;
}
#kr-host .kr-table {
  display: table;
}
#kr-host .kr-table-row {
  display: table-row;
}
#kr-host .kr-table-cell {
  display: table-cell;
}
#kr-host .kr-table .kr-table-cell:not(:first-child) {
  padding-left: 5px;
}
#kr-host .kr-table .kr-table-cell:not(:last-child) {
  padding-right: 5px;
}
#kr-host .kr-table .kr-table-cell.kr-more {
  text-align: right;
}
#kr-host .kr-full-size {
  width: 100%;
  height: 100%;
}
#kr-host .kr-map-webpart .k-splitter {
  height: 100%;
  border-style: none;
}
#kr-host .kr-show-focus {
  transition-property: font-size;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
#kr-host .kr-show-focus:hover {
  transform: scale(1.1);
  cursor: pointer;
}
#kr-host .kr-single-measure-info {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  border-radius: 100%;
}
#kr-host div.kr-wallboard .kr-single-measure-info {
  border-width: thick;
  border-style: solid;
  border-color: white;
}
#kr-host #entity-selection > li:first-child {
  border-top-style: solid;
  border-top-width: 1px;
}
#kr-host #overview-title,
#kr-host .entity-menu li,
#kr-host #overview-subtitle,
#kr-host .entity-search,
#kr-host #entity-context,
#kr-host #entity-search,
#kr-host #filter-entity-search {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#kr-host .k-calendar td,
#kr-host .k-calendar-container {
  border-width: 1px;
  border-style: solid;
}
#kr-host .kr-indicator-grid td.target-bad,
#kr-host .kr-indicator-grid td.target-warning,
#kr-host .kr-indicator-grid td.target-good,
#kr-host .kr-indicator-grid td.target-exceeded,
#kr-host .kr-indicator-grid td.target-pastexceeded {
  border-width: 0 0 1px 1px;
  padding: 0.4em 0.6em calc(0.4em - 1px) 0.6em;
}
#kr-host .kr-mr-20 {
  margin-right: 20px;
}
#kr-host .kr-flex-row {
  display: flex;
  flex-direction: row;
}
#kr-host .kr-flex-50 {
  flex: 50%;
}
#kr-host .kr-w-100 {
  width: 100px;
}
#kr-host .kr-truncate-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#kr-host .kr-float-left {
  float: left;
}
#kr-host .kr-float-right {
  float: right;
}
#kr-host #help-text-window.k-window-content {
  padding: 0px;
}
#kr-host .kr-help-text .k-window-titlebar {
  border-radius: 0px;
}
#kr-host .k-window.kr-help-text {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#kr-host #help-text-window div#help-text-editor {
  overflow-y: auto;
}
#kr-host #help-text-window .k-editor-inline:hover {
  border-color: transparent;
}
#kr-host #help-text-window .kr-help-content button {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  width: 80px;
}
#kr-host #help-text-window ul#help-panelbar {
  border-width: 0px;
}
@keyframes webpartSlideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes webpartSlideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes webpartSlideOutRight {
  from {
    -moz-transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes webpartSlideOutRight {
  from {
    -o-transform: translate3d(0, 0, 0);
  }
  to {
    -o-transform: translate3d(100%, 0, 0);
  }
}
#kr-host .animation-webpart-slide-out-left {
  animation: webpartSlideOutLeft 0.2s;
  -webkit-animation: webpartSlideOutLeft 0.2s;
  -moz-animation: webpartSlideOutLeft 0.2s;
  -o-animation: webpartSlideOutLeft 0.2s;
}
@keyframes webpartSlideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes webpartSlideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes webpartSlideOutLeft {
  from {
    -moz-transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes webpartSlideOutLeft {
  from {
    -o-transform: translate3d(0, 0, 0);
  }
  to {
    -o-transform: translate3d(-100%, 0, 0);
  }
}
#kr-host .animation-webpart-slide-in-right {
  animation: webpartSlideInRight 0.2s;
  -webkit-animation: webpartSlideInRight 0.2s;
  -moz-animation: webpartSlideInRight 0.2s;
  -o-animation: webpartSlideInRight 0.2s;
  z-index: 10;
}
@keyframes webpartSlideInRight {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes webpartSlideInRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0%, 0, 0);
  }
}
@-moz-keyframes webpartSlideInRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
  }
}
@-o-keyframes webpartSlideInRight {
  from {
    -o-transform: translate3d(-100%, 0, 0);
  }
  to {
    -o-transform: translate3d(0%, 0, 0);
  }
}
#kr-host .animation-webpart-slide-in-left {
  animation: webpartSlideInLeft 0.2s;
  -webkit-animation: webpartSlideInLeft 0.2s;
  -moz-animation: webpartSlideInLeft 0.2s;
  -o-animation: webpartSlideInLeft 0.2s;
  z-index: 10;
}
@keyframes webpartSlideInLeft {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes webpartSlideInLeft {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0%, 0, 0);
  }
}
@-moz-keyframes webpartSlideInLeft {
  from {
    -moz-transform: translate3d(100%, 0, 0);
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
  }
}
@-o-keyframes webpartSlideInLeft {
  from {
    -o-transform: translate3d(100%, 0, 0);
  }
  to {
    -o-transform: translate3d(0%, 0, 0);
  }
}
@keyframes loading-animation {
  0% {
    opacity: 0;
    left: 0;
  }
  44% {
    opacity: 1;
    left: 50%;
  }
  56% {
    opacity: 1;
    left: 50%;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}
@-webkit-keyframes loading-animation {
  0% {
    opacity: 0;
    left: 0;
  }
  44% {
    opacity: 1;
    left: 50%;
  }
  56% {
    opacity: 1;
    left: 50%;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}
@-moz-keyframes loading-animation {
  0% {
    opacity: 0;
    left: 0;
  }
  44% {
    opacity: 1;
    left: 50%;
  }
  56% {
    opacity: 1;
    left: 50%;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}
@-o-keyframes loading-animation {
  0% {
    opacity: 0;
    left: 0;
  }
  44% {
    opacity: 1;
    left: 50%;
  }
  56% {
    opacity: 1;
    left: 50%;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}
