:root {
  --app-color-payhero: #00adef;
  --app-color-payhero-dark: #0094d6;
  --app-color-payhero-translucent: #00adef20;
  --app-color-invoxy: #eb6426;
  --app-color-invoxy-dark: #d14f13;
  --app-color-invoxy-translucent: #eb642620;
  --app-color-droppah: #459915;
  --app-color-droppah-dark: #397d12;
  --app-color-droppah-translucent: #45991520;
  --app-color-flexitime-blue: #004763;
  --app-color-flexitime-yellow: #ffad3d;
  --app-color-flexitime-yellow-dark: #d89232;
  --app-color-primary: #337ab7;
  --app-color-primary-dark: #1a619e;
  --app-color-primary-translucent: #337ab720;
  --app-color-success: #5eb22e;
  --app-color-success-dark: #459915;
  --app-color-success-translucent: #5eb22e20;
  --app-color-danger: #d9534f;
  --app-color-danger-dark: #c03a36;
  --app-color-danger-translucent: #d9534f20;
  --app-color-yellow: #fdd835;
  --app-color-yellow-dark: #e4bf1c;
  --app-color-yellow-translucent: #fdd83520;
  --app-color-grey: #ccc;
  --app-color-grey-dark: #999;
  --app-color-grey-very-dark: #777;
  --app-color-grey-light: #efefef;
  --app-color-grey-very-light: #fafafa;
  --app-color-grey-translucent: #cccccc40;
  --app-color-dark: #333;
  --app-color-black: #000000;
  --app-color-white: #ffffff;
  --app-color-link: #118be0;
  --app-color-link-dark: #1383d3;
  --app-color-link-translucent: #118be020;
  --app-color-border: #dedede;
  --app-color-border-light: #f2f2f2;
  --app-error-background: #b22e2ebf;
  --app-error-border: #b22e2ebf;
  --app-info-background: #00adef1a;
  --app-info-border: #00adef80;
  --app-warning-background: #f1ca031a;
  --app-warning-border: #f1ca0380;
  --app-border: 1px solid var(--app-color-border);
  --app-border-light: 1px solid var(--app-color-border-light);
  --app-border-radius: 3px;
  --app-border-radius-large: 5px;
  --app-transition: 0.2s ease-in;
  --app-transition-longer: 0.3s ease-in;
  --app-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  --app-box-shadow-dark: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  --app-box-shadow-inset: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  --app-box-shadow-dark-inset: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
  --app-theme-color: var(--app-color-payhero);
  --app-theme-color-dark: var(--app-color-payhero-dark);
  --app-theme-color-translucent: var(--app-color-payhero-translucent);
  --app-input-height: 34px;
  --app-input-border: var(--app-border);
  --app-formItem-height: var(--app-input-height);
}
.manage-itemTable-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-top: 30px;
}
.manage-itemTable-title > span {
  color: #999;
}
.manage-itemTable {
  width: 100%;
  max-width: 100%;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin: 0 0 40px 0;
  position: relative;
}
.manage-itemTable .manage-itemRowScrollContainer {
  width: 100%;
  max-height: calc(100vh - 320px);
  overflow: auto;
}
.manage-itemTable .manage-itemRowScrollContainer .manage-itemRowContainer {
  width: 100%;
}
.manage-itemTable .manage-itemRow {
  height: 46px;
  width: 100%;
  cursor: pointer;
  display: flex;
  overflow: hidden;
}
.manage-itemTable .manage-itemRow:not(.-headerRow):not(.-emptyTable):hover {
  background-color: #f9f9f9;
}
.manage-itemTable .manage-itemRow:not(.-headerRow):not(.-emptyTable):not(:first-child) {
  border-top: 1px solid #ddd;
}
.manage-itemTable .manage-itemRow.-loading {
  pointer-events: none;
  color: #999;
}
.manage-itemTable .manage-itemRow.-headerRow {
  height: 50px;
  background-color: var(--app-color-grey-light);
  transition: all 0.25s;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.manage-itemTable .manage-itemRow.-headerRow.-light {
  background-color: var(--app-color-grey-very-light);
}
.manage-itemTable .manage-itemRow.-headerRow > .manage-itemCol {
  height: 50px;
  padding: 15px 15px;
  cursor: pointer;
}
.manage-itemTable .manage-itemRow.-headerRow > .manage-itemCol > .inv-table-orderArrow {
  font-size: 10px;
  display: inline-block;
  color: #333;
  margin-left: 8px;
}
.manage-itemTable .manage-itemRow.-emptyTable {
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  color: #999;
  border-top: none;
  justify-content: center;
}
.manage-itemTable .manage-itemRow > .manage-itemCol {
  float: left;
  position: relative;
  height: 46px;
  padding: 13px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.manage-itemTable .manage-itemRow > .manage-itemCol > *:not(:first-child) {
  margin-left: 10px;
}
.manage-itemTable .manage-itemRow > .manage-itemCol > .pendingIcon {
  margin: 2px 5px 2px 0;
  float: left;
}
.manage-itemTable .manage-itemRow > .manage-itemCol.-itemEdit {
  padding: 8px 10px;
  width: 70px;
}
.manage-itemTable .manage-itemRow > .manage-itemCol.-itemEdit > .btn {
  width: 50px;
  border-radius: 2px;
}
.manage-itemTable .manage-itemRow > .manage-itemCol > i {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--app-color-dark);
  font-size: 18px;
}
.manage-itemTable .manage-itemRow > .manage-itemCol > span,
.manage-itemTable .manage-itemRow > .manage-itemCol > p,
.manage-itemTable .manage-itemRow > .manage-itemCol > strong {
  line-height: 20px;
  height: 20px;
  margin: 0;
  float: left;
}
.app-tabs {
  display: block;
  position: relative;
}
.app-tabs .app-tabRow {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: -1px;
}
.app-tabs .app-tabRow .app-tab {
  margin-right: 2px;
  background-color: var(--app-color-white);
  border: var(--app-border);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  cursor: pointer;
  height: 39px;
  border-bottom: none;
}
.app-tabs .app-tabRow .app-tab:not(.-selected):not(.-disabled) {
  color: var(--app-color-link);
}
.app-tabs .app-tabRow .app-tab:not(.-selected):not(.-disabled):hover {
  background-color: var(--app-color-grey-very-light);
}
.app-tabs .app-tabRow .app-tab.-selected {
  background-color: var(--app-color-grey-light);
  border-bottom: 0;
  height: 40px;
}
.app-tabs .app-tabRow .app-tab.-disabled {
  background-color: var(--app-color-grey-very-light);
  color: var(--app-color-grey-dark);
  cursor: default;
  pointer-events: none;
}
.app-tabs .app-tabBar {
  width: 100%;
  background-color: var(--app-color-grey-light);
  border: var(--app-border);
  border-bottom: none;
  height: 10px;
  border-radius: 2px 2px 0 0;
  margin-bottom: -1px;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}
.app-tabs + * {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
access-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
access-icon i {
  font-size: 16px;
}
access-icon i.-deactivated {
  color: var(--app-color-grey);
}
access-icon i.-active {
  color: var(--app-color-payhero);
}
access-icon i.-pending {
  color: var(--app-color-grey-dark);
}
access-icon i.-expired {
  color: var(--app-color-yellow);
}
access-icon > div {
  margin-left: 10px;
  color: var(--app-color-grey-very-dark);
}
access-badge {
  height: 18px;
  display: flex;
  align-items: center;
}
access-badge .access-badge {
  border-radius: 10px;
  font-size: 10px;
  padding: 0 10px;
  cursor: default;
  color: var(--app-color-white);
  font-weight: bold;
  height: 18px;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
access-badge .access-badge.-owner {
  background-color: var(--app-color-invoxy);
}
access-badge .access-badge.-admin {
  background-color: var(--app-color-payhero);
}
access-badge .access-badge.-approver {
  background-color: var(--app-color-success);
}
access-badge .access-badge.-paycycleAdmin {
  background-color: var(--app-color-success);
}
access-badge .access-badge.-partner {
  background-color: var(--app-color-yellow-dark);
}
access-badge .access-badge:not(:first-child) {
  margin-left: 7px;
}
toggle-button {
  --app-toggle-trackHeight: 10px;
  --app-toggle-trackWidth: 40px;
  --app-toggle-iconSize: 20px;
  cursor: pointer;
  width: var(--app-toggle-trackWidth);
  height: var(--app-toggle-iconSize);
  display: flex;
  align-items: center;
  justify-content: center;
}
toggle-button .toggleButton-track {
  position: relative;
  background: var(--app-color-border-light);
  border: var(--app-border);
  height: var(--app-toggle-trackHeight);
  width: var(--app-toggle-trackWidth);
  border-radius: var(--app-toggle-trackHeight);
  transition: all var(--app-transition);
}
toggle-button .toggleButton-track .toggleButton-icon {
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--app-color-white);
  border: var(--app-border);
  height: var(--app-toggle-iconSize);
  width: var(--app-toggle-iconSize);
  border-radius: var(--app-toggle-trackHeight);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all var(--app-transition);
}
toggle-button .toggleButton-track.-toggled {
  background: var(--app-color-success);
  border-color: var(--app-color-success);
}
toggle-button .toggleButton-track.-toggled .toggleButton-icon {
  border-color: var(--app-color-white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  left: calc(var(--app-toggle-trackWidth) - var(--app-toggle-iconSize) + 1px);
}
toggle-button .toggleButton-track.-disabled {
  border-color: var(--app-color-grey-light);
  background-color: var(--app-color-grey-very-light);
  cursor: default;
}
toggle-button .toggleButton-track.-disabled .toggleButton-icon {
  border-color: var(--app-color-grey-very-light);
  background-color: var(--app-color-grey-very-light);
}
html {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  font-size: 12px;
}
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;
}
.hideDetail {
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}
.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;
}
textarea {
  max-width: 100%;
  max-height: 1000px;
}
.ph-termsAgreement-container {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.ph-termsAgreement-container > check-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ph-termsAgreement-container > p {
  width: calc(100% - 40px);
  margin-left: 40px;
  line-height: 16px;
}
.ph-labelRowContainer {
  width: 100%;
  height: 34px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ph-labelRowContainer label-panel {
  flex-grow: 1;
  padding-left: 0;
}
.ph-updatingIcon {
  width: 34px;
  height: 34px;
}
.ph-border {
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.ph-window {
  padding-top: 20px;
}
.ph-window.iframe {
  padding-top: 0px;
}
.ph-window > ui-view {
  width: 100%;
  height: 100%;
  float: left;
  margin-bottom: 50px;
}
.ph-window > ui-view.iframe {
  margin-bottom: 0;
}
.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: 12px;
  color: #ccc;
  text-align: right;
  margin-bottom: 50px;
  margin-top: 10px;
}
.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;
}
.ph-warningMessage > img {
  width: 12px;
  height: 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;
}
span.recommended {
  font-style: italic;
  font-weight: 400;
  color: #999;
}
.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;
}
::-webkit-scrollbar {
  width: 7px;
  background: #f9f9f9;
}
::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 0 !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-googleButtonIcon {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  height: 50px;
  display: block;
}
.ph-googleButtonIcon:hover {
  opacity: 0.8;
}
.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-accessIcon {
  display: inline-grid;
  height: min-content;
  margin-left: 10px !important;
}
.ph-blueText {
  color: #00adef;
}
.ph-blueText > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ph-blueText > .ph-text-grey {
  font-weight: 600;
  color: #00adef;
}
.ph-blueText > .ph-accessIcon {
  margin: 0 5px 0 10px !important;
}
.ph-missingFieldsInTab a {
  color: #d9534f !important;
  font-weight: bold !important;
}
.ph-text-grey {
  color: #999;
  font-weight: 300;
}
.ph-text-warning {
  color: #f1ca03;
  font-weight: 400;
}
.ph-text-delete {
  color: #e25c5c;
  margin-right: 30px;
  padding-top: 9px;
  cursor: pointer;
}
.ph-text-delete:hover {
  color: #b22e2e;
}
.ph-mobileState {
  padding: 30px;
  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-body > .ph-content.container,
.ph-navbar-container.container,
.ph-window {
  width: 90%;
}
.ph-body > .ph-content.container.iframe,
.ph-navbar-container.container.iframe,
.ph-window.iframe {
  min-height: calc(100vh - 150px);
  margin: 0;
  width: 100%;
}
.ph-body > .ph-content.container:not(.iframe),
.ph-navbar-container.container:not(.iframe),
.ph-window:not(.iframe) {
  max-width: 1300px;
}
.ph-navbar-container .navbar-nav > li.disabledUserActionTab > .disabledUserActionTab-outer {
  color: #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  line-height: 20px;
  cursor: default;
}
.ph-navbar-container .navbar-nav > li.disabledUserActionTab > .disabledUserActionTab-outer .disabledUserActionTab-inner {
  position: relative;
}
.ph-screen-minHeight {
  min-height: 600px;
}
.ph-body {
  min-height: calc(100vh - 100px);
  display: block;
}
.ph-badge {
  cursor: default;
  position: relative;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  margin: 0 10px;
  padding: 3px 10px;
  border-radius: 2px;
  color: #fff;
}
.ph-badge.success {
  background-color: #5eb22e;
}
.ph-badge.danger {
  background-color: #d9534f;
}
.ph-badge.passive {
  background-color: #bbb;
}
.ph-badge.dark {
  background-color: #333;
}
.ph-finishIcon {
  margin-right: 7px;
  margin-top: -3px;
  width: 18px;
}
.ph-finishIcon.ph-inList {
  margin-top: 0;
  width: 13px;
  margin-right: 10px;
}
.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.successState {
  background-color: #fff;
}
.ph-emptyState.successState i {
  color: #5eb22e;
}
.ph-emptyState.successState h2 {
  color: #333;
}
.ph-emptyState.successState 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 img {
  height: 60px;
  margin-bottom: 15px;
}
.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;
}
.ng-hide.ng-hide-animate {
  display: none !important;
}
.dropdown-menu li,
.nav-tabs li {
  cursor: pointer;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.lockableFormInput {
  width: calc(100% - 41px);
}
.input-group {
  float: left;
}
.input-group-addon {
  border-radius: 2px;
  font-weight: bold;
}
.input-group-addon.glyphicon-calendar {
  padding: 0;
}
.radioButtons label {
  top: 1px;
  position: relative;
  padding-left: 7px;
}
.form-horizontal {
  position: relative;
  background-color: #fcfcfc;
  border: solid 1px #efefef;
  border-radius: 2px;
  padding: 30px 40px;
  margin-bottom: 40px;
}
.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 .header > i {
  font-size: 12px;
  margin-left: 5px;
}
.form-horizontal .subHeader {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 0;
}
.form-horizontal .subHeader > span {
  color: #333;
}
.form-horizontal .footer {
  margin-top: -40px;
  float: right;
  text-align: right;
  font-size: 14px;
}
.form-horizontal .footer > span {
  font-weight: 600;
}
.form-horizontal list-drop-down {
  width: 100%;
}
.form-horizontal .form-group {
  min-height: 34px;
  margin-left: 100px;
}
.form-horizontal .form-group.form-group-topMargin {
  margin-top: 30px;
}
.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 > .checkbox {
  padding-top: 7px;
  width: 50px;
}
.form-horizontal .form-group > .checkbox > check-box {
  margin: -3px 5px 0 0;
}
.form-horizontal .form-group > .checkbox > label {
  padding-left: 0;
  margin-bottom: 10px;
}
.form-horizontal .form-group > .checkbox > label > check-box {
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.form-horizontal .form-group .ph-required-icon {
  position: absolute;
  left: -5px;
  font-size: 9px;
  top: 12px;
}
.form-horizontal .infoText {
  font-weight: 400;
  margin: 10px 0 20px;
}
.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;
}
.ph-dash {
  /*.notificationContainer {

    .notificationCard {
      width: 100%;
      float: left;
      background-color: #fff;
      border-radius: 3px;
      padding: 30px 250px 30px 100px;
      position: relative;
      margin-bottom: 10px;
      transition: all 0.25s ease-out;

      &:hover {
        //opacity: 0.8;
      }

      .notificationIcon {
        position: absolute;
        font-size: 50px;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
      }

      .notificationIcon-sm {
        position: absolute;
        font-size: 33px;
        top: 60%;
        transform: translateY(-50%);
        left: 48px;
      }

      .notificationButton {
        height: 34px;
        min-width: 100px;
        padding: 6px 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 60px;

        &:hover {
          color: #fff;
        }
      }

      .notificationClose {
        color: #fff;
      }

      .ion-ios-arrow-thin-right {
        position: absolute;
        font-size: 20px;
        bottom: 12px;
        right: 20px;
        color: @TextGrey;
      }

      h2 {
        margin: 0 0 5px 0;
        line-height: 1.5;
      }

      p {
        line-height: 1.5;
        margin-bottom: 0;
      }

      h2, p, span {
        transition: all .25s;
      }

      &.primary {
        background-color: @PayHeroBlue;
        color: #fff;

        .notificationIcon {
          color: #fff;
        }

        .notificationIcon-sm {
          color: #005e82;
        }

        .notificationButton {
          background-color: #005e82;

          &:hover {
            background-color: #00445b;
          }
        }
      }

      &.success {
        background-color: #5eb22e;
        color: #fff;

        .notificationIcon {
          color: #fff;
        }

        .notificationButton {
          background-color: #448723;

          &:hover {
            background-color: #31631c;
          }
        }
      }

      &.passive {
        background-color: #fff;
        color: #333;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);

        .notificationIcon {
          font-size: 60px;
          color: @PayHeroBlue;
        }

        .notificationIcon-sm {
          color: #005e82;
        }

        .notificationButton {
          color: #fff;
          background-color: @PayHeroBlue;

          &:hover {
            background-color: #008ec7;
          }
        }

        .notificationClose {
          color: #333;
        }
      }

      &.warning {
        background-color: rgba(218, 53, 53, 0.1);
        color: #333;

        .notificationIcon {
          color: #da3535;
        }

        .notificationClose {
          color: #333;
        }

        .notificationButton {
          color: #fff;
          background-color: #da3535;

          &:hover {
            background-color: #ab2424
          }
        }
      }

      &.hideNotification {
        padding: 0 25px 0 100px;
        opacity: 0;
        margin: 0 !important;
        //margin: 0 0 0 35vw !important;
        pointer-events: none;
        transition: all .25s;

        > h2, > p, > span {
          font-size: 0;
          line-height: 0;
          margin: 0;
          transition: all .25s;
        }

        button {
          padding: 0 20px;
          height: 0;
        }
      }

      &:last-child{
        margin-bottom: 30px;
      }
    }
  }*/
}
.ph-dash .dashWelcome {
  padding: 40px 0 60px 0;
}
.ph-dash .dashWelcome img {
  height: 50px;
  display: block;
  margin: 0 auto 15px auto;
}
.ph-dash .dashWelcome h1 {
  font-weight: 100;
  font-size: 32px;
  text-align: center;
}
.ph-dash .dashWelcome h4 {
  text-align: center;
}
.ph-dash .dashWelcome h4 > span {
  font-weight: 600;
}
.ph-dash .dashGraphic img {
  width: 90%;
  display: block;
  margin: -80px auto 20px;
  pointer-events: none;
}
.ph-dash .bannerNotificationContainer {
  width: calc(100% + 20px);
  padding: 10px;
  margin-left: -10px;
}
.ph-dash .dash-panelFull {
  display: flex;
  width: 100%;
  height: 700px;
  margin-bottom: 100px;
  float: left;
}
.ph-dash .dash-panelFull .dash-panelLeft {
  width: 60%;
  height: 100%;
}
.ph-dash .dash-panelFull .dash-panelLeft .thingsToDo {
  width: 100%;
}
.ph-dash .dash-panelFull .dash-panelLeft .thingsToDo .scrollContainer {
  height: 670px;
}
.ph-dash .dash-panelFull .dash-panelLeft .thingsToDo .scrollContainer .card {
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 15px;
}
.ph-dash .dash-panelFull .dash-panelRight {
  width: 40%;
  margin-left: 20px;
  height: 100%;
}
.ph-dash .dash-panelFull .dash-panelRight .upcoming {
  width: 100%;
}
.ph-dash .dash-panelFull .dash-panelRight .upcoming .scrollContainer {
  height: 300px;
}
.ph-dash .dash-panelFull .dash-panelRight .upcoming .scrollContainer .card {
  border-bottom: solid 1px #ddd;
}
.ph-dash .dash-panelFull .dash-panelRight .notifications {
  width: 100%;
}
.ph-dash .dash-panelFull .dash-panelRight .notifications .scrollContainer {
  height: 300px;
}
.ph-dash .dash-panelFull .dash-panelRight .notifications .scrollContainer .card {
  border-bottom: solid 1px #ddd;
}
.ph-dash .thingsToDo .scrollContainer,
.ph-dash .upcoming .scrollContainer,
.ph-dash .notifications .scrollContainer {
  background-color: #f9f9f9;
  max-height: unset;
}
.ph-dash .thingsToDo .scrollContainer > .ph-emptyState,
.ph-dash .upcoming .scrollContainer > .ph-emptyState,
.ph-dash .notifications .scrollContainer > .ph-emptyState {
  border: 0;
  height: 100%;
}
.ph-dash .thingsToDo .scrollContainer > .ph-emptyState .ion-ios-sunny-outline,
.ph-dash .upcoming .scrollContainer > .ph-emptyState .ion-ios-sunny-outline,
.ph-dash .notifications .scrollContainer > .ph-emptyState .ion-ios-sunny-outline {
  font-size: 100px;
}
.ph-dash .thingsToDo .scrollContainer > .ph-emptyState > div,
.ph-dash .upcoming .scrollContainer > .ph-emptyState > div,
.ph-dash .notifications .scrollContainer > .ph-emptyState > div {
  top: 50%;
  transform: translateY(-50%);
}
.ph-dash .thingsToDo .scrollContainer .card,
.ph-dash .upcoming .scrollContainer .card,
.ph-dash .notifications .scrollContainer .card {
  background-color: #fff;
  padding: 20px 50px 20px 60px;
  position: relative;
  cursor: pointer;
}
.ph-dash .thingsToDo .scrollContainer .card:hover,
.ph-dash .upcoming .scrollContainer .card:hover,
.ph-dash .notifications .scrollContainer .card:hover {
  background-color: #fafafa;
}
.ph-dash .thingsToDo .scrollContainer .card:active,
.ph-dash .upcoming .scrollContainer .card:active,
.ph-dash .notifications .scrollContainer .card:active {
  background-color: #eee;
}
.ph-dash .thingsToDo .scrollContainer .card i,
.ph-dash .upcoming .scrollContainer .card i,
.ph-dash .notifications .scrollContainer .card i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  color: #ccc;
  font-size: 38px;
}
.ph-dash .thingsToDo .scrollContainer .card .ion-ios-clock-outline,
.ph-dash .upcoming .scrollContainer .card .ion-ios-clock-outline,
.ph-dash .notifications .scrollContainer .card .ion-ios-clock-outline {
  font-size: 25px;
  left: 20px;
}
.ph-dash .thingsToDo .scrollContainer .card .ion-record,
.ph-dash .upcoming .scrollContainer .card .ion-record,
.ph-dash .notifications .scrollContainer .card .ion-record {
  font-size: 10px;
  color: #00adef;
  left: 26px;
}
.ph-dash .thingsToDo .scrollContainer .card .ion-alert-circled,
.ph-dash .upcoming .scrollContainer .card .ion-alert-circled,
.ph-dash .notifications .scrollContainer .card .ion-alert-circled {
  font-size: 24px;
  left: 21px;
  color: #da3535;
}
.ph-dash .thingsToDo .scrollContainer .card .ion-beer,
.ph-dash .upcoming .scrollContainer .card .ion-beer,
.ph-dash .notifications .scrollContainer .card .ion-beer {
  font-size: 26px;
  left: 19px;
}
.ph-dash .thingsToDo .scrollContainer .card .ion-ios-arrow-right,
.ph-dash .upcoming .scrollContainer .card .ion-ios-arrow-right,
.ph-dash .notifications .scrollContainer .card .ion-ios-arrow-right {
  right: 25px;
  left: unset;
}
.ph-dash .thingsToDo .scrollContainer .card h4,
.ph-dash .upcoming .scrollContainer .card h4,
.ph-dash .notifications .scrollContainer .card h4 {
  color: #00adef;
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0;
}
.ph-dash .thingsToDo .scrollContainer .card p,
.ph-dash .upcoming .scrollContainer .card p,
.ph-dash .notifications .scrollContainer .card p {
  line-height: 1.5;
  margin-bottom: 0;
}
.ph-dash .dash-panelFull {
  width: 100%;
}
.ph-dash .dash-panelFull .report {
  width: 100%;
}
.ph-dash .dash-panelFull .report .scrollContainer {
  height: 420px;
}
.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;
}
.ph-toolbar.tEmployee .toolbarText {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.ph-toolbar.tEmployee .toolbarText > list-drop-down > div > button {
  min-width: 150px;
  text-align: center;
  font-size: medium;
}
.ph-toolbar.tEmployee .toolbar-right {
  width: auto !important;
}
.ph-toolbar.tEmployee .toolbar-right .tEmployee-button-list {
  margin-left: auto;
}
.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 > 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:nth-child(3) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.timeModal-container day-selector {
  width: 90px;
  height: 34px;
  float: left;
}
.timeModal-container .dateInputContainer {
  width: calc(100% - 90px);
}
.paidBanner {
  font-size: 10px;
  color: #5eb22e;
}
.paidBanner.align {
  display: inline;
  position: relative;
  left: 2px;
  top: -1px;
  font-weight: 400;
}
.paidBanner.topRight {
  position: absolute;
  top: 8px;
  right: 8px;
}
.ph-toolbar.ph-payDraft h2 {
  margin-right: 20px;
}
.ph-toolbar.ph-payDraft .ph-updatingIcon {
  margin-left: 7px;
}
.ph-payDraftEmpty {
  background-color: #FFFFFF;
  width: 420px;
  height: 310px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  display: block;
  border-radius: 2px;
  margin: 30px auto;
  transition: all 0.25s ease-out;
  opacity: 1;
}
.ph-payDraftEmpty.ng-enter,
.ph-payDraftEmpty.ng-leave.ng-leave-active {
  opacity: 0;
}
.ph-payDraftEmpty.ng-leave,
.ph-payDraftEmpty.ng-enter.ng-enter-active {
  opacity: 1;
}
.ph-payDraftEmpty i {
  font-size: 80px;
  color: #EEEEEE;
  text-align: center;
  width: 100%;
  margin: 15px 0;
}
.ph-payDraftEmpty h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.ph-payDraftEmpty button {
  display: block;
  margin: 0 auto;
}
/* New Pay Card */
.ph-contentContainer.ph-payDraft.newPay {
  background-color: #f9f9f9;
  overflow: hidden;
  transition: all 0.25s ease-out;
  height: 160px;
  margin-bottom: 20px;
  opacity: 1;
}
.ph-contentContainer.ph-payDraft.newPay.ng-enter,
.ph-contentContainer.ph-payDraft.newPay.ng-leave.ng-leave-active {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
}
.ph-contentContainer.ph-payDraft.newPay.ng-leave,
.ph-contentContainer.ph-payDraft.newPay.ng-enter.ng-enter-active {
  height: 160px;
  margin-bottom: 20px;
  opacity: 1;
}
.ph-contentContainer.ph-payDraft.newPay .ph-contentHeader .btn-success {
  margin-right: 50px;
}
.ph-contentContainer.ph-payDraft.newPay .ph-contentHeader img {
  margin-right: 15px;
  height: 34px;
  width: 34px;
}
.ph-contentContainer.ph-payDraft.newPay .ph-content {
  position: relative;
  background-color: transparent;
}
.ph-contentContainer.ph-payDraft.newPay .ph-content .lg-close {
  top: 28px;
}
.ph-contentContainer.ph-payDraft.newPay .ph-content .inclZeroPays {
  padding: 0 30px;
}
.ph-contentContainer.ph-payDraft.newPay .ph-content .inclZeroPays .statInput {
  padding-top: 7px;
}
.ph-contentContainer.ph-payDraft.newPay .ph-content .btn-success {
  position: absolute;
  top: 10px;
  right: 60px;
}
pay-details.ph-payDraft {
  margin-bottom: -1px;
}
pay-details.ph-payDraft:last-child {
  margin-bottom: 50px;
}
.ph-toolbar.ph-payReview img {
  height: 34px;
  width: 34px;
}
.ph-toolbar.ph-payReview pay-cycle-selector {
  width: unset;
}
.ph-toolbar.ph-payReview span {
  line-height: 34px;
}
.ph-toolbar.ph-payReview .ph-autopilot-enabled {
  color: #5eb22e;
}
.payReview-toolbar.ph-payReview {
  width: 100%;
  display: flex;
  background-color: #f9f9f9;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-bottom: 30px;
}
.payReview-toolbar.ph-payReview > div {
  padding: 20px 30px;
  position: relative;
  width: 17%;
}
.payReview-toolbar.ph-payReview > div.totalsCardSelected {
  background-color: #eee !important;
  color: #00adef;
}
.payReview-toolbar.ph-payReview > div.totalsCardSelected > .ion {
  transform: rotate(90deg);
  margin-top: -7px;
  color: #333333;
}
.payReview-toolbar.ph-payReview > div > .ion {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
  color: #999999;
}
.payReview-toolbar.ph-payReview > div.totalsCardNoValue {
  background-color: #f9f9f9 !important;
  pointer-events: none;
}
.payReview-toolbar.ph-payReview > div.totalsCardNoValue .statValue > span:first-child {
  opacity: 0.2;
}
.payReview-toolbar.ph-payReview > div:not(:last-child):not(:first-child) {
  border-left: solid 1px #ddd;
  background-color: #fff;
  cursor: pointer;
}
.payReview-toolbar.ph-payReview > div:not(:last-child):not(:first-child):hover {
  background-color: #fafafa;
}
.payReview-toolbar.ph-payReview > div:not(:last-child):not(:first-child):active {
  background-color: #eee;
}
.payReview-toolbar.ph-payReview > div:nth-child(5) {
  border-right: solid 1px #ddd;
}
.payReview-toolbar.ph-payReview > div:first-child {
  align-self: center;
  padding-left: 26px;
}
.payReview-toolbar.ph-payReview > div:last-child {
  align-self: center;
  padding-right: 26px;
}
.payReview-toolbar.ph-payReview > div:last-child stat-difference .noDifference > div {
  float: right;
  margin-top: 6px;
}
.payReview-toolbar.ph-payReview > div:first-child,
.payReview-toolbar.ph-payReview > div:last-child {
  width: calc(51% / 2);
}
.payReview-toolbar.ph-payReview > div .statTitle {
  color: #999;
  margin-bottom: 6px;
}
.payReview-toolbar.ph-payReview > div .statValue.hugeStat {
  font-size: 18px;
  font-weight: 600;
}
.payReview-toolbar.ph-payReview > div .statValue.hugeStat > .statUnit {
  color: #999;
  font-size: 18px;
  font-weight: 200;
}
.payReview-toolbar.ph-payReview > div stat-difference {
  margin: 6px 0 0 0;
  display: block;
}
.ph-toolbar.ph-payReview list-drop-down {
  margin-left: 7px;
}
.employeeRowsHeader.ph-payReview {
  height: 34px;
  width: 100%;
  margin: 10px 0;
}
.employeeRowsHeader.ph-payReview > div {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  cursor: pointer;
}
.employeeRowsHeader.ph-payReview > div:hover {
  color: #999;
}
.employeeRowsHeader.ph-payReview > div > .ph-payEmployeeCount > span {
  color: #999;
}
.employeeRowsHeader.ph-payReview > div > i {
  margin-left: 5px;
  top: 0;
  font-size: 12px;
}
.employeeRowsHeader.ph-payReview super-search {
  margin-right: 7px;
}
.ph-payReview-employeeRows {
  width: 100%;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-left: 0;
  border-right: 0;
}
.ph-contentContainer.ph-payReview {
  margin-top: -1px;
  background-color: #FFFFFF;
  max-height: 10000px;
  opacity: 1;
  position: relative;
  margin-bottom: 0;
}
.ph-contentContainer.ph-payReview > .inactiveEmployeeMessage {
  color: #999;
  cursor: default;
  position: absolute;
  left: 50%;
  Top: 50%;
  transform: translate(-50%, -50%);
}
.ph-contentContainer.ph-payReview > .ph-statRow {
  padding-left: 5px;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat {
  height: unset;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat .statTitle.statTitleLink {
  color: #00adef;
  cursor: pointer;
  pointer-events: all;
}
.ph-contentContainer.ph-payReview.ph-payReview-isExpandable:hover {
  background-color: #fafafa;
}
.ph-contentContainer.ph-payReview.ph-payReview-isExpandable:active {
  background-color: #eee;
}
.ph-contentContainer.ph-payReview.ph-payReview-inactive {
  background-color: #fafafa;
}
.ph-contentContainer.ph-payReview.ng-leave,
.ph-contentContainer.ph-payReview.ng-enter.ng-enter-active {
  transition: 0s;
}
.ph-contentContainer.ph-payReview.expandEmployeeRow {
  background-color: #FAFAFA !important;
  margin-bottom: 20px;
}
.ph-contentContainer.ph-payReview.expandEmployeeRow > .ph-content {
  opacity: 1;
}
.ph-contentContainer.ph-payReview.expandEmployeeRow > .ph-content .reviewDetailsOuterContainer {
  margin: 10px 20px 20px 20px;
  padding: 15px;
}
.ph-contentContainer.ph-payReview.expandEmployeeRow > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer {
  max-height: 1000px;
}
.ph-contentContainer.ph-payReview.hideEmployeeRow {
  max-height: 0;
  opacity: 0;
  border: 0;
}
.ph-contentContainer.ph-payReview.hideEmployeeRow .ph-statRow {
  height: 0;
  padding: 0;
}
.ph-contentContainer.ph-payReview > .ph-statRow {
  height: unset;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:first-child {
  height: unset;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat .statValue {
  height: unset;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat .statTitle {
  height: unset;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat .statTitle span {
  color: #333;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:nth-child(1) {
  width: 25%;
  padding-right: 30px;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:nth-child(1) .statTitle {
  position: absolute;
  bottom: -25px;
  left: 20px;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:not(:first-child) {
  padding-left: 0;
  padding-right: 0;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:nth-child(2),
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:nth-child(3),
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:nth-child(5),
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:nth-child(6) {
  width: 12.5%;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:nth-child(4) {
  width: 7.5%;
}
.ph-contentContainer.ph-payReview > .ph-statRow .ph-stat:nth-child(7) {
  width: 17.5%;
  padding-right: 10px;
}
.ph-contentContainer.ph-payReview > .ph-content {
  padding-top: 0;
  max-height: 600px;
  overflow-y: auto;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.ph-contentContainer.ph-payReview > .ph-content .extraDetailsRow {
  width: 100%;
  height: 134px;
}
.ph-contentContainer.ph-payReview > .ph-content .extraDetailsRow .ph-stat {
  padding-right: 0;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  background-color: #FFFFFF;
  max-height: 10000px;
  transition: 0.2s all ease-out;
  padding: 0 15px;
  margin: 0 20px;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  max-height: 0;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.detailsHidden {
  max-height: 0;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer:last-child .reviewDetailsDivider {
  display: none;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRowHeader {
  width: 100%;
  height: 30px;
  color: #999;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRowHeader > div {
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRowHeader > div:last-child {
  padding-right: 0;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRowHeader > div {
  float: left;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRowHeader > div:first-child span {
  color: #00adef;
  cursor: pointer;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRowHeader > div:first-child .ion-android-open {
  font-size: 12px;
  left: 5px;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRowHeader > div:nth-child(5) {
  text-align: right;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRow {
  width: 100%;
  height: 30px;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRow .reviewLineTitle {
  padding-right: 20px;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRow .rowColorBar {
  float: left;
  width: 5px;
  height: 24px;
  border-radius: 3px;
  margin: 3px 10px 3px 0;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRow > div {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRow > div.ph-review-time {
  overflow: visible;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRow > div > span {
  color: #999;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRow > div .approvedTag {
  font-size: 12px;
  color: #5eb22e;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRow > div .pendingTag {
  font-size: 12px;
  color: #ccc;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsRow > div:last-child {
  text-align: right;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer .reviewDetailsDivider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #DDDDDD;
  margin: 15px 0;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRowHeader > div:nth-child(1),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRowHeader > div:nth-child(1),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRow > div:nth-child(1),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRow > div:nth-child(1) {
  width: 20%;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRowHeader > div:nth-child(2),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRowHeader > div:nth-child(2),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRow > div:nth-child(2),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRow > div:nth-child(2) {
  width: 15%;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRowHeader > div:nth-child(3),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRowHeader > div:nth-child(3),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRow > div:nth-child(3),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRow > div:nth-child(3) {
  width: 30%;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRowHeader > div:nth-child(4),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRowHeader > div:nth-child(4),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRow > div:nth-child(4),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRow > div:nth-child(4) {
  width: 25%;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRowHeader > div:nth-child(5),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRowHeader > div:nth-child(5),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.leaveRequests .reviewDetailsRow > div:nth-child(5),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.expenses .reviewDetailsRow > div:nth-child(5) {
  width: 10%;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRowHeader > div:nth-child(1),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRow > div:nth-child(1) {
  width: 20%;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRowHeader > div:nth-child(2),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRow > div:nth-child(2),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRowHeader > div:nth-child(3),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRow > div:nth-child(3),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRowHeader > div:nth-child(4),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRow > div:nth-child(4) {
  width: 15%;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRowHeader > div:nth-child(5),
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRow > div:nth-child(5) {
  width: 35%;
  text-align: left;
  position: relative;
}
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRowHeader employee-time-graph,
.ph-contentContainer.ph-payReview > .ph-content .reviewDetailsOuterContainer .reviewDetailsContainer.projectSummary .reviewDetailsRow employee-time-graph {
  position: absolute;
  top: -30px;
}
.ph-contentContainer.ph-payReview .noDifference {
  height: 9px;
}
.ph-payEmployee > .ph-toolbar .toolbarText {
  max-width: 70%;
}
.ph-payEmployee > .ph-toolbar .ion-alert-circled {
  margin-right: 7px;
}
.ph-payEmployee .ph-statRow {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  margin-bottom: 10px;
}
.ph-payEmployee .ph-statRow .projectDayWarningBox {
  position: absolute;
  left: 5px;
  right: -35px;
  top: -10px;
  bottom: -5px;
  background-color: rgba(255, 214, 0, 0.2);
  border: solid 1px rgba(255, 214, 0, 0.5);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ph-payEmployee .ph-statRow .ph-stat {
  width: 15%;
}
.ph-payEmployee .ph-statRow .ph-stat:nth-child(2) {
  width: 25%;
}
.ph-payEmployee .ph-statRow .workDaysInfo {
  margin-top: 10px;
  right: -15px;
}
.ph-payEmployee .ph-statRow.ph-leave-balances {
  background-color: #f9f9f9;
  margin: -1px 0 50px 0;
  padding: 0 15px;
}
.ph-payEmployee .ph-statRow.ph-leave-balances > .ph-stat {
  padding: 19px 20px;
  height: unset;
  box-sizing: border-box;
}
.ph-payEmployee .ph-statRow.ph-leave-balances > .ph-stat:nth-child(4) {
  border-left: solid 1px #ddd;
}
.ph-payEmployee .ph-statRow .ph-employee-finalPay .statTitle,
.ph-payEmployee .ph-statRow .ph-employee-finalPay .statValue {
  overflow: visible;
  position: relative;
}
.ph-payEmployee .ph-statRow .ph-employee-finalPay .sm-close {
  right: -30px;
  top: -25px;
  transform: none;
  z-index: 99;
}
.ph-payEmployee .ph-statRow .ph-employee-finalPay .sm-close:hover {
  top: -28px;
  right: -33px;
}
.ph-payEmployee .ph-toolbar > list-drop-down {
  margin-left: 7px;
}
.ph-payEmployee .ph-employee-additional > div:first-child {
  margin-top: 50px;
  height: 50px;
  line-height: 48px;
}
.ph-payEmployee .ph-employee-additional > div:first-child > div:first-child {
  font-weight: 600;
  font-size: 14px;
  padding-left: 0;
}
.ph-payEmployee .ph-employee-additional > div:first-child > div:last-child {
  text-align: right;
  padding-right: 42px;
}
.ph-payEmployee .ph-employee-additional.payslip .ph-payEmployee-notes {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  padding-top: 11px;
}
.ph-payEmployee .ph-employee-additional.payslip > p {
  padding-top: 15px;
}
.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 > i {
  margin-top: 5px !important;
  margin-right: 0px;
  margin-left: 10px !important;
}
.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:nth-child(3) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ph-toolbar.ph-paySent list-drop-down {
  margin-left: 7px;
}
.payStatsRow.ph-paySent {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}
.payStatsRow.ph-paySent .payStatContainer {
  float: left;
  height: 100%;
  width: calc((100% - 30px) / 3);
  background-color: #f4f4f4;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  padding: 29px 10px;
}
.payStatsRow.ph-paySent .payStatContainer:nth-child(2),
.payStatsRow.ph-paySent .payStatContainer:nth-child(3) {
  margin-left: 15px;
}
pay-details.ph-paySent.payDetails-collapse:not(:last-child) .ph-contentContainer {
  border-bottom: none;
}
.ph-contentContainer .ph-statRow pay-cycle-selector {
  width: 100%;
  padding-left: 20px;
  padding-top: 4px;
}
.ph-contentContainer > .ph-scrollTable {
  margin: 0 -1px -1px -1px;
}
.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;
}
.ph-scrollTable.ph-reportsDash .tableRow > .col:first-child {
  display: flex;
  flex-flow: row;
}
.ph-scrollTable.ph-reportsDash .tableRow > .col:first-child > span {
  flex: 0 1 auto;
  color: #00adef;
}
.ph-scrollTable.ph-reportsDash .tableRow > .col:first-child label-panel {
  flex: 1 1 auto;
}
.ph-scrollTable.ph-reportsDash .tableRow > .col:last-child {
  text-transform: capitalize;
}
.rprtSettings-inputRow {
  width: 100%;
  height: 34px;
  margin-bottom: 15px;
}
.rprtSettings-inputRow.rprtSettings-name {
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
  height: 54px !important;
  margin-bottom: 20px !important;
}
.rprtSettings-inputLabel {
  width: 90px;
  height: 100%;
  float: left;
  line-height: 34px;
  font-weight: 200;
}
.rprtSettings-input {
  width: calc(100% - 90px);
  height: 100%;
  float: left;
}
.rpBuild-settingsToggleBtn {
  float: left;
  width: 34px;
  height: 34px;
  margin: 10px 0 0 0;
  padding: 6px;
  background-color: #FFFFFF;
  border-radius: 2px 0 0 2px;
  border-color: #dddddd;
  color: #333 !important;
  top: 0;
  bottom: 0;
  font-size: 16px;
}
.rpBuild-header {
  width: 100%;
  margin-bottom: 10px;
  border-left: none;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.rpBuild-header > .headerInputContainer {
  height: 34px;
  width: calc(100% - 345px);
}
.rpBuild-header > .headerInputContainer > h3 {
  font-size: 22px;
  max-width: calc(100% - 130px);
  font-weight: normal;
  margin: 0 20px 0 0;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
.rpBuild-header > .headerInputContainer > .reportName {
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  position: relative;
}
.rpBuild-header > .headerInputContainer > .reportName .ion-edit {
  position: absolute;
  height: 34px;
  line-height: 34px;
  color: #999;
}
.rpBuild-header > .headerInputContainer > .reportName input {
  border: none;
  width: 100%;
  font-size: 22px;
  color: #333;
  padding-left: 25px;
  padding-bottom: 5px;
  margin-top: -1px;
}
.rpBuild-header > .headerInputContainer > .reportName input::placeholder {
  color: #ccc;
}
.rpBuild-header > .headerInputContainer > .reportName input:focus {
  border: none;
  border-bottom: solid 1px #00adef;
  outline: none;
}
.rpBuild-header > .headerInputContainer > .labelAdd {
  float: left;
  background-color: #FFFFFF;
  margin: 0;
}
.rpBuild-header label-panel {
  flex-grow: 1;
}
.rpBuild-header > .headerButtonContainer {
  height: 34px;
  margin-left: auto;
}
.rpBuild-header > .headerButtonContainer > .reportLoadingIcon {
  height: 34px;
  width: 34px;
  float: left;
  margin-right: 5px;
}
.rpBuild-header > .headerButtonContainer button {
  top: 0;
  bottom: 0;
  height: 34px;
  margin: 0 3px !important;
}
.rpBuild-header > .headerButtonContainer > .reportRefresh {
  width: 34px;
  padding: 6px;
}
.rpBuild-header > .headerButtonContainer > .reportSave {
  width: 100px;
}
.rpBuild-header > .headerButtonContainer > .reportCancel {
  width: 100px;
}
.rpBuild-header > .headerButtonContainer > .burgerBtn {
  width: 40px;
}
.rpBuild-header > .headerButtonContainer > .burgerBtn > button {
  height: 34px;
  width: 34px;
  padding: 6px 9px 6px 9px;
}
.rpBuild-labels > label-panel {
  padding-left: 0;
  padding-right: 0;
}
.deleteReport:hover {
  background-color: #d9534f !important;
}
.rpBuild-Container {
  padding: 10px 0 10px 0;
  height: calc(100vh - 265px);
  width: 100%;
}
.rpBuild-Container > .rpBuild-settingsContainer {
  height: 100%;
  width: 400px;
  margin-right: 10px;
  float: left;
  -webkit-transition: width 0.3s, margin 0.3s;
  -moz-transition: width 0.3s, margin 0.3s;
  -ms-transition: width 0.3s, margin 0.3s;
  -o-transition: width 0.3s, margin 0.3s;
  transition: width 0.3s, margin 0.3s;
  overflow: hidden;
  position: relative;
}
.rpBuild-Container > .rpBuild-settingsContainer .rpBuild-settingsTabs {
  height: 41px;
  width: 100%;
  overflow: hidden;
}
.rpBuild-Container > .rpBuild-settingsContainer .rpBuild-settingsTabs > div {
  width: 50%;
  height: 41px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  float: left;
  line-height: 40px;
  padding: 0 0 0 15px;
  margin: 0 0 0 0;
  font-weight: normal;
  color: #00adef;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.25s ease-out;
}
.rpBuild-Container > .rpBuild-settingsContainer .rpBuild-settingsTabs > div > span {
  color: #999;
}
.rpBuild-Container > .rpBuild-settingsContainer .rpBuild-settingsTabs > div:hover {
  background-color: #fafafa;
}
.rpBuild-Container > .rpBuild-settingsContainer .rpBuild-settingsTabs .rpBuild-settingsSelectedTab {
  background-color: #f4f4f4 !important;
  border-color: #ddd;
  border-bottom: none !important;
  color: #555;
}
.rpBuild-Container > .rpBuild-settingsContainer .rpBuild-settings {
  width: 100%;
  height: calc(100% - 41px);
  border: 1px solid #dddddd;
  background-color: #f4f4f4;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: none;
  padding: 20px;
}
.rpBuild-Container > .rpBuild-settingsContainer .rpBuild-settings > * {
  -webkit-transition: height 0.3s, padding 0.3s, opacity 0.3s;
  -moz-transition: height 0.3s, padding 0.3s, opacity 0.3s;
  -ms-transition: height 0.3s, padding 0.3s, opacity 0.3s;
  -o-transition: height 0.3s, padding 0.3s, opacity 0.3s;
  transition: height 0.3s, padding 0.3s, opacity 0.3s;
  overflow: hidden;
}
.rpBuild-Container #rpBuild-reportPanel {
  position: relative;
  height: 100%;
  float: left;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  overflow: hidden;
}
.rpBuild-Container #rpBuild-reportPanel #reportChart {
  max-height: calc(100vh - 300px);
}
.rpBuild-Container .rpBuild-footer {
  width: 400px;
  height: 50px;
  padding-top: 11px;
}
.rpBuild-Container .rpBuild-footer > button {
  height: 34px;
  float: left;
  padding: 6px 20px;
}
.rpBuild-Container .rpBuild-footer > div {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 34px;
  line-height: 34px;
  float: right;
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
}
.rpBuild-Container .ph-emptyState {
  height: 100%;
}
.rpBuild-Container .ph-emptyState > div {
  top: 50%;
  transform: translateY(-50%);
}
.rprtSettings-container {
  height: 100%;
  width: 100%;
}
.rprtSettings-container .rprtSettings-inputRow {
  width: 100%;
  height: 34px;
  margin-bottom: 15px;
}
.rprtSettings-container .rprtSettings-inputLabel {
  width: 90px;
  height: 100%;
  float: left;
  line-height: 34px;
}
.rprtSettings-container .rprtSettings-input {
  width: calc(100% - 90px);
  height: 100%;
  float: left;
}
.ph-taxUnpaid list-drop-down {
  margin-left: 7px;
}
.ph-taxPaid list-drop-down {
  margin-left: 7px;
}
pay-tax-details.ph-taxPay .ph-contentFooter {
  height: 130px;
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
}
.ph-taxPaid.noTax,
.ph-taxUnpaid.noTax {
  height: calc(100vh - 250px);
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 200;
  position: relative;
}
.ph-taxPaid.noTax div,
.ph-taxUnpaid.noTax div {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ph-migrate .login-logo-container {
  padding: 25px 0;
}
.ph-migrate .login-logo-container .ph-migrationWaiting {
  display: block;
  padding-left: 20px;
  width: 400px;
  height: 250px;
  margin: -20px auto;
  transform: scale(0.7);
  overflow: hidden;
}
.ph-migrate .login-container h2 {
  margin-bottom: 5px;
}
.ph-migrate .login-container p {
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.ap-container {
  padding: 30px !important;
}
.ap-container .ap-payDetails {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.ap-container .ap-payDetails > div {
  text-align: left;
  width: 50%;
  padding: 15px 0 15px 20px;
}
.ap-container .ap-payDetails > div:nth-child(1),
.ap-container .ap-payDetails > div:nth-child(2) {
  border-bottom: solid 1px #eee;
}
.ap-container .ap-payDetails > div:nth-child(2),
.ap-container .ap-payDetails > div:nth-child(4) {
  border-left: solid 1px #eee;
}
.ap-container .ap-payDetails > div p {
  margin-bottom: 0;
}
.ap-container .ap-payDetails > div h2 {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 460px) {
  .ap-container .ap-payDetails {
    flex-direction: column;
  }
  .ap-container .ap-payDetails > div {
    width: 100%;
    padding: 15px;
    border-left: none !important;
    border-bottom: solid 1px #eee;
  }
}
.ap-container .btn-success {
  width: 100%;
  font-size: 14px;
  height: 50px;
}
.ap-container .ap-success {
  margin-bottom: 15px;
  text-align: center;
}
.ap-container .ap-success > img {
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.ap-container .ap-success > h1 {
  padding-bottom: 0 !important;
}
.ap-container .ap-payEmpty {
  text-align: center;
}
.ap-container .ap-payEmpty > img {
  width: 100%;
  max-width: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.ap-container .ap-payEmpty > h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.ap-container .ap-payEmpty > p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ap-container .ap-payEmpty > p {
    display: none;
  }
}
.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: 300px;
  filter: drop-shadow(0 5px 30px rgba(0, 0, 0, 0.1));
  transition: all 0.25s ease-out;
}
.ph-additionalLogins {
  background-color: #f4f4f4;
  margin: 40px -40px -40px;
  padding: 40px 20px;
  border-radius: 0 0 3px 3px;
}
@media (max-width: 460px) {
  .ph-additionalLogins {
    padding: 30px 20px;
    margin: 40px -20px -20px;
  }
}
.login-btnSeparator {
  position: relative;
}
.login-btnSeparator hr {
  margin: 40px;
}
.login-btnSeparator span {
  position: absolute;
  top: -9px;
  background-color: #fff;
  padding: 0 30px;
  left: 50%;
  transform: translateX(-50%);
}
.login-outerContainer {
  position: relative;
  min-height: 770px;
  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 .login-outerLogout {
  background-color: #00adef;
  height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.25s;
}
.login-outerContainer .login-innerLogout {
  position: absolute;
  width: 90%;
  max-width: 1300px;
  left: 50%;
  transform: translateX(-50%);
}
.login-outerContainer .login-innerLogout > img {
  width: 120px;
  padding-top: 5px;
}
.login-outerContainer .login-innerLogout .login-logout-item {
  float: right;
  cursor: pointer;
}
.login-outerContainer .login-innerLogout .login-logout-item:hover {
  background-color: #00a2e0;
}
.login-outerContainer .login-innerLogout .login-logout-item:active {
  background-color: #008fc6;
}
.login-outerContainer .login-innerLogout p {
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.75px;
  box-sizing: border-box;
  padding: 16.5px 15px;
  margin-bottom: 0;
}
.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-top: 0;
  margin-bottom: 30px;
}
.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 .login-inputs .login-rememberMe,
.login-outerContainer .passwordReset-container .login-input-container .login-inputs .login-rememberMe {
  margin: 20px auto;
  display: table;
}
.login-outerContainer .login-container .login-input-container .login-inputs .login-rememberMe > div,
.login-outerContainer .passwordReset-container .login-input-container .login-inputs .login-rememberMe > div {
  height: 24px;
  display: inline-block;
}
.login-outerContainer .login-container .login-input-container .login-inputs .login-rememberMe label > span,
.login-outerContainer .passwordReset-container .login-input-container .login-inputs .login-rememberMe label > span {
  position: relative;
  top: 2px;
  left: 8px;
  cursor: pointer;
}
.login-outerContainer .login-container .login-input-container .login-inputs .ph-login-message,
.login-outerContainer .passwordReset-container .login-input-container .login-inputs .ph-login-message {
  font-size: 10px;
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}
.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 {
  color: #fff;
}
.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;
}
.ph-whatsThisContainer.defaultWork {
  position: relative;
  display: inline-block;
  top: 11px;
}
.ph-team-employeeDetails .teamDetails-employeeSearchRow {
  width: 100%;
  height: 60px;
  padding: 13px 0px 13px 15px;
  margin-bottom: -47px;
}
.ph-team-employeeDetails .teamDetails-employeeSearchRow .ph-search {
  position: relative;
  z-index: 99;
}
.ph-team-employeeDetails .ph-tabContainer {
  margin-bottom: -1px;
}
.ph-team-employeeDetails .ph-scrollTable .tableHeaderRow > .col:nth-child(1),
.ph-team-employeeDetails .ph-scrollTable .tableRow > .col:nth-child(1),
.ph-team-employeeDetails .ph-scrollTable .tableFooterRow > .col:nth-child(1) {
  width: 30%;
}
.ph-team-employeeDetails .ph-scrollTable .tableHeaderRow > .col:nth-child(2),
.ph-team-employeeDetails .ph-scrollTable .tableRow > .col:nth-child(2),
.ph-team-employeeDetails .ph-scrollTable .tableFooterRow > .col:nth-child(2) {
  width: 15%;
}
.ph-team-employeeDetails .ph-scrollTable .tableHeaderRow > .col:nth-child(3),
.ph-team-employeeDetails .ph-scrollTable .tableRow > .col:nth-child(3),
.ph-team-employeeDetails .ph-scrollTable .tableFooterRow > .col:nth-child(3) {
  width: 15%;
}
.ph-team-employeeDetails .ph-scrollTable .tableHeaderRow > .col:nth-child(4),
.ph-team-employeeDetails .ph-scrollTable .tableRow > .col:nth-child(4),
.ph-team-employeeDetails .ph-scrollTable .tableFooterRow > .col:nth-child(4) {
  width: 20%;
}
.ph-team-employeeDetails .ph-scrollTable .tableHeaderRow > .col:nth-child(4) check-box,
.ph-team-employeeDetails .ph-scrollTable .tableRow > .col:nth-child(4) check-box,
.ph-team-employeeDetails .ph-scrollTable .tableFooterRow > .col:nth-child(4) check-box {
  margin-right: 15px;
}
.ph-team-employeeDetails .ph-scrollTable .tableHeaderRow > .col:nth-child(4) list-drop-down,
.ph-team-employeeDetails .ph-scrollTable .tableRow > .col:nth-child(4) list-drop-down,
.ph-team-employeeDetails .ph-scrollTable .tableFooterRow > .col:nth-child(4) list-drop-down {
  width: 85%;
}
.ph-team-employeeDetails .ph-scrollTable .tableHeaderRow .ion-star,
.ph-team-employeeDetails .ph-scrollTable .tableRow .ion-star,
.ph-team-employeeDetails .ph-scrollTable .tableFooterRow .ion-star {
  margin-right: 7px;
}
.ph-team-employeeDetails .ph-scrollTable .tableHeaderRow access-icon,
.ph-team-employeeDetails .ph-scrollTable .tableRow access-icon,
.ph-team-employeeDetails .ph-scrollTable .tableFooterRow access-icon {
  margin-left: 10px;
}
.ph-team-employeeDetails .ph-team-footer {
  display: table;
  background-color: #f4f4f4;
  width: 100%;
  height: 65px;
  padding: 15px;
  pointer-events: all;
  border: solid 1px #ddd;
  border-top: none;
  margin-bottom: 12px;
}
.ph-team-employeeDetails .ph-team-footer list-drop-down {
  float: left;
}
.ph-team-employeeDetails .ph-team-footer list-drop-down.teamOptions {
  right: 15px;
  top: 7px;
}
.ph-team-employeeDetails .ph-emptyState {
  margin-top: -2px;
}
.ph-team-employeeDetails .ph-emptyState.isSmallEmpty {
  height: 80px;
}
.ph-team-employeeDetails .ph-emptyState.isSmallEmpty > div {
  top: 27px;
}
.ph-team-employeeDetails .ph-emptyState.isSmallEmpty > div span {
  font-size: 12px;
  font-weight: 200;
  cursor: default;
  color: #999;
}
.ph-team-employeeDetails .btnContainer {
  width: 100px;
  height: 70px;
  float: right;
}
.ph-team-employeeDetails .btnContainer .btn {
  width: 100%;
}
.ph-team-employeeDetails .btnContainer .btn:first-child {
  margin-bottom: 4px;
}
.ph-team-employeeDetails .ph-scrollTable {
  margin: 0;
}
.ph-projectDetails-inline-label {
  float: left;
  margin: 0 15px;
}
.ph-projectDetails-shift-add {
  color: #00adef;
  cursor: pointer;
}
.ph-projectDetails-shift-remove {
  font-size: 20px;
  top: 15px !important;
}
.ph-projectDetails-shift-error {
  height: 60px;
}
.ph-projectDetails-time-input-clear {
  font-size: 20px;
  right: 18px;
}
.ph-projectDetails-time-input-container {
  position: relative;
}
.ph-projectDetails-label-bold {
  font-weight: 600 !important;
}
.ph-whatsThisContainer.ph-projectDetails-whatsthis {
  position: relative;
  display: inline-block;
  top: 10px;
}
.col-sm-6.ph-companySettings:nth-child(2) {
  padding-left: 0;
}
.col-sm-6.ph-companySettings:nth-child(3) {
  padding-right: 0;
}
.col-sm-6.ph-companySettings > .heading {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.col-sm-6.ph-companySettings textarea {
  overflow: hidden;
  max-width: 100%;
}
.ph-companySettings .scrollContainer {
  max-height: 70vh;
  width: 100%;
  overflow-x: hidden;
}
.ph-companySettings .scrollContainer button {
  margin-left: auto;
}
.ph-companySettings .scrollContainer button > img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.ph-companySettings .scrollContainer button:focus {
  text-decoration: none;
  color: #00adef;
}
.ph-companySettings .ph-companySettings-radioButtons {
  width: 50px;
}
.ph-companySettings .ph-companySettings-infoText {
  margin: 8px 10px 0 0;
}
.ph-companySettings .ph-companySettings-headerLink {
  float: none;
  display: inline;
  margin-left: 5px;
  top: 2px;
  z-index: 1;
}
.ph-companySettings .ph-companySettings-unavailableOnPlan {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
.ph-companySettings .form-horizontal {
  border-top: none;
}
.ph-companySettings .owdInnerHeader {
  line-height: 1.7;
  position: relative;
  top: 1px;
}
.ph-companySettings .ph-companyUsers {
  margin-top: -1px;
}
.ph-companySettings .akahuDisabled {
  color: #ccc;
}
.ph-team.ph-scrollTable .emptyCell {
  color: #999;
}
.ph-team.ph-scrollTable .tableHeaderRow > .col:nth-child(1),
.ph-team.ph-scrollTable .tableRow > .col:nth-child(1),
.ph-team.ph-scrollTable .tableFooterRow > .col:nth-child(1) {
  width: 25%;
}
.ph-team.ph-scrollTable .tableHeaderRow > .col:nth-child(2),
.ph-team.ph-scrollTable .tableRow > .col:nth-child(2),
.ph-team.ph-scrollTable .tableFooterRow > .col:nth-child(2) {
  width: 25%;
}
.ph-team.ph-scrollTable .tableHeaderRow > .col:nth-child(3),
.ph-team.ph-scrollTable .tableRow > .col:nth-child(3),
.ph-team.ph-scrollTable .tableFooterRow > .col:nth-child(3) {
  width: 25%;
}
.ph-team.ph-scrollTable .tableHeaderRow > .col:nth-child(4),
.ph-team.ph-scrollTable .tableRow > .col:nth-child(4),
.ph-team.ph-scrollTable .tableFooterRow > .col:nth-child(4) {
  width: 25%;
}
.ph-payItems .scrollContainer {
  max-height: calc(100vh - 399px);
}
.ph-integrations > div {
  width: 100%;
  display: grid;
  align-items: center;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 10px;
}
.ph-integrations > div.intDisconnected,
.ph-integrations > div.droppah {
  grid-template-columns: 25% 55% 20% !important;
}
.ph-integrations > div.intDisconnected .intDescription,
.ph-integrations > div.droppah .intDescription {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ph-integrations > div.xero,
.ph-integrations > div.ird,
.ph-integrations > div.akahu,
.ph-integrations > div.partner,
.ph-integrations > div.droppah {
  grid-template-columns: 25% 20% 25% 30%;
}
.ph-integrations > div.partner {
  grid-template-columns: 25% 35% 10% 30%;
}
.ph-integrations > div > div {
  opacity: 1;
  pointer-events: all;
}
.ph-integrations > div > div.hideDetail {
  opacity: 0;
  pointer-events: none;
}
.ph-integrations > div > div > p:not(.intDescription) {
  margin-bottom: 0;
  padding-right: 10px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ph-integrations > div > div > p:not(.intDescription) > img {
  width: 50px;
  margin-right: 10px;
}
.ph-integrations > div > div > span {
  color: #999;
  display: table;
  margin: 2px 0 5px 0;
}
.ph-integrations > div > div button {
  float: right;
  min-width: 100px;
  margin-left: 7px;
  padding: 6px 20px;
}
.ph-integrations > div > div button.reset-key i {
  color: #999;
  margin-right: 5px;
}
.ph-integrations > div > div .loadingSpinner {
  width: 34px;
  height: 34px;
  float: right;
}
.ph-integrations > div > div .api-key {
  display: flex;
  width: 100%;
}
.ph-integrations > div > div .api-key .form-control {
  cursor: text;
  background-color: #fcfcfc;
  flex-grow: 1;
}
.ph-integrations > div > div .api-key .clipboard-copy {
  min-width: 34px;
  padding: 0;
  margin: 0 0 0 -1px;
}
.ph-integrations > div > div .integrationSync {
  float: right;
}
.ph-integrations > div > div .integrationSync img {
  width: 40px;
  margin-left: 10px;
}
.ph-xero .xeroAccountMapping {
  margin-left: 0;
  margin-top: 60px;
  max-height: 800px;
}
.ph-xero .xeroAccountMapping .ph-scrollTable {
  padding-left: 0;
}
.ph-xero .xeroAccountMapping .ph-scrollTable .scrollContainer {
  max-height: 750px;
}
.ph-xero .xeroAccountMapping .ph-scrollTable .scrollContainer .tableHeaderRow table-col-header:last-child {
  padding-right: 30px;
}
.ph-xero .xeroAccountMapping .ph-scrollTable .scrollContainer .tableRow list-drop-down {
  margin: 8px 0;
}
.ph-accounts.ph-scrollTable {
  padding-left: 0;
}
.ph-accounts.ph-scrollTable .tableHeaderRow table-col-header:last-child {
  padding-right: 30px;
}
.ph-accounts.ph-scrollTable .scrollContainer {
  max-height: 750px;
}
.ph-accounts.ph-scrollTable .scrollContainer .tableRow > div > .ph-accounts-accountsNew {
  position: relative;
  background-color: #00ADEF;
  width: 6px;
  height: 6px;
  min-width: unset;
  min-height: unset;
  border-radius: 3px;
  margin: 22px 15px 22px 0;
  float: left;
}
.ph-accounts.ph-scrollTable .scrollContainer .tableRow > div > input {
  width: 35%;
  min-width: 170px;
}
.ph-accounts.ph-scrollTable .scrollContainer .tableRow list-drop-down {
  margin: 8px 0;
}
.ph-location.ph-emptyState {
  border-top: none;
  margin-bottom: 15px;
}
.manage-itemTable.-ph-manageUac .manage-itemRowScrollContainer .manage-itemRowContainer .manage-itemRow .manage-itemCol button.btn-link {
  padding: 0;
  height: 46px;
}
.manage-itemTable.-ph-manageUac .manage-itemRowScrollContainer .manage-itemRowContainer .manage-itemRow .manage-itemCol .-grey {
  color: var(--app-color-grey-dark);
  font-weight: 400;
}
.manage-itemTable.-ph-manageUac .manage-itemRowScrollContainer .manage-itemRowContainer .manage-itemRow .manage-itemCol.-name {
  font-weight: 700;
}
.manage-itemTable.-ph-manageUac .manage-itemRowScrollContainer .manage-itemRowContainer .manage-itemRow .manage-itemCol.-role .uac-role {
  margin-right: auto;
}
.manage-itemTable.-ph-manageUac .manage-itemRowScrollContainer .manage-itemRowContainer .manage-itemRow .manage-itemCol.-role .ion-ios-close-empty {
  margin-left: auto;
}
.ph-settings-deleteRow {
  margin: 0 0 30px 0;
  height: 34px;
  float: left;
  width: 100%;
}
.ph-settings-deleteRow .ph-archive-message {
  text-align: center;
  color: #999;
}
.ph-half-opacity {
  opacity: 0.5 !important;
}
.ph-scrollTable.ph-team table-col-header:first-child,
.ph-scrollTable.ph-project table-col-header:first-child,
.ph-scrollTable.ph-leave table-col-header:first-child {
  padding-left: 15px;
}
.ph-scrollTable.ph-team .tableRow,
.ph-scrollTable.ph-project .tableRow,
.ph-scrollTable.ph-leave .tableRow,
.ph-scrollTable.ph-team .tableHeaderRow,
.ph-scrollTable.ph-project .tableHeaderRow,
.ph-scrollTable.ph-leave .tableHeaderRow {
  padding-left: 5px;
}
.ph-payItems table-col-header:first-child {
  padding-left: 15px;
}
.ph-payItems .tableHeaderRow {
  margin-top: -1px;
}
.ph-payItems .tableRow,
.ph-payItems .tableHeaderRow {
  padding-left: 5px;
}
.tableRow .ion-ios-box-outline,
.tableRow .ion-android-walk {
  display: block;
  float: left;
  position: relative;
  margin-right: 10px;
}
.tableRow .ion-android-walk {
  color: #ccc;
}
.tableRow .ion-ios-locked-outline {
  margin-right: 9px;
}
.tableRow .ion-ios-locked-outline::before {
  transform: scale(0.99);
}
.ph-toolbar .ion-ios-box-outline,
.ph-stat .ion-ios-box-outline,
.ph-toolbar .ion-ios-locked-outline,
.ph-stat .ion-ios-locked-outline {
  margin-right: 7px;
}
.ph-addEmployeePopoverContainer {
  position: relative;
}
.ph-scrollTable.ph-employees .tableHeaderRow > div,
.ph-scrollTable.ph-employees .tableRow > div,
.ph-scrollTable.ph-employees .tableHeaderRow > table-col-header,
.ph-scrollTable.ph-employees .tableRow > table-col-header {
  width: calc(65% / 3);
  padding-left: 20px;
}
.ph-scrollTable.ph-employees .tableHeaderRow > div:nth-child(1),
.ph-scrollTable.ph-employees .tableRow > div:nth-child(1),
.ph-scrollTable.ph-employees .tableHeaderRow > table-col-header:nth-child(1),
.ph-scrollTable.ph-employees .tableRow > table-col-header:nth-child(1) {
  width: 35%;
}
.ph-scrollTable.ph-employees .tableHeaderRow > div.ph-blueText,
.ph-scrollTable.ph-employees .tableRow > div.ph-blueText,
.ph-scrollTable.ph-employees .tableHeaderRow > table-col-header.ph-blueText,
.ph-scrollTable.ph-employees .tableRow > table-col-header.ph-blueText {
  display: flex;
  flex-flow: row;
}
.ph-scrollTable.ph-employees .tableHeaderRow > div.ph-blueText > span,
.ph-scrollTable.ph-employees .tableRow > div.ph-blueText > span,
.ph-scrollTable.ph-employees .tableHeaderRow > table-col-header.ph-blueText > span,
.ph-scrollTable.ph-employees .tableRow > table-col-header.ph-blueText > span {
  flex: 0 1 auto;
}
.ph-scrollTable.ph-employees .tableHeaderRow > div.ph-blueText access-icon,
.ph-scrollTable.ph-employees .tableRow > div.ph-blueText access-icon,
.ph-scrollTable.ph-employees .tableHeaderRow > table-col-header.ph-blueText access-icon,
.ph-scrollTable.ph-employees .tableRow > table-col-header.ph-blueText access-icon {
  margin-left: 10px;
}
.ph-scrollTable.ph-employees .tableHeaderRow > div.ph-blueText > label-panel,
.ph-scrollTable.ph-employees .tableRow > div.ph-blueText > label-panel,
.ph-scrollTable.ph-employees .tableHeaderRow > table-col-header.ph-blueText > label-panel,
.ph-scrollTable.ph-employees .tableRow > table-col-header.ph-blueText > label-panel {
  flex: 1 1 auto;
}
.popover {
  z-index: 1100 !important;
}
.ph-employeesEdit.ph-toolbar {
  margin-bottom: 10px;
}
.ph-employeesEdit.ph-toolbar list-drop-down {
  margin-left: 7px;
}
.ph-employeesEdit.ph-toolbar access-icon {
  margin-right: 20px;
}
.empEdit-leave-leaveDueInput {
  width: calc(100% - 80px) !important;
  transition: none;
}
.empEdit-leave-leaveUnitBtn {
  float: left;
  width: 80px !important;
}
.empEdit-leave-leaveUnitBtn button {
  min-width: 75px !important;
  width: 75px;
  background-color: #eee;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: bold;
  color: #555;
  border-color: #ccc;
}
.empEdit-leave-leaveUnitBtn button:focus {
  border-color: #ccc !important;
  background-color: #e6e6e6 !important;
}
.empEdit-leave-fourWeeksLabel {
  padding: 7px 0;
}
.empEdit-leave-balanceFooter {
  position: relative;
}
.empEdit-leave-balanceFooter > .empEdit-leave-balanceFooterValue {
  min-width: 90px;
  float: right;
  margin-right: 25px;
  margin-left: 15px;
}
.empEdit-leave-balanceFooter > .ph-whatsThis {
  right: 0;
}
.empEdit-payAsYouGoLabel {
  width: 95px;
  padding-left: 0;
  text-align: left !important;
}
.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;
}
.employeePayDetailsHeader {
  position: relative;
}
.employeePayDetailsHeader .ph-statRow {
  background-color: #f9f9f9;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin: 0 auto 40px auto;
  width: 100%;
  padding: 20px 40px 15px;
}
.employeePayDetailsHeader > button {
  position: absolute;
  height: 100%;
  width: 34px;
  padding: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.employeePayDetailsHeader > button:first-child {
  left: 0;
}
.ph-scrollTable.employeePayHistory {
  margin-top: -1px;
}
.ph-scrollTable.employeePayHistory .tableHeaderRow > div,
.ph-scrollTable.employeePayHistory .tableRow > div,
.ph-scrollTable.employeePayHistory .tableHeaderRow > table-col-header,
.ph-scrollTable.employeePayHistory .tableRow > table-col-header {
  width: 30%;
}
.ph-scrollTable.employeePayHistory .tableHeaderRow > div:nth-child(2),
.ph-scrollTable.employeePayHistory .tableRow > div:nth-child(2),
.ph-scrollTable.employeePayHistory .tableHeaderRow > table-col-header:nth-child(2),
.ph-scrollTable.employeePayHistory .tableRow > table-col-header:nth-child(2),
.ph-scrollTable.employeePayHistory .tableHeaderRow > div:nth-child(3),
.ph-scrollTable.employeePayHistory .tableRow > div:nth-child(3),
.ph-scrollTable.employeePayHistory .tableHeaderRow > table-col-header:nth-child(3),
.ph-scrollTable.employeePayHistory .tableRow > table-col-header:nth-child(3) {
  width: 20%;
}
.ph-scrollTable.employeePayHistory .tableHeaderRow .ph-blueText,
.ph-scrollTable.employeePayHistory .tableRow .ph-blueText {
  cursor: pointer;
}
.ph-scrollTable.employeePayHistory .tableHeaderRow .ph-inRowInput > input,
.ph-scrollTable.employeePayHistory .tableRow .ph-inRowInput > input {
  width: 50%;
  border-color: #eee;
  box-shadow: none !important;
}
.ph-scrollTable.employeePayHistory .tableHeaderRow .ph-inRowInput > input:focus,
.ph-scrollTable.employeePayHistory .tableRow .ph-inRowInput > input:focus {
  border-color: #9eccf1;
}
input-date-picker.payHistory-datePicker {
  width: 50%;
  line-height: 34px;
}
tooltip-popover.payHistory-static-popover .hoverArea {
  cursor: default;
}
.ph-scrollTable.employeeDocuments {
  margin-top: -1px;
}
.ph-scrollTable.employeeDocuments .tableHeaderRow > div,
.ph-scrollTable.employeeDocuments .tableRow > div,
.ph-scrollTable.employeeDocuments .tableHeaderRow > table-col-header,
.ph-scrollTable.employeeDocuments .tableRow > table-col-header {
  width: calc(100% / 3);
}
.ph-scrollTable.employeeDocuments .tableHeaderRow > div:last-child,
.ph-scrollTable.employeeDocuments .tableRow > div:last-child,
.ph-scrollTable.employeeDocuments .tableHeaderRow > table-col-header:last-child,
.ph-scrollTable.employeeDocuments .tableRow > table-col-header:last-child {
  padding-right: 45px;
}
.ph-scrollTable.employeeDocuments .tableHeaderRow > div:last-child span,
.ph-scrollTable.employeeDocuments .tableRow > div:last-child span,
.ph-scrollTable.employeeDocuments .tableHeaderRow > table-col-header:last-child span,
.ph-scrollTable.employeeDocuments .tableRow > table-col-header:last-child span {
  color: #999999;
}
.ph-employeeNotes {
  overflow: auto;
}
.ph-employeeNotes .employeeNoteCard {
  min-height: 140px;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #ddd;
  margin: -1px 0 15px;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  position: relative;
}
.ph-employeeNotes .employeeNoteCard .employeeNoteDateRow {
  position: relative;
  margin-bottom: 20px;
}
.ph-employeeNotes .employeeNoteCard .employeeNoteDateRow .employeeNoteDate {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
}
.ph-employeeNotes .employeeNoteCard .employeeNoteDateRow .employeeNoteDate .newDot {
  height: 5px;
  width: 5px;
  border-radius: 30px;
  background: #00adef;
  margin-right: 7px;
}
.ph-employeeNotes .employeeNoteCard textarea {
  padding: 10px 12px;
  background-color: #f9f9f9;
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
  max-height: 500px;
}
.ph-employeeNotes .employeeNoteCard textarea:focus {
  background-color: #FFFFFF;
}
.ph-employeeNotes .employeeNoteCard .employeeNoteActionRow {
  height: 60px;
  width: 100%;
  padding: 0 15px;
}
.ph-employeeNotes .employeeNoteCard .employeeNoteActionRow .employeeNoteDate {
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  float: left;
}
.ph-employeeNotes .employeeNoteCard .employeeNoteActionRow .employeeNoteDate span {
  color: #999999;
}
.ph-employeeNotes .employeeNoteCard .employeeNoteActionRow button {
  min-width: 110px;
}
.ph-employeeNotes .employeeNoteCard .employeeNoteActionRow button.pull-left {
  margin: 13px 10px 13px 0;
}
.ph-employeeNotes .employeeNoteCard .employeeNoteActionRow button.pull-right {
  margin: 13px 0 13px 10px;
}
.ph-default-pay {
  margin-bottom: 20px;
}
.label-left {
  text-align: left !important;
}
.ph-editEmployment-headerLink {
  float: none !important;
  display: inline !important;
  margin-left: 5px;
  top: 2px;
  z-index: 1;
}
:root .ph-employeeNew .ph-stepBackButton {
  background-color: #f4f4f4;
}
:root .ph-employeeNew.form-horizontal.ph-swipe-outerContainer .ph-swipe-innerContainer {
  overflow: hidden;
}
:root .ph-employeeNew.form-horizontal.ph-swipe-outerContainer .ph-swipe-innerContainer .ph-swipeItem {
  width: calc(100% / 3);
  overflow: visible;
}
:root .template-container {
  background-color: #ffffff;
  border: var(--app-border);
  border-radius: var(--app-border-radius);
  padding: 10px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
:root .remove-template-button {
  width: 25%;
  left: 20px;
}
:root .template-name {
  width: 75%;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
:root .ph-employeeNew-unavailableOnPlan {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
.navbar-nav .backToEmployees {
  padding: 10px 0;
}
.navbar-nav .backToEmployees > button {
  height: 30px;
  width: 30px;
  border: none;
  background-color: #FFFFFF;
  margin: 0 5px !important;
  float: left;
  padding: 6px 8px;
}
.navbar-nav .backToEmployees > div {
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  line-height: 30px;
  float: left;
}
.navbar-nav .btn-default {
  background-color: #FFFFFF;
}
.ph-employeeEdit .ph-employee-finish .sm-close,
.ph-employeeNew .ph-employee-finish .sm-close {
  right: 57px;
  top: 17px;
  z-index: 99;
}
.ph-employeeEdit .ph-employee-finish .sm-close:hover,
.ph-employeeNew .ph-employee-finish .sm-close:hover {
  right: 54px;
}
.ph-employeeEdit .ph-employee-regularHours,
.ph-employeeNew .ph-employee-regularHours {
  margin-bottom: 5px;
}
.ph-employeeEdit .ph-employee-regularHours > div:first-child,
.ph-employeeNew .ph-employee-regularHours > div:first-child {
  margin-bottom: 5px;
}
.ph-employeeEdit .ph-employee-regularHours > div:first-child,
.ph-employeeNew .ph-employee-regularHours > div:first-child,
.ph-employeeEdit .ph-employee-regularHours > div:nth-child(2),
.ph-employeeNew .ph-employee-regularHours > div:nth-child(2) {
  width: 100%;
  display: flex;
}
.ph-employeeEdit .ph-employee-regularHours > div:first-child > div,
.ph-employeeNew .ph-employee-regularHours > div:first-child > div,
.ph-employeeEdit .ph-employee-regularHours > div:nth-child(2) > div,
.ph-employeeNew .ph-employee-regularHours > div:nth-child(2) > div {
  text-align: center;
  width: calc((100% / 8) - 10px);
  margin-right: 10px;
  margin-top: 0;
  color: #999;
}
.ph-employeeNew.form-horizontal .dayInWeekInput,
.ph-employeeEdit.form-horizontal .dayInWeekInput {
  width: calc((100% / 8) - 10px);
  margin-right: 10px;
  text-align: center;
}
.ph-employeeNew.form-horizontal list-drop-down,
.ph-employeeEdit.form-horizontal list-drop-down {
  width: 100%;
}
.ph-employeeNew.form-horizontal textarea,
.ph-employeeEdit.form-horizontal textarea {
  width: 100%;
}
.form-group {
  opacity: 1;
}
.form-group list-drop-down {
  display: unset;
}
.form-group list-drop-down > div {
  display: unset;
}
.form-group list-drop-down button {
  width: 100%;
}
.form-group .ph-employee-regularHours-total {
  font-size: 12px;
  padding-top: 7px;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.form-group .ph-employee-regularHours-total > span {
  color: #333;
}
.form-group.workPattern-group:first-child {
  padding-top: 10px;
}
.form-group.workPattern-group > .radioButtons {
  width: 44px;
}
.form-group.workPattern-group .ph-employee-regularHours {
  float: left;
  width: calc(66.6666666667% - 44px);
  padding: 0 15px;
}
.form-group .ph-employee-addRate {
  color: #00adef;
  cursor: pointer;
  position: relative;
  left: -3px;
}
.form-group .form-control-static {
  font-weight: 600;
}
.form-group .form-control-static.detail-bg {
  padding-top: 4px;
  font-size: 16px;
}
.form-group .ph-accessCard {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 25px;
}
.form-group .ph-accessCard > img {
  width: 200px;
}
.form-group .ph-accessCard .access-details {
  margin-left: auto;
}
.form-group .ph-accessCard .access-details > a {
  color: #00adef;
  position: relative;
  top: 2px;
  margin-right: 30px;
}
.form-group .ph-accessCard .access-details > button {
  padding: 6px 20px;
  min-width: 100px;
  margin-right: 24px;
}
.form-group .ph-accessCard .access-details > button.btn-link:focus {
  text-decoration: none;
  color: #00adef;
}
.form-group .ph-accessCard .access-details > button > img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.form-group .ph-accessCard .access-toggle {
  cursor: pointer;
  margin-left: auto;
  padding: 15px 20px;
  color: #999;
  border-radius: 2px;
  transition: background-color 0.25s;
}
.form-group .ph-accessCard .access-toggle:hover {
  background-color: #fafafa;
}
.form-group .ph-accessCard .access-toggle:active {
  background-color: #eee;
}
.form-group .ph-accessCard .access-toggle .ph-toggle {
  float: right;
  margin: 4px 0 0 20px;
}
.form-group .ph-accessCard .sm-close {
  right: 20px;
}
.form-group .ph-accessCard .sm-close:hover {
  right: 17px;
}
.form-group.ng-hide-add,
.form-group.ng-hide-remove {
  transition: all linear 0.5s;
}
.form-group.ng-hide {
  opacity: 0;
  margin-top: -15px;
}
.ph-employees-header {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  height: 44px;
}
.ph-employees-header .form-control {
  width: 300px;
}
.ph-employee-settingsContent .form-horizontal {
  border-top: none;
  border-radius: 0 0 2px 2px !important;
}
: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;
}
