.error {
  color: red;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

body {
  font-family: Arial, sans-serif;
}

.clickable,
.pi-list .pi-list-item,
.pi-link-dark {
  cursor: default;
  outline: none;
}

.clickable:hover,
.pi-list .pi-list-item:hover,
.pi-link-dark:hover {
  cursor: pointer;
}

.clickable-colored,
.icon-clickable,
.icon-clickable-toolbar {
  cursor: default;
  color: #000;
  transition: color 0.3s;
}

.clickable-colored:hover,
.icon-clickable:hover,
.icon-clickable-toolbar:hover {
  cursor: pointer;
  color: #e2172b;
}

.font-large,
.pi-list .pi-list-toolbar {
  font-size: 18px;
  font-weight: bold;
}

.font-medium {
  font-size: 12px;
}

.pi-column-list .pi-column-list-item {
  display: flex;
  align-items: center;
  height: 60px;
  width: 475px;
}

.pi-column-list .align-top {
  align-items: flex-start;
}

.md-radio-horizontal {
  display: inline-block;
  padding-right: 18px;
}

.pi-list {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .pi-list {
    width: 960px;
  }
}

.pi-list .pi-list-toolbar {
  background-color: #2B9FE8;
  color: white;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
}

.pi-list .pi-list-toolbar>* {
  margin: 0 6px;
}

.pi-list .pi-list-item {
  transition: background-color 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #2B9FE8;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  outline: 0;
}

.pi-list .pi-list-item:hover {
  background-color: #e4faff;
}

.pi-list .pi-list-item>md-icon,
.pi-list .pi-list-item section {
  margin: 0 6px;
}

.pi-list .disabled {
  color: #B5BBC3;
}

.pi-tag {
  background-color: #B5BBC3;
  border-radius: 5px;
  margin: 0 10px;
  padding: 6px 16px 6px 8px;
  color: #fff;
  white-space: nowrap;
}

.icon-clickable-toolbar {
  background-color: white;
  color: #DEE3EA;
  border-radius: 16px;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.icon-status-dark {
  color: #606060;
}

.icon-status-light {
  color: #fff;
}

.icon-status-ready {
  color: #9AE64D;
}

.icon-status-idle {
  color: #DEE3EA;
}

.icon-status-progress {
  color: #B5BBC3;
}

.icon-status-missing {
  color: #DEE3EA;
}

.legend-circle {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  width: 9px;
  height: 12px;
  margin-right: 4px;
}

.legend-circle-status-ready {
  background-color: #9AE64D;
  border-color: #5a9d16;
}

.legend-circle-status-idle {
  background-color: #DEE3EA;
  border-color: #90a1b8;
}

.legend-circle-status-progress {
  background-color: #B5BBC3;
  border-color: #6f7a89;
}

.legend-circle-status-missing {
  background-color: #fff;
  border-color: #bfbfbf;
}

.legend-circle-status-error {
  background-color: #A71524;
  border-color: #36070c;
}

.login-background {
  width: 100%;
  min-height: 100%;
  background-color: #606060;
  background-image: url("/content/pi/backgrounds/login2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-position-y: 248px;
  position: absolute;
}

@media screen and (max-width: 960px) {
  .login-background {
    background-size: 960px;
  }
}

.status {
  background-color: #606060;
  color: #fff;
  border-radius: 10px;
  margin: 2px;
  padding: 0 8px 0px 8px;
}

.status.error {
  background-color: #A71524;
  color: #000;
}

.status-large {
  background-color: #fff;
  border: 1px solid #B5BBC3;
  border-radius: 20px;
  font-size: 23px;
  font-weight: bold;
  padding: 5px;
  margin: 0 25px;
  min-width: 40px;
  text-align: center;
}

.md-table-card-light-grey {
  background-color: #fAfAfA;
  margin-bottom: 25px;
}

.md-table-card-light-grey thead {
  background-color: #e5e5e5;
}

.md-table-card-lighter-grey {
  background-color: #f6f6f6;
  margin-bottom: 25px;
}

.md-table-card-lighter-grey thead {
  background-color: #f7f7f7;
}

.no-padding {
  padding: 0;
}

.no-wrap-dots {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

.progressbar {
  height: 4px;
  min-height: 4px;
  background-color: #34343A;
}

.progressbar .md-bar {
  background-color: #B5BBC3;
}

.progressbar md-progress-linear {
  height: 4px;
}

.progressbar md-progress-linear .md-container {
  background-color: #505050;
  height: 4px;
}

.pi-button-back-list {
  margin: 10px 0px;
}

.pi-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button:hover>md-icon {
  color: #fff;
}

.pi-button>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button>* {
  padding: 0 2px;
}

.pi-button-dark {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #34343A !important;
  background-color: #34343A !important;
  color: #fff;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-dark:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-dark:hover {
  background-color: #505050 !important;
  color: #fff;
  border: 1px solid #34343A !important;
}

.pi-button-dark:hover>md-icon {
  color: #fff;
}

.pi-button-dark>md-icon {
  transition: color .2s;
  color: #fff;
}

.pi-button-dark>* {
  padding: 0 2px;
}

.pi-button-grey {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #f5f8fd;
  color: #34343A;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-grey:hover {
  background-color: #fff !important;
  color: #34343A;
  border: 1px solid #B5BBC3 !important;
}

.pi-button-grey:hover>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-grey>* {
  padding: 0 2px;
}

.breadcrumb_link {
  transition: all 0.3s;
}

.breadcrumb_link:hover {
  color: #B5BBC3;
}

.pi-button-clean {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  min-height: 24px;
  min-width: 0px;
}

.pi-button-clean:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-clean:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button-clean:hover>md-icon {
  color: #fff;
}

.pi-button-clean>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-clean>* {
  padding: 0 2px;
}

.material-icons.md-18 {
  font-size: 18px !important;
  height: 18px !important;
  width: 18px !important;
}

.material-icons.md-24 {
  font-size: 24px !important;
  height: 24px !important;
  width: 24px !important;
}

.material-icons.md-36 {
  font-size: 36px !important;
  height: 36px !important;
  width: 36px !important;
}

.material-icons.md-48 {
  font-size: 48px !important;
  height: 48px !important;
  width: 48px !important;
}

md-step-body {
  overflow-x: hidden;
}

.stretch {
  width: 100%;
}

.no-stretch {
  width: fit-content;
}

.item-status {
  background-color: #EAEFF6;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
  line-height: 24px;
}

.item-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.item-status-progress {
  background-color: #DEE3EA;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info {
  background-color: #2B9FE8;
  color: #fff;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 16px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info md-icon {
  color: #fff !important;
}

.quest-status-error {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-delete {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

md-card-header {
  border-bottom: 1px solid #DEE3EA;
}

.border-left {
  border-left: 1px solid #B5BBC3;
  min-height: 64px;
  margin-left: 10px;
}

md-menu-content {
  border-radius: 5px;
  background-color: #34343A;
}

md-menu-content md-menu-item {
  height: 36px;
  min-height: 36px;
}

md-menu-content md-menu-item button {
  color: #fff !important;
}

md-menu-content md-menu-item button md-icon {
  color: #fff !important;
}

.fix-toast {
  position: fixed;
}

.md-no-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pi-link {
  color: #505050;
  font-size: 14px;
}

.pi-link:visited {
  color: #505050;
}

.pi-link:hover {
  color: #505050;
}

.pi-link:active {
  color: #505050;
}

.pi-side-menu {
  background-color: #fff;
}

.pi-link-dark {
  transition: color 0.3s;
  color: #fff;
}

.pi-link-dark:hover {
  color: #B5BBC3;
}

md-toolbar {
  background-color: #34343A !important;
}

md-checkbox.md-checked .md-icon {
  background-color: #2B9FE8 !important;
}

md-radio-button .md-off {
  border-color: #2B9FE8 !important;
}

md-radio-button .md-on {
  background-color: #2B9FE8 !important;
}

md-tabs .md-tab.md-active {
  color: #2B9FE8;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  color: #34343A;
  background: #2B9FE8;
}

md-dialog {
  max-height: 80% !important;
}

md-switch.md-checked .md-bar {
  background-color: #9cf !important;
}

md-switch.md-checked .md-thumb {
  background-color: #2B9FE8 !important;
}

.pi-login-error {
  color: red;
  font-size: 12px;
}

.top-nav-select {
  display: inline-block;
  background-color: #505050;
  color: #fff;
  border: none;
  height: 30px;
  width: auto;
}

.normal-letters {
  text-transform: none;
}

.hint {
  font-size: 12px;
  line-height: 22px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: grey;
}

.list-item-hover-effect {
  transition: background-color 0.5s;
}

.list-item-hover-effect:hover {
  background-color: #DDDDDD;
}

.list-item-hover-effect * a {
  text-decoration: none;
}

.max-width-dialog {
  max-width: 400px;
}

.max-width-dialog2 {
  max-width: 800px;
}

.creditWarning {
  color: red;
  padding-left: 20px;
}

.creditCheck {
  color: #59c438;
  padding-left: 20px;
  font-size: 24px;
}

.pointer {
  text-decoration: underline;
  cursor: pointer;
}

.md-dialog-content {
  display: block;
}

.username-info-button {
  position: relative;
  top: 10px;
}

.pi-manage-list-header p {
  padding-bottom: 0.2em;
}

.md-tooltip {
  height: auto !important;
  background-color: #34343A !important;
  color: #fff !important;
  border-radius: 4px !important;
  border-style: none !important;
  font-weight: bold !important;
  font-size: 14px !important;
}

.grouping-icon {
  cursor: pointer;
  outline: 0;
  margin: 3px;
}

.grouping-icon-arrow {
  margin-left: -8px;
}

.grouping-input {
  background-color: transparent;
  border: 0px solid;
  border-bottom: 1px solid;
  border-color: #262626;
  outline: 0;
}

.grouping-label {
  margin: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 28px !important;
  min-height: 28px !important;
}

.grouping-label .md-errors-spacer {
  min-height: 0px;
}

.groupGlobal {
  font-size: 18px;
  color: #9cf;
  cursor: pointer;
}

.groupsave {
  padding-left: 10px;
}

.fade.ng-leave {
  transition: 0.8s linear all;
  opacity: 1;
}

.fade_enter.ng-enter {
  transition: 0.8s;
  display: none;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

.pi-report-download-menu {
  background: #f6f6f6;
}

.pi-report-download-menu .md-button:hover,
.pi-report-download-menu .md-button:hover #download-icon,
.pi-report-download-menu .md-button:focus {
  background-color: #34343A;
  color: #fff;
  transition: 0.3s;
  text-transform: none;
}

.pi-report-download-menu .md-button {
  text-align: left;
  text-transform: none;
}

.menu-header {
  background-color: #34343A;
  color: #fff;
  padding: 12px;
  font-size: 14px;
}

.pi-report-download-menu .md-button {
  margin: 0;
}

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

body {
  font-family: Arial, sans-serif;
}

.clickable,
.pi-list .pi-list-item,
.pi-link-dark {
  cursor: default;
  outline: none;
}

.clickable:hover,
.pi-list .pi-list-item:hover,
.pi-link-dark:hover {
  cursor: pointer;
}

.clickable-colored,
.icon-clickable,
.icon-clickable-toolbar {
  cursor: default;
  color: #000;
  transition: color 0.3s;
}

.clickable-colored:hover,
.icon-clickable:hover,
.icon-clickable-toolbar:hover {
  cursor: pointer;
  color: #e2172b;
}

.font-large,
.pi-list .pi-list-toolbar {
  font-size: 18px;
  font-weight: bold;
}

.font-medium {
  font-size: 12px;
}

.pi-column-list .pi-column-list-item {
  display: flex;
  align-items: center;
  height: 60px;
  width: 475px;
}

.pi-column-list .align-top {
  align-items: flex-start;
}

.md-radio-horizontal {
  display: inline-block;
  padding-right: 18px;
}

.pi-list {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .pi-list {
    width: 960px;
  }
}

.pi-list .pi-list-toolbar {
  background-color: #2B9FE8;
  color: white;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
}

.pi-list .pi-list-toolbar>* {
  margin: 0 6px;
}

.pi-list .pi-list-item {
  transition: background-color 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #2B9FE8;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  outline: 0;
}

.pi-list .pi-list-item:hover {
  background-color: #e4faff;
}

.pi-list .pi-list-item>md-icon,
.pi-list .pi-list-item section {
  margin: 0 6px;
}

.pi-list .disabled {
  color: #B5BBC3;
}

.pi-tag {
  background-color: #B5BBC3;
  border-radius: 5px;
  margin: 0 10px;
  padding: 6px 16px 6px 8px;
  color: #fff;
  white-space: nowrap;
}

.icon-clickable-toolbar {
  background-color: white;
  color: #DEE3EA;
  border-radius: 16px;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.icon-status-dark {
  color: #606060;
}

.icon-status-light {
  color: #fff;
}

.icon-status-ready {
  color: #9AE64D;
}

.icon-status-idle {
  color: #DEE3EA;
}

.icon-status-progress {
  color: #B5BBC3;
}

.icon-status-missing {
  color: #DEE3EA;
}

.legend-circle {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  width: 9px;
  height: 12px;
  margin-right: 4px;
}

.legend-circle-status-ready {
  background-color: #9AE64D;
  border-color: #5a9d16;
}

.legend-circle-status-idle {
  background-color: #DEE3EA;
  border-color: #90a1b8;
}

.legend-circle-status-progress {
  background-color: #B5BBC3;
  border-color: #6f7a89;
}

.legend-circle-status-missing {
  background-color: #fff;
  border-color: #bfbfbf;
}

.legend-circle-status-error {
  background-color: #A71524;
  border-color: #36070c;
}

.login-background {
  width: 100%;
  min-height: 100%;
  background-color: #606060;
  background-image: url("/content/pi/backgrounds/login2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-position-y: 248px;
  position: absolute;
}

@media screen and (max-width: 960px) {
  .login-background {
    background-size: 960px;
  }
}

.status {
  background-color: #606060;
  color: #fff;
  border-radius: 10px;
  margin: 2px;
  padding: 0 8px 0px 8px;
}

.status.error {
  background-color: #A71524;
  color: #000;
}

.status-large {
  background-color: #fff;
  border: 1px solid #B5BBC3;
  border-radius: 20px;
  font-size: 23px;
  font-weight: bold;
  padding: 5px;
  margin: 0 25px;
  min-width: 40px;
  text-align: center;
}

.md-table-card-light-grey {
  background-color: #fAfAfA;
  margin-bottom: 25px;
}

.md-table-card-light-grey thead {
  background-color: #e5e5e5;
}

.md-table-card-lighter-grey {
  background-color: #f6f6f6;
  margin-bottom: 25px;
}

.md-table-card-lighter-grey thead {
  background-color: #f7f7f7;
}

.no-padding {
  padding: 0;
}

.no-wrap-dots {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

.progressbar {
  height: 4px;
  min-height: 4px;
  background-color: #34343A;
}

.progressbar .md-bar {
  background-color: #B5BBC3;
}

.progressbar md-progress-linear {
  height: 4px;
}

.progressbar md-progress-linear .md-container {
  background-color: #505050;
  height: 4px;
}

.pi-button-back-list {
  margin: 10px 0px;
}

.pi-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button:hover>md-icon {
  color: #fff;
}

.pi-button>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button>* {
  padding: 0 2px;
}

.pi-button-dark {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #34343A !important;
  background-color: #34343A !important;
  color: #fff;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-dark:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-dark:hover {
  background-color: #505050 !important;
  color: #fff;
  border: 1px solid #34343A !important;
}

.pi-button-dark:hover>md-icon {
  color: #fff;
}

.pi-button-dark>md-icon {
  transition: color .2s;
  color: #fff;
}

.pi-button-dark>* {
  padding: 0 2px;
}

.pi-button-grey {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #f5f8fd;
  color: #34343A;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-grey:hover {
  background-color: #fff !important;
  color: #34343A;
  border: 1px solid #B5BBC3 !important;
}

.pi-button-grey:hover>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-grey>* {
  padding: 0 2px;
}

.breadcrumb_link {
  transition: all 0.3s;
}

.breadcrumb_link:hover {
  color: #B5BBC3;
}

.pi-button-clean {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  min-height: 24px;
  min-width: 0px;
}

.pi-button-clean:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-clean:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button-clean:hover>md-icon {
  color: #fff;
}

.pi-button-clean>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-clean>* {
  padding: 0 2px;
}

.material-icons.md-18 {
  font-size: 18px !important;
  height: 18px !important;
  width: 18px !important;
}

.material-icons.md-24 {
  font-size: 24px !important;
  height: 24px !important;
  width: 24px !important;
}

.material-icons.md-36 {
  font-size: 36px !important;
  height: 36px !important;
  width: 36px !important;
}

.material-icons.md-48 {
  font-size: 48px !important;
  height: 48px !important;
  width: 48px !important;
}

md-step-body {
  overflow-x: hidden;
}

.stretch {
  width: 100%;
}

.no-stretch {
  width: fit-content;
}

.item-status {
  background-color: #EAEFF6;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
  line-height: 24px;
}

.item-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.item-status-progress {
  background-color: #DEE3EA;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info {
  background-color: #2B9FE8;
  color: #fff;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 16px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info md-icon {
  color: #fff !important;
}

.quest-status-error {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-delete {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

md-card-header {
  border-bottom: 1px solid #DEE3EA;
}

.border-left {
  border-left: 1px solid #B5BBC3;
  min-height: 64px;
  margin-left: 10px;
}

md-menu-content {
  border-radius: 5px;
  background-color: #34343A;
}

md-menu-content md-menu-item {
  height: 36px;
  min-height: 36px;
}

md-menu-content md-menu-item button {
  color: #fff !important;
}

md-menu-content md-menu-item button md-icon {
  color: #fff !important;
}

.fix-toast {
  position: fixed;
}

.md-no-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pi-link {
  color: #505050;
  font-size: 14px;
}

.pi-link:visited {
  color: #505050;
}

.pi-link:hover {
  color: #505050;
}

.pi-link:active {
  color: #505050;
}

.pi-side-menu {
  background-color: #fff;
}

.pi-link-dark {
  transition: color 0.3s;
  color: #fff;
}

.pi-link-dark:hover {
  color: #B5BBC3;
}

md-toolbar {
  background-color: #34343A !important;
}

md-checkbox.md-checked .md-icon {
  background-color: #2B9FE8 !important;
}

md-radio-button .md-off {
  border-color: #2B9FE8 !important;
}

md-radio-button .md-on {
  background-color: #2B9FE8 !important;
}

md-tabs .md-tab.md-active {
  color: #2B9FE8;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  color: #34343A;
  background: #2B9FE8;
}

md-dialog {
  max-height: 80% !important;
}

md-switch.md-checked .md-bar {
  background-color: #9cf !important;
}

md-switch.md-checked .md-thumb {
  background-color: #2B9FE8 !important;
}

.pi-login-error {
  color: red;
  font-size: 12px;
}

.top-nav-select {
  display: inline-block;
  background-color: #505050;
  color: #fff;
  border: none;
  height: 30px;
  width: auto;
}

.normal-letters {
  text-transform: none;
}

.hint {
  font-size: 12px;
  line-height: 22px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: grey;
}

.list-item-hover-effect {
  transition: background-color 0.5s;
}

.list-item-hover-effect:hover {
  background-color: #DDDDDD;
}

.list-item-hover-effect * a {
  text-decoration: none;
}

.max-width-dialog {
  max-width: 400px;
}

.max-width-dialog2 {
  max-width: 800px;
}

.creditWarning {
  color: red;
  padding-left: 20px;
}

.creditCheck {
  color: #59c438;
  padding-left: 20px;
  font-size: 24px;
}

.pointer {
  text-decoration: underline;
  cursor: pointer;
}

.md-dialog-content {
  display: block;
}

.username-info-button {
  position: relative;
  top: 10px;
}
.input-group {
  line-height: 1.3333333em;
  margin: 0 0 1.3333333em;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
}

.input-group:after {
  clear: both;
  content: ' ';
  display: table;
}

.tipContainer {
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #e60000;
  border-radius: 3px;
}

.passwordStrength {
  float: left;
  margin-right: 12px;
}

.passwordStrengthField {
  float: left;
  position: relative;
  top: 6px;
  height: 8px;
  width: 20px;
  margin-right: 4px;
  border: 1px solid;
  border-radius: 3px;
}

.passwordCheck {
  float: right;
  position: relative;
  top: 25px;
  right: 100px;
}

.passwordWeak {
  background-color: #e60000;
}

.passwordMedium {
  background-color: #e68a00;
}

.passwordStrong {
  background-color: #00cc00;
}

.passwordVeryStrong {
  background-color: #289E39;
}

.password-requirements-container {
  width: 250px;
  height: auto;
  position: absolute;
  bottom: -160px;
  right: -300px;
  box-shadow: 1px 1px 5px #B5BBC3;
  background-color: white;
}

.password-requirements-container li {
  margin: 10px;
  list-style-type: disc !important;
  color: #d50000;
}

.validated {
  color: green !important;
}

.password-strenght-pointer {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px #B5BBC3;
  bottom: -16px;
  right: -66px;
}

.password-strenght-pointer-filler {
  position: absolute;
  width: 34.9px;
  height: 34.9px;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -16px;
  right: -66px;
  z-index: 50;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

.pi-persons-wrapper {
  padding-bottom: 15px;
  margin-top: 0px;
}

.pi-persons-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pi-persons-list-item {
  transition: background-color 0s;
  overflow: hidden;
  position: relative;
  outline: 0;
  display: flex;
  height: 50px;
  width: 250px;
  background-color: #f6faff;
  margin: 0 8px 8px 0;
  box-sizing: border-box;
  border: 1px solid #B5BBC3;
  box-shadow: 1px 1px 5px #B5BBC3;
}

.pi-persons-list-item.managed {
  background-color: #fff;
}

.pi-persons-list-item:hover {
  background-color: #f6f6f6;
}

.pi-persons-list-item .status-block {
  height: 48px;
  width: 54px;
  border-right: 1px solid #B5BBC3;
  display: flex;
  margin-right: 16px;
}

.pi-persons-list-item .md-button {
  padding-right: 5px !important;
}

.pi-persons-list-item.disabled {
  background-color: #EAEFF6;
  color: #B5BBC3;
}

.pi-persons-list-item * {
  outline: 0;
}

.pi-persons-list-header p {
  padding-bottom: 0.2em;
}

.pi-persons-list-header .pi-persons-list-header-page {
  margin-top: -0.2em;
}

.pi-persons-list-empty {
  opacity: 0.0;
}

.group-same {
  color: #2B9FE8 !important;
}

.group-none {
  color: #59c438 !important;
}

.group-other {
  color: #ff8000 !important;
}

.counter.ng-enter {
  animation-name: animate-background;
  animation-duration: 1s;
}

.counter {
  background-color: #EAEFF6;
  border-radius: 5px;
  padding: 0px 8px;
  margin-left: 5px;
}

@keyframes animate-background {
  0% {
    background-color: #EAEFF6;
  }

  50% {
    background-color: #ff8000;
  }

  100% {
    background-color: #EAEFF6;
  }
}

.pager {
  margin-right: 8px;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #B5BBC3;
}

.pager .left {
  margin: 0;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
}

.pager .middle {
  border-top: 1px solid #B5BBC3;
  border-bottom: 1px solid #B5BBC3;
  height: 36px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}

.pager .right {
  margin: 0px;
  border-radius: 0 4px 4px 0;
  box-shadow: none;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

.pi-person-list-menu {
  background-color: #f6f6f6;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);
  width: 256px;
}

.pi-person-list-menu-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 32px;
  padding: 0 16px;
  position: relative;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
}

.pi-person-list-menu-item:hover,
.pi-person-list-menu-item:focus {
  color: #fff;
  background-color: #34343A;
  transition: 0.3s;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

.pi-user-menu {
  background: #f6f6f6;
}

.pi-user-menu * button {
  text-transform: none !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pi-user-menu .whiteframe {
  border-radius: 4px;
}

.pi-user-menu .md-button:hover {
  background-color: #34343A;
  color: #fff;
  transition: 0.3s;
}

.pi-user-menu .md-button {
  margin: 0;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

body {
  font-family: Arial, sans-serif;
}

.clickable,
.pi-list .pi-list-item,
.pi-link-dark {
  cursor: default;
  outline: none;
}

.clickable:hover,
.pi-list .pi-list-item:hover,
.pi-link-dark:hover {
  cursor: pointer;
}

.clickable-colored,
.icon-clickable,
.icon-clickable-toolbar {
  cursor: default;
  color: #000;
  transition: color 0.3s;
}

.clickable-colored:hover,
.icon-clickable:hover,
.icon-clickable-toolbar:hover {
  cursor: pointer;
  color: #e2172b;
}

.font-large,
.pi-list .pi-list-toolbar {
  font-size: 18px;
  font-weight: bold;
}

.font-medium {
  font-size: 12px;
}

.pi-column-list .pi-column-list-item {
  display: flex;
  align-items: center;
  height: 60px;
  width: 475px;
}

.pi-column-list .align-top {
  align-items: flex-start;
}

.md-radio-horizontal {
  display: inline-block;
  padding-right: 18px;
}

.pi-list {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .pi-list {
    width: 960px;
  }
}

.pi-list .pi-list-toolbar {
  background-color: #2B9FE8;
  color: white;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
}

.pi-list .pi-list-toolbar>* {
  margin: 0 6px;
}

.pi-list .pi-list-item {
  transition: background-color 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #2B9FE8;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  outline: 0;
}

.pi-list .pi-list-item:hover {
  background-color: #e4faff;
}

.pi-list .pi-list-item>md-icon,
.pi-list .pi-list-item section {
  margin: 0 6px;
}

.pi-list .disabled {
  color: #B5BBC3;
}

.pi-tag {
  background-color: #B5BBC3;
  border-radius: 5px;
  margin: 0 10px;
  padding: 6px 16px 6px 8px;
  color: #fff;
  white-space: nowrap;
}

.icon-clickable-toolbar {
  background-color: white;
  color: #DEE3EA;
  border-radius: 16px;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.icon-status-dark {
  color: #606060;
}

.icon-status-light {
  color: #fff;
}

.icon-status-ready {
  color: #9AE64D;
}

.icon-status-idle {
  color: #DEE3EA;
}

.icon-status-progress {
  color: #B5BBC3;
}

.icon-status-missing {
  color: #DEE3EA;
}

.legend-circle {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  width: 9px;
  height: 12px;
  margin-right: 4px;
}

.legend-circle-status-ready {
  background-color: #9AE64D;
  border-color: #5a9d16;
}

.legend-circle-status-idle {
  background-color: #DEE3EA;
  border-color: #90a1b8;
}

.legend-circle-status-progress {
  background-color: #B5BBC3;
  border-color: #6f7a89;
}

.legend-circle-status-missing {
  background-color: #fff;
  border-color: #bfbfbf;
}

.legend-circle-status-error {
  background-color: #A71524;
  border-color: #36070c;
}

.login-background {
  width: 100%;
  min-height: 100%;
  background-color: #606060;
  background-image: url("/content/pi/backgrounds/login2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-position-y: 248px;
  position: absolute;
}

@media screen and (max-width: 960px) {
  .login-background {
    background-size: 960px;
  }
}

.status {
  background-color: #606060;
  color: #fff;
  border-radius: 10px;
  margin: 2px;
  padding: 0 8px 0px 8px;
}

.status.error {
  background-color: #A71524;
  color: #000;
}

.status-large {
  background-color: #fff;
  border: 1px solid #B5BBC3;
  border-radius: 20px;
  font-size: 23px;
  font-weight: bold;
  padding: 5px;
  margin: 0 25px;
  min-width: 40px;
  text-align: center;
}

.md-table-card-light-grey {
  background-color: #fAfAfA;
  margin-bottom: 25px;
}

.md-table-card-light-grey thead {
  background-color: #e5e5e5;
}

.md-table-card-lighter-grey {
  background-color: #f6f6f6;
  margin-bottom: 25px;
}

.md-table-card-lighter-grey thead {
  background-color: #f7f7f7;
}

.no-padding {
  padding: 0;
}

.no-wrap-dots {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

.progressbar {
  height: 4px;
  min-height: 4px;
  background-color: #34343A;
}

.progressbar .md-bar {
  background-color: #B5BBC3;
}

.progressbar md-progress-linear {
  height: 4px;
}

.progressbar md-progress-linear .md-container {
  background-color: #505050;
  height: 4px;
}

.pi-button-back-list {
  margin: 10px 0px;
}

.pi-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button:hover>md-icon {
  color: #fff;
}

.pi-button>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button>* {
  padding: 0 2px;
}

.pi-button-dark {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #34343A !important;
  background-color: #34343A !important;
  color: #fff;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-dark:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-dark:hover {
  background-color: #505050 !important;
  color: #fff;
  border: 1px solid #34343A !important;
}

.pi-button-dark:hover>md-icon {
  color: #fff;
}

.pi-button-dark>md-icon {
  transition: color .2s;
  color: #fff;
}

.pi-button-dark>* {
  padding: 0 2px;
}

.pi-button-grey {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #f5f8fd;
  color: #34343A;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-grey:hover {
  background-color: #fff !important;
  color: #34343A;
  border: 1px solid #B5BBC3 !important;
}

.pi-button-grey:hover>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-grey>* {
  padding: 0 2px;
}

.breadcrumb_link {
  transition: all 0.3s;
}

.breadcrumb_link:hover {
  color: #B5BBC3;
}

.pi-button-clean {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  min-height: 24px;
  min-width: 0px;
}

.pi-button-clean:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-clean:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button-clean:hover>md-icon {
  color: #fff;
}

.pi-button-clean>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-clean>* {
  padding: 0 2px;
}

.material-icons.md-18 {
  font-size: 18px !important;
  height: 18px !important;
  width: 18px !important;
}

.material-icons.md-24 {
  font-size: 24px !important;
  height: 24px !important;
  width: 24px !important;
}

.material-icons.md-36 {
  font-size: 36px !important;
  height: 36px !important;
  width: 36px !important;
}

.material-icons.md-48 {
  font-size: 48px !important;
  height: 48px !important;
  width: 48px !important;
}

md-step-body {
  overflow-x: hidden;
}

.stretch {
  width: 100%;
}

.no-stretch {
  width: fit-content;
}

.item-status {
  background-color: #EAEFF6;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
  line-height: 24px;
}

.item-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.item-status-progress {
  background-color: #DEE3EA;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info {
  background-color: #2B9FE8;
  color: #fff;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 16px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info md-icon {
  color: #fff !important;
}

.quest-status-error {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-delete {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

md-card-header {
  border-bottom: 1px solid #DEE3EA;
}

.border-left {
  border-left: 1px solid #B5BBC3;
  min-height: 64px;
  margin-left: 10px;
}

md-menu-content {
  border-radius: 5px;
  background-color: #34343A;
}

md-menu-content md-menu-item {
  height: 36px;
  min-height: 36px;
}

md-menu-content md-menu-item button {
  color: #fff !important;
}

md-menu-content md-menu-item button md-icon {
  color: #fff !important;
}

.fix-toast {
  position: fixed;
}

.md-no-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pi-link {
  color: #505050;
  font-size: 14px;
}

.pi-link:visited {
  color: #505050;
}

.pi-link:hover {
  color: #505050;
}

.pi-link:active {
  color: #505050;
}

.pi-side-menu {
  background-color: #fff;
}

.pi-link-dark {
  transition: color 0.3s;
  color: #fff;
}

.pi-link-dark:hover {
  color: #B5BBC3;
}

md-toolbar {
  background-color: #34343A !important;
}

md-checkbox.md-checked .md-icon {
  background-color: #2B9FE8 !important;
}

md-radio-button .md-off {
  border-color: #2B9FE8 !important;
}

md-radio-button .md-on {
  background-color: #2B9FE8 !important;
}

md-tabs .md-tab.md-active {
  color: #2B9FE8;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  color: #34343A;
  background: #2B9FE8;
}

md-dialog {
  max-height: 80% !important;
}

md-switch.md-checked .md-bar {
  background-color: #9cf !important;
}

md-switch.md-checked .md-thumb {
  background-color: #2B9FE8 !important;
}

.pi-login-error {
  color: red;
  font-size: 12px;
}

.top-nav-select {
  display: inline-block;
  background-color: #505050;
  color: #fff;
  border: none;
  height: 30px;
  width: auto;
}

.normal-letters {
  text-transform: none;
}

.hint {
  font-size: 12px;
  line-height: 22px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: grey;
}

.list-item-hover-effect {
  transition: background-color 0.5s;
}

.list-item-hover-effect:hover {
  background-color: #DDDDDD;
}

.list-item-hover-effect * a {
  text-decoration: none;
}

.max-width-dialog {
  max-width: 400px;
}

.max-width-dialog2 {
  max-width: 800px;
}

.creditWarning {
  color: red;
  padding-left: 20px;
}

.creditCheck {
  color: #59c438;
  padding-left: 20px;
  font-size: 24px;
}

.pointer {
  text-decoration: underline;
  cursor: pointer;
}

.md-dialog-content {
  display: block;
}

.username-info-button {
  position: relative;
  top: 10px;
}

.side-nav {
  z-index: 101;
  background-color: white;
  height: 100%;
  width: 220px;
  box-shadow: none !important;
  overflow: hidden;
}

.side-nav .menu {
  padding: 8px 0px;
  width: 220px;
}

.side-nav h3 {
  color: black !important;
  font-weight: bold !important;
}

.side-nav .version {
  color: #B5BBC3;
  font-style: italic;
  font-size: 14px;
  padding-left: 8px;
}

.pi-sidemenu-top {
  padding: 36px;
}

.size-logo {
  width: 150px;
  max-width: 150px;
}

.div-logo {
  min-height: 7em;
}

.menu-link {
  transition: color 0.3s;
  text-decoration: none;
  color: #fff;
}

.menu-link:hover {
  color: grey;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

.linkpadding {
  margin: 5px;
  text-align: center;
}

.click_icon {
  cursor: pointer;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

.pi-badge {
  position: relative;
}

.badge-round {
  border-radius: 16px;
  height: 32px;
  min-width: 32px;
  margin-left: 10px;
}

.pi-badge-icon-text {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.pi-badge-icon-text-warn {
  color: #fff;
}

.pi-badge-icon-text-report {
  color: #262626;
}

.pi-badge-icon-text-report-progress {
  color: #262626;
}

.pi-badge-icon-text-report-idle {
  color: #262626;
}

.pi-badge-icon-large {
  font-size: 16px !important;
  margin-left: 8px;
  margin-top: 8px;
}

.pi-badge-icon-extralarge {
  font-size: 22px !important;
  margin-left: 5px;
  margin-top: 5px;
}

.pi-badge-icon-arrow {
  font-size: 24px !important;
  margin-left: 8px;
  margin-top: 4px;
}

.pi-badge-icon-report {
  background-color: #9AE64D;
}

.pi-badge-icon-report-progress {
  background-color: #B5BBC3;
}

.pi-badge-icon-report-idle {
  background-color: #DEE3EA;
}

.pi-badge-icon-report-missing {
  background-color: #DEE3EA;
}

.pi-badge-icon-ready {
  background-color: #9AE64D;
}

.pi-badge-icon-self {
  background-color: #2B9FE8;
}

.pi-badge-icon-self md-icon {
  color: #fff !important;
}

.pi-badge-icon-delete {
  background-color: #606060;
}

.pi-badge-icon-delete md-icon {
  color: #fff !important;
}

.pi-badge-icon-respondent {
  background-color: #2B9FE8;
}

.pi-badge-icon-respondent md-icon {
  color: #fff !important;
}

.pi-badge-icon-recycle {
  background-color: #2B9FE8;
}

.pi-badge-icon-recycle md-icon {
  color: #fff !important;
}

.pi-badge-icon-request {
  -webkit-animation: icon-spin 1.6s infinite linear;
  animation: icon-spin 1.6s infinite linear;
  transform-origin: 12px 12px;
  margin-top: 0px;
}

.pi-badge-icon-warn {
  background-color: #A71524;
}

.pi-badge-icon-empty {
  opacity: 0.0;
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

body {
  font-family: Arial, sans-serif;
}

.clickable,
.pi-list .pi-list-item,
.pi-link-dark {
  cursor: default;
  outline: none;
}

.clickable:hover,
.pi-list .pi-list-item:hover,
.pi-link-dark:hover {
  cursor: pointer;
}

.clickable-colored,
.icon-clickable,
.icon-clickable-toolbar {
  cursor: default;
  color: #000;
  transition: color 0.3s;
}

.clickable-colored:hover,
.icon-clickable:hover,
.icon-clickable-toolbar:hover {
  cursor: pointer;
  color: #e2172b;
}

.font-large,
.pi-list .pi-list-toolbar {
  font-size: 18px;
  font-weight: bold;
}

.font-medium {
  font-size: 12px;
}

.pi-column-list .pi-column-list-item {
  display: flex;
  align-items: center;
  height: 60px;
  width: 475px;
}

.pi-column-list .align-top {
  align-items: flex-start;
}

.md-radio-horizontal {
  display: inline-block;
  padding-right: 18px;
}

.pi-list {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .pi-list {
    width: 960px;
  }
}

.pi-list .pi-list-toolbar {
  background-color: #2B9FE8;
  color: white;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
}

.pi-list .pi-list-toolbar>* {
  margin: 0 6px;
}

.pi-list .pi-list-item {
  transition: background-color 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #2B9FE8;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  outline: 0;
}

.pi-list .pi-list-item:hover {
  background-color: #e4faff;
}

.pi-list .pi-list-item>md-icon,
.pi-list .pi-list-item section {
  margin: 0 6px;
}

.pi-list .disabled {
  color: #B5BBC3;
}

.pi-tag {
  background-color: #B5BBC3;
  border-radius: 5px;
  margin: 0 10px;
  padding: 6px 16px 6px 8px;
  color: #fff;
  white-space: nowrap;
}

.icon-clickable-toolbar {
  background-color: white;
  color: #DEE3EA;
  border-radius: 16px;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.icon-status-dark {
  color: #606060;
}

.icon-status-light {
  color: #fff;
}

.icon-status-ready {
  color: #9AE64D;
}

.icon-status-idle {
  color: #DEE3EA;
}

.icon-status-progress {
  color: #B5BBC3;
}

.icon-status-missing {
  color: #DEE3EA;
}

.legend-circle {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  width: 9px;
  height: 12px;
  margin-right: 4px;
}

.legend-circle-status-ready {
  background-color: #9AE64D;
  border-color: #5a9d16;
}

.legend-circle-status-idle {
  background-color: #DEE3EA;
  border-color: #90a1b8;
}

.legend-circle-status-progress {
  background-color: #B5BBC3;
  border-color: #6f7a89;
}

.legend-circle-status-missing {
  background-color: #fff;
  border-color: #bfbfbf;
}

.legend-circle-status-error {
  background-color: #A71524;
  border-color: #36070c;
}

.login-background {
  width: 100%;
  min-height: 100%;
  background-color: #606060;
  background-image: url("/content/pi/backgrounds/login2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-position-y: 248px;
  position: absolute;
}

@media screen and (max-width: 960px) {
  .login-background {
    background-size: 960px;
  }
}

.status {
  background-color: #606060;
  color: #fff;
  border-radius: 10px;
  margin: 2px;
  padding: 0 8px 0px 8px;
}

.status.error {
  background-color: #A71524;
  color: #000;
}

.status-large {
  background-color: #fff;
  border: 1px solid #B5BBC3;
  border-radius: 20px;
  font-size: 23px;
  font-weight: bold;
  padding: 5px;
  margin: 0 25px;
  min-width: 40px;
  text-align: center;
}

.md-table-card-light-grey {
  background-color: #fAfAfA;
  margin-bottom: 25px;
}

.md-table-card-light-grey thead {
  background-color: #e5e5e5;
}

.md-table-card-lighter-grey {
  background-color: #f6f6f6;
  margin-bottom: 25px;
}

.md-table-card-lighter-grey thead {
  background-color: #f7f7f7;
}

.no-padding {
  padding: 0;
}

.no-wrap-dots {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

.progressbar {
  height: 4px;
  min-height: 4px;
  background-color: #34343A;
}

.progressbar .md-bar {
  background-color: #B5BBC3;
}

.progressbar md-progress-linear {
  height: 4px;
}

.progressbar md-progress-linear .md-container {
  background-color: #505050;
  height: 4px;
}

.pi-button-back-list {
  margin: 10px 0px;
}

.pi-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button:hover>md-icon {
  color: #fff;
}

.pi-button>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button>* {
  padding: 0 2px;
}

.pi-button-dark {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #34343A !important;
  background-color: #34343A !important;
  color: #fff;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-dark:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-dark:hover {
  background-color: #505050 !important;
  color: #fff;
  border: 1px solid #34343A !important;
}

.pi-button-dark:hover>md-icon {
  color: #fff;
}

.pi-button-dark>md-icon {
  transition: color .2s;
  color: #fff;
}

.pi-button-dark>* {
  padding: 0 2px;
}

.pi-button-grey {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #f5f8fd;
  color: #34343A;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-grey:hover {
  background-color: #fff !important;
  color: #34343A;
  border: 1px solid #B5BBC3 !important;
}

.pi-button-grey:hover>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-grey>* {
  padding: 0 2px;
}

.breadcrumb_link {
  transition: all 0.3s;
}

.breadcrumb_link:hover {
  color: #B5BBC3;
}

.pi-button-clean {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  min-height: 24px;
  min-width: 0px;
}

.pi-button-clean:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-clean:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button-clean:hover>md-icon {
  color: #fff;
}

.pi-button-clean>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-clean>* {
  padding: 0 2px;
}

.material-icons.md-18 {
  font-size: 18px !important;
  height: 18px !important;
  width: 18px !important;
}

.material-icons.md-24 {
  font-size: 24px !important;
  height: 24px !important;
  width: 24px !important;
}

.material-icons.md-36 {
  font-size: 36px !important;
  height: 36px !important;
  width: 36px !important;
}

.material-icons.md-48 {
  font-size: 48px !important;
  height: 48px !important;
  width: 48px !important;
}

md-step-body {
  overflow-x: hidden;
}

.stretch {
  width: 100%;
}

.no-stretch {
  width: fit-content;
}

.item-status {
  background-color: #EAEFF6;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
  line-height: 24px;
}

.item-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.item-status-progress {
  background-color: #DEE3EA;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info {
  background-color: #2B9FE8;
  color: #fff;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 16px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info md-icon {
  color: #fff !important;
}

.quest-status-error {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-delete {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

md-card-header {
  border-bottom: 1px solid #DEE3EA;
}

.border-left {
  border-left: 1px solid #B5BBC3;
  min-height: 64px;
  margin-left: 10px;
}

md-menu-content {
  border-radius: 5px;
  background-color: #34343A;
}

md-menu-content md-menu-item {
  height: 36px;
  min-height: 36px;
}

md-menu-content md-menu-item button {
  color: #fff !important;
}

md-menu-content md-menu-item button md-icon {
  color: #fff !important;
}

.fix-toast {
  position: fixed;
}

.md-no-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pi-link {
  color: #505050;
  font-size: 14px;
}

.pi-link:visited {
  color: #505050;
}

.pi-link:hover {
  color: #505050;
}

.pi-link:active {
  color: #505050;
}

.pi-side-menu {
  background-color: #fff;
}

.pi-link-dark {
  transition: color 0.3s;
  color: #fff;
}

.pi-link-dark:hover {
  color: #B5BBC3;
}

md-toolbar {
  background-color: #34343A !important;
}

md-checkbox.md-checked .md-icon {
  background-color: #2B9FE8 !important;
}

md-radio-button .md-off {
  border-color: #2B9FE8 !important;
}

md-radio-button .md-on {
  background-color: #2B9FE8 !important;
}

md-tabs .md-tab.md-active {
  color: #2B9FE8;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  color: #34343A;
  background: #2B9FE8;
}

md-dialog {
  max-height: 80% !important;
}

md-switch.md-checked .md-bar {
  background-color: #9cf !important;
}

md-switch.md-checked .md-thumb {
  background-color: #2B9FE8 !important;
}

.pi-login-error {
  color: red;
  font-size: 12px;
}

.top-nav-select {
  display: inline-block;
  background-color: #505050;
  color: #fff;
  border: none;
  height: 30px;
  width: auto;
}

.normal-letters {
  text-transform: none;
}

.hint {
  font-size: 12px;
  line-height: 22px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: grey;
}

.list-item-hover-effect {
  transition: background-color 0.5s;
}

.list-item-hover-effect:hover {
  background-color: #DDDDDD;
}

.list-item-hover-effect * a {
  text-decoration: none;
}

.max-width-dialog {
  max-width: 400px;
}

.max-width-dialog2 {
  max-width: 800px;
}

.creditWarning {
  color: red;
  padding-left: 20px;
}

.creditCheck {
  color: #59c438;
  padding-left: 20px;
  font-size: 24px;
}

.pointer {
  text-decoration: underline;
  cursor: pointer;
}

.md-dialog-content {
  display: block;
}

.username-info-button {
  position: relative;
  top: 10px;
}

#search_container {
  position: relative;
  padding: 0;
  margin: 0;
  height: 38px;
  box-shadow: 1px 1px 5px #B5BBC3;
  box-sizing: border-box;
  min-width: 300px;
}

#search_input {
  margin: 0;
  padding-left: 40px;
  height: 38px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  border: 1px #B5BBC3 solid;
}

#search_icon {
  position: absolute;
  bottom: 3px;
  left: 8px;
  width: 10px;
  height: 28px;
  outline: none;
}

.pi-search-advanced {
  background-color: white;
  border-radius: 4px;
  width: 31em;
}

.pi-search-advanced md-tabs {
  height: 400px;
}

.pi-search-advanced md-content {
  padding: 16px 8px 8px 8px;
  background-color: white;
}

.pi-search-advanced .md-errors-spacer {
  min-height: 12px;
}

.pi-search-advance-item {
  margin: 0 0;
}

.pi-search-advanced-icon-container {
  max-width: 15px;
}

md-select.pi-search-advance-item {
  margin: 0 0 1.4em 0;
}

md-datepicker.pi-search-advance-date {
  margin: 0 0 1em 0;
}

button.pi-search-advance-button {
  margin: 16px 0 0 0;
}

.selectedRow {
  background-color: lightgray;
}

.hoverRow {
  transition: background-color 0.5s;
}

.hoverRow:hover {
  background-color: lightgray;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

.invoiceLineDiscount {
  background-color: #fff;
}

.invoiceLineCandidate {
  background-color: #EAEFF6;
}

.invoiceLineProduct {
  background-color: #DEE3EA;
}
.contact-container {
  width: 90%;
  margin: auto;
}
ol,
li {
  list-style-type: none;
}

.match-item {
  cursor: pointer;
  line-height: 1.8em;
}

.match-item .match-item-details {
  display: none;
  background-color: #FFF;
}

.match-item.active .match-item-details {
  display: block;
}

.competence-score,
.match-score {
  float: right;
}

#graphics-holder {
  float: left;
  width: calc(100% - 240px);
  margin-bottom: 40px;
}

#filters-holder {
  float: right;
  width: 239px;
}

#filters-holder h2,
#filters-holder h4 {
  font-weight: bold;
  margin: 5px;
  line-height: auto;
  text-align: center;
}

#filters-holder h4 {
  margin-top: 18px;
}

#filters-holder div label {
  margin: 20px 6px 5px 0;
  display: inline-block;
}

#filters-holder .padding-left-right {
  padding-left: 0;
  padding-right: 0;
}

.c3-event-rect,
.c3-chart-arc.c3-target g path {
  cursor: default !important;
}

.c3-grid .c3-xgrid-focus {
  visibility: hidden !important;
}
ol,
li {
  list-style-type: none;
}

label {
  margin: 6px 12px 0 0;
}

md-select {
  margin: 0;
}

td {
  font-size: 14px;
  color: rgba(0,0,0,0.541176);
}

.competence-score,
.match-score {
  float: right;
}

.score-high,
.score-medium,
.score-low {
  color: #FFF;
  text-align: center;
  width: 40px;
  border-radius: 3px;
  padding: 3px 10px 3px 10px;
}

.match-item {
  line-height: 1.2em;
}

.match-item:hover,
.match-item:focus {
  color: #000;
}

.score-high {
  background-color: #129bd7;
}

.score-medium {
  background-color: #343439;
}

.score-low {
  background-color: #e1211d;
}

.match-name {
  width: 270px;
}

.match-info {
  width: 370px;
}

.match-info a,
.match-info md-icon {
  float: left;
  cursor: pointer;
}

.match-info a:hover,
.match-info md-icon:hover {
  color: #000;
}

.sortable {
  cursor: pointer;
}

#test-results-dashboard #filters-holder {
  width: 100%;
  clear: both;
  float: none;
}

.chatbot-switch {
  margin-left: 10px;
}
.popup-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 1;
}

.modal-content {
  color: #505050;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  transform-origin: center;
}

.modal-content p {
  border-top: 0.0666667em dotted #505050;
  padding-top: 18px;
}

.modal-content h1 {
  text-align: center;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.input-validation-wrapper {
  position: relative;
}
.number-format {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 24px;
  color: rgba(0,0,0,0.54);
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

body {
  font-family: Arial, sans-serif;
}

.clickable,
.pi-list .pi-list-item,
.pi-link-dark {
  cursor: default;
  outline: none;
}

.clickable:hover,
.pi-list .pi-list-item:hover,
.pi-link-dark:hover {
  cursor: pointer;
}

.clickable-colored,
.icon-clickable,
.icon-clickable-toolbar {
  cursor: default;
  color: #000;
  transition: color 0.3s;
}

.clickable-colored:hover,
.icon-clickable:hover,
.icon-clickable-toolbar:hover {
  cursor: pointer;
  color: #e2172b;
}

.font-large,
.pi-list .pi-list-toolbar {
  font-size: 18px;
  font-weight: bold;
}

.font-medium {
  font-size: 12px;
}

.pi-column-list .pi-column-list-item {
  display: flex;
  align-items: center;
  height: 60px;
  width: 475px;
}

.pi-column-list .align-top {
  align-items: flex-start;
}

.md-radio-horizontal {
  display: inline-block;
  padding-right: 18px;
}

.pi-list {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .pi-list {
    width: 960px;
  }
}

.pi-list .pi-list-toolbar {
  background-color: #2B9FE8;
  color: white;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
}

.pi-list .pi-list-toolbar>* {
  margin: 0 6px;
}

.pi-list .pi-list-item {
  transition: background-color 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #2B9FE8;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  outline: 0;
}

.pi-list .pi-list-item:hover {
  background-color: #e4faff;
}

.pi-list .pi-list-item>md-icon,
.pi-list .pi-list-item section {
  margin: 0 6px;
}

.pi-list .disabled {
  color: #B5BBC3;
}

.pi-tag {
  background-color: #B5BBC3;
  border-radius: 5px;
  margin: 0 10px;
  padding: 6px 16px 6px 8px;
  color: #fff;
  white-space: nowrap;
}

.icon-clickable-toolbar {
  background-color: white;
  color: #DEE3EA;
  border-radius: 16px;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.icon-status-dark {
  color: #606060;
}

.icon-status-light {
  color: #fff;
}

.icon-status-ready {
  color: #9AE64D;
}

.icon-status-idle {
  color: #DEE3EA;
}

.icon-status-progress {
  color: #B5BBC3;
}

.icon-status-missing {
  color: #DEE3EA;
}

.legend-circle {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  width: 9px;
  height: 12px;
  margin-right: 4px;
}

.legend-circle-status-ready {
  background-color: #9AE64D;
  border-color: #5a9d16;
}

.legend-circle-status-idle {
  background-color: #DEE3EA;
  border-color: #90a1b8;
}

.legend-circle-status-progress {
  background-color: #B5BBC3;
  border-color: #6f7a89;
}

.legend-circle-status-missing {
  background-color: #fff;
  border-color: #bfbfbf;
}

.legend-circle-status-error {
  background-color: #A71524;
  border-color: #36070c;
}

.login-background {
  width: 100%;
  min-height: 100%;
  background-color: #606060;
  background-image: url("/content/pi/backgrounds/login2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-position-y: 248px;
  position: absolute;
}

@media screen and (max-width: 960px) {
  .login-background {
    background-size: 960px;
  }
}

.status {
  background-color: #606060;
  color: #fff;
  border-radius: 10px;
  margin: 2px;
  padding: 0 8px 0px 8px;
}

.status.error {
  background-color: #A71524;
  color: #000;
}

.status-large {
  background-color: #fff;
  border: 1px solid #B5BBC3;
  border-radius: 20px;
  font-size: 23px;
  font-weight: bold;
  padding: 5px;
  margin: 0 25px;
  min-width: 40px;
  text-align: center;
}

.md-table-card-light-grey {
  background-color: #fAfAfA;
  margin-bottom: 25px;
}

.md-table-card-light-grey thead {
  background-color: #e5e5e5;
}

.md-table-card-lighter-grey {
  background-color: #f6f6f6;
  margin-bottom: 25px;
}

.md-table-card-lighter-grey thead {
  background-color: #f7f7f7;
}

.no-padding {
  padding: 0;
}

.no-wrap-dots {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

.progressbar {
  height: 4px;
  min-height: 4px;
  background-color: #34343A;
}

.progressbar .md-bar {
  background-color: #B5BBC3;
}

.progressbar md-progress-linear {
  height: 4px;
}

.progressbar md-progress-linear .md-container {
  background-color: #505050;
  height: 4px;
}

.pi-button-back-list {
  margin: 10px 0px;
}

.pi-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button:hover>md-icon {
  color: #fff;
}

.pi-button>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button>* {
  padding: 0 2px;
}

.pi-button-dark {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #34343A !important;
  background-color: #34343A !important;
  color: #fff;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-dark:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-dark:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-dark:hover {
  background-color: #505050 !important;
  color: #fff;
  border: 1px solid #34343A !important;
}

.pi-button-dark:hover>md-icon {
  color: #fff;
}

.pi-button-dark>md-icon {
  transition: color .2s;
  color: #fff;
}

.pi-button-dark>* {
  padding: 0 2px;
}

.pi-button-grey {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #f5f8fd;
  color: #34343A;
  transition: all .2s;
  box-shadow: 1px 1px 5px #B5BBC3;
  min-height: 38px;
  min-width: 0px;
}

.pi-button-grey:hover {
  background-color: #fff !important;
  color: #34343A;
  border: 1px solid #B5BBC3 !important;
}

.pi-button-grey:hover>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-grey>* {
  padding: 0 2px;
}

.breadcrumb_link {
  transition: all 0.3s;
}

.breadcrumb_link:hover {
  color: #B5BBC3;
}

.pi-button-clean {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #B5BBC3 !important;
  background-color: #fff !important;
  color: #505050;
  transition: all .2s;
  min-height: 24px;
  min-width: 0px;
}

.pi-button-clean:disabled {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover {
  border-color: #B5BBC3 !important;
  background-color: #f6f6f6 !important;
  color: #B5BBC3;
}

.pi-button-clean:disabled:hover>md-icon {
  color: #B5BBC3;
}

.pi-button-clean:hover {
  background-color: #34343A !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.pi-button-clean:hover>md-icon {
  color: #fff;
}

.pi-button-clean>md-icon {
  transition: color .2s;
  color: #34343A;
}

.pi-button-clean>* {
  padding: 0 2px;
}

.material-icons.md-18 {
  font-size: 18px !important;
  height: 18px !important;
  width: 18px !important;
}

.material-icons.md-24 {
  font-size: 24px !important;
  height: 24px !important;
  width: 24px !important;
}

.material-icons.md-36 {
  font-size: 36px !important;
  height: 36px !important;
  width: 36px !important;
}

.material-icons.md-48 {
  font-size: 48px !important;
  height: 48px !important;
  width: 48px !important;
}

md-step-body {
  overflow-x: hidden;
}

.stretch {
  width: 100%;
}

.no-stretch {
  width: fit-content;
}

.item-status {
  background-color: #EAEFF6;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
  line-height: 24px;
}

.item-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.item-status-progress {
  background-color: #DEE3EA;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-ready {
  background-color: #9AE64D;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info {
  background-color: #2B9FE8;
  color: #fff;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 16px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-info md-icon {
  color: #fff !important;
}

.quest-status-error {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

.quest-status-delete {
  background-color: red;
  border-radius: 25px;
  margin: 2px;
  padding: 2px 2px;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
}

md-card-header {
  border-bottom: 1px solid #DEE3EA;
}

.border-left {
  border-left: 1px solid #B5BBC3;
  min-height: 64px;
  margin-left: 10px;
}

md-menu-content {
  border-radius: 5px;
  background-color: #34343A;
}

md-menu-content md-menu-item {
  height: 36px;
  min-height: 36px;
}

md-menu-content md-menu-item button {
  color: #fff !important;
}

md-menu-content md-menu-item button md-icon {
  color: #fff !important;
}

.fix-toast {
  position: fixed;
}

.md-no-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pi-link {
  color: #505050;
  font-size: 14px;
}

.pi-link:visited {
  color: #505050;
}

.pi-link:hover {
  color: #505050;
}

.pi-link:active {
  color: #505050;
}

.pi-side-menu {
  background-color: #fff;
}

.pi-link-dark {
  transition: color 0.3s;
  color: #fff;
}

.pi-link-dark:hover {
  color: #B5BBC3;
}

md-toolbar {
  background-color: #34343A !important;
}

md-checkbox.md-checked .md-icon {
  background-color: #2B9FE8 !important;
}

md-radio-button .md-off {
  border-color: #2B9FE8 !important;
}

md-radio-button .md-on {
  background-color: #2B9FE8 !important;
}

md-tabs .md-tab.md-active {
  color: #2B9FE8;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  color: #34343A;
  background: #2B9FE8;
}

md-dialog {
  max-height: 80% !important;
}

md-switch.md-checked .md-bar {
  background-color: #9cf !important;
}

md-switch.md-checked .md-thumb {
  background-color: #2B9FE8 !important;
}

.pi-login-error {
  color: red;
  font-size: 12px;
}

.top-nav-select {
  display: inline-block;
  background-color: #505050;
  color: #fff;
  border: none;
  height: 30px;
  width: auto;
}

.normal-letters {
  text-transform: none;
}

.hint {
  font-size: 12px;
  line-height: 22px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: grey;
}

.list-item-hover-effect {
  transition: background-color 0.5s;
}

.list-item-hover-effect:hover {
  background-color: #DDDDDD;
}

.list-item-hover-effect * a {
  text-decoration: none;
}

.max-width-dialog {
  max-width: 400px;
}

.max-width-dialog2 {
  max-width: 800px;
}

.creditWarning {
  color: red;
  padding-left: 20px;
}

.creditCheck {
  color: #59c438;
  padding-left: 20px;
  font-size: 24px;
}

.pointer {
  text-decoration: underline;
  cursor: pointer;
}

.md-dialog-content {
  display: block;
}

.username-info-button {
  position: relative;
  top: 10px;
}

.pi-competence-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.warning-small {
  color: red;
  font-size: 12px;
}

.warning-large {
  color: red;
  font-size: 16px;
}
.prod-list-item {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.prod-list-item md-input-container:focus {
  outline: none;
}

.prod-list-item .md-input-container__date {
  margin-left: 16px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.prod-list-item section {
  line-height: 1.4em;
  margin: 0.65em 0 0.65em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 0;
}

.prod-list-item .md-button.md-icon-button {
  min-width: 36px;
  padding: 0;
  margin: 0;
  border-color: grey;
  border-right-width: 2px;
  border-radius: 0;
}

.prod-list-item .md-button.percentage_prod {
  border: grey 1px solid;
  border-radius: 4px;
  min-width: 1px;
}

.prod-list-item md-label.email-key {
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  background-color: lightgrey;
  padding: 0 6px;
}

.prod-list-item md-input-container {
  padding: 0;
  margin-left: 8px;
}

.prod-list-item md-checkbox.md-checkbox_prod {
  min-width: 0px;
  max-width: 0px;
}

.prod-list-item.prod-list-item__locktimestamp {
  height: 74px;
}

.prod-refund__icon {
  min-width: 24px;
  margin-left: 0;
  margin-right: 0;
}

.prod-email {
  min-height: 66px;
}

.prod-list-header p {
  padding-bottom: 0.2em;
}

fssp-prod div.save_prod {
  padding-top: 18px;
}

fssp-prod div.messages_prod {
  margin-left: 14px;
}

.warning-text {
  color: #FF0000;
}

.email-caution-message {
  color: #FF0000;
  margin: 20px;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

.pi-card-profile {
  width: 100%;
}

.pi-card-instrument {
  width: 100%;
}

.pointer-profile {
  text-decoration: none;
  cursor: pointer;
}

.pi-content {
  width: 90%;
  margin-left: 3.8em;
  background-color: #f0f4f9;
}

@media screen and (min-width: 1280px) {
  .pi-content {
    width: 960px;
  }
}

.pi-profile-divider {
  border: 0.75px solid;
  color: #606060;
}

.pi-underwater {
  color: #B5BBC3;
}

.pi-card-collapsed {
  border: none;
  padding: 0;
}

.pi-card-header-text {
  font-size: 20px;
}

.pi-div-profile {
  padding: 0em 0em 4em 0em !important;
}

.pi-div-instrument {
  padding: 0em 4em 4em 0em !important;
}

.pi-span {
  padding-top: 0.5em;
}

.pi-content-height {
  min-height: calc( 100% - 48px);
  height: auto;
}
.download-report-container {
  margin: 30px 50px 0 50px;
}

.report-unauthorized-message {
  color: #FF0000;
  margin: 20px;
}
.report-request-table-header {
  color: rgba(0,0,0,0.54);
}
h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.shadow {
  box-shadow: 1px 1px 5px #B5BBC3;
}

.color-warn {
  color: #A71524;
}

.color-error {
  color: red;
}

.color-ready {
  color: #59c438;
}

.color-white {
  color: #fff;
}

.color-disabled {
  color: #B5BBC3;
}

.background-color-ready {
  background-color: #9AE64D;
}

.background-color-white {
  background-color: #fff;
}

.background-color-dark {
  background-color: #34343A;
}

.background-color-light-grey {
  background-color: #f6f6f6;
}

.background-color-disabled-grey {
  background-color: #DEE3EA;
}

.margin {
  margin: 25px;
}

.margin-left {
  margin-left: 25px;
}

.margin-right {
  margin-right: 25px;
}

.md-card-margin {
  margin: 25px;
}

.md-card-margin-top {
  margin-top: 25px;
}

.md-card-margin-bottom {
  margin-bottom: 25px;
}

.pi-icon-warn {
  color: #A71524;
}

.padding {
  padding: 25px;
}

.padding-left-right {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-left-right-bottom {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.pi-small-font-size {
  font-size: 12px;
}

.pi-small-header {
  font-size: 14px;
  font-weight: bold;
}

.pi-flex-default {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pi-flex-column {
  display: flex;
  flex-direction: column;
}

.pi-flex-wrap {
  flex-wrap: wrap;
}

.pi-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.pi-flex-end {
  justify-content: flex-end;
}

.pi-flex-center {
  justify-content: center;
}

.pi-flex-top {
  align-items: flex-start;
}

.pi-flex-space-between {
  justify-content: space-between;
}

.pi-flex-1 {
  flex: 1 1 auto;
}

.icon-align-middle {
  vertical-align: sub;
}

.pi-width-corrector div {
  min-width: 0;
}

.block-padding {
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .block-padding {
    padding: 1em 4em 4em 4em;
  }
}

.block-padding-border-top {
  padding: 1em;
  border-top: 1px solid #B5BBC3;
}

@media screen and (min-width: 960px) {
  .block-padding-border-top {
    padding: 4em;
    border-top: 1px solid #B5BBC3;
  }
}

.pi-dialog {
  width: 40%;
}

.pi-dialog-content {
  height: 100%;
}

.pi-dialog-history {
  width: 30%;
}

.md-steppers-content {
  flex: none;
}

.pi-dialog-warning {
  width: 35%;
}

.pi-border-bottom {
  border-bottom: 1px solid #EAEFF6;
}

.hover-color-white {
  transition: all 0.3s;
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-white .pi-textarea {
  border: solid 1px;
}

html {
  font-family: "Helvetica Neue";
  color: #34343A !important;
  background-color: #606060;
}

[layout=row] {
  flex-direction: row;
}

:focus {
  outline: none;
}

md-toolbar.md-default-theme {
  background-color: black;
}

.md-panel-outer-wrapper {
  position: fixed;
}

#toolbar {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 79;
}

app-root {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

#wrapper {
  background: url("/content/pi/backgrounds/square17.jpg") no-repeat fixed;
  background-size: 100%;
  background-position: center;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.disable-scrolling {
  overflow: visible;
}

.top-nav {
  width: 1300px;
  color: white;
  background-color: #34343A !important;
  padding-top: 3px;
  margin-left: calc((100vw - 1316px)/2);
}

@media screen and (max-width: 1500px) {
  .top-nav {
    width: 1040px;
    margin-left: calc((100vw - 1056px)/2);
  }
}

@media screen and (max-width: 1024px) {
  .top-nav {
    width: 100%;
    margin-left: 0%;
  }
}

.content {
  width: 1300px;
  background-color: #f0f4f9;
  min-height: calc(100vh - 47px);
  margin-top: 47px;
  margin-left: calc((100vw - 1316px)/2);
  display: flex;
  color: #34343A !important;
}

@media screen and (max-width: 1500px) {
  .content {
    width: 1040px;
    margin-left: calc((100vw - 1056px)/2);
  }
}

@media screen and (max-width: 1024px) {
  .content {
    width: 100%;
    margin-left: 0%;
  }
}

.no-background {
  background-color: transparent;
}

.pi-toolbar {
  background-color: transparent !important;
}

[ui-view="page"]>.md-subheader {
  overflow: hidden;
}

[ui-view="page"]>.md-subheader .md-subheader-inner {
  padding: 0 0 1px 0;
}

[ui-view="page"]>.md-subheader .md-subheader-inner div.breadcrumb {
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.md-steppers-header {
  margin: 0px;
  box-shadow: none;
}

table.md-table th.md-column {
  color: #2B9FE8;
  font-size: 13px;
}

table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 10px 0 0;
}
