﻿header {
  position: fixed;
  padding-left: 0;
  background-color: white;
  min-height: 50px;
  max-height: 50px;
  width: 100%;
  z-index: 1000;
}
.navbar {
  background-color: inherit;
}
.navbar-fixed-top {
  border-bottom: 3px solid #b5ac7c;
}
.navbar-fixed-bottom {
  border-top: 3px solid #b5ac7c;
}
.navbar-toggle {
  margin-bottom: 0px;
}
.navbar-nav li a {
  font-weight: bold;
  color: #b5ac7c;
}
.navbar-nav li a.active {
  background-color: #b5ac7c;
  color: white;
}
.navbar-nav li a:hover {
  color: white;
  background-color: #641544;
  cursor: pointer;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #5e5d5d;
}
body .content-wrapper {
  padding: 50px 0 40px 0;
}
body .btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .btn-primary {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #641544;
  background-color: white;
  color: #5e5d5d;
  font-weight: bold;
}
body .btn-primary:hover {
  background-color: #641544;
  color: white;
}
body .btn-primary:focus {
  background-color: #641544;
  color: white;
}
html[class*="no-flexboxlegacy"] .progress-flow {
  padding-top: 15px;
}
.progress-flow {
  align-items: center;
  background-color: white;
  display: flex;
  justify-content: center;
  min-height: 100px;
}
.progress-flow .step {
  color: #BBB;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.progress-flow .step .caption {
  display: none;
  font-size: 18px;
}
.progress-flow .step.active {
  color: #641544;
}
.progress-flow .step.active a {
  color: #641544;
}
.progress-flow .step.done {
  color: #b5ac7c;
}
.progress-flow .step.done a {
  color: #b5ac7c;
}
.progress-flow .delimiter {
  color: #BBB;
  flex-basis: 100px;
  flex-grow: 0;
  text-align: center;
}
.progress-flow .delimiter.done {
  color: #b5ac7c;
}
.extranetBreadcrumb {
  background-color: #b5ac7c;
  padding: 0;
  min-height: 3px;
  margin-bottom: 3px;
}
#breadcrumb {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin: 0;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
  background-color: white;
}
#breadcrumb li a,
#breadcrumb li > span {
  color: white;
  display: block;
  background: #b5ac7c;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li a:before,
#breadcrumb li a:after,
#breadcrumb li > span:before,
#breadcrumb li > span:after {
  content: "";
  position: absolute;
  top: 0;
  border-color: #b5ac7c;
  border-style: solid;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before,
#breadcrumb li > span:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after,
#breadcrumb li > span:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #b5ac7c;
}
#breadcrumb li a:hover {
  background-color: #641544;
}
#breadcrumb li a:hover:before {
  border-color: #641544;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #641544;
}
#breadcrumb li a:active {
  background-color: #641544;
}
#breadcrumb li a:active:before {
  border-color: #641544;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #641544;
}
#breadcrumb li:nth-child(even) a,
#breadcrumb li:nth-child(even) > span {
  background-color: #b5ac7c;
}
#breadcrumb li:nth-child(even) a:before,
#breadcrumb li:nth-child(even) > span:before {
  border-color: #b5ac7c;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after,
#breadcrumb li:nth-child(even) span:after {
  border-left-color: #b5ac7c;
}
#breadcrumb li:nth-child(even) a:hover,
#breadcrumb li:nth-child(even) a:active {
  background-color: #641544;
}
#breadcrumb li:nth-child(even) a:hover:before,
#breadcrumb li:nth-child(even) a:active:before {
  border-color: #641544;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:hover:after,
#breadcrumb li:nth-child(even) a:active:after {
  border-left-color: #641544;
}
#breadcrumb li:first-child a,
#breadcrumb li:first-child > span {
  padding-left: 15px;
  margin-left: 3px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child {
  background-color: #b5ac7c;
}
#breadcrumb li:last-child a,
#breadcrumb li:last-child > span {
  padding-right: 15px;
  border-right: 2px solid white;
}
#breadcrumb li:last-child a:after,
#breadcrumb li:last-child > span:after {
  border: none;
}
.public-content {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: solid 1px #641544;
  background: white;
  display: block;
  margin: 0 15px;
  padding: 10px;
  position: relative;
  top: 20px;
}
.public-content .page-title {
  font-size: 24px;
  font-weight: bold;
  color: #641544;
  margin-left: 30px;
  position: relative;
  top: -25px;
  padding-left: 10px;
  line-height: 30px;
  padding-right: 10px;
  background-color: white;
  display: inline;
}
.application-content-wrapper {
  padding: 15px;
}
.application-content legend {
  color: #641544;
  border: 0;
}
.application-content {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  max-width: 75%;
  margin: 0 auto;
  padding: 15px;
}
.application-content.condensed {
  max-width: 50%;
}
.application-content.extra-condensed {
  max-width: 25%;
}
.application-grid .col {
  padding: 5px;
}
.application-grid .description {
  display: none;
  font-style: italic;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #641544;
  padding: 5px;
  color: #641544;
}
.application-grid .header {
  display: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.application-grid .link {
  align-items: center;
  display: flex;
}
.application-grid .title {
  flex-basis: 150px;
  flex-grow: 1;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  min-height: 40px;
  width: 100%;
  border-top: 3px solid #b5ac7c;
  background-color: white;
  z-index: 1000;
}
footer .copyright {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
footer .copyright .fa {
  color: #b5ac7c;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
footer a {
  color: #5e5d5d;
}
footer a:hover {
  color: #641544;
}
@media (max-width: 1200px) {
  .application-content {
    max-width: 90%;
  }
  .application-content.condensed {
    max-width: 65%;
  }
  .application-content.extra-condensed {
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  .application-content {
    max-width: 100%;
  }
  .application-content.condensed {
    max-width: 75%;
  }
  .application-content.extra-condensed {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  header {
    text-align: left;
    padding-left: 150px;
    padding-right: 150px;
  }
  #breadcrumb {
    margin-left: 50px;
  }
  .application-grid .description {
    display: flex;
  }
  .application-grid .header {
    display: flex;
  }
  .application-grid .row + .row:before {
    border-bottom: 1px solid #CCC;
    width: 100%;
  }
  .application-grid .row.header + .row:before {
    border: 0px;
  }
  .extranetBody {
    margin-bottom: 30px;
  }
  .application-content-wrapper {
    background-attachment: fixed;
    background-image: url("bck_lang.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    min-height: 400px;
  }
  .progress-flow .step .caption {
    display: block;
  }
}