@charset "UTF-8";
/*
@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
*/
.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

@-ms-viewport {
  width: device-width; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.text-success {
  color: #35aa47; }

.img-circle {
  border-radius: 50%; }

.clearfix:after, .content-wrapper .content-header:after, .data-table .data-table-paging:after {
  content: "";
  display: table;
  clear: both; }

.numeric-cell {
  text-align: right; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent;
  min-height: 100%;
  background-color: #eee; }

body {
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

h1 {
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px; }
  h1 small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
    font-size: 65%; }

p {
  margin: 0 0 10px; }

small {
  font-size: 85%; }

ul {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul {
    margin-bottom: 0; }

/* General Links */
a {
  text-decoration: none;
  color: #3c8dbc; }

.hidden {
  display: none; }

.success-message {
  color: #35aa47; }

.error-message {
  color: #d9534f; }

.full-bordered th, .full-bordered td {
  border: 1px solid #ccc;
  padding: 5px; }

.full-bordered .empty-cell {
  border: none; }

.table-container {
  overflow-x: auto; }

.table-divider-row > td {
  border: none !important;
  height: 30px; }

.form-section-header {
  color: #03a9f4;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding-left: 5px;
  padding-right: 16px;
  padding-top: 10px;
  margin-bottom: 10px;
  clear: both; }

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row .info-text {
    margin-left: 20px;
    font-style: italic;
    color: #888;
    font-size: small; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px; }

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative; }

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.offset-s1 {
  margin-left: 8.3333333333%; }

.row .col.pull-s1 {
  right: 8.3333333333%; }

.row .col.push-s1 {
  left: 8.3333333333%; }

.row .col.offset-s2 {
  margin-left: 16.6666666667%; }

.row .col.pull-s2 {
  right: 16.6666666667%; }

.row .col.push-s2 {
  left: 16.6666666667%; }

.row .col.offset-s3 {
  margin-left: 25%; }

.row .col.pull-s3 {
  right: 25%; }

.row .col.push-s3 {
  left: 25%; }

.row .col.offset-s4 {
  margin-left: 33.3333333333%; }

.row .col.pull-s4 {
  right: 33.3333333333%; }

.row .col.push-s4 {
  left: 33.3333333333%; }

.row .col.offset-s5 {
  margin-left: 41.6666666667%; }

.row .col.pull-s5 {
  right: 41.6666666667%; }

.row .col.push-s5 {
  left: 41.6666666667%; }

.row .col.offset-s6 {
  margin-left: 50%; }

.row .col.pull-s6 {
  right: 50%; }

.row .col.push-s6 {
  left: 50%; }

.row .col.offset-s7 {
  margin-left: 58.3333333333%; }

.row .col.pull-s7 {
  right: 58.3333333333%; }

.row .col.push-s7 {
  left: 58.3333333333%; }

.row .col.offset-s8 {
  margin-left: 66.6666666667%; }

.row .col.pull-s8 {
  right: 66.6666666667%; }

.row .col.push-s8 {
  left: 66.6666666667%; }

.row .col.offset-s9 {
  margin-left: 75%; }

.row .col.pull-s9 {
  right: 75%; }

.row .col.push-s9 {
  left: 75%; }

.row .col.offset-s10 {
  margin-left: 83.3333333333%; }

.row .col.pull-s10 {
  right: 83.3333333333%; }

.row .col.push-s10 {
  left: 83.3333333333%; }

.row .col.offset-s11 {
  margin-left: 91.6666666667%; }

.row .col.pull-s11 {
  right: 91.6666666667%; }

.row .col.push-s11 {
  left: 91.6666666667%; }

.row .col.offset-s12 {
  margin-left: 100%; }

.row .col.pull-s12 {
  right: 100%; }

.row .col.push-s12 {
  left: 100%; }

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%; }
  .row .col.pull-m1 {
    right: 8.3333333333%; }
  .row .col.push-m1 {
    left: 8.3333333333%; }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%; }
  .row .col.pull-m2 {
    right: 16.6666666667%; }
  .row .col.push-m2 {
    left: 16.6666666667%; }
  .row .col.offset-m3 {
    margin-left: 25%; }
  .row .col.pull-m3 {
    right: 25%; }
  .row .col.push-m3 {
    left: 25%; }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%; }
  .row .col.pull-m4 {
    right: 33.3333333333%; }
  .row .col.push-m4 {
    left: 33.3333333333%; }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%; }
  .row .col.pull-m5 {
    right: 41.6666666667%; }
  .row .col.push-m5 {
    left: 41.6666666667%; }
  .row .col.offset-m6 {
    margin-left: 50%; }
  .row .col.pull-m6 {
    right: 50%; }
  .row .col.push-m6 {
    left: 50%; }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%; }
  .row .col.pull-m7 {
    right: 58.3333333333%; }
  .row .col.push-m7 {
    left: 58.3333333333%; }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%; }
  .row .col.pull-m8 {
    right: 66.6666666667%; }
  .row .col.push-m8 {
    left: 66.6666666667%; }
  .row .col.offset-m9 {
    margin-left: 75%; }
  .row .col.pull-m9 {
    right: 75%; }
  .row .col.push-m9 {
    left: 75%; }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%; }
  .row .col.pull-m10 {
    right: 83.3333333333%; }
  .row .col.push-m10 {
    left: 83.3333333333%; }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%; }
  .row .col.pull-m11 {
    right: 91.6666666667%; }
  .row .col.push-m11 {
    left: 91.6666666667%; }
  .row .col.offset-m12 {
    margin-left: 100%; }
  .row .col.pull-m12 {
    right: 100%; }
  .row .col.push-m12 {
    left: 100%; } }

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%; }
  .row .col.pull-l1 {
    right: 8.3333333333%; }
  .row .col.push-l1 {
    left: 8.3333333333%; }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%; }
  .row .col.pull-l2 {
    right: 16.6666666667%; }
  .row .col.push-l2 {
    left: 16.6666666667%; }
  .row .col.offset-l3 {
    margin-left: 25%; }
  .row .col.pull-l3 {
    right: 25%; }
  .row .col.push-l3 {
    left: 25%; }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%; }
  .row .col.pull-l4 {
    right: 33.3333333333%; }
  .row .col.push-l4 {
    left: 33.3333333333%; }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%; }
  .row .col.pull-l5 {
    right: 41.6666666667%; }
  .row .col.push-l5 {
    left: 41.6666666667%; }
  .row .col.offset-l6 {
    margin-left: 50%; }
  .row .col.pull-l6 {
    right: 50%; }
  .row .col.push-l6 {
    left: 50%; }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%; }
  .row .col.pull-l7 {
    right: 58.3333333333%; }
  .row .col.push-l7 {
    left: 58.3333333333%; }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%; }
  .row .col.pull-l8 {
    right: 66.6666666667%; }
  .row .col.push-l8 {
    left: 66.6666666667%; }
  .row .col.offset-l9 {
    margin-left: 75%; }
  .row .col.pull-l9 {
    right: 75%; }
  .row .col.push-l9 {
    left: 75%; }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%; }
  .row .col.pull-l10 {
    right: 83.3333333333%; }
  .row .col.push-l10 {
    left: 83.3333333333%; }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%; }
  .row .col.pull-l11 {
    right: 91.6666666667%; }
  .row .col.push-l11 {
    left: 91.6666666667%; }
  .row .col.offset-l12 {
    margin-left: 100%; }
  .row .col.pull-l12 {
    right: 100%; }
  .row .col.push-l12 {
    left: 100%; } }

.row .form-field-container {
  /* fix to make fields line up correctly */
  min-height: auto; }
  .row .form-field-container.hasToggle {
    padding-top: 15px; }

.form-row .form-field-container {
  /* fix above not needed here since a form-row is used for each actual row */
  min-height: auto; }
  .form-row .form-field-container.hasToggle {
    padding-top: 15px; }

.form-row:after {
  content: "";
  display: table;
  clear: both; }

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%; }

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  opacity: 0.8; }

.login-html {
  height: 100%; }

.login-body {
  height: 100%;
  padding: 0;
  background: #253761; }
  .login-body .login-panel {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    border-radius: 5px;
    background: #fff;
    color: #333;
    box-shadow: none; }
    .login-body .login-panel .login-logo {
      display: block;
      margin: auto; }
    .login-body .login-panel .login-form {
      margin: 0 20px 20px; }
    .login-body .login-panel label {
      color: #222; }
    .login-body .login-panel button {
      color: #222; }
    .login-body .login-panel .login-title {
      color: #e6e6e6;
      margin-bottom: 20px;
      text-align: center; }

@media (max-width: 767px) {
  .login-body {
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    margin: 0;
    background: url(/Images/login-background.jpg) repeat #333333; }
    .login-body .login-wrapper {
      width: 100%;
      height: 100%; }
      .login-body .login-wrapper .login-panel {
        height: 100%;
        width: auto;
        margin: 0;
        padding: 30px 10px 50px 10px;
        position: relative;
        top: 0;
        left: 0;
        background-image: none;
        background-color: white;
        color: #e6e6e6;
        box-shadow: none;
        border-radius: 0; } }

body {
  overflow-x: auto; }

.wrapper {
  min-height: 100%;
  position: relative; }
  .wrapper:before {
    content: " ";
    display: table; }
  .wrapper:after {
    content: " ";
    display: table;
    clear: both; }

.content-wrapper, .main-footer {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820; }

.content-wrapper {
  min-height: 100%;
  background-color: #eee;
  z-index: 800;
  margin-bottom: 40px;
  transition: margin-left 0.3s ease-in-out; }
  .content-wrapper .content-header {
    position: relative;
    padding: 10px 20px;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
    background: #fff;
    height: 64px;
    width: 100%;
    z-index: 10; }
    .content-wrapper .content-header.sticky-header {
      position: fixed;
      top: 0;
      width: calc(100% - 230px); }
    .content-wrapper .content-header > h1 {
      font-size: 24px;
      font-weight: 400;
      margin: 10px 0 0 0;
      float: left; }
      .content-wrapper .content-header > h1 > small {
        font-size: 15px;
        display: inline-block;
        padding-left: 4px;
        font-weight: 300; }
    .content-wrapper .content-header .header-actions {
      margin-top: 5px;
      float: right;
      white-space: nowrap; }
    .content-wrapper .content-header .header-menu {
      display: none; }
    .content-wrapper .content-header.collapsed-actions .header-actions {
      opacity: 0;
      visibility: hidden; }
    .content-wrapper .content-header.collapsed-actions .header-menu {
      display: block; }
  .content-wrapper .sticky-header + .content {
    padding-top: 64px; }
  .content-wrapper .content {
    min-height: 250px;
    padding: 0 10px 10px 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .content-wrapper .content:before {
      content: " ";
      display: table; }
    .content-wrapper .content:after {
      content: " ";
      display: table;
      clear: both; }
    .content-wrapper .content__form-actions {
      margin: 10px 0px; }

.main-footer {
  background: #8DC63F;
  padding: 15px;
  color: #000;
  border-top: 1px solid #d2d6de;
  position: fixed;
  bottom: 0;
  width: 100%; }

.fixed .main-header, .fixed .main-side-panel {
  position: fixed; }

.fixed .main-header {
  top: 0;
  right: 0;
  left: 0; }

.fixed .content-wrapper {
  padding-top: 65px; }
  @media (max-width: 767px) {
    .fixed .content-wrapper {
      padding-top: 100px; } }

.side-panel-collapse .content-wrapper, .side-panel-collapse .main-footer {
  margin-left: 0px !important;
  z-index: 840; }
  .side-panel-collapse .content-wrapper .content-header.sticky-header, .side-panel-collapse .main-footer .content-header.sticky-header {
    width: 100%; }

@media (max-width: 900px) {
  .content-wrapper, .main-footer {
    margin-left: 0px !important;
    z-index: 840; }
    .content-wrapper .content-header.sticky-header, .main-footer .content-header.sticky-header {
      width: 100%; } }

@media print {
  .main-side-panel, .main-header, .content-header {
    display: none !important; }
  .content-wrapper, .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    transform: translate(0, 0); }
  .fixed .content-wrapper {
    padding-top: 0 !important; } }

.layout-table {
  table-layout: fixed;
  width: 100%; }
  .layout-table .layout-cell-full {
    width: 100%;
    height: 1px;
    padding: 0 0 10px 0;
    vertical-align: top; }
  .layout-table .layout-cell-left {
    width: 50%;
    height: 1px;
    padding: 0 5px 10px 0;
    vertical-align: top; }
  .layout-table .layout-cell-right {
    width: 50%;
    height: 1px;
    padding: 0 0 10px 5px;
    vertical-align: top; }
  .layout-table .layout-box {
    border: 1px solid #ccc;
    height: 100%;
    padding: 5px; }

.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030; }
  .main-header .appbar {
    position: relative;
    z-index: 1000;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    border-radius: 0;
    background-color: #0E76BC;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5); }
    .main-header .appbar:before {
      content: " ";
      display: table; }
    .main-header .appbar:after {
      content: " ";
      display: table;
      clear: both; }
    .main-header .appbar .side-panel-toggle, .main-header .appbar .side-panel-full-screen-toggle {
      float: left;
      background-color: transparent;
      background-image: none;
      padding: 18px 20px;
      font-family: fontAwesome;
      color: #fff;
      font-size: 20px; }
      .main-header .appbar .side-panel-toggle:before, .main-header .appbar .side-panel-full-screen-toggle:before {
        content: "\F0C9"; }
      .main-header .appbar .side-panel-toggle:hover, .main-header .appbar .side-panel-full-screen-toggle:hover {
        color: #fff;
        background-color: #efefef; }
      .main-header .appbar .side-panel-toggle:focus, .main-header .appbar .side-panel-toggle:active, .main-header .appbar .side-panel-full-screen-toggle:focus, .main-header .appbar .side-panel-full-screen-toggle:active {
        background: transparent; }
    .main-header .appbar .contract-select {
      margin-right: 10px;
      color: #fff;
      margin-top: -10px; }
      .main-header .appbar .contract-select input {
        border: none;
        margin: 0; }
    .main-header .appbar .contract-status {
      float: right;
      margin-top: 40px; }
    .main-header .appbar .logout {
      padding-top: 10px;
      color: #fff; }
  .main-header .logo {
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin-left: 155px;
    margin-top: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
    border-bottom: 0px solid transparent;
    transition: margin-left 0.3s ease-in-out; }
    .main-header .logo .logo-lg {
      display: block;
      margin-top: 7px; }
  .main-header .side-panel-full-screen-toggle {
    display: none; }
  @media (max-width: 900px) {
    .main-header .side-panel-full-screen-toggle {
      display: block; }
    .main-header .side-panel-toggle {
      display: none; }
    .main-header .contract-select {
      display: none; } }

.side-panel-collapse .main-header .logo {
  width: 70px;
  float: left;
  margin-left: 0; }

.side-panel-collapse .main-header .appbar {
  margin-left: 70px; }

@media (max-width: 900px) {
  .main-header .logo {
    width: 70px;
    float: left;
    margin-left: 0; }
  .main-header .appbar {
    margin-left: 70px; } }

.main-side-panel {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 230px;
  margin-left: 0;
  z-index: 1040;
  transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
  background-color: #222d32;
  height: 100%; }
  .main-side-panel ::-webkit-scrollbar-thumb {
    background: rgba(150, 150, 150, 0.8); }
  .main-side-panel ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); }
  .main-side-panel ::-webkit-scrollbar {
    width: 5px; }
  .main-side-panel .hide-side-panel-button {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px; }
  .main-side-panel .logo {
    display: block;
    height: 64px;
    background: #fff; }
    .main-side-panel .logo .logo-lg {
      padding-top: 5px;
      display: block;
      padding-left: 14px; }
  .main-side-panel .side-panel {
    padding-bottom: 10px;
    overflow-y: auto;
    height: calc(100% - 64px); }
    .main-side-panel .side-panel a {
      color: #b8c7ce; }
      .main-side-panel .side-panel a:hover {
        text-decoration: none; }
    .main-side-panel .side-panel .user-panel {
      position: relative;
      width: 100%;
      padding: 10px;
      white-space: nowrap !important;
      overflow: hidden; }
      .main-side-panel .side-panel .user-panel:before {
        content: " ";
        display: table; }
      .main-side-panel .side-panel .user-panel:after {
        content: " ";
        display: table;
        clear: both; }
      .main-side-panel .side-panel .user-panel > .image > img {
        width: 100%;
        max-width: 45px;
        height: auto; }
      .main-side-panel .side-panel .user-panel > .info {
        padding: 5px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
        color: #fff; }
        .main-side-panel .side-panel .user-panel > .info > p {
          font-weight: 600;
          margin-bottom: 9px; }
        .main-side-panel .side-panel .user-panel > .info > a {
          color: #fff;
          text-decoration: none;
          padding-right: 5px;
          margin-top: 3px;
          font-size: 11px; }
          .main-side-panel .side-panel .user-panel > .info > a > .fa {
            margin-right: 3px; }
    .main-side-panel .side-panel .contract-selector {
      display: none;
      background: #1a2226;
      padding: 0 5px; }
    .main-side-panel .side-panel .side-panel-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      white-space: nowrap !important;
      overflow: hidden; }
      .main-side-panel .side-panel .side-panel-menu > li {
        position: relative;
        margin: 0;
        padding: 0; }
        .main-side-panel .side-panel .side-panel-menu > li > a {
          padding: 12px 5px 12px 20px;
          display: block; }
          .main-side-panel .side-panel .side-panel-menu > li > a > .fa {
            width: 20px; }
        .main-side-panel .side-panel .side-panel-menu > li.header, .main-side-panel .side-panel .side-panel-menu > li.submenu-header {
          color: #aaa;
          background: #1a2226; }
        .main-side-panel .side-panel .side-panel-menu > li > a {
          border-left: 3px solid transparent; }
        .main-side-panel .side-panel .side-panel-menu > li:hover > a {
          color: #fff;
          background: #1e282c;
          border-left-color: #3c8dbc; }
        .main-side-panel .side-panel .side-panel-menu > li.active > a {
          color: #fff;
          background: #1e282c;
          border-left-color: #3c8dbc; }
        .main-side-panel .side-panel .side-panel-menu > li.active > .treeview-menu {
          display: block; }
        .main-side-panel .side-panel .side-panel-menu > li.todo > a {
          color: #999; }
        .main-side-panel .side-panel .side-panel-menu > li > .treeview-menu {
          margin: 0 1px;
          background: #2c3b41; }
          .main-side-panel .side-panel .side-panel-menu > li > .treeview-menu > li > a {
            color: #8aa4af; }
            .main-side-panel .side-panel .side-panel-menu > li > .treeview-menu > li > a:hover {
              color: #fff; }
      .main-side-panel .side-panel .side-panel-menu li.header, .main-side-panel .side-panel .side-panel-menu li.submenu-header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
        white-space: nowrap !important;
        overflow: hidden;
        overflow: hidden;
        text-overflow: clip; }
      .main-side-panel .side-panel .side-panel-menu li > a {
        position: relative; }
        .main-side-panel .side-panel .side-panel-menu li > a > .pull-right {
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -7px; }
        .main-side-panel .side-panel .side-panel-menu li > a > .fa-angle-left {
          width: auto;
          height: auto;
          padding: 0;
          margin-right: 10px;
          margin-top: -5px; }
      .main-side-panel .side-panel .side-panel-menu .submenu-header {
        cursor: pointer;
        border: 3px solid transparent; }
        .main-side-panel .side-panel .side-panel-menu .submenu-header:hover {
          color: #fff;
          background: #1e282c;
          border-left-color: #3c8dbc; }
      .main-side-panel .side-panel .side-panel-menu .submenu {
        overflow: hidden; }
        .main-side-panel .side-panel .side-panel-menu .submenu.active > ul {
          max-height: 800px; }
        .main-side-panel .side-panel .side-panel-menu .submenu > ul {
          /*
					 * Tried to transition on margin-top but margin-top 100% is set
					 * to the containing parents width! - http://stackoverflow.com/questions/7661635/margin-top-100-gets-parent-width-value-strange
					 * Can't transition on height as it needs to be height: auto so using transition on max-height: 
					 * as a workaround - http://stackoverflow.com/questions/3508605/how-can-i-transition-height-0-to-height-auto-using-css
					 */
          transition: max-height 0.2s linear;
          list-style: none;
          margin: 0 0 0 0;
          max-height: 0;
          padding: 0;
          white-space: nowrap !important;
          overflow: hidden; }
          .main-side-panel .side-panel .side-panel-menu .submenu > ul > li {
            position: relative;
            margin: 0;
            padding: 0; }
            .main-side-panel .side-panel .side-panel-menu .submenu > ul > li > a {
              padding: 12px 5px 12px 20px;
              display: block; }
              .main-side-panel .side-panel .side-panel-menu .submenu > ul > li > a > .fa {
                width: 20px; }
            .main-side-panel .side-panel .side-panel-menu .submenu > ul > li > a {
              border-left: 3px solid transparent; }
            .main-side-panel .side-panel .side-panel-menu .submenu > ul > li:hover > a {
              color: #fff;
              background: #1e282c;
              border-left-color: #3c8dbc; }
            .main-side-panel .side-panel .side-panel-menu .submenu > ul > li.active > a {
              color: #fff;
              background: #1e282c;
              border-left-color: #3c8dbc; }
      .main-side-panel .side-panel .side-panel-menu .treeview-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 5px; }
        .main-side-panel .side-panel .side-panel-menu .treeview-menu > li {
          margin: 0; }
          .main-side-panel .side-panel .side-panel-menu .treeview-menu > li > a {
            padding: 5px 5px 5px 15px;
            display: block;
            font-size: 14px; }
      .main-side-panel .side-panel .side-panel-menu:hover {
        overflow: visible; }
    @media (max-width: 900px) {
      .main-side-panel .side-panel .contract-selector {
        display: block; } }

.side-panel-collapse .main-side-panel {
  margin-left: -230px;
  overflow: hidden; }

@media (max-width: 900px) {
  .main-side-panel {
    margin-left: -230px;
    overflow: hidden; }
  .full-sceen-side-panel .main-side-panel {
    margin-left: 0;
    width: 100%; }
    .full-sceen-side-panel .main-side-panel .hide-side-panel-button {
      display: block; } }

.full-bordered th {
  text-align: center; }

.table-header {
  background-color: rgba(217, 217, 217, 0.8);
  color: #000; }

.schedule-header,
.schedule-data {
  background-color: #d8e4bc;
  color: #000; }

.prev-claim-header,
.prev-claim-data {
  background-color: #d8e4bc;
  color: #000; }

.contractor-header,
.contractor-data {
  background-color: #e6b8b7;
  color: #000; }

.administrator-header,
.administrator-data {
  background-color: #c5d9f1;
  color: #000;
  position: relative; }
  .administrator-header .data-indicator,
  .administrator-data .data-indicator {
    border-right: 15px solid #5bc0de;
    border-bottom: 15px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }

.difference-header,
.difference-data {
  background-color: white;
  color: #000; }

.comments-header,
.comments-data {
  background-color: white;
  color: #000; }

.short-row th, .short-row td {
  padding-bottom: 0px;
  padding-top: 0px; }

.table-container th, .table-container td {
  min-width: 60px; }

.table-container .editable-cell input:not([type]), .table-container .editable-cell input[type=text], .table-container .editable-cell input[type=password], .table-container .editable-cell input[type=email], .table-container .editable-cell input[type=url], .table-container .editable-cell input[type=time], .table-container .editable-cell input[type=date], .table-container .editable-cell input[type=datetime], .table-container .editable-cell input[type=datetime-local], .table-container .editable-cell input[type=tel], .table-container .editable-cell input[type=number], .table-container .editable-cell input[type=search], .table-container .editable-cell textarea.materialize-textarea {
  width: 100px;
  border: none;
  margin: 0; }

.avatar-select label {
  line-height: 22px;
  cursor: text;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5); }

.avatar-select .avatar {
  display: inline-block;
  margin: 5px;
  padding: 5px; }
  .avatar-select .avatar:hover {
    background-color: #ddd; }
  .avatar-select .avatar.selected {
    border: 1px solid #35aa47; }

.button.button-success {
  background-color: #35aa47;
  color: #fff; }
  .button.button-success:hover {
    background-color: #35a947; }

.button.button-error {
  background-color: #d9534f;
  color: #fff; }
  .button.button-error:hover {
    background-color: #d9524e; }

.button .button-progress {
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  line-height: 0; }

.date-picker__clear-button {
  position: absolute;
  top: 20px;
  right: 5px;
  padding: 5px;
  font-size: 16px; }

.timeline {
  border-left: 8px solid #42A5F5;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  margin: 20px auto 20px 150px;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  padding: 20px;
  list-style: none;
  text-align: left; }

.timeline h1,
.timeline h2,
.timeline h3 {
  font-size: 1.4em; }

.timeline .event {
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative; }

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none; }

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0; }

.timeline .event:before {
  left: -177.5px;
  color: #212121;
  content: attr(data-date);
  text-align: right;
  /*  font-weight: 100;*/
  font-size: 16px;
  min-width: 120px; }

.timeline .event:after {
  box-shadow: 0 0 0 8px #42A5F5;
  left: -30px;
  background: #212121;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px; }

/**/
/*——————————————
Responsive Stuff
———————————————*/
@media (max-width: 945px) {
  .timeline .event::before {
    left: 0.5px;
    top: 20px;
    min-width: 0;
    font-size: 13px; }
  .timeline h3 {
    font-size: 16px; }
  .timeline p {
    padding-top: 20px; }
  section.lab h3.card-title {
    padding: 5px;
    font-size: 16px; } }

@media (max-width: 768px) {
  .timeline .event::before {
    left: 0.5px;
    top: 20px;
    min-width: 0;
    font-size: 13px; }
  .timeline .event:nth-child(1)::before,
  .timeline .event:nth-child(3)::before,
  .timeline .event:nth-child(5)::before {
    top: 38px; }
  .timeline h3 {
    font-size: 16px; }
  .timeline p {
    padding-top: 20px; } }

.data-table--full-screen__document-body {
  overflow: hidden; }

.data-table {
  position: relative;
  border: 1px solid #ccc;
  background: #fff; }
  .data-table .table-container {
    /* Don't double up on data table border */
    margin: -1px; }
  .data-table .table-search-container {
    padding: 0 10px; }
  .data-table .filter-dropdown {
    position: absolute;
    left: 0;
    z-index: 10;
    border: 1px solid #aaa;
    padding: 5px;
    background: #eee;
    padding: 5px 10px 10px 10px;
    min-width: 400px; }
    .data-table .filter-dropdown .filter-dropdown-close {
      position: absolute;
      right: 5px;
      top: 5px;
      color: #aaa; }
    .data-table .filter-dropdown .filters-title {
      font-size: medium;
      font-weight: bold; }
    .data-table .filter-dropdown .filters select, .data-table .filter-dropdown .filters input {
      padding: 5px; }
    .data-table .filter-dropdown .remove-filter {
      color: #d9534f; }
    .data-table .filter-dropdown .apply-filter-button {
      float: right; }
    .data-table .filter-dropdown td {
      padding: 5px;
      min-width: 0px; }
  .data-table .data-table-filters {
    padding: 0 10px 5px 10px; }
  .data-table .filters-list {
    margin: 0;
    padding: 0; }
    .data-table .filters-list .filter {
      list-style: none;
      background: #eee;
      display: inline-block;
      padding: 5px 10px;
      border-radius: 50px;
      margin-right: 10px; }
      .data-table .filters-list .filter .filter-column {
        font-weight: bold; }
      .data-table .filters-list .filter .filter-operator {
        margin: 0px 5px;
        color: #5bc0de; }
  .data-table .data-table-row .data-table-numeric-editor,
  .data-table .data-table-row .data-table-text-editor {
    width: auto;
    border: none;
    height: 40px;
    outline: none;
    background: transparent;
    padding: 0 5px; }
    .data-table .data-table-row .data-table-numeric-editor::placeholder,
    .data-table .data-table-row .data-table-text-editor::placeholder {
      opacity: 0.5; }
    .data-table .data-table-row .data-table-numeric-editor:placeholder,
    .data-table .data-table-row .data-table-text-editor:placeholder {
      opacity: 0.5; }
    .data-table .data-table-row .data-table-numeric-editor:-ms-input-placeholder,
    .data-table .data-table-row .data-table-text-editor:-ms-input-placeholder {
      opacity: 0.5; }
    .data-table .data-table-row .data-table-numeric-editor::-ms-input-placeholder,
    .data-table .data-table-row .data-table-text-editor::-ms-input-placeholder {
      opacity: 0.5; }
  .data-table .data-table-row .data-table-text-editor {
    resize: none;
    overflow: hidden;
    min-height: 40px;
    max-height: 100px;
    margin-top: 4px; }
  .data-table .data-table-row .data-table-date-picker .date-picker__picker > div:first-child {
    height: 40px !important;
    padding-bottom: 7px;
    padding-left: 5px; }
  .data-table .data-table-row .data-table-date-picker .date-picker__clear-button {
    top: 5px; }
  .data-table .data-table-row:hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3); }
    .data-table .data-table-row:hover td {
      background: #fff !important; }
      .data-table .data-table-row:hover td .data-table-numeric-editor,
      .data-table .data-table-row:hover td .data-table-text-editor {
        box-shadow: 0 0 10px #719ECE;
        background: #fff; }
      .data-table .data-table-row:hover td .data-table-date-picker .date-picker__picker > div:first-child {
        box-shadow: 0 0 10px #719ECE;
        background: #fff; }
  .data-table .data-table-row td .data-table-numeric-editor:focus,
  .data-table .data-table-row td .data-table-text-editor:focus {
    box-shadow: 0 0 10px #719ECE;
    background: #fff; }
  .data-table .data-table-row td .data-table-date-picker .date-picker__picker > div:first-child:focus {
    box-shadow: 0 0 10px #719ECE;
    background: #fff; }

.data-table--full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  display: flex;
  flex-direction: column; }
  .data-table--full-screen .table-container {
    height: 100%;
    overflow: auto; }

.wizard .wizard-steps {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none; }
  .wizard .wizard-steps .divider {
    width: 100%;
    border-bottom: 2px solid #aaa;
    min-width: 10px; }
  .wizard .wizard-steps .step {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative; }
    .wizard .wizard-steps .step.disabled a,
    .wizard .wizard-steps .step.disabled a:focus,
    .wizard .wizard-steps .step.disabled a:hover {
      color: #999;
      cursor: default; }
    .wizard .wizard-steps .step a {
      position: relative;
      padding-top: 52px;
      margin-top: 20px;
      margin-bottom: 20px;
      display: block;
      color: #999; }
    .wizard .wizard-steps .step span {
      background-color: #fff;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -24px;
      z-index: 10;
      text-align: center;
      width: 50px;
      height: 50px;
      line-height: 45px;
      border: 3px solid #F3F3F3;
      font-size: 1.3rem;
      border-radius: 50%; }
    .wizard .wizard-steps .step:after, .wizard .wizard-steps .step:before {
      content: '';
      z-index: 9;
      display: block;
      position: absolute;
      top: 45px;
      width: 50%;
      height: 3px;
      background-color: #F3F3F3; }
    .wizard .wizard-steps .step:after {
      right: 0; }
    .wizard .wizard-steps .step:first-child:before {
      content: ''; }
    .wizard .wizard-steps .step:first-child:before, .wizard .wizard-steps .step:last-child:after {
      content: none; }
    .wizard .wizard-steps .step.complete:before, .wizard .wizard-steps .step.complete:after {
      background-color: #009efb; }
    .wizard .wizard-steps .step.complete span {
      background-color: #009efb;
      border-color: #009efb;
      color: #fff; }
    .wizard .wizard-steps .step.current:before, .wizard .wizard-steps .step.current:after {
      background-color: #009efb; }
    .wizard .wizard-steps .step.current span {
      background-color: #fff;
      border-color: #009efb;
      color: #009efb; }
    .wizard .wizard-steps .step.is-last-step-done:before {
      background-color: #009efb; }
    .wizard .wizard-steps .step.is-last-step-done:after {
      background-color: #F3F3F3; }
    .wizard .wizard-steps .step:disabled:before, .wizard .wizard-steps .step:disabled:after {
      background-color: #F3F3F3; }
    .wizard .wizard-steps .step.error span {
      background-color: #fff;
      border-color: #f62d51;
      color: #f62d51; }

.wizard .wizard-buttons {
  margin-top: 10px;
  float: right; }

.certified-progress-label {
  text-align: center;
  display: block;
  font-style: italic; }

.kpi-numeric {
  display: inline-block;
  width: 120px;
  height: 100px;
  margin-right: 20px; }
  .kpi-numeric .kpi-label {
    font-size: 16px; }
  .kpi-numeric .kpi-value {
    font-size: 50px;
    display: block; }

.handover-progress-label {
  text-align: center;
  display: block;
  font-style: italic; }

.handover-logs {
  list-style: none;
  width: 100%;
  height: 200px;
  border: 1px solid #aaa;
  overflow-y: scroll;
  padding: 10px; }
  .handover-logs .log-message.info-message {
    color: #5bc0de; }
  .handover-logs .log-message.error-message {
    color: #d9534f; }
  .handover-logs .log-message.warning-message {
    color: #f0ad4e; }
  .handover-logs .log-message.success-message {
    color: #35aa47; }
  .handover-logs .log-message.debug-message {
    color: #aaa; }

.close-contract-wizard .wizard-steps {
  position: relative;
  width: 100%; }
  .close-contract-wizard .wizard-steps .divider {
    width: 100%;
    border-bottom: 2px solid #aaa;
    min-width: 10px; }
  .close-contract-wizard .wizard-steps .step {
    width: 1px;
    white-space: nowrap;
    padding: 10px; }
    .close-contract-wizard .wizard-steps .step .step-number {
      background: #aaa;
      border-radius: 50%;
      padding: 4px 8px;
      color: white;
      font-weight: bold;
      margin-right: 5px; }
    .close-contract-wizard .wizard-steps .step .step-title {
      color: #aaa; }
    .close-contract-wizard .wizard-steps .step.active .step-number {
      background: #0E76BC; }
    .close-contract-wizard .wizard-steps .step.active .step-title {
      font-weight: bold;
      color: #333; }

.contract-forecast .contract-forecast-list__no-forecasts-text {
  padding: 20px; }

.contract-forecast .contract-forecast-list__loading {
  padding: 20px; }

html.report-view {
  background-color: #fff; }

.report-view {
  font-size: 10px; }

.report-container {
  font-size: 10px;
  position: relative;
  -webkit-print-color-adjust: exact; }
  .report-container .logo {
    position: absolute;
    top: 10px;
    right: 10px; }
  .report-container .footer-logo {
    margin: auto;
    display: block; }
  .report-container .header {
    color: #2E4387;
    font-style: italic;
    font-size: 30px; }
  .report-container .report-header .header {
    display: inline-block;
    vertical-align: top; }
  .report-container .report-header .contract-details {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
    color: #2E4387;
    font-size: 25px; }
  .report-container .report-layout-table, .report-container .report-box-container, .report-container .report-sections, .report-container .signature-table {
    width: 100%;
    table-layout: fixed; }
  .report-container .report-box-full {
    width: 100%;
    padding: 10px;
    margin: 5px 0 5px 0; }
    .report-container .report-box-full .bordered {
      border: 1px solid #ccc; }

.editable-report .report-field.editable {
  background: whitesmoke !important; }

.report-memo-field {
  height: 100% !important; }

@media print {
  .report-memo-field {
    overflow: hidden; } }

#report-watermark {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-print-color-adjust: exact; }

.report-table {
  width: 100%; }
  .report-table th, .report-table td {
    border: 1px solid #ccc;
    padding: 5px; }
  .report-table th {
    text-align: center;
    background: #eee;
    -webkit-print-color-adjust: exact; }
  .report-table .empty-cell {
    border: none; }
  .report-table tr {
    page-break-inside: avoid; }
  .report-table .group-header {
    background: #f0f0f0 !important;
    font-style: italic;
    font-weight: bold; }

.report-container .table-row {
  display: table-row; }

.report-container .report-box-spacer {
  width: 10px; }

.report-container .report-box-left {
  width: calc(50% - 5px);
  vertical-align: top;
  padding: 10px; }
  .report-container .report-box-left.bordered {
    border: 1px solid #ccc; }

.report-container .report-box-right {
  width: calc(50% - 5px);
  vertical-align: top;
  padding: 10px; }
  .report-container .report-box-right.bordered {
    border: 1px solid #ccc; }

.report-container .contract-name-label,
.report-container .contract-name {
  font-size: 25px;
  color: #954C44; }

.report-container .contract-name-label {
  font-style: italic; }

.report-container .contract-name {
  margin-left: 30px; }

.report-container .status {
  font-size: 25px;
  color: #CC3B40;
  margin-left: 60px; }

.report-container .contract-location {
  font-size: 20px;
  color: #60AA7D; }

.report-container .report-box-label {
  color: #954C44;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  vertical-align: top;
  font-size: 14px; }

.report-container .report-sections {
  page-break-inside: avoid;
  font-size: 12px;
  margin-top: 10px; }
  .report-container .report-sections .left-section {
    width: 50%;
    vertical-align: top;
    border-right: 2px solid #3F3582;
    border-bottom: 2px solid #3F3582; }
  .report-container .report-sections .right-section {
    border-bottom: 2px solid #3F3582;
    vertical-align: top; }
    .report-container .report-sections .right-section .report-row .label {
      margin-left: 30px; }
  .report-container .report-sections .full-section {
    width: 100%;
    vertical-align: top;
    border-bottom: 2px solid #3F3582; }

.report-container .report-section, .report-container .contract-value-details, .report-container .date-for-practical-completion, .report-container .date-of-practical-completion, .report-container .liquidated-damages, .report-container .payment-summary {
  padding: 10px;
  page-break-inside: avoid; }
  .report-container .report-section .section-header, .report-container .contract-value-details .section-header, .report-container .date-for-practical-completion .section-header, .report-container .date-of-practical-completion .section-header, .report-container .liquidated-damages .section-header, .report-container .payment-summary .section-header {
    color: #3870C4;
    font-size: 18px;
    margin-bottom: 5px; }
  .report-container .report-section .report-row, .report-container .contract-value-details .report-row, .report-container .date-for-practical-completion .report-row, .report-container .date-of-practical-completion .report-row, .report-container .liquidated-damages .report-row, .report-container .payment-summary .report-row {
    margin-bottom: 5px; }
    .report-container .report-section .report-row .label, .report-container .contract-value-details .report-row .label, .report-container .date-for-practical-completion .report-row .label, .report-container .date-of-practical-completion .report-row .label, .report-container .liquidated-damages .report-row .label, .report-container .payment-summary .report-row .label {
      color: #954C44;
      display: inline-block;
      text-align: right;
      margin-right: 10px;
      width: 160px;
      -webkit-print-color-adjust: exact; }
    .report-container .report-section .report-row .value, .report-container .contract-value-details .report-row .value, .report-container .date-for-practical-completion .report-row .value, .report-container .date-of-practical-completion .report-row .value, .report-container .liquidated-damages .report-row .value, .report-container .payment-summary .report-row .value {
      display: inline-block;
      width: 110px;
      text-align: right; }

.report-container .contract-value-details {
  border-bottom: 2px solid #3F3582; }

.report-container .date-for-practical-completion {
  border-bottom: 2px solid #3F3582; }

.report-container .date-of-practical-completion {
  border-bottom: 2px solid #3F3582; }

.report-container .payment-summary .payment-remarks-label {
  color: #954C44; }

.report-container .payment-summary .payment-remarks-value {
  margin-left: 10px; }

.report-container .separable-portion .separable-portion-name {
  font-size: 16px;
  color: #60AA7D; }

.report-container .separable-portion .section-header {
  font-size: 14px; }

.report-container .separable-portion .left-section {
  border-right: none; }
  .report-container .separable-portion .left-section .date-for-practical-completion {
    border-bottom: none; }

.report-container .signature-table {
  color: #954C44;
  margin-top: 20px;
  font-size: 12px;
  page-break-inside: avoid; }
  .report-container .signature-table .sig-spacer {
    width: 30px; }
  .report-container .signature-table .rep-sig {
    width: 50%;
    border-bottom: 2px solid black;
    font-size: 14px;
    color: black; }
    .report-container .signature-table .rep-sig span {
      float: right;
      margin-right: 50px; }
  .report-container .signature-table .super-sig {
    width: 50%;
    border-bottom: 2px solid black;
    font-size: 14px;
    color: black; }
    .report-container .signature-table .super-sig span {
      float: right;
      margin-right: 50px; }

.report-container .report-notes {
  color: #954C44;
  font-size: 10px;
  margin-top: 20px;
  page-break-inside: avoid; }
  .report-container .report-notes .footnotes-header {
    display: inline-block;
    width: 60px;
    vertical-align: top;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline; }
  .report-container .report-notes .footnote {
    font-size: 12px;
    display: inline-block;
    width: 700px; }

.report-container .summary-of-work-completed {
  padding: 10px;
  font-size: 12px;
  margin-top: 20px; }
  .report-view .report-container .summary-of-work-completed {
    margin-top: 0px; }
  .report-container .summary-of-work-completed .section-header {
    color: #3870C4;
    font-size: 18px;
    margin-bottom: 5px; }
  .report-container .summary-of-work-completed table {
    width: 100%; }
    .report-container .summary-of-work-completed table th {
      color: #954C44;
      text-decoration: underline;
      text-align: left; }

.report-container .report-footer {
  width: 100%;
  color: #3F3582;
  border-top: 3px solid #3F3582;
  padding-top: 10px;
  margin-top: 10px; }

.final-certificate .box-field {
  border: 1px solid #ccc; }

.final-certificate .inside-field-label {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  font-size: 10px;
  margin-top: 2px;
  margin-left: 2px; }

.final-certificate .float-right-field-label {
  width: 150px;
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
  color: #954C44;
  font-size: 14px;
  float: right; }

.final-certificate .float-right-field {
  height: 40px;
  border: 1px solid #ccc;
  width: 200px;
  float: right; }

.final-certificate .inline-field-label {
  text-align: right;
  display: inline-block;
  color: #954C44;
  font-size: 14px;
  margin-top: 10px;
  vertical-align: top; }

.final-certificate .inline-field {
  height: 40px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-left: 10px; }

.final-certificate p {
  font-size: 14px; }

.progress-claim-by-lot .report-table {
  margin-bottom: 10px;
  page-break-after: always; }
  .report-view .progress-claim-by-lot .report-table {
    margin-bottom: 0; }
  .progress-claim-by-lot .report-table th {
    background: #ccc; }

.progress-claim-by-lot .contract-period {
  float: right;
  font-size: 25px;
  color: #0E76BC; }

.progress-claim-by-lot .schedule-header {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

.progress-claim-by-lot .schedule-total {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

.progress-claim-report .report-table {
  margin-bottom: 10px;
  page-break-after: always; }
  .report-view .progress-claim-report .report-table {
    margin-bottom: 0; }
  .progress-claim-report .report-table th {
    background: #eee; }

.progress-claim-report .contract-period {
  float: right;
  font-size: 25px;
  color: #0E76BC; }

.progress-claim-report .schedule-header {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

.progress-claim-report .schedule-total {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

.lot-status-report .report-table {
  margin-bottom: 10px;
  page-break-after: always; }
  .report-view .lot-status-report .report-table {
    margin-bottom: 0; }
  .lot-status-report .report-table th {
    background: #0E76BC;
    color: #fff;
    font-weight: bold;
    -webkit-print-color-adjust: exact; }

.lot-status-report .contract-period {
  float: right;
  font-size: 25px;
  color: #0E76BC; }

.lot-status-report .schedule-header {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

.lot-status-report .schedule-total {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

.lot-status-by-schedule-item .report-table {
  margin-bottom: 10px;
  page-break-after: always; }
  .report-view .lot-status-by-schedule-item .report-table {
    margin-bottom: 0; }
  .lot-status-by-schedule-item .report-table th {
    background: #ccc; }

.lot-status-by-schedule-item .contract-period {
  float: right;
  font-size: 25px;
  color: #0E76BC; }

.lot-status-by-schedule-item .schedule-header {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

.lot-status-by-schedule-item .schedule-total {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

.table-of-differences .report-table {
  margin-bottom: 10px;
  page-break-after: always; }
  .report-view .table-of-differences .report-table {
    margin-bottom: 0; }
  .table-of-differences .report-table th {
    background: #ccc; }

.table-of-differences .contract-period {
  float: right;
  font-size: 25px;
  color: #0E76BC; }

.table-of-differences .schedule-header {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

.table-of-differences .schedule-total {
  background: #0E76BC;
  color: #fff;
  font-weight: bold;
  -webkit-print-color-adjust: exact; }

html {
  background: none; }

.watermark {
  position: fixed;
  top: 0;
  left: 0;
  height: '29.7cm';
  width: '21cm'; }

.handover .header {
  width: calc(100% - 210px); }

.handover .handover-field {
  margin-bottom: 10px; }
  .handover .handover-field .handover-field-label {
    display: inline-block;
    width: 400px;
    font-size: 14px;
    color: #777; }
  .handover .handover-field .handover-field-value {
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 5px 5px 5px 0px; }

.handover .handover-section-header {
  text-transform: uppercase;
  color: #03a9f4;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding-left: 5px;
  padding-right: 16px;
  padding-top: 10px;
  margin-bottom: 10px;
  clear: both; }

.handover .data-table {
  font-size: 16px; }
  .handover .data-table th {
    background: #eee !important; }
