.header {
    display: flex;
    justify-content: space-between;
    height: auto;
    position: relative;
    z-index: 2;
}

.disableLink {
    pointer-events: none;
    cursor: default;
}
.no-wrap {
  white-space: nowrap;
}
@media print {
    .no-print {
        display:none;
    }
    .report-forms {
      font-size:12pt;
    }
 }
 a, a:focus, a:hover, a:active {
    color: #770202;
  }
  a:hover {
    color:#770202;
  }
  ::-moz-selection {
    color: #fff;
    background: #770202;
  }
  ::selection {
    color: #fff;
    background: #770202;
  }
  .header-navigation a:hover,
  .header-navigation li.current a {
    color: #770202;
  }
  .tb-socio .fa:hover {
    color: #770202;
    border: solid 1px #770202;
  }
  .carousel-indicators li.active {
    background: #770202;
  }
  .go2top:hover {
    border: solid 2px #770202;
    color: #770202;
  }
  .content h1 strong, .content h2 strong, .content h3 strong, .content h4 strong {
    color: #770202;
  }
  .slider-item-1 .large_bold_white span,
  .slider-item-2 .large_bold_white span {
    color: #770202;
  }
  .tp-caption a {
      color: #FF7302;
  }
  .services-block .fa {
    background: #770202;
  }
  .services-block .fa:after {
    border-top: 9px solid #770202;
  }
  .team-block em {
    color: #770202;
  }
  .portfolio-block .item > a {
    background: rgba(229, 74, 26, 0.85);
  }
  .choose-us-block .panel-default .accordion-toggle:before {
    background-color: #e54a1a;
  }
  .choose-us-block .panel-default .collapsed:before {
    background-color: #495764;/* black */
  }
  .choose-us-block .panel-default .panel-title:hover .collapsed:before {
    background-color: #e54a1a;
  }
  .btn-primary {
    background: #E94D1C;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    background: #cc3304;
  }
  .facts-block .item {
    background: rgba(255, 99, 77, 0.92);
  }
  .pi-price strong {
    background: #770202;
  }
  .pi-price strong:after {
    border-top: 9px solid #770202;
  }
  .pricing-content .list-unstyled li i {
    color: #770202;
  }
  .pricing-footer .btn-default:hover,
  .pricing-footer .btn-default:active {
    background: #770202;
  }
  .portfolio-block .item b:hover {
    color: #770202;
  }
  @media (max-width: 1024px) {
      .header-mobi-ext .header-navigation a:hover,
      .header-mobi-ext .header-navigation li.current a{
        background-color: #770202;
        color: #fff !important;
      }
  }
  .header .mobi-toggler:hover {
    background-color: #770202;
    border-color: #770202;
  }

  .wizard [data-wizard-type=step-info] {
    display: none;
  }
  .wizard [data-wizard-type=step-info][data-wizard-state=current] {
    display: block;
  }
  .wizard [data-wizard-type=step-content] {
    display: none;
  }
  .wizard [data-wizard-type=step-content][data-wizard-state=current] {
    display: block;
  }
  .wizard [data-wizard-type=action-prev] {
    display: none;
  }
  .wizard [data-wizard-type=action-next] {
    display: inline-block;
  }
  .wizard [data-wizard-type=action-submit] {
    display: none;
  }
  .wizard[data-wizard-state=first] [data-wizard-type=action-prev] {
    display: none;
  }
  .wizard[data-wizard-state=first] [data-wizard-type=action-next] {
    display: inline-block;
  }
  .wizard[data-wizard-state=first] [data-wizard-type=action-submit] {
    display: none;
  }
  .wizard[data-wizard-state=between] [data-wizard-type=action-prev] {
    display: inline-block;
  }
  .wizard[data-wizard-state=between] [data-wizard-type=action-next] {
    display: inline-block;
  }
  .wizard[data-wizard-state=between] [data-wizard-type=action-submit] {
    display: none;
  }
  .wizard[data-wizard-state=last] [data-wizard-type=action-prev] {
    display: inline-block;
  }
  .wizard[data-wizard-state=last] [data-wizard-type=action-next] {
    display: none;
  }
  .wizard[data-wizard-state=last] [data-wizard-type=action-submit] {
    display: inline-block;
  }
  .wizard[data-wizard-clickable=true] .wizard-step {
    cursor: pointer;
  }

.justify-content-between {
    justify-content: space-between !important;
}
.next-prev-sub{
    font: 400 20px/20px "PT Sans Narrow", Arial, sans-serif !important; 
  padding: 15px 20px 14px !important;
}
.select2-selection {
  height: calc(1.5em + 1.3rem + 2px) !important;
}
.type_option {
  display: none;
}

#incident-table td, #incident-table th{
  white-space: nowrap;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1540px;
    }
}
.column-transition {
   transition: all 0.35s ease;
}

.custom-collapse {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.custom-collapse.show {
    height: auto; /* JavaScript sets this temporarily to enable animation */
}