@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?22587645");
  src: url("../font/fontello.eot?22587645#iefix") format("embedded-opentype"), url("../font/fontello.woff2?22587645") format("woff2"), url("../font/fontello.woff?22587645") format("woff"), url("../font/fontello.ttf?22587645") format("truetype"), url("../font/fontello.svg?22587645#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?22587645#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, .uib-datepicker-popup .glyphicon:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-sliders:before {
  content: '\e801';
}

/* '' */
.icon-plus:before {
  content: '\e802';
}

/* '' */
.icon-tag:before {
  content: '\e803';
}

/* '' */
.icon-attention:before {
  content: '\e804';
}

/* '' */
.icon-cancel:before {
  content: '\e805';
}

/* '' */
.icon-heart-empty:before {
  content: '\e806';
}

/* '' */
.icon-bell:before {
  content: '\e807';
}

/* '' */
.icon-up-dir:before {
  content: '\e808';
}

/* '' */
.icon-down-dir:before {
  content: '\e809';
}

/* '' */
.icon-sort-down:before {
  content: '\e80a';
}

/* '' */
.icon-sort-up:before {
  content: '\e80b';
}

/* '' */
.icon-spin5:before {
  content: '\e80c';
}

/* '' */
.icon-file-pdf:before {
  content: '\e80d';
}

/* '' */
.icon-file-image:before {
  content: '\e80e';
}

/* '' */
.icon-file-word:before {
  content: '\e80f';
}

/* '' */
.icon-left-open:before, .uib-datepicker-popup .glyphicon.glyphicon-chevron-left:before {
  content: '\e810';
}

/* '' */
.icon-right-open:before, .uib-datepicker-popup .glyphicon.glyphicon-chevron-right:before {
  content: '\e811';
}

/* '' */
.icon-up-open:before {
  content: '\e812';
}

/* '' */
.icon-down-open:before {
  content: '\e813';
}

/* '' */
.icon-info-circled:before {
  content: '\e814';
}

/* '' */
.icon-lightbulb:before {
  content: '\f0eb';
}

/* '' */
.icon-doc-text:before {
  content: '\f0f6';
}

/* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
tiles, tile, table tr {
  background: initial;
}

tiles, tile {
  border: none !important;
}

table tr td {
  font-size: 100%;
}

section {
  position: relative;
  overflow: auto;
  height: initial;
}

body > messages {
  display: none !important;
}

body {
  font-family: 'Titillium Web', sans-serif !important;
}
body * {
  font-family: 'Titillium Web', sans-serif !important;
}

.hp-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.hp-content-container {
  background-color: #1e2224;
  height: 100%;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5em 1.5em;
  color: gray;
}

.hp-content-container-content {
  max-width: 90rem;
  margin: auto;
}

h1 {
  font-size: 400% !important;
}

h2 {
  font-size: 250% !important;
}

h3 {
  font-size: 150% !important;
}

.hp-button {
  color: #fdba6b !important;
  line-height: 1rem;
  padding: 0.625rem 1rem;
  background: transparent !important;
  border: 1px solid #fdba6b !important;
  text-transform: initial;
  cursor: pointer;
}
.hp-button:hover, .hp-button:focus {
  color: #f3972b !important;
  border: 1px solid #f3972b !important;
  background: transparent !important;
}
.hp-button:active {
  color: #cf7811 !important;
  border: 1px solid #cf7811 !important;
  background: transparent !important;
}
.hp-button.no-border {
  border: 1px solid transparent !important;
  padding: 0.375rem;
}
.hp-button.err {
  border: 1px solid #fd8686 !important;
}

.hp-select {
  background-color: #1e2224;
  border: 1px solid #404243;
  font-size: 16px;
  padding: 0.3rem 0.3rem;
}
.hp-select:focus {
  border: 1px solid #f3972b;
}

.hp-input, tags-input input {
  background: #1e2224;
  border: 1px solid #404243;
  font-size: 16px;
  padding: 0.4rem 0.6rem;
  border-radius: 0;
}
.hp-input:focus, tags-input input:focus {
  border: 1px solid #f3972b;
}
.hp-input[disabled], tags-input input[disabled] {
  color: #404243 !important;
}

.hp-search {
  background: transparent url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" fill="white" width="24" height="24" viewBox="0 0 24 24"><path d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" /></svg>') no-repeat 9px center;
  border: solid 1px transparent;
  font-size: 16px;
  padding: 0.4rem 0.6rem 0.4rem 2rem;
  border-radius: 0;
  width: 1rem;
  transition: all .5s ease;
  color: white;
  cursor: pointer;
}
.hp-search:hover {
  background: transparent url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" fill="#f3972b" width="24" height="24" viewBox="0 0 24 24"><path d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" /></svg>') no-repeat 9px center;
}
.hp-search:focus {
  cursor: inherit;
  width: 100%;
  border-color: #f3972b;
  background: transparent url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" fill="#7a7c7d" width="24" height="24" viewBox="0 0 24 24"><path d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" /></svg>') no-repeat 9px center;
}

.uib-datepicker-popup {
  border-radius: 0;
  padding: 0;
}
.uib-datepicker-popup .uib-yearpicker thead tr:first-child *,
.uib-datepicker-popup .uib-monthpicker thead tr:first-child *,
.uib-datepicker-popup .uib-daypicker thead tr:first-child * {
  color: white !important;
  background: #f3972b !important;
  box-shadow: none !important;
  outline: none !important;
}

tags-input .tags {
  display: flex;
  flex-direction: column-reverse;
}
tags-input .tag-list *,
tags-input .host {
  display: inline;
}
tags-input .tag-list,
tags-input auto-complete ul {
  display: inline;
  margin-top: 0.5rem;
}
tags-input ti-tag-item,
tags-input auto-complete li {
  border-radius: 2px;
  padding: 0 6px;
  margin: 1px;
  white-space: nowrap;
  display: inline-block !important;
  line-height: 1.5rem;
}
tags-input ti-tag-item {
  border: 1px solid;
}
tags-input auto-complete li {
  border: 1px dotted;
}
tags-input ti-tag-item a {
  padding: 0.2rem;
}
tags-input ti-tag-item a:hover {
  color: #f3972b;
}
tags-input input {
  color: white;
}
tags-input input:focus {
  border: 1px solid #f3972b;
}
tags-input input[disabled] {
  color: #404243 !important;
}

.hp-multidropdown .multiselect-parent {
  width: 100%;
}
.hp-multidropdown button {
  color: white !important;
  background: #1e2224 !important;
  border: 1px solid #7a7c7d !important;
  display: flex;
  justify-content: space-between;
}
.hp-multidropdown button .caret {
  margin-top: 0.5rem;
}
.hp-multidropdown .dropdown-menu {
  border-radius: 0;
  background: #1e2224;
  border: 1px solid #7a7c7d;
  width: 100%;
}
.hp-multidropdown .dropdown-menu a {
  color: white !important;
}
.hp-multidropdown .dropdown-menu a:focus,
.hp-multidropdown .dropdown-menu a:hover {
  outline: 0;
  color: white !important;
  background-color: rgba(40, 45, 50, 0.5);
}
.hp-multidropdown .dropdown-menu a .glyphicon-ok {
  color: #86fd9f;
  margin-right: 0.5rem;
}
.hp-multidropdown .dropdown-menu a .glyphicon-remove {
  color: #fd8686;
  margin-right: 0.5rem;
}
.hp-multidropdown button:hover,
.hp-multidropdown button:focus,
.hp-multidropdown button:active {
  border: 1px solid #f3972b !important;
}

hp-checkbox,
hp-radio {
  /* Hover and focus states */
  /* Disabled state */
  /* Check mark */
  /* Show check mark */
}
hp-checkbox .hp-control,
hp-radio .hp-control {
  cursor: pointer;
  position: relative;
}
hp-checkbox .hp-control input,
hp-radio .hp-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
hp-checkbox .hp-control-indicator,
hp-radio .hp-control-indicator {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: -0.1875rem;
  margin-left: 1rem;
  border: 1px solid #404243;
}
hp-checkbox .hp-control:hover input ~ .hp-control-indicator,
hp-checkbox .hp-control input:focus ~ .hp-control-indicator,
hp-radio .hp-control:hover input ~ .hp-control-indicator,
hp-radio .hp-control input:focus ~ .hp-control-indicator {
  border: 1px solid #f3972b;
}
hp-checkbox .hp-control input:disabled ~ .hp-control-indicator,
hp-radio .hp-control input:disabled ~ .hp-control-indicator {
  pointer-events: none;
  opacity: 0.6;
  background: rgba(40, 45, 50, 0.5);
}
hp-checkbox .hp-control-indicator:after,
hp-radio .hp-control-indicator:after {
  display: none;
  content: '';
}
hp-checkbox .hp-control input:checked ~ .hp-control-indicator:after,
hp-radio .hp-control input:checked ~ .hp-control-indicator:after {
  display: block;
}

hp-checkbox {
  /* Checkbox tick */
  /* Disabled tick colour */
}
hp-checkbox .hp-control-indicator:after {
  margin-left: 0.3rem;
  margin-top: -0.2rem;
  width: 0.625rem;
  height: 1rem;
  transform: rotate(45deg);
  border: solid #86fd9f;
  border-width: 0 0.2rem 0.2rem 0;
}
hp-checkbox input:disabled ~ .hp-control-indicator:after {
  border-color: #404243;
}

hp-radio {
  /* Radio button inner circle */
  /* Disabled circle colour */
}
hp-radio .hp-control-indicator {
  border-radius: 50%;
}
hp-radio .hp-control-indicator:after {
  margin-left: 0.2rem;
  margin-top: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #86fd9f;
}
hp-radio input:disabled ~ .hp-control-indicator:after {
  background: #404243;
}

.alert {
  border-radius: 0;
  color: white;
  background: #1b1e20;
  border: transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.alert-danger {
  background: #FC3465;
}

messages {
  position: fixed;
  z-index: 1500;
  top: 1rem;
  right: 2rem;
  left: 2rem;
  width: calc(100% - 4rem);
  max-width: 90rem;
  margin: auto;
}
messages .message {
  border-radius: 0;
  background-color: #FC3465;
  padding: 0.75rem;
  margin: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media (max-width: 900px) {
  .hp-content-container {
    padding: .5em .5em;
  }
}
@media (max-width: 560px) {
  .hp-license-list-element td,
  tr[license-list-element] td {
    padding: .25rem !important;
    font-size: 75% !important;
  }

  messages {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  messages .message {
    font-size: 0.85rem;
    padding: 0.5rem;
  }
}
hp-header {
  min-height: 54px;
  color: white;
  background: #1b1e20;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media (max-width: 767px) {
  hp-header {
    min-height: 93px;
  }
}

.hp-page-header {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  max-width: 90rem;
  margin: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  .hp-page-header-main-links {
    display: none !important;
  }
}

.hp-page-header-mobile {
  border-top: 1px solid #404243;
  left: 0;
  right: 0;
  height: auto;
  max-width: 90rem;
  margin: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .hp-page-header-mobile {
    display: none;
  }
}

.hp-header-title {
  white-space: nowrap;
  font-size: 18px;
  color: #f3972b;
}

.hp-header-logo {
  width: 36px;
  height: 36px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.hp-header-external-dropdown {
  cursor: pointer;
  margin-left: 16px;
}

.hp-header-external-nav-icon {
  cursor: pointer;
  margin-left: 16px;
  margin-right: 16px;
}

.hp-header-navigation-extern {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: absolute;
  top: 50px;
  max-width: 355px;
  left: 8px;
  z-index: 200;
  padding-top: 8px;
  padding-left: 8px;
  box-shadow: 0 2px 2px rgba(185, 185, 185, 0.2);
  border: 1px solid rgba(3, 28, 49, 0.2);
  cursor: pointer;
  background: #1b1e20;
  margin-right: 10px;
}
.hp-header-navigation-extern a {
  color: white;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px;
  text-align: center;
  display: inline-block;
  width: 100px;
  text-decoration: none;
  border-radius: 5px;
}
.hp-header-navigation-extern a:hover {
  background: rgba(40, 45, 50, 0.5);
}
.hp-header-navigation-extern img {
  width: 30px;
  vertical-align: middle;
  border-style: none;
}
.hp-header-navigation-extern i {
  font-size: 2em;
}
.hp-header-navigation-extern div {
  padding-top: 8px;
}

.hp-header-profile-img {
  display: flex;
  cursor: pointer;
}
.hp-header-profile-img:hover {
  background: rgba(40, 45, 50, 0.5);
}
.hp-header-profile-img img {
  border-radius: 50%;
  padding: 1px;
  border: 2px solid #f3972b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.hp-header-profile-img i {
  padding-top: 9px;
  color: #f3972b;
  margin-left: 5px;
  font-size: 20px;
}

.hp-header-profile-dropdown {
  position: absolute;
  min-width: 200px;
  box-shadow: 0 2px 2px rgba(185, 185, 185, 0.2);
  border: 1px solid rgba(3, 28, 49, 0.2);
  background: #1b1e20;
  top: 50px;
  right: 0;
  z-index: 200;
  cursor: pointer;
}
.hp-header-profile-dropdown *:hover {
  background: rgba(40, 45, 50, 0.5) !important;
}
.hp-header-profile-dropdown .hp-button {
  display: block;
  padding: 0.75rem 1.5rem;
}

.content-item {
  position: relative;
}

.content-item-left,
.content-item-right,
.content-item-body,
.content-item-center {
  display: table-cell;
  vertical-align: top;
}

.content-item-middle {
  vertical-align: middle;
}
.content-item-middle > .content-item-left, .content-item-middle > .content-item-right, .content-item-middle > .content-item-body {
  vertical-align: middle;
}

.content-item-left {
  padding-right: 0.5rem;
}

.content-item-body {
  width: 10000px;
}
.content-item-body pre {
  white-space: pre-wrap;
}

.content-item-right {
  padding-left: 0.5rem;
}

.content-item-nowrap {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .page-header-links {
    display: none;
  }
}

.page-header-link {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  text-decoration: none;
  padding: 18px 24px;
  position: relative;
  background: transparent;
  transition: background 0.1s ease-out;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 1px;
}
.page-header-link:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background 0.1s ease-out;
}
.page-header-link.active {
  color: inherit;
  text-decoration: none;
  background: rgba(40, 45, 50, 0.5);
}
.page-header-link.active:after {
  background: #f3972b;
}
.page-header-link:hover {
  color: inherit;
  text-decoration: none;
  background: rgba(40, 45, 50, 0.5);
}
.page-header-link:hover:after {
  background: #f3972b;
}
.page-header-link:focus {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-header-link {
    font-size: 12px;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.hp-welcome-page {
  max-width: 55rem;
  margin: auto;
}

.hp-welcome-page-title {
  color: white;
  padding: 9rem 1rem 6rem 1rem;
}

.hp-welcome-page-text {
  font-size: 250%;
  margin-bottom: 5rem;
  font-weight: 200;
}

.hp-welcome-page button {
  padding: 1.125rem 1.875rem;
  margin-bottom: 2rem;
}

@media (max-width: 560px) {
  .hp-welcome-page-title {
    font-size: 250% !important;
  }

  .hp-welcome-page-text {
    font-size: 150%;
    margin-bottom: 5rem;
    font-weight: 200;
  }
}
.hp-dashboard-page {
  padding-top: 100px;
}

.hp-dashboard-filter {
  position: fixed;
  width: 15rem;
  height: 100vh;
  padding: 0.5rem;
  color: white;
  text-align: left;
  border-right: 1px solid #404243;
}
.hp-dashboard-filter input,
.hp-dashboard-filter button {
  width: 100%;
}
.hp-dashboard-filter h4 {
  color: #7a7c7d;
  margin: 2rem 0 0.75rem 0;
}
.hp-dashboard-filter .hp-input, .hp-dashboard-filter tags-input input, tags-input .hp-dashboard-filter input {
  color: white;
}
.hp-dashboard-filter hp-checkbox {
  margin-right: 0.5rem;
}
.hp-dashboard-filter .hp-multidropdown {
  width: 100%;
}
.hp-dashboard-filter .hp-dashboard-filter-date label {
  padding: 0.2rem 0 0.3rem 0;
  display: block;
}
.hp-dashboard-filter .hp-dashboard-filter-header {
  border-bottom: 1px solid #404243;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
}

.hp-dashboard-content {
  margin-left: 15rem;
}

.hp-linense-page {
  display: flex;
  justify-content: space-around;
  padding-top: 100px;
}

.hp-side-header {
  min-width: 10rem;
  max-width: 25%;
  text-align: left;
  padding-right: 1rem;
  margin: 2rem 0;
  width: 100%;
}
.hp-side-header hr {
  width: 3rem;
  border-top: 2px solid white;
  margin: 1.5rem 0;
}
.hp-side-header h3 {
  color: white;
  display: inline-block;
  white-space: nowrap;
}

.hp-license-list-container {
  width: 100%;
  max-width: 90rem;
}
.hp-license-list-container .nav {
  display: none !important;
}

.hp-license-list-container-settings {
  text-align: right;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}
.hp-license-list-container-settings i {
  font-size: 125%;
  color: white;
  padding: 0.5rem 0 0.5rem 0.5rem;
  cursor: pointer;
}
.hp-license-list-container-settings i:hover {
  color: #f3972b;
}
.hp-license-list-container-settings i:active {
  color: #cf7811;
}

.hp-license-list-container-settings-tabs .hp-tab {
  border-top: 1px solid #292c2e;
  margin-bottom: 3rem;
  padding-top: 0.5rem;
}
.hp-license-list-container-settings-tabs .hp-tab-filters {
  display: flex;
}

.hp-license-list-directive {
  transition: 0.2s;
  opacity: 0;
}
.hp-license-list-directive.active {
  opacity: 1;
}

.hp-license-list-filter {
  text-align: left;
  padding-right: 2rem;
}
.hp-license-list-filter h4 {
  color: #f3972b;
  margin-bottom: 1rem;
}
.hp-license-list-filter li {
  color: white;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
.hp-license-list-filter li:hover {
  color: #f3972b;
}
.hp-license-list-filter li:active {
  color: #cf7811;
}
.hp-license-list-filter li.hp-filter-selected {
  color: #fdba6b;
}

.hp-modal h2 {
  padding: 4rem 0.5rem 2rem 0.5rem;
  color: white;
}

.hp-details-element {
  display: flex;
  justify-content: space-around;
  margin: 4rem 0 7rem 0;
  min-height: 500px;
}

.hp-details-element-key-metric {
  font-size: 2rem;
  color: white;
  display: inline;
}

.hp-details-element-key-metric-info {
  font-size: 1.15rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}

.hp-details-element-content {
  max-width: 55rem;
  width: 70%;
  padding-left: 1rem;
}

.hp-overview-license-management {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10rem;
}
.hp-overview-license-management .hp-details-element-content {
  margin: 2rem 0;
}
.hp-overview-license-management .dropdown-menu {
  top: initial;
  left: initial;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.hp-overview-license-management .dropdown-menu .active a,
.hp-overview-license-management .dropdown-menu .active a:focus,
.hp-overview-license-management .dropdown-menu .active a:hover {
  background-color: #f3972b;
}

.hp-overview-license-management-table {
  table-layout: fixed;
}

.hp-overview-license-management-table tr {
  border-bottom: 1.5rem solid transparent;
}

.hp-overview-license-management-table tr td:nth-child(1) {
  width: 11rem;
  padding-right: 1rem;
  vertical-align: top;
}

.hp-overview-license-management-table tr td:nth-child(2) {
  color: white;
  position: relative;
  padding-left: 0.5rem;
}
.hp-overview-license-management-table tr td:nth-child(2) tags-input {
  color: #fdba6b;
}

.hp-overview-license-management-user {
  margin-right: 0.5rem;
  color: white;
}
.hp-overview-license-management-user span:nth-child(1) {
  color: #7a7c7d;
  margin-right: 0.3rem;
}
.hp-overview-license-management-user span:nth-child(3) {
  padding: 0.3rem;
  cursor: pointer;
}
.hp-overview-license-management-user span:nth-child(3):hover {
  color: #f3972b;
}

.hp-overview-license-management-user-input {
  display: block;
  width: 100%;
  color: white;
}

.hp-overview-license-management-notes td {
  padding-left: 0 !important;
}

notes p {
  white-space: pre-wrap;
}
notes textarea {
  display: block;
  color: white;
  width: 100%;
  resize: vertical;
  line-height: 1.5rem;
  height: 2.5rem;
  transition: 0.3s ease;
}
notes h4 {
  color: gray;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
notes .hp-overview-license-management-notes-text {
  border: 1px solid transparent;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
notes .hp-overview-license-management-notes-text:hover {
  border: 1px solid #404243;
  cursor: pointer;
}

.hp-ki-influence-switch > p,
.hp-ki-owners-switch > p {
  margin-top: 6rem;
}

.hp-ki-influence,
.hp-ki-owners {
  display: inline-block;
  padding: 1rem;
}
.hp-ki-influence img,
.hp-ki-owners img {
  height: 8rem;
  width: 8rem;
  border-radius: 100%;
  border: 2px solid #51C2EE;
  padding: 2px;
  object-fit: cover;
}
.hp-ki-influence .hp-ki-username,
.hp-ki-owners .hp-ki-username {
  color: white;
  padding: 0.2rem;
  width: 8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hp-ki-influence .hp-ki-kis,
.hp-ki-owners .hp-ki-kis {
  color: #51C2EE;
  font-size: 2rem;
}
.hp-ki-influence .hp-ki-kis-dash,
.hp-ki-owners .hp-ki-kis-dash {
  color: #86fd9f;
  font-size: 1.1rem;
}

@media (max-width: 900px) {
  .hp-overview-license-management,
  .hp-details-element {
    display: block;
  }

  .hp-side-header {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .hp-details-element-content {
    width: 100%;
  }

  .hp-overview-license-management-table tr td:nth-child(1) {
    width: initial;
  }
}
.hp-create-modal-section {
  max-width: 55rem;
  margin: auto;
  text-align: left;
  padding: 0.5rem;
  transition: 0.5s;
}

.hp-create-modal-section-title {
  color: #f3972b;
  display: block;
  padding: 1rem 0rem;
  border-bottom: 1px solid #404243;
  border-top: 1px solid #404243;
  margin: 4rem 0 2rem 0;
}
.hp-create-modal-section-title.hp-first {
  margin: 2rem 0;
}

.hp-create-modal-section h4,
.hp-create-modal-section label {
  color: white;
  padding-bottom: 1rem;
  margin-right: 1rem;
}

.hp-create-modal-section-sub {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.hp-create-modal-section-sub hp-radio .hp-control-indicator {
  margin-left: 0;
}

.hp-create-modal-section .hp-select,
.hp-create-modal-section .hp-input[type="text"],
.hp-create-modal-section tags-input input[type="text"],
tags-input .hp-create-modal-section input[type="text"],
.hp-create-modal-section .hp-input[type="date"],
.hp-create-modal-section tags-input input[type="date"],
tags-input .hp-create-modal-section input[type="date"] {
  color: white;
  width: 95%;
  max-width: 400px;
}

.hp-create-modal-section .hp-input[type="number"], .hp-create-modal-section tags-input input[type="number"], tags-input .hp-create-modal-section input[type="number"] {
  color: white;
  width: 100%;
  max-width: 100px;
}

.hp-create-new-contract-date-container {
  display: flex;
  justify-content: space-between;
}

.hp-create-modal-section-name span {
  color: #fd8686;
  font-size: 85%;
  margin-left: 0.5rem;
}

.hp-create-new-contract-date {
  width: 50%;
}
.hp-create-new-contract-date label {
  display: block;
}
.hp-create-new-contract-date input {
  width: 100%;
}

.hp-drop-box {
  width: 100%;
  height: 100px;
  border: 1px solid #1e2224;
  cursor: pointer;
}

.hp-dragover {
  border: 1px solid #f3972b;
}

.hp-create-new-contract-submit {
  border-top: 1px solid;
  text-align: right;
  margin: 3rem auto 0 auto;
  padding: 3rem 0.5rem;
  max-width: 55rem;
}

.hp-create-modal-terms-link {
  text-decoration: underline;
}

.hp-create-modal-terms-content {
  white-space: pre-line;
  text-align: left;
}
.hp-create-modal-terms-content p {
  white-space: normal;
}

.hp-view-contract-section {
  text-align: left;
  padding: 1rem;
}

.hp-view-contract-section-title {
  color: #f3972b;
  display: block;
  padding: 1rem 0rem;
  border-bottom: 1px solid #404243;
  border-top: 1px solid #404243;
  margin: 1rem 0;
}

.hp-view-contract-section h4,
.hp-view-contract-section label {
  color: white;
  padding: 1rem 0rem;
  margin-right: 1rem;
}

.hp-view-contract-contract-limits tr {
  border: none;
}
.hp-view-contract-contract-limits tr td:first-child {
  color: #7a7c7d;
  padding: 0.5rem 0;
  max-width: 5rem;
}

.hp-view-contract-downloadable {
  display: block;
  margin: 1rem 0;
}

.modal-dialog {
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.hp-modal-fullscreen-window .modal-dialog {
  width: 99.5% !important;
}
.hp-modal-fullscreen-window .modal-dialog .modal-content {
  background-color: #1e2224;
}

.hp-modal-fullscreen {
  background-color: #1e2224;
  color: #7a7c7d;
  text-align: center;
  min-height: 99.7vh;
}
.hp-modal-fullscreen .hp-modal-fullscreen-title {
  padding: 4rem 0;
  color: white;
}

.hp-modal-fullscreen-header {
  background-color: #171a1c;
  height: 50px;
}

.hp-modal-fullscreen-header > div {
  text-align: right;
  height: 100%;
  max-width: 90rem;
  margin: auto;
}
.hp-modal-fullscreen-header > div span {
  padding: 10px;
  cursor: pointer;
  line-height: 45px;
}

.hp-modal-centered-window .modal-dialog {
  max-width: 55rem !important;
  width: 100% !important;
  height: 80% !important;
  overflow: auto;
}
.hp-modal-centered-window .modal-content {
  margin: 0 1rem;
  height: 100%;
}

.hp-modal-centered {
  background-color: #1e2224;
  color: #7a7c7d;
  text-align: center;
  height: 100%;
}
.hp-modal-centered .hp-modal-centered-header,
.hp-modal-centered .hp-modal-centered-footer {
  background-color: #171a1c;
  height: 4rem;
  color: #f3972b;
  padding: 1.1rem;
}
.hp-modal-centered .hp-modal-centered-footer {
  text-align: right;
}
.hp-modal-centered .hp-modal-centered-footer .hp-button {
  margin-left: 1rem;
}
.hp-modal-centered .hp-modal-centered-content {
  height: calc(100% - 8rem);
  overflow: auto;
  color: white;
  padding: 2rem;
}

.hp-license-list {
  padding-bottom: 8rem;
}
.hp-license-list.hp-collapsed {
  padding-bottom: 1rem;
}
.hp-license-list.hp-collapsed h3:hover {
  cursor: pointer;
  text-decoration: underline;
}

.hp-license-list-loading-data {
  margin-top: 1rem;
}

.hp-license-list-header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  color: white;
  border-bottom: 1px solid #292c2e;
}

.hp-license-table-header {
  border-bottom: 1px solid #292c2e !important;
  line-height: 1.8rem !important;
}
.hp-license-table-header td {
  font-size: 90%;
  padding: 0 0.75rem !important;
}

.hp-license-list-table {
  table-layout: fixed;
}
.hp-license-list-table tr td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hp-license-list-table tbody {
  font-size: 125%;
}
.hp-license-list-table .hp-license-table-contract-name {
  width: 19%;
}
.hp-license-list-table .hp-license-table-contract-type {
  width: 6%;
}
.hp-license-list-table .hp-license-table-license-name {
  width: 21%;
}
.hp-license-list-table .hp-license-table-license-owner {
  width: 15%;
}
.hp-license-list-table .hp-license-expiration {
  width: 12%;
}
.hp-license-list-table .hp-license-table-license-stats {
  width: 12%;
}

tr[license-list-element],
.hp-license-list-element {
  line-height: 1.8rem;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
tr[license-list-element]:hover,
.hp-license-list-element:hover {
  background-color: rgba(40, 45, 50, 0.5);
}
tr[license-list-element] td,
.hp-license-list-element td {
  white-space: nowrap;
  padding: 0.75rem;
}
tr[license-list-element] td.with-border,
.hp-license-list-element td.with-border {
  border-bottom: 1px solid #292c2e;
}

.hp-license-table-content-tags {
  overflow: hidden;
  text-overflow: ellipsis;
}
.hp-license-table-content-tags span {
  margin-right: 0.5rem;
}

.hp-create-new-license {
  border-bottom: 1px solid #292c2e;
  line-height: 4rem;
}

.hp-license-primary-color {
  color: white;
}

.hp-license-type-enterprise,
.hp-license-valid {
  color: white;
}

.hp-license-table-contract-name-text {
  color: white;
  font-size: 1rem;
}
.hp-license-table-contract-name-text:hover {
  text-decoration: underline;
}

.hp-license-table-license-name-text {
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hp-license-type-community {
  color: #7a7c7d;
}

.hp-license-warn {
  color: #f3e72b;
}

.hp-license-stats-neg,
.hp-license-expired {
  color: #fd8686;
}

.hp-license-stats-pos {
  color: #86fd9f;
}

.hp-license-stats-pos:before,
.hp-license-stats-neg:before {
  margin: 0;
  transform: scale(1, 1.5);
  padding-bottom: 0.2rem;
}

.hp-license-table-last-update {
  font-size: 65%;
  line-height: 0.65rem;
}
