﻿/*New green gradient*/
/* --Others-- */
/*New green gradient*/
/* --Others-- */
.margin-0 {
  margin: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.vertical-align-middle {
  vertical-align: middle;
}

/*New green gradient*/
/* --Others-- */
/* Form styling */
form .form-row {
  margin: 20px 0px;
  position: relative;
}
form .form-row.align-center {
  justify-content: center;
}
form .form-row:first-child {
  margin-top: 0px;
}

/*.aapi_field {
    width: 130px;
    margin-right: 20px;
    display: inline-block;
    text-align: left;
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: text-top;
}

.labelfield-container {
    border: 1px solid $grey-light-mid;
    background-color: white;
    max-height: 100%;
    min-height: 30px;
    position: relative;
    padding: 8px 0 0 0;
    border-radius: 20px;
    box-sizing: border-box;

    label {
        display: block;
        padding: 0 20px;
        color: $black !important;
        font-weight: normal;
        letter-spacing: 1px;
        position: relative;
        font-size: 12px !important;*/
/*line-height: 14px;*/
/*line-height: 30px;
        margin: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

.timefield-container {
    border: 1px solid #dddde6;
    background-color: white;
    max-height: 100%;
    min-height: 50px;
    position: relative;
    padding: 8px 0 0 0;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: visible;

    label {
        display: block;
        padding: 0 20px;
        color: #9bA0A9;
        font-weight: normal;
        letter-spacing: 1px;
        //text-transform: uppercase;
        position: relative;
        font-size: 12px !important;
        line-height: 14px;
        margin: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .timefield-input-container {
        width: 100%;
        text-align: left;
        padding-left: 17px;
        display: inline-flex;
        line-height: 20px;

        .timefield {
            outline: none;
            height: 20px;
            width: 20px;
            display: inline-block;
            border: none;
            cursor: text;
            font-weight: bold;
            text-align: center;
            font-size: 13px;
            padding: 0px;

            &[disabled=disabled] {
                background-color: $grey-disabled-backround;
            }

            &.time-hh {
            }

            &.time-mm {
            }
        }
    }

    .next-day {
        margin-left: 0px;
        font-size: 13px;
        position: absolute;
        right: 8px;
        bottom: 10px;
    }

    .stringfield-input-container {
        width: 100%;
        text-align: left;
        padding: 0 20px;

        .stringfield {
            outline: none;
            height: 20px;
            width: 90% !important;
            display: inline-block;
            border: none;
            cursor: text;
            font-weight: bold;
            text-align: left;
            font-size: 13px;

            &[disabled=disabled] {
                background-color: $grey-disabled-backround;
            }
        }*/
/* This background disables the input fields properly*/
/*input[disabled] {
            background-color: #f4f4f4;
        }
    }

    .textfield-input-container {
        width: 100%;
        text-align: left;
        padding: 0 20px;

        .textfield {
            outline: none;
            height: calc(100% - 30px) !important;
            width: 100%;
            display: inline-block;
            border: none;
            cursor: text;
            font-weight: bold;
            text-align: left;
            font-size: 13px;

            &[disabled=disabled] {
                background-color: $grey-disabled-backround;
            }
        }
    }
}*/
.w-200 {
  width: 200px;
}

#container-floating {
  position: relative;
  right: 15px;
  z-index: 50 !important;
  bottom: 25px;
}
#container-floating * {
  padding: 0;
  margin: 0;
}
#container-floating md-icon.display-none {
  display: none;
}
#container-floating .float {
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: 2px;
  right: 50px;
  border-radius: 50px;
  text-align: center;
  z-index: 25;
}
#container-floating .float-extra {
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: 2px;
  right: 100px;
  border-radius: 50px;
  text-align: center;
  z-index: 25;
}
#container-floating ul {
  position: absolute;
  right: 30px;
  bottom: 45px;
  z-index: 100;
  text-align: right;
}
#container-floating ul.extra-menu {
  position: absolute;
  right: 50px;
  bottom: 55px;
  z-index: 100;
}
#container-floating ul li {
  list-style: none;
  margin-bottom: 10px;
  min-width: 120px;
  color: #1d2029;
  letter-spacing: 0.88px;
  border-radius: 0px;
}
#container-floating ul li a {
  color: transparent;
  border-radius: 50px;
  text-align: center;
  display: block;
}
#container-floating ul li a:hover {
  text-decoration: none;
}
#container-floating ul li a div.button-container .md-button.md-fab {
  width: 42px;
  height: 42px;
  background-color: transparent;
  overflow: visible;
}
#container-floating ul li a div.button-container .md-button.md-fab .add-new-open svg g {
  fill: #79be43;
}
#container-floating ul li a div.button-container .md-button.md-fab .add-absence-approval svg g {
  fill: #9bA0A9;
}
#container-floating ul li a div.button-container .md-button.md-fab.bg-white {
  background-color: #ffffff;
}
#container-floating ul li a div.button-container .md-button.md-fab svg {
  width: 42px;
  height: 42px;
}
#container-floating ul li a div.button-container .md-button.md-fab.absence-background {
  background: #96A1B4;
}
#container-floating ul li a div.button-container .md-button.md-fab .absence-icon {
  display: inline-block;
}
#container-floating ul li a div.button-container .md-button.md-fab .absence-icon svg {
  display: inline-block;
  position: relative;
  width: 23px !important;
  height: 23px !important;
}
#container-floating ul li a div.button-container .md-button.md-fab .absence-icon svg g {
  fill: #ffffff;
}
#container-floating ul.openned {
  visibility: visible !important;
  opacity: 1 !important;
}
#container-floating .my-float {
  font-size: 24px;
  margin-top: 18px;
}
#container-floating a#menu-contain + ul {
  visibility: hidden;
}
#container-floating ul.openned {
  visibility: visible;
  animation: scale-in 0.3s ease-in-out;
}
#container-floating ul.not-openned {
  animation: scale-out 0.3s ease;
  visibility: hidden;
  transition: visibility 300ms;
}
@keyframes scale-in {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes scale-out {
  from {
    transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(80px);
    opacity: 0;
  }
}

/* The switch - the box around the slider */
.switch_wrapper {
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  user-select: none;
  height: 30px;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.switch_wrapper .aapi_switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}
.switch_wrapper .aapi_switch input {
  opacity: 0;
  width: 35px;
  height: 17px;
}
.switch_wrapper .aapi_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCD0D8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch_wrapper .aapi_slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #CCD0D8;
}
.switch_wrapper input:checked + .aapi_slider {
  background-color: #17D998;
}
.switch_wrapper input:focus + .aapi_slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch_wrapper input:checked + .aapi_slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  border: 1px solid #17D998;
}
.switch_wrapper .aapi_slider.round {
  border-radius: 34px;
}
.switch_wrapper .aapi_slider.round:before {
  border-radius: 50%;
}

.blue-txt {
  color: #2456ff;
}

#pay-module-dashboard-container {
  /*width: 1350px;*/
  height: 100%;
  background: linear-gradient(180.26deg, #25cfaf 0, #17d998 100%);
  padding: 10px;
  position: relative;
  /*border: red solid 1px;*/
  /* Tabs */
}
#pay-module-dashboard-container #pay-module {
  height: 100%;
}
#pay-module-dashboard-container #pay-module #aapi_progress_bar {
  position: absolute;
  margin: 20% 37%;
  top: 0px;
}
#pay-module-dashboard-container #pay-module .pay-module-vertical-scroll {
  height: 100%;
}
#pay-module-dashboard-container #pay-module .pay-module-vertical-scroll .pay-module-container-tables {
  overflow: auto !important;
  height: 100% !important;
}
#pay-module-dashboard-container .pay-div {
  background-color: #edeff3;
  margin-top: 10px;
}
#pay-module-dashboard-container #pay-module-dashboard {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
#pay-module-dashboard-container #pay-module-dashboard div {
  font-size: 12px;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
#pay-module-dashboard-container #pay-module-dashboard .left {
  float: left;
}
#pay-module-dashboard-container #pay-module-dashboard .center {
  text-align: center;
  position: relative;
  width: fit-content;
  height: 40px;
  margin: 0 auto;
  justify-content: space-between;
  display: inline-flex;
  top: -2px;
  cursor: pointer;
  width: fit-content;
  align-items: center;
}
#pay-module-dashboard-container #pay-module-dashboard .center .counter-wrapper {
  position: relative;
  top: -4px;
  padding: 3px 5px;
  min-width: 20px;
  height: 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #367fff;
  right: 50px;
}
#pay-module-dashboard-container #pay-module-dashboard .center .counter-wrapper .counter {
  border: none;
  border-radius: 100px;
  background: transparent;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  color: white;
  text-decoration: none;
  line-height: 15px;
  min-width: unset;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: 0px;
  width: 100%;
  padding: 0px 1px !important;
  height: 100%;
}
#pay-module-dashboard-container #pay-module-dashboard .center .processed_employee {
  background-image: url(../../icons/white/check.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  right: 45px;
  top: 5px;
}
#pay-module-dashboard-container #pay-module-dashboard .center .no-socsec-code {
  background-image: url(../../icons/red/icon-warning-triangle.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  right: 27px;
  top: 0px;
}
#pay-module-dashboard-container #pay-module-dashboard .center .employee-list-avatar {
  margin-right: 15px;
}
#pay-module-dashboard-container #pay-module-dashboard .center .employee-list-avatar.circle {
  width: 38px;
  height: 38px;
}
#pay-module-dashboard-container #pay-module-dashboard .center .employee-list-avatar.circle .employee_profile_pic {
  width: 38px;
  height: 38px;
  border: 1px solid #367fff;
  border-radius: 50%;
}
#pay-module-dashboard-container #pay-module-dashboard .center .initials {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #367fff;
  color: #367fff;
  text-align: center;
  line-height: 38px;
  width: 38px;
  height: 38px;
  margin-right: 15px;
}
#pay-module-dashboard-container #pay-module-dashboard .center .initials .label {
  display: table !important;
}
#pay-module-dashboard-container #pay-module-dashboard .center .initials .circle span {
  letter-spacing: 0px;
}
#pay-module-dashboard-container #pay-module-dashboard .right {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 350px;
  display: inline-flex;
  justify-content: flex-end;
}
#pay-module-dashboard-container #pay-module-dashboard .pay_switch_btn {
  display: inline-table;
  height: 30px;
  padding: 0 5px;
  font-weight: 700;
  min-width: 59px;
  margin: 0;
  border-radius: 16px;
  cursor: pointer;
}
#pay-module-dashboard-container #pay-module-dashboard .pay_switch_btn .left_switch, #pay-module-dashboard-container #pay-module-dashboard .pay_switch_btn .right_switch {
  border: 1px solid #DDDDE6;
  border-right: none;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1.67px;
  text-transform: lowercase;
  display: inline-block;
  min-height: 28px;
  padding: 0 5px;
  color: #fff;
  min-width: 59px;
  margin: 0;
  border-radius: 16px;
}
#pay-module-dashboard-container #pay-module-dashboard .pay_switch_btn .left_switch.active, #pay-module-dashboard-container #pay-module-dashboard .pay_switch_btn .right_switch.active {
  color: #ffffff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.4);
}
#pay-module-dashboard-container #pay-module-dashboard .pay_switch_btn .left_switch {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DDDDE6;
  border-right: none;
}
#pay-module-dashboard-container #pay-module-dashboard .pay_switch_btn .left_switch:hover {
  background: rgba(255, 255, 255, 0.4);
}
#pay-module-dashboard-container #pay-module-dashboard .pay_switch_btn .right_switch {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #DDDDE6;
}
#pay-module-dashboard-container #pay-module-dashboard .pay_switch_btn .right_switch:hover {
  background: rgba(255, 255, 255, 0.4);
}
#pay-module-dashboard-container #pay-module-dashboard .period_wrapper {
  position: relative;
  top: 5px;
  width: auto;
  border: 1px solid #fff;
  border-radius: 30px;
  max-height: 31px;
  line-height: 27px;
  text-align: center;
  padding: 0 5px;
  margin-right: 15px;
}
#pay-module-dashboard-container #pay-module-dashboard .period_wrapper span {
  position: relative;
  top: 2px;
}
#pay-module-dashboard-container .pay-tabs {
  background-color: #ffffff;
  border-radius: 30px 30px 0 0;
  border-bottom: 1px solid #c6cdd7;
  height: 56px;
}
#pay-module-dashboard-container .pay-tabs .pay-tab {
  float: left;
  /* margin-left: 10px; */
  color: #000000;
  height: 100%;
  /* vertical-align: middle; */
  display: block;
  /*border: red 1px solid;*/
  line-height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
#pay-module-dashboard-container .pay-tabs .pay-tab .active_state_tab {
  position: relative;
  height: 1px;
  border: 1px solid;
  width: 30px;
  bottom: 4px;
  margin: 0 auto;
  display: block;
}
#pay-module-dashboard-container .pay-tabs .pay-tab-contracts {
  float: right;
  display: block;
  /*border: red 1px solid;*/
  line-height: 56px;
  padding-right: 20px;
  color: rgba(0, 0, 0, 0.54);
}
#pay-module-dashboard-container .pay-tabs .pay-tab-button {
  color: #000;
  background-color: transparent;
  border-radius: 18px;
  width: 150px;
  text-wrap: none;
  /*    text-transform: lowercase;*/
  height: 36px;
  font-size: 12px;
  background-image: none;
  border: none;
}

/* Employees List */
#pay_db_employees {
  width: 100%;
  background-color: #edeff3;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 30px;
}
#pay_db_employees div.table {
  padding: 10px 20px;
  display: block;
  height: 250px;
  width: 100%;
  font-size: 12px;
  border: none;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
#pay_db_employees div.table div.employee_cell {
  cursor: pointer;
  position: relative;
  border: none;
  width: 20%;
  min-width: 310px;
  display: -webkit-inline-box;
  padding: 10px;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -webkit-box-pack: start;
}
#pay_db_employees div.table div.employee_cell .employee_name {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  white-space: nowrap;
  font-weight: 700;
}
#pay_db_employees div.table div.employee_cell.move_down_cell {
  top: 13px;
}
#pay_db_employees div.table div.employee_cell .label {
  font-size: 11px;
  font-weight: bold;
  color: #367FFF;
  padding: 4px 1px;
  margin-right: 2px;
  text-align: center;
  min-width: 24px;
  line-height: 7px;
  display: inline-block;
  background-color: white;
  border: 1px solid;
  border-radius: 9px;
  padding-left: 5px;
  padding-right: 5px;
}
#pay_db_employees div.table div.employee_cell .label.draft {
  color: #E02A44;
  background-color: #ffffff;
}
#pay_db_employees div.table div.employee_cell .label.margin {
  margin-right: 20px;
}
#pay_db_employees div.table div.employee_cell .label.manager {
  color: #EFA751;
  background-color: #ffffff;
}
#pay_db_employees div.table div.employee_cell .employee-list-avatar {
  margin-right: 15px;
}
#pay_db_employees div.table div.employee_cell .employee-list-avatar.circle {
  width: 38px;
  height: 38px;
}
#pay_db_employees div.table div.employee_cell .employee-list-avatar.circle .employee_profile_pic {
  width: 38px;
  height: 38px;
  border: 1px solid #367fff;
  border-radius: 50%;
}
#pay_db_employees div.table div.employee_cell .initials {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #367fff;
  color: #367fff;
  text-align: center;
  line-height: 38px;
  width: 38px;
  height: 38px;
  margin-right: 15px;
}
#pay_db_employees div.table div.employee_cell .initials .label {
  display: table !important;
}
#pay_db_employees div.table div.employee_cell .employee-processed {
  position: relative;
  top: -1px;
  left: 5px;
}
@media only screen and (max-width: 1409px) {
  #pay_db_employees div.table div.employee_cell {
    width: 25%;
  }
}
@media only screen and (max-width: 1149px) {
  #pay_db_employees div.table div.employee_cell {
    width: 33%;
  }
}
@media only screen and (max-width: 865px) {
  #pay_db_employees div.table div.employee_cell {
    width: 50%;
  }
}
#pay_db_employees div.table div.employee_cell .cell-employee-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: inline-block;
  white-space: nowrap;
  margin-left: 1;
  font-weight: bold;
}
#pay_db_employees div.table div.employee_cell .cell-employee-name.selected {
  font-weight: bold;
  color: #1e86c5;
}
#pay_db_employees div.table div.employee_cell .cell-employee-name:not(.selected) {
  color: #4C4E56;
}
#pay_db_employees div.table div.employee_cell .initials {
  display: inline-block;
}
#pay_db_employees div.table div.employee_cell .counter-wrapper {
  position: relative;
  top: -4px;
  padding: 3px 5px;
  min-width: 20px;
  height: 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #367fff;
  left: 10px;
}
#pay_db_employees div.table div.employee_cell .counter-wrapper .counter {
  border: none;
  border-radius: 100px;
  background: transparent;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  color: white;
  text-decoration: none;
  line-height: 15px;
  min-width: unset;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: 0px;
  width: 100%;
  padding: 0px 1px !important;
  height: 100%;
}
#pay_db_employees div.table div.employee_cell .processed_employee {
  background-image: url(../../icons/check_mark_green.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
#pay_db_employees div.table div.employee_cell .no-socsec-code {
  background-image: url(../../icons/red/icon-warning-triangle.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}
#pay_db_employees div.table div.employee_cell .email_icon {
  background-image: url(../../icons/black/email.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}
#pay_db_employees div.table div.employee_cell div.employee-name {
  z-index: 20;
  display: table;
  position: absolute;
  white-space: normal;
  text-overflow: ellipsis;
  min-width: 100px;
  max-height: 30px;
  background-color: #fff;
  border: 1px solid #d2d7e1;
  font-size: 12px;
  left: 35px;
  top: 0;
  text-overflow: ellipsis;
  white-space: pre;
}
#pay_db_employees div.table div.employee_cell div.employee-name p {
  padding: 0 5 0 5 !important;
  text-align: center;
  color: #367fff;
  font-weight: bold;
}

#pay_db_employees_dropdowns {
  height: 36px;
  background: white;
  border-radius: 30px 30px 0px 0px;
}
#pay_db_employees_dropdowns .aapi_search {
  position: relative;
  float: right;
  color: black;
  float: right;
  padding-right: 30px;
  font-size: 14px;
  border-left: 1px solid #e0e3e8;
  margin: unset;
  height: 100%;
  width: 300px;
  border-radius: 0px;
  /* Override Aapi Button just in this case */
}
#pay_db_employees_dropdowns .aapi_search input {
  top: 0px;
  left: unset;
  right: unset;
  color: black;
  bottom: 0px;
  position: absolute;
  font-size: 12px;
  letter-spacing: normal;
  border: none;
  outline: none;
  width: inherit;
  text-align: left;
  width: 100%;
}
#pay_db_employees_dropdowns .aapi_search input::placeholder {
  font-size: 14px;
  color: #c6cdd7;
  text-transform: uppercase;
  text-align: left;
}
#pay_db_employees_dropdowns .aapi_search input:focus::placeholder {
  color: #c6cdd7;
}
#pay_db_employees_dropdowns .aapi_search button {
  display: none;
}
#pay_db_employees_dropdowns .aapi_search.maximized input:focus {
  background-color: #fff;
  color: #1d2029;
}

/** Style Select */
.input_container {
  height: 36px;
  width: 176px;
  padding: 0 12px 0 12px;
  margin: 0;
  border-right: 1px solid #d2d7e1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.input_container.disabled {
  filter: contrast(10%) brightness(1.5);
  background: transparent;
  pointer-events: none;
}
.input_container .arrow_down {
  background-image: url(../../icons/black/arrow_down_black.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-flex;
  float: right;
  position: relative;
  right: 0;
  top: 15px;
}
.input_container .selected_item {
  color: #4C4E56;
  position: absolute;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  width: 136px;
  border: 0;
}
.input_container .selected_item input {
  position: absolute;
  outline: none;
  width: 100%;
  opacity: 0;
  left: 0px;
  right: 0px;
  cursor: default;
}
.input_container .selected_item input span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 150px;
}
.input_container .selected_item .selected_title {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}
.input_container .multiselect_popup {
  position: absolute;
  left: 0px;
  max-height: 290px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
  border: 1px solid #dddde6;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05) !important;
  padding: 4px 0;
  background-color: white;
  width: inherit;
  flex-direction: column;
  z-index: 1;
  overflow: auto;
}
.input_container .multiselect_popup .multiple_item {
  height: auto;
  line-height: 1;
  font-size: 14px;
  padding: 8px 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.input_container .multiselect_popup .multiple_item.selected {
  color: #2456ff;
  font-weight: 700;
  background-color: rgba(158, 158, 158, 0.18);
}
.input_container .multiselect_popup .multiple_item:hover {
  color: #2456ff !important;
  background-color: rgba(158, 158, 158, 0.18);
}

.contract_info_wrapper {
  position: relative;
  width: auto;
  float: right;
  right: 0;
  margin-right: 10px;
}
.contract_info_wrapper .workcontract_label {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 7px;
  text-align: center;
  margin-right: 10px;
  margin-left: 5px;
  line-height: 7px;
  display: inline-block;
  border-radius: 9px;
  background-color: #ffffff;
  color: #c6cdd7;
  border: 1px solid #c6cdd7;
  cursor: pointer;
}
.contract_info_wrapper .workcontract_label.manager {
  color: #EFA751;
  background-color: #ffffff;
  border-color: #EFA751;
}
.contract_info_wrapper .workcontract_label.selected {
  border-width: 3px;
}
.contract_info_wrapper .workcontract_label.selected:not(.manager) {
  border-width: 3px;
  border-color: #367fff;
  color: #367fff;
}
.contract_info_wrapper .counter-wrapper {
  position: absolute;
  top: 3px;
  padding: 3px 5px;
  min-width: 20px;
  height: 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  right: 0px;
  background: #367fff;
}
.contract_info_wrapper .counter-wrapper .counter {
  border: none;
  border-radius: 100px;
  background: transparent;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  color: white;
  text-decoration: none;
  line-height: 15px;
  min-width: unset;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: 0px;
  width: 100%;
  padding: 0px 1px !important;
  height: 100%;
}
.contract_info_wrapper .processed {
  background-image: url(../../icons/check_mark_green.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -6px;
}

/*.timefield-container-multiple {
    border: 1px solid #dddde6;
    background-color: white;
    max-height: 100%;
    min-height: 50px;
    position: relative;
    padding: 8px 0 0 0;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;

    label {
        display: block;
        padding: 0 20px;
        color: #9bA0A9;
        font-weight: normal;
        letter-spacing: 1px;
        //text-transform: uppercase;
        position: relative;
        font-size: 12px !important;
        line-height: 14px;
        margin: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }


    .timefield-input-container {
        position: absolute;
        line-height: 20px;
        padding-left: 20px;
        font-weight: bold;
        width: 90%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .arrow_down {
        background-image: url(../../icons/black/arrow_down_black.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        width: 16px;
        height: 16px;
        margin-left: 5px;
        display: inline-flex;
        float: right;
        position: absolute;
        right: 10px;
        bottom: 3px;
    }


    .selected_item {
        color: $grey-dark-mid;
        position: absolute;
        font-size: 12px;
        height: 36px;
        line-height: 36px;
        width: 136px;
        border: 0;


        input {
            position: absolute;
            outline: none;
            width: 100%;
            opacity: 0;
            left: 0px;
            right: 0px;
            //top: 0px;
            //bottom: 0px;
            cursor: default;

            span {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 150px;
            }
        }

        .selected_title {
            width: 100%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            position: absolute;
        }
    }


    .multiselect_popup {
        position: absolute;
        left: 0px;
        max-height: 290px !important;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 20px;
        border: 1px solid #dddde6;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05) !important;
        padding: 4px 0;
        background-color: white;
        width: inherit;
        flex-direction: column;
        z-index: 1;
        overflow: auto;

        .multiple_item {
            height: auto;
            line-height: 1;
            font-size: 14px;
            padding: 8px 20px;
            cursor: pointer;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;

            &.selected {
                color: $clear-blue;
                font-weight: 700;
                background-color: rgba(158,158,158,0.18);
            }

            &:hover {
                color: $clear-blue !important;
                background-color: rgba(158,158,158,0.18);
            }
        }
    }
}*/
/* Style the Day Records header */
#pay-module-differences-container {
  position: relative;
  margin: 0;
  top: 0;
  width: 100%;
  height: 85px;
  background: #EDEFF3;
  border-bottom: 1px solid #c6cdd7;
  display: flex;
}
#pay-module-differences-container .apm_options_wrapper {
  position: relative;
  width: 170px;
  float: left;
  left: 0;
  justify-content: center;
  display: flex;
}
#pay-module-differences-container .apm_options_wrapper .diff-date {
  position: relative;
  /* left: 50; */
  font-size: 14px;
  font-weight: bold;
  color: #7B8091;
  top: 39px;
}
#pay-module-differences-container .apm_options_wrapper .apm_arrow_left {
  position: relative;
  float: right;
  width: 25px;
  height: 25px;
  background-image: url(../../images/icon-arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  cursor: pointer;
  margin-right: 5px;
  /* left: 20px; */
  top: 33px;
}
#pay-module-differences-container .apm_options_wrapper .apm_arrow_right {
  position: relative;
  /* float: right; */
  width: 25px;
  height: 25px;
  background-image: url(../../images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  cursor: pointer;
  right: 0;
  margin-left: 5px;
  top: 33px;
}
#pay-module-differences-container .pay-module-differences-dashboard {
  display: flex;
  /* width: 60%; */
  margin: 10px;
}
#pay-module-differences-container .pay-module-differences-dashboard .counter-box {
  width: 158px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #c6cdd7;
  background: white;
  margin-right: 10px;
  /* margin: 0 auto; */
  position: relative;
  text-align: center;
  cursor: pointer;
  padding-top: 5px;
}
#pay-module-differences-container .pay-module-differences-dashboard .counter-box .counter-box-title {
  color: #7B8091;
  font-size: 12px;
}
#pay-module-differences-container .pay-module-differences-dashboard .counter-box .counter-box-time {
  color: #2456FF;
  font-size: 14px;
  font-weight: bold;
}
#pay-module-differences-container .pay-module-differences-dashboard .counter-box .counter-box-eff {
  font-size: 11px;
  color: #2456FF;
}
#pay-module-differences-container .pay-module-differences-dashboard .counter-box.apm_blue_bg {
  border: 2px solid #2456FF;
}
#pay-module-differences-container .pay-module-differences-dashboard .counter-box.apm_blue_bg .apm_checkbox {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 13px;
  height: 13px;
  background-image: url(../../images/icon-check-mark-blue.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  cursor: pointer;
}
#pay-module-differences-container .pay-module-differences-dashboard .counter-box.saved_cell {
  border: 2px solid #25cfaf;
}
#pay-module-differences-container .pay-module-differences-dashboard .counter-box.saved_cell .apm_checkbox {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 13px;
  height: 13px;
  background-image: url(../../images/icon-check-mark-green.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  cursor: pointer;
}
#pay-module-differences-container .pay-module-differences-dashboard .counter-box .manual_option {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #2456FF;
  cursor: pointer;
  width: 100%;
}
#pay-module-differences-container .pay-module-differences-counters {
  float: right;
  align-items: center;
  height: 100%;
  position: relative;
  left: 50px;
}
#pay-module-differences-container .pay-module-differences-counters .hired-tooltip {
  position: relative;
  float: right;
  right: unset;
  left: unset;
  width: fit-content !important;
  height: fit-content !important;
  right: 0px;
  top: -45px;
}
#pay-module-differences-container .pay-module-differences-counters .counter_container {
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 0px;
  text-align: center;
  display: flex;
  float: right;
  flex-direction: row-reverse;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  height: 84px;
  margin-right: 30px;
  text-align: right;
}
#pay-module-differences-container .pay-module-differences-counters .counter_container .vertical_box_content {
  min-width: 158px;
  max-width: 158px;
  padding: 0px 10px 5px 10px;
  border: 1px solid #c6cdd7;
  border-radius: 10px;
  margin-right: 10px;
  background: white;
  height: 63px;
  margin-left: 5px !important;
  margin-top: 10px;
}
#pay-module-differences-container .pay-module-differences-counters .counter_container .vertical_box_content .title {
  font-size: 12px;
}
#pay-module-differences-container .pay-module-differences-counters .counter_container .vertical_box_content .info {
  color: #2456FF;
  top: -10px;
  position: relative;
  font-size: 14px;
}

#export-employees-list {
  padding-left: 25px;
}
#export-employees-list md-content {
  background: #ffffff;
  max-height: 450px;
}
#export-employees-list .cell-employee-name {
  font-weight: bold;
}
#export-employees-list .lock-switch {
  position: absolute;
  float: left;
  left: 60px;
}
#export-employees-list .lock-switch .md-label {
  font-weight: bold;
}
#export-employees-list h2 {
  font-weight: bold;
  color: #343b4e;
  font-size: 16px;
}
#export-employees-list h3, #export-employees-list h2 {
  margin-bottom: 10px;
  position: relative;
}
#export-employees-list #pay-module-employees-table-export {
  height: calc(100% - 150px);
  background: white;
  position: absolute;
  width: 100%;
  overflow: auto;
  left: 0;
  padding-left: 40px;
  padding-top: 25px;
}
#export-employees-list #pay-module-employees-table-export h2 {
  font-weight: bold !important;
  color: #343b4e !important;
  font-size: 16px !important;
}
#export-employees-list #pay-module-employees-table-export h3, #export-employees-list #pay-module-employees-table-export h2 {
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0.89px;
  color: #9bA0A9;
  font-size: 14px;
  line-height: 14px;
  font-weight: lighter;
}
#export-employees-list #pay-module-employees-table-export .employees-container {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell {
  width: 23%;
  margin-right: 15px;
  /* margin-left: 20px; */
  margin-bottom: 20px;
  background-color: #f3f4f6;
  padding: 5px;
  position: relative;
  border-radius: 20px;
  display: flex;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell.error {
  border: 2px solid #cc2941;
  color: #cc2941;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .employee_name {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px;
  white-space: nowrap;
  font-weight: 700;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell.move_down_cell {
  top: 13px;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .locked_wc {
  margin-left: 5px;
  width: 19px !important;
  height: 25px;
  background-image: url(../../images/padlock.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  position: relative;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .email_icon {
  background-image: url(../../icons/black/email.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .advanced_pay {
  background-image: url(../../icons/green/advanced_pay.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .label {
  font-size: 11px;
  font-weight: bold;
  color: #367FFF;
  padding: 4px 1px;
  margin-right: 2px;
  text-align: center;
  min-width: 24px;
  line-height: 7px;
  display: inline-block;
  background-color: white;
  border: 1px solid;
  border-radius: 9px;
  padding-left: 5px;
  padding-right: 5px;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .label.draft {
  color: #E02A44;
  background-color: #ffffff;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .label.margin {
  margin-right: 20px;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .label.manager {
  color: #EFA751;
  background-color: #ffffff;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .unlocked_wc {
  margin-left: 0px;
  width: 19px !important;
  height: 25px;
  background-image: url(../../images/open-padlock.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  position: absolute;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .employee-list-avatar {
  margin-right: 15px;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .employee-list-avatar.circle {
  width: 38px;
  height: 38px;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .employee-list-avatar.circle .employee_profile_pic {
  width: 38px;
  height: 38px;
  border: 1px solid #367fff;
  border-radius: 50%;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .initials {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #367fff;
  color: #367fff;
  text-align: center;
  line-height: 38px;
  width: 38px;
  height: 38px;
  margin-right: 15px;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .initials .label {
  display: table !important;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .employee-processed {
  position: relative;
  top: -1px;
  left: 5px;
}
@media only screen and (max-width: 1409px) {
  #export-employees-list #pay-module-employees-table-export .employees-container .employee_cell {
    width: 23%;
  }
}
@media only screen and (max-width: 1149px) {
  #export-employees-list #pay-module-employees-table-export .employees-container .employee_cell {
    width: 33%;
  }
}
@media only screen and (max-width: 865px) {
  #export-employees-list #pay-module-employees-table-export .employees-container .employee_cell {
    width: 50%;
  }
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .cell-employee-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: inline-block;
  white-space: nowrap;
  margin-left: 1;
  font-weight: bold;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .cell-employee-name.selected {
  font-weight: bold;
  color: #1e86c5;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .cell-employee-name:not(.selected) {
  color: #4C4E56;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .initials {
  display: inline-block;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .counter-wrapper {
  position: relative;
  top: -4px;
  padding: 3px 5px;
  min-width: 20px;
  height: 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #367fff;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .counter-wrapper .counter {
  border: none;
  border-radius: 100px;
  background: transparent;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  color: white;
  text-decoration: none;
  line-height: 15px;
  min-width: unset;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: 0px;
  width: 100%;
  padding: 0px 1px !important;
  height: 100%;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .processed_employee {
  background-image: url(../../icons/check_mark_green.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .no-socsec-code {
  background-image: url(../../icons/red/icon-warning-triangle.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  bottom: 3px;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .label {
  font-size: 11px;
  font-weight: bold;
  color: #367FFF;
  padding: 4px 1px;
  margin-right: 2px;
  text-align: center;
  min-width: 24px;
  line-height: 7px;
  display: inline-block;
  background-color: white;
  border: 1px solid;
  border-radius: 9px;
  padding-left: 5px;
  padding-right: 5px;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .label.draft {
  color: #E02A44;
  background-color: #ffffff;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .label.margin {
  margin-right: 20px;
}
#export-employees-list #pay-module-employees-table-export .employees-container .employee_cell .label.manager {
  color: #EFA751;
  background-color: #ffffff;
}
#export-employees-list #pay-module-employees-table-export .employees-container .switch_wrapper {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
#export-employees-list .sticky-bottom-sheet {
  height: 80px;
  top: 0;
  border-top: 1px solid #5d6375;
}

.md-subheader-content {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.md-subheader-content .form-row.bread-like {
  width: auto;
  position: absolute;
  margin-left: 15px;
}
.md-subheader-content .form-row.bread-like .mhf-field {
  margin-right: -5px;
}
.md-subheader-content .form-row.bread-like .mhf-field md-input-container {
  border-radius: 0;
}
.md-subheader-content .form-row.bread-like .mhf-field.first md-input-container {
  border-radius: 20px 0px 0px 20px;
}
.md-subheader-content .form-row.bread-like .mhf-field.last md-input-container {
  border-radius: 0px 20px 20px 0px;
}
.md-subheader-content .export-option-menu {
  position: absolute;
  float: right;
  right: 0;
}

#employees-differences-table {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  padding-bottom: 130px;
}
#employees-differences-table .options_header {
  width: 100%;
  position: relative;
  height: 30px;
  padding: 7px 7px 7px 28px;
  font-size: 13px;
  border-bottom: 1px solid;
  background-color: #fafafa;
  color: #5D6375;
}
#employees-differences-table .options_header .left_side_cols {
  float: right;
  display: flex;
}
#employees-differences-table .options_header .left_side_cols .head_col {
  width: 158px;
  margin-right: 11px;
  text-align: center;
}
#employees-differences-table .options_header .left_side_cols_employees_tab {
  justify-content: center;
  display: flex;
}
#employees-differences-table .options_header .left_side_cols_employees_tab .head_col {
  width: 158px;
  margin-right: 11px;
  text-align: center;
}
#employees-differences-table .date_header_formatted {
  margin: 0;
  background: rgba(93, 99, 117, 0.2);
  padding: 7px 7px 7px 28px;
  font-size: 13px;
  color: #343b4e;
  font-weight: 700;
}
#employees-differences-table .list-row {
  height: 85px;
  align-items: center;
  padding-left: 27px;
  display: flex;
  border-bottom: 1px ridge #979797;
  position: relative;
}
#employees-differences-table .list-row .item_column {
  margin-right: 30px;
}
#employees-differences-table .list-row .item_column:first-child {
  width: 20px;
}
#employees-differences-table .list-row div.employee_cell {
  cursor: pointer;
  position: relative;
  border: none;
  width: 20%;
  min-width: 310px;
  max-width: 320px;
  display: -webkit-inline-box;
  padding: 10px;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -webkit-box-pack: start;
}
#employees-differences-table .list-row div.employee_cell .employee_name {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  white-space: nowrap;
  font-weight: 700;
}
#employees-differences-table .list-row div.employee_cell.move_down_cell {
  top: 13px;
}
#employees-differences-table .list-row div.employee_cell .workcontract_info {
  display: -webkit-inline-box;
}
#employees-differences-table .list-row div.employee_cell .workcontract_info .job_title {
  vertical-align: text-bottom;
  display: inline-block;
  margin-left: 5px;
}
#employees-differences-table .list-row div.employee_cell .label {
  font-size: 11px;
  font-weight: bold;
  color: #367FFF;
  padding: 4px 1px;
  margin-right: 2px;
  text-align: center;
  min-width: 24px;
  line-height: 7px;
  display: inline-block;
  background-color: white;
  border: 1px solid;
  border-radius: 9px;
  padding-left: 5px;
  padding-right: 5px;
}
#employees-differences-table .list-row div.employee_cell .label.draft {
  color: #E02A44;
  background-color: #ffffff;
}
#employees-differences-table .list-row div.employee_cell .label.margin {
  margin-right: 20px;
}
#employees-differences-table .list-row div.employee_cell .label.manager {
  color: #EFA751;
  background-color: #ffffff;
}
#employees-differences-table .list-row div.employee_cell .employee-list-avatar {
  margin-right: 15px;
}
#employees-differences-table .list-row div.employee_cell .employee-list-avatar.circle {
  width: 45px;
  height: 45px;
}
#employees-differences-table .list-row div.employee_cell .employee-list-avatar.circle .employee_profile_pic {
  width: 38px;
  height: 38px;
  border: 1px solid #367fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
#employees-differences-table .list-row div.employee_cell .initials {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #367fff;
  color: #367fff;
  text-align: center;
  line-height: 38px;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
#employees-differences-table .list-row div.employee_cell .initials .label {
  display: table !important;
}
#employees-differences-table .list-row div.employee_cell .employee-processed {
  position: relative;
  top: -1px;
  left: 5px;
}
@media only screen and (max-width: 1409px) {
  #employees-differences-table .list-row div.employee_cell {
    width: 25%;
  }
}
@media only screen and (max-width: 1149px) {
  #employees-differences-table .list-row div.employee_cell {
    width: 33%;
  }
}
@media only screen and (max-width: 865px) {
  #employees-differences-table .list-row div.employee_cell {
    width: 50%;
  }
}
#employees-differences-table .list-row div.employee_cell .cell-employee-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: inline-block;
  white-space: nowrap;
  margin-left: 1;
  font-weight: bold;
}
#employees-differences-table .list-row div.employee_cell .cell-employee-name.selected {
  font-weight: bold;
  color: #1e86c5;
}
#employees-differences-table .list-row div.employee_cell .cell-employee-name:not(.selected) {
  color: #4C4E56;
}
#employees-differences-table .list-row div.employee_cell .initials {
  display: inline-block;
}
#employees-differences-table .list-row div.employee_cell .counter-wrapper {
  position: relative;
  top: -4px;
  padding: 3px 5px;
  min-width: 20px;
  height: 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #367fff;
}
#employees-differences-table .list-row div.employee_cell .counter-wrapper .counter {
  border: none;
  border-radius: 100px;
  background: transparent;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  color: white;
  text-decoration: none;
  line-height: 15px;
  min-width: unset;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: 0px;
  width: 100%;
  padding: 0px 1px !important;
  height: 100%;
}
#employees-differences-table .list-row div.employee_cell .processed_employee {
  background-image: url(../../icons/check_mark_green.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
#employees-differences-table .list-row div.employee_cell div.employee-name {
  z-index: 20;
  display: table;
  position: absolute;
  white-space: normal;
  text-overflow: ellipsis;
  min-width: 100px;
  max-height: 30px;
  background-color: #fff;
  border: 1px solid #d2d7e1;
  font-size: 12px;
  left: 35px;
  top: 0;
  text-overflow: ellipsis;
  white-space: pre;
}
#employees-differences-table .list-row div.employee_cell div.employee-name p {
  padding: 0 5 0 5 !important;
  text-align: center;
  color: #367fff;
  font-weight: bold;
}
#employees-differences-table .list-row .boxes {
  display: inline-flex;
  float: right;
  right: 0;
}
#employees-differences-table .list-row .boxes .counter-box {
  width: 158px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #c6cdd7;
  background: white;
  margin-right: 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding-top: 5px;
}
#employees-differences-table .list-row .boxes .counter-box .counter-box-title {
  color: #7B8091;
  font-size: 12px;
}
#employees-differences-table .list-row .boxes .counter-box .counter-box-time {
  color: #2456FF;
  font-size: 14px;
  font-weight: bold;
}
#employees-differences-table .list-row .boxes .counter-box .counter-box-eff {
  font-size: 11px;
  color: #2456FF;
}
#employees-differences-table .list-row .boxes .counter-box.apm_blue_bg {
  border: 2px solid #2456FF;
}
#employees-differences-table .list-row .boxes .counter-box.apm_blue_bg .apm_checkbox {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 13px;
  height: 13px;
  background-image: url(../../images/icon-check-mark-blue.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  cursor: pointer;
}
#employees-differences-table .list-row .boxes .counter-box.saved_cell {
  border: 2px solid #25cfaf;
}
#employees-differences-table .list-row .boxes .counter-box.saved_cell .apm_checkbox {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 13px;
  height: 13px;
  background-image: url(../../images/icon-check-mark-green.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  cursor: pointer;
}
#employees-differences-table .list-row .boxes .counter-box .manual_option {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #2456FF;
  cursor: pointer;
  width: 100%;
}
#employees-differences-table .footer {
  height: 59px;
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #439dff, #2456ff);
  border-radius: 0px 0px 30px 30px;
  top: 0;
  align-items: center;
  display: flex;
  color: #ffffff;
}
#employees-differences-table .footer .button_options {
  display: flex;
  position: absolute;
  float: right;
  right: 0;
}

.loading_phase {
  position: absolute;
  background: white;
  z-index: 222;
  opacity: 0.5;
  top: 100px;
  width: 98%;
  height: 85%;
  border-radius: 30px;
}
.loading_phase .loading {
  background: url(../../gifs/loading.gif);
  background-repeat: no-repeat;
  background-size: 50px;
  left: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 22;
  top: 40%;
}

.multiple-counters-container {
  height: 100%;
  width: 100%;
}
.multiple-counters-container .multiple-counters-form {
  padding: 15px 15px 0 15px;
}
.multiple-counters-container .multiple-counters-table {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0px;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-header {
  padding: 10px 7px 10px 28px;
  font-size: 13px;
  border-top: 1px solid #DDDDE6;
  border-bottom: 1px solid;
  position: relative;
  display: flex;
  width: 100%;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-header .options_header_label {
  color: #7B8091;
  letter-spacing: 0.88px;
  position: relative;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-header .options_header_label.left {
  width: 40px;
  margin-right: 15px;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-header .options_header_label.center {
  width: 200px;
  text-align: left;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-header .options_header_label.right {
  float: right;
  width: 200px;
  left: 9px;
  text-align: center;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list {
  height: 70%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list .multiple-counters-data-container {
  border-bottom: 1px solid #DDDDE6;
  padding: 10px 7px 10px 28px;
  height: 50px;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list .multiple-counters-data-container .layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list .multiple-counters-data-container .multiple-counters-data-column {
  width: 170px;
  padding-top: 10px;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list .multiple-counters-data-container .multiple-counters-data-column .label {
  font-size: 12px;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list .multiple-counters-data-container .multiple-counters-data-column .left {
  text-align: left;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list .multiple-counters-data-container .multiple-counters-data-column .center {
  text-align: center;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list .multiple-counters-data-container .multiple-counters-data-column .form-row {
  margin: 0 0 !important;
  float: right;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list .multiple-counters-data-container.selected_column {
  background: white;
}
.multiple-counters-container .multiple-counters-table .multiple-counters-list .multiple-counters-data-container .changed input {
  color: #2456FF;
}
