/*
  DEFAULT: #3aa2d7;
  LIGHTER: #40b1eb;
  DARK: #3483b2
  DARKER: #276387
*/

html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #3aa2d7;
}

/**********************
*      LOGIN PAGE     *
***********************/

.login-wrapper {
  background-color: #f1f1f1;
}

.login-left-section {  
  background-color: #3aa2d7;  
}

.login-left-section.background-img {
  background-image: url(../img/signin-md.jpg);
  background-position: cover;
}

.bg-logo {
  background: rgba(58, 162, 215, 0.5);
  padding: 15px 0px;  
}

.login-left-section .login-left-section-content {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: inline-block;
  margin: -88px auto 0 auto;
  height: 400px;  
}

.login-left-section .login-left-section-content .login-left-section-content-logo {
  width: auto;
  height: 176px;
  display: block;
  margin: auto;
}

.login-left-section-button {
  font-size: 10pt;
  display: inline-block;
  margin: 30px auto 0;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 7px 20px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.login-left-section-button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
}

.login-left-section-button img {
  position: relative;
  top: -2px;
  left: -5px;
}

.login-left-section-button img:hover {
  left: -8px;
}

.login-right-section-form h4 {
  margin-bottom: 30px;
}

.login-right-section-form h4:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 40px;
  height: 3px;
  background-color: #3aa2d7;
  display: block;
  margin: auto;
}

.login-right-section-register-cta {
  position: absolute;
  left: 0;
  bottom: 30px;
}

.login-bottom-logo {
  width: 250px;
  margin: auto;
  margin-top: 30px;
}

.login-bottom-logo img {
  width: 100%;
}

.login-web-version{
  font-size: small;
  color: #c3c3c3;
}

/**************************************
*           USER PANEL
**************************************/

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

/* SIDEBAR */
.panel-sidebar {
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  background-color: #3aa2d7;
  padding: 30px 0;
}

.panel-sidebar--logo-wrapper {
  padding: 20px;
}

.panel-sidebar--logo {
  width: 100%;
  height: 150px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.panel-sidebar--logo-small {
  width: 100%;
  height: 150px;
  padding: 20px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.panel-sidebar--menu,
.panel-sidebar--menu li,
.panel-sidebar--menu li a {
  display: block;
  width: 100%;
}

.panel-sidebar--menu {
  margin: 30px 0;
  padding: 0;
}

.panel-sidebar--menu li {
  background-color: transparent;
  border-left: 3px solid transparent;
  padding-top: 5px;
}

.panel-sidebar--menu li a {
  font-size: 13pt;
  font-weight: 500;
  background-color: #3483b2;
  color: #fff;
  padding: 10px;
  transition: all .2s cubic-bezier(.25, .8, .25, 1);
}

.panel-sidebar--menu li a.panel-sidebar--menu--active,
.panel-sidebar--menu li a:hover {
  background-color: #40b1eb;
  text-decoration: none;
}

.panel-sidebar--menu li a.panel-sidebar--submenu {
  background-color: #458fba;
  text-decoration: none;
  width: 92%;
  margin-left: 8%;
}

.panel-sidebar--menu li a.panel-sidebar--menu--active {
  border-left: 3px solid #276387;
  cursor: default;
}

.panel-sidebar--menu li a i {
  display: inline-block;
  margin-right: 10px;
}

/* SIDEBAR SMALLER */
.panel-sidebar--smaller {
  flex: 0 0 70px;
}

.panel-sidebar--smaller .panel-sidebar--logo-wrapper {
  padding: 5px;
}

.panel-sidebar--smaller .panel-sidebar--menu li a {
  text-align: center;
}

.panel-sidebar--smaller .panel-sidebar--menu li a span {
  display: none;
}

.center-table-items {
  text-align:center; 
  vertical-align: middle;
}

/* TOPBAR*/
.panel-top-bar {
  padding: 15px;
  height: 80px;
  background-color: #f1f1f1;
}

.topbar-sidebar-action-button {
  font-size: 16pt;
  color: #fff;
  background-color: #3aa2d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 5px 0 0 5px;
  cursor: pointer;
}

.topbar-sidebar-action-button:hover {
  background-color: #40b1eb;
}

.topbar-items {
  margin: 0;
}

.topbar-items > li {
  display: inline-block;
  list-style: none;
}

.topbar--user-dropdown {
  padding-left: 30px;
}

.topbar--user-dropdown.show .fa-angle-down,
.topbar--user-dropdown:not(.show) .fa-angle-up {
  display: none;
}

.topbar--user-dropdown__img {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 15px;
  margin-top: -15px;
}

.topbar--user-dropdown__img i {
  position: absolute;
  top: 16px;
  left: -15px;
}

.topbar-items--action-button {
  font-size: 13pt;
  font-weight: 500;
  color: #fff;
  background-color: #3aa2d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  height: 40px;
  display: inline-block;
  margin: 5px 0 0 5px;
  cursor: pointer;
}

.topbar-items--action-button:hover {
  background-color: #40b1eb;
}

.topbar-items--action-button i {
  font-size: 10pt;
  display: inline-block;
  margin-right: 7px;
}

.topbar--notification-button {
  font-size: 19pt;
  color: #777;
  display: block;
  margin: 0 15px 0 30px;
  position: relative;
  top: 5px;
  position: relative;
  cursor: pointer;
}

.topbar--notification-button__counter {
  font-size: 10px;
  color: #fff;
  background-color: #ba2000;
  border: 2px solid #f1f1f1;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -10px;
}

/* GRID */
.panel-grid-wrapper {
  padding: 15px 0;
}

.table thead th {
  text-align: left;
}

.table-fixed {
  table-layout: fixed !important;
}

.table td,
.table th {
  font-size: 11pt;
  padding-bottom: 2px;
}

.table--action-link {
  font-weight: bold;
  text-decoration: none;
  color: #3aa2d7;
}

.table--action-link:hover {
  text-decoration: none;
  color: #276387;
}

.status-label {
  font-size: 10pt;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 3px 10px;
}

.panel-grid-actions span {
  display: inline-block;
  margin-left: 5px;
}

.panel-grid-actions span a {
  font-size: 8pt;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #3aa2d7;
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  position: relative;
}

.panel-grid-actions span a:hover {
  background-color: #40b1eb;
}

.panel-grid-actions span a i {
  color: #fff;
}

span.panel-grid-actions--delete a {
  background-color: #a80300;
}

span.panel-grid-actions--delete a:hover {
  background-color: #c70400;
}

.page-item.active .page-link,
.ng-table-counts .active {
  background-color: #3aa2d7;
  border-color: #3aa2d7;
  color: #fff;
}

.page-link,
.ng-table-counts button {
  color: #3aa2d7
}

.text-align-right{ text-align: right !important }
.text-align-center{ text-align: center !important }
.text-align-left{ text-align: left !important }

/* CONTENT */
.panel-view {
  padding: 15px;
  background-color: #fff;
}

.panel-content {
  background-color: #fff;
}

.panel-form {
  background-color: #f1f1f1;
  position: relative;
}

.panel-form .panel-form--inner-title h3 {
  font-size: 16pt;
  font-weight: bold;
}

.panel-form--more-info-btn {
  font-size: 12pt;
  font-weight: 600;
  color: #fff;
  background-color: #3aa2d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  display: inline-block;
  cursor: pointer;
  padding: 8px 25px;
}

.panel-form--more-info-btn:hover {
  background-color: #40b1eb;
}

.panel-form--more-info-btn i {
  display: inline-block;
  margin-left: 15px;
}

.panel-form--more-info-wrapper {
  padding-top: 30px;
}

.form-group-modal {
  padding-bottom: 15px;
}

/* PAGE LIST HEADER */
.panel-list-header-modal {
  padding-top: 15px;
  padding-bottom: 10px;
}

.panel-list-header h1 {
  font-size: 20pt;
  font-weight: bold;
}

.panel-list-header--action-btn {
  font-size: 12pt;
  font-weight: 600;
  color: #fff;
  background-color: #3aa2d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  display: inline-block;
  cursor: pointer;
  padding: 8px 25px;
}

.panel-list-header--action-btn:not(:disabled):hover {
  background-color: #40b1eb;
}

.panel-list-header--action-btn:disabled {
  cursor: default;
  opacity: 0.5
}

.panel-list-header--action-btn--go-back {
  background-color: #bdbdbd;
}

.panel-list-header .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.panel-list--item {
  cursor: pointer;
}

.ng-table th.filter .input-filter {
  font-size: 11pt;
  min-height: 0 !important;
  border: 2px solid #dddddd;
  display: block;
  margin-bottom: 8px !important;
  outline: 0 !important;
}

.ng-table-pager {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.list-counter {
  font-size: 14px;
}
  
.lookup-modal {
  position: absolute !important;
  
  height: auto;
  max-height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.lookup-modal-log {
  position: absolute !important;
  height: auto;
  max-height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.lookup-modal-material {
  position: absolute !important;
  height: auto;
  max-height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.lookup-modal-communications {
  position: absolute !important;
  height: auto;
  max-height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.lookup-modal-attachments {
  position: absolute !important;
  height: auto;
  max-height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.lookup-modal-labor {
  position: absolute !important;
  height: auto;
  max-height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.lookup-modal-record {
  position: absolute !important;
  height: auto;
  max-height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-button {
  background-color: #fff;
}

::-webkit-scrollbar-track {
  background-color: #ffff;
}

::-webkit-scrollbar-track-piece {
  background-color: #ffff
}

::-webkit-scrollbar-thumb {
  background-color: #3aa2d7;
  border-radius: 50px
}

::-webkit-scrollbar-corner {
  background-color: #3aa2d7;
}

::-webkit-resizer {
  width: 20px;
  background-color: #ffff;
}

::-webkit-scrollbar:hover {
  background-color: #ffff;
}

.close-modal {
  color: #999999;
  position: absolute;
  font-size: 20px;
  width: 30px;
  right: -5px;
  top: 8px;
  z-index: 5000;
}

.close-modal:hover {
  cursor: pointer;
  color: #000;
}

@media all and (max-width: 1100px) {

  select {
    background-color: #f6f6f6;
    border: none;
    padding: 5px 10px;
    height: 52px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 100%;
  }

  .no-padding-left {
    padding-left: 15px !important;
  }

  .no-padding-right {
    padding-right: 15px !important;
  }

  .login-right-section-form-logo img {
    width: 65%;
    display: block;
    margin: 0 auto 30px;
  }

  .register-wrapper .login-right-section-form-logo {
    margin-top: 30px;
  }

  .register-wrapper .login-right-section-form {
    padding-bottom: 30px;
  }

  .navbar-toggler {
    padding-right: 0;
    position: relative;
    top: 2px;
  }

  .navbar .nav-item.dropdown .nav-link:before {
    background-color: transparent;
  }

  .navbar .nav-item.dropdown .nav-link {
    margin-left: 0;
  }

  .panel-content-join-event--inner-data-button-confirm img,
  .navbar-toggler:not(.collapsed) .mobile-menu-closed,
  .navbar-toggler.collapsed .mobile-menu-open {
    display: none;
  }

  .form-group {
    margin-bottom: 0.7rem;
  }

  .form-drag {
    position: absolute !important;
    opacity: 0 !important;
  }

  .drop-zone {
    position: absolute !important;
    opacity: 0 !important;
  }

  .panel-content-action-button {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 15px auto;
  }

  p {
    font-size: 10pt;
  }
}

.disable-input {
  pointer-events: none;
  cursor: default;
}

.panel-view-tabs {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.panel-view-tabs li {
  display: inline-block;
  padding: 0 3px 0 0;
  margin: 0;
}

.panel-view-tabs li a {
  font-size: 11pt;
  width: 100%;
  font-weight: bold;
  height: auto;
  display: block;
  border: none;
  text-decoration: none;
  background-color: #fafafa;
  color: #666;
  text-align: center;
  padding: 8px 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: all .2s cubic-bezier(.25, .8, .25, 1) !important;
  -webkit-box-shadow: inset 0px -3px 5px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0px -3px 5px 0px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0px -3px 5px 0px rgba(0, 0, 0, 0.03);
}

.panel-view-tabs li.panel-view-tabs--active a,
.panel-view-tabs li a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #000 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel-view-tabs li a span {
  font-size: 10pt;
  padding: 1px 8px;
  background-color: #3aa2d7;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  margin-left: 15px;
}

.panel-form .panel-form--inner-title h3,
.panel-view-tabs li a,
.dropdown-menu a,
.panel-form .form-group label > div:not(.selectize-control),
.panel-sidebar--menu li a span,
.topbar-items--action-button,
.panel-list-header h1,
.breadcrumb *,
.ng-table th.sortable .sort-indicator {
  text-transform: capitalize !important;
}

.form-group-file-input {
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form-group-file-input input[type=file] {
  display: none;
}

.form-group-file-input label {
  display: inline-block !important;
  width: auto !important;
  text-align: center;
  margin-bottom: 0;
}

.form-group-file-input span {
  padding-left: 15px;
  font-style: italic;
}

.list-action-excel {
  font-size: 1.5rem;
  background-color: #fff;
  color: #1d6f42;
  border: none;
  display: inline-block;
  margin: 0.2rem 0 0 0.2rem;
  cursor: pointer;
}

/**********************
*      STEPPER        *
***********************/

#estimate-stepper {
  display: block;
}

.steps-area {
  position: relative;
  display: block;
  width: 100%;
  background-color: #f1f1f1;
  border-bottom: 2px solid rgba(34,37,90,0.3);
  height: 90px;
}

.ui-steps.steps-custom {
  margin-bottom: 30px;
}

.ui-steps {
  position: relative;
}

.ui-widget {
  font-size: 14px;
  text-decoration: none;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-widget, .ui-widget * {
  box-sizing: border-box;
}

.ui-steps:before {
  content: " ";
  border-top: 2px solid #3aa2d7;
  width: 100%;
  top: 48%;
  left: 0;
  display: block;
  position: absolute;
}

.ui-helper-clearfix::after {
  clear: both;
}

.ui-helper-clearfix::after, .ui-helper-clearfix::before {
  content: "";
  display: table;
}

.ui-steps ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ui-steps.ui-steps-readonly .ui-steps-item {
  cursor: auto;
}

.ui-steps .ui-steps-item {
  background-color: transparent;
  text-align: center;
  width: 16.666%;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
}

.ui-state-disabled, .ui-state-disabled a {
  cursor: default!important;
}

.ui-steps.steps-custom .ui-steps-item .ui-menuitem-link {
  height: 10px;
  padding: 0 1em;
  overflow: visible;
}

.ui-steps .ui-steps-item.ui-state-disabled .ui-menuitem-link, .ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link {
  cursor: default;
}

.ui-steps .ui-steps-item .ui-menuitem-link {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  overflow: hidden;
  text-decoration: none;
  padding: 1em;
  position: relative;
  text-align: center;
}

.ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #333333;
  background-color: #ffffff;
  border: 2px solid #3aa2d7;
  position: relative;
  top: 16px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}

.ui-state-highlight .ui-menuitem-link .ui-steps-number {
  background: #3aa2d7 !important;
  color: #ffffff !important;
}

.ui-steps .ui-steps-number {
  font-size: 2em;
  display: block;
}

.ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title {
  font-weight: 700;
  color: #333333;
}

.ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
  display: block;
  margin-top: 6px;
  color: #848484;
}

.ui-steps.steps-custom .ui-steps-item .ui-steps-title {
  color: #555555;
}

.ui-steps .ui-steps-title {
  display: block;
  white-space: nowrap;
}

.card-header {
  cursor: pointer;
}

/**********************
*      ESTIMATOR      *
***********************/

.totalizer {
  padding: 15px;
  box-sizing: border-box;
  background: #3aa2d7 !important;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
}

.totalizer-title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.totalizer-value {
  padding: 6px;
  background-color: #f1f1f1 !important;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
}

.apexcharts-menu-icon{
  display: none
}

/********************************
*      TEMPLATE / CHECKLIST      *
*********************************/

.template-title {
  
}

.fb-form-object-editable{
  padding: 0 !important;
}

.template-checkbox {
  
}

.status{
  font-size: 12pt;
}

.template-li {
  position: relative; 
  left: 30px;
  margin-bottom: 0.5rem;
}

.template-ckb-text {
  min-height: 0rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.template-form .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.template-checkbox-front {
  position: relative; 
  left: -45px;
}

.template-label-back {
   max-width: 90%;
   position: relative;
   left: -5px;
}

.template-table-item .label{
  margin-left: 15px;
  max-width: 90%;
}

.template-li-no-pagging{
  padding: 0 !important;
}

.template-item-label{
  margin-bottom: 0.5rem;
}

.template-item-label .label{
  margin-left: 10px;
}

.template-text {
  min-height: 10px;
  font-size: 11pt;
}

.template-simpletext-label {
  padding-right: 1rem;
}

.template-ol {
  margin-bottom: 0;
  list-style-position: inherit;
}

.template-li-no-margin{
  margin: 0 0 0.5rem 0 !important;
}

.template-ul{
  margin-bottom: 0;
  padding-left: 10px;
}

.div-flex{
  display: flex;
  align-items: flex-start;
}

.div-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 4rem;
}

.help-block{
  margin-bottom: 0.5em;
  font-style: italic;
}

/**********************
*      PRINT - PDF     *
***********************/

.print-header {
  width: 100%;
  padding: 8px 0px;
  display: none;
}

.print-details {
  width: 100%;
  display: none;
}

.print-company-text {
  font-size: 19px;
  line-height: 26px;
}

.print-logo {
  width: 190px;
  float: right;
}

.print-details-title {
  text-transform: uppercase;
  color: #3aa2d7;
  margin: 0;
  margin-left: 15px;
  font-size: 35px;
  padding: 0;
}

.print-details-item {
  margin: 0px;
  margin-top: 2px;
  padding: 0px;
  font-size: 20px;
}

.print-details-item span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

.text-truncate {
  max-height: 135px;
  white-space: normal;
}

.text-truncate:hover {
  max-height: none;
  background: #fafafa;
}

.text-truncate img {
  width: 250px;
  height: auto !important;
}

.list-top *{
  display: table-cell;
}

.form-checklist {
  margin-bottom: 10px;
}

.work-order-report-table td {
  border: black solid 2px;
}

.logo-report {
  display: none;
}

/* Content Area */
.content-area {
  position: relative;
  display: block;
  width: 100%;
  background-color: #eaeff2;
  padding: 30px 0px;
}

.fieldset-area {
  margin-bottom: 15px;
  margin-top: 15px;
}

.inner-content-area {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid rgba(0,14,22,0.2);
  background-color: lightgray;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: inherit;  
  height: 100%;  
}

.content-legend {
  position: absolute;
  background-color: #eaeff2;
  z-index: 100;
  margin-top: -2rem;
  font-weight: 700;
  font-size: 19px;
  padding: 0px 5px;
}
/* End Content Area */

.input-note {
  text-transform: none !important;
  font-style: italic;
  font-size: 10pt;
  line-height: 10pt;
}

/*CSS JHA*/
.matrix-col-jha {
  padding: .70rem 0rem;
  text-align: center;
  width: 19%;
  text-align: center;
}

.title-description-jha {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.vertical-text-jha {
  transform: rotate(-90deg);
  transform-origin: 74% 450%;
  float: left;
}

.likelihood-cell-jha,
.consequences-cell-jha {
  background-color: #f1f1f1;
  text-align: center;
}

.consequences-cell-jha {
  max-width: 1rem;
}

.high-cell-jha,
.medium-cell-jha,
.low-cell-jha {
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 1.25rem 0rem !important;
}

.high-cell-jha {
  background-color: rgba(217, 83, 79, 0.8);
}

.medium-cell-jha {
  background-color: rgba(226, 156, 59, 0.8);
}

.low-cell-jha {
  background-color: rgba(76, 173, 76, 0.8);
}

.inner-content-area {
  background-color: #eee;
}

.accordionMatrix-jha {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.6s;
}

.activeMatrix-jha,
.accordionMatrix-jha:hover {
  background-color: #ccc;
}

.panelMatrix-jha {
  padding: 0 18px;
  display: block;
  background-color: white;
  overflow: hidden;
}

.hazard-legend-jha {
  position: absolute;
  background-color: #eaeff2;
  z-index: 100;
  margin-top: -1.9rem;
  font-weight: 500;
  font-size: 16px;
  padding: 0px 5px;
}

.risk-low,
.risk-medium,
.risk-high {
  font-weight: 700;
  font-size: 17px;
  padding: inherit;
  border-radius: 0.5rem;
}

.risk-low {
  color: rgb(76, 173, 76);
}

.risk-medium {
  color: rgb(226, 156, 59);
}

.risk-high {
  color: rgb(217, 83, 79);
}

.flex-step{
  display: flex; 
  justify-content: space-around;
}
/*END CSS JHA*/

.overflow-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}