html,
body {
  background-color: #F1F1F1;
  color: #4A4A4A;
}
a {
  color: #0153A0;
}
a:focus {
  color: #5479BE;
}
i.light {
  color: #BBBBBB;
}
hr {
  border-bottom: solid 1px #E0E0E0;
}
.alert {
  background-color: #FFF7E6;
  border: solid 1px #E29C03;
  color: #E29C03;
}
.alert--error {
  color: #C44444;
  background-color: #FFE5E5;
  border-color: #C44444;
}
.alert--tip {
  color: #0153A0;
  background-color: #F0F5FB;
  border-color: #5479BE;
}
.alert--success {
  color: #6FA825;
  background-color: #E4F7CD;
  border-color: #6FA825;
}
.box {
  background-color: #FFFFFF;
  border-bottom: solid 2px #E0E0E0;
}
table thead {
  border-bottom: solid 1px #E0E0E0;
}
table tbody {
  border-bottom: solid 1px #E0E0E0;
}
table tbody tr:nth-child(even) {
  background-color: #F0F5FB;
}
table tfoot {
  border-bottom: solid 1px #E0E0E0;
}
table.interactive tbody tr:hover {
  background-color: #E3EBF4;
}
table.interactive .interactive__show-offer {
  background-color: #F1F1F1;
  border-bottom: solid 1px #E0E0E0;
  border-top: solid 1px #E0E0E0;
}
table.interactive .interactive__prospect-divider {
  border: 3px #E0E0E0 solid;
}
.interactive__status--status i.prospect {
  background: #FF9F00;
}
.interactive__status--status i.offer {
  background: #FF9F00;
}
.interactive__status--status i.signed {
  background: #7ED321;
}
.interactive__status--status i.completed {
  background: #E00E28;
}
.interactive__status--status i.inactive {
  background: #795548;
}
.interactive__status--status i.unknown {
  background: #FFEC00;
}
.contract-type-buttons {
  background-color: #FFFFFF;
}
.form input[type=text] {
  background-color: #FFFFFF;
  color: #4A4A4A;
  border: solid 1px #BBBBBB;
}
.form .form-control.text input {
  background-color: #FFFFFF;
  color: #4A4A4A;
  border: solid 1px #BBBBBB;
}
.form .form-control.text input::-webkit-input-placeholder {
  color: #AAAAAA;
}
.form .form-control.text input:-ms-input-placeholder {
  color: #AAAAAA;
}
.form .form-control.text input::placeholder {
  color: #AAAAAA;
}
.form .form-control.text input:focus {
  border: 1px solid #5479BE;
}
.form .form-control.text input:focus + label {
  color: #5479BE;
}
.form .form-control.text input.comment {
  background-color: #F0F5FB;
}
.form .form-control.text input:disabled {
  background-color: #EEEEEE;
  border: solid 1px #BBBBBB;
  color: #BBBBBB;
}
.form .form-control.text input:disabled::-webkit-input-placeholder {
  color: #BBBBBB;
}
.form .form-control.text input:disabled:-ms-input-placeholder {
  color: #BBBBBB;
}
.form .form-control.text input:disabled::placeholder {
  color: #BBBBBB;
}
.form .form-control.text input:disabled:focus {
  border: 1px solid #BBBBBB !important;
}
.form .form-control.text input:disabled:focus + label {
  color: #BBBBBB !important;
}
.form .form-control.disabled input {
  background-color: #EEEEEE;
  border: solid 1px #BBBBBB;
  color: #BBBBBB;
}
.form .form-control.disabled input::-webkit-input-placeholder {
  color: #BBBBBB;
}
.form .form-control.disabled input:-ms-input-placeholder {
  color: #BBBBBB;
}
.form .form-control.disabled input::placeholder {
  color: #BBBBBB;
}
.form .form-control.disabled input:focus {
  border: 1px solid #BBBBBB !important;
}
.form .form-control.disabled input:focus + label {
  color: #BBBBBB !important;
}
.form .form-control.disabled label {
  color: #BBBBBB;
}
.form .form-control.textarea textarea {
  background-color: #FFFFFF;
  color: #4A4A4A;
  border: solid 1px #BBBBBB;
}
.form .form-control.textarea textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}
.form .form-control.textarea textarea:-ms-input-placeholder {
  color: #AAAAAA;
}
.form .form-control.textarea textarea::placeholder {
  color: #AAAAAA;
}
.form .form-control.textarea textarea:focus {
  border: 1px solid #5479BE;
}
.form .form-control.textarea textarea:focus + label {
  color: #5479BE;
}
.form .form-control.textarea textarea:disabled {
  background-color: #EEEEEE;
  border: solid 1px #BBBBBB;
  color: #BBBBBB;
}
.form .form-control.textarea textarea:disabled::-webkit-input-placeholder {
  color: #BBBBBB;
}
.form .form-control.textarea textarea:disabled:-ms-input-placeholder {
  color: #BBBBBB;
}
.form .form-control.textarea textarea:disabled::placeholder {
  color: #BBBBBB;
}
.form .form-control.textarea textarea:disabled:focus {
  border: 1px solid #BBBBBB !important;
}
.form .form-control.textarea textarea:disabled:focus + label {
  color: #BBBBBB !important;
}
.form .form-control.comment textarea {
  background-color: #F0F5FB;
}
.form .box__collapse .collapse__summary {
  background-color: #F0F5FB;
}
.checkbox span {
  background-color: #FFFFFF;
  border: solid 1px #BBBBBB;
}
.checkbox span:after {
  background: #0153A0;
}
.checkbox.disabled {
  color: #BBBBBB;
}
.checkbox.disabled span {
  background-color: #EEEEEE;
  border: solid 1px #BBBBBB;
}
.checkbox.disabled span:after {
  background: #BBBBBB;
}
.checkbox:focus-within {
  color: #5479BE;
}
.checkbox:focus-within span {
  border-color: #5479BE;
}
.radio span {
  background-color: #FFFFFF;
  border: solid 1px #BBBBBB;
}
.radio span:after {
  background: #0153A0;
}
.radio.disabled {
  color: #BBBBBB;
}
.radio.disabled span {
  background-color: #EEEEEE;
  border: solid 1px #BBBBBB;
}
.radio.disabled span:after {
  background: #BBBBBB;
}
.radio:focus-within {
  color: #5479BE;
}
.radio:focus-within span {
  border-color: #5479BE;
}
.switch {
  background: #CCCCCC;
}
.switch.active {
  background: #0153A0;
}
button,
.button {
  background-color: #0153A0;
  color: #FFFFFF;
}
button:focus,
.button:focus {
  color: #FFFFFF;
}
button.disabled,
.button.disabled {
  background-color: #cccccc;
}
button--add,
.button--add {
  color: #4A4A4A;
}
button--third,
.button--third {
  color: #4A4A4A;
  background-color: #CCCCCC;
}
.navbar-primary {
  background-color: #0153A0;
  color: #FFFFFF;
}
.navbar-primary a {
  color: #FFFFFF;
}
.navbar-primary a:hover {
  background-color: #5479BE;
}
.navbar-primary span {
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .navbar-primary__menu {
    background-color: #2F3744;
  }
}
.navbar-secondary {
  background-color: #FFFFFF;
  color: #4A4A4A;
  border-bottom: solid 2px #E0E0E0;
}
.navbar-secondary__breadcrumbs li a {
  color: #4A4A4A;
}
.navbar-secondary__breadcrumbs li a:hover {
  color: #5479BE;
}
.startpage__box-header {
  color: #4A4A4A;
}
.startpage__box-headerdate {
  color: #0153A0;
}
@font-face {
  font-family: 'karbon-regular';
  src: url('/fonts/karbon-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'karbon-italic';
  src: url('/fonts/karbon-regularitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'karbon-bold';
  src: url('/fonts/karbon-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'karbon-semibold';
  src: url('/fonts/karbon-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'karbon-light';
  src: url('/fonts/karbon-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: 'karbon-regular', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
body.cleanlayout {
  position: fixed;
}
body.cleanlayout .container {
  max-width: 100%;
  padding: 0;
  height: calc(100% - 50px);
}
body .bottom-lock {
  background-color: transparent;
  min-height: 180px;
  margin-bottom: 0;
}
body .bottom-lock .bottom-lock-content {
  background-color: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 200px);
  margin: 0 0 0 200px !important;
  border-top: solid 1px #E0E0E0;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  body.cleanlayout .container {
    margin-top: 50px;
    height: calc(100% - 90px);
  }
  body .bottom-lock .bottom-lock-content {
    width: 100%;
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
}
* {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}
.visible-mobile {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .visible-mobile {
    display: block;
  }
}
h1 {
  font: normal 1.4em 'karbon-semibold', 'Open Sans', sans-serif;
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
h2 {
  font: normal 1.2em 'karbon-semibold', 'Open Sans', sans-serif;
  margin: 0 0 10px 0;
}
h3 {
  font: normal 1em 'karbon-semibold', 'Open Sans', sans-serif;
  margin: 0;
}
a:focus {
  outline: none;
}
b,
strong {
  font: normal 1em 'karbon-semibold', 'Open Sans', sans-serif;
}
i {
  font: normal 1em 'karbon-italic', 'Open Sans', sans-serif;
}
p {
  margin: 0 0 10px 0;
}
ul,
ol {
  list-style: none;
  padding-left: 20px;
  margin: 0 0 10px 0;
  display: inline-block;
}
ul li::before,
ol li::before {
  content: "\2022";
  display: inline-block;
  margin-left: -20px;
}
ol {
  counter-reset: item;
}
ol li::before {
  content: counter(item);
  counter-increment: item;
}
hr {
  border-top: none;
  margin: 10px 0 20px 0;
}
hr.full-width {
  margin: 10px -20px 20px -20px;
}
@media only screen and (max-width: 768px) {
  hr.full-width {
    margin: 10px -12px;
  }
}
hr.full-width.no-border {
  border: none;
}
.alert {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border-radius: 4px;
  background-image: url('../Content/Images/icon-alert-info.svg');
  background-repeat: no-repeat;
  background-position: 4px 4px;
  background-size: 29px;
}
.alert .icon {
  width: 40px;
  height: 30px;
  float: left;
}
.alert p {
  margin: 0;
}
.alert--error {
  background-image: url('../Content/Images/icon-alert-error.svg');
}
.alert--tip {
  background-image: url('../Content/Images/icon-alert-tip.svg');
}
.alert--success {
  background-image: url('../Content/Images/icon-alert-success.svg');
}
.alert ul {
  margin: 0;
}
.alert ul li {
  margin-bottom: 5px;
}
.alert ul li:last-child {
  margin-bottom: 0;
}
.container {
  height: 100%;
  width: calc(100% - 200px);
  margin: 50px 0 0 200px;
  padding: 10px 10px 0 10px;
  max-width: 1200px;
}
.container.full-width {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
}
.container-inner {
  display: flex;
  flex-wrap: wrap;
}
.container-inner iframe {
  border: none;
}
@media only screen and (max-width: 991px) {
  .container {
    margin: 30px 0 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    margin: 40px 0 0 0;
    padding: 0;
  }
}
.box {
  margin: 10px;
  padding: 20px;
  flex: 0 1 100%;
  position: relative;
  scroll-margin: 140px;
}
.appendix-menu {
  z-index: 10;
  transition: 1s;
}
.box__invalid {
  padding-left: 18px;
  border-left: solid 2px #C44444;
}
.box#contract-buyer {
  padding-bottom: 15px;
}
.box.stretch {
  align-self: stretch;
}
.box__container {
  display: flex;
  flex-direction: row;
  flex: 0 1 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .box__container {
    align-items: flex-start;
  }
}
.box__container--two .box {
  flex: 0 1 50%;
}
.box__container__inner {
  flex: 0 1 50%;
  flex-direction: row;
}
.box__container__inner .box:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .box__container__inner .box:not(:last-child) {
    margin-bottom: 10px;
  }
}
.box__container--three .box {
  flex: 0 1 33.3%;
}
.box--two .box {
  flex: 0 1 50%;
}
.box--two .box-columns {
  flex: 0 1 50%;
}
.box--three .box {
  flex: 0 1 33.3%;
}
.box.iframe {
  padding: 0;
  height: 800px;
}
@media only screen and (max-width: 991px) {
  .box__container {
    flex-direction: column;
  }
  .box__container.reverse {
    flex-direction: column-reverse;
  }
  .box--two .box,
  .box--three .box {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 768px) {
  .box {
    margin: 5px 10px;
    padding: 12px;
  }
}
.box-columns {
  display: flex;
  flex-direction: row;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.box-columns.no-margin .box-column {
  margin-bottom: 0;
}
.box-columns.column-direction {
  flex-direction: column;
}
.box-columns.stretch {
  align-self: stretch;
}
.box-columns .box-column {
  flex: 0 1 100%;
  margin: 0 10px 0 10px;
}
.box-columns.col-two .box-column {
  flex: 0 1 50%;
}
.box-columns.col-two .box-column.force {
  flex: 0 1 50% !important;
  margin: 0;
}
.box-columns.col-three .box-column {
  flex: 0 1 33.3%;
}
.box-columns.col-two-thirds {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .box-columns.col-two-thirds {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .box-columns.col-two-thirds .box-column {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .box-columns.col-two-thirds .box-column div {
    width: 100%;
  }
}
.box-columns.col-two-thirds .box-column:first-child {
  flex: 0 1 66%;
}
.box-columns.col-two-thirds .box-column:last-child .remove-extra {
  align-items: center !important;
  margin: 0 !important;
}
.box-columns.col-two-thirds .box-column:last-child {
  flex: 0 1 33%;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .box-columns {
    flex-direction: column;
  }
  .box-columns .col-two,
  .box-columns .col-three {
    flex: 0 1 100%;
  }
}
.table-wrapper.contract-list {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .table-wrapper {
    margin: 0 -12px 20px -12px;
    width: calc(100% + 24px);
    overflow-x: auto;
  }
}
table {
  margin: 0 -20px;
  border-collapse: collapse;
  width: calc(100% + 40px);
}
@media only screen and (min-width: 768px) {
  table.no-margin {
    margin: -20px;
  }
  table.no-margin tfoot {
    border-bottom: none;
  }
}
table th,
table td {
  padding: 10px;
  text-align: left;
}
table th:nth-child(1),
table td:nth-child(1) {
  padding-left: 20px;
}
table th.right,
table td.right {
  text-align: right;
}
table th.two-rows,
table td.two-rows {
  padding: 5px 10px;
}
table span {
  font: normal 1em 'karbon-regular', 'Open Sans', sans-serif;
}
table span.spacing {
  font: normal 1em 'karbon-regular', 'Open Sans', sans-serif;
  min-width: 80px;
  display: inline-block;
}
table thead th {
  font: normal 1em 'karbon-semibold', 'Open Sans', sans-serif;
  padding: 5px 10px;
}
table.interactive tbody tr:hover td.pointer {
  cursor: pointer;
}
table.interactive .interactive__status {
  width: 50px;
}
table.interactive .interactive__image-links {
  display: flex;
  flex-direction: row;
}
table.interactive .interactive__image-links a {
  text-decoration: none;
}
table.interactive .interactive__print {
  padding-left: 30px;
}
table.interactive .interactive__print a {
  float: left;
  margin: auto 5px auto 0;
}
@media only screen and (max-width: 768px) {
  table.interactive .interactive__print {
    padding-left: 20px;
  }
}
table.interactive .interactive__lock {
  width: 50px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  table.interactive .interactive__lock {
    padding-left: 20px;
  }
}
table.interactive .interactive__lock .lock {
  background-image: url(../Content/Images/icon-tools-lock.svg);
  height: 20px;
  width: 15px;
  background-repeat: no-repeat;
}
table.interactive .interactive__show-offer {
  height: 40px;
  cursor: pointer;
}
table.interactive .interactive__show-offer td {
  text-align: center;
}
table.interactive .interactive__prospect-divider {
  padding: 0;
}
table.interactive .interactive__contract-number {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font: normal 1em 'karbon-regular', 'Open Sans', sans-serif;
}
table.interactive .interactive__contract-number .big {
  font: normal 1.2em 'karbon-semibold', 'Open Sans', sans-serif;
}
@media only screen and (max-width: 768px) {
  table {
    margin: 0;
    width: calc(100% + 24px);
  }
  table th:nth-child(1),
  table td:nth-child(1) {
    padding-left: 12px;
  }
}
.interactive__status {
  margin: 0 10px;
}
.interactive__status--status i {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.align-right {
  text-align: right;
  padding: 10px 0px;
}
.align-left {
  text-align: left;
  padding: 10px 0px;
}
.error-wrapper {
  color: red;
  padding: 15px 0px;
}
.contract-type-buttons {
  margin: 10px;
  padding: 20px;
  flex: 0 1 100%;
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .contract-type-buttons {
    margin: 5px 10px;
    padding: 12px;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
.contract-type-buttons a {
  margin: 5px 5px 5px 0px;
}
.contract-type-buttons input {
  margin: 5px 5px 5px 0px;
}
@media only screen and (max-width: 768px) {
  .contract-type-buttons input {
    width: 100%;
  }
}
.contract-type-buttons .form-loader {
  margin: 5px;
}
@media only screen and (max-width: 768px) {
  .contract-type-buttons .form-loader {
    text-align: center;
  }
}
.contract-type-buttons.disable-buttons {
  pointer-events: none;
  opacity: 0.5;
}
.contract-type-buttons .contract-appendix-buttons {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .contract-type-buttons .contract-appendix-buttons {
    display: block;
  }
}
.form-loader.contract-list {
  float: right;
}
.blurred {
  pointer-events: none;
  opacity: 0.5;
}
.startpage__box-headerdate {
  font-size: 40px;
}
.login-form {
  max-width: 375px;
  margin: auto;
}
.columns {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.columns .column {
  float: left;
  width: 50%;
}
.columns .column.column-3 {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .columns {
    flex-direction: column;
  }
  .columns .column,
  .columns .column-3 {
    width: 100%;
  }
}
.a-image {
  color: transparent !important;
}
.collapse__summary table {
  margin: 0 0 0 0;
  width: 100%;
  border-collapse: inherit;
}
.collapse__summary table td:nth-child(1),
.collapse__summary table th:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
  width: 1%;
}
.collapse__summary table td:nth-child(2),
.collapse__summary table th:nth-child(2) {
  width: 69%;
}
.collapse__summary table td:nth-child(3),
.collapse__summary table th:nth-child(3) {
  width: 15%;
}
.collapse__summary table td:nth-child(4),
.collapse__summary table th:nth-child(4) {
  width: 15%;
}
.news-list .item {
  padding: 7px;
}
.news-list .item.new {
  background-color: #e9f5ec;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li::before {
  content: "";
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}
.image-wrapper {
  max-height: 500px;
  min-height: 500px;
  width: 500px;
  display: flex;
  flex-flow: column;
  overflow-y: scroll;
  justify-items: baseline;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.image-holder {
  width: 80px;
  height: 80px;
  display: flex;
  margin: 5px;
  float: left;
  cursor: pointer;
}
.image-holder img {
  max-width: 80px;
  max-height: 80px;
}
.navbar-primary {
  width: 200px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  -webkit-user-select: none;
  user-select: none;
  display: block;
}
.navbar-primary__logo {
  height: 50px;
  width: 100%;
  margin: 15px auto;
}
.navbar-primary__logo img {
  max-width: 200px;
}
.navbar-primary__user {
  display: none;
}
.navbar-primary a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  float: left;
  padding: 5px 10px 5px 30px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.navbar-primary span {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  float: left;
  padding: 5px 10px 5px 30px;
  font-weight: bold;
}
.navbar-primary li {
  position: relative;
  margin: 0 10px 5px 0;
  min-height: 27px;
}
.navbar-primary li .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-repeat: no-repeat;
}
.navbar-primary li .icon-home {
  background-image: url('../Content/Images/icon-navbar-home.svg');
}
.navbar-primary li .icon-catalogue {
  background-image: url('../Content/Images/icon-navbar-catalogue.svg');
}
.navbar-primary li .icon-contract {
  background-image: url('../Content/Images/icon-navbar-contract.svg');
}
.navbar-primary li .icon-sales {
  background-image: url('../Content/Images/icon-navbar-files.svg');
}
.navbar-primary li .icon-survey {
  background-image: url('../Content/Images/icon-navbar-survey.svg');
}
.navbar-primary li .icon-statistics {
  background-image: url('../Content/Images/icon-navbar-statistics.svg');
}
.navbar-primary li .icon-settings {
  background-image: url('../Content/Images/icon-navbar-settings.svg');
}
.navbar-primary li::before {
  content: '';
}
.navbar-primary__submenu {
  width: 100%;
}
.navbar-primary__submenu li {
  min-height: initial;
  margin: 0 0 5px 10px;
}
.navbar-primary__submenu a {
  padding: 0;
}
.navbar-primary__submenu a:hover {
  background: none;
  text-decoration: underline;
}
.navbar-primary input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
@media only screen and (max-width: 991px) {
  .navbar-primary {
    width: 100%;
    height: 50px;
  }
  .navbar-primary__logo {
    margin: 0;
  }
  .navbar-primary__header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    z-index: 10;
  }
  .navbar-primary__toggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
  }
  .navbar-primary__toggle span {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
    margin-top: 4px;
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
  }
  .navbar-primary input[type="checkbox"]:checked ~ .navbar-primary__menu {
    transform: translateX(0);
  }
  .navbar-primary__menu {
    height: 100%;
    position: fixed;
    left: auto;
    right: 0;
    width: 300px;
    margin-top: 0;
    transform: translateX(300px);
    transition: transform 250ms ease-in-out;
    border-top: solid 1px black;
    padding-top: 10px;
    overflow: auto;
    padding-bottom: 65px;
  }
  .navbar-primary__user {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    width: 100%;
  }
}
.navbar-secondary {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 100;
}
.navbar-secondary__breadcrumbs {
  margin: 15px 20px;
  list-style: none;
  padding: 0;
  height: 20px;
}
.navbar-secondary__breadcrumbs li {
  float: left;
}
.navbar-secondary__breadcrumbs li::before {
  content: '';
}
.navbar-secondary__breadcrumbs li .separator {
  float: right;
  margin: 0 10px;
}
.navbar-secondary__breadcrumbs li a {
  text-decoration: underline;
}
.navbar-secondary__breadcrumbs li.active {
  font-family: 'karbon-semibold', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.navbar-secondary__breadcrumbs li.active .separator {
  display: none;
}
.navbar-secondary__inner {
  max-width: 1200px;
  width: calc(100% - 200px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.navbar-secondary__user {
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .navbar-secondary {
    top: 50px;
    left: auto;
    position: relative;
    background-color: transparent;
    border: none;
    height: 40px;
  }
  .navbar-secondary__breadcrumbs {
    margin: 10px 18px;
  }
  .navbar-secondary__inner {
    width: 100%;
  }
  .navbar-secondary__user {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-secondary__breadcrumbs {
    margin: 10px;
  }
}
.navbar-secondary__user .user__user,
.navbar-primary__user .user__user {
  align-self: flex-start;
  font: normal 1em 'karbon-semibold', 'Open Sans', sans-serif;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  margin: 0 10px;
}
.navbar-secondary__user .user__user small,
.navbar-primary__user .user__user small {
  font: normal 0.8em 'karbon-regular', 'Open Sans', sans-serif;
}
#session-timeout {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: #FFF;
  padding: 20px 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
}
#session-timeout.session-warning {
  background-color: #ff6a00;
}
#session-timeout.session-error {
  background-color: #ff0000;
}
#session-timeout .time {
  display: inline;
}
@media only screen and (max-width: 991px) {
  #session-timeout {
    bottom: 50px;
    /* Same height as <nav .navbar-primary>  */
  }
}
.form {
  width: 100%;
}
.form form {
  width: 100%;
}
.form input[type=text] {
  padding: 3px 3px 1px 3px;
  border-radius: 4px;
}
.form .form-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px -20px;
  padding: 0 15px 10px 15px;
  position: relative;
}
.form .form-section.no-wrap {
  flex-wrap: nowrap;
}
.form .form-section.no-wrap button,
.form .form-section.no-wrap .button {
  margin: 5px 5px 0 10px;
}
.form .form-section.no-wrap .form-loader {
  position: absolute;
  right: 98px;
  top: 14px;
}
.form .form-section.center {
  text-align: center;
  display: flex;
  justify-content: center;
}
.form .form-section.space-between {
  display: flex;
  justify-content: space-between;
}
.form .form-section.column {
  flex-direction: column;
}
.form .form-section__column {
  flex: 0 1 100%;
}
.form .form-section__column--two {
  flex: 0 1 50%;
}
.form .form-section__column--three {
  flex: 0 1 33.3%;
}
.form .form-section__column--two-thirds {
  flex: 0 1 66%;
}
.form .form-section__column--one-fourth {
  flex: 0 1 25%;
}
.form .form-section__column--three-fourth {
  flex: 0 1 75%;
}
.form .form-section__button {
  justify-content: space-between;
}
.form .form-section__button input,
.form .form-section__button button,
.form .form-section__button .button {
  margin: 0 5px;
}
.form .form-section i.hint {
  font-size: 0.8em;
  padding: 5px;
  margin-top: -13px;
  margin-left: 5px;
}
.form .form-section--two .form-control {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .form .form-section--two .form-control {
    flex: 0 1 100%;
  }
}
.form .form-section--column {
  flex-direction: column;
}
.form .form-section--three .form-control {
  flex: 0 1 33.3%;
}
@media only screen and (max-width: 768px) {
  .form .form-section--three .form-control {
    flex: 0 1 100%;
  }
}
.form .alert {
  margin-bottom: 10px;
}
.form .form-control {
  position: relative;
  padding: 5px;
  display: flex;
  align-items: center;
}
.form .form-control.radiobutton {
  padding: 0 !important;
}
.form .form-control.radiobutton__description {
  padding: 0 0 10px 30px !important;
}
.form .form-control.text {
  height: 40px;
  width: 100%;
  height: 52px;
}
.form .form-control.text label {
  position: absolute;
  top: 9px;
  left: 13px;
  font: normal 0.8em 'karbon-bold', 'Open Sans', sans-serif;
}
.form .form-control.text input {
  padding: 20px 8px 5px 8px;
  border-radius: 4px;
  width: 100%;
}
.form .form-control.text input:focus {
  outline: none !important;
}
.form .form-control.text input.small {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .form .form-control.text input.small {
    width: 100%;
  }
}
.form .form-control.text.small {
  justify-self: flex-end;
  margin-left: auto;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .form .form-control.text.small {
    width: 100%;
  }
}
.form .form-control.text.half {
  justify-self: flex-end;
  margin-left: auto;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .form .form-control.text.half {
    width: 100%;
  }
}
.form .form-control.nolabel input {
  padding: 13px 8px 12px 8px;
}
.form .form-control.textarea {
  width: 100%;
  height: auto;
}
.form .form-control.textarea label {
  position: absolute;
  top: 9px;
  left: 13px;
  font: normal 0.8em 'karbon-bold', 'Open Sans', sans-serif;
}
.form .form-control.textarea textarea {
  width: 100% !important;
  min-height: 120px;
  padding: 20px 8px 5px 8px;
  border-radius: 4px;
  font: normal 1em 'karbon-regular', 'Open Sans', sans-serif;
}
.form .form-control.textarea textarea:focus {
  outline: none !important;
}
.form .box__collapse .collapse__header {
  display: flex;
  flex-direction: column;
}
.form .box__collapse .collapse__head {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.form .box__collapse .collapse__head h2 {
  margin: 0;
}
.form .box__collapse .collapse__head p {
  margin: 3px 0 0 10px;
}
.form .box__collapse .collapse__head a {
  justify-self: flex-end;
  margin-left: auto;
}
.form .box__collapse .collapse__head .header-summary {
  display: flex;
  justify-self: flex-end;
  margin-left: auto;
}
.form .box__collapse .collapse__head .header-summary .cost__label {
  margin-right: 10px !important;
}
.form .box__collapse .collapse__summary {
  padding: 10px;
  margin-top: 5px;
}
.form .box__collapse .collapse__body {
  margin-top: 5px;
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .checkbox {
    height: auto;
  }
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
}
.checkbox span:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ span:after {
  display: block;
}
.checkbox span:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
}
.radio {
  display: block;
  position: relative;
  padding-left: 30px!important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 28px;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio div {
  padding-top: 4px;
}
.radio span {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}
.radio span:after {
  content: "";
  position: absolute;
  display: none;
}
.radio input:checked ~ span:after {
  display: block;
}
.radio span:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.radio-list {
  display: flex;
  flex-direction: row;
}
.radio-list.row {
  flex-direction: row;
}
.radio-list .radio {
  margin-right: 25px;
}
.contractNumber {
  position: absolute;
  top: 20px;
  right: 20px;
}
.contractNumber span {
  font: normal 1em 'karbon-bold', 'Open Sans', sans-serif;
}
.switch {
  height: 20px;
  width: 30px;
  border-radius: 50px;
  position: relative;
}
.switch__button {
  background-color: #fff;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 2px;
  top: 2px;
}
.switch.active .switch__button {
  left: auto;
  right: 2px;
}
button,
.button {
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  max-height: 42px;
  box-sizing: border-box;
  text-align: center;
}
button--add,
.button--add {
  background-color: transparent;
  background-image: url('/Content/Images/icon-tools-add.svg');
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 25px;
  margin-top: 15px;
}
button--add:hover,
.button--add:hover {
  border: none;
}
button--add--top,
.button--add--top {
  margin-bottom: 15px;
}
button__icon,
.button__icon {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}
button__icon--edit,
.button__icon--edit {
  background-image: url('../Content/Images/icon-tools-edit.svg');
}
select {
  padding: 8px;
  border-radius: 4px;
}
.ui-datepicker {
  background-color: #FFFFFF;
  color: #4A4A4A;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
  padding: 0;
}
.ui-datepicker-header {
  border-radius: 0 !important;
  border: none !important;
  background-color: #E3EBF4 !important;
}
.ui-datepicker table thead {
  border: none !important;
}
.ui-datepicker table th {
  padding: 0.7em 0.3em !important;
}
.ui-datepicker table td {
  padding: 1px !important;
}
.ui-datepicker table tr {
  background-color: transparent !important;
}
.ui-datepicker table a {
  border: none !important;
  background-color: #EEEEEE !important;
}
.ui-datepicker table a.ui-state-highlight {
  background-color: #BED1E6 !important;
  color: #4A4A4A !important;
}
.form-control select {
  width: 100%;
}
.contract__survey__status,
.contract__survey__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contract__survey .alert--error {
  margin-top: 10px;
}
.buyer__head__box-columns .box-column {
  margin-bottom: 0;
}
.buyer__head__box-columns .form-section {
  padding-bottom: 0;
}
.buyer-details__client {
  margin-bottom: 10px;
}
.buyer-details__client:last-child {
  margin-bottom: 0;
}
.search-buyer__error {
  margin: 10px 5px 0 5px !important;
}
.additonal-order__table__remove {
  padding-top: 20px;
}
.additonal-order__table__remove img {
  cursor: pointer;
}
.additonal-order__table__button-wrapper {
  margin: 10px 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .additonal-order__table__button-wrapper {
    padding: 12px;
  }
}
.additonal-order__table__button-wrapper .button {
  margin: 10px;
}
@media only screen and (max-width: 768px) {
  .additonal-order__table__button-wrapper .button {
    margin: 0;
    width: 100%;
  }
}
.additonal-order__table__print-button {
  margin: 10px 0;
}
.additonal-order__table thead tr th:first-of-type {
  min-width: 200px;
}
.remove-extra {
  display: flex;
}
.remove-extra.center {
  align-items: center !important;
  justify-content: center !important;
  margin-top: 0 !important;
}
.remove-extra img {
  cursor: pointer;
  width: 24px;
  height: 24px;
  align-self: center;
}
.appendix-summary__column-header {
  width: 100%;
}
#contract-buyer {
  padding-bottom: 175px;
}
.contract-menu-item {
  margin-right: 5px;
  border-right: 1px solid #ccc;
}
#contract-edit {
  margin-bottom: 150px;
}
#contract-edit .edit-contract-buttons {
  padding: 10px 0px;
}
#contract-edit .edit-contract-buttons__addcontracts {
  padding: 10px 0px;
}
#contract-edit .edit-contract-buttons__buttons {
  padding: 10px 0px;
}
@media only screen and (max-width: 768px) {
  #contract-edit .edit-contract-buttons__buttons input {
    margin: 10px 0;
    width: 100%;
  }
}
#contract-edit .disableEditContract {
  pointer-events: none;
  opacity: 0.5;
}
.contract-files .contract-files__file-list {
  margin-bottom: 20px;
}
.contract-files table.interactive td:last-child,
.contract-files table.interactive th:last-child {
  text-align: right;
  padding-right: 20px;
}
.contract-files a {
  text-decoration: none;
}
.contract-files .contract-files__file-input {
  margin-bottom: 20px;
}
.contract-files .cancel {
  color: #4A4A4A;
  background-color: #CCCCCC;
}
.box.sticky-table {
  white-space: nowrap;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .box--three .box.sticky-table {
    width: 33.3;
  }
}
@media only screen and (min-width: 769px) {
  .sticky-table .table-wrapper {
    margin: 0 -20px;
  }
}
.sticky-table .table-wrapper {
  overflow: auto;
  padding-bottom: 20px;
}
.sticky-table .table-wrapper table {
  margin: 0;
  width: 100% !important;
}
.sticky-table .table-wrapper td {
  white-space: nowrap;
}
.sticky-table .table-wrapper table tbody tr:nth-child(odd) td {
  background-color: #FFF;
}
.sticky-table .table-wrapper table tbody tr:nth-child(even) td {
  background-color: #F0F5FB;
}
.sticky-table .table-wrapper th:last-child,
.sticky-table .table-wrapper td:last-child {
  text-align: right;
  position: sticky;
  right: 0px;
  width: 0px;
  padding-right: 20px;
}

