/**
* variables
**********************/
/**
* notification colors
***********************/
/**
* mixins
**********************/
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.rtl {
  direction: rtl;
  text-align: right;
}
.margin-zero {
  margin: 0;
}
.text-larger {
  font-size: larger !important;
}
.side-margin-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.side-padding-5-percent {
  padding-left: 5%;
  padding-right: 5%;
}
.padding-zero {
  padding: 0 !important;
}
.uppercase {
  text-transform: uppercase;
}
.text-90 {
  font-size: 90%;
}
.no-border {
  border: 0;
}
.vertical-border {
  border-left: none;
  border-right: none;
}
.bottom-border {
  border-left: none;
  border-right: none;
  border-top: none;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.bold {
  font-weight: bold;
}
.lightx2 {
  background: #eee;
}
.light-border {
  border-color: #eee !important;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blue {
  color: #0b79d2;
}
.dark {
  color: #222222;
}
.underline {
  text-decoration: underline;
}
/**
* Helpers
*************************/
.round {
  border-radius: 50%;
}
/**
* main
**********************/
@-webkit-keyframes androidBugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
body {
  -webkit-animation: androidBugfix infinite 1s;
}
@media (min-width: 680px) {
  body .modal {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    background-color: #fff;
  }
  body .modal.ion-autocomplete-container {
    z-index: 20;
  }
}
body .content.has-footer {
  bottom: 46px;
}
body .bar-footer {
  padding-left: 10px;
  padding-right: 10px;
}
body .bar-footer .row {
  padding: 0;
}
body .bar-footer .row .col {
  padding: 0;
}
body .note:before {
  font-size: 16pt;
  color: #888;
}
body .note.clicked:before {
  color: #222222;
}
body .employee-info {
  background-color: #eee;
}
body .employee-info .employee-pic-name {
  padding: 0 20px;
}
body .employee-info .employee-pic-name .approval-state {
  top: calc(50% - 11px);
  position: absolute;
  left: -16px;
}
body .employee-info .employee-pic-name .item-avatar {
  display: inline-block;
  vertical-align: middle;
  min-height: 40px;
}
body .employee-info .employee-pic-name .item-avatar > img:first-child {
  position: static;
  top: auto;
  left: auto;
}
body .employee-info .employee-pic-name .employee-name {
  font-size: 18px;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
body .employee-info.employee-info-vertical .employee-pic-name {
  height: 50px;
}
body .employee-info.employee-info-vertical .employee-pic-name .employee-name {
  max-width: calc( 100% - 70px );
}
body .employee-info.employee-info-vertical .employee-pic-name .item-avatar {
  min-height: 50px;
  max-height: 50px;
}
body .employee-info.employee-info-vertical .employee-pic-name .item-avatar > img:first-child {
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
}
body .employee-info.employee-info-horizontal .employee-pic-name {
  height: 44px;
}
body .employee-info.employee-info-horizontal .employee-pic-name .employee-name {
  max-width: calc( 100% - 40px );
  line-height: 15px;
  font-size: 15px;
}
body .employee-info.employee-info-horizontal .employee-pic-name .item-avatar {
  min-height: 40px;
  max-height: 40px;
}
body .employee-info.employee-info-horizontal .employee-pic-name .item-avatar > img:first-child {
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
}
body ion-content.is-locked h2 {
  color: #888 !important;
}
body div.display-inline-block {
  display: inline-block;
}
body .item-divider {
  min-height: 0;
}
body .common-footer-button.button {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  padding: 8px 10px;
  line-height: 18px;
  min-height: 0;
  min-width: 0;
  font-size: 14px;
  border: solid 1px #CECECE;
}
body .common-footer-button.button.icon-left:before {
  font-size: 19px;
  margin: 0 5px 0 0;
  line-height: 17px;
}
body .common-footer-button.button.icon-left.icon-bold:before {
  font-weight: bold;
}
body .common-footer-button.button.approve-btn {
  background: #16BC00;
}
body .common-footer-button.button.decline-btn {
  background: #D02828;
}
body .common-footer-button.button.standard-btn {
  color: #222222;
  background: #fff;
}
body .common-footer-button.button.standard-btn.icon {
  padding: 6px 10px;
  min-width: 47px;
}
body .common-footer-button.button.standard-btn.icon:before {
  font-size: 24px;
}
body .common-header-button.button {
  color: #fff;
  text-transform: uppercase;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  padding: 0 15px;
  line-height: 31px;
  margin: 3px;
}
body .common-header-button.button.icon-left:before {
  font-size: 16px;
  margin: 0 5px;
  line-height: 30px;
}
body .common-header-button.button.approve-btn {
  background: #16BC00;
}
body .common-header-button.button.decline-btn {
  background: #D02828;
}
body .common-header-button.button.standard-btn {
  color: #222222;
  background: #fff;
}
body .home-content {
  padding: 10px;
}
body .ion-chevron-right {
  font-size: .8rem;
  color: #CECECE;
}
body .relative-pos {
  position: relative !important;
}
body .row.wrap {
  flex-wrap: wrap;
}
body .scroll-bar-indicator {
  display: none;
}
body.platform-ios .nav-bar-block .back-button:before {
  content: '\f3cf';
}
body.platform-ios .filter-holder {
  top: 20px;
}
body.platform-ios .filter-holder.filter-shown {
  top: 65px;
}
body.platform-ios .punches-content {
  margin-top: -13px;
}
body.platform-ios .timesheet-content-vertical,
body.platform-ios .balance-list-content,
body.platform-ios .home-content {
  margin-top: 20px;
}
body.platform-ios .task-content {
  margin-top: 0;
}
body.platform-ios .time-sheet-page .timesheet-subheader-horizontal {
  top: 0 !important;
}
body.platform-ios .time-sheet-page .timesheet-subheader-horizontal .time-sheet-title {
  border-top: none;
}
body.platform-ios .time-sheet-management-page .timesheet-content {
  top: 181px !important;
}
body.platform-ios .time-sheet-management-page .timesheet-content.period-locked {
  top: 196px !important;
}
body.platform-ios .time-sheet-management-page .timesheet-content.has-different-periods {
  top: 215px !important;
}
body.platform-ios .time-sheet-management-page .timesheet-content.has-different-periods.period-locked {
  top: 235px !important;
}
body.platform-ios .balances-page.balances-details .details-content {
  top: 84px !important;
}
body.platform-ios .balances-page .balance-list-content .balance-list-scroll {
  height: calc(100vh - 100px);
}
body.platform-ios .balances-page .balance-list-content.has-info-line .balance-list-scroll {
  height: calc(100vh - 120px);
}
body.platform-ios .schedule-content {
  top: 142px !important;
}
body.platform-ios .schedule-details-content {
  top: 100px !important;
}
body.platform-ios .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list li:first-child {
  top: -30px;
}
body.platform-ios .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(2) {
  top: -60px;
}
body.platform-ios .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(3) {
  top: -90px;
}
body.platform-ios .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(4) {
  top: -120px;
}
body.platform-ios .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(5) {
  top: -150px;
}
body.platform-ios.platform-ipad .menu-content {
  width: auto !important;
}
body.platform-ios.platform-ipad .menu-content .view-container {
  background-color: #fff;
}
body.platform-ios.platform-ipad .menu-content .view-container .timesheet-subheader-horizontal,
body.platform-ios.platform-ipad .menu-content .view-container .time-sheet-page-horizontal {
  margin-top: 20px;
}
.strictly-ltr {
  direction: ltr !important;
}
.slider-without-refresh {
  height: 100%;
}
.slider-without-refresh .slider-slide {
  overflow-y: auto;
  overflow-x: hidden;
}
.map-tooltip-content-holder {
  padding: 5px;
}
.map-tooltip-content-holder .tooltip-content .punch-title {
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}
.map-tooltip-content-holder .tooltip-content .punch-data {
  font-size: 13px;
  padding: 10px 0 15px 0;
}
.map-tooltip-content-holder .tooltip-content .punch-data .col {
  white-space: nowrap;
  min-width: 80px;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  direction: ltr;
}
.map-tooltip-content-holder .tooltip-content .punch-data .col:first-child {
  padding: 0 5px 0 0;
}
.map-tooltip-content-holder .tooltip-content .punch-data .col:last-child {
  padding: 0 5px;
}
.map-tooltip-content-holder .tooltip-content .punch-data:last-child {
  padding: 10px 0 0 0;
}
.gm-style > div > div > div > div > div {
  height: auto !important;
  width: auto !important;
}
.gm-style img {
  top: 5px !important;
  right: 5px !important;
}
.button-clear .ion-android-close {
  color: #222222;
}
.large-text {
  font-size: 21pt !important;
  font-weight: 400;
}
.medium-text {
  font-size: 18pt !important;
}
.medium-small-text {
  font-size: 16pt !important;
}
.right-border {
  border-right: 1px solid #ccc;
}
.screen-info-line {
  height: 22px;
}
.screen-info-line .info-line {
  background: #444;
  padding: 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.screen-info-line .info-line .info-line-icon,
.screen-info-line .info-line .info-line-text {
  color: #fff;
  font-size: 90%;
  vertical-align: text-top;
}
.screen-info-line .info-line .info-line-text {
  font-weight: 400;
}
.header-arrow-button {
  margin: 0;
  min-width: 0;
  padding: 0 10px;
  background-color: transparent !important;
}
.header-arrow-button:not(.activated) div {
  background-color: transparent !important;
}
.bar-header {
  border-bottom: 1pt solid #ccc;
  border-top: 1pt solid #ccc;
}
.bar-header .button-icon.ion-android-search:before {
  font-size: 22px;
}
.bar-header .button-icon.ion-android-search.pressed:before {
  color: #0b79d2;
}
.note-page .note {
  border: 1px solid #888;
  border-radius: 3px;
  resize: none;
  width: 100%;
  padding: 5px;
}
.note-page .button-positive {
  background-color: #16BC00 !important;
}
.loading-container .loading {
  background: none;
}
#login-logo {
  width: 184px;
  height: 67px;
}
.hide-icon:before {
  display: none !important;
}
.input-text {
  height: 25px;
  padding-bottom: 2px;
}
.blocker {
  height: 100%;
}
.col-85 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%;
}
.col-35 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.col-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 7%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 7%;
  -ms-flex: 0 0 7%;
  flex: 0 0 7%;
  max-width: 7%;
}
.col-55 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.col-45 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col-70 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 5%;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}
.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col > input {
  max-width: 100%;
}
.col > sn-int > input {
  max-width: 100%;
}
.col.text-centered {
  text-align: center;
}
.no-data-screen {
  width: 75%;
  margin: auto;
  margin-top: 50%;
  text-align: center;
}
.no-data-screen .icon:before {
  font-size: 30pt;
}
.no-data-screen .no-data-text {
  font-weight: 400;
  text-transform: uppercase;
  color: #888;
}
.page-title h2 {
  font-size: 15pt;
}
.page-title h4 {
  color: #444;
}
.title.header-item {
  color: #0b79d2 !important;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.title.map-title {
  font-size: 17px !important;
}
.title.dialog-title {
  color: #222222 !important;
  text-transform: uppercase;
}
.bar-subheader.page-title {
  padding: 8px;
}
.bar-subheader.page-title h2 {
  margin: 0;
}
h4.bold,
h3.bold,
h2.bold,
h1.bold {
  font-weight: bold;
}
h4.text-wrap,
h3.text-wrap,
h2.text-wrap,
h1.text-wrap {
  white-space: normal;
}
h2.large {
  font-size: 18pt;
}
.horizontal-right-content {
  text-align: right;
}
.horizontal-left-content {
  text-align: left;
}
.inner-text-horizontal-center {
  display: inline-block;
}
.inner-text-horizontal-center > * {
  text-align: center;
}
.current-location,
.location-icon {
  height: 30px;
  background-repeat: no-repeat;
  width: 20px;
  display: inline-block;
  vertical-align: text-bottom;
}
.current-location.valid,
.location-icon.valid {
  background-image: url(../images/icons/valid-location-pin.svg);
}
.current-location.not-valid,
.location-icon.not-valid {
  background-image: url(../images/icons/invalid-location-pin.svg);
}
.current-location.none,
.location-icon.none {
  display: none !important;
}
.searching .icon:before {
  font-size: 15pt;
}
.contact-mail .ion-ios-email-outline:before {
  font-size: 25pt;
}
.contact-call .ion-ios-telephone-outline:before {
  font-size: 25pt;
}
.contact-sms .ion-android-textsms:before {
  font-size: 25pt;
}
.stupid-item-checkbox.item-checkbox {
  border: none;
  padding-left: 0;
  padding-right: 0 !important;
}
.stupid-item-checkbox.item-checkbox .checkbox {
  right: auto;
  left: auto;
}
.stupid-item-checkbox.item-checkbox .checkbox input[type="checkbox"]:before {
  border-color: #444;
  background: #fff;
  border-radius: 3px;
}
.stupid-item-checkbox.item-checkbox .checkbox input[type="checkbox"]:checked:after {
  border-color: #222222;
}
.no-padding {
  padding: 0 !important;
}
.height-20 {
  height: 20px !important;
}
.no-margin {
  margin: 0 !important;
}
.top-margin-20 {
  margin-top: 20px !important;
}
.top-margin-10 {
  margin-top: 10px !important;
}
.top-margin-5 {
  margin-top: 5px !important;
}
.only-bottom-padding {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
input[type="date"][readonly]::-webkit-inner-spin-button,
input[type="date"][readonly]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.combobox {
  width: 100%;
  border: none;
  font-size: 13pt;
  text-align: center;
}
.empty-combo-holder .combobox.input-value {
  font-style: italic;
  color: #888;
}
::-webkit-input-placeholder {
  font-style: italic;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-style: italic;
}
:-ms-input-placeholder {
  text-transform: uppercase;
  font-style: italic;
}
.bar-footer:not(.preserv-ionic-css) {
  height: auto;
}
.bar-footer.gray-footer {
  background: #eee;
}
.upper-case,
.text-uppercase {
  text-transform: uppercase !important;
}
.slide-button.md-button {
  min-width: 0;
  margin: 0;
}
.floating-item {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.grid-header {
  border-bottom: 1px solid #ccc;
}
.grid-header .card-title {
  color: #0b79d2;
}
.grid {
  border: 1px solid #ccc;
}
.grid .grid-secondary-headers {
  font-weight: bold;
  color: #222222;
}
.arrow-icon:before {
  color: #ccc;
  font-size: 13pt;
}
.hidden-input-container {
  position: relative;
}
.hidden-input-container.disabled-mode {
  opacity: 0.5;
}
.hidden-input-container .readonly-blocker {
  height: 20px;
}
.hidden-input-container > input[type="date"],
.hidden-input-container select,
.hidden-input-container .note-placeholder {
  position: absolute;
  width: 100%;
  background: none;
  color: transparent;
  border: none;
  left: 0;
  top: 0;
  padding: 0;
}
.hidden-input-container .note-placeholder {
  font-style: italic;
  color: #ccc;
}
.hidden-input-container > input[type="date"] {
  margin-top: -8px;
}
.hidden-input-container > .input-value {
  display: inline-block;
  font-weight: 500;
  color: #222222;
}
/**
* Auth Screens
**********************/
.login-screen .title {
  margin-top: 30px;
  color: #0b79d2;
}
.login-screen .sub-title {
  padding: 5px;
}
.login-screen .password-sox {
  padding: 0 10px 10px;
  margin: 0;
}
.login-screen md-input-container {
  margin: 0;
}
.login-screen md-input-container label {
  left: 10px;
}
.login-screen .url-input {
  padding: 10px;
  display: block;
}
.login-screen .url-input .eye-icon {
  right: 10px;
  left: auto;
  bottom: 0;
  top: 13px;
  margin: 0;
}
.login-screen .url-input .eye-icon:before {
  font-size: 22px;
  color: #888;
}
.login-screen .url-input .eye-icon.ion-eye-disabled:before {
  color: #222222;
}
.login-screen .url-input label {
  color: #888 !important;
  transform: translate3d(0, 30px, 0) scale(0.75);
}
.login-screen .url-input input {
  border-bottom: 1px solid #888 !important;
  height: 28px;
  line-height: 30px;
}
.login-screen .button {
  background-color: #0b79d2;
  color: #fff;
  margin: 5px;
}
.home-screen-loader {
  top: 50px;
}
.home-screen-loader .updating-text {
  color: #ccc;
  font-weight: 500;
}
.home-screen-loader + .footer {
  bottom: 0;
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
}
.home-screen-loader + .footer .button {
  padding: 0 20px;
}
.home-screen-loader + .footer .red-text {
  color: #D02828;
  font-style: italic;
  font-weight: 600;
}
#status-buttons {
  display: inline-block;
  float: right !important;
}
#status-buttons span {
  background: #fff;
  display: inline-block;
  height: 1.4rem;
  margin: 0 auto 10px;
  padding-top: 0;
  width: 1.4rem;
  border-radius: 50%;
  box-shadow: 0 0 10px -2px;
  border: 0.14rem solid #0b79d2;
  text-align: center;
}
#status-buttons span.disabled {
  border: 0.14rem solid #ccc;
  color: #ccc;
}
/* icon override */
.md-icon-override {
  color: #222222;
  height: 24px;
  width: 24px;
  display: none;
}
h2.wizard-title {
  color: #222222;
  text-transform: uppercase;
  display: inline-block;
}
h2.menu-header {
  color: #0b79d2;
  font-size: 1.3rem;
}
h4.wizard-info {
  color: #222222;
  text-transform: uppercase;
  margin: 0;
}
img.logo {
  display: block;
  margin: 15% auto;
  width: 80px;
}
.home-logo {
  width: 32px;
  height: 32px;
}
/*
* Custom Icons
**/
.menu-section .settings-button {
  margin: 0;
  line-height: normal;
  min-width: 30px;
}
.menu-section ion-side-menu .bar {
  border: none;
}
.menu-section ion-side-menu .home-list-item {
  border: none;
}
.home-list-item .large {
  font-size: .8rem;
  color: #CECECE;
}
.home-list-item .item-content {
  padding: 0 !important;
}
.home-list-item .item-content .relative-holder .badge {
  top: 3px;
  right: 18px;
  padding: 4px 8px;
  border-radius: 30px;
  border: 1px solid #888;
  background-color: #fff;
  color: #222222;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 2px 2px rgba(0, 0, 0, 0.28);
}
/**
* Custom overrides - Toggle
*/
.ionic-item-toggle {
  background-color: transparent !important;
}
.ionic-item-toggle .toggle {
  right: 10px !important;
}
.toggle-text > .track {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.toggle-text .handle {
  left: 7px;
}
.toggle-text .handle-text {
  font-size: 24px;
  color: white;
  position: absolute;
  top: -4px;
}
.toggle-text .handle-text-false {
  left: 36px;
}
.toggle-text input:checked + .track .handle {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  left: calc(66%);
  /*  -webkit-transform: translate3d(0, 0,0);*/
}
.track-text {
  line-height: 26px;
  color: white;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
/**
* Side Menu - Self
******************/
.self-menu-item img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  float: left;
}
.self-menu-item .name-text {
  white-space: normal;
}
.self-menu-item h4 {
  clear: left;
  color: #0b79d2;
  float: left;
  margin: 3em 0 0;
}
.slider-container .slider {
  height: 100%;
}
.slider-container .slider .scroll-view {
  height: 100%;
}
.slider-container .slider .scroll-view > .scroll {
  height: 100%;
}
/**
* Timesheet: Page
*************************/
.time-sheet-page .bar-header .approval-state {
  position: absolute;
  top: calc(50% - 13px);
  left: 40px;
  height: 26px;
  width: 26px;
  z-index: 10;
}
.time-sheet-page .bar-header .approval-state .ion-checkmark:before {
  line-height: 26px;
}
.time-sheet-page.time-sheet-page-horizontal .bar-header {
  height: 44px !important;
}
.time-sheet-page .manager-view-ts-footer.manager-view-ts-footer-vertical {
  height: 50px;
}
.time-sheet-page .manager-view-ts-footer.manager-view-ts-footer-horizontal {
  height: 33px;
}
.time-sheet-page .manager-view-ts-content {
  bottom: 0;
}
.time-sheet-page .manager-view-ts-content.manager-view-ts-content-vertical .manager-view-ts-scroll {
  top: 80px;
}
.time-sheet-page .manager-view-ts-content.manager-view-ts-content-vertical.has-footer {
  bottom: 50px;
}
.time-sheet-page .manager-view-ts-content.manager-view-ts-content-horizontal {
  top: 44px;
}
.time-sheet-page .manager-view-ts-content.manager-view-ts-content-horizontal .no-data-screen {
  margin-top: 50px;
}
.time-sheet-page .manager-view-ts-content.manager-view-ts-content-horizontal .manager-view-ts-scroll {
  top: 75px;
}
.time-sheet-page .manager-view-ts-content.manager-view-ts-content-horizontal.has-footer {
  bottom: 33px;
}
.time-sheet-page .timesheet-subheader-horizontal {
  height: 106px;
  top: 0;
}
.time-sheet-page .timesheet-content-horizontal {
  top: 107px !important;
  bottom: 0;
}
.time-sheet-page .timesheet-content-horizontal.show-info-line {
  top: 126px !important;
}
.time-sheet-page .timesheet-content-horizontal .no-data-screen {
  margin-top: 50px;
}
.time-sheet-page .timesheet-content-horizontal.has-footer {
  bottom: 33px;
}
.time-sheet-page .timesheet-footer-vertical {
  height: 48px;
}
.time-sheet-page .timesheet-footer-horizontal {
  height: 33px;
}
.time-sheet-page .timesheet-subheader-vertical {
  height: 34px;
}
.time-sheet-page .timesheet-content-vertical:not(.task-content) {
  top: 108px !important;
  bottom: 0;
}
.time-sheet-page .timesheet-content-vertical:not(.task-content).show-info-line {
  top: 128px !important;
}
.time-sheet-page .timesheet-content-vertical.has-footer {
  bottom: 48px;
}
.time-sheet-page .timesheet-content-vertical .timesheet-item .notifications {
  padding-left: 0;
  padding-right: 0;
}
.time-sheet-page .space-dummy {
  padding: 15px;
}
.time-sheet-page .result-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.time-sheet-page .row {
  padding: 0;
}
.time-sheet-page .table-cell-padding {
  padding: .1rem .2rem 0 !important;
}
.time-sheet-page .slider-pager {
  display: none !important;
}
.time-sheet-page .col.col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.time-sheet-page .margin-top-half-rem {
  margin-top: 0.5rem;
}
.time-sheet-page .top-border {
  border-top: 1px solid #ccc;
}
.time-sheet-page .time-sheet-title {
  padding: 0 6px;
  margin-bottom: 1px;
  margin-top: 0 !important;
  width: 100%;
  border: none;
}
.time-sheet-page .time-sheet-title .common-footer-button {
  margin: 2px;
}
.time-sheet-page .time-sheet-title .text-left {
  text-align: left;
}
.time-sheet-page .time-sheet-title .text-right {
  text-align: right;
}
.time-sheet-page .time-sheet-title h2 {
  color: #0b79d2;
  font-size: 15pt;
}
.time-sheet-page .item h2 {
  margin: 0 !important;
}
.time-sheet-page .headers {
  opacity: 0.9;
  background: #eee;
}
.time-sheet-page .headers .border-left {
  border-left: 1px solid #ccc;
}
.time-sheet-page .headers h2 {
  font-size: 80%;
  line-height: 2.3;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
.time-sheet-page .results {
  opacity: 0.9;
}
.time-sheet-page .results .results-border {
  border-left: 0.4em solid #F19031;
}
.time-sheet-page .results .results-details {
  color: #fff;
  font-size: 95%;
  margin: 0;
  min-height: 2rem;
  line-height: 2.5;
  font-weight: bold;
  text-align: center;
}
.time-sheet-page .timesheet-item .approval-state {
  top: calc(50% - 13px);
}
.time-sheet-page .timesheet-item .col {
  padding: 0;
}
.time-sheet-page .timesheet-item table td {
  vertical-align: middle;
}
.time-sheet-page .timesheet-item .left-border {
  border-left: 1px solid #ccc;
}
.time-sheet-page .timesheet-item .attendance-details {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  min-height: 40px;
}
.time-sheet-page .timesheet-item .attendance-details .time.has-audit {
  position: relative;
}
.time-sheet-page .timesheet-item .attendance-details .time.has-audit:before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 5px;
  height: auto;
  background-color: yellow;
  display: inline-block;
  content: '';
}
.time-sheet-page .timesheet-item .attendance-details .time.has-audit.has-audit-clock:before {
  background-color: orange;
}
.time-sheet-page .timesheet-item .attendance-details > .row {
  height: 40px;
  margin: 0;
}
.time-sheet-page .timesheet-item .attendance-details .ion-android-arrow-forward:before {
  color: #888;
  font-size: 90%;
}
.time-sheet-page .timesheet-item .additional-details .time {
  direction: ltr;
}
.time-sheet-page .timesheet-item .notifications {
  padding: .2em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.time-sheet-page .timesheet-item .notifications .notification {
  width: 5px;
  display: inline-block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
}
.time-sheet-page .timesheet-item .notifications .notification:not(:last-child) {
  margin-right: 2px;
}
.time-sheet-page .timesheet-item .notifications .notification.error {
  background: #D11D1E;
}
.time-sheet-page .timesheet-item .notifications .notification.exception {
  background: #F19031;
}
.time-sheet-page .timesheet-item .week-day {
  margin: 0 .5em;
}
.time-sheet-page .timesheet-item .is-special {
  width: 30px;
  margin: auto !important;
  border-radius: 50%;
  background-color: #ECDFAB;
  line-height: 2.3;
}
.time-sheet-page .timesheet-item .absence {
  background: #C8FDF0;
}
.time-sheet-page .timesheet-item .absence .status {
  padding-left: 5px;
  padding-right: 5px;
}
.time-sheet-page .timesheet-item .absence.vacation {
  background: #F5D6F5;
}
.time-sheet-page .timesheet-item .on-call {
  background: #CAEFAA;
}
.time-sheet-page .timesheet-item .holiday {
  background: #ECDFAB;
}
.time-sheet-page .timesheet-item .multi-row-timesheet {
  width: 100%;
}
.time-sheet-page .timesheet-item h2 {
  font-size: 85%;
}
.time-sheet-page .item-avatar > img:first-child {
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  position: static;
  top: auto;
  left: auto;
}
.approval-state {
  height: 22px;
  width: 22px;
  border-radius: 51%;
  text-align: center;
}
.approval-state.employee-approved {
  color: #16BC00;
  background-color: #fff;
}
.approval-state.employee-approved .icon {
  display: block;
  color: #16BC00;
}
.approval-state.manager-approved {
  background-color: #16BC00;
}
.approval-state.manager-approved .icon {
  display: block;
  color: #fff;
}
.approval-state.manager-declined .icon {
  display: block;
  color: #D02828;
}
.approval-state.manager-declined .icon:before {
  font-size: 27px;
}
.approval-state .icon {
  display: none;
}
.approval-state .icon:before {
  line-height: 20px;
  font-size: 14px;
}
.header-addition.employees-filter {
  background: #fff;
}
.header-addition .md-button {
  margin: 3px 0;
  border: 1px solid #CECECE;
  width: 95%;
  line-height: 30px;
  min-height: 30px;
  background-color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header-addition .md-button:before {
  font-size: 18px;
  margin: 3px;
  color: #888;
}
.header-addition .md-button.selected {
  color: #0b79d2;
  border-color: #888;
}
.header-addition .md-button.selected:before {
  color: #0b79d2;
}
.time-sheet-management-page .employees-list .item .item-options {
  z-index: -1;
  visibility: visible;
}
.time-sheet-management-page .employees-list .item .item-options .button.button-icon .icon {
  margin: 5%;
}
.time-sheet-management-page .codes-list .col .md-button {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time-sheet-management-page .codes-list .col:first-child {
  text-align: right;
}
.time-sheet-management-page .codes-list .col:not(:first-child):not(:last-child) .md-button {
  width: 100%;
}
.time-sheet-management-page .codes-list .col:last-child {
  text-align: left;
}
.time-sheet-management-page .employees-list .item-content {
  position: static;
  padding: 0;
  height: 100%;
}
.time-sheet-management-page .employees-list .item-content .third-height {
  min-height: 26px;
}
.time-sheet-management-page .employees-list .item-content .two-third-height {
  min-height: 52px;
}
.time-sheet-management-page .employees-list .item-content .item-avatar > img:first-child {
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  position: static;
  top: auto;
  left: auto;
}
.time-sheet-management-page .employees-list .item-content .error {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 16px;
  font-size: 16px;
}
.time-sheet-management-page .employees-list .item-content .error.red {
  background-color: #D11D1E;
  color: #fff;
  border: 1px solid #D11D1E;
}
.time-sheet-management-page .employees-list .item-content .error.orange {
  background-color: #F19031;
  color: #fff;
  border: 1px solid #F19031;
}
.time-sheet-management-page .employees-list .item-content .error.white {
  background-color: #fff;
  border: 1px solid #222222;
}
.time-sheet-management-page .employees-list .item-content .no-data .icon-holder,
.time-sheet-management-page .employees-list .item-content .no-data .no-data-text {
  display: inline-block;
  vertical-align: middle;
}
.time-sheet-management-page .employees-list .item-content .no-data .icon:before {
  font-size: 30pt;
}
.time-sheet-management-page .employees-list .item-content .no-data .no-data-text {
  font-weight: 400;
  text-transform: uppercase;
  color: #888;
  white-space: normal;
}
.time-sheet-management-page .employees-list .item-content .row {
  height: 100%;
}
.time-sheet-management-page .timesheet-content {
  top: 156px !important;
}
.time-sheet-management-page .timesheet-content.has-different-periods {
  top: 196px !important;
}
.time-sheet-management-page .timesheet-content.period-locked {
  top: 176px !important;
}
.time-sheet-management-page .timesheet-content.period-locked h2,
.time-sheet-management-page .timesheet-content.period-locked h3,
.time-sheet-management-page .timesheet-content.period-locked .col {
  color: #888;
}
.time-sheet-management-page .timesheet-content.period-locked.has-different-periods {
  top: 216px !important;
}
.time-sheet-management-page .timesheet-content .no-data-screen {
  margin-top: 50px;
}
/**
* Jobs: Page
*************************/
.jobs-page .order-list {
  width: 100%;
}
.jobs-page .order-list .list-item {
  min-height: 39px;
}
.jobs-page .filter-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  z-index: 10;
  background: #fff;
  padding: 8px;
  border-width: 1px 0;
  border-color: #888;
  border-style: solid;
}
.jobs-page .filter-holder .button-clear:before {
  color: #222222;
}
.jobs-page .filter-holder.filter-shown {
  top: 45px;
  box-shadow: inset 0 1px 1px rgba(238, 238, 238, 0.5), 0 0 8px rgba(0, 114, 207, 0.6);
}
.jobs-page .filter-holder .filter input {
  width: 100%;
  font-size: 10pt;
  height: 20px;
  padding: 2px 0;
}
.jobs-page .filter-holder .icon {
  padding: 0;
  margin: 0;
  text-align: center;
  height: 25px;
}
.jobs-page .filter-holder .icon:before {
  font-size: 18pt;
}
.jobs-page .page-title > div > div.col {
  white-space: initial;
}
.jobs-page .page-title h2 {
  display: inline-block;
  color: #222222;
  font-size: 11pt;
  min-height: 20px;
  margin: 0;
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.jobs-page .page-title h2:before {
  display: none;
}
.jobs-page .page-title h2:after {
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d3";
  display: inline-block;
  font-size: 15pt;
  color: #222222;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.jobs-page .page-title h2:last-child:after {
  display: none;
}
.jobs-page .page-title h2.level-is-set:not(.current-level) {
  color: #222222;
}
.jobs-page .page-title h2.level-is-set:not(.current-level):before {
  color: #222222;
}
.jobs-page .page-title h2.current-level {
  color: #0b79d2;
  font-size: 12pt;
}
.jobs-page .page-title h2.current-level:before {
  color: #0b79d2;
  font-size: 18pt;
}
.jobs-page .list-item .job-select {
  padding: 10px;
  min-height: 39px;
}
.jobs-page .list-item .item-icon-arrow {
  padding: 0 10px;
}
.add-job-page .add-job-footer {
  height: auto;
  border: none;
  padding: 0 10px 30px;
}
.add-job-page .page-title > div > div.col {
  white-space: initial;
}
.add-job-page .page-title h2 {
  display: inline-block;
  color: #222222;
  font-size: 13pt;
  font-weight: bold;
  min-height: 24px;
  margin: 0;
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.add-job-page .page-title h2:before {
  display: none;
}
.add-job-page .page-title h2:after {
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d3";
  display: inline-block;
  font-size: 15pt;
  color: #222222;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.add-job-page .page-title h2:last-child:after {
  display: none;
}
.add-job-page .screen-content .action-title {
  background: #444;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin: 0;
}
.add-job-page .screen-content .big-round-button {
  margin-left: 30px;
  height: 100px;
  width: 100px;
}
.add-job-page .screen-content .big-round-button .icon {
  line-height: 100px;
  font-size: 22px;
}
.add-job-page .screen-content .big-round-button.in-button {
  background: #0b79d2;
  color: #fff;
}
.add-job-page .screen-content .big-round-button.out-button {
  background: #fff;
  color: #0b79d2;
}
.add-job-page .screen-content .current-server-time {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  vertical-align: super;
}
.join-job-page .title {
  color: #0b79d2;
  text-align: center;
  font-size: 15pt;
  margin-top: 10%;
}
.join-job-page .no-bottom-border {
  border-bottom-width: 0;
}
.join-job-page .row-style .action-title {
  display: inline-block;
  white-space: normal;
}
.join-job-page .row-style .big-round-button {
  height: 100px;
  width: 100px;
}
.join-job-page .row-style .big-round-button .icon {
  line-height: 100px;
  font-size: 22px;
}
.join-job-page .row-style .big-round-button:last-child {
  margin-bottom: 10%;
}
.join-job-page .row-style .big-round-button.in-button {
  background: #0b79d2;
  color: #fff;
}
.join-job-page .row-style .big-round-button.out-button {
  background: #fff;
  color: #0b79d2;
}
.join-job-page .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.join-job-page .settings-info {
  border-top: 1px solid #ccc;
}
.join-job-page .settings-info .icon {
  display: inline-block;
}
.join-job-page .settings-info .icon:before {
  color: #222222;
}
.join-job-page .settings-info .text {
  display: inline-block;
}
/**
* Settings: Page
*************************/
.settings-page .back-icon:before {
  color: #222222;
}
.settings-page .item-divider {
  padding-left: 10px;
  padding-right: 10px;
}
.settings-page .item-divider h3 {
  color: #444;
}
.settings-page .button {
  min-height: 30px;
  min-width: 30px;
  line-height: 30px;
  border-radius: 3px;
}
.settings-page .button.edit-button {
  padding: 1px 2px;
  border-color: #444;
}
.settings-page .button.edit-button .icon:before {
  line-height: 30px;
  color: #444;
}
.settings-page .button.sign-out-button {
  color: #D02828;
}
.settings-page .button.sign-out-button .icon:before {
  line-height: 30px;
  color: #D02828;
  font-size: 15pt;
}
.settings-page .reconnect-button {
  width: 100%;
  background: #0b79d2;
  height: 45px;
  margin: 10px 0;
  padding: 0;
}
.settings-page .reconnect-button .icon {
  float: left;
}
.settings-page .reconnect-button .icon:before {
  color: #fff;
  line-height: 33px;
}
.settings-page .reconnect-button h2 {
  color: #fff;
  line-height: 27px;
  margin-right: 30px;
}
.settings-page .input-text {
  width: 100%;
}
.settings-page .input-text.like-underline {
  border-bottom: 1px solid #444;
}
.settings-page .syn-logo {
  height: 50px;
}
.settings-page .connection-status.good {
  color: #16BC00;
}
.settings-page .connection-status.bad {
  color: #D02828;
}
.settings-page .connection-status.normal {
  color: yellow;
}
/**
* Balances: Page
*************************/
.balances-page.balances-details .balance-scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.balances-page.balances-details .bar-subheader {
  height: 22px;
}
.balances-page.balances-details .has-subheader {
  top: 65px;
}
.balances-page .bar-subheader {
  height: 36px;
}
.balances-page .bar-subheader.has-info-line {
  height: 58px;
}
.balances-page .slides-holder > .list {
  padding: 0;
  margin-top: -1px;
}
.balances-page .balance-list-content {
  top: 80px !important;
}
.balances-page .balance-list-content.has-info-line {
  top: 100px !important;
}
.balances-page .balance-list-content.has-info-line .balance-list-scroll {
  height: calc(100vh - 100px);
}
.balances-page .balance-list-content .balance-value.medium-font {
  font-size: 1.2em;
  line-height: 1.3em;
}
.balances-page .balance-list-content .balance-value.small-font {
  font-size: 1em;
  line-height: 1.6em;
}
.balances-page .balance-list-content .balance-list-scroll {
  height: calc(100vh - 80px);
}
.balances-page .balances-page-title h2 {
  color: #0b79d2;
  font-size: 15pt;
}
.balances-page .balances-page-title h4 {
  color: #444;
}
.balances-page .line-height-2 {
  line-height: 2;
}
.balances-page .line-height-3 {
  line-height: 2;
}
.balances-page .line-height-4 {
  line-height: 2;
}
.balances-page .medium {
  font-size: 11pt;
  font-weight: bold;
}
.balances-page .l-badge {
  width: 4.1em;
  height: 4.1em;
  padding: 1.2em .2em;
  display: inline-block;
  margin: 0 1em;
}
.balances-page .l-badge.error {
  background: #D11D1E;
}
.balances-page .l-badge.positive {
  background: #16BC00;
}
.balances-page .l-badge.normal {
  background: #117BD1;
}
.balances-page .l-badge h2 {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
.balances-page .l-badge h2.day-hour {
  font-weight: 100;
  font-size: 1rem;
}
.balances-page .usage-number {
  color: #0b79d2;
}
.balances-page .total-usage {
  color: #D02828;
}
.balances-page .item-complex .item-content,
.balances-page .item-radio .item-content {
  padding: 0;
}
.balances-page .item-title {
  display: inline-block;
  font-size: 1.4rem;
}
.balances-page .item-title-description {
  font-size: 1.1em;
  color: #ccc;
}
/*************************
* Absence
*************************/
.item-options .button {
  color: #fff;
  text-transform: uppercase;
  min-width: 100px;
  line-height: 6;
  text-align: center;
  display: inline-block;
}
.item-options .button:first-child {
  border-left: 1px solid #ccc;
}
.item-options .button.button-icon {
  line-height: 10px;
}
.item-options .button.button-icon.small-container .icon {
  margin: 2%;
}
.item-options .button.button-icon .icon {
  display: block;
  margin: 10%;
}
.item-options .button.button-icon .icon:before {
  font-size: 16pt;
}
.item-options .button.approve-btn {
  background: #16BC00;
}
.item-options .button.decline-btn {
  background: #D02828;
}
.item-options .button.edit-btn {
  color: #222222;
  background: #fff;
}
.item-options .button.edit-btn .row {
  height: 50%;
}
.item-options .button.edit-btn.employee {
  line-height: 4.5;
}
.approved-requests-container .requests-header .subtitle,
.approved-requests-container .requests-header .count {
  color: #16BC00;
}
.declined-requests-container .requests-header .subtitle,
.declined-requests-container .requests-header .count {
  color: #D02828;
}
.overflow-scroll {
  -webkit-overflow-scrolling: auto;
}
.overflow-scroll > .scroll {
  -webkit-overflow-scrolling: auto;
}
.absence-requests-page .partial-request-padding {
  padding: 7px 0 !important;
}
.absence-requests-page .requests-header {
  padding-top: 0;
  padding-bottom: 0;
}
.absence-requests-page .requests-header .subtitle {
  margin: 0;
}
.absence-requests-page .requests-header .count {
  margin: 0;
  text-align: center;
}
.absence-requests-page .item .status-column .icon.decline-icon:before {
  color: #D02828;
}
.absence-requests-page .item .status-column .icon.approve-icon:before {
  color: #16BC00;
}
.absence-requests-page .item .status-column .icon:before {
  font-size: 16pt;
}
.absence-requests-page .item .item-content {
  padding: 0;
}
.absence-requests-page .item .ion-chevron-right:before {
  font-size: 13pt;
  color: #ccc;
}
.absence-requests-page .item.no-padding {
  padding: 0;
}
.absence-requests-page .item .row {
  padding: 0;
}
.absence-requests-page .item .date-input {
  background: none !important;
  padding: 0;
  font-size: 13pt;
  max-width: 100%;
}
.absence-requests-page .item .arrow-icon {
  line-height: 2;
}
.absence-requests-page .item .arrow-icon:before {
  color: #ccc;
  font-size: 13pt;
}
.absence-requests-page .item-avatar {
  text-align: center;
  min-height: 50px;
}
.absence-requests-page .item-avatar > img:first-child {
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  position: static;
  top: auto;
  left: auto;
}
.absence-request-page .balance-container {
  padding: 20px 10px 0;
}
.absence-request-page .date-area .arrow-icon:before {
  font-size: 18pt;
}
.absence-request-page .item-avatar {
  max-height: 50px;
}
.absence-request-page .item-avatar > img {
  min-height: 50px;
  min-width: 50px;
  max-height: 50px;
  max-width: 50px;
}
.absence-request-page .page-title {
  padding: 5px 8px;
}
.absence-request-page .absence-details-content {
  background: #eee;
}
.absence-request-page .absence-details-content .item {
  background: #fff;
}
.absence-request-page .absence-details-content.has-footer {
  bottom: 48px;
}
.absence-request-page .absence-code {
  font-family: sans-serif;
  white-space: normal;
  margin: 0;
}
.absence-request-page .balance-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.absence-request-page .gap.negative,
.absence-request-page .balance.negative {
  color: #D11D1E;
}
.absence-request-page .gap.positive,
.absence-request-page .balance.positive {
  color: #16BC00;
}
.absence-request-page .gap.normal,
.absence-request-page .balance.normal {
  color: #117BD1;
}
.absence-request-page .balance {
  white-space: normal;
}
.absence-request-page .request-approved .readonly-mode .date-picker-holder,
.absence-request-page .request-declined .readonly-mode .date-picker-holder {
  border-bottom: none;
  max-height: none;
}
.absence-request-page .request-approved .readonly-mode .arrow-icon:before,
.absence-request-page .request-declined .readonly-mode .arrow-icon:before {
  font-size: 15pt;
  color: #ccc;
}
.absence-request-page .request-approved .readonly-mode.combobox,
.absence-request-page .request-declined .readonly-mode.combobox {
  border-bottom: none;
  background: none;
}
.absence-request-page .request-approved .content .text {
  color: #16BC00;
}
.absence-request-page .request-declined .content .text {
  color: #D02828;
}
.absence-request-page .item-divider {
  border-bottom: 1px solid #ccc;
}
.absence-request-page .item-divider .item-avatar > img:first-child {
  position: static;
  top: auto;
  left: auto;
}
.absence-request-page .white-title-row {
  background: #fff !important;
}
.absence-request-page .green-title-row {
  background: #16BC00 !important;
}
.absence-request-page .red-title-row {
  background: #D02828 !important;
}
.absence-request-page .green-title-row .status,
.absence-request-page .red-title-row .status {
  color: #fff;
}
.absence-request-page .days-holder-title {
  text-align: center;
}
.absence-request-page .days-holder-title > * {
  display: inline-block;
}
.absence-request-page .date-label {
  color: #444;
}
.absence-request-page .date-input {
  background: none !important;
  padding: 0;
  font-size: 13pt;
  max-width: 100%;
}
.absence-request-page .date-picker-holder {
  max-height: 20pt;
  border-bottom: 1px solid #444;
}
.absence-request-page .date-picker-holder .calendar-icon:before {
  font-size: 14pt;
  color: #222222;
  vertical-align: middle;
}
.absence-request-page .note-section {
  padding: 20px 10px;
}
.absence-request-page .note-absolute-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15%;
}
.absence-request-page .note-holder {
  position: relative;
  padding: 2px 10px;
}
.absence-request-page .note-holder.editable {
  border-bottom: 1px solid #888;
}
.absence-request-page .note-holder ::-webkit-input-placeholder {
  text-transform: initial;
}
.absence-request-page .note-holder :-moz-placeholder {
  /* Firefox 18- */
  text-transform: initial;
}
.absence-request-page .note-holder ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: initial;
}
.absence-request-page .note-holder :-ms-input-placeholder {
  text-transform: initial;
}
.absence-request-page .mandatory-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
}
.absence-request-page .mandatory-icon:before {
  color: #888;
  font-weight: 600;
}
.absence-request-page .note-icon {
  position: absolute;
  top: -2px;
  left: 0;
  padding: 2px 5px;
}
.absence-request-page .note-icon:before {
  color: #888;
  font-size: 16pt;
}
.absence-request-page .note-text {
  width: 100%;
  border: none;
  padding-left: 20px;
  white-space: normal;
  background-color: transparent;
  min-height: 20px;
  resize: none;
}
.absence-request-page .note-text.mandatory-note {
  padding-right: 20px;
}
.absence-request-page .employee-name {
  white-space: normal;
  font-size: 120%;
}
.absence-request-page .bar-footer button.save-edit-button.save-approved {
  background-color: #16BC00;
}
.absence-request-page .bar-footer button.save-edit-button.save-approved:before {
  background-image: url(../images/icons/save-white.svg);
}
.absence-request-page .bar-footer button.save-edit-button.save-declined {
  background-color: #D02828;
}
.absence-request-page .bar-footer button.save-edit-button.save-declined:before {
  background-image: url(../images/icons/save-white.svg);
}
.absence-request-page .bar-footer button.button-assertive {
  border-color: #b2b2b2;
  background-color: #D02828;
  color: #fff;
  min-width: 80%;
  text-transform: uppercase;
}
.absence-request-page .bar-footer button.button-assertive:before {
  padding: 0 5px;
}
.absence-request-page .bar-footer button.button-positive {
  border-color: #b2b2b2;
  background-color: #16BC00;
  color: #fff;
  min-width: 80%;
  text-transform: uppercase;
}
.absence-request-page .bar-footer button.button-positive:before {
  padding: 0 5px;
}
.absence-request-page .future-balance-section {
  border: 1px solid #ccc;
}
.absence-request-page .future-balance-section .future-balance-title {
  border-bottom: 1px solid #ccc;
}
.absence-request-page .future-balance-section .future-balance-title .title {
  color: #0b79d2;
  margin: 0;
}
.options-list .item h2 {
  text-transform: uppercase;
}
/**
* Punches: Page
*************************/
.punches-page .punches-content {
  bottom: 130px;
  top: 76px;
  background-color: #eee;
}
.punches-page .punches-content .no-punches-screen {
  height: calc(100vh - 220px);
  position: relative;
}
.punches-page .punches-content .no-punches-screen .holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.punches-page .punches-content .no-punches-screen .row {
  padding: 0;
}
.punches-page .punches-content .no-punches-screen .row .col {
  padding: 0 5px;
}
.punches-page .punches-content .no-punches-screen .row.arrow {
  margin: 20px 0;
}
.punches-page .punches-content .no-punches-screen h4 {
  color: #888;
  font-weight: 400;
}
.punches-page .punches-content .no-punches-screen .smiley:before {
  font-size: 24px;
  color: #888;
}
.punches-page .punches-footer {
  border-top: none;
  height: 130px;
  background-color: #eee;
}
.punches-page .punches-header {
  height: 33px;
}
.punches-page .current-server-time {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.punches-page .screen-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.punches-page .punches-list .punch .icon:before {
  font-size: 30px;
}
.punches-page .add-punch-menu .mfb-component--br {
  right: 30px;
  bottom: 5%;
}
.punches-page .add-punch-menu .mfb-component--br .mfb-component__wrap {
  padding: 0;
  margin: 0;
}
.punches-page .add-punch-menu .mfb-component--br[data-mfb-state="closed"] .mfb-component__button--main,
.punches-page .add-punch-menu .mfb-component--br[data-mfb-state="true"] .mfb-component__button--main {
  background-color: #0b79d2;
}
.punches-page .add-punch-menu .mfb-component--br[data-mfb-state="closed"] .mfb-component__button--main .ion-plus-round:before,
.punches-page .add-punch-menu .mfb-component--br[data-mfb-state="true"] .mfb-component__button--main .ion-plus-round:before {
  color: #fff;
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:first-child {
  transform: translateY(-100px) scale(1);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  transform: translateY(-200px) scale(1);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  transform: translateY(-300px) scale(1);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  transform: translate(-100px, -100px) scale(1);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  transform: translate(-100px, -200px) scale(1);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:first-child {
  transform: translateY(-100px) scale(0);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:first-child .mfb-component__button--child {
  background: #fff;
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:first-child .mfb-component__button--child .mfb-component__child-icon {
  color: #0b79d2;
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(2) {
  transform: translateY(-200px) scale(0);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(2) .mfb-component__button--child {
  background: #0b79d2;
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(2) .mfb-component__button--child .mfb-component__child-icon {
  color: #fff;
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(3) {
  transform: translateY(-300px) scale(0);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(3) .mfb-component__button--child {
  background: #eee;
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(4) {
  transform: translate(-100px, -100px) scale(0);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(4) .mfb-component__button--child {
  background: #fff;
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(4) .mfb-component__button--child .mfb-component__child-icon {
  color: #0b79d2;
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(5) {
  transform: translate(-200px, -200px) scale(0);
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(5) .mfb-component__button--child {
  background: #0b79d2;
}
.punches-page .add-punch-menu .mfb-component--br.mfb-zoomin .mfb-component__list > li:nth-child(5) .mfb-component__button--child .mfb-component__child-icon {
  color: #fff;
}
.punches-page .add-punch-menu .mfb-component__list li {
  right: -15px;
}
.punches-page .add-punch-menu .mfb-component__button--child {
  height: 90px;
  width: 90px;
}
.punches-page .add-punch-menu .mfb-component__button--child:after {
  display: none;
}
.punches-page .add-punch-menu .mfb-component__button--child .mfb-component__child-icon {
  line-height: 90px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
}
.punches-page .scroll {
  height: 100%;
}
.punches-page .punch-title {
  color: #CECECE;
}
.punches-page li.new-item {
  opacity: 0;
  -webkit-animation: fadeIn .3s linear forwards;
  -o-animation: fadeIn .3s linear forwards;
  animation: fadeIn .3s linear forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.punches-page li.restored-item {
  -webkit-animation: openspace 0.3s ease forwards, restored-item-animation 0.3s 0.3s ease-out forwards;
  -o-animation: openspace 0.3s ease forwards, restored-item-animation 0.3s 0.3s ease-out forwards;
  animation: openspace 0.3s ease forwards, restored-item-animation 0.3s 0.3s ease-out forwards;
}
@keyframes openspace {
  to {
    height: auto;
  }
}
@keyframes restored-item-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.punches-page li.removed-item {
  -webkit-animation: removed-item-animation 0.6s ease-out forwards;
  -o-animation: removed-item-animation 0.6s ease-out forwards;
  animation: removed-item-animation 0.6s ease-out forwards;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@keyframes removed-item-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes openspace {
  to {
    height: auto;
  }
}
@-o-keyframes openspace {
  to {
    height: auto;
  }
}
@-webkit-keyframes restored-item-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes restored-item-animation {
  0% {
    opacity: 0;
    -o-transform: scale(4);
    transform: scale(4);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes removed-item-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}
@-o-keyframes removed-item-animation {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(4);
    transform: scale(4);
  }
}
.change-password-page .bar-header {
  border: none;
}
.change-password-page .bar-header .title {
  color: #0b79d2;
}
.set-password-page .title {
  color: #D11D1E;
  margin: 0;
  padding: 20px 10px 10px 10px;
  font-size: 17px !important;
  font-weight: 500;
}
/**
* Popups
*************************/
.popup {
  background-color: #fff !important;
  border: 1px solid #eee;
}
.popup .popup-head {
  background: #0b79d2;
}
.popup .popup-head .popup-title {
  color: #fff;
}
.popup .popup-body {
  overflow-x: hidden;
}
.popup .popup-buttons .button {
  border-color: #888;
}
.popup .popup-buttons .button.button-positive {
  background-color: #0b79d2;
}
/*************
* Common stuff
**************/
.current-button,
.summary-button {
  border: 1px solid #888;
  margin: 3px;
  min-height: 30px;
  line-height: 32px;
  display: inline-block;
}
.col.border-left {
  border-left: 1px solid #ccc;
}
/**************
*Schedule page
**************/
.schedule-page .top-buttons-holder {
  padding: 0 6px;
}
.schedule-page .schedule-content {
  top: 122px;
}
.schedule-page .schedule-item h2 {
  font-size: 85%;
}
.schedule-page .schedule-item .shcedule-details-holder {
  min-height: 40px;
}
.schedule-page .schedule-item .shcedule-details-holder .ion-android-arrow-forward:before {
  color: #CECECE;
}
.schedule-page .schedule-item .shcedule-details-holder > .row {
  margin: 0;
  padding: 5px;
  min-height: 40px;
}
.schedule-page .schedule-item .shcedule-details-holder h2 {
  margin: 0;
}
.schedule-page .schedule-item .drop.shcedule-details-holder .ion-android-arrow-forward:before {
  color: #888;
}
.schedule-page .schedule-item .drop.shcedule-details-holder .ion-chevron-right:before {
  color: #888;
}
.schedule-page .schedule-item .arrow-icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
.schedule-page .schedule-item .week-day.is-special {
  width: 30px;
  margin: auto !important;
  border-radius: 50%;
  background-color: #ECDFAB;
  line-height: 2;
}
.schedule-page .schedule-item .absence {
  background: #C8FDF0;
}
.schedule-page .schedule-item .absence.vacation {
  background: #F5D6F5;
}
.schedule-details-page .bar-subheader {
  height: 36px;
}
.schedule-details-page .schedule-details-content {
  top: 83px;
  background-color: #eee;
}
.schedule-details-page .schedule-card {
  background-color: #fff;
  border-color: #ccc;
  border-width: 1px 0;
  border-style: solid;
  margin-bottom: 10px;
}
.schedule-details-page .schedule-card .time-range > .row > .col {
  margin-bottom: 5px;
}
.schedule-details-page .schedule-card .details-indentation {
  position: relative;
}
.schedule-details-page .schedule-card .details-indentation .indent-part {
  padding: 10px 0 0;
}
.schedule-details-page .schedule-card .details-indentation .indentation-mark {
  position: absolute;
  top: 5px;
}
.schedule-details-page .schedule-card .details-indentation .ion-android-arrow-forward {
  font-size: 12px;
}
.schedule-details-page .schedule-card .details-indentation .hours {
  font-size: 14px;
}
.schedule-details-page .schedule-card .main-hours .hour {
  font-size: 18px;
}
.schedule-details-page .schedule-card .details {
  font-size: 14px;
}
.schedule-details-page .schedule-card .hour {
  color: #0b79d2;
  font-weight: bold;
}
.schedule-details-page .schedule-card:first-child {
  border-top: 0;
}
.schedule-details-page .schedule-card .ion-android-arrow-forward:before {
  color: #CECECE;
}
/******************
*Drop Dialog
**********************/
.schedule-drop-dialog .schedule-details-content {
  top: 83px;
  background-color: #eee;
}
.schedule-drop-dialog .schedule-card {
  background-color: #fff;
  border-color: #ccc;
  border-width: 1px 0;
  border-style: solid;
  margin-bottom: 10px;
}
.schedule-drop-dialog .schedule-card .time-range > .row > .col {
  margin-bottom: 5px;
}
.schedule-drop-dialog .schedule-card .details-indentation {
  position: relative;
}
.schedule-drop-dialog .schedule-card .details-indentation .indent-part {
  padding: 10px 0 0;
}
.schedule-drop-dialog .schedule-card .details-indentation .indentation-mark {
  position: absolute;
  top: 5px;
}
.schedule-drop-dialog .schedule-card .details-indentation .ion-android-arrow-forward {
  font-size: 12px;
}
.schedule-drop-dialog .schedule-card .details-indentation .hours {
  font-size: 12px;
}
.schedule-drop-dialog .schedule-card .main-hours .hour {
  font-size: 16px;
}
.schedule-drop-dialog .schedule-card .details {
  font-size: 12px;
}
.schedule-drop-dialog .schedule-card .hour {
  color: #0b79d2;
  font-weight: bold;
}
.schedule-drop-dialog .schedule-card:first-child {
  border-top: 0;
}
.schedule-drop-dialog .schedule-card .ion-android-arrow-forward:before {
  color: #CECECE;
}
.schedule-drop-dialog .notes {
  margin-top: 25px;
}
.schedule-drop-dialog .notes .note-label {
  font-size: 14px;
  color: #444;
  font-weight: bold;
}
.drop-alert .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}
.drop {
  background-color: #99D9EA;
}
.drop .ion-chevron-right {
  color: #888;
}
.drop .ion-chevron-left {
  color: #888;
}
.drop.shcedule-details-holder {
  font-style: italic;
}
.unpublished {
  background-color: #ccc;
}
.unpublished-cell {
  background-color: #ccc;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/******************
*Note Dialog
**********************/
.note-dialog {
  background-color: #222222;
  top: auto;
  left: 0;
  right: 0;
  min-height: 40px;
  bottom: -300px;
  position: absolute;
  width: 100%;
  transition: bottom 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.note-dialog.shown {
  bottom: 0;
}
.note-dialog .note-holder {
  color: #fff;
  white-space: normal;
  padding-left: 10px;
  padding-right: 10px;
}
.time-control {
  display: inline-block;
}
.time-control.edit-mode {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
.delete-attendanceEvent-button {
  background-color: transparent;
}
.add-absence-popup .popup-body,
.add-partial-absence-popup .popup-body {
  overflow-y: hidden;
}
.add-absence-popup .add-attachment-item,
.add-partial-absence-popup .add-attachment-item {
  height: 70px;
}
.add-absence-popup .mobile-add-attachment-button,
.add-partial-absence-popup .mobile-add-attachment-button {
  position: absolute;
  bottom: 60px;
  margin: 0;
  right: 15px;
}
.add-absence-popup .add-new-instance-button,
.add-partial-absence-popup .add-new-instance-button {
  position: absolute;
  right: 15px;
  z-index: 30;
}
.add-absence-popup .popup-body,
.add-partial-absence-popup .popup-body {
  padding: 0;
}
.add-absence-popup .absence-codes .list {
  height: calc(90vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}
.add-partial-absence-popup .absence-codes .list {
  max-height: calc(60vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}
.drop-schedule-popup .popup-head {
  display: none;
}
.drop-schedule-error-popup .popup-head {
  display: none;
}
.ionic_timepicker_popup .heading {
  background-color: #0b79d2 !important;
  direction: ltr;
}
.ionic_timepicker_popup .popup-buttons .button {
  background-color: #0b79d2;
}
.ionic_timepicker_popup .popup-body {
  direction: ltr !important;
}
.day-options-col {
  z-index: 100;
}
.day-options-col .icon:before {
  font-size: 1.5em;
}
.notes-attachments .icon {
  display: block;
}
.day-options-popup .popup-body {
  padding: 0;
}
.opacity-50 > * {
  opacity: 0.5;
}
.date-control {
  display: inline-block;
}
.date-control.readonly-mode .date-text {
  border: none;
}
.date-control .input-label {
  font-size: 13px;
  color: #888;
  padding-right: 0;
  padding-left: 0;
}
.date-control.no-label .input-label {
  display: none;
}
.date-control .hidden-input-container {
  display: inline-block;
  overflow-x: hidden;
  min-height: 30px;
}
.date-control .hidden-input-container input[type="date"] {
  -webkit-appearance: none;
  width: 130%;
}
.date-control .date-text {
  font-size: 1em;
  letter-spacing: 1px;
  color: #0b79d2;
  font-weight: 500;
  border-bottom: 1px solid #888;
  display: inline-block;
}
.combo-control.readonly-mode .hidden-input-container:not(.disabled-mode) .input-value {
  border: none;
}
.combo-control.readonly-mode .hidden-input-container:not(.disabled-mode).icon:before {
  display: none;
}
.combo-control .hidden-input-container {
  min-height: 20px;
}
.combo-control .hidden-input-container:before {
  float: right;
  display: none;
  font-size: 22px;
  color: #222222;
  display: inline-block;
}
.combo-control .combobox-hidden {
  -webkit-appearance: none;
}
.combo-control .combobox {
  min-height: 18pt;
  left: 0;
  right: 0;
  position: absolute;
}
.combo-control .input-value {
  border-bottom: 1px solid #888;
}
.common-button {
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  padding: 0 15px;
  line-height: 18px;
  min-height: 47px;
  min-width: 0;
  font-size: 14px;
  border: solid 1px #CECECE;
}
.opacity-50 > * {
  opacity: 0.5;
}
.search-box {
  padding-bottom: 0;
  padding-top: 0;
}
.search-box .button-clear:before {
  font-size: 17px !important;
  line-height: 24px !important;
}
.ion-complete-search-box {
  padding: 5px 15px;
}
.ion-complete-search-box input {
  width: 100%;
  border: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  direction: ltr;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0b79d2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0b79d2;
  border-color: #0b79d2;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.add-new-instance-button {
  width: 3.5rem !important;
  height: 3.5rem !important;
  position: absolute;
  bottom: 5%;
  right: 10%;
  background-color: #0b79d2 !important;
  z-index: 100;
}
.add-new-instance-button md-icon {
  color: #fff !important;
}
.add-new-instance-button .ion-android-attach:before {
  font-size: 22px;
}
.add-new-instance-button.has-attachment {
  background: #16BC00 !important;
}
.attachment-file-name {
  position: absolute;
  bottom: 7%;
  right: 22%;
}
.absence-request-content .scroll {
  height: 100%;
  position: static;
}
.absence-request-content .delete-button {
  font-size: 26px;
  background: none;
  min-width: 0;
  padding: 0;
}
.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
sn-password-input.top-gap md-input-container {
  margin-top: 50px;
}
.cool-border {
  border-style: ridge !important;
  border-width: thin !important;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  margin-top: 7%;
}
.mobile-add-attachment-button.has-attachment[data-mfb-state="closed"] .mfb-component__button--main {
  background: #16BC00;
}
.mobile-add-attachment-button[data-mfb-state="closed"] .mfb-component__button--main {
  background: #0b79d2;
}
.mobile-add-attachment-button .mfb-component__button--main .mfb-component__main-icon--resting {
  color: #fff;
}
.mobile-add-attachment-button .mfb-component__button--child:after {
  display: none;
}
.has-attachment-background {
  background: #16BC00 !important;
}
.absence-codes .absence-code .attachment-error:before {
  font-size: 22px;
  color: #D11D1E;
}
.bar-footer button:before {
  vertical-align: middle;
  font-size: 16pt;
}
.bar-footer button.delete-button,
.bar-footer button.back-button {
  padding: 1px 10px;
  border-radius: 0;
}
.bar-footer button.delete-button:before,
.bar-footer button.back-button:before {
  color: #222222;
}
.bar-footer button.save-edit-button:before {
  content: '';
  background-image: url(../images/icons/save.svg);
  height: 16px;
  width: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}
.input-inside-column {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  height: 20px !important;
  line-height: 20px !important;
  border-bottom: 1px solid #444 !important;
  padding-bottom: 5px;
  border-radius: 0 !important;
}
.input-inside-column::-webkit-outer-spin-button,
.input-inside-column::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.task-level {
  min-height: 45px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.task-level .level-description {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.task-level .button {
  min-width: 0;
  min-height: 0;
  padding: 0;
  height: 35px;
}
.quantity-item,
.task-time {
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 45px;
}
.tasks-lookup-list .mru-item {
  padding-top: 0;
  padding-bottom: 0;
}
.tasks-lookup-list .tasks-lookup-level {
  white-space: normal;
}
.tasks-lookup-list .tasks-lookup-level:nth-child(2) {
  margin-left: 15px;
}
.tasks-lookup-list .tasks-lookup-level:nth-child(3) {
  margin-left: 30px;
}
.tasks-lookup-list .tasks-lookup-level:nth-child(4) {
  margin-left: 45px;
}
.action-row {
  background-color: #eee;
}
.transparent-button {
  background-color: transparent;
}
.control-label {
  color: #0b79d2;
}
.search-item {
  padding: 5px 15px;
}
.item.selected-item {
  background: #CECECE;
}
input {
  padding: 0 !important;
}
.text-center {
  text-align: center !important;
}
.absence-requests-approvals-page .absence-request-content {
  top: 136px !important;
}
body.platform-ios {
  height: 100vh;
  width: 100vw;
}
.platform-ios .absence-requests-approvals-page .absence-request-content {
  margin-top: 20px;
}
.platform-ios .punches-page .add-punch-menu .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  transform: translate(-100px, -10px) scale(1) !important;
}
.platform-ios .unregular-attenance-punch-modal-main-row {
  height: 80vh !important;
}
.mfb-component__child-icon {
  left: 0;
}
.error-corner-triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 10px solid red;
  border-right: 10px solid transparent;
}
.task-variance-notification {
  padding: 10px 10px 0 10px;
  margin-bottom: -10px;
  white-space: pre;
}
.on-duty-ehsel-punch.edit-mode input {
  color: black;
  cursor: pointer;
}
.form-modal .combo-control {
  width: 60%;
}
.form-modal input[type=number] {
  padding: 10px !important;
}
.toggle {
  cursor: pointer;
}
.sn-list {
  cursor: pointer;
  min-width: 172px !important;
  border-bottom: 1px solid #222222;
  padding: 4px;
  font-weight: 500;
  color: #222222;
  text-align: center;
}
.sn-list:before {
  float: right;
  font-size: 22px;
}
.full-width {
  width: 100% !important;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.task-variance-notification {
  margin: 10px 10px;
  white-space: pre;
}
.payslip-group-name {
  font-weight: bold;
}
.payslip-group-value {
  margin-left: 20px;
}
.payslip-group {
  border-style: dotted;
}
.payslip-net-income-group {
  background-color: #0385c9 !important;
  color: white !important;
}
.payslip-header-section {
  padding: 16px;
  background-color: #afc421;
  color: white;
}
.payslip-header-section .input-value {
  color: white;
  border-color: white;
}
.payslip-net-income-section {
  background-color: #0385c9;
  color: white;
  font-size: 19px;
  padding: 20px;
  font-weight: bold;
}
.payslip-groups-section {
  background-image: linear-gradient(#afc421 10%, white 10%, white 95%, #0385c9 95%);
}
.payslip-breakdown-button {
  cursor: pointer;
  margin: 0 5px;
  font-size: 16px;
}
/*** Shift trading ***/
.shift-trading-page .shift-trading-content {
  top: 170px !important;
}
.shift-trading-page .shift-trading-details-content {
  top: 100px !important;
}
.shift-trading-page .button.approve-btn {
  background: #16BC00;
  color: #fff;
}
.shift-trading-page .button.decline-btn {
  background: #D02828;
  color: #fff;
}
.shift-trading-page .button.cancel-btn {
  background-color: #F19031;
  color: #fff;
}
.shift-trading-page .item-avatar {
  text-align: center;
  min-height: 50px;
}
.shift-trading-page .item-avatar > img:first-child {
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  position: static;
  top: auto;
  left: auto;
}
.shift-trading-page .note {
  margin-top: 5px;
}
.shift-trading-page .note .note-text {
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  white-space: normal;
  text-overflow: initial;
}
.shift-trading-page .pickups-title {
  margin-top: 30px;
}
.shift-trading-page .pickups-header {
  margin-top: 20px;
}
.shift-trading-page .pickups-container {
  margin-top: 50px;
}
.shift-trading-page .approval-buttons .approval-button {
  min-width: 100px;
  margin: 1px;
  padding: 3px;
}
.shift-trading-page .approval-buttons .approval-button .approval-icon {
  padding: 0px 2px;
}
.pendingpickup-offers-container .offers-header .subtitle,
.pendingpickup-offers-container .offers-header .count {
  color: #117BD1;
}
.pendingmanagerapproval-offers-container .offers-header .subtitle,
.pendingmanagerapproval-offers-container .offers-header .count {
  color: #117BD1;
}
.approved-offers-container .offers-header .subtitle,
.approved-offers-container .offers-header .count {
  color: #16BC00;
}
.closed-offers-container .offers-header .subtitle,
.closed-offers-container .offers-header .count {
  color: #D02828;
}
.pendingmanagerapproval-pickups-container .pickups-header .subtitle,
.pendingmanagerapproval-pickups-container .pickups-header .count {
  color: #117BD1;
}
.approved-pickups-container .pickups-header .subtitle,
.approved-pickups-container .pickups-header .count {
  color: #16BC00;
}
.closed-pickups-container .pickups-header .subtitle,
.closed-pickups-container .pickups-header .count {
  color: #D02828;
}
.add-pickup {
  font-size: 2em;
  color: #0b79d2;
}
.offer-details-page .employee-status {
  color: #0b79d2;
  text-transform: uppercase;
}
.offer-details-page .main-hours .hour {
  font-size: 18px;
  color: #0b79d2;
  font-weight: bold;
}
/*** End Shift Trading ***/
.callback-punch-button i {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px !important;
}
.add-job-button i {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unregular-attenance-punch-button {
  height: 100px;
  width: 100px;
  text-align: center;
}
.unregular-attenance-punch-button .mfb-component__child-icon {
  line-height: 100px;
  font-size: 22px;
}
.inline-label {
  font-size: 20px;
  font-weight: 500;
  color: #0b79d2;
}
.row-margin {
  margin-bottom: 25px;
}
.no-punches .health-declaration-row {
  margin-top: auto;
  position: absolute;
  top: 10px;
}
.health-declaration-row {
  margin-top: 10px;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.disabled-require-job-for-attendance h3 {
  color: darkgrey;
}
.disabled-require-job-for-attendance input:before {
  border-color: darkgrey !important;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.timesheet-total-row {
  color: white;
  opacity: 0.9;
}
.enjoying-app-message {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0b79d2;
}
.rate-app-stars {
  margin-top: 20px;
  direction: ltr;
}
.rate-app-stars span {
  font-size: 30px;
  cursor: pointer;
  color: #ccc;
}
.rate-app-stars span:hover,
.rate-app-stars span.active {
  color: gold;
}
.rate-app-popup .popup-head {
  display: none;
}
.rate-in-store-popup .popup-head {
  display: none;
}
.rate-in-store-message {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0b79d2;
}
.rate-app-dont-show-again-message {
  font-weight: 400;
}
.rate-app-dont-show-again-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
