#homePageHO .storeDrillDown {
  cursor: pointer;
  text-decoration: underline;
}

#DataElementHpEmployeesTrackSM > #employees-track-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list {
  margin: 10px;
  padding: 0;
  list-style-type: none;
  position: relative;
  color: #666d73;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list:before {
  content: "";
  position: absolute;
  height: 100%;
  /* this will set the placement of the dashed border */
  left: calc(10% + 14px);
  border-left: 3px dashed lightgray;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item {
  margin: 5px 0;
  display: flex;
  align-items: baseline;
}
[dir=rtl] #DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item {
  flex-direction: row-reverse;
}

#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-left-pane {
  display: flex;
  width: 10%;
  justify-content: flex-end;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-left-pane .employees-track-list-item-hour {
  font-weight: bold;
  white-space: nowrap;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane {
  display: flex;
  flex: 1;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body {
  flex: 1;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
  border-radius: 3px;
  border: 2px solid #dedede;
  cursor: pointer;
  text-align: left;
}
[dir=rtl] #DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header {
  flex-direction: row-reverse;
}

#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header .employees-track-list-item-header-name {
  flex: 4;
  position: relative;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header .employees-track-list-item-header-name > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header .employees-track-list-item-header-role {
  flex: 3;
  text-align: end;
}
[dir=rtl] #DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header .employees-track-list-item-header-role {
  text-align: start;
}

#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header .employees-track-list-item-header-role .minor {
  display: inline;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header .employees-track-list-item-header-notification {
  flex: 0.5;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header .employees-track-list-item-header-notification > i.alertIcon {
  color: #d23e3e;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header .employees-track-list-item-header-notification .statusIcon {
  font-family: "Font Awesome 5 Free";
  font-size: larger;
  font-weight: bold;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header.hard .employees-track-list-item-header-notification {
  animation: blinking 1s infinite;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header.hard .employees-track-list-item-header-name {
  font-weight: bold;
  color: #d23e3e;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-header.soft .employees-track-list-item-header-name {
  font-weight: bold;
  color: #d23e3e;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-info {
  padding: 10px;
  background-color: #f7f8fa;
  word-break: break-all;
  line-height: 1.5rem;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-info.closed {
  display: none;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-info .employees-track-list-item-info-row {
  display: flex;
  justify-content: space-between;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-info .employees-track-list-item-info-row > :last-child {
  font-weight: bold;
  font-size: 1rem;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-info .employees-track-list-item-info-icons {
  display: flex;
  justify-content: space-between;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-right-pane .employees-track-list-item-body .employees-track-list-item-info .employees-track-list-item-info-notifications {
  text-align: start;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item .employees-track-list-item-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: white;
  border: 2px solid;
  z-index: 1;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.scheduled .employees-track-list-item-header {
  border-color: #eaecee !important;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.scheduled .statusIcon:before {
  content: "\f007";
  color: #eaecee;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.clockedin .employees-track-list-item-header {
  border-color: #8AC926 !important;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.clockedin .statusIcon:before {
  content: "\f007";
  color: #8AC926;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.late .employees-track-list-item-header {
  border-color: #ff333A !important;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.late .statusIcon:before {
  content: "\f4fa";
  color: #ff333A;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.clockedout .employees-track-list-item-header {
  border-color: #666d73 !important;
  background-color: rgba(102, 109, 115, 0.1);
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.clockedout .statusIcon:before {
  content: "\f554";
  color: #666d73;
  font-size: larger;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.currentTime .employees-track-list-item-hour {
  color: #2c5078;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.currentTime .employees-track-list-item-bullet {
  border-color: #2c5078;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.currentTime .employees-track-list-item-right-pane {
  border-top: 2px dashed;
  height: 4px;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.isSheduled .employees-track-list-item-header {
  border-color: #3282b8 !important;
}
#DataElementHpEmployeesTrackSM > #employees-track-container > #employees-track-list .employees-track-list-item.isSheduled .statusIcon:before {
  content: "\f007" !important;
  color: #3282b8 !important;
  font-size: initial !important;
}
@keyframes blinking {
  50% {
    opacity: 0;
  }
}

#DataElementHpShiftStatusInsightsHO #insightBox3 {
  display: flex;
  align-items: center;
}

[dir=rtl] .DataElementHpCurrentEmpInsights .insightsCurr-table .row {
  direction: ltr;
}
[dir=rtl] .DataElementHpShiftStatusInsights .insightBox .insightBoxParagraph .val, [dir=rtl] .DataElementHpCurrentEmpInsights .insightBox .insightBoxParagraph .val {
  direction: rtl !important;
}

.DataElementHpShiftStatusInsights .insights-container, .DataElementHpCurrentEmpInsights .insights-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table, .DataElementHpCurrentEmpInsights .insights-container .insights-table, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table {
  text-align: start;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table .row, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .row, .DataElementHpCurrentEmpInsights .insights-container .insights-table .row, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .row {
  margin-left: 0;
  margin-right: 0;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table .titleEmployeeInsightCurr, .DataElementHpShiftStatusInsights .insights-container .insights-table #firstRowSum, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .titleEmployeeInsightCurr, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table #firstRowSum, .DataElementHpCurrentEmpInsights .insights-container .insights-table .titleEmployeeInsightCurr, .DataElementHpCurrentEmpInsights .insights-container .insights-table #firstRowSum, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .titleEmployeeInsightCurr, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table #firstRowSum {
  margin-top: 1rem;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table #insightBox1, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table #insightBox1, .DataElementHpCurrentEmpInsights .insights-container .insights-table #insightBox1, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table #insightBox1 {
  background-color: #82b6e3;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table #insightBox2, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table #insightBox2, .DataElementHpCurrentEmpInsights .insights-container .insights-table #insightBox2, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table #insightBox2 {
  background-color: #6399c4;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table #insightBox3, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table #insightBox3, .DataElementHpCurrentEmpInsights .insights-container .insights-table #insightBox3, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table #insightBox3 {
  background-color: #3282b8;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table #insightBox4, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table #insightBox4, .DataElementHpCurrentEmpInsights .insights-container .insights-table #insightBox4, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table #insightBox4 {
  background-color: #254b73;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table .totalLineHr, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .totalLineHr, .DataElementHpCurrentEmpInsights .insights-container .insights-table .totalLineHr, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .totalLineHr {
  border: 1px solid #fff;
  width: 80%;
  margin: 0 auto 3px auto;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
  border-radius: 1rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  padding-top: 2%;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox hr, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox hr, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox hr, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox hr {
  margin: 0px 10%;
  border-color: white;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph {
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
}
.DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val {
  font-weight: bold;
  font-size: 12pt;
  direction: ltr;
}
@media screen and (max-width: 480px) {
  .DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val {
    font-size: 14pt;
  }
}
@media screen and (min-width: 768px) {
  .DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val {
    font-size: 13pt;
  }
}
@media screen and (min-width: 1024px) {
  .DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val {
    font-size: 12pt;
  }
}
@media screen and (min-width: 1600px) {
  .DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .val, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .val {
    font-size: 12pt;
  }
}
.DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10pt;
}
@media screen and (max-width: 480px) {
  .DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name {
    font-size: 13pt;
  }
}
@media screen and (min-width: 768px) {
  .DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name {
    font-size: 12pt;
  }
}
@media screen and (min-width: 1024px) {
  .DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name {
    font-size: 10pt;
  }
}
@media screen and (min-width: 1600px) {
  .DataElementHpShiftStatusInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpShiftStatusInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insights-table .insightBox .insightBoxParagraph .name, .DataElementHpCurrentEmpInsights .insights-container .insightsCurr-table .insightBox .insightBoxParagraph .name {
    font-size: 10pt;
  }
}

/*    homePage css.. need to transfer to new css    */
.firstRow {
  height: 120px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 25px;
  border-width: 1px;
  border-style: solid;
}

.owl-nav {
  color: white;
}

.owl-stage-outer {
  background-color: #2c5078;
  border-radius: 22px;
}

.carouselTitle {
  font-size: 14pt;
  font-weight: bold;
}

.carouselData {
  font-size: 14pt;
  margin-top: 5px;
}

.secondRow {
  height: 500px;
}

.secondRowChild {
  height: 250px;
}

.thirdRow {
  height: 600px;
  margin-top: 10px;
}

.fourthRow {
  height: 500px;
  margin-top: 10px;
}

#employeeEmployee {
  margin-top: 10px;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
  font-size: 2rem !important;
  opacity: 0.5;
}
.owl-prev:focus {
  outline: 0;
}
.owl-prev.disabled {
  display: none;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  font-size: 2rem !important;
  opacity: 0.5;
}
.owl-next:focus {
  outline: 0;
}
.owl-next.disabled {
  display: none;
}

#ChecklistHeader {
  direction: rtl;
  background-color: #efefef;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid lightgray;
  cursor: pointer;
  text-align: center;
  transition: none;
}

.ChecklistInfo {
  padding: 10px;
  background-color: #f7f7f7;
  height: 20vh;
  overflow: auto;
}

.ChecklistInfo.ChecklistClosed {
  display: none;
}

#Checklist {
  padding: 10px;
}

.missionTitle {
  text-align: right;
  padding-bottom: 5px;
  padding-top: 5px;
}

.missionDescription {
  text-align: right;
}

.carousel-diff-up, .carousel-diff-down, .carousel-diff-up-oposite, .carousel-diff-down-oposite {
  color: white;
  font-size: 13pt;
}

.carousel-diff-up:before {
  content: "\f062";
  font-family: FontAwesome;
  color: #8AC926;
  font-size: 14pt;
  margin: 0 6px 0 0;
}

.carousel-diff-down:before {
  content: "\f063";
  font-family: FontAwesome;
  color: #ff333A;
  font-size: 14pt;
  margin: 0 6px 0 0;
  top: 61px;
}

.carousel-diff-down-oposite:before {
  content: "\f063";
  font-family: FontAwesome;
  color: #8AC926;
  font-size: 14pt;
  margin: 0 6px 0 0;
  top: 61px;
}

.carousel-diff-up-oposite:before {
  content: "\f062";
  font-family: FontAwesome;
  color: #ff333A;
  font-size: 14pt;
  margin: 0 6px 0 0;
  top: 61px;
}

.carouselPicHappy {
  color: #8AC926;
}

.carouselPicHappy:before {
  content: "\f118";
  font-family: FontAwesome;
  color: #8AC926;
  font-size: 33pt;
  margin: 0 6px 0 0;
}

.carouselPicUnHappy {
  color: #ff333A;
  font-size: 16pt;
}

.carouselPicUnHappy:before {
  content: "\f119";
  font-family: FontAwesome;
  color: #ff333A;
  font-size: 33pt;
  margin: 0 6px 0 0;
}

.carouselPic div {
  color: white;
  font-size: 14pt;
}

.accordion {
  color: black;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  outline: none;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: white;
  border: 1px solid white;
  margin-bottom: 1%;
}
.accordion .row {
  margin-right: 0;
  margin-left: 0;
}
.accordion .titlesDiv {
  display: inline-block;
}
.accordion .symbolNotifications {
  display: none;
  margin-left: 1%;
  margin-top: -4%;
  color: #ff333A;
  font-size: xx-large;
  vertical-align: middle;
}
.accordion .circleEl {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  background-color: #2c5078;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.accordion .iconsLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.HpElement {
  height: 500px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activeAlerts .symbolNotifications, .accordion:hover .symbolNotifications {
  transition: 0.6s;
  transform: rotateY(180deg);
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
  transition: max-height 0.2s ease-out;
}
.panel .panelBody {
  padding: 1%;
}
.panel .panelBody i.fas {
  font-size: larger;
}

#AlertsBodySM .circleEl {
  margin-left: -4.8% !important;
}
#AlertsBodySM .closeAccor:before, #AlertsBodySM .openAccor:before {
  margin-top: 6% !important;
}

#AlertsBodyHO, #AlertsBodySM {
  height: 90%;
  overflow: auto;
}

[dir=ltr] #AlertsBodyHO, [dir=ltr] #AlertsBodySM {
  text-align: left;
}
[dir=ltr] .alertInnerTables h4 {
  text-align: left;
}

[dir=rtl] #AlertsBodyHO, [dir=rtl] #AlertsBodySM {
  text-align: right;
}

.tableHidden {
  display: none;
  min-height: 300px;
}
.tableHidden h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.tableHidden #groupButtons {
  display: none !important;
}
.tableHidden table {
  overflow-y: scroll;
  max-height: 400px;
  display: block;
}
.tableHidden table .tableTitlesCol:hover {
  cursor: pointer;
}

[dir=ltr] .DataElementHpShiftStatusInsights .insightBox, [dir=ltr] .DataElementHpCurrentEmpInsights .insightBox {
  height: 200px;
}
[dir=ltr] #homePageHO .tableHidden h3, [dir=ltr] #homePageSM .tableHidden h3 {
  margin-left: 1%;
  text-align: left;
}
[dir=ltr] #homePageHO .splitTableButton, [dir=ltr] #homePageSM .splitTableButton {
  float: left;
}
[dir=ltr] #homePageHO .hideColumns .bootstrap-select, [dir=ltr] #homePageSM .hideColumns .bootstrap-select {
  float: right;
}
[dir=ltr] #homePageHO h3, [dir=ltr] #homePageSM h3 {
  text-align: left;
}

[dir=rtl] .DataElementHpShiftStatusInsights .insightBox, [dir=rtl] .DataElementHpCurrentEmpInsights .insightBox {
  height: 190px;
}
[dir=rtl] #homePageHO .tableHidden h3, [dir=rtl] #homePageSM .tableHidden h3 {
  text-align: right;
}
[dir=rtl] #homePageHO .splitTableButton, [dir=rtl] #homePageSM .splitTableButton {
  float: right;
}
[dir=rtl] #homePageHO .hideColumns .bootstrap-select, [dir=rtl] #homePageSM .hideColumns .bootstrap-select {
  float: left;
  text-align: right;
}
[dir=rtl] #homePageHO h3, [dir=rtl] #homePageSM h3 {
  text-align: right;
}

.splitTableButton {
  font-size: medium;
  color: #97B5D8;
}
.splitTableButton:hover {
  cursor: pointer;
}

.tableDrillDownArrow {
  font-size: x-large;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: 100%;
  z-index: 1;
}

.HpElementH {
  height: 500px;
  width: auto;
}
.HpElementH table:not([class=tableHidden]):not([class=alertInnerTables]) {
  overflow-y: scroll;
  max-height: 300px;
  display: block;
}
.HpElementH table:not([class=tableHidden]):not([class=alertInnerTables]) th {
  top: 0;
  background-color: white;
  position: sticky;
}

.HpElement .table-responsive[data-pattern=priority-columns], .HpElementH .table-responsive[data-pattern=priority-columns] {
  overflow-x: hidden;
}

#DataElementHpStoresStatusHO {
  height: auto;
  overflow: hidden;
}
#DataElementHpStoresStatusHO table {
  max-height: 65vh;
}

@media screen and (max-width: 1024px) {
  .tableHidden table {
    max-height: 350px;
    overflow-y: scroll;
  }
}
.alertInnerTables {
  width: 100%;
}
.alertInnerTables tr {
  border-bottom: 1px solid lightgray;
}
.alertInnerTables tr td {
  padding: 1% 3%;
  display: inline-block;
}
.alertInnerTables tr td .alert-diff-up, .alertInnerTables tr td .alert-diff-down {
  text-align: left !important;
}

#DataElementHpChecklistTrackerSM .alertInnerTables td {
  padding: 1% !important;
  display: table-cell !important;
}

.phoneButton {
  -webkit-tap-highlight-color: grey;
}

@media screen and (max-width: 768px) {
  #DataElementHpStoresStatusHO {
    max-height: 120vh;
    height: 120vh;
  }
  #DataElementHpStoresStatusHO #table0 table {
    max-height: 80vh;
    height: 80vh;
  }
  .carouselTitle {
    font-size: 13pt;
    padding: 0px 15px;
  }
  .carouselData {
    font-size: 13pt;
  }
  .carousel-diff-down, .carousel-diff-up {
    font-size: 11pt;
  }
  .carousel-diff-down:before, .carousel-diff-up:before {
    font-size: 11pt;
  }
  .col-xs-2 {
    width: 20% !important;
  }
  .col-xs-3 {
    width: 25% !important;
  }
  .col-xs-1 {
    width: 10% !important;
  }
  .HpElementH {
    width: auto;
  }
  #AlertsHO, #AlertsSM {
    height: auto !important;
  }
  .tableHidden {
    display: none;
    max-height: 700px;
  }
  .owl-stage-outer {
    margin: 12px;
  }
  .col {
    flex-basis: auto !important;
  }
  .accordion .titlesDiv {
    width: 100%;
  }
  .accordion .arrowIcon {
    text-align: center;
    display: block;
  }
  .accordion .symbolNotifications {
    font-size: large;
    margin-top: 0;
    vertical-align: top;
  }
  .accordion:before {
    content: none;
  }
  .accordion .circleEl {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 10px;
  }
  .accordion .lastUpdated {
    font-size: 10pt;
  }
  .insightBox {
    width: 80%;
    margin: auto;
    margin-bottom: 5%;
  }
  .multipleGraph {
    display: none !important;
  }
}
.employees-track-list-item-header-phone {
  margin-left: 10px;
}

.employees-track-list-item-header-phone i {
  color: white;
}

.HpElementCol {
  background-color: white;
  padding: 5px;
  border: 1px solid #dcd9d9;
  border-radius: 10px;
  margin: 3px;
}
.HpElementCol.tableHidden {
  height: auto;
  overflow: hidden;
}

#homePageHO h3, #homePageSM h3 {
  padding: 15px !important;
}

.alert-diff-up {
  color: #8AC926;
  font-size: 10pt;
}

.alert-diff-up:before {
  content: "\f0d8";
  font-family: FontAwesome;
  color: #8AC926;
  font-size: 14pt;
  margin: 0 6px 0 0;
}

.alert-diff-down {
  color: #ff333A;
  font-size: 10pt;
}

.alert-diff-down:before {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #ff333A;
  font-size: 14pt;
  margin: 0 6px 0 0;
}

.noPhone {
  pointer-events: none;
}

.fas .fa-baby {
  font-weight: bolder;
  font-size: larger;
}

.fullscreen-fixed-rotated {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
.fullscreen-fixed-rotated .HpElement {
  width: 100vh;
  height: 100vw;
  padding: 1rem;
}
[dir=rtl] .fullscreen-fixed-rotated .HpElement {
  transform-origin: right top;
  transform: rotate(90deg) translateX(100%);
}

[dir=ltr] .fullscreen-fixed-rotated .HpElement {
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-100%);
}

.transition-none {
  transition: none !important;
  z-index: 0 !important;
}

[dir=ltr] .DataElementHpCurrentEmpInsights {
  direction: rtl;
}

#DataElementHpSaleByChannelSummaryHO,
#DataElementHpSaleByDigitalChannelSummaryHO {
  height: auto !important;
  min-height: none !important;
}

#DataElementHpSaleByChannelSummaryHO table,
#DataElementHpSaleByDigitalChannelSummaryHO table {
  max-height: none !important;
}

#DataElementHpSaleByChannelSummaryHO tbody tr:last-child td,
#DataElementHpSaleByDigitalChannelSummaryHO tbody tr:last-child td {
  background-color: #97B5D8 !important;
  font-weight: bold;
}

#DataElementHpSaleByChannelSummaryHO #buttonsInside,
#DataElementHpSaleByDigitalChannelSummaryHO #buttonsInside {
  height: 44px !important;
}

#mainPageInfo {
  float: left;
}

.tooltip-inner {
  font-size: 14px !important;
}

.HpElementHalf {
  height: 250px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

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