﻿html {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
body {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 25px;
}
@media only screen and (max-width: 1750px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1300px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 970px) {
  body {
    font-size: 10px;
  }
}
div,
p,
button,
section,
input,
select,
label {
  position: relative;
  float: left;
}
p,
button,
input,
select,
label {
  font-size: 1em;
}
p {
  clear: both;
  margin: 0.25em 0;
}
label[for] {
  margin-right: 0.25em;
}
label[for]:after {
  content: ':';
}
.row {
  display: block;
  width: 100%;
  clear: both;
}
.row.text p {
  padding: 0.25em 0.5em;
}
.row.bottom {
  position: absolute;
  bottom: 0;
}
div.row {
  display: block;
  width: 100%;
  clear: both;
  border: 0;
  margin: 0;
  padding: 0;
}
div.row.text p {
  padding: 0.25em 0.5em;
}
div.row.bottom {
  position: absolute;
  bottom: 0;
}
.hidden {
  display: none;
  visibility: hidden;
}
section.left {
  clear: left;
}
section.right {
  float: right;
  clear: right;
}
section.right button.icon,
section.right button.burger {
  margin: 0 0 0 0.5em;
}
section.right button.text {
  margin: 0 0 0 0.5em;
}
.active {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.auto-height {
  height: auto !important;
}
.button-spacer {
  float: left;
  margin-left: -0.5em;
}
.HVCenter {
  position: relative;
  display: block;
  float: left;
  top: 50%;
  left: 50%;
}
.HCenter {
  position: relative;
  display: block;
  float: left;
  left: 50%;
}
.VCenter {
  position: relative;
  display: block;
  float: left;
  top: 50%;
}
#OverlayPanel {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #ffffff;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
#OverlayPanelContent {
  position: absolute;
  background-color: transparent;
  color: #000000;
  opacity: 1;
  z-index: 1001;
}
.orange {
  color: #ec8002;
}
.orange-overlay {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ec8002;
  opacity: 0.65;
  cursor: default;
}
select.orange {
  color: #ffffff;
  background-color: #ec8002;
  border-color: #ec8002;
}
.half {
  display: block;
  width: 48.8%;
}
.full-width {
  width: 100%;
}
.round-edge {
  border-radius: 0.3em;
}
.dialog {
  position: fixed !important;
  background-color: #ffffff !important;
}
.caption {
  display: block;
  width: 100%;
  clear: both;
  background-color: #ec8002;
  padding: 0.1em 0;
}
.caption.text p {
  padding: 0.25em 0.5em;
}
.caption.bottom {
  position: absolute;
  bottom: 0;
}
.caption span {
  color: #ffffff;
  margin-left: 0.25em;
}
.caption span.right {
  margin-right: 0.25em;
  float: right;
}
.top-margin {
  margin-top: 0.75em !important;
}
.right-margin {
  margin-right: 0.25em;
}
.viewport {
  position: fixed;
  display: block;
  width: 94%;
  overflow-y: auto;
}
.view-container {
  display: block;
  clear: both;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
button.button {
  border-radius: 0.3em;
  padding: 0 0.5em;
  background-color: #cccccc;
  color: #000000;
}
button.button.full-width {
  padding: 0;
}
button.icon,
button.burger {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0.5em 0 0;
}
@media only screen and (max-width: 1300px) {
  button.icon,
  button.burger {
    width: 44px;
    height: 44px;
    background-size: 22px 22px;
  }
}
button.icon.Reload,
button.burger.Reload {
  background-image: url(/Content/Images/Reload1x.png);
}
@media only screen and (max-width: 1300px) {
  button.icon.Reload,
  button.burger.Reload {
    background-image: url(/Content/Images/Reload0x.png);
  }
}
button.icon.Signout,
button.burger.Signout {
  background-image: url(/Content/Images/Signout1x.png);
}
@media only screen and (max-width: 1300px) {
  button.icon.Signout,
  button.burger.Signout {
    background-image: url(/Content/Images/Signout0x.png);
  }
}
button.burger {
  color: #ec8002;
}
button.text {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
  height: 44px;
  margin: 0 0.5em 0 0;
}
button.text[disabled="disabled"] {
  text-decoration: underline;
}
@media only screen and (max-width: 1300px) {
  button.text {
    height: 44px;
  }
}
button.text.orange {
  color: #ec8002;
}
button.browse {
  position: absolute;
  display: block;
  top: 50%;
  height: 1em;
  width: 1em;
  min-height: 44px;
  min-width: 44px;
  margin-top: -0.5em;
  background-color: transparent;
  border: 0;
  padding: 0;
}
button.browse img {
  display: block;
  position: relative;
  height: 60%;
}
button.browse.prev {
  left: 0.25em;
}
button.browse.prev img {
  float: left;
}
button.browse.next {
  right: 0.25em;
}
button.browse.next img {
  float: right;
}
.right-border {
  border-right: 1px solid #ec8002;
}
.y-flow {
  display: block;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.y-flow-auto {
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
div.model-image {
  display: block;
  margin: 0 1.5em 1.5em 0;
}
div.model-image img {
  width: 100%;
  display: block;
  position: relative;
}
div.model-image .model-image-number {
  display: block;
  position: absolute;
  color: #ffffff;
  background-color: #ec8002;
  padding: 0.3em;
  top: 1em;
  left: 1em;
  font-weight: bold;
}
#ModelImagePanel .row-panel {
  display: block;
  width: 100%;
  clear: both;
  display: none;
}
#ModelImagePanel .row-panel.text p {
  padding: 0.25em 0.5em;
}
#ModelImagePanel .row-panel.bottom {
  position: absolute;
  bottom: 0;
}
#ModelImagePanel.one-per-row div.row-panel.one-per-row {
  display: block;
}
#ModelImagePanel.two-per-row div.row-panel.two-per-row {
  display: block;
}
#ModelImagePanel.three-per-row div.row-panel.three-per-row {
  display: block;
}
div.three-per-row div.model-image {
  width: 30%;
}
div.two-per-row div.model-image {
  width: 45%;
}
div.one-per-row div.model-image {
  width: 95%;
}
.orange-square {
  display: block;
  width: 1em;
  height: 1em;
  background-color: #ec8002;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  float: right;
}
#ProjectIdDisplay,
#ProjectInfo {
  display: block;
  width: 100%;
  clear: both;
  border-radius: 0.3em;
  padding: 0.1em 0;
  background-color: #ec8002;
  color: #ffffff;
}
#ProjectIdDisplay.text p,
#ProjectInfo.text p {
  padding: 0.25em 0.5em;
}
#ProjectIdDisplay.bottom,
#ProjectInfo.bottom {
  position: absolute;
  bottom: 0;
}
#ProjectIdDisplay {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
div + #ProjectIdDisplay {
  margin-top: 0.37em;
}
div + #ProjectInfo {
  margin-top: 0.74em;
}
#ProjectInfo div {
  border-radius: 0.3em;
  width: 99%;
  margin: 0.5%;
  background-color: #ffffff;
  color: #000000;
}
#ProjectInfo .name {
  padding: 0 0.2em 0.1em 0.2em;
  float: left;
  clear: both;
  font-weight: bold;
}
#ProjectInfo .country {
  padding: 0 0.2em;
  float: left;
  clear: left;
  font-size: 0.75em;
}
#ProjectInfo .group {
  padding: 0 0.2em;
  float: right;
  clear: right;
  font-size: 0.75em;
}
#ProjectsDetailsPanel {
  width: 70%;
}
#ProjectNavSection {
  width: 28%;
}
@media only screen and (max-width: 1750px) {
  #ProjectNavSection {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 1750px) {
  #ProjectNavSection .caption {
    font-size: 0.7em;
  }
}
.text {
  background-color: #ffffff;
  color: #000000;
}
.details-display {
  width: 97.5%;
}
.details-display .text {
  width: 97%;
  padding: 1.5%;
}
@media only screen and (max-width: 1750px) {
  .details-display .text {
    font-size: 1.1em;
  }
}
.image-detail {
  width: 95%;
}
button {
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button.dialog-close {
  border: 0;
  padding: 0.25em;
  font-weight: bold;
  color: #ffffff;
  background-color: #ec8002;
  width: 1.8em;
  float: right;
  margin-right: 0.25em;
}
div.frame {
  overflow: hidden;
}
button.zoom {
  border-radius: 0.3em;
  position: absolute;
  background-color: #ec8002;
  color: #ffffff;
  width: 1.8em;
  height: 1.8em;
  right: 1em;
}
button.zoom.in {
  bottom: 3em;
}
@media only screen and (max-width: 1300px) {
  button.zoom.in {
    bottom: 4em;
  }
}
@media only screen and (max-width: 970px) {
  button.zoom.in {
    bottom: 4.5em;
  }
}
button.zoom.out {
  bottom: 1em;
}
@media only screen and (max-width: 1300px) {
  button.zoom {
    width: 2.5em;
    height: 2.5em;
  }
}
@media only screen and (max-width: 970px) {
  button.zoom {
    width: 3em;
    height: 3em;
  }
}
#ProjectsDetailsPanelArrow {
  position: absolute;
  display: block;
  width: 0.8em;
  right: 0;
  top: 0.8em;
}
#ProjectIdDisplayArrow {
  position: absolute;
  display: block;
  width: 0.62em;
  left: 50%;
  margin: 0 0 0 -0.31em;
  bottom: -0.28em;
}
.prices-iframe {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 99.5%;
}
.one-third {
  width: 30%;
}
.two-thirds {
  width: 60%;
}
.left .one-third,
.left .two-thirds {
  margin-right: 9.5%;
}
div.zoom {
  position: absolute;
  z-index: 50;
  color: #ec8002;
  background: transparent;
  font-size: 2em;
  font-weight: bold;
  top: 1em;
  left: 1em;
  cursor: pointer;
}
div.zoom i.fa {
  margin-right: 0.5em;
  font-size: 0.8em;
  top: -0.1em;
  position: relative;
}
div.zoom.Auswahl {
  font-size: 1.5em;
}
#StartMainPanel p {
  font-size: 1.2em;
  margin: 0;
  float: left;
  clear: both;
}
#StartMainPanel .top-left h1 {
  font-size: 3.5em;
  font-weight: normal;
  color: #ec8002;
  margin: 0.8em 0;
  float: left;
  clear: both;
}
#StartMainPanel .top-left h2 {
  font-size: 3.3em;
  font-weight: normal;
  margin: 0.5em 0 0.25em 0;
  float: left;
  clear: both;
}
#StartMainPanel .top-left h2.no-top-margin {
  margin-top: 0;
}
#StartMainPanel .top-right img {
  margin: 0 0 0 auto;
  width: 80%;
  max-width: 100px;
  display: block;
}
#StartMainPanel .bottom-right section.right {
  clear: none;
}
#StartMainPanel .bottom-right section.right:last-child {
  margin-right: 1em;
}
#StartMainPanel .bottom-right .button-header {
  color: #ec8002;
  border-bottom: 1px solid #ec8002;
  padding: 0 0 0.25em 0;
  margin: 0 0 0.25em 0;
  text-align: center;
  font-size: 1.2em;
}
#StartMainPanel .bottom-right .btn {
  font-size: 1.8em;
  background-color: #ec8002;
  width: 5em;
  height: 5em;
  border: 1px solid #ec8002;
  border-radius: 1em;
  overflow: hidden;
  margin-right: 0.5em;
}
#StartMainPanel .bottom-right .btn:last-child {
  margin-right: 0;
}
#StartMainPanel .bottom-right .btn span {
  background-color: #ec8002;
  color: #ffffff;
}
#StartMainPanel .bottom-right .btn span.annotation {
  font-size: 0.5em;
}
#SearchPanel .thead {
  border-bottom-color: #ffffff;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  height: 1.5em;
}
#SearchPanel .thead .th {
  text-align: left;
  position: relative;
  cursor: pointer;
}
#SearchPanel .thead .th span {
  position: relative;
  padding: 0.1em 1.5em 0.1em 0.1em;
}
#SearchPanel .thead .th i.fa {
  position: relative;
  display: none;
  margin-left: -1em;
  margin-right: 0.44em;
}
#SearchPanel .thead .th.asc i.fa.fa-caret-up {
  display: inline;
}
#SearchPanel .thead .th.desc i.fa.fa-caret-down {
  display: inline;
}
#SearchPanel .tbody .tr {
  cursor: pointer;
  position: relative;
}
#SearchPanel .tbody .tr:hover,
#SearchPanel .tbody .tr:active {
  background-color: #ec8002;
}
#SearchPanel .tbody .tr .td {
  position: relative;
}
#SearchPanel .tbody .tr .td span {
  padding: 0.5em 1.5em 0.5em 0.1em;
  display: block;
  white-space: pre-line;
  word-break: break-word;
}
#SearchPanel .td.number,
#SearchPanel .th.number {
  width: 8%;
}
#SearchPanel .td.name,
#SearchPanel .th.name {
  width: 45%;
}
#SearchPanel .td.country,
#SearchPanel .th.country {
  width: 20%;
}
#SearchPanel .td.group,
#SearchPanel .th.group {
  min-width: 20%;
}
#SearchPanel .td.rate1,
#SearchPanel .th.rate1,
#SearchPanel .td.rate2,
#SearchPanel .th.rate2,
#SearchPanel .td.rate3,
#SearchPanel .th.rate3,
#SearchPanel .td.rate4,
#SearchPanel .th.rate4 {
  display: none;
}
#SearchPanel.add-columns .td.number,
#SearchPanel.add-columns .th.number {
  width: 8%;
}
#SearchPanel.add-columns .td.name,
#SearchPanel.add-columns .th.name {
  width: 25%;
}
#SearchPanel.add-columns .td.country,
#SearchPanel.add-columns .th.country {
  width: 15%;
}
#SearchPanel.add-columns .td.group,
#SearchPanel.add-columns .th.group {
  min-width: 15%;
  width: 15%;
  max-width: 15%;
}
#SearchPanel.add-columns .td.rate1,
#SearchPanel.add-columns .th.rate1,
#SearchPanel.add-columns .td.rate2,
#SearchPanel.add-columns .th.rate2,
#SearchPanel.add-columns .td.rate3,
#SearchPanel.add-columns .th.rate3,
#SearchPanel.add-columns .td.rate4,
#SearchPanel.add-columns .th.rate4 {
  display: block;
}
#SearchPanel.add-columns .td.rate1,
#SearchPanel.add-columns .th.rate1 {
  width: 12%;
}
#SearchPanel.add-columns .td.rate2,
#SearchPanel.add-columns .th.rate2 {
  width: 9%;
}
#SearchPanel.add-columns .td.rate3,
#SearchPanel.add-columns .th.rate3 {
  width: 8%;
}
#SearchPanel.add-columns .td.rate4,
#SearchPanel.add-columns .th.rate4 {
  min-width: 4%;
}
#SearchFilter {
  padding: 1em 0;
}
#SearchFilter input {
  width: 50%;
  margin-left: 0;
  border-radius: 0.3em;
  border: 0.1em solid #ec8002;
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
button.input-clear {
  background: transparent;
  border: 0;
  color: #ec8002;
  position: relative;
  margin-left: -2em;
  margin-right: 0.44em;
}
@media only screen and (max-width: 1300px) {
  .context-menu-item {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 970px) {
  .context-menu-item {
    font-size: 1.6em;
  }
}
#FurtherBureaus {
  margin-top: 0.75em;
}
#FurtherBureaus > div {
  float: left;
  clear: both;
}
#FurtherBureaus > div .name,
#FurtherBureaus > div .country {
  font-size: 0.6em;
  float: left;
  clear: both;
}
#FurtherBureaus > div .name {
  color: #ffffff;
}
#FurtherBureaus > div .country {
  color: #ec8002;
}
#FurtherBureaus > div + div {
  margin-top: 0.4em;
}
#FurtherBureaus + #ProjectIdDisplay {
  margin-top: 0;
}
#FurtherBureaus.ng-hide + #ProjectIdDisplay {
  margin-top: 0.5em;
}
#RatingDetails {
  margin-top: 0.5em;
  width: 100%;
}
#RatingDetails span {
  font-size: 0.8em;
}
#RatingDetails span.name {
  color: #ffffff;
}
#RatingDetails span.value {
  color: #ec8002;
}
#RatingDetails > div {
  width: auto;
}
#RatingDetails > .rating-left {
  float: left;
  clear: left;
  text-align: left;
}
#RatingDetails > .rating-left > .name {
  display: inline-block;
  position: relative;
  width: 7em;
}
#RatingDetails > .rating-right {
  float: right;
  clear: right;
  text-align: right;
}
table.details {
  max-width: 100%;
  margin-top: 0;
  border-spacing: 0;
}
table.details td {
  background-color: #000000;
  color: #ec8002;
  padding: 0;
}
table.details td span {
  background-color: #000000;
  color: #ec8002;
}
table.details td.caption {
  display: table-cell;
  background-color: #000000;
  width: auto;
  clear: none;
}
table.details td.caption span {
  margin-right: 2em;
  margin-left: 0;
}
table.details tr.white td {
  color: #ffffff;
  padding: 1em 0 0 0;
}
table.details tr.white td span {
  color: #ffffff;
}
table.details.people tr.person-group td {
  padding: 1em 0 0 0;
  color: white;
  border-bottom: 1px solid white;
}
table.details.people tr.white td {
  padding-top: 0.5em;
}
table.details.people tr.person-group + tr.white td {
  padding-top: 0.3em;
}
table.details span.white {
  color: #ffffff;
}
.row.person,
.row.reference {
  margin-top: 0.75em !important;
}
.row.person table.details,
.row.reference table.details {
  margin-top: 0.2em;
}
.row.person span.headline,
.row.reference span.headline {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.reference-preview {
  width: 80% !important;
}
.reference-preview img {
  width: 100%;
}
/*# sourceMappingURL=p1app.css.map */