/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
}
app-root {
  display: block;
  height: 100%;
}
body {
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #292b2c;
  background-color: #F4F6F9;
  padding: 0;
  margin: 0;
}
/* WALKME ADAPTATION FOR HEADER V3 */
.cmx-nav-header__help-menu-item .walkme-launcher-container {
  float: none !important;
  display: inline-block !important;
  height: 1rem !important;
}
.cmx-nav-header__help-menu-item .walkme-custom-launcher-outer-div {
  background-color: transparent !important;
  color: #3FA9F5;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 500;
  font-family: "Roboto";
}
.cmx-nav-header__help-menu-item .walkme-custom-launcher-outer-div:hover {
  color: #01579B !important;
  font-weight: 500;
  font-family: "Roboto";
}
.select-jobsites {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #292b2c;
}
/*Notifications bell styles */
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading h2 {
  margin-bottom: 12px;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading h2, #notificationDetailDialogContent .cmx-notifications__modal-detail-heading p {
  text-align: left;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading div #functions, #notificationDetailDialogContent .cmx-notifications__modal-detail-heading div #jobsite {
  text-align: left;
  padding: 20px 0 12px 0;
  font-weight: bold;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading div table:nth-child(1n) {
  width: 100%;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading div table:nth-child(1n) thead tr th:first-child {
  padding-left: 20px;
  width: 70%;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading div table:nth-child(1n) thead tr th {
  font-size: 0.875rem;
  text-align: left;
  padding-bottom: 12px;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading div table:nth-child(1n) tbody tr td:first-child {
  padding-left: 20px;
  width: 70%;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading div table:nth-child(1n) tbody tr:nth-child(odd) {
  background-color: #eee;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading div table:nth-child(1n) tbody tr:nth-child(odd) td {
  text-align: left;
  width: 30%;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading div table:nth-child(1n) tbody tr:nth-child(even) {
  background-color: #fff;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading div table:nth-child(1n) tbody tr:nth-child(even) td {
  text-align: left;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading table a[title~=support] {
  color: #0074d4;
  border: 2px solid #0074d4;
  background-color: #fff;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading table a[title~=regular] {
  color: #fff;
  background-color: #0074d4;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading table a[title~=support], #notificationDetailDialogContent .cmx-notifications__modal-detail-heading table a[title~=regular] {
  border-radius: 60px;
  padding: 5px 30px 5px 30px;
  margin-top: 25px;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 360px) and (max-width: 700px) {
  #notificationDetailDialogContent .cmx-notifications__modal-detail-heading table:nth-child(4n+1) th {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    font-size: -9rem !important;
    overflow-y: hidden !important;
  }
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading table:nth-child(4n+1) th:first-child {
  width: 75%;
  text-align: right;
}
#notificationDetailDialogContent .cmx-notifications__modal-detail-heading table:nth-child(4n+1) th:last-child {
  width: 25%;
  text-align: right;
}
#notificationDetailDialogContent > table table:last-child {
  width: 100%;
}
.fade-in {
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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