.app-navigation {
  min-width: 250px; }
  .app-navigation .accordion-item {
    position: relative; }
  .app-navigation .accordion-button:not(.collapsed) {
    color: #f6861f;
    font-weight: bold;
    background-color: #eee !important; }
  .app-navigation .accordion-button:focus {
    box-shadow: none !important; }
  .app-navigation .accordion-body a {
    white-space: nowrap;
    font-size: 10pt;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #18181a; }
    .app-navigation .accordion-body a:hover {
      color: #f6861f; }
    .app-navigation .accordion-body a b {
      line-height: 10pt;
      display: inline-block;
      vertical-align: top;
      margin-right: 4px; }
    .app-navigation .accordion-body a label {
      line-height: 10pt;
      display: inline-block;
      vertical-align: top; }
  .app-navigation .parent-label {
    font-size: 10pt;
    white-space: nowrap;
    line-height: 32px;
    margin-left: 8px;
    padding-right: 6px; }
  .app-navigation .accordion-header {
    white-space: nowrap; }
    .app-navigation .accordion-header img {
      width: 32px;
      height: 32px; }
    .app-navigation .accordion-header button {
      padding: 10px !important; }
      .app-navigation .accordion-header button:after {
        display: none; }
  .app-navigation.compact {
    min-width: auto; }
    .app-navigation.compact > div {
      overflow-x: visible; }
    .app-navigation.compact .parent-label {
      display: none; }
    .app-navigation.compact .accordion-collapse {
      top: 0;
      z-index: 10;
      position: absolute !important;
      left: 100%;
      background: #eee; }

.employee-table-photo .photo-container {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.smeta-accordion .accordion-button {
  font-weight: 500; }
  .smeta-accordion .accordion-button:not(.collapsed) {
    background-color: rgba(0, 0, 0, 0.05);
    color: black;
    font-weight: bold !important; }
  .smeta-accordion .accordion-button:focus {
    box-shadow: none !important; }

.estimate-group-item {
  border-top: 1px dashed #dee2e6; }

.offcanvas-title, .modal-title {
  color: #383e4c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: auto !important; }

.project-info .infobox:first-of-type .order-inforow > .col:first-child {
  border-left: 0; }
.project-info .infobox:first-of-type .order-inforow > .col:nth-child(2) {
  border-left: 2px solid rgba(106, 162, 228, 0.5); }
  .project-info .infobox:first-of-type .order-inforow > .col:nth-child(2) > span > b {
    color: rgba(106, 162, 228, 0.75) !important; }
.project-info .infobox:first-of-type .order-inforow > .col:nth-child(3) {
  border-left: 2px solid rgba(233, 181, 122, 0.5); }
  .project-info .infobox:first-of-type .order-inforow > .col:nth-child(3) > span > b {
    color: rgba(233, 181, 122, 0.75) !important; }
.project-info .infobox:first-of-type .order-inforow > .col:nth-child(4) {
  border-left: 2px solid rgba(29, 184, 98, 0.5); }
  .project-info .infobox:first-of-type .order-inforow > .col:nth-child(4) > span > b {
    color: rgba(29, 184, 98, 0.75) !important; }
.project-info .infobox:nth-of-type(2) .order-inforow > .col:first-child {
  border-left: 0; }
.project-info .infobox:nth-of-type(2) .order-inforow > .col:nth-child(2) {
  border-left: 2px solid rgba(217, 52, 85, 0.5); }
  .project-info .infobox:nth-of-type(2) .order-inforow > .col:nth-child(2) > span > b {
    color: rgba(217, 52, 85, 0.75) !important; }
.project-info .infobox:nth-of-type(2) .order-inforow > .col:nth-child(3) {
  border-left: 2px solid rgba(124, 42, 175, 0.5); }
  .project-info .infobox:nth-of-type(2) .order-inforow > .col:nth-child(3) > span > b {
    color: rgba(124, 42, 175, 0.75) !important; }
.project-info .infobox:nth-of-type(2) .order-inforow > .col:nth-child(4) {
  border-left: 2px solid rgba(29, 184, 98, 0.5); }
  .project-info .infobox:nth-of-type(2) .order-inforow > .col:nth-child(4) > span > b {
    color: rgba(29, 184, 98, 0.75) !important; }

.project-summary .values {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px; }
.project-summary .label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px; }
.project-summary .progress-bar-box {
  background: lime;
  background: linear-gradient(90deg, lime 0%, #ffab00 65%, #ff4d4d 95%, red 100%);
  height: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .project-summary .progress-bar-box.reverse-bar {
    background: linear-gradient(90deg, red 0%, #ff4d4d 5%, #ffab00 20%, lime 100%); }
  .project-summary .progress-bar-box.green-bar {
    background: linear-gradient(90deg, rgba(0, 255, 0, 0.7) 0%, rgba(0, 255, 0, 0.7) 100%); }
  .project-summary .progress-bar-box .filled {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .project-summary .progress-bar-box .unfilled {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
.project-summary .progress-bar-box2 {
  line-height: 10px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .project-summary .progress-bar-box2 progress {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .project-summary .progress-bar-box2 progress::-webkit-progress-bar {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.2); }
    .project-summary .progress-bar-box2 progress::-moz-progress-bar {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.2); }
    .project-summary .progress-bar-box2 progress::-webkit-progress-value {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .project-summary .progress-bar-box2 progress::-moz-progress-value {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

.order-tabs .nav-link {
  color: #777; }
  .order-tabs .nav-link:hover {
    color: #121212; }
  .order-tabs .nav-link.active {
    font-weight: 700; }

.tabs-content .tab-content {
  display: none;
  position: relative; }
  .tabs-content .tab-content.active {
    display: block; }

.data-bordered {
  border-left: 1px solid #dee2e6; }

@media (max-width: 768px) {
  .infobox .order-inforow > .col {
    border-left: 0 !important; }

  .navbar-nav {
    margin-top: 1rem;
    background: #f3f1ef !important;
    border: 1px solid #dee2e6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }

  .data-bordered {
    border-left: 0px solid #dee2e6;
    border-top: 1px solid #dee2e6; } }
.cashtotal-box {
  padding: 1rem;
  border-radius: 15px;
  background: white; }
  .cashtotal-box .amount {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px; }
    .cashtotal-box .amount .azn {
      display: inline-block;
      width: 13px;
      vertical-align: bottom;
      opacity: 0.85;
      margin-bottom: 12px;
      margin-left: 4px; }
  .cashtotal-box .title {
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-transform: uppercase; }
  .cashtotal-box .icon {
    display: inline-block;
    font-size: 2rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: top;
    opacity: 0.5; }

.form-with-steps .steps-timeline {
  display: flex;
  justify-content: center; }
  .form-with-steps .steps-timeline .timeline-item {
    border-bottom: 2px solid transparent;
    opacity: 0.25;
    padding-bottom: 0.5rem; }
    .form-with-steps .steps-timeline .timeline-item.active {
      border-bottom: 2px solid #ccc;
      opacity: 1; }
    .form-with-steps .steps-timeline .timeline-item span {
      display: block;
      font-weight: bold;
      text-align: center; }
    .form-with-steps .steps-timeline .timeline-item label {
      display: block;
      font-weight: 500;
      text-align: center; }
.form-with-steps .steps {
  display: flex;
  flex-direction: column; }
  .form-with-steps .steps .step {
    display: none; }
    .form-with-steps .steps .step.current {
      display: block; }

/*# sourceMappingURL=171.css.map */
