@charset "UTF-8";
.btn-primary {
  background-color: #4BA0DC;
  border-color: #4BA0DC; }
  .btn-primary:hover {
    background-color: #2888cc;
    border-color: #2888cc; }

textarea.form-control {
  min-height: 280px; }

.form-group {
  margin-bottom: 1.4rem; }

label {
  margin-bottom: .2rem; }

.form-control {
  border-color: #373C48;
  border-radius: .1rem; }

.input-group-text {
  border-color: #233241;
  border-radius: .1rem; }

.gridTitle {
  position: absolute;
  background-color: #c9ebff;
  width: 100%;
  top: 52px;
  left: 0;
  text-align: center;
  height: 26px;
  padding-left: 48px; }
  .gridTitle + .grid-toolbar .row {
    padding-top: 15px; }

.ta-ag-grid-wrapper {
  height: calc(100vh - 190px);
  position: relative; }
  .ta-ag-grid-wrapper .ag-theme-material .ag-icon-checkbox-checked,
  .ta-ag-grid-wrapper .ag-theme-material .ag-icon-checkbox-checked:empty {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMEgyYTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGEyIDIgMCAwIDAgMi0yVjJhMiAyIDAgMCAwLTItMnpNNyAxNEwyIDlsMS40MS0xLjQxTDcgMTEuMTdsNy41OS03LjU5TDE2IDVsLTkgOXoiIGZpbGw9IiM0YWEwZGMiLz48L3N2Zz4="); }
  .ta-ag-grid-wrapper .ag-theme-material .ag-header {
    text-transform: uppercase;
    color: black; }
    .ta-ag-grid-wrapper .ag-theme-material .ag-header .ag-header-row {
      border: none; }
      .ta-ag-grid-wrapper .ag-theme-material .ag-header .ag-header-row .ag-header-cell,
      .ta-ag-grid-wrapper .ag-theme-material .ag-header .ag-header-row .ag-header-group-cell {
        background-color: #EEEFF0;
        line-height: 44px; }
        .ta-ag-grid-wrapper .ag-theme-material .ag-header .ag-header-row .ag-header-cell .ag-header-cell-resize::after,
        .ta-ag-grid-wrapper .ag-theme-material .ag-header .ag-header-row .ag-header-group-cell .ag-header-cell-resize::after {
          height: 100%;
          margin-top: 0px;
          border-right-color: #e0e1e2; }
        .ta-ag-grid-wrapper .ag-theme-material .ag-header .ag-header-row .ag-header-cell .ag-header-cell-menu-button .ag-icon,
        .ta-ag-grid-wrapper .ag-theme-material .ag-header .ag-header-row .ag-header-group-cell .ag-header-cell-menu-button .ag-icon {
          height: 44px; }
  .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row {
    cursor: pointer;
    border-bottom: none; }
    .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row.ag-row-odd {
      background-color: #f2f3f5; }
    .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row.ag-row-hover {
      background-color: #ddf1ff; }
      .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row.ag-row-hover.ag-row-group {
        background-color: #bdbdbd !important; }
    .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row.ag-row-group {
      background-color: #ddd !important;
      font-weight: bold;
      font-size: 1rem;
      line-height: 44px;
      border-bottom: 1px solid white; }
      .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row.ag-row-group .ag-icon {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 5px; }
    .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row .ag-cell {
      border-right-color: #e0e1e2; }
      .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row .ag-cell:focus {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent; }
  .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row-selected {
    background-color: #ddf1ff; }
    .ta-ag-grid-wrapper .ag-theme-material .ag-body .ag-row-selected.ag-row-odd {
      background-color: #d1ecff; }
  .ta-ag-grid-wrapper .ag-theme-material .ag-menu-column-select-wrapper {
    width: 300px; }
  .ta-ag-grid-wrapper .ag-theme-material .ag-tool-panel {
    width: 300px;
    position: relative; }
    .ta-ag-grid-wrapper .ag-theme-material .ag-tool-panel .ag-column-select-panel {
      padding-bottom: 300px;
      border-bottom: none; }
      .ta-ag-grid-wrapper .ag-theme-material .ag-tool-panel .ag-column-select-panel .ag-column-select-column.invisible {
        height: 0;
        overflow: hidden; }
    .ta-ag-grid-wrapper .ag-theme-material .ag-tool-panel .ag-column-drop {
      position: fixed;
      width: 300px;
      right: 0px;
      background-color: #fafafa;
      border-top: 1px solid gray;
      bottom: 0px; }
  .ta-ag-grid-wrapper .ag-menu .ag-virtual-list-container {
    overflow: visible; }

.dashboard-boxes .dashboard-box {
  width: 300px;
  background-color: white;
  margin: 0px 0px 30px 30px;
  padding: 20px;
  float: left;
  font-size: 0.7rem; }
  .dashboard-boxes .dashboard-box h2 {
    font-size: 1.15rem;
    font-weight: 100;
    text-align: center;
    border-bottom: 1px solid #EEEFF0;
    padding-bottom: 10px; }
  .dashboard-boxes .dashboard-box .dashboard-box-info {
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer; }
    .dashboard-boxes .dashboard-box .dashboard-box-info:hover {
      color: #4BA0DC; }
    .dashboard-boxes .dashboard-box .dashboard-box-info .dashboard-box-info-text {
      font-size: 1.5rem;
      line-height: 1;
      font-weight: bold;
      padding-bottom: 5px; }
  .dashboard-boxes .dashboard-box .dashboard-box-info-huge {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEFF0;
    float: none;
    font-size: 1.25rem; }
    .dashboard-boxes .dashboard-box .dashboard-box-info-huge .dashboard-box-info-text-huge {
      color: #4BA0DC;
      font-size: 4.5rem;
      font-weight: 800; }

.dashboard-loader {
  position: absolute;
  background-color: rgba(238, 239, 240, 0.75);
  left: 48px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("/images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: -1; }
  .dashboard-loader.active {
    opacity: 1;
    z-index: 1; }

.downloadOptions {
  position: absolute;
  top: 100px;
  right: 50%;
  margin-right: -190px;
  width: 380px;
  background: aliceblue;
  padding: 50px 25px 25px;
  z-index: 10000;
  border: 1px solid #4BA0DC;
  text-align: center; }
  .downloadOptions .downloadOptions-close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    height: 30px;
    width: 30px;
    background-color: black;
    color: white;
    line-height: 30px;
    padding: 0px;
    z-index: 11;
    cursor: pointer; }
    .downloadOptions .downloadOptions-close-button:hover {
      background-color: #4BA0DC; }

.ganttWarning {
  position: absolute;
  top: 100px;
  right: 50%;
  margin-right: -190px;
  width: 380px;
  background: aliceblue;
  padding: 50px 25px 25px;
  z-index: 10000;
  border: 1px solid #4BA0DC;
  text-align: center; }
  .ganttWarning .ganttWarning-close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    height: 30px;
    width: 30px;
    background-color: black;
    color: white;
    line-height: 30px;
    padding: 0px;
    z-index: 11;
    cursor: pointer; }
    .ganttWarning .ganttWarning-close-button:hover {
      background-color: #4BA0DC; }

.btn {
  border-radius: 0.1rem; }
  .btn.disabled, .btn:disabled {
    background-color: #EEEFF0 !important;
    border-color: #EEEFF0 !important;
    color: #6E7378; }

.btn-primary {
  background-color: #4BA0DC;
  border-color: #4BA0DC; }

.btn-secondary {
  background-color: #233241;
  border-color: #233241; }

.checkbox-wrapper {
  background-size: 16px 16px;
  background-repeat: no-repeat; }
  .checkbox-wrapper.checked {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMEgyYTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGEyIDIgMCAwIDAgMi0yVjJhMiAyIDAgMCAwLTItMnpNNyAxNEwyIDlsMS40MS0xLjQxTDcgMTEuMTdsNy41OS03LjU5TDE2IDVsLTkgOXoiIGZpbGw9IiM0YWEwZGMiLz48L3N2Zz4="); }
  .checkbox-wrapper.unchecked {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTR6bTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yeiIvPjwvc3ZnPg=="); }
  .checkbox-wrapper input {
    cursor: pointer;
    height: 20px;
    width: 20px;
    opacity: 0.1; }

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/*# sourceMappingURL=bootstrap-datepicker.css.map */
.datepicker {
  font-size: 0.9rem; }
  .datepicker .datepicker-days table tr th, .datepicker .datepicker-days table tr td {
    width: 30px;
    height: 30px; }
  .datepicker .datepicker-days table tr td.cw {
    color: #a2a6aa; }
  .datepicker .datepicker-days table tr td.day.active {
    background-image: none;
    background-color: #233241;
    color: white; }
  .datepicker .datepicker-days table tr td.day.disabled {
    color: #d7d9db; }
  .datepicker .datepicker-days table tr td.day.today {
    background-image: none;
    background-color: #d7d9db; }
    .datepicker .datepicker-days table tr td.day.today.active {
      background-image: none;
      background-color: #233241;
      color: white;
      text-shadow: none; }
    .datepicker .datepicker-days table tr td.day.today:hover {
      background-image: none;
      background-color: #4BA0DC;
      color: white; }
    .datepicker .datepicker-days table tr td.day.today.disabled {
      color: #a2a6aa; }
      .datepicker .datepicker-days table tr td.day.today.disabled:hover {
        background-color: #d7d9db;
        color: #a2a6aa; }
  .datepicker .datepicker-months table tr td span.month.active, .datepicker .datepicker-months table tr td span.year.active, .datepicker .datepicker-months table tr td span.decade.active, .datepicker .datepicker-months table tr td span.century.active,
  .datepicker .datepicker-years table tr td span.month.active,
  .datepicker .datepicker-years table tr td span.year.active,
  .datepicker .datepicker-years table tr td span.decade.active,
  .datepicker .datepicker-years table tr td span.century.active,
  .datepicker .datepicker-decades table tr td span.month.active,
  .datepicker .datepicker-decades table tr td span.year.active,
  .datepicker .datepicker-decades table tr td span.decade.active,
  .datepicker .datepicker-decades table tr td span.century.active,
  .datepicker .datepicker-centuries table tr td span.month.active,
  .datepicker .datepicker-centuries table tr td span.year.active,
  .datepicker .datepicker-centuries table tr td span.decade.active,
  .datepicker .datepicker-centuries table tr td span.century.active {
    background-image: none;
    background-color: #233241;
    color: white; }
  .datepicker .datepicker-months table tr td span.disabled,
  .datepicker .datepicker-years table tr td span.disabled,
  .datepicker .datepicker-decades table tr td span.disabled,
  .datepicker .datepicker-centuries table tr td span.disabled {
    color: #d7d9db; }

.grid-scene-manager .grid-scene-manager-create-scene {
  margin: 2.5rem 0px; }

.grid-scene-manager table thead th {
  border-top: none; }

.grid-scene-manager table tbody tr.active {
  background-color: #e2f3fe; }

.grid-scene-manager table tbody td {
  cursor: pointer; }

.grid-scene-manager .grid-scene-manager-delete-scene {
  cursor: pointer; }
  .grid-scene-manager .grid-scene-manager-delete-scene:hover {
    color: red; }

.grid-toolbar {
  height: 108px; }
  .grid-toolbar ta-icon.ta-icon-wrapper-clickable {
    height: 84px; }

.ta-help-screen {
  background-color: #233241;
  color: white;
  position: fixed;
  padding: 2rem;
  top: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 1020;
  transition: opacity cubic-bezier(0.56, 0.38, 0.59, 0.8) 0.3s;
  transition-delay: 0.15s; }
  .ta-help-screen.open {
    opacity: 1;
    top: 0px; }
  .ta-help-screen .ta-help-close {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    height: 30px;
    width: 30px;
    background-color: black;
    color: white;
    line-height: 30px;
    padding: 0px;
    z-index: 1011;
    cursor: pointer;
    text-align: center; }
  .ta-help-screen .container {
    position: relative; }

.illustraion .centered-content {
  position: absolute;
  top: 35%;
  left: 10%;
  right: 10%; }
  @media (min-width: 992px) {
    .illustraion .centered-content {
      top: 14%;
      bottom: 14%;
      left: 20%;
      right: 20%; } }
  .illustraion .centered-content .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border: 10px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .illustraion .centered-content .video-wrapper object,
  .illustraion .centered-content .video-wrapper embed,
  .illustraion .centered-content .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.navbar {
  background-color: #233241;
  margin-bottom: 0px;
  border-radius: 0px;
  padding: 0px 0px 0px 48px;
  border: none;
  height: 52px;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1001;
  transition: all 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8) 0s;
  opacity: 0; }
  .background-gray .navbar,
  .background-white .navbar {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8) 0.3s; }
  .navbar .logo {
    width: 110px;
    margin-left: 14px;
    position: absolute;
    left: 0px; }
  .navbar .select2-container {
    margin: 0 auto;
    max-width: 50vw;
    width: auto !important;
    min-width: 400px; }
    .navbar .select2-container .select2-selection--single {
      background-color: #233241;
      border-color: #233241; }
      .navbar .select2-container .select2-selection--single:focus {
        outline: none; }
      .navbar .select2-container .select2-selection--single .select2-selection__rendered {
        color: white;
        text-align: center;
        padding-left: 20px; }
    .navbar .select2-container.select2-container--open.select2-container--below .select2-selection--single {
      border-color: #4BA0DC; }

.download-in-progress {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 1010;
  width: 42px; }

#toast-container.ta-notification-middle-center {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  #toast-container.ta-notification-middle-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 30%; }

#toast-container > div {
  opacity: 1; }

.filePreview .previewImageWrapper {
  text-align: center; }
  .filePreview .previewImageWrapper .preview-image {
    max-width: 100%;
    display: inline-block; }

.filePreview .previewPDFWrapper {
  height: 100%;
  position: relative; }
  .filePreview .previewPDFWrapper .hideBlobTitle,
  .filePreview .previewPDFWrapper .pdfPreventDownlaod {
    height: 57px;
    background-color: #515659;
    position: absolute;
    top: 0px;
    padding: 0px 10px;
    line-height: 57px; }
  .filePreview .previewPDFWrapper .hideBlobTitle {
    width: calc(100% - 123px);
    left: 0px; }
  .filePreview .previewPDFWrapper .pdfPreventDownlaod {
    width: 123px;
    right: 0px; }
  .filePreview .previewPDFWrapper .preview-pdf {
    width: 100%;
    min-height: 44vh;
    max-width: 100%;
    height: 100%;
    display: inline-block; }

.preview-desc.chat span {
  flex-direction: column-reverse; }

.preview-desc.external span {
  flex-direction: column; }

.preview-desc span {
  display: flex;
  max-height: calc(100vh - 310px);
  min-height: 100px;
  overflow: auto; }
  .preview-desc span .chatelement {
    background-color: #e0f3ff;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 0.8em;
    border-radius: 10px; }
    .preview-desc span .chatelement:last-child {
      margin-top: 30px; }
    .preview-desc span .chatelement p {
      margin-bottom: 0.2em; }
      .preview-desc span .chatelement p:first-child {
        margin-top: -30px;
        color: grey;
        margin-left: -10px; }
        .preview-desc span .chatelement p:first-child::after {
          content: ':'; }
      .preview-desc span .chatelement p:nth-child(2) {
        margin-top: 12px; }
      .preview-desc span .chatelement p:last-child {
        margin-bottom: 0; }
  .preview-desc span .descriptionelement {
    margin-bottom: 30px; }
    .preview-desc span .descriptionelement:not(.notedesc) {
      margin-bottom: 10px;
      color: black;
      font-size: 1em; }
      .preview-desc span .descriptionelement:not(.notedesc).small {
        margin-bottom: 0.2em;
        color: grey;
        font-size: 0.8em; }
      .preview-desc span .descriptionelement:not(.notedesc):last-child {
        margin-bottom: 30px; }
    .preview-desc span .descriptionelement.notedesc {
      margin-bottom: 0; }

.preview-desc #taskNewMessage,
.preview-desc #taskNewDescription {
  margin-bottom: 10px; }

#sidebar {
  margin-left: -48px;
  width: 48px;
  background-color: #233241;
  position: fixed;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8) 0s;
  top: 52px;
  bottom: 0px;
  user-select: none;
  opacity: 0; }
  .background-gray #sidebar,
  .background-white #sidebar {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8) 0.3s; }
  .sidebar-expanded-active > #sidebar {
    width: 170px;
    margin-left: -170px;
    transition-delay: 0s; }
  #sidebar .sidebar-nav {
    display: block;
    width: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    cursor: pointer; }
    #sidebar .sidebar-nav li {
      position: relative;
      color: #4BA0DC; }
      #sidebar .sidebar-nav li:hover {
        background-color: #4BA0DC;
        color: white;
        text-decoration: none;
        cursor: pointer; }
        #sidebar .sidebar-nav li:hover a:hover {
          background-color: #4BA0DC;
          color: white;
          text-decoration: none;
          cursor: pointer; }
        #sidebar .sidebar-nav li:hover a:active, #sidebar .sidebar-nav li:hover a:focus {
          text-decoration: none; }
      #sidebar .sidebar-nav li a {
        color: inherit;
        display: block;
        text-decoration: none;
        white-space: pre;
        width: 48px;
        height: 48px;
        line-height: 48px;
        transition: width 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8) 0s;
        overflow: hidden; }
        .sidebar-expanded-active > #sidebar .sidebar-nav li a {
          width: 170px;
          transition-delay: 0.3s; }
        #sidebar .sidebar-nav li a .ta-icon {
          vertical-align: top; }
          #sidebar .sidebar-nav li a .ta-icon::before {
            background-size: 34px !important; }
        #sidebar .sidebar-nav li a span {
          display: inline-block;
          width: 0px;
          overflow: hidden;
          height: 48px;
          line-height: 48px;
          display: inline-block;
          white-space: pre;
          transition: width 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8);
          transition-delay: 0s; }
          .sidebar-expanded-active > #sidebar .sidebar-nav li a span {
            width: 102px;
            transition-delay: 0.3s; }
      #sidebar .sidebar-nav li ul.sidebar-nav-child {
        position: absolute;
        list-style: none;
        top: 0px;
        padding: 0px 0px 0px 5px;
        display: none;
        background-color: transparent;
        left: 48px;
        overflow: hidden; }
        .sidebar-expanded-active #sidebar .sidebar-nav li ul.sidebar-nav-child {
          left: 170px; }
        #sidebar .sidebar-nav li ul.sidebar-nav-child li {
          width: 200px;
          background-color: #233241; }
          #sidebar .sidebar-nav li ul.sidebar-nav-child li a {
            display: block;
            width: auto;
            padding: 15px 10px;
            border-left: 3px solid #233241;
            white-space: initial;
            line-height: 20px;
            overflow: visible;
            height: 48px;
            color: white;
            font-size: 0.85rem;
            white-space: nowrap; }
            #sidebar .sidebar-nav li ul.sidebar-nav-child li a:hover {
              background-color: #324253;
              border-left-color: #4BA0DC; }
              #sidebar .sidebar-nav li ul.sidebar-nav-child li a:hover .fa {
                background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), #324253);
                /* For Safari 5.1 to 6.0 */
                background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0), #324253);
                /* For Opera 11.1 to 12.0 */
                background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0), #324253);
                /* For Firefox 3.6 to 15 */
                background: linear-gradient(90deg, rgba(0, 0, 0, 0), #324253);
                /* Standard syntax */ }
            #sidebar .sidebar-nav li ul.sidebar-nav-child li a .fa {
              display: inline-block;
              position: absolute;
              top: 0;
              right: 0;
              font-size: 10px;
              min-height: 48px;
              color: transparent;
              background: transparent;
              /* For browsers that do not support gradients */
              background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), #233241);
              /* For Safari 5.1 to 6.0 */
              background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0), #233241);
              /* For Opera 11.1 to 12.0 */
              background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0), #233241);
              /* For Firefox 3.6 to 15 */
              background: linear-gradient(90deg, rgba(0, 0, 0, 0), #233241);
              /* Standard syntax */
              text-align: right;
              padding-right: 10px;
              padding-top: 19px;
              width: 80px; }
            #sidebar .sidebar-nav li ul.sidebar-nav-child li a.active .fa {
              color: #4BA0DC; }
      #sidebar .sidebar-nav li:hover ul.sidebar-nav-child {
        display: block; }
    #sidebar .sidebar-nav#sidebar-bottom {
      position: absolute;
      bottom: 14px; }
      #sidebar .sidebar-nav#sidebar-bottom i::before {
        transform: rotateZ(180deg);
        display: inline-block; }
  #sidebar #sidebar-toggle {
    display: block;
    width: 22px;
    height: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100px;
    border-radius: 50%;
    left: 37px;
    border: 2px solid #eeeff0;
    cursor: pointer;
    outline-style: none;
    transition: left 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8), transform 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8);
    transition-delay: 0.3s;
    background: #243241 url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNSAzbDMuMDU3LTMgMTEuOTQzIDEyLTExLjk0MyAxMi0zLjA1Ny0zIDktOXoiIHN0eWxlPSImIzEwOyAgICBmaWxsOiB3aGl0ZTsmIzEwOyIvPjwvc3ZnPg==");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box; }
    #sidebar #sidebar-toggle:hover {
      background-color: #4BA0DC; }
    .sidebar-expanded-active #sidebar #sidebar-toggle {
      transform: rotateY(180deg);
      left: 160px;
      transition-delay: 0s; }

.slide-in-panel {
  position: fixed;
  background-color: white;
  top: 78px;
  bottom: 30px;
  right: -450px;
  width: 400px;
  padding: 30px 15px 0px;
  transition-duration: 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  overflow-x: scroll;
  z-index: 1011; }
  .slide-in-panel.active {
    margin-left: 30px;
    right: 30px; }
  .slide-in-panel .slide-in-panel-close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    height: 30px;
    width: 30px;
    background-color: black;
    color: white;
    line-height: 30px;
    padding: 0px;
    z-index: 11;
    cursor: pointer; }
    .slide-in-panel .slide-in-panel-close-button:hover {
      background-color: #4BA0DC; }
  .slide-in-panel .au-target {
    cursor: pointer; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  transition: background-color 0.5s linear 0s, z-index 0.5s linear 0.0s;
  z-index: -1; }
  .overlay.active {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1001; }

.slide-up-panel {
  position: fixed;
  z-index: 1010;
  left: 78px;
  right: 30px;
  top: calc(100% + 20px);
  bottom: 0px;
  padding: 30px 15px 0px;
  background-color: white;
  transition-duration: 0.3s;
  transition-delay: 0.3s; }
  @media (min-width: 1740px) {
    .slide-up-panel:not(.super-size-me) {
      max-width: 1200px; } }
  .sidebar-expanded-active .slide-up-panel {
    left: 200px;
    transition-delay: 0s; }
  .slide-up-panel.open {
    top: 78px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
  .slide-up-panel .slide-up-panel-close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    height: 30px;
    width: 30px;
    background-color: black;
    color: white;
    line-height: 30px;
    padding: 0px;
    z-index: 1011;
    cursor: pointer; }
  .slide-up-panel router-view > .container-fluid {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 2rem; }
    .slide-up-panel router-view > .container-fluid .detailsWrapper {
      display: flex;
      height: 100%;
      opacity: 1;
      transition: all 0.3s ease 1s; }
      .slide-up-panel router-view > .container-fluid .detailsWrapper.fade {
        opacity: 0; }
      .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList {
        width: 50%;
        padding-right: 2%;
        margin-right: 2%; }
        .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .grid-toolbar {
          height: 85px; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .grid-toolbar .container-fluid {
            padding: 0; }
        .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section {
          border-top: 1px solid #e9ecef;
          padding: 30px 0px 0px;
          clear: both; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute {
            padding: 0 10px;
            border-left: 3px solid white;
            float: left;
            margin-bottom: 30px; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute:nth-child(even) {
              width: calc(45% - 3px); }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute:nth-child(odd) {
              margin-right: 10%;
              width: calc(45% - 3px); }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute label {
              font-weight: 500;
              font-size: 0.8em;
              display: block;
              color: #555;
              margin: 0; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute span {
              font-weight: bold; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute.wide {
              width: 100%; }
              .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute.wide span {
                font-weight: normal; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute .ag-icon {
              height: 16px;
              width: 16px;
              background-size: 16px;
              opacity: 1; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute .ag-icon-checkbox-checked,
            .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section .attribute .ag-icon-checkbox-checked:empty {
              background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMEgyYTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGEyIDIgMCAwIDAgMi0yVjJhMiAyIDAgMCAwLTItMnpNNyAxNEwyIDlsMS40MS0xLjQxTDcgMTEuMTdsNy41OS03LjU5TDE2IDVsLTkgOXoiIGZpbGw9IiM0YWEwZGMiLz48L3N2Zz4="); }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section:empty {
            display: none; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section.details-section-blue .attribute {
            border-left-color: #4BA0DC; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section.details-section-red .attribute {
            border-left-color: #df5482; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .attributeList .details-section.details-section-green .attribute {
            border-left-color: #73cf9b; }
      .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol {
        height: 100%;
        width: 50%; }
        .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .relationLists {
          height: 100%;
          position: relative; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .relationLists .preview-html {
            width: 100%;
            height: calc(100vh - 188px);
            padding: 20px 0;
            background-color: white;
            border-top: 1px solid #4BA0DC; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .relationLists .preview-desc {
            padding: 48px 0 20px;
            border-top: 1px solid #4BA0DC; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .relationLists .relationListType {
            margin: 0 15px 0 0;
            padding: 0px 0px 5px;
            cursor: pointer;
            color: black;
            font-size: 0.9rem;
            font-weight: bold;
            display: inline-block;
            border-bottom: 3px solid white; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .relationLists .relationListType.active {
              border-bottom: 3px solid #4BA0DC;
              color: #4BA0DC; }
        .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel {
          border-top: 1px solid #4BA0DC; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel #filterRelationList {
            margin: 10px 0;
            font-size: 0.8rem;
            width: 100%; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .relationListItem {
            padding: 5px 0;
            border-bottom: 1px solid #e9ecef;
            font-size: 0.9rem; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .relationListItem span {
              cursor: pointer; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .relationListItem .no-cursor {
              cursor: default; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .relationListItem .subFileList {
              display: none;
              margin: 10px 0 0 30px;
              padding: 2px; }
              .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .relationListItem .subFileList .relationListItem {
                padding-right: 13px;
                font-size: 0.8rem;
                border-bottom: none; }
                .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .relationListItem .subFileList .relationListItem .fa {
                  margin-right: 30px;
                  margin-left: 15px; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .relationListItem.active .fa-chevron-down {
              -ms-transform: rotate(180deg);
              /* IE 9 */
              -webkit-transform: rotate(180deg);
              /* Chrome, Safari, Opera */
              transform: rotate(180deg); }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .fa {
            margin-right: 15px;
            cursor: pointer;
            float: right;
            color: #4BA0DC;
            -webkit-transition-duration: 0.5s;
            /* Safari */
            transition-duration: 0.5s; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .fa-chevron-down {
            color: transparent; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .relationList .fa-black {
            color: black; }
          .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .detailsPreview {
            min-height: 100px;
            background-color: white;
            position: relative;
            overflow: hidden;
            transition-duration: 0.3s;
            padding: 0px; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .detailsPreview.zoomed {
              position: fixed;
              top: 0px;
              left: 0px;
              bottom: 0px;
              right: 0px;
              z-index: 10000;
              padding: 10px;
              height: auto; }
              .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .detailsPreview.zoomed .filePreview .previewImageWrapper .preview-image {
                max-height: 100vh; }
              .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .detailsPreview.zoomed .filePreview .previewPDFWrapper .preview-pdf {
                max-height: 97vh;
                height: 97vh; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .detailsPreview .fullScreenLink,
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .detailsPreview .zoomOutLink {
              position: absolute;
              top: 10px;
              left: 10px;
              background-color: #4BA0DC;
              color: white;
              height: 20px;
              width: 20px;
              border-radius: 50%;
              text-align: center;
              font-size: 13px;
              line-height: 20px;
              cursor: pointer;
              z-index: 100; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .detailsPreview .zoomOutLink {
              display: none; }
            .slide-up-panel router-view > .container-fluid .detailsWrapper .detailsRightCol .tab-panel .detailsPreview .filePreview {
              width: 100%;
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center; }
  .slide-up-panel .padleft40 {
    padding-left: 40px; }
  .slide-up-panel .btn {
    margin-left: .375rem; }
  .slide-up-panel .tab-panel.tab-panel-relation-list {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 138px); }
    .slide-up-panel .tab-panel.tab-panel-relation-list .detailsPreview {
      flex-grow: 1;
      display: flex; }
      .slide-up-panel .tab-panel.tab-panel-relation-list .detailsPreview .filePreview {
        flex-grow: 1; }

.ta-icon-wrapper {
  display: inline-block; }
  .ta-icon-wrapper .ta-icon {
    color: #4BA0DC; }
  .ta-icon-wrapper.ta-icon-wrapper-disabled {
    opacity: 0.25;
    cursor: not-allowed !important; }
  .ta-icon-wrapper.ta-icon-wrapper-clickable {
    cursor: pointer; }
    .ta-icon-wrapper.ta-icon-wrapper-clickable:hover {
      background-color: #EEEFF0; }
      .ta-icon-wrapper.ta-icon-wrapper-clickable:hover .ta-icon {
        color: #233241; }
  .ta-icon-wrapper.ta-icon-wrapper-large {
    width: 72px;
    padding: 0px;
    text-align: center;
    font-size: 0.7rem;
    vertical-align: top; }
    .ta-icon-wrapper.ta-icon-wrapper-large .ta-icon {
      display: block;
      height: 48px;
      line-height: 48px;
      font-size: 34px;
      margin-bottom: 2px; }
      .ta-icon-wrapper.ta-icon-wrapper-large .ta-icon::before {
        background-size: 42px; }
    .ta-icon-wrapper.ta-icon-wrapper-large span {
      line-height: 0.9rem;
      display: block;
      padding: 0px 3px; }

i.ta-icon {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  i.ta-icon::before {
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px; }
  i.ta-icon.ta-icon-tiny::before {
    background-size: 16px;
    width: 16px;
    height: 16px; }
  i.ta-icon.ta-icon-activity::before {
    background-image: url("/images/icons/icon-activities.svg"); }
    .ta-icon-hover:hover i.ta-icon.ta-icon-activity::before {
      background-image: url("/images/icons/icon-activities-white.svg"); }
  i.ta-icon.ta-icon-add-comment::before {
    background-image: url("/images/icons/icon-add-comment.svg"); }
  i.ta-icon.ta-icon-add-files::before {
    background-image: url("/images/icons/icon-add-files.svg"); }
  i.ta-icon.ta-icon-create::before {
    content: "\f0f6"; }
  i.ta-icon.ta-icon-clear-filter::before {
    background-image: url("/images/icons/icon-remove-filter.svg"); }
  i.ta-icon.ta-icon-create-activity::before {
    background-image: url("/images/icons/icon-create-activity.svg"); }
  i.ta-icon.ta-icon-create-document::before {
    background-image: url("/images/icons/icon-create-document.svg"); }
  i.ta-icon.ta-icon-create-draft::before {
    background-image: url("/images/icons/icon-create-draft.svg"); }
  i.ta-icon.ta-icon-create-note::before {
    background-image: url("/images/icons/icon-create-note.svg"); }
  i.ta-icon.ta-icon-create-product::before {
    background-image: url("/images/icons/icon-create-product.svg"); }
  i.ta-icon.ta-icon-create-revision::before {
    background-image: url("/images/icons/icon-create-revision.svg"); }
  i.ta-icon.ta-icon-create-task-action::before {
    background-image: url("/images/icons/icon-create-task-action.svg"); }
  i.ta-icon.ta-icon-create-task::before {
    background-image: url("/images/icons/icon-create-task.svg"); }
  i.ta-icon.ta-icon-dashboard::before {
    background-image: url("/images/icons/icon-dashboard.svg"); }
    .ta-icon-hover:hover i.ta-icon.ta-icon-dashboard::before {
      background-image: url("/images/icons/icon-dashboard-white.svg"); }
  i.ta-icon.ta-icon-document::before {
    background-image: url("/images/icons/icon-document.svg"); }
    .ta-icon-hover:hover i.ta-icon.ta-icon-document::before {
      background-image: url("/images/icons/icon-document-white.svg"); }
  i.ta-icon.ta-icon-download::before {
    background-image: url("/images/icons/icon-create-download.svg"); }
  i.ta-icon.ta-icon-excel::before {
    background-image: url("/images/icons/icon-export-xls.svg"); }
  i.ta-icon.ta-icon-grid-management::before {
    background-image: url("/images/icons/icon-manage-grid.svg"); }
  i.ta-icon.ta-icon-logout::before {
    background-image: url("/images/icons/icon-logout.svg"); }
  i.ta-icon.ta-icon-note::before {
    background-image: url("/images/icons/icon-notes.svg"); }
    .ta-icon-hover:hover i.ta-icon.ta-icon-note::before {
      background-image: url("/images/icons/icon-notes-white.svg"); }
  i.ta-icon.ta-icon-product::before {
    background-image: url("/images/icons/icon-product.svg"); }
    .ta-icon-hover:hover i.ta-icon.ta-icon-product::before {
      background-image: url("/images/icons/icon-product-white.svg"); }
  i.ta-icon.ta-icon-refresh-data::before {
    background-image: url("/images/icons/icon-refresh.svg"); }
  i.ta-icon.ta-icon-reset-grid::before {
    background-image: url("/images/icons/icon-reset-grid.svg"); }
  i.ta-icon.ta-icon-scenes::before {
    background-image: url("/images/icons/icon-manage-scenes.svg"); }
  i.ta-icon.ta-icon-status::before {
    background-image: url("/images/icons/icon-status.svg"); }
  i.ta-icon.ta-icon-gantt::before {
    background-image: url("/images/icons/icon-gantt.svg"); }
  i.ta-icon.ta-icon-approve::before {
    background-image: url("/images/icons/icon-approve-document.svg"); }
  i.ta-icon.ta-icon-change-approver::before {
    background-image: url("/images/icons/icon-change-approver.svg"); }
  i.ta-icon.ta-icon-approvals::before {
    background-image: url("/images/icons/icon-document-approval.svg"); }
    .ta-icon-hover:hover i.ta-icon.ta-icon-approvals::before {
      background-image: url("/images/icons/icon-document-approval-white.svg"); }
  i.ta-icon.ta-icon-task::before {
    background-image: url("/images/icons/icon-task.svg"); }
    .ta-icon-hover:hover i.ta-icon.ta-icon-task::before {
      background-image: url("/images/icons/icon-task-white.svg"); }
  i.ta-icon.ta-icon-task-actions::before {
    background-image: url("/images/icons/icon-task-actions.svg"); }
    .ta-icon-hover:hover i.ta-icon.ta-icon-task-actions::before {
      background-image: url("/images/icons/icon-task-actions-white.svg"); }
  i.ta-icon.ta-icon-tiny-doc::before {
    background-image: url("/images/icons/icon-tiny-doc.svg"); }
  i.ta-icon.ta-icon-tiny-dwg::before {
    background-image: url("/images/icons/icon-tiny-dwg.svg"); }
  i.ta-icon.ta-icon-tiny-img::before {
    background-image: url("/images/icons/icon-tiny-img.svg"); }
  i.ta-icon.ta-icon-tiny-na::before {
    background-image: url("/images/icons/icon-tiny-na.svg"); }
  i.ta-icon.ta-icon-tiny-pdf::before {
    background-image: url("/images/icons/icon-tiny-pdf.svg"); }
  i.ta-icon.ta-icon-tiny-xls::before {
    background-image: url("/images/icons/icon-tiny-xls.svg"); }
  i.ta-icon.ta-icon-tiny-zip::before {
    background-image: url("/images/icons/icon-tiny-zip.svg"); }
  i.ta-icon.ta-icon-menu-toggle::before {
    content: "˃"; }

ux-dialog-overlay.active {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10001 !important; }

ux-dialog-container {
  z-index: 10002 !important; }
  ux-dialog-container > div > div {
    background-color: #EEEFF0;
    padding: 20px;
    max-width: 440px;
    width: 80%; }

html {
  font-size: 15px; }

body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem !important; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

h2, .h2 {
  font-size: 1.25rem; }

h3, .h3 {
  font-size: 1.15rem; }

body {
  background-color: #233241;
  padding-top: 82px;
  -webkit-font-smoothing: antialiased; }
  body.background-gray {
    background-color: #EEEFF0; }
  body.background-white {
    background-color: white; }

application {
  display: block;
  transition: all 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8) 0.3s;
  height: 100%; }
  .background-gray application,
  .background-white application {
    padding-left: 48px; }
  application.sidebar-expanded-active {
    padding-left: 170px;
    transition-delay: 0s; }
  application .ta-help-link {
    z-index: 1001;
    width: 60px;
    height: 80px;
    top: -15px;
    right: 20px;
    bottom: auto;
    padding: 20px 0px 0px;
    background-color: #4BA0DC;
    color: white;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    transition: top 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8), opacity 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8);
    opacity: 0; }
    .background-gray > application .ta-help-link,
    .background-white > application .ta-help-link {
      opacity: 1;
      transition: top 0.3s cubic-bezier(0.56, 0.38, 0.59, 0.8), opacity 0.3s 1s; }
    application .ta-help-link:hover {
      background-color: #2888cc;
      top: -5px; }

.fadeContent {
  position: relative; }
  .fadeContent:before {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    background: -moz-linear-gradient(top, white, rgba(255, 255, 255, 0) 0%, 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white, color-stop(95%, rgba(255, 255, 255, 0))));
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 90%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 90%);
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 90%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='#00ffffff', startColorstr='#ffffff',GradientType=0 );
    z-index: 1; }
  .fadeContent:after {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 1; }
