html {
  height: 100%;
  width: 100%;
  overflow-y: overlay;
  font-size: 12px;
}
.fill {
  height: 100vh !important;
}
label {
  font-weight: normal;
}
ui-view.container,
ui-view.container-fluid {
  padding: 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
body {
  min-height: 100%;
  width: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 5px 0;
}
h1 {
  font-size: 32px;
  line-height: 42px;
}
h2 {
  font-size: 21px;
  line-height: 34px;
}
h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
h4 {
  font-size: 14px;
  line-height: 22px;
}
h5 {
  font-size: 12px;
}
p {
  font-size: 12px;
  line-height: 26px;
}
.uib-datepicker-popup,
.dropdown-menu {
  z-index: 1061;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="date"],
input[type="time"],
input.form-control,
.input-checkbox {
  -webkit-appearance: none !important;
  border-radius: 2px;
  line-height: 20px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
input:disabled,
textarea:disabled {
  background-color: #eee;
  box-shadow: none;
}
input[type="time"]::-webkit-clear-button {
  display: none;
}
input[type="time"]::-ms-clear {
  display: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.ph-text-grey {
  color: #999999;
}
.ph-mobileState {
  padding: 50px;
  text-align: center;
  width: 100%;
  height: 100vh;
  color: #333;
  background: #fff;
  font-size: 1rem;
}
.ph-mobileState > img {
  margin-bottom: 30px;
  margin-top: 20px;
  width: 100px;
}
.ph-mobileState > p {
  line-height: 1.5;
  font-size: 14px;
}
.ph-whatsThis {
  cursor: pointer;
  height: 14px;
  width: 14px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
.ph-whatsThis:hover {
  opacity: 0.8;
}
.ph-whatsThis:active {
  opacity: 0.5;
}
.ph-updatingIcon {
  width: 34px;
  height: 34px;
}
.yearFormat {
  color: #999;
  font-weight: 200;
}
.redTag {
  color: #B71C1C;
  border: 1px solid #B71C1C;
  border-radius: 3px;
  margin: 0 3px;
  padding: 0 5px;
}
.ph-border {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.ph-window {
  padding-top: 20px;
}
.ph-window > ui-view {
  width: 100%;
  height: 100%;
  float: left;
  margin-bottom: 50px;
}
.ph-disabledForm * {
  pointer-events: none !important;
  box-shadow: none !important;
}
.ph-disabledForm input,
.ph-disabledForm textarea,
.ph-disabledForm button:not(.checkbox-active),
.ph-disabledForm list-selector {
  background-color: #fbfbfb;
}
.ph-disabledForm input .ion,
.ph-disabledForm textarea .ion,
.ph-disabledForm button:not(.checkbox-active) .ion,
.ph-disabledForm list-selector .ion {
  display: none;
}
.ph-disabledForm radio-button > div {
  background-color: #fbfbfb;
}
.form-control {
  font-size: 12px;
}
.input-group-addon {
  font-size: 12px;
}
.btn-group button {
  position: relative;
}
.btn-group button span.caret {
  position: absolute;
  right: 10px;
  top: 14px;
}
.loadingIcon {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  z-index: 100;
}
.loadingIcon img {
  height: 40px;
  width: 40px;
}
.ph-warningMessage {
  font-size: 10px;
  color: #ccc;
  text-align: right;
  margin-bottom: 50px;
}
.ph-warningMessage.warn {
  color: #d9534f;
}
.ph-warningMessage .ion-asterisk {
  font-size: 10px;
}
.ph-warningMessage > span {
  color: #00adef;
  cursor: pointer;
}
.ph-warningMessage > span:hover {
  text-decoration: underline;
}
.ph-warningMessage > i {
  font-size: 12px;
  top: 0;
  margin-right: 3px;
}
.empty-message {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 0 30px;
  line-height: 1.5 !important;
  color: #999;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
}
.ion {
  position: relative;
  font-size: 16px;
}
.dropdown-menu {
  border-radius: 2px !important;
}
.dropdown-menu > li > a {
  min-height: 34px;
  line-height: 24px;
}
.dropdown-menu > li > a:hover {
  background-color: #fafafa;
}
.dropdown-menu > li > a:active {
  background-color: #eee;
}
.dropdown-menu > li > a > .ion {
  left: 5px;
  top: 1px;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f9f9;
}
::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 0px !important;
}
body .slim {
  background-color: #fff;
  border: dashed 1px #ddd;
  border-radius: 2px;
  font-size: 12px;
  color: #999;
  font-weight: 200;
}
body .slim:hover {
  background-color: #f9f9f9 !important;
}
body .slim:active {
  background-color: #eee !important;
}
body .slim .slim-result {
  margin: -1px;
}
.slim-editor-btn-group {
  display: block;
  margin: 0 auto;
  width: 245px;
}
.slim-editor-btn-group > button {
  padding: 10px 30px !important;
  font-size: 12px !important;
  height: 40px;
  border-radius: 2px;
  box-shadow: none !important;
  border-width: 1px !important;
}
.slim-editor-btn-group > button.slim-btn-confirm {
  background-color: #5eb22e !important;
  border-color: #5eb22e;
  color: #fff;
  float: left;
}
.slim-editor-btn-group > button.slim-btn-cancel {
  background-color: #fff !important;
  border-color: #ddd;
  color: #333;
  float: right;
}
/*Uib tabset non-active tab borders*/
.uib-tab {
  min-width: 100px;
  text-align: center;
}
.uib-tab:not(.active) a {
  color: #00adef;
  border: solid 1px #f4f4f4;
  border-radius: 2px 2px 0 0;
  border-bottom: none;
}
.uib-tab:not(.active) {
  border-bottom: none;
}
.btn-primary,
#redactor-modal-button-action {
  background-color: #00adef;
  border: solid 1px #00adef;
}
.btn-primary:hover,
#redactor-modal-button-action:hover {
  background-color: #008fb7;
  border-color: #008fb7;
  color: #fff;
}
.inv-headingRow .btn-success {
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  height: 34px;
}
.ph-currentDay {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #00adef;
  border-radius: 30px;
}
.ph-datePickerBtn {
  width: 140px;
  text-align: left;
  padding: 6px 12px;
  line-height: 20px;
  float: left;
  position: relative;
}
.ph-datePickerBtn span.caret {
  position: absolute;
  right: 10px;
  top: 14px;
}
.ph-newInd {
  width: 6px;
  height: 6px;
  float: left;
  position: relative;
  margin: 14px 0 14px 10px;
  background-color: #00adef;
  border-radius: 30px;
}
.ph-blueText {
  color: #00ADEF;
}
.ph-missingFieldsInTab a {
  color: #d9534f !important;
  font-weight: bold !important;
}
.ph-dateYear {
  color: #999;
  font-weight: 300;
}
.ph-body > .ph-content.container,
.ph-navbar-container.container,
.ph-window {
  max-width: 1300px;
  width: 90%;
}
.ph-screen-minHeight {
  min-height: 600px;
}
.ph-body {
  min-height: calc(100vh - 100px);
  display: block;
}
.ph-badge {
  position: relative;
  display: inline;
  font-size: 10px;
  line-height: 26px;
  margin: 5px 10px;
  padding: 3px 10px;
  border-radius: 2px;
}
.ph-badge.finalPay {
  background-color: #d9534f;
  color: #fff;
}
.ph-finishIcon {
  margin-right: 7px;
  margin-top: -3px;
  width: 18px;
}
.ph-finishIcon.ph-inList {
  margin-top: 0;
  width: 13px;
}
.ph-emptyState {
  height: 220px;
  width: 100%;
  font-size: 14px;
  color: #999;
  font-weight: 200;
  position: relative;
  background-color: #fcfcfc;
  border: dashed 1px #ddd;
  border-radius: 2px;
}
.ph-emptyState.bumpUp {
  margin-top: -2px;
  border-top: solid 1px #ddd;
}
.ph-emptyState.approvedCycle {
  background-color: #fff;
}
.ph-emptyState.approvedCycle i {
  color: #5eb22e;
}
.ph-emptyState.approvedCycle h2 {
  color: #333;
}
.ph-emptyState.approvedCycle p {
  color: #999;
}
.ph-emptyState > div {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 44px;
}
.ph-emptyState > div span {
  color: #00adef;
  cursor: pointer;
}
.ph-emptyState > div h2,
.ph-emptyState > div p {
  margin: 0;
  color: #bbb;
  font-weight: normal;
}
.ph-emptyState > div i {
  display: block;
  font-size: 60px;
  color: #ddd;
  margin-bottom: 5px;
}
.ph-emptyState > div .noSearch {
  position: absolute;
  width: 2px;
  height: 50px;
  background: #ececec;
  left: calc(50% - 6px);
  top: 1px;
  transform: rotate(45deg);
}
.ph-emptyState > div > p .ph-empty-plusIcon,
.ph-emptyState > div > p .ph-empty-refreshIcon {
  cursor: default;
  color: #fff;
  border-radius: 2px;
  margin: 0 4px;
}
.ph-emptyState > div > p .ph-empty-plusIcon {
  background-color: #5eb22e;
  padding: 0 5px;
}
.ph-emptyState > div > p .ph-empty-refreshIcon {
  cursor: pointer;
  background-color: #00adef;
  padding: 3px 5px;
  font-size: 11px;
}
.ion-ios-checkmark-empty:before {
  top: -3px;
  font-size: 22px;
  position: relative;
  height: inherit;
}
.ion {
  font-size: 16px;
  position: relative;
}
.ion-ios-close-empty {
  cursor: pointer;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: content-box;
  transition: all 0.25s ease-out;
}
.ion-ios-close-empty:before {
  top: calc(50% + 1px);
  left: calc(50% + 0.5px);
  transform: translate(-50%, -50%);
  position: absolute;
}
.ion-ios-close-empty.sm-close {
  font-size: 20px;
  padding: 5px;
  height: 10px;
  width: 10px;
  right: 11px;
}
.ion-ios-close-empty.sm-close:hover {
  padding: 8px;
  right: 8px;
}
.ion-ios-close-empty.lg-close {
  font-size: 30px;
  padding: 5px;
  height: 20px;
  width: 20px;
  right: 15px;
}
.ion-ios-close-empty.lg-close:hover {
  padding: 8px;
  right: 12px;
}
.ion-ios-close-empty:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ion-ios-close-empty:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.glyphicon-calendar {
  color: #777;
  font-weight: normal !important;
}
.ng-hide.ng-hide-animate {
  display: none !important;
}
.dropdown-menu li,
.nav-tabs li {
  cursor: pointer;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.input-group-addon {
  border-radius: 2px;
  font-weight: bold;
}
.input-group-addon.glyphicon-calendar {
  padding: 0;
}
.form-horizontal {
  position: relative;
  background-color: #fcfcfc;
  border: solid 1px #efefef;
  border-radius: 2px;
  padding: 30px 40px;
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  font-size: 12px !important;
  text-align: right;
  font-weight: 200;
}
.form-horizontal .control-value {
  text-align: left;
  font-weight: 600;
  padding-top: 7px;
}
.form-horizontal .control-valueUnit {
  text-align: left;
  padding-top: 7px;
  font-weight: 200;
}
.form-horizontal .header {
  font-size: 14px;
  margin-bottom: -30px;
}
.form-horizontal list-drop-down {
  width: 100%;
}
.form-horizontal .form-group {
  min-height: 34px;
  margin-left: 100px;
}
.form-horizontal .form-group .control-label {
  position: relative;
}
.form-horizontal .form-group .control-label div.form-requiredField {
  position: absolute;
  right: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #d9534f;
}
.form-horizontal .form-group .radioButtons {
  padding-top: 4px;
}
.form-horizontal .form-group .radioButtons > label {
  top: 1px;
  position: relative;
}
.form-horizontal .form-group > .checkbox {
  padding-top: 5px;
}
.form-horizontal .form-group > .checkbox > check-box {
  margin: -3px 5px 0 0;
}
.form-horizontal .form-group > .checkbox > label {
  padding-left: 5px;
}
.form-horizontal .form-group .ph-required-icon {
  color: #d9534f;
  position: absolute;
  left: -5px;
  font-size: 9px;
  top: 12px;
}
.projectColour {
  height: 24px;
  width: 5px;
  border-radius: 5px;
  position: relative;
  margin-right: 7px;
  top: 8px;
  display: inline-block;
  background-color: #00adef;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 1001;
  cursor: pointer;
  font-weight: 400 !important;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-out;
}
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  min-width: 155px;
  width: -webkit-max-content;
  margin-bottom: 8px;
  transform: translateX(-50%);
  padding: 10px 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #333;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  /*transform: translateX(-50%);*/
  width: 0;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.employee-change {
  display: flex;
}
.employee-change > list-drop-down {
  margin-left: 0px !important;
}
.employee-change > list-drop-down > div > button {
  border-left: none;
  border-right: none;
  border-radius: 0px;
  min-width: 250px !important;
  text-align: center !important;
  font-size: medium;
}
.employee-change > img {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
}
.employee-change > button {
  padding: 6px !important;
  min-width: 34px;
  background-color: #eee !important;
}
.employee-change > button:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.employee-change > button:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ph-filterToolbar.timeSummary list-selector,
.ph-filterToolbar.timesheets list-selector {
  width: 250px;
}
@media screen and (max-width: 1150px) {
  .ph-filterToolbar.timeSummary list-selector,
  .ph-filterToolbar.timesheets list-selector {
    width: 150px;
  }
}
.tEmployee.ph-filterToolbar {
  width: 100%;
  position: relative;
  padding-right: 50px;
}
.toggleCalendarBtn {
  width: 34px;
  height: 86px;
  background-color: #FFFFFF;
  top: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.toggleCalendarBtn span {
  font-size: 12px;
}
.timeModal-container day-selector {
  width: 90px;
  height: 34px;
  float: left;
}
.timeModal-container .dateInputContainer {
  width: calc(100% - 90px);
}
.ph-payHistory .lastPayContainer {
  overflow: hidden;
}
.ph-payHistory .lastPayContainer .scrollContainer .ph-payHistoryItem {
  padding: 25px 15px;
}
.ph-payHistory .lastYearRates {
  margin-bottom: 0;
}
.ph-payHistory .lastYearRates > .tableHeaderRow {
  border: 1px solid #dddddd;
}
.ph-payHistory .lastYearRates > .tableHeaderRow > div {
  height: 49px;
}
.ph-payHistory .lastYearRates .ph-statRow {
  float: left;
}
.ph-payHistory .lastYearRates .ph-statRow:first-child {
  width: 220px;
  border-right: 1px solid #DDDDDD;
}
.ph-payHistory .lastYearRates .ph-statRow:first-child .ph-stat,
.ph-payHistory .lastYearRates .ph-statRow:first-child .ph-statRowTitle {
  width: 100%;
  text-align: center;
  left: 0;
}
.ph-payHistory .lastYearRates .ph-statRow:last-child {
  width: calc(100% - 220px);
  padding-left: 50px;
}
.ph-payHistory .lastYearRates .ph-statRow:last-child .ph-stat {
  width: 25%;
}
.ph-payHistory .lastYearChart .scrollContainer {
  padding: 30px 40px;
}
.ph-payHistory .lastYearChart .scrollContainer #payHistoryChart {
  max-height: 500px;
  height: 500px;
  overflow: hidden;
}
.ph-payHistory .ph-payHistoryItem:not(.ph-payHistoryItemNoClick) {
  cursor: pointer;
}
.ph-payHistory .ph-payHistoryItem:not(.ph-payHistoryItemNoClick) .itemValue.clickColour {
  color: #00adef;
}
.ph-payHistory .ph-payHistoryItem:not(.ph-payHistoryItemNoClick):hover {
  background-color: #FAFAFA;
}
.ph-payHistory .ph-payHistoryItem:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.ph-payHistory .viewMoreHistory button {
  display: block;
  margin: 0 auto;
}
.ph-payView .ph-toolbar > h3:not(span) {
  font-weight: 600;
}
.ph-payView .ph-toolbar > button {
  padding: 6px 20px;
}
.ph-payView .ph-payHistoryItem {
  padding: 25px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 20px;
}
.ph-payView .ph-employee-additional > div:first-child {
  margin-top: 50px;
  height: 50px;
  line-height: 48px;
  border-bottom: solid 1px #ddd;
}
.ph-payView .ph-employee-additional > div:first-child > div:first-child {
  font-weight: 600;
  font-size: 14px;
  padding-left: 0;
}
.ph-payView .ph-employee-additional > div:first-child > div:last-child {
  text-align: right;
  padding-right: 42px;
}
.ph-payView .ph-employee-additional.payslip > p {
  padding-top: 15px;
}
.ph-payHistoryItem {
  padding: 15px;
  overflow: hidden;
}
.ph-payHistoryItem .hoursDays {
  margin-top: 7px;
}
.ph-payHistoryItem > div {
  height: 60px;
  padding: 0;
}
.ph-payHistoryItem > div:first-child {
  float: left;
}
.ph-payHistoryItem > div:first-child > div:first-child {
  padding-left: 15px;
  min-width: 300px;
}
.ph-payHistoryItem > div:last-child {
  float: right;
}
.ph-payHistoryItem > div > .block {
  float: left;
  min-height: 50px;
  padding: 0 30px;
  min-width: 140px;
}
@media (max-width: 991px) {
  .ph-payHistoryItem > div > .block {
    padding: 0 10px;
  }
}
.ph-payHistoryItem > div > .block .itemTitle {
  line-height: 24px;
  height: 25px;
  font-size: 12px;
  color: #999;
}
.ph-payHistoryItem > div > .block .itemTitle.padded {
  height: 25px;
  line-height: 25px;
}
.ph-payHistoryItem > div > .block .itemValue {
  line-height: 34px;
  height: 35px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.ph-payHistoryItem > div > .block .itemValue.bigText {
  font-size: 24px;
}
.ph-payHistoryItem > div > .block .itemValue.negative {
  color: #B71C1C;
}
.ph-payHistoryItem > div > .block .itemValue.positive {
  color: #558B2F;
}
.ph-payHistoryItem > div > .block .nonSalaryValues {
  height: 25px;
  overflow: hidden;
}
.ph-payHistoryItem > div > .block .nonSalaryValues > div {
  float: left;
  margin-right: 20px;
}
.ph-payHistoryItem > div > .block b {
  font-weight: 600;
  color: black;
}
.ph-payHistoryItem > div > .block b.large {
  font-size: 14px;
}
.ph-payHistoryItem > div > .block.noBorder {
  border: none !important;
}
.ph-payHistoryItem > div > .block.widerPadding {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .ph-payHistoryItem > div > .block.widerPadding {
    padding: 0 10px;
  }
}
.ph-payHistoryItem > div > .block.hideOnSmallScreen {
  display: block;
}
@media screen and (max-width: 1200px) {
  .ph-payHistoryItem > div > .block.hideOnSmallScreen {
    display: none;
  }
}
.ph-leaveEmployeeCalendar .leaveBalancesContainer {
  overflow: hidden;
}
.ph-leaveEmployeeCalendar .leaveBalancesContainer .ph-statRow {
  width: 50%;
  float: left;
}
.ph-leaveEmployeeCalendar .leaveBalancesContainer .ph-statRow:first-child {
  border-right: 1px solid #DDDDDD;
}
.ph-leaveEmployeeCalendar .leaveBalancesContainer .ph-statRow .ph-stat {
  width: 50%;
}
.ph-leaveEmployeeCalendar .leaveBalancesContainer .ph-statRow .ph-stat .ph-statRowTitle {
  width: 170px;
}
.ph-leaveEmployeeCalendar .leaveBalancesContainer .ph-statRow .ph-stat .ph-statRowTitle .ph-whatsThis {
  margin-left: 10px;
  margin-top: -3px;
}
.ph-leaveEmployeeCalendar .leaveBalancesContainer .ph-statRow .ph-stat .statValue span {
  color: #999;
  font-weight: 400;
}
.ph-leaveEmployeeCalendar .calendarContainer {
  width: 100%;
  background-color: #FAFAFA;
  padding: 20px;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #dddddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ph-leaveEmployeeCalendar .calendarContainer .yearSelectorContainer {
  padding: 3px 1px;
  height: 40px;
  width: 100%;
}
.ph-leaveEmployeeCalendar .calendarContainer .yearSelectorContainer.yearSelectorTop {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.ph-leaveEmployeeCalendar .calendarContainer .yearSelectorContainer.yearSelectorTop > * {
  float: left;
}
.ph-leaveEmployeeCalendar .calendarContainer .yearSelectorContainer.yearSelectorBottom {
  margin-right: 10px;
  margin-top: 10px;
}
.ph-leaveEmployeeCalendar .calendarContainer .yearSelectorContainer.yearSelectorBottom > * {
  float: right;
}
.ph-leaveEmployeeCalendar .calendarContainer .yearSelectorContainer > .yearSelectorBtn {
  width: 34px;
  height: 34px;
  background-color: #FFFFFF;
  border-color: #dddddd;
  margin: 0 !important;
  padding: 0;
}
.ph-leaveEmployeeCalendar .calendarContainer .yearSelectorContainer > .yearSelectorDate {
  font-size: 16px;
  font-weight: bold;
  height: 34px;
  width: 100px;
  text-align: center;
  line-height: 34px;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer {
  background-color: #FFFFFF;
  float: left;
  margin: 10px 9px;
  padding: 10px;
  border-radius: 2px;
  height: 360px;
  position: relative;
  border: 1px solid #dddddd;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer .monthName {
  width: 100%;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer thead {
  height: 18px;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer thead > tr.dayNameRow > th {
  text-align: center;
  width: 48px;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow {
  width: 100%;
  height: 48px;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover {
  width: 400px;
  background-color: #ffffff;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover .leaveListHeader,
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover .leaveListContainer {
  position: absolute;
  left: 0;
  transition: 0.3s ease-in;
  opacity: 1;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverHeader {
  height: 61px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 1px solid #DDDDDD;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverHeader .leaveListHeader {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
  width: 100%;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverHeader .leaveListHeader > span {
  color: #999;
  font-weight: 200;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverHeader .leaveDetailsHeader {
  position: relative;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverHeader .leaveDetailsHeader > * {
  float: left;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s ease-in;
  position: relative;
  overflow: hidden;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer {
  width: 100%;
  transition: 0.3s ease-in;
  overflow-y: auto;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem:hover {
  background-color: #fafafa;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem:active {
  background-color: #eee;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem > * {
  float: left;
  height: 50px;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem .leaveColorCol {
  width: 15px;
  padding: 5px 10px 5px 0;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem .leaveColorCol > div {
  width: 5px;
  height: 40px;
  border-radius: 5px;
  background-color: #00adef;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem .leaveNameCol {
  width: 205px;
  color: #00adef;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem .leaveNameCol > div:first-child {
  padding-top: 7px;
  height: 27px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem .leaveNameCol > div:last-child {
  height: 16px;
  line-height: 20px;
  font-size: 10px;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem .leaveDateCol {
  width: 125px;
  text-align: right;
  font-size: 12px;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem .leaveDateCol span {
  color: #999;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow .dayCellPopover > .popoverContents .leaveListContainer .leaveListItem .leaveArrowCol {
  position: absolute;
  width: 15px;
  text-align: right;
  color: #ccc;
  font-size: 12px;
  opacity: 1;
  transition: 0.2s ease-in;
  right: 20px;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow > td {
  height: 48px;
  width: 48px;
  padding: 2px;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer tbody > tr.dayRow > td > .dayWithLeave {
  border-radius: 3px;
  cursor: pointer;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer .calendarDay {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer .calendarDay:hover {
  background-color: #BBDEFB;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer .afterToday {
  background-color: #FAFAFA;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer .beforeToday {
  background-color: #fefefe;
  cursor: default;
}
.ph-leaveEmployeeCalendar .calendarContainer .monthContainer .beforeToday:hover {
  background-color: #fefefe;
}
.ph-leaveEmployeeCalendar .calendarContainer #leaveTooltip {
  position: absolute;
  width: 160px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 2px;
  background-color: #333;
  padding: 10px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.ph-leaveCal-toolbar {
  padding-right: 40px;
}
.leaveCalFilter {
  width: 250px;
}
@media screen and (max-width: 1150px) {
  .leaveCalFilter {
    width: 150px;
  }
}
.pendingLeaveTitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-top: 30px;
}
.pendingLeaveTitle > span {
  color: #999;
}
.ph-scrollTable.ph-leaveCalView {
  margin-bottom: 50px;
  width: 100%;
}
.ph-scrollTable.ph-leaveCalView .tableRow .leaveCatColor {
  width: 5px;
  height: 24px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}
.ph-scrollTable.ph-leaveCalView .tableRow list-drop-down {
  width: 20px;
}
.ph-scrollTable.ph-leaveCalView .tableRow .leaveApprovedLabel {
  color: #5eb22e;
}
.ph-scrollTable.ph-leaveCalView .tableRow .leaveDeclinedLabel {
  color: #d9534f;
}
.ph-scrollTable.ph-leaveCalView .tableRow .leavePendingLabel {
  color: #999;
  margin-right: 10px;
}
.modal-row .component-container {
  float: left;
  padding: 10px;
}
.modal-row .component-container .partDayOptions button {
  width: 138px;
  font-size: 13px;
  text-align: left;
  padding: 0 10px;
}
.modal-row .component-container .partDayOptions button span {
  float: right;
  margin-top: 6px;
}
.modal-row .component-container .partDayOptions ul {
  width: 138px;
}
.modal-row .component-container .partDayOptions ul li {
  height: 30px;
  line-height: 30px;
  width: 100%;
  cursor: pointer;
  padding-left: 10px;
}
.modal-row .component-container .partDayOptions ul li.selectedItem {
  background-color: #0277BD;
  color: #ffffff;
}
.modal-row .component-container .partDayOptions ul li:not(.selectedItem):hover {
  background-color: #FAFAFA;
}
.modal-row .component-container > .dateInputContainer {
  width: 100%;
}
.modal-row .component-container > .requestStat {
  height: 56px;
  width: 100%;
  padding-top: 12px;
}
.modal-row .component-container > .requestStat > div:first-child {
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.modal-row .component-container > .requestStat > div:first-child > span:first-child {
  font-size: 22px;
}
.modal-row .component-container > .requestStat > div:first-child > span {
  font-size: 11px;
  margin-left: 5px;
}
.modal-row .component-container > .requestStat > div:last-child {
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #888;
}
.modal-row .component-container > .requestStat.currentlyAvailable {
  transition: opacity 0.1s ease-out;
}
.modal-row .component-container.leaveInfo,
.modal-row .component-container.insufficientLeave {
  width: 100%;
  height: 0;
  transition: height 0.1s ease-out;
}
.modal-row .component-container.leaveInfo .timeModal-title,
.modal-row .component-container.insufficientLeave .timeModal-title {
  color: #888;
  transition: opacity 0.1s ease-out;
}
.modal-row .component-container.leaveInfo ul,
.modal-row .component-container.insufficientLeave ul {
  transition: opacity 0.1s ease-out;
  margin: 0;
}
.modal-row .component-container.leaveInfo ul li,
.modal-row .component-container.insufficientLeave ul li {
  text-decoration: dotted;
  height: 18px;
}
.modal-row .component-container.leaveInfo .timeModal-title {
  color: #888;
}
.modal-row .component-container.insufficientLeave .timeModal-title {
  color: #b22e2e;
}
.login-logo-container {
  width: 420px;
  display: block;
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
  z-index: 10;
  transition: all 0.25s;
}
@media (max-width: 460px) {
  .login-logo-container {
    width: 90%;
    padding: 40px 0;
  }
  .login-logo-container img {
    width: 75% !important;
  }
}
.login-logo-container img {
  margin: 0 auto;
  display: block;
  width: 400px;
  filter: drop-shadow(0 5px 30px rgba(0, 0, 0, 0.1));
  transition: all 0.25s ease-out;
}
.login-outerContainer {
  position: relative;
  min-height: 770px;
  height: 100vh !important;
  width: 100%;
  height: 100vh;
  background: #006b7f;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #006b7f, #009bd6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #006b7f, #009bd6);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #006b7f, #009bd6);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #006b7f, #009bd6);
  /* Standard syntax (must be last) */
  background-color: #006B7F;
  overflow: auto;
  transition: all 0.25s;
}
.login-outerContainer .error-message {
  padding: 0;
  opacity: 0;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(178, 46, 46, 0.75);
  border: solid 1px #b22e2e;
  border-radius: 3px;
  text-align: center;
  transition: all 0.25s ease-out;
}
.login-outerContainer .error-message.isError {
  padding: 15px;
  opacity: 1;
  margin-bottom: 10px;
}
.login-outerContainer .error-message.isError p {
  font-size: 12px;
  line-height: 1.5;
}
.login-outerContainer .error-message.isError p i {
  font-size: 18px;
}
.login-outerContainer .error-message p {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.login-outerContainer .error-message p i {
  font-size: 0;
  margin-right: 7px;
}
.login-outerContainer .error-message p a {
  color: #fff;
  text-decoration: underline;
}
.login-outerContainer h1 {
  text-align: center;
  color: #333;
  font-weight: 200;
  padding: 0 0 25px 0;
  margin: 0;
}
.login-outerContainer h2 {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
}
.login-outerContainer .login-logo {
  width: 600px;
  height: 330px;
  color: #FAFAFA;
  display: block;
  margin: 0 auto;
  padding: 160px 0;
}
.login-outerContainer .login-logo div {
  width: 100%;
  height: 70px;
  position: relative;
}
.login-outerContainer .login-logo div img {
  width: 70px;
  height: 70px;
  float: left;
  position: absolute;
}
.login-outerContainer .login-logo div:nth-child(1) {
  padding-left: 70px;
}
.login-outerContainer .login-logo div:nth-child(1) h1 {
  width: 100%;
}
.login-outerContainer .login-logo div:nth-child(2) h1 {
  width: 100%;
}
.login-outerContainer .login-container,
.login-outerContainer .passwordReset-container {
  width: 450px;
  display: block;
  margin: 0 auto 30px auto;
  padding: 35px 40px 40px 40px;
  position: relative;
  z-index: 11;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 460px) {
  .login-outerContainer .login-container,
  .login-outerContainer .passwordReset-container {
    width: 90%;
    padding: 15px 20px 20px 20px;
  }
}
.login-outerContainer .login-container .loginBackCol,
.login-outerContainer .passwordReset-container .loginBackCol {
  width: 34px;
  height: 34px;
  text-align: center;
  cursor: pointer;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  background-color: #f9f9f9;
}
.login-outerContainer .login-container .loginBackCol:hover,
.login-outerContainer .passwordReset-container .loginBackCol:hover {
  background-color: #efefef;
}
.login-outerContainer .login-container .loginBackCol:active,
.login-outerContainer .passwordReset-container .loginBackCol:active {
  background-color: #ddd;
}
.login-outerContainer .login-container .loginBackCol:before,
.login-outerContainer .passwordReset-container .loginBackCol:before {
  top: 8px;
  left: -1px;
  position: relative;
}
.login-outerContainer .login-container .termsOfUse,
.login-outerContainer .passwordReset-container .termsOfUse {
  font-size: 10px;
}
.login-outerContainer .login-container .termsOfUse > span,
.login-outerContainer .passwordReset-container .termsOfUse > span {
  text-decoration: underline;
  cursor: pointer;
}
.login-outerContainer .login-container > span:hover:not(.termsOfUse),
.login-outerContainer .passwordReset-container > span:hover:not(.termsOfUse) {
  color: #666;
  text-decoration: underline;
}
.login-outerContainer .login-container .login-input-container,
.login-outerContainer .passwordReset-container .login-input-container {
  position: relative;
  margin-bottom: 15px;
}
.login-outerContainer .login-container .login-input-container .loadingIcon,
.login-outerContainer .passwordReset-container .login-input-container .loadingIcon {
  top: calc(50% - 32px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-outerContainer .login-container .login-input-container .login-inputs,
.login-outerContainer .passwordReset-container .login-input-container .login-inputs {
  width: 100%;
  height: 100%;
}
.login-outerContainer .login-container .login-input-container .login-inputs input,
.login-outerContainer .passwordReset-container .login-input-container .login-inputs input {
  width: 100%;
  height: 50px;
  margin: 0 0 5px 0;
  border: solid 1px #ddd;
  transition: all 0.25s ease-out;
}
.login-outerContainer .login-container .login-input-container .login-inputs input:focus,
.login-outerContainer .passwordReset-container .login-input-container .login-inputs input:focus {
  border-color: #9eccf1 !important;
  border-width: 2px;
}
.login-outerContainer .login-container .login-input-container .ph-login-forgot,
.login-outerContainer .passwordReset-container .login-input-container .ph-login-forgot {
  position: absolute;
  top: 70px;
  right: 15px;
  color: #999;
  cursor: pointer;
}
.login-outerContainer .login-container > button,
.login-outerContainer .passwordReset-container > button {
  width: 100%;
  font-size: 14px;
  height: 50px;
}
.login-outerContainer .login-container > span,
.login-outerContainer .passwordReset-container > span {
  text-align: center;
  font-size: 12px;
  display: block;
  padding: 30px;
  cursor: pointer;
}
.login-outerContainer .login-container .ion-arrow-left-c,
.login-outerContainer .passwordReset-container .ion-arrow-left-c {
  position: absolute;
  left: 40px;
  font-size: 22px;
  top: 46px;
  color: #ccc;
  cursor: pointer;
}
.login-outerContainer .login-container .ph-login-resetHeader,
.login-outerContainer .passwordReset-container .ph-login-resetHeader {
  position: relative;
}
.login-outerContainer .ph-noAccountLink {
  text-align: center;
}
.login-outerContainer .ph-noAccountLink > a,
.login-outerContainer .ph-noAccountLink > span {
  color: #fff;
  cursor: pointer;
}
.login-outerContainer .ph-noAccountLink > a:hover,
.login-outerContainer .ph-noAccountLink > span:hover {
  text-decoration: underline;
}
.login-outerContainer .passwordReset-container {
  padding-top: 50px;
}
.login-outerContainer .passwordReset-container > button {
  margin-top: 20px;
}
.login-outerContainer .ph-footer {
  background-color: #0077a2;
  position: absolute;
  bottom: 0;
}
.pendingExpenseTitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-top: 30px;
}
.pendingExpenseTitle > span {
  color: #999;
}
.ph-scrollTable.ph-pendingExpenseTable {
  margin-bottom: 50px;
  width: 100%;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow.loadingExpenses {
  pointer-events: none;
  opacity: 0.2;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow .expenseCatColor {
  width: 5px;
  height: 24px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow list-drop-down {
  width: 20px;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow .expenseApprovedLabel {
  color: #5eb22e;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow .expenseDeclinedLabel {
  color: #d9534f;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow .expensePendingLabel {
  color: #999;
  margin-right: 10px;
}
.ph-scrollTable.ph-pendingExpenseTable .ph-emptyState img {
  height: 40px;
}
.pendingExpenseTitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-top: 30px;
}
.pendingExpenseTitle > span {
  color: #999;
}
.ph-scrollTable.ph-pendingExpenseTable {
  margin-bottom: 50px;
  width: 100%;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow.loadingExpenses {
  pointer-events: none;
  opacity: 0.2;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow .cameraIcon {
  margin-left: 7px;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow .expenseCatColor {
  width: 5px;
  height: 24px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow list-drop-down {
  width: 20px;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow .expenseApprovedLabel {
  color: #5eb22e;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow .expenseDeclinedLabel {
  color: #d9534f;
}
.ph-scrollTable.ph-pendingExpenseTable .tableRow .expensePendingLabel {
  color: #999;
  margin-right: 10px;
}
.ph-scrollTable.ph-pendingExpenseTable .ph-emptyState img {
  height: 40px;
}
:root {
  --ph-color-blue: #00adef;
  --ph-color-primary: #337ab7;
  --ph-color-success: #5eb22e;
  --ph-color-danger: #d9534f;
  --ph-color-yellow: #fdd835;
  --ph-color-grey: #ccc;
  --ph-color-grey-dark: #999;
  --ph-color-grey-very-dark: #777;
  --ph-color-grey-light: #efefef;
  --ph-color-grey-very-light: #fafafa;
  --ph-color-dark: #333;
  --ph-color-black: #000000;
  --ph-color-white: #ffffff;
  --ph-color-border: #dedede;
  --ph-color-border-light: #f2f2f2;
  --ph-error-background: #b22e2ebf;
  --ph-error-border: #b22e2ebf;
  --ph-info-background: #00adef1a;
  --ph-info-border: #00adef80;
  --ph-warning-background: #f1ca031a;
  --ph-warning-border: #f1ca0380;
  --ph-gradient-blue: linear-gradient(to bottom right, #006b7f, #009bd6);
  --ph-border: 1px solid var(--ph-color-border);
  --ph-border-light: 1px solid var(--ph-color-border-light);
  --ph-border-radius: 3px;
  --ph-transition: 0.2s ease-out;
  --ph-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
  --ph-inset-card-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.07);
}
.fill {
  width: 100%;
  height: 100vh;
}
.fill-width {
  width: 100%;
}
.fill-height {
  height: 100vh;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-all {
  overflow-y: auto;
  overflow-x: auto;
}
.bold {
  font-weight: bolder;
}
