#api {
  /* wrap code blocks nicely */
}
#api code {
  white-space: pre-wrap;
}
#api .documentation {
  padding-right: 8px;
}
#api .examples {
  padding-left: 8px;
}

md-menu-bar {
  display: inherit;
}
md-menu-bar button {
  top: 5px;
}
/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0;
}

/* Base color: saturation 0; */
.hljs,
.hljs-subst {
  color: #444;
}

.hljs-comment {
  color: #888888;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}

/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}

/* Language color: hue: 90; */
.hljs-literal {
  color: #78A960;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}

/* Meta color: hue: 200 */
.hljs-meta {
  color: #1f7199;
}

.hljs-meta-string {
  color: #4d99bf;
}

/* Misc effects */
.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
.data-line {
  font-family: "Lucida Console", Monaco, monospace;
  white-space: nowrap;
  height: 1em;
}
.fade.ng-leave, .fade-out.ng-leave {
  transition: 0.2s linear opacity;
  opacity: 1;
}
.fade.ng-leave.ng-leave-active, .fade-out.ng-leave.ng-leave-active {
  opacity: 0;
}
.fade.ng-leave-stagger, .fade-out.ng-leave-stagger {
  transition-delay: 0.1s;
  transition-duration: 0s;
}

.fade.ng-enter, .fade-in.ng-enter {
  transition: 0.2s linear opacity;
  opacity: 0;
}
.fade.ng-enter.ng-enter-active, .fade-in.ng-enter.ng-enter-active {
  opacity: 1;
}
.fade.ng-enter-stagger, .fade-in.ng-enter-stagger {
  transition-delay: 0.1s;
  transition-duration: 0s;
}
h1.md-primary, h2.md-primary, h3.md-primary, h4.md-primary, h5.md-primary, h6.md-primary, p.md-primary, span.md-primary {
  color: rgb(0, 150, 136);
}
h1.md-primary.md-hue-1, h2.md-primary.md-hue-1, h3.md-primary.md-hue-1, h4.md-primary.md-hue-1, h5.md-primary.md-hue-1, h6.md-primary.md-hue-1, p.md-primary.md-hue-1, span.md-primary.md-hue-1 {
  color: rgb(77, 182, 172);
}
h1.md-primary.md-hue-2, h2.md-primary.md-hue-2, h3.md-primary.md-hue-2, h4.md-primary.md-hue-2, h5.md-primary.md-hue-2, h6.md-primary.md-hue-2, p.md-primary.md-hue-2, span.md-primary.md-hue-2 {
  color: rgb(0, 105, 92);
}
h1.md-primary.md-hue-3, h2.md-primary.md-hue-3, h3.md-primary.md-hue-3, h4.md-primary.md-hue-3, h5.md-primary.md-hue-3, h6.md-primary.md-hue-3, p.md-primary.md-hue-3, span.md-primary.md-hue-3 {
  color: rgb(167, 255, 235);
}
h1.md-warn, h2.md-warn, h3.md-warn, h4.md-warn, h5.md-warn, h6.md-warn, p.md-warn, span.md-warn {
  color: rgb(255, 87, 34);
}
h1.md-warn.md-hue-1, h2.md-warn.md-hue-1, h3.md-warn.md-hue-1, h4.md-warn.md-hue-1, h5.md-warn.md-hue-1, h6.md-warn.md-hue-1, p.md-warn.md-hue-1, span.md-warn.md-hue-1 {
  color: rgb(255, 138, 101);
}
h1.md-warn.md-hue-2, h2.md-warn.md-hue-2, h3.md-warn.md-hue-2, h4.md-warn.md-hue-2, h5.md-warn.md-hue-2, h6.md-warn.md-hue-2, p.md-warn.md-hue-2, span.md-warn.md-hue-2 {
  color: rgb(216, 67, 21);
}
h1.md-warn.md-hue-3, h2.md-warn.md-hue-3, h3.md-warn.md-hue-3, h4.md-warn.md-hue-3, h5.md-warn.md-hue-3, h6.md-warn.md-hue-3, p.md-warn.md-hue-3, span.md-warn.md-hue-3 {
  color: rgb(255, 158, 128);
}
h1.md-accent, h2.md-accent, h3.md-accent, h4.md-accent, h5.md-accent, h6.md-accent, p.md-accent, span.md-accent {
  color: rgb(64, 196, 255);
}
h1.md-accent.md-hue-1, h2.md-accent.md-hue-1, h3.md-accent.md-hue-1, h4.md-accent.md-hue-1, h5.md-accent.md-hue-1, h6.md-accent.md-hue-1, p.md-accent.md-hue-1, span.md-accent.md-hue-1 {
  color: rgb(128, 216, 255);
}
h1.md-accent.md-hue-2, h2.md-accent.md-hue-2, h3.md-accent.md-hue-2, h4.md-accent.md-hue-2, h5.md-accent.md-hue-2, h6.md-accent.md-hue-2, p.md-accent.md-hue-2, span.md-accent.md-hue-2 {
  color: rgb(0, 176, 255);
}
h1.md-accent.md-hue-3, h2.md-accent.md-hue-3, h3.md-accent.md-hue-3, h4.md-accent.md-hue-3, h5.md-accent.md-hue-3, h6.md-accent.md-hue-3, p.md-accent.md-hue-3, span.md-accent.md-hue-3 {
  color: rgb(0, 145, 234);
}

tr.ng-enter,
tr.ng-leave,
tr.ng-move {
  transition: 0.5s linear all;
}

tr.ng-enter,
tr.ng-move {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

tr.ng-move.ng-move-active,
tr.ng-enter.ng-enter-active {
  opacity: 1;
  height: 120px;
}

tr.ng-leave {
  opacity: 1;
  overflow: hidden;
}

tr.ng-leave.ng-leave-active {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#offline-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#offline-overlay h1, #offline-overlay h2 {
  font-weight: lighter;
}
#offline-overlay h1 {
  font-size: 60px;
}
#offline-overlay h1 span {
  font-size: 1.2em;
}
#offline-overlay h2 {
  font-size: 20px;
}
#offline-overlay h2 a {
  text-decoration: none;
  color: #fff;
}

md-autocomplete {
  min-width: 220px;
}

md-list .md-subheader {
  text-transform: uppercase;
  font-weight: 700;
  color: black !important;
  font-family: sans-serif;
  letter-spacing: 1px;
}

md-list-item .md-list-item-inner > md-icon:not(.md-avatar-icon), md-list-item > md-icon:not(.md-avatar-icon) {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  margin-right: 12px !important;
}

md-list-item .md-list-item-inner > .md-list-item-inner > p, md-list-item .md-list-item-inner > p, md-list-item > .md-list-item-inner > p, md-list-item > p {
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

/* makes the md-datpicker display inline with other form elements */
.datepicker-label {
  margin-top: 8px;
}

/* Following CSS from the Angular Material demo */
/*
 * Should be applied on the md-select as an attribute called 'data-md-container-class'
 * elem(data-md-container-class='select-search') 
 */
.select-search {
  /* Should be applied to the text input as a normal class */
}
.select-search .select-search-input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}
.select-search {
  /* Should be applied on to the md-select header as a normal class */
}
.select-search .select-search-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
}
.select-search md-content._md {
  max-height: 240px;
}

/* helper class to stop line wrapping */
.nowrap {
  white-space: nowrap;
}
/* Helper classes for adding borders */
.p42-border-left {
  border-left: rgba(0, 0, 0, 0.12) solid 1px;
}

.p42-border-right {
  border-right: rgba(0, 0, 0, 0.12) solid 1px;
}

/* Helper class for removing rounded corners */
.p42-no-border-radius {
  border-radius: 0px;
}

/* Helper class for removing margin (useful when using h1, etc. with .md-title, etc.) */
.p42-no-margin {
  margin: 0;
}

/* Helper class for removing padding (useful when using h1, etc. with .md-title, etc.) */
.p42-no-padding {
  padding: 0 !important;
}

/* Handsontable hack to ensure that dialog boxes
   and the sidebar render over it correctly */
.ht_clone_top {
  z-index: -1 !important;
}

.ht_clone_left {
  z-index: -1 !important;
}

.ht_clone_top_left_corner {
  z-index: -1 !important;
}

/* Makes chip inputs be able to be focused on by clicking anywhere in the element
 * Previously only the placeholder text could be used to focus the input
 */
.md-chip-input-container {
  height: 24px;
  width: 100%;
}

/* Workaround fixes for md-color-picker
 * These will likely be fixed when v1 comes out
 */
md-input-container:not(.md-input-has-value) input.md-color-picker-input:not(:focus) {
  /* Make hex value show when not focused */
  color: rgba(0, 0, 0, 0.87);
}

/* Make input line up with other inputs */
[md-color-picker] .md-color-picker-input-container .md-color-picker-preview {
  top: 0;
}
[md-color-picker] .md-color-picker-input-container md-input-container {
  margin: 0;
}
.md-tab {
  color: black !important;
}
.customer-selector {
  /* Fix layout as the md-select will not be the direct child of an md-input-container */
  margin: 0;
}
.md-resize-wrapper {
  width: 100%;
}

/* Add squares behind the image to show transparent parts of the image */
.show-transparency {
  background: url("../assets/showTransparency.png") repeat;
}
.show-transparency:hover {
  /* Change the offset by one square */
  background-position: 8px;
}

/* Make file previews look nice in list view */
.file-preview {
  max-height: 64px;
  max-width: 64px;
}
.p42-section-container {
  /* use less whitespace between form inputs */
  margin: 0 8px;
}

.p42-section-toolbar h1, .p42-section-toolbar p {
  margin: 0;
}
p42-form-view .p42-form-view md-input-container {
  /* use less whitespace between form inputs */
  margin-top: 14px;
  margin-bottom: 2px;
  /* ensuring that md-selects are the same size as input */
  min-height: 58px;
}
p42-form-view.standard .p42-form-view {
  max-width: 756px;
  margin: 0 auto;
}
p42-form-view .click:focus {
  outline: none;
}

.p42-form-view-standard {
  max-width: 756px;
  margin: 0 auto;
}
.md-display-1 {
  margin: 0%;
}

.md-tooltip {
  font-size: 16px;
  color: white !important;
}

.runsheet-progress {
  background: rgba(0, 0, 0, 0.65);
  padding: 5px;
  border-radius: 50%;
  color: #ffffff;
}

.runsheet-approved {
  background: rgb(0, 150, 136);
  padding: 5px;
  border-radius: 50%;
  color: #ffffff;
}

.priority-high {
  background: rgba(243, 3, 23, 0.932);
  padding: 5px;
  border-radius: 50%;
  color: #ffffff;
}

.priority-medium {
  background: rgb(211, 191, 13);
  padding: 5px;
  border-radius: 50%;
  color: #ffffff;
}
p42-list-view {
  /* stop the md-content acting weird and producing a double scroll */
}
p42-list-view md-content {
  overflow: hidden;
}
p42-list-view {
  /* stop cells from dropping to multiple lines */
}
p42-list-view .nowrap {
  white-space: nowrap;
}
p42-list-view {
  /* Make the dropdown line up nicely with tabs */
}
p42-list-view .dropdown-tabs {
  padding-left: 0px;
}
p42-list-view .dropdown-tabs md-select-value {
  margin-top: -1px;
}
p42-list-view tr:focus {
  outline: none;
}
p42-list-view .badge {
  color: #fff;
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  font-size: 13px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  top: 2px;
  right: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

p42-list-view.pointer tbody > tr {
  cursor: pointer;
}

p42-list-view.hoverShade tbody > tr:hover {
  background-color: #EEEEEE;
}

.square-box {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.square-box::after {
  content: " ";
  padding: 10px;
}

.notify-warn {
  vertical-align: super;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='width: 100%25; height: 100%25;fill: orange;'%3E%3Ccircle cx='12px' cy='12px' r='12px'/%3E%3C/svg%3E");
}

.notify-error {
  vertical-align: super;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='width: 100%25; height: 100%25;fill: orangered;'%3E%3Ccircle cx='12px' cy='12px' r='12px'/%3E%3C/svg%3E");
}
.report-missing-value {
  background-color: lightgrey;
}

#report-container {
  background-color: white;
  font-size: 12px;
}
#report-container .report-table {
  max-width: 70%;
}
#report-container table {
  border-collapse: collapse;
}
#report-container th, #report-container td {
  font-size: 9px;
  border: 1px solid #999;
  padding: 3px 2px;
}
#report-container #report-logo {
  height: 100px;
}
#report-container #report-data th, #report-container #report-data td {
  vertical-align: bottom;
  text-align: left;
  font-size: 15px;
}
#report-container #report-summary th, #report-container #report-summary td {
  vertical-align: middle;
}
#report-container #report-summary th {
  text-align: center;
}
#report-container #report-summary td {
  text-align: left;
}
#report-container #signature {
  max-height: 64px;
}
#report-container p {
  margin: 0.5em 0;
}
#report-container .space-margin {
  margin-left: 8px;
}

.minimal div input {
  font-size: 12px;
  text-align: right;
}
.minimal div {
  border-bottom-style: none;
}

.cutom-class {
  font-weight: bold;
}

@media screen {
  .no-screen {
    display: none;
  }
  #report-container {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media print {
  .no-print {
    display: none;
  }
  md-toolbar {
    background-color: rgb(0, 145, 234);
    color: rgb(255, 255, 255);
  }
  body {
    background-color: rgb(255, 255, 255);
  }
}
.p42-program-tile-white {
  color: rgba(255, 255, 255, 0.87) !important;
}
.p42-program-tile-white label {
  color: rgba(255, 255, 255, 0.87) !important;
}
.p42-program-tile-white md-select md-select-value {
  color: rgba(255, 255, 255, 0.87) !important;
  border-bottom-color: rgba(255, 255, 255, 0.87) !important;
}
.p42-program-tile-white md-select md-select-value .md-select-icon {
  color: rgba(255, 255, 255, 0.87) !important;
}
.p42-program-tile-white md-icon {
  fill: rgba(255, 255, 255, 0.87) !important;
}

.p42-program-tile-black {
  color: rgba(0, 0, 0, 0.87) !important;
}
.p42-program-tile-black label {
  color: rgba(0, 0, 0, 0.87) !important;
}
.p42-program-tile-black md-select md-select-value {
  color: rgba(0, 0, 0, 0.87) !important;
  border-bottom-color: rgba(0, 0, 0, 0.87) !important;
}
.p42-program-tile-black md-select md-select-value .md-select-icon {
  color: rgba(0, 0, 0, 0.87) !important;
}
.p42-program-tile-black md-icon {
  fill: rgba(0, 0, 0, 0.87) !important;
}
.color-border {
  border-left-style: solid;
  border-left-width: 4px;
}
#runsheet .wtHolder {
  width: 100% !important;
  height: 100% !important;
}

.grey {
  color: rgba(0, 0, 0, 0.65);
}

.handsontable th {
  white-space: pre-wrap !important;
  vertical-align: middle;
}

.handsontable .ht_clone_left thead,
.handsontable .ht_master thead,
.handsontable .ht_master tr th {
  visibility: visible !important;
}

md-sidenav {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

md-content {
  background-color: transparent;
}

.shadow {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

md-toolbar.slim {
  height: 50.78px;
  min-height: 50.78px;
}
.md-chips md-chip {
  margin: 32px 8px 0 0 !important;
}
.md-button.md-fab.md-mini {
  line-height: 36px;
  width: 36px;
  height: 36px;
}
md-sidenav a {
  text-decoration: none;
}

.p42-username {
  background-color: rgb(250, 250, 250);
  padding: 0px 16px 0px 16px;
}
.p42-username img {
  margin: auto 16px auto 0px;
  height: 28px;
  width: 36px;
  border-radius: 50%;
}

.logo-side {
  height: 95px;
  position: absolute;
  z-index: 2;
  margin-left: 86px;
}

p42-sidenav md-sidenav md-list {
  padding: 0px;
}

p42-sidenav input {
  display: none;
}
p42-sidenav .group {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
p42-sidenav .group .collapsed {
  max-height: 0;
}
p42-sidenav .group .expanded {
  max-height: 100vh;
}
p42-sidenav .group .transition {
  transition: max-height 0.35s ease-in-out;
}
p42-sidenav .group .items {
  min-height: 0 !important;
  overflow: hidden;
}
p42-sidenav .group .md-subheader md-icon svg {
  transition: transform 0.2s ease-out;
}
p42-sidenav .group .md-subheader md-icon.collapsed svg {
  transform: rotate(0deg);
}
p42-sidenav .group .md-subheader md-icon.expanded svg {
  transform: rotate(-180deg);
}
p42-sidenav .md-subheader {
  border: 0;
  outline: none;
}
p42-sidenav .md-list-item-text {
  color: rgba(0, 0, 0, 0.87);
}

.sidenav-slide.ng-enter, .sidenav-slide-in.ng-enter {
  transition: 0.2s linear margin-left;
  margin-left: -320px;
}
.sidenav-slide.ng-enter.ng-enter-active, .sidenav-slide-in.ng-enter.ng-enter-active {
  margin-left: 0;
}

.sidenav-slide.ng-leave, .sidenav-slide-out.ng-leave {
  transition: 0.2s linear margin-left;
  margin-left: 0;
}
.sidenav-slide.ng-leave.ng-leave-active, .sidenav-slide-out.ng-leave.ng-leave-active {
  margin-left: -320px;
}

p42-sidenav .badge {
  color: #fff;
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  font-size: 13px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  top: 4px;
  right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.program-tile-badge {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.program-tile-overlay {
  position: absolute;
  opacity: 0.4;
}

.program-tile {
  color: white;
  background-size: cover;
  background-blend-mode: luminosity;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.program-tile:hover:not(.disabled) {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.program-tile .md-title {
  margin: 0;
}
.program-tile .program-tile-divider {
  height: 8px;
}
.program-tile div:not(.program-tile-overlay) {
  z-index: 1;
}

.blog-container {
  overflow: hidden;
}

.top-dashboard-padding {
  padding: 10px;
}
.breadcrumb {
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
  opacity: 0.8;
}
.breadcrumb > li + li:before {
  content: "/";
  padding: 0 15px;
}
.breadcrumb > .active {
  opacity: 1;
  font-weight: bold;
}
md-toolbar:not(.md-menu-toolbar) md-icon {
  fill: currentColor !important;
}
.toolbar-slide.ng-enter, .toolbar-slide-in.ng-enter {
  transition: 0.2s linear margin-top;
  margin-top: -64px;
}
.toolbar-slide.ng-enter.ng-enter-active, .toolbar-slide-in.ng-enter.ng-enter-active {
  margin-top: 0;
}

.toolbar-slide.ng-leave, .toolbar-slide-out.ng-leave {
  transition: 0.2s linear margin-top;
  margin-top: 0;
}
.toolbar-slide.ng-leave.ng-leave-active, .toolbar-slide-out.ng-leave.ng-leave-active {
  margin-top: -64px;
}
p42-select-virtual {
  margin: 0px !important;
}
p42-select-virtual md-select {
  margin: 0;
}

/* The dropdown menu that opens */
md-select-menu .feedback {
  text-align: right;
  cursor: auto;
}