.btn-primary {
  color: #fff;
  background-color: #D96610;
  border-color: #D96610;
  margin-left: 5px; /* space at login button */
}
.btn-primary:hover {
  background-color: #AD0A36;
  border-color: #AD0A36;
}
.btn-primary:disabled {
  background-color: #F0A478;
  border-color: #F0A478;
}

.btn-success {
  color: #fff;
  background-color: #D96610;
  border-color: #D96610;
}
.btn-success:hover {
  background-color: #AD0A36;
  border-color: #AD0A36;
}
.btn-success:disabled {
  background-color: #F0A478;
  border-color: #F0A478;
}

.btn-outline-success {
  color: #D96610;
  border-color: #D96610;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #D96610;
  border-color: #D96610;
}
.btn-outline-success:disabled {
  background-color: #F0A478;
  border-color: #F0A478;
}

a {
  color: #D96610;
  text-decoration: none;
}
a:hover {
  color: #AD0A36;
  text-decoration: underline;
}
a:disabled {
  color: #F0A478;
  cursor: not-allowed;
}

.text-primary {
  color: #D96610 !important;
}
.text-primary:hover {
  color: #AD0A36 !important;
}

.progress-bar {
  background-color: #AD0A36 !important;
}

.custom-range {
  width: 100%;
  background-color: #f0f0f0;
}
.custom-range::-webkit-slider-thumb {
  background-color: #D96610;
  border: 1px solid #D96610;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.custom-range::-webkit-slider-thumb:hover {
  background-color: #D96610;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #AD0A36;
}
.custom-range::-moz-range-thumb {
  background-color: #D96610;
  border: 1px solid #D96610;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.custom-range::-moz-range-thumb:hover {
  background-color: #AD0A36;
}
.custom-range::-moz-range-thumb:active {
  background-color: #AD0A36;
}
.custom-range::-ms-thumb {
  background-color: #D96610;
  border: 1px solid #D96610;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.custom-range::-ms-thumb:hover {
  background-color: #AD0A36;
}
.custom-range::-ms-thumb:active {
  background-color: #AD0A36;
}
.custom-range::-webkit-slider-runnable-track, .custom-range::-moz-range-track, .custom-range::-ms-track {
  background-color: #f0f0f0;
  height: 4px;
  border-radius: 8px;
}

.badge-primary {
  background-color: #D96610;
}

.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.icon-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
  transition: 0.3s;
}
.icon-button :hover {
  opacity: 0.6;
}

.icon-link {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
  transition: 0.3s;
}
.icon-link :hover {
  opacity: 0.6;
}

.table-container {
  margin-top: 2rem;
}

.main-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.project-list {
  margin-top: 1rem;
}
.project-list li {
  list-style-type: none;
}

.project-list-container {
  margin-top: 2rem;
}

.navbar .active {
  bottom: 10px;
  border-bottom: 2px solid #D96610;
}

.select-input-helptext {
  position: relative;
  padding-left: 15px;
  top: -10px;
  flex: 0 0 75%;
  max-width: 75%;
}

a.link-card,
a.link-card:hover {
  color: inherit;
}

.custom-badge {
  font-weight: 400;
}

.text-hpi-primary {
  color: #D96610;
}

.text-hpi-light {
  color: #f39b59;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
  margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
  padding-right: 90px;
}

.timeline > li.timeline-inverted {
  padding-left: 90px;
}

.timeline > li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li .timeline-badge i {
  margin-top: 13px;
}

.timeline > li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #DD610A !important;
}

.timeline-badge.success {
  background-color: #249224 !important;
}

.timeline-badge.warning {
  background-color: #FFC700 !important;
}

.timeline-badge.danger {
  background-color: #AD0A36 !important;
}

.timeline-badge.info {
  background-color: #AD0A36 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

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

.submit-style {
  margin-top: 1em;
  width: 12em;
  align-self: center;
}

[hidden][style="display: block;"] {
  display: block !important;
}

.portal-sidebar {
  padding-top: 1.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.175);
}
.portal-sidebar .periods-list {
  list-style: none;
  padding-left: 1em;
}
.portal-sidebar .periods-list .period-item .period-title {
  font-size: 1.2em;
  font-weight: bold;
}
.portal-sidebar .periods-list .period-item .period-projects {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 1em;
  list-style: none;
  font-weight: normal;
}
.portal-sidebar .periods-list .period-item .period-projects .project-item {
  padding: 0.001em 0;
}

.portal-sidebar .periods-list .period-item .project-link {
  text-decoration: none;
  font-size: 1em;
}
.portal-sidebar .periods-list .period-item .project-current {
  text-decoration: underline;
  font-weight: bold;
}
.portal-sidebar .periods-list .period-item .period-projects .project-item .project-link {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  font-size: 1em;
}
.portal-sidebar .periods-list .period-item .period-projects .project-item .project-link :hover {
  color: rgba(0, 0, 0, 0.85);
}
.portal-sidebar .periods-list .period-item .period-projects .project-item .project-current {
  text-decoration: underline;
  font-weight: bold;
}

.custom-range::before {
  content: attr(min);
  display: block;
  position: absolute;
  width: 5em;
  margin-top: 1em;
  margin-left: -2em;
  text-align: center;
}

.custom-range::after {
  content: attr(max);
  display: block;
  position: absolute;
  width: 5em;
  margin-top: 1em;
  margin-left: 42.8em;
  text-align: center;
}

/* Material Icons */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts//MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fontsMaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/** Material Icons **/

/*# sourceMappingURL=project.css.map */
