/*

COLORS:

NAVS
nav_bg: #323232 black
black bg #1E1E1E
text color #c8c8c8

CONTENT
text color #262626

btn-blue #019FCE
blue #61ABAC
blue-darker #0270AD
light blue #E6F8FC
green #69AE6B
light green #ADCA5E
yellow #BFBA3A
red #8C0000
orange #FFA50E rgb(255, 165, 14)

TABLES
border #C8C8C8
header bg #F0F0F0 grey rgb(240,240,240)
*/
.absmiddle {
  vertical-align: middle;
}
h2,
h3 {
  font-weight: 400;
}
*[data-link] {
  cursor: pointer;
}
input,
select,
textarea {
  font-size: 100%;
}
body {
  font-size: 100%;
}
body.superuser .privateFeature,
body .superuser,
body.developer .privateFeature,
body .developer {
  background-color: yellow !important;
  color: #262626 !important;
}
body.superuser select option.privateFeature:checked,
body.developer select option.privateFeature:checked {
  background-color: #cecece !important;
  color: #101010 !important;
  box-shadow: inset yellow -20px 0px 0px 0px;
}
.cleaner {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
a.inactive {
  color: gray;
  text-decoration: line-through;
}
a:hover {
  text-decoration: underline;
}
a.inactive:hover {
  text-decoration: line-through underline;
}
.tooltip-css {
  position: relative;
}
body .ui-tooltip {
  font-size: 1em;
  font-family: inherit;
}
span.tooltip-css,
i.tooltip-css,
a.tooltip-css {
  display: inline-block;
}
i.tooltip-css:after {
  font-style: normal;
}
.tooltip-css.tooltip-to-left:after {
  right: 0px;
}
.tooltip-css:after {
  opacity: 0;
}
.help {
  cursor: help;
}
ul.page-submenu {
  padding: 0px;
}
ul.page-submenu > li {
  position: relative;
}
#add ul.page-subsubmenu {
  /*display: none;*/
  display: block;
  position: absolute;
  right: 0px;
  z-index: 15;
  min-width: 150px;
  text-align: left;
  float: none;
  margin-bottom: 0px;
  background: white;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  overflow: hidden;
  border-bottom: 0px;
  transform: scaleY(0);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#add ul.page-submenu > li:hover .page-subsubmenu {
  /*display: block;*/
  transform: scaleY(1);
}
#add .page-subsubmenu li {
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
}
body #add .page-subsubmenu li a {
  background-color: transparent;
  display: block;
  color: inherit;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}
body #add .page-subsubmenu li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.error,
.date-in-past {
  color: red;
}
.type-warning {
  color: orange;
}
.type-success {
  color: green
}
@media (min-width: 1090px) {
  .tableEditOuter {
    min-width: 730px;
  }
  .dashboardContainer .tableEditOuter {
    min-width: 1px;
  }
}
.tooltip-css:hover:after {
  content: attr(data-title);
  opacity: 1;
  color: #262626;
  white-space: pre-wrap;
  padding: 8px;
  position: absolute;
  top: 120%;
  top: calc(100% + 8px);
  z-index: 9999;
  max-width: 300px;
  min-width: 200px;
  display: block;
  border: 2px solid #aaaaaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  background: white;
  font-size: 1rem;
  line-height: 1.3em;
  text-align: left;
  border-radius: 4px;
  font-weight: initial;
  transition: opacity .3s;
  word-wrap: break-word;
}
.tooltip-css[data-title=""]:hover:after {
  content: none;
}
.tooltip-css.tooltip-from-right:hover:after {
  right: 0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.center,
table.center_td td {
  text-align: center;
}
.left {
  text-align: left;
}
.noscreen {
  width: 200px;
  position: absolute;
  left: 0;
  top: -1000px;
}
body {
  margin: 0;
  font-family: Verdana, Arial, Courier, sans-serif;
}
body.content-loaded {
  font-family: Roboto, Verdana, Arial, Courier, sans-serif;
}
.ui-tooltip-content {
  word-wrap: break-word
}
.note {
  font-style: italic;
  font-size: 12px;
  font-weight: lighter;
}

/* layout */
#topNav,
#leftNav,
#topNav a,
#leftNav a {
  color: #c8c8c8;
  text-decoration: none;
}
html > body {
  padding-top: 50px;
  padding-left: 260px;
  transition: padding-left .3s;
}
html > body.iframe {
  padding-left: initial;
}
html > body.iframe h1,
html > body.iframe h2 {
  margin-bottom: 0;
  margin-top: 0px;
}
html > body.minimal-layout {
  padding: 25px;
}
html > body.left-nav-minimised {
  padding-left: 50px;
}
#topNav {
  display: flex;
  gap: 2px 10px;
  justify-content: space-between;
  z-index: 150;
  background-color: #323232;
  position: fixed;
  top: 0px;
  text-align: right;
  padding: 8px 20px;
  min-height: 29px;
  width: calc(100% - 300px);
}
#topNav ul {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  white-space: nowrap;
}
#topNav ul form {
  margin: 0;
}
#topNav ul li {
  zoom: 1;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0px;
}
#topNav select {
  color: #c8c8c8;
  background-color: #1E1E1E;
  border: none;
  padding: 3px 5px;
}
#topNav fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.left-nav-minimised #topNav {
  width: calc(100% - 90px);
}
#topNav ul #notificationsGroup {
  white-space: normal;
}
@media (max-width: 1090px) {
  #topNav {
    width: calc(100% - 90px);
  }
}

#topMenu li {
  position: relative;
}
#topMenu a.account,
#notification_button i {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.tablesDoubleInfo {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
body .tablesDoubleInfo > table {
  width: 48%;
  flex-flow: row nowrap;
}
body .tablesDoubleInfo > table th:first-child {
  width: 30%;
}
#notificationsGroup {
  display: none;
  width: 350px;
  position: absolute;
  right: 0px;
  top: 33px;
  color: black;
  text-align: left;
  line-height: 1.5em;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 150;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
#notificationsGroup .notificationDetail.statusunseen {
  background-color: #ddddff;
}
.notificationDate {
  float: right;
  color: #666666;
}
#topHeader a.moduleDetail:hover,
#notificationsGroup .notificationDetail:hover {
  background-color: rgba(0, 0, 100, 0.05);
}
#notificationsGroup .notificationDetail.statusunseen:hover {
  background-color: #ccccff;
}
#notification_button {
  position: relative;
}
#notification_button a,
#notification_button a i {
  display: block;
}

#notification_button:not(.empty) i {
  -webkit-animation: cssAnimation 1s 1 ease;
  animation: cssAnimation 1s 1 ease;
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(720deg) scale(1) skew(1deg) translate(0px);
  }
}
@-moz-keyframes cssAnimation {
  from {
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  }
  to {
    -moz-transform: rotate(720deg) scale(1) skew(1deg) translate(0px);
  }
}
@-o-keyframes cssAnimation {
  from {
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  }
  to {
    -o-transform: rotate(720deg) scale(1) skew(1deg) translate(0px);
  }
}

#notification_button i {
  opacity: 0.8;
  transition: opacity .3s;
}
#notification_button.empty i {
  opacity: 0.5;
}
#notification_button:hover i {
  opacity: 1;
}
#notification_button.empty:hover i {
  opacity: 0.7;
}
.notificationBadge,
.submenuBadge {
  background-color: rgba(255, 165, 14, 0.9);
  line-height: 1em;
  height: 1em;
  padding: 2px 2px;
  border-radius: 0.5em;
  font-size: 12px;
  /*width: 1em;*/
  text-align: center;
  color: white;
  display: inline-block;
}
.submenuBadge {
  background-color: rgba(255, 165, 14, 1);
}
#notification_button .notificationBadge {
  position: absolute;
  right: -4px;
  top: 13px;
  box-shadow: 1px 1px 3px black;
  animation: 2.5s notificationBadgeAnimationStart forwards, 7s 5s notificationBadgeAnimationInfinite infinite;
}
@keyframes notificationBadgeAnimationStart {
  0% {
    padding: 6px 6px;
    top: 0px;
    right: 0px
  }
  5% {
    padding: 6px 6px;
    top: 0px;
    right: 0px
  }
  10% {
    padding: 6px 6px;
    top: 0px;
    right: -5px
  }
  15% {
    padding: 6px 6px;
    top: 0px;
    right: 5px
  }
  20% {
    padding: 6px 6px;
    top: 0px;
    right: -5px
  }
  25% {
    padding: 6px 6px;
    top: 0px;
    right: 5px
  }
  30% {
    padding: 6px 6px;
    top: 0px;
    right: -5px
  }
  35% {
    padding: 6px 6px;
    top: 0px;
    right: 5px
  }
  40% {
    padding: 6px 6px;
    top: 0px;
    right: -5px
  }
  45% {
    padding: 6px 6px;
    top: 0px;
    right: 5px
  }
  50% {
    padding: 6px 6px;
    top: 0px;
    right: -5px
  }
  55% {
    padding: 6px 6px;
    top: 0px;
    right: 5px
  }
  60% {
    padding: 6px 6px;
    top: 0px;
    right: -5px
  }
  90% {
    padding: 2px 2px;
    top: 13px;
    right: -4px
  }
}
@keyframes notificationBadgeAnimationInfinite {
  0% {
    padding: 2px 2px;
    top: 13px;
    right: -4px
  }
  6% {
    padding: 4px 4px;
    top: 9px;
    right: -4px
  }
  12% {
    padding: 2px 2px;
    top: 13px;
    right: -4px
  }
  18% {
    padding: 4px 4px;
    top: 9px;
    right: -4px
  }
  24% {
    padding: 2px 2px;
    top: 13px;
    right: -4px
  }
  32% {
    padding: 6px 6px;
    top: 0px;
    right: 0px
  }
  43% {
    padding: 6px 6px;
    top: 0px;
    right: 0px
  }
  49% {
    padding: 2px 2px;
    top: 13px;
    right: -4px
  }
  100% {
    padding: 2px 2px;
    top: 13px;
    right: -4px
  }
}

.notificationDetail {
  min-height: 75px;
  display: block;
  border-bottom: 1px solid rgba(176, 200, 136, 0.3);
  padding: 10px 10px 10px 10px;
}
.notificationDetail {
  padding-left: 15px;
}
.notificationMessage {
  min-height: 75px;
  display: block;
  border-bottom: 1px solid rgba(176, 200, 136, 0.3);
  padding: 10px 10px 10px 10px;
}
.notificationDetail .notificationTitle {
  font-size: 140%;
  padding-top: 5px;
}
.notificationDetail .notificationTitle {
  padding-bottom: 5px;
}
.notificationsHeader {
  padding: 0px 10px;
  font-weight: bold;
  color: black;
}
#topNav .notificationsHeader a {
  color: black;
}
#notificationsGroup .markAsRead {
  display: block;
  float: right;
}

/* left menu */

#leftNav .modules_switcher {
  text-align: right;
  padding-right: 30px;
  position: relative;
  white-space: nowrap;
}
#leftNav .modules_switcher {}
#leftNav .modules_switcher ul {
  display: none;
  list-style-type: none;
  position: fixed;
  padding: 25px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 90px;
  bottom: 0;
  width: 260px;
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
  margin: 0;
  text-align: center;
  z-index: 2;
}
#leftNav .modules_switcher .current_module {
  font-weight: lighter;
  transition: opacity .3s;
  display: inline-block;
  cursor: pointer;
}
#leftNav .modules_switcher ul li {
  margin-bottom: 20px;
}
#leftNav .modules_switcher ul li a {
  border: 1px solid white;
  border-radius: 12px;
  padding-top: 130px;
  background-position: center 20px;
  background-repeat: no-repeat;
  display: block;
  height: 185px;
  box-sizing: border-box;
}
#leftNav .modules_switcher ul li a:hover {
  box-shadow: 500px 0 0 rgba(255, 255, 255, 0.1) inset;
}
td .inside_notes,
td .advice {
  font-size: 0.8em;
  margin-top: 10px;
}
#leftNav .modules_switcher ul li.active a {
  border-color: rgba(255, 255, 255, 0.3);
}
#leftNav .modules_switcher ul li.active a {
  color: #1ACBFF;
}
#leftNav .modules_switcher ul li.module-start a:before {
  content: "\e91B";
}
#leftNav .modules_switcher ul li.module-job_posting a:before {
  content: "\e90b";
}
#leftNav .modules_switcher ul li.module-temp_manager a:before {
  content: "\e916";
}
#leftNav .modules_switcher ul li.module #leftNav .modules_switcher .current_module {
  font-weight: 300;
  font-size: 120%;
}
#leftNav .modules_switcher .switcher_ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #1E1E1E url(../images/icons/icon16_triangle-down_white70.png) no-repeat center center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
}
#leftNav {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #323232;
  width: 260px;
  color: white;
  transition: width .3s;
  overflow: hidden;
}
.left-nav-minimised #leftNav {
  width: 50px;
}
.left-nav-minimised #menu ul {
  padding: 0px;
}
.minimise-left-nav {
  position: absolute;
  top: -25px;
  left: -5px;
  width: 0px;
  height: 0px;
  border-right: 30px solid #282828;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  text-indent: -9999px;
  font-size: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.minimise-left-nav:before {
  content: "";
  overflow: hidden;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: -5px;
  background-image: url('../images/icons/ico_arrow-right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: transform .3s;
}
.left-nav-minimised .minimise-left-nav:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.left-nav-minimised #leftNav .modules_switcher .current_module {
  opacity: 0;
  max-width: 0px;
}
.left-nav-minimised #leftNav .modules_switcher {
  padding-right: 0px;
}
#topNav,
#content {
  transition: margin-left .3s;
}
#leftNav a {
  color: white;
}
.logo_box {
  text-align: center;
  /*   padding-top: 10px; */
  overflow: hidden;
}
.logo_box .company_logo {
  background: white;
  white-space: nowrap;
  margin: 10px 10px 0px;
  border-radius: 4px;
  text-align: center;
}
.logo_box .company_logo img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  /*   border */
}
.left-nav-minimised .logo_box .yr_logo {
  font-size: 0px;
}
.logo_box .yr_logo,
.logo_box .mainLogo {
  margin-top: 5px;
}
.logo_box .yr_logo,
.logo_box .yr_logo img {
  vertical-align: middle;
}
.yr_logo img {
  width: 100px;
}
#menu ul {
  padding-left: 10px;
  padding-right: 10px;
  transition: padding .3s;
}
#menu li {
  display: block;
  list-style: none;
  margin-bottom: 5px;
  font-weight: lighter;
}
#menu li a {
  padding: 10px 0 10px 50px;
  background-position: 5px center;
  background-repeat: no-repeat;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  transition: background-position .3s;
}
.left-nav-minimised #menu li a {
  background-position: 10px center;
}
#menu li a:hover {
  box-shadow: 500px 0 0 rgba(255, 255, 255, 0.1) inset;
}

#menu li.home a:before,
#menu li.dashboard a:before,
#menu li.emp_dashboard a:before,
#menu li.org_user_dashboard a:before {
  content: "\E91B";
}
.module-main-dash #menu li.dashboard a:before,
.module-main-dash #menu li.home a:before {
  content: "\E914"
}
#menu li.organizations a:before {
  content: "\E91C";
}
#menu li.employees a:before {
  content: "\E916";
}
#menu li.reports a:before {
  content: "\E918";
}
#menu li.emp_responses a:before {
  content: "\E941";
}
#menu li.emp_availability a:before {
  content: "\E922";
}
#menu li.emp_availability_week a:before {
  content: "\E922";
}
#menu li.shifts a:before {
  content: "\E946";
}
#menu li.emp_history a:before {
  content: "\E947";
}
#menu li.org_reports a:before {
  content: "\E918";
}
#menu li.events a:before {
  content: "\E922";
}

#menu li.jobs a:before {
  content: "\E907";
}
#menu li.closed a:before {
  content: "\E923";
}
#menu li.users a:before {
  content: "\E917";
}
#menu li.help a:before {
  content: "\E915";
}
#menu li.main_site a:before {
  content: "\E912";
}
#menu li.contact a:before {
  content: "\E90D";
}
#menu li.categ a:before {
  content: "\E920";
}
#menu li.admin a:before,
#menu li.login a:before {
  content: "\E911";
}
#menu li.compliance a:before {
  content: "\E944";
}
#add {
  padding-top: 25px;
  display: inline-block;
  width: 100%;
}
#add h1,
#add ul {
  margin: 0;
}
#add h1 {
  display: inline-block;
  font-weight: normal;
}
#add ul {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
}
.next_prev > a {
  margin: 15px 0px;
}
#add li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}
#add li:last-child {
  margin-right: 0px;
}

#content {
  color: #262626;
}
#content .in {
  padding: 10px 50px;
}
#content .in h1 {
  font-weight: lighter;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
#content .in h1 .subheading {
  font-weight: bold;
  display: block;
}

#add li a,
.button,
.button.non-local-link,
#add li a.non-local-link {
  display: inline-block;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  padding: 7px 15px;
  font-weight: bold;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -2px 0 rgba(0, 0, 0, 0.1) inset, 0px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  /*font-family: roboto;*/
  font-size: 14px;
  margin-bottom: 10px;
}
.button + .button {
  margin-right: 15px;
}
.button.superuser,
#add li a.superuser,
.button.developer,
#add li a.developer {
  box-shadow: 0px 0px 0px 5px yellow;
}
.button.margin-remove {
  margin-bottom: 0px;
}
#add li a img,
.button img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-bottom: -4px;
  margin-left: -5px;
  margin-right: 3px;
}
#add li a.imgOnly img {
  margin: 0px !important;
  display: inline;
}
#add li a[onclick],
a.button[href^="#"],
a.button[href^="?"],
#add li a.ajaxLink,
.button.ajaxLink,
.button.local-link,
#add li a.local-link,
form[action=""] .button,
form[action^="#"] .button,
form[action^="?"] .button,
form.simpleFilter .button,
a.button.green,
input[type="button"].green,
input[type="submit"].green,
#add li a.green,
button.button.green {
  background-color: #5DA863;
}
#add li a,
.button,
.button.non-local-link,
#add li a.non-local-link,
a.button.blue,
#add li a.button.blue[onclick] {
  background-color: #019FCE;
}
.button.local-link.createFutureTimesheets {
  background-color: #b8c5b8;
}
.button.disabled,
button[disabled] {
  opacity: 0.7;
  cursor: default !important;
}
.button.white,
a.button.white,
#add li a.button.white {
  background-color: white;
  border: 1px solid #A8A8A8;
  color: #262626;
  text-shadow: none;
}
#add li a.red,
.button.red {
  background-color: #b50000 !important;
}
.button.small {
  padding: 3px 7px;
}
#add li a.imgOnly {
  padding-top: 3px;
  padding-bottom: 3px;
}
#add li a:hover,
.button:hover {
  text-decoration: none;
  box-shadow: 0px -2px 0 rgba(0, 0, 0, 0.1) inset, 0px 2px 0 rgba(0, 0, 0, 0.2), 0 500px 0 rgba(0, 0, 0, 0.05) inset;
}

.dashboardContainer {
  margin-top: 15px;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.dashboardContainer .roundedBoxDark {
  widtH: 100%;
}
.roundedBox,
.simpleFilter,
.simpleBox {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  margin: 0px auto 15px;
  padding: 10px;
  display: inline-block;
}
.simpleFilter {
  margin: 0px 0px 15px;
}
.roundedBox.have-error:before {
  content: "\e924";
  width: 50px;
  position: absolute;
  left: -50px;
  top: 0px;
  bottom: 0px;
  background: #8C0000;
  color: white;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fancybox-slide > * {
  max-width: 100%;
}
.roundedBox.have-error {
  position: relative;
  margin-left: 50px;
  display: block;
  padding: 20px;
}
.roundedBox.have-error h2 {
  font-size: 1.2em;
  font-weight: 300;
  /*   margin: 0.5em 0px;  */
}
.employeesList .eventEmployeesEmployee {
  break-inside: avoid;
}
@media (min-width: 900px) {
  .employeesList {
    min-width: 880px;
  }
}
@media (min-width: 1300px) {
  .employeesList {
    min-width: 1280px;
  }
}
.employeeListCheckbox {
  float: right;
}
.availableDaysNote,
.availableDaysRecent,
.lastAccessMobile,
.employeeBlacklistDetail {
  float: right;
  background: url(../images/ico_status_small.png) no-repeat left top;
  width: 20px;
  height: 20px;
  text-indent: -5000px;
}
.availableDaysRecent {
  background: url(../images/ico_history_small.png) no-repeat left top;
}
.lastAccessMobile {
  background: url(../images/ico_mobile_small.png) no-repeat left top;
}
.employeeBlacklistDetail {
  background: url(../images/ico_blacklist_red.png) no-repeat left top;
  background-size: cover;
}

.lastAccessMobile.inline {
  display: inline-block;
  float: none;
}
.empStatusDaysAssigned {
  background-position: left -60px;
}
.empStatusEventsAssigned {
  background-position: left -60px;
}
.empStatusAllDaysAvailable {
  background-position: left -20px;
}
.empStatusAllDaysNA {
  background-position: left -40px;
}
.empStatusAtLeastOneDayNA {
  background-position: left -80px;
}
.empStatusAtLeastOneDayAvailable {
  background-position: left 0px;
}
.empStatusUnassigned {
  background-position: left -100px;
}


.empRecent1M {
  background-position: left -20px;
}
.empRecent3M {
  background-position: left 0px;
}
.empRecent1Y {
  background-position: left -60px;
}
.empRecentAny {
  background-position: left -100px;
}
.empRecentNone {
  background-position: left -80px;
}

.lastAccessNever {
  background-position: left -80px;
}
.lastAccessLong {
  background-position: left -100px;
}
.lastAccessWeek {
  background-position: left -60px;
}
.lastAccessDay {
  background-position: left 0px;
}
.lastAccessHour {
  background-position: left -20px;
}

.simpleBox {
  display: block;
}
.simpleBox > h2:first-child {
  margin-top: 0px;
}
form.simpleFilter,
.filter.simpleFilter,
.simpleBox {
  padding: 10px 15px;
}
.simpleBox h3,
.simpleFilter h3 {
  margin-top: 0px;
}
form.simpleFilter ul,
.filter.simpleFilter ul {
  display: inline;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  position: relative;
  padding-bottom: 40px;
  min-height: 90px;
}
form.simpleFilter ul.nopadding,
.filter.simpleFilter ul.nopadding {
  padding-right: 0px;
}
@media (min-width: 900px) {
  form.simpleFilter ul,
  .filter.simpleFilter ul {
    padding-bottom: 0px;
    padding-right: 75px;
  }
}

form.simpleFilter ul .filter-input,
.filter.simpleFilter ul .filter-input {
  position: absolute;
  bottom: 5px;
  right: 0px;
  margin: 0px;
  padding: 0px;
}
form.simpleFilter ul .filter-buttons,
.filter.simpleFilter ul .filter-buttons {
  position: absolute;
  top: 5px;
  right: -5px;
  margin: 0px;
  padding: 0;
  min-width: unset;
}
form.simpleFilter ul .filter-button,
.filter.simpleFilter ul .filter-button {
  display: inline-block;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px -2px 0 rgba(0, 0, 0, 0.1) inset, 0px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 2px 5px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}
.filter.simpleFilter ul .filter-button {
  display: block;
}
form.simpleFilter ul .filter-button:hover,
.filter.simpleFilter ul .filter-button:hover {
  box-shadow: 0px -2px 0 rgba(0, 0, 0, 0.1) inset, 0px 2px 0 rgba(0, 0, 0, 0.2), 0 500px 0 rgba(0, 0, 0, 0.05) inset;
}
.filter.simpleFilter ul .filter-button + .filter-button {
  margin-top: 10px;
}
form.simpleFilter ul:only-child,
.filter.simpleFilter ul {
  display: flex;
  flex-flow: row wrap;
  row-gap: 15px;
}
form.simpleFilter ul li,
.filter.simpleFilter ul li {
  display: inline-block;
  padding: 0px 10px 0px 0px;
  max-width: 200px;
  vertical-align: top;
  flex-shrink: 1;
  flex-grow: 1;
  /*   margin-bottom: 15px; */
}
form.simpleFilter ul li.large,
.filter.simpleFilter ul li.large {
  max-width: 250px;
}
form.simpleFilter ul li.larger,
.filter.simpleFilter ul li.larger {
  max-width: 280px;
}
form.simpleFilter ul li.filter-submit-li,
.filter.simpleFilter ul li.filter-submit-li {
  padding-top: 30px;
}
form.simpleFilter ul li select + input[type="submit"],
form.simpleFilter ul li input + input[type="submit"],
.filter.simpleFilter ul li select + input[type="submit"],
.filter.simpleFilter ul li input + input[type="submit"] {
  margin-top: 15px;
}
form.simpleFilter ul:not(.wrap) li label,
form.simpleFilter ul li label span,
form.simpleFilter ul li span.filter-label,
.filter.simpleFilter ul:not(.wrap) li label,
.filter.simpleFilter ul li label span,
.filter.simpleFilter ul li span.filter-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  display: block;
  font-size: 0.8em;
  margin-bottom: 5px;
  text-align: left;
}
form.simpleFilter ul li span.filter-label,
.filter.simpleFilter ul li span.filter-label {
  position: relative;
  overflow: visible;
}
form.simpleFilter ul:not(.wrap) li .checkboxBox label,
form.simpleFilter ul li .checkboxBox label span,
.filter.simpleFilter ul:not(.wrap) li .checkboxBox label,
.filter.simpleFilter ul li .checkboxBox label span {
  display: inline;
}
form.simpleFilter ul li input[type="text"],
form.simpleFilter ul li select,
.filter.simpleFilter ul li input[type="text"],
.filter.simpleFilter ul li select {
  max-width: 100%;
  width: 100%;
}
.simpleFilterSettingsList {
  min-width: 145px;
}
.simpleFilterSettingsList ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.simpleFilterSettingsList li a {
  padding: 2px 5px;
}
.simpleFilterSettingsList li a.simpleFilterSettingsLink {
  display: block;
}
.simpleFilterSettingsList li a:hover {
  text-decoration: none;
}
.simpleFilterSettingsList li:hover {
  background-color: rgba(0, 0, 0, .1);
}
.simpleFilterSettingsList li .actionMenuIcon {
  height: 24px;
}
.simpleFilterAndFilterSave {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.tableEditOuter select,
.tableEditOuter input[type="text"],
.tableEditOuter input[type="number"],
.tableEditOuter input[type="email"],
.tableEditOuter input[type="password"],
.simpleFilter select,
.simpleFilter input[type="text"],
.simpleFilter input[type="number"],
.simpleFilter input[type="email"],
.simpleFilter input[type="password"],
.inputFormatted,
.tableEditOuter input[type="date"],
.simpleFilter input[type="date"],
.tableEditOuter input[type="time"],
.simpleFilter input[type="time"],
.tableEditOuter input[type="datetime-local"],
.simpleFilter input[type="datetime-local"],
.niceInput {
  line-height: 1.2em;
  padding: 8px 10px;
  background: white;
  box-sizing: border-box;
  border: 1px solid #A8A8A8;
}
.niceInput.wide {
  width: 30%;
}
.niceInput.number-tens {
  width: 60px
}
.number-tens-decimals,
.niceInput.number-tens-decimals {
  width: 80px
}
.niceInput.number-thousands {
  width: 100px
}
input[type="color"].niceInput {
  height: 24px;
  width: 36px;
  padding: 0 3px;
  border: #e8e8e8 solid 1px;
  background: white;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.tableEditOuter.tableFullWidth {
  max-width: 100vw;
}
div.filter ul li .filterCheckboxesContainer {
  text-align: left;
}
div.filter ul li .filterCheckboxesContainer label.checkboxBox {
  display: inline;
}
.filter ul li .filterCheckboxesContainer label.checkboxBox {
  line-height: normal;
}
div.filter ul li.filterCheckboxesManyOptions .filterCheckboxesContainer {
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
}
div.filter ul li.filterCheckboxesManyOptions .filterCheckboxesContainer label.checkboxBox {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tableEditCover input.hasAdvice,
.tableEditCover select.hasAdvice {
  vertical-align: middle;
}
.tableEditCover input.hasAdvice[type="checkbox"] + .advice {
  margin-left: 10px;
}
.tableEditCover td select ~ select,
.tableEditCover td.fields input ~ br ~ select,
.simpleFilter button ~ div select,
.tableEditCover td select ~ input,
.screening-question select:first-child,
.screening-question ~ a.button,
.moduleRoleSelectWrapper {
  margin-top: 15px;
}
.tableEditCover td .double_dropdown_block select ~ select {
  margin-top: 0px;
}
.tableEditCover td.fields .long_field {
  width: 100%;
}
.tableEditCover input.hasAdvice + .advice,
.tableEditCover select.hasAdvice + .advice,
.tableEditCover textarea.hasAdvice + .advice {
  display: none;
  min-width: 250px;
  border: 1px solid gray;
  border-left-width: 0px;
  margin-left: -1.2ex;
  margin-left: calc(-1.2ex - 1px);
  border-left-width: 1px;
  padding: 11px 10px 11px;
  margin-top: 0px;
  vertical-align: middle;
  white-space: nowrap;
  min-height: 40px;
  box-sizing: border-box;
}
.tableEditCover textarea.hasAdvice + .advice {
  display: block;
  width: 100%;
  margin-left: 0;
}
.tableEditCover input.hasAdvice:active + .advice,
.tableEditCover input.hasAdvice:focus + .advice,
.tableEditCover .change input.hasAdvice + .advice,
.tableEditCover .error input.hasAdvice + .advice,
.tableEditCover select.hasAdvice:active + .advice,
.tableEditCover select.hasAdvice:focus + .advice,
.tableEditCover .change select.hasAdvice + .advice,
.tableEditCover .error select.hasAdvice + .advice {
  display: inline-block;
}
.tableEditCover .error input.hasAdvice + .advice,
.tableEditCover .error select.hasAdvice + .advice,
.tableEditCover .error textarea.hasAdvice + .advice {
  color: #cd2324;
  background-color: #f7dfdf;
  border-color: #d55959;
}
.tableEditCover input.hasAdvice + .advice + .note,
.tableEditCover input.hasAdvice + .advice + .note,
.tableEditCover select.hasAdvice + .advice + .note,
.tableEditCover select.hasAdvice + .advice + .note {
  margin-top: 5px;
}
td.name + td textarea {
  padding: 5px 10px;
  box-sizing: border-box;
}
td.name + td .inline_inside_notes {
  margin-left: 2ex;
  display: inline-block;
  font-size: 0.8em;
}
td.name + td input[type="text"],
td.name + td input[type="email"],
td.name + td input[type="password"],
td.name + td select {
  min-width: 40%;
}
td.name + td input[type="text"].long,
td.name + td input[type="email"].long,
td.name + td select.long {
  min-width: 70%;
}
td.name + td select {
  width: 200px;
}
p.submit {
  text-align: center;
}
div.submit {
  margin-top: 10px;
  text-align: center;
}
td.name + td select + select {
  margin-left: 15px;
}
td.name + td input.short {
  min-width: 50px;
  width: 15em;
}
td.name + td select.small {
  min-width: unset;
  width: auto;
  font-size: 1em;
}
input.veryshort {
  min-width: 0px !important;
}

.roundedBox h2 {
  margin-top: 0px;
}
.dashboardBox {
  border: 1px solid #c8c8c8;
  padding: 25px 10px 15px;
  margin-bottom: 15px;
}
.dashboardBox.colorHeading {
  padding: 0px;
}
.dashboardBox.colorHeading h3 {
  padding: 20px 10px 20px 20px;
  background-color: #dbf0f1;
}
.dashboardBox.colorHeading .table {
  padding: 0 10px 10px 10px;
}
.dashboardBox .drag-handle {
  width: 28px;
  float: left;
  cursor: move;
}
.dashboardContainer .folderOuter.all-inactive,
.file_input_hidden {
  display: none;
}
.file_input_hidden_label {
  cursor: pointer;
  min-width: 100px;
  min-height: 100px;
  display: inline-block;
}
.file_input_hidden_label.empty {
  background: transparent url('../images/image_upload.png') no-repeat;
}
.file_input_hidden_label.empty:hover {
  background-image: url('../images/image_upload_hover.png');
}
.file_input_hidden_label img {
  width: 100px;
  height: 100px;
}
.file_input_hidden_label.empty img {
  display: none;
}
.job_tree_result {
  clear: both;
}
.dashboardContainer .dashboardBox {
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  /*font-size: 14px;*/
  vertical-align: top;
  /*margin-right: 30px;*/
  width: 275px;
  max-width: 300px;
  flex-grow: 1;
  text-align: center;
  margin-left: 7px;
  margin-right: 7px;
}
.dashboardContainer .dashboardBox[data-link] {
  cursor: pointer;
}
.dashboardContainer .dashboardBox.has-excerpt {
  overflow: hidden;
}
.dashboardContainer .dashboardBox.tableEditOuter {
  width: 450px;
  max-width: 550px;
  text-align: left;
}
.dashboardContainer.no-flex .dashboardBox {
  max-width: 9999px;
  width: auto;
  min-width: 350px;
  display: block;
}

body.module1 .page-admin .dashboardContainer .dashboardBox {
  order: 15;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-settings {
  order: 1;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-main-functions {
  order: 2;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-categories-and-locations {
  order: 3;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-this-co-variations {
  order: 4;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-company-functions {
  order: 5;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-user-functions {
  order: 6;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-aadd-job-page-settings {
  order: 7;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-reports {
  order: 8;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-service {
  order: 9;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-other-functions {
  order: 10;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-add-job-page-settings {
  order: 11;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-log-files {
  order: 12;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-upload-errors {
  order: 13;
}
body.module1 .page-admin .dashboardContainer .dashboardBox.box-old-functions {
  order: 14;
}
body.module2 .page-admin .dashboardContainer .dashboardBox {
  order: 11;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-settings {
  order: 1;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-main-functions {
  order: 2;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-company-functions {
  order: 3;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-user-functions {
  order: 4;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-organisation-functions {
  order: 5;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-emails-testing {
  order: 6;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-log-files {
  order: 7;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-employee-functions {
  order: 8;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-compliance-functions {
  order: 9;
}
body.module2 .page-admin .dashboardContainer .dashboardBox.box-other-functions {
  order: 10;
}
body.module-main-dash .page-admin .dashboardContainer .dashboardBox {
  order: 15;
}
body.module-main-dash .page-admin .dashboardContainer .dashboardBox.box-settings {
  order: 1;
}
body.module-main-dash .page-admin .dashboardContainer .dashboardBox.box-main-functions {
  order: 2;
}
body.module-main-dash .page-admin .dashboardContainer .dashboardBox.box-company-functions {
  order: 3;
}
body.module-main-dash .page-admin .dashboardContainer .dashboardBox.box-user-functions {
  order: 4;
}
body.module-main-dash .page-admin .dashboardContainer .dashboardBox.box-service {
  order: 5;
}
body.module-main-dash .page-admin .dashboardContainer .dashboardBox.box-log-files {
  order: 6;
}
body.module-main-dash .page-admin .dashboardContainer .dashboardBox.box-actions {
  order: 7;
}
body.module-main-dash .page-admin .dashboardContainer .dashboardBox.box-other-functions {
  order: 8;
}
.dashboardContainer .dashboardBox.box-log-files {
  width: 564px;
  max-width: 614px;
  padding-left: 25px;
  padding-right: 25px;
}
.dashboardContainer .dashboardBox.box-log-files .folderBody {
  text-align: left;
}
.dashboardBox h2,
.dashboardContainer .dashboardBox.tableEditOuter h3 {
  margin-top: 0px;
}
.dashboardContainer.no-flex {
  flex-grow: 0;
}
.dashboardContainer.no-flex .dashboardBox {
  margin-right: 0px;
}
.dashboardBox.no-box {
  padding: 0px;
  border: 0px solid;
}
.dashboardContainer .dashboardBox h2 {
  margin-top: 0px;
}
.dashboardBox.wide {
  padding-left: 130px;
  max-width: 390px;
  min-height: 180px;
  text-align: left;
}
.dashboardIcon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: #61ABAC;
  margin-bottom: 20px;
}
.dashboardBox.green .dashboardIcon {
  background-color: #69AE6B;
}
.dashboardBox.light-green .dashboardIcon {
  background-color: #ADCA5E;
}
.dashboardBox.yellow .dashboardIcon {
  background-color: #BFBA3A;
}
.dashboardBox.switchableImage .dashboardIcon {
  background-position: top center;
  width: 98px;
  height: 98px;
}
.dashboardBox.switchableImage a {
  text-decoration: none;
}
.dashboardBox.switchableImage:hover .dashboardIcon {
  background-position: bottom center;
}

.dashboard_warning.roundedBox {
  padding: 20px 25px;
  border-left: 40px solid #8C0000;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.dashboard_warning h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
.dashboard_warning:before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url(../images/icons/icon24_exclamation-circle-shadow_white.png) no-repeat top left;
  position: absolute;
  left: -32px;
  top: 5px;
  border-radius: 50%;
}

.dashboard_warning .roundedBox_error {
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.dashboard_warning .roundedBox_error a {
  color: black;
}

/* tables */
table.with-short-text td {
  position: relative;
}
.tableListCover {
  margin-bottom: 25px;
  position: relative;
}
.tableListCover table {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C8C8C8;
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
}
.tableListCover tbody tr:hover th,
.tableListCover tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0.1)
}
.tableListCover th,
table tr.quota-row td,
table tr.used-quota-row td {
  background-color: #F0F0F0;
}
.tableListCover .stickyHeaders2 tbody tr:hover th,
.tableListCover .stickyHeaders2 tbody tr:hover td {
  background-color: #F0F0F0;
}
.stickyHeaders2-force-display + table.sticky-thead {
  opacity: 1 !important;
}
.tableEditOuter {
  display: block;
  width: auto;
  /*   margin: 0px auto; */
  max-width: 40vw;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  padding: 15px;
}
.tableEditOuter {
  margin-bottom: 25px;
}
.tableEditOuter.withMap {
  max-width: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.tableEditOuter.withMap .tableEditCover {
  max-width: 50vw;
}
.fancybox-inner .tableEditOuter {
  border: 0px solid;
  margin-bottom: 0px;
}
.modal-body .tableEditOuter {
  padding: 0px;
}
.modal-body.tableListCover {
  margin-bottom: 0px;
}
.fancybox-inner .dashboardBox:not(.login-detail-box) {
  padding: 0px;
}
.tableEditCover h3:first-child {
  margin-top: 0px;
}
.tableEditOuter input,
.tableEditOuter textarea,
.tableEditOuter select {
  max-width: 100%;
  max-height: 100%;
}
.tableEditOuter textarea {
  width: 100%;
}
.dashboardContainer .tableEditOuter input,
.dashboardContainer .tableEditOuter textarea,
.dashboardContainer .tableEditOuter select {
  max-width: 250px;
}
.dashboardBox.tableEditOuter input[type="text"],
.dashboardBox.tableEditOuter input[type="number"],
.dashboardBox.tableEditOuter input[type="password"],
.dashboardBox.tableEditOuter input[type="email"],
.dashboardBox.tableEditOuter textarea,
.dashboardBox.tableEditOuter select {
  margin-right: 1ex;
}
.tableListCover th,
.tableListCover td,
table tr.quota-row td,
table tr.used-quota-row td,
.tableEditCover > .table > table > * > tr > td,
.tableEditOuter > .table > table > * > tr > th {
  padding: 5px 10px;
}
.in .tableListCover th,
.tableListCover td,
.in table tr.quota-row td,
.in table tr.used-quota-row td {
  border-right: 1px solid rgba(200, 200, 200, 0.3);
}
.in .tableListCover table tbody tr td {
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
}
.in .tableListCover table tbody tr:last-child td {
  border-bottom: 0px solid;
}
.in .tableListCover th:first-child {
  border-radius: 5px 0 0 0;
}

.in .tableListCover th:last-child {
  border-radius: 0 5px 0 0;
}

.in .tableListCover th:only-child {
  border-radius: 5px 5px 0 0;
}

.in .tableListCover th a {
  color: #262626;
  font-weight: lighter;
}
.tableListCover table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.tableListCover.allCellsWrapped td {
  padding: 0px;
}
.tableListCover.allCellsWrapped td .cellWrapper {
  transition: all 0.3s;
  max-height: auto;
  padding: 5px 10px;
}
.tableListCover.allCellsWrapped tr.itemHidden .cellWrapper {
  opacity: 0;
  max-height: 0px !important;
  overflow: hidden;
  padding: 0px 10px;
}

.tableEditCover table {
  max-width: 100%;
  width: 100%;
}

/* actions */
.tableListCover .actionsCover,
.allowHiddenActions .actionsCover {
  position: relative;
}
.tableListCover .actions,
.allowHiddenActions .actions {
  display: none;
  position: absolute;
  right: 0px;
  top: -10px;
  white-space: nowrap;
  text-align: right;
  /*height: 24px;*/
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 150;
}
.tableListCover .actions > *,
.allowHiddenActions .actions > * {
  padding: 5px 5px;
  vertical-align: middle;
}
.tableListCover .actions > *:hover,
.allowHiddenActions .actions > *:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.tableListCover .actions a:last-child {
  margin-right: 0px;
}
.tableListCover .actions a img {
  display: block;
}
.actions a {
  display: inline-block;
}
.tableListCover .centerNoPadding .actions {
  top: -1px;
}
.allowHiddenActions .centerZeroPadding .actions {
  top: 0px;
}
.tableListCover tr:hover td:hover .actionsCover.cell-only .actions,
.tableListCover tr:hover th:hover .actionsCover.cell-only .actions,
.tableListCover:not(.disableHoverActions) tr:hover .actions,
.allowHiddenActions tr:hover .actions,
.allowHiddenActions .hoverable:hover > .actionsCover > .actions,
.tableListCover li span:hover > div > .actions {
  display: block;
}
.tableListCover tr.ui-sortable-helper .actions,
.tableListCover tr:hover .actionsCover.cell-only .actions {
  display: none;
}

.buttons_group {
  display: inline-block;
  width: 240px;
  white-space: nowrap;
}
.buttons_group.small {
  width: 175px;
}
.buttons_group > .button {
  width: 204px;
}
.buttons_group.small > .button {
  width: 139px;
}
.buttons_group + .button {
  margin-left: 5px;
}
.standard_hidden_box {
  background: url(../images/icons/icon16_expand-collapse_blue.png) no-repeat center 3px;
  width: 42px;
  height: 36px;
  text-decoration: none;
  position: relative;
}
.standard_hidden_box.save_buttons {
  display: block;
  margin: 0;
  height: 29px;
  width: 35px;
  border: 1px solid #019FCE;
  border-left: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: none;
  float: right;
  background-position: center 5px;
}
.standard_hidden_box.save_buttons.open {
  background-position: center -12px;
}
.standard_hidden_box .inner_box {
  display: none;
  position: absolute;
  right: 0;
  top: 26px;
  z-index: 99;
}
.standard_hidden_box .button {
  margin-bottom: 0px;
}
.standard_hidden_box.save_buttons .inner_box {
  width: 240px;
  text-align: left;
  top: 29px;
  right: -1px;
  text-align: left;
  white-space: normal;
}
.buttons_group.small .standard_hidden_box.save_buttons .inner_box {
  width: 175px;
}
.standard_hidden_box.save_buttons .inner_box .button {
  width: 100%;
}
.statusBigGreen,
.statusBigRed {
  background: url(../images/ico_status.png) no-repeat center bottom;
  width: 28px;
  height: 28px;
  text-indent: -10000px;
}
.statusBigGreen {
  background-position: center top;
}
a.statusBigGreen,
a.statusBigRed {
  display: block;
}

td.center_tab,
th.center_tab,
td.center,
th.center,
.center {
  text-align: center;
}

td.centerNoPadding {
  text-align: center;
  padding: 0;
}

td.centerNoPadding .statusBigGreen,
td.centerNoPadding .statusBigRed,
td.centerNoPadding .statusSmallGreen,
td.centerNoPadding .statusSmallGrey {
  margin: 0px auto;
}
.statusSmallGreen,
.statusSmallGrey,
.statusSmallOrange,
.statusSmallRed,
.statusSmallGreenTicked {
  background: url(../images/ico_status_small.png) no-repeat center top;
  width: 20px;
  height: 20px;
}
.inlineStatus {
  vertical-align: middle;
}
.employeeListCheckbox {
  float: right;
  margin-top: 2px;
}
.statusSmallGrey {
  display: inline-block;
  zoom: 1;
  background-position: center -100px;
}
.statusSmallGreen,
div.statusSmallGreen {
  display: inline-block;
  zoom: 1;
  margin-bottom: 3px;
}
.statusSmallGreenTicked,
div.statusSmallGreenTicked {
  background-position: center -20px;
  display: inline-block;
  zoom: 1;
  margin-bottom: 3px;
}
.statusSmallOrange,
div.statusSmallOrange {
  background-position: center -80px;
  display: inline-block;
  zoom: 1;
  margin-bottom: 3px;
}
.statusSmallGrey,
div.statusSmallGrey {
  display: inline-block;
  zoom: 1;
  margin-bottom: 3px;
}
.statusSmallRed,
div.statusSmallRed {
  background-position: center -40px;
  display: inline-block;
  zoom: 1;
  margin-bottom: 3px;
}
div.statusSmallRed.centered {
  display: block;
  margin: 0 auto;
}
.permissionStatusIndicator.statusSmallGreen,
.permissionStatusIndicator.statusSmallGrey {
  margin: 0px;
}

.small {
  font-size: 0.8em;
}
.short-text {
  display: inline-block;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.short-text .full-text {
  display: none;
  position: absolute;
  background-color: white;
  left: 5px;
  top: calc(50% - 1em + 1px);
  z-index: 5;
  padding: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.short-text:hover .full-text {
  display: block;
}

.ico32 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.with-ico {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}

.ico16.ico-email {
  background-image: url(../images/icons/icon16_mail_black60.png)
}
.ico16.ico-phone {
  background-image: url(../images/icons/icon16_phone_black60.png)
}
.ico16.ico-mobile {
  background-image: url(../images/icons/icon16_mobile_black60.png)
}

div.btn_switcher label,
div.btn_switcher a {
  background-color: white;
  border-top: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  display: inline-block;
  cursor: pointer;
}
div.btn_switcher label.active,
div.btn_switcher a.active {
  background-color: #0270AD;
}
div.btn_switcher label:hover,
div.btn_switcher a:hover {
  box-shadow: 500px 0 0 rgba(0, 0, 0, 0.1) inset;
}
div.btn_switcher label:first-of-type,
div.btn_switcher a:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #C8C8C8;
}
div.btn_switcher label:last-of-type div.btn_switcher a:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.btn_switcher label input {
  display: none;
}
#content .msgMain,
#content > #msgMain,
#vueContentBox .msgMain {
  padding: 10px 50px;
}
#content div.errorMessageBox,
#content > #msgMain > .msgBody,
.fancybox-container .msgBody,
#vueContentBox div.msgBody {
  position: relative;
  background-color: #e8f1fa;
  padding: 15px 15px 15px 60px;
  margin: 8px 0px;
  border: 1px solid #0091ff;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.10);
}
#content div.errorMessageBox:before,
#content > #msgMain > .msgBody:before,
.fancybox-container .msgBody:before,
#vueContentBox div.msgBody:before {
  background: transparent url('../images/notifications-stripe-big.png') left top no-repeat;
  will-change: background-position;
  background-size: 2850px 50px;
  -webkit-animation: notifications-animation 3s steps(56) infinite;
  -moz-animation: notifications-animation 3s steps(56) infinite;
  -ms-animation: notifications-animation 3s steps(56) infinite;
  -o-animation: notifications-animation 3s steps(56) infinite;
  animation: notifications-animation 3s steps(56) infinite;
}

@-webkit-keyframes notifications-animation {
  from {
    background-position: 0px top;
  }
  to {
    background-position: -2800px top;
  }
}

@-moz-keyframes notifications-animation {
  from {
    background-position: 0px top;
  }
  to {
    background-position: -2800px top;
  }
}

@-ms-keyframes notifications-animation {
  from {
    background-position: 0px top;
  }
  to {
    background-position: -2800px top;
  }
}

@-o-keyframes notifications-animation {
  from {
    background-position: 0px top;
  }
  to {
    background-position: -2800px top;
  }
}

@keyframes notifications-animation {
  from {
    background-position: 0px top;
  }
  to {
    background-position: -2800px top;
  }
}
#content div.errorMessageBox h2 {
  font-size: 1.1em;
}

#content div.errorMessageBox.error,
#content > #msgMain > .msgBody.error,
.fancybox-container .msgBody.error {
  background-color: #ffebed;
  border-color: #ff0000;
}
#content div.errorMessageBox.warning,
#content > #msgMain > .msgBody.warning,
#vueContentBox div.msgBody.warning,
.fancybox-container .msgBody.warning {
  background-color: #fff8e0;
  border-color: #ffb800;
}
#content div.errorMessageBox.success,
#content > #msgMain > .msgBody.success,
#vueContentBox div.msgBody.success,
.fancybox-container .msgBody.warning {
  background-color: #dffbef;
  border-color: #00c900;
}

#content div.errorMessageBox.info:before,
.fancybox-container .msgBody.info:before,
.fancybox-container div.errorMessageBox.info .msgBody:before,
#content > #msgMain > .msgBody.info:before {
  background-color: #09afe1;
}
#content div.errorMessageBox.error:before,
.fancybox-container .msgBody.error:before,
#content > #msgMain > .msgBody.error:before {
  background-color: #8C0000;
}
#content div.errorMessageBox.warning:before,
#content > #msgMain > .msgBody.warning:before,
.fancybox-container .msgBody.warning:before,
#vueContentBox div.msgBody.warning:before {
  background-color: #c5630a;
}
#content div.errorMessageBox.success:before,
#content > #msgMain > .msgBody.success:before,
.fancybox-container .msgBody.success:before,
#vueContentBox div.msgBody.success:before {
  background-color: #79b53d;
}
#content div.errorMessageBox:before,
#content > #msgMain > .msgBody:before,
.fancybox-container .msgBody:before,
#vueContentBox div.msgBody:before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 50px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.10);
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 1.5em;
}
#content div.errorMessageBox .rightSpace {
  float: right;
  padding-left: 1ex;
}
#content div.errorMessageBox .rightSpace > * {
  vertical-align: middle;
  display: inline-block;
}
#content div.errorMessageBox .closeBut {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.15) url(../images/ico_close.png) center center no-repeat;
}
#content div.errorMessageBox > div,
.fancybox-container .msgBody > div,
#content > #msgMain > .msgBody > div {
  display: inline-block;
}
#content div.errorMessageBox > div.long-text,
.fancybox-container .msgBody.long-text .msg-content,
#content > #msgMain > .msgBody.long-text .msg-content {
  display: block;
}
#content div.errorMessageBox > div h2,
.fancybox-container .msgBody h2,
#content > #msgMain > .msgBody h2 {
  margin: 0px;
}
#content div.errorMessageBox > div h2:first-letter,
.fancybox-container .msgBody h2:first-letter,
#content > #msgMain > .msgBody h2:first-letter {
  text-transform: uppercase;
}
#content div.errorMessageBox > div.errorMessageText:before,
.fancybox-container .msgBody h2 .msg-content:before,
#content > #msgMain > .msgBody h2 .msg-content:before {
  content: " - ";
}
#content div.errorMessageBox > div.errorMessageText.long-text:before,
.fancybox-container .msgBody.long-text .msg-content:before,
#content > #msgMain > .msgBody.long-text .msg-content:before {
  content: none;
}
div.errorMessageBox .errorMessageText img.warningImage {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  /*   bottom: 0px; */
  margin: auto;
  max-width: 40px;
}
.autocomplete-suggestions-results {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 15px 0px 10px;
  text-align: justify;
  position: relative;
}
.autocomplete-suggestions-results:before {
  display: block;
  content: "Suggestions:";
  padding: 0px 5px;
  background: white;
  position: absolute;
  top: -9px;
  left: 5px;
}

#snoozingBody #snoozing-content {
  display: flex;
  gap: 15px;
}
#snoozingBody #snoozing-wake-up-wrapper {
  text-align: right;
}

#jqContextMenu li {
  margin: 0px;
  color: #000;
  display: block;
  cursor: default;
  padding: 1px 3px;
  border: 1px solid #fff;
  background-color: transparent;
  text-align: left;
}
#jqContextMenu li.disabled.hover,
#jqContextMenu li.disabled {
  color: grey;
  border: 1px solid #fff;
  background-color: transparent;
}
#jqContextMenu li.disabled.heading.hover,
#jqContextMenu li.heading.disabled {
  color: black;
  font-weight: bold;
  border: 1px solid #fff;
  border-top: 1px solid #d9d9d9;
  margin-top: 5px;
}
#jqContextMenu li.disabled.heading.hover:first-child,
#jqContextMenu li.heading.disabled:first-child {
  border-top-color: white;
  margin-top: 0px;
}
#jqContextMenu ul {
  list-style: none;
  padding: 2px;
  margin: 0px;
  background-color: #fff;
  border: 1px solid #999;
  width: 300px;
}
#jqContextMenu {
  box-shadow: 2px 2px 7px grey;
}
#jqContextMenu li.hover {
  /*   border: 1px solid #0a246a; */
  background-color: #019FCE;
}
#jqContextMenu li img {
  width: 16px;
}
#jqContextMenu li.heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#jqContextMenu #employeeWordExportLatest a:hover {
  text-decoration: none;
}

div.color-picker {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px;
}
div.color-picker ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}
div.color-picker ul li {
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0px;
  float: left;
  cursor: pointer;
}

div.color-picker ul li {
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0px;
  float: left;
  cursor: pointer;
}

#info-box-container {
  position: fixed;
  right: 0px;
  top: 0px;
  background: white;
  text-align: left;
  border-bottom-left-radius: 5px;
  z-index: 99998;
  max-height: 100vh;
  overflow-y: auto;
}
#info-box-container .closeBox {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  background: transparent url('../images/icons/close_all.png') left top no-repeat;
  width: 36px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
#info-box-container .closeBox:hover {
  background-position: left bottom;
}
#info-box-container .message {
  min-width: 150px;
  padding: 12px 5px 13px 50px;
  background: white url('../images/icons/info_blue.png') 20px 10px no-repeat;
  transition: background-color 0s;
  line-height: 1.2em;
  position: relative;
}
#info-box-container .message.with-image {
  background-position: 23px 12px;
}
#info-box-container .message:after {
  content: "-";
  text-indent: -999999px;
  background: #e1e59b;
  border-bottom: 1px solid #fdfeec;
  font-size: 1px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  line-height: 0px;
}
#info-box-container .message:last-of-type:after {
  display: none;
}
#info-box-container .image-rotate-infinity,
#info-box-container .image-rotate-once {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 32px;
  height: 32px;
  bottom: 0px;
  background-size: auto 100%;
}
#info-box-container .message:last-of-type {
  border-bottom-left-radius: 5px;
}
#info-box-container .message.delay {
  background-color: rgb(251, 255, 183);
  transition: background-color 5s;
}
#info-box-container .message.delay.success,
#info-box-container .message.delay.message-success {
  background-color: rgba(219, 255, 217, 1);
  background-image: url(../../start/images/icons/info_green.png);
  background-size: 21px 21px;
}
#info-box-container .message.delay.error,
#info-box-container .message.delay.message-error {
  background-color: rgba(255, 217, 217, 1);
  background-image: url(../../start/images/table_wrong.png);
  background-size: 21px 21px;
}
#info-box-container .message.delay.warning,
#info-box-container .message.delay.message-warning {
  background-color: rgba(255, 217, 176, 1);
  background-image: url(../../start/images/warning.png);
  background-size: 21px 21px;
}
.message-time-line {
  background: black;
}
.message-repeat:before {
  content: " (";
}
.message-repeat:after {
  content: "x)";
}
.inactive {
  color: grey;
}
.image.inactive .image_link img {
  opacity: 0.4;
}
.image.inactive .file_actions {
  color: black;
}
#notification_button .notificationButtons {
  text-align: right;
}
#notification_button .notificationButtons a {
  color: white;
  display: inline-block;
  margin-left: 10px;
}
.feature_gallery .file_box {
  vertical-align: top;
  display: inline-block;
  max-width: 120px;
}
/** Edit colors **/
.long-edit-page .tableEditOuter {
  max-width: 100vw;
}
.long-edit-page .tableEditCover .superoptional_items {
  font-weight: normal;
  font-size: 16px;
  float: right;
}
.long-edit-page .tableEditCover .superoptional_items img {
  padding: 8px;
  background: white;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  margin-left: 10px;
  margin-top: -3px;
}
.long-edit-page .tableEditCover .superoptional_items img:hover {
  background-color: rgb(230, 230, 230);
}
.file_upload_box.tableListCover {
  margin-bottom: 0px;
}
.long-edit-page .tableEditOuter,
.file_upload_box.tableListCover .file_upload {
  border: 1px solid;
  border-bottom-width: 0px;
  border-top-width: 5px;
  border-left-width: 5px;
  border-right-color: rgba(0, 0, 0, 0.15) !important;
  border-bottom-color: rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 0px;
  padding: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.long-edit-page .tableEditOuter + .tableEditOuter,
.long-edit-page .tableEditOuter + .file_upload_box > .file_upload {
  border-radius: 0px;
}
.long-edit-page .tableEditOuter:last-of-type,
.long-edit-page .tableEditOuter:last-child,
.file_upload_box.tableListCover .file_upload,
.page-user_edit.page-users .tableEditOuter.table-details,
.page-assignment.long-edit-page .table-candidate-information,
.page-organization_edit.long-edit-page .table-edit-organisation {
  border-bottom-width: 1px;
}
.long-edit-page .tableEditOuter ~ .tableListCover:not(.file_upload_box) {
  margin-top: 25px;
}
.long-edit-page .tableEditOuter td.name,
.long-edit-page .tableEditOuter td.fields,
.long-edit-page .tableEditOuter td.name ~ * {
  padding: 15px !important;
}
.long-edit-page .tableEditOuter tr:nth-child(even) td.name,
.long-edit-page .tableEditOuter tr:nth-child(even) td.noline,
.long-edit-page .tableEditOuter tr:nth-child(even) td.fields,
.long-edit-page .tableEditOuter tr:nth-child(even) td.name ~ *,
.long-edit-page .tableEditOuter tr:nth-child(even) td.noline ~ * {
  box-shadow: inset 0px 5000px rgba(0, 0, 0, 0.02);
}
.long-edit-page .tableEditOuter .additional-bottom-padding td.name,
.long-edit-page .tableEditOuter .additional-bottom-padding td.fields,
.long-edit-page .tableEditOuter .additional-bottom-padding td.name ~ * {
  padding: 10px !important;
  box-shadow: none !important;
}
.tableEditOuter:last-of-type .additional-bottom-padding {
  display: none;
}
.roundedBox.have-error .roundedBox_error img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
}
tr.error td:last-child,
tr.change td:last-child {
  position: relative;
  transition: top;
  -webkit-animation: bounceVertical .5s linear .5s 2;
  -moz-animation: bounceVertical .5s linear .5s 2;
  -o-animation: bounceVertical .5s linear .5s 2;
  animation: bounceVertical .5s linear .5s 2;
}
@-webkit-keyframes bounceVertical {
  10% {
    top: -10px;
  }
  25% {
    top: 8px;
  }
  50% {
    top: -6px;
  }
  75% {
    top: 4px;
  }
  90% {
    top: -2px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes bounceVertical {
  10% {
    top: -10px;
  }
  25% {
    top: 8px;
  }
  50% {
    top: -6px;
  }
  75% {
    top: 4px;
  }
  90% {
    top: -2px;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes bounceVertical {
  10% {
    top: -10px;
  }
  25% {
    top: 8px;
  }
  50% {
    top: -6px;
  }
  75% {
    top: 4px;
  }
  90% {
    top: -2px;
  }
  100% {
    top: 0px;
  }
}
@keyframes bounceVertical {
  10% {
    top: -10px;
  }
  25% {
    top: 8px;
  }
  50% {
    top: -6px;
  }
  75% {
    top: 4px;
  }
  90% {
    top: -2px;
  }
  100% {
    top: 0px;
  }
}
.long-edit-page .tableEditOuter tr:last-child td.name,
.long-edit-page .tableEditOuter tr:last-child td.fields {
  padding-bottom: 30px;
}
.long-edit-page .tableEditOuter h3,
.file_upload_box.tableListCover .file_upload h3 {
  line-height: 55px;
  padding: 0px 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}
td.name + td input[type="radio"],
td.name + td input[type="checkbox"],
td.name + td input[type="radio"] + label,
td.name + td input[type="checkbox"] + label {
  vertical-align: middle;
}
td.name + td label img:first-child {
  margin-right: 1ex;
  vertical-align: middle;
}
.tableEditCover td.name {
  width: 180px;
}
td.column-modified,
td.column-results {
  white-space: nowrap;
}
tr.total td,
tr.total th,
td.total,
th.total {
  background: #f9ebde;
}
.error_more {
  -webkit-animation: more_animation 10s linear 1;
  animation: more_animation 10s linear 1;
}
@-webkit-keyframes more_animation {
  0% {
    background-color: transparent;
  }
  10% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  20% {
    background-color: transparent;
  }
  30% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  40% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  60% {
    background-color: transparent;
  }
  70% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  80% {
    background-color: transparent;
  }
  90% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes more_animation {
  0% {
    background-color: transparent;
  }
  10% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  20% {
    background-color: transparent;
  }
  30% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  40% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  60% {
    background-color: transparent;
  }
  70% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  80% {
    background-color: transparent;
  }
  90% {
    background-color: rgba(250, 250, 0, 0.2);
  }
  100% {
    background-color: transparent;
  }
}
/* dashboard-items */
.dashboardBox .folderHeader:before {
  display: block;
  height: 130px;
  width: 130px;
  line-height: 130px;
  border-radius: 50%;
  background: transparent none center center no-repeat;
  background-size: contain;
  transition: height .3s, box-shadow .3s;
  margin: 0px auto;
  background: transparent none center center no-repeat;
  background-size: auto 60%;
  margin-bottom: 20px;
  will-change: 1;
  color: white;
  transition: margin-top .3s;
}
.page-home .dashboardBox .folderExcerpt {
  height: 57px;
  transition: height .3s;
}
.page-home .dashboardBox,
.page-reports .dashboardBox {
  position: relative;
}
/*.page-home .dashboardBox .folderExcerpt { position: absolute; left: 25px; right: 25px; }*/
.page-home .dashboardBox .folderExcerpt,
.page-reports .dashboardBox .folderExcerpt {
  overflow: hidden;
}
.page-home .dashboardBox.has-excerpt .folderBody,
.page-home .dashboardBox .folderExcerpt,
.page-reports .dashboardBox.has-excerpt .folderBody,
.page-reports .dashboardBox .folderExcerpt {
  /*   transition: height .3s, opacity .3s; */
}
.page-home .dashboardBox.has-excerpt .folderBody,
.page-home .dashboardBox:hover .folderExcerpt,
.page-reports .dashboardBox.has-excerpt .folderBody,
.page-reports .dashboardBox:hover .folderExcerpt,
.page-home .dashboardBox.has-excerpt .folderBody,
.page-home .dashboardBox.have-tooltip .folderExcerpt,
.page-reports .dashboardBox.has-excerpt:not(.have-tooltip) .folderBody,
.page-reports .dashboardBox.have-tooltip .folderExcerpt {
  height: 0px;
  opacity: 0;
}
.page-home .dashboardBox.has-excerpt .folderBody,
.page-reports .dashboardBox.has-excerpt .folderBody {
  height: 0px;
  transition: height .3s;
  margin: 0px 15px 15px 0px;
}
.page-home .dashboardBox.has-excerpt:hover .folderBody,
.page-reports .dashboardBox.has-excerpt:hover .folderBody,
.page-home .dashboardBox.has-excerpt.have-tooltip .folderBody,
.page-reports .dashboardBox.has-excerpt.have-tooltip .folderBody {
  opacity: 1;
  height: 207px;
  overflow-y: auto;
}
.page-home .dashboardBox[data-link]:hover .folderHeader:before,
.page-reports .dashboardBox[data-link]:hover .folderHeader:before,
.page-home .dashboardBox[data-link].have-tooltip .folderHeader:before,
.page-reports .dashboardBox[data-link].have-tooltip .folderHeader:before {
  box-shadow: inset 1000px 0 0 rgba(0, 0, 0, 0.10);
}
.page-home .dashboardBox.has-excerpt:hover .folderHeader:before,
.page-reports .dashboardBox.has-excerpt:hover .folderHeader:before,
.page-home .dashboardBox.has-excerpt.have-tooltip .folderHeader:before,
.page-reports .dashboardBox.has-excerpt.have-tooltip .folderHeader:before {
  margin-top: -150px;
  box-shadow: none;
}


.page-home .dashboardBox.box-job-posting .folderHeader:before,
.page-settings .dashboardBox.box-job-posting .folderHeader:before,
.page-reports .dashboardBox.box-job-posting .folderHeader:before {
  content: "\E90B";
  background-color: #5a8cd5;
}
.page-home .dashboardBox.box-temp-manager .folderHeader:before,
.page-settings .dashboardBox.box-temp-manager .folderHeader:before,
.page-reports .dashboardBox.box-temp-manager .folderHeader:before {
  content: "\E916";
  background-color: #e29f58;
}
/* END dashboard-items */
.form-event-employee-add {
  display: flex;
  gap: 20px;
}
.lightbox-filter {
  width: 340px;
}
/* Edit colors */
.long-edit-page .tableEditOuter h3,
.long-edit-page .tableEditOuter table td.name,
.long-edit-page .tableEditOuter table td.noline,
.long-edit-page .tableEditOuter table td.empty:first-child,
.file_upload_box.tableListCover .file_upload h3 {
  background-color: rgba(0, 0, 0, 0.1);
}
.tableEditCover .change input.hasAdvice + .advice,
.tableEditCover .change select.hasAdvice + .advice {
  color: #dc801d;
  border-color: #dc801d;
  background-color: #f9ebde;
}

/* blue */
.page-jobs form .tableEditOuter.table-details .yr-info-circle,
.page-tm_employee_edit form .tableEditOuter.table-personal-details .yr-info-circle,
.page-assignment .tableEditOuter.table-assignment-details .yr-info-circle,
.long-edit-page .tableEditOuter.blue .yr-info-circle,
.page-organization_edit form .tableEditOuter.table-edit-organisation .yr-info-circle,
form.colored .tableEditOuter .yr-info-circle {
  color: #21a0af;
}
.page-jobs form .tableEditOuter.table-details h3,
.page-jobs form .tableEditOuter.table-details table td.name,
.page-jobs form .tableEditOuter.table-details table td.noline,
.page-tm_employee_edit form .tableEditOuter.table-personal-details h3,
.page-tm_employee_edit form .tableEditOuter.table-personal-details table td.name,
.page-tm_employee_edit form .tableEditOuter.table-personal-details table td.noline,
.page-assignment .tableEditOuter.table-assignment-details h3,
.page-assignment .tableEditOuter.table-assignment-details table td.name,
.page-assignment .tableEditOuter.table-assignment-details table td.noline,
.page-organization_edit form .tableEditOuter.table-edit-organisation h3,
.page-organization_edit form .tableEditOuter.table-edit-organisation table td.name,
.page-organization_edit form .tableEditOuter.table-edit-organisation table td.noline,
.long-edit-page .tableEditOuter.blue h3,
.long-edit-page .tableEditOuter.blue table td.name,
.long-edit-page .tableEditOuter.blue table td.noline {
  background-color: #daf2f4;
}
.page-jobs form .tableEditOuter.table-details,
.page-tm_employee_edit form .tableEditOuter.table-personal-details,
.page-organization_edit form .tableEditOuter.table-edit-organisation,
.page-assignment .tableEditOuter.table-assignment-details,
.long-edit-page .tableEditOuter.blue {
  border-color: #21a0af;
}

/* orange */
.page-jobs form .tableEditOuter.table-categories .yr-info-circle,
.page-tm_employee_edit form .tableEditOuter.table-address .yr-info-circle,
.page-assignment .tableEditOuter.table-organisation-details .yr-info-circle .long-edit-page .tableEditOuter.orange .yr-info-circle,
.page-user_edit form .tableEditOuter.table-tempman .yr-info-circle {
  color: #dc801d;
}
.page-jobs form .tableEditOuter.table-categories h3,
.page-jobs form .tableEditOuter.table-categories table td.name,
.page-jobs form .tableEditOuter.table-categories table td.noline,
.page-tm_employee_edit form .tableEditOuter.table-address h3,
.page-tm_employee_edit form .tableEditOuter.table-address table td.name,
.page-tm_employee_edit form .tableEditOuter.table-address table td.noline,
.page-assignment .tableEditOuter.table-organisation-details h3,
.page-assignment .tableEditOuter.table-organisation-details table td.name,
.page-assignment .tableEditOuter.table-organisation-details table td.noline,
.long-edit-page .tableEditOuter.orange h3,
.long-edit-page .tableEditOuter.orange table td.name,
.long-edit-page .tableEditOuter.orange table td.noline,
.page-user_edit form .tableEditOuter.table-tempman h3,
.page-user_edit form .tableEditOuter.table-tempman table td.name,
.page-user_edit form .tableEditOuter.table-tempman table td.noline {
  background-color: #f9ebde;
}
.page-jobs form .tableEditOuter.table-categories,
.page-tm_employee_edit form .tableEditOuter.table-address,
.page-assignment .tableEditOuter.table-organisation-details,
.long-edit-page .tableEditOuter.orange,
.page-user_edit form .tableEditOuter.table-tempman {
  border-color: #dc801d;
}

/* light-green */
.page-jobs form .tableEditOuter.table-location .yr-info-circle,
.page-jobs form .tableEditOuter.table-locations .yr-info-circle,
.page-tm_employee_edit form .tableEditOuter.table-bank-details .yr-info-circle,
.page-assignment .tableEditOuter.table-invoice-details .yr-info-circle,
.long-edit-page .tableEditOuter.light-green .yr-info-circle {
  color: #9baf1c;
}
.page-jobs form .tableEditOuter.table-location h3,
.page-jobs form .tableEditOuter.table-location table td.name,
.page-jobs form .tableEditOuter.table-location table td.noline,
.page-jobs form .tableEditOuter.table-locations h3,
.page-jobs form .tableEditOuter.table-locations table td.name,
.page-jobs form .tableEditOuter.table-locations table td.noline,
.page-tm_employee_edit form .tableEditOuter.table-bank-details h3,
.page-tm_employee_edit form .tableEditOuter.table-bank-details table td.name,
.page-tm_employee_edit form .tableEditOuter.table-bank-details table td.noline,
.page-assignment .tableEditOuter.table-invoice-details h3,
.page-assignment .tableEditOuter.table-invoice-details table td.name,
.page-assignment .tableEditOuter.table-invoice-details table td.noline,
.long-edit-page .tableEditOuter.light-green h3,
.long-edit-page .tableEditOuter.light-green table td.name,
.long-edit-page .tableEditOuter.light-green table td.noline {
  background-color: #f0f5d5;
}
.page-jobs form .tableEditOuter.table-location,
.page-jobs form .tableEditOuter.table-locations,
.page-tm_employee_edit form .tableEditOuter.table-bank-details,
.page-assignment .tableEditOuter.table-invoice-details,
.long-edit-page .tableEditOuter.light-green {
  border-color: #9bae20;
}

/* red */
.page-jobs form .tableEditOuter.table-salary .yr-info-circle,
.page-jobs form .tableEditOuter.table-salaries .yr-info-circle,
.page-tm_employee_edit form .tableEditOuter.table-additional-details .yr-info-circle,
.page-assignment .tableEditOuter.table-booking-details .yr-info-circle,
.long-edit-page .tableEditOuter.red .yr-info-circle {
  color: #cd2324;
}
.page-jobs form .tableEditOuter.table-salary h3,
.page-jobs form .tableEditOuter.table-salary table td.name,
.page-jobs form .tableEditOuter.table-salary table td.noline,
.page-jobs form .tableEditOuter.table-salaries h3,
.page-jobs form .tableEditOuter.table-salaries table td.name,
.page-jobs form .tableEditOuter.table-salaries table td.noline,
.page-tm_employee_edit form .tableEditOuter.table-additional-details h3,
.page-tm_employee_edit form .tableEditOuter.table-additional-details table td.name,
.page-tm_employee_edit form .tableEditOuter.table-additional-details table td.noline,
.page-assignment .tableEditOuter.table-booking-details h3,
.page-assignment .tableEditOuter.table-booking-details table td.name,
.page-assignment .tableEditOuter.table-booking-details table td.noline,
.long-edit-page .tableEditOuter.red h3,
.long-edit-page .tableEditOuter.red table td.name,
.long-edit-page .tableEditOuter.red table td.noline {
  background-color: #f7dfdf;
}
.page-jobs form .tableEditOuter.table-salary,
.page-jobs form .tableEditOuter.table-salaries,
.page-tm_employee_edit form .tableEditOuter.table-additional-details,
.page-assignment .tableEditOuter.table-booking-details,
.long-edit-page .tableEditOuter.red {
  border-color: #d55959;
}

/* navy */
.page-user_edit form .tableEditOuter.table-posting .yr-info-circle,
.page-tm_employee_edit form .tableEditOuter.table-work-info .yr-info-circle,
.page-jobs form .tableEditOuter.table-questions .yr-info-circle,
.page-assignment .tableEditOuter.table-candidate-information .yr-info-circle,
.long-edit-page .tableEditOuter.navy .yr-info-circle {
  color: #2c64b9;
}
.page-jobs form .tableEditOuter.table-questions h3,
.page-jobs form .tableEditOuter.table-questions table td.name,
.page-jobs form .tableEditOuter.table-questions table td.noline,
.page-user_edit form .tableEditOuter.table-posting h3,
.page-user_edit form .tableEditOuter.table-posting table td.name,
.page-user_edit form .tableEditOuter.table-posting table td.noline,
.page-tm_employee_edit form .tableEditOuter.table-work-info h3,
.page-tm_employee_edit form .tableEditOuter.table-work-info table td.name,
.page-tm_employee_edit form .tableEditOuter.table-work-info table td.noline,
.page-assignment .tableEditOuter.table-candidate-information h3,
.page-assignment .tableEditOuter.table-candidate-information table td.name,
.page-assignment .tableEditOuter.table-candidate-information table td.noline,
.long-edit-page .tableEditOuter.navy h3,
.long-edit-page .tableEditOuter.navy table td.name,
.long-edit-page .tableEditOuter.navy table td.noline {
  background-color: #dfe8f7;
}
.page-user_edit form .tableEditOuter.table-posting,
.page-tm_employee_edit form .tableEditOuter.table-work-info,
.page-jobs form .tableEditOuter.table-questions,
.page-assignment .tableEditOuter.table-candidate-information,
.long-edit-page .tableEditOuter.navy {
  border-color: #2b64bb;
}

/* green */
.page-jobs form .tableEditOuter.table-options .yr-info-circle,
.page-jobs form .tableEditOuter.table-about-company .yr-info-circle,
.long-edit-page .tableEditOuter.green .yr-info-circle {
  color: #17b23d;
}
.page-jobs form .tableEditOuter.table-options h3,
.page-jobs form .tableEditOuter.table-options table td.name,
.page-jobs form .tableEditOuter.table-options table td.noline,
.page-jobs form .tableEditOuter.table-about-company h3,
.page-jobs form .tableEditOuter.table-about-company table td.name,
.page-jobs form .tableEditOuter.table-about-company table td.noline,
.long-edit-page .tableEditOuter.green h3,
.long-edit-page .tableEditOuter.green table td.name,
.long-edit-page .tableEditOuter.green table td.noline {
  background-color: #daf7e1;
}
.page-jobs form .tableEditOuter.table-options,
.page-jobs form .tableEditOuter.table-about-company,
.long-edit-page .tableEditOuter.green {
  border-color: #15b53b;
}

/* violet */
.page-user_edit form .tableEditOuter.table-details .yr-info-circle,
.long-edit-page .tableEditOuter.violet .yr-info-circle {
  color: #9830b9;
}
.page-user_edit form .tableEditOuter.table-details h3,
.page-user_edit form .tableEditOuter.table-details table td.name,
.page-user_edit form .tableEditOuter.table-details table td.noline,
.long-edit-page .tableEditOuter.violet h3,
.long-edit-page .tableEditOuter.violet table td.name,
.long-edit-page .tableEditOuter.violet table td.noline,
.page-tm_employee_edit form .tableEditOuter.table-compliance h3,
.page-tm_employee_edit form .tableEditOuter.table-compliance table td.name {
  background-color: #f2def7;
}
.page-user_edit form .tableEditOuter.table-details,
.long-edit-page .tableEditOuter.violet,
.page-tm_employee_edit form .tableEditOuter.table-compliance {
  border-color: #9a30b8;
}

/* magenta */
/*.page-jobs form .tableEditOuter.table-options h3, .page-jobs form .tableEditOuter.table-options table td.name, .page-jobs form .tableEditOuter.table-options table td.noline { background-color: #f7def4; }
.page-jobs form .tableEditOuter.table-options { border-color: #bb34b4; }*/

/* gray */
/*.page-jobs form .tableEditOuter.table-options h3, .page-jobs form .tableEditOuter.table-options table td.name, .page-jobs form .tableEditOuter.table-options table td.noline { background-color: rgba(0,0,0,0.1); }
.page-jobs form .tableEditOuter.table-options { border-color: grey; }*/
/** END Edit colors **/


.hiddenRecent,
.hidden,
#permissionsGroupEdit .hidden {
  display: none;
}

.redWarning {
  background-color: #ffdddd;
  border: 1px #c83532 solid;
}
.warningText {
  color: #c83532;
}
.formatWarning {
  background-color: #ffcccc;
  border: 1px #c83532 solid;
}

.minutesWarning {
  background-image: url(../images/err.gif);
  background-position: center right;
  background-repeat: no-repeat;
}
.remap_iframe {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  border-width: 0px;
}
h3.endpoint-name {
  margin-bottom: 0px;
}
.heading-hash-link {
  opacity: 0;
  transition: opacity .3s;
  margin: 0px .5ex;
}
h1:hover .heading-hash-link,
h2:hover .heading-hash-link,
h3:hover .heading-hash-link,
h4:hover .heading-hash-link,
h5:hover .heading-hash-link,
h6:hover .heading-hash-link {
  opacity: 1;
}

.itemSubMenu {
  display: block;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  text-align: left;
  padding: 0px;
}
.tableListCover .actions .itemSubMenu {
  padding: 0px;
}
.tableListCover .actions .itemSubMenu:hover {
  background-color: white;
}
.itemSubMenu a {
  display: block !important;
  text-decoration: none;
  padding: 5px;
}
.itemSubMenu a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.itemSubMenu a.disabled {
  color: rgba(0, 0, 0, 0.5) !important;
}
.itemSubMenu .submenuAdditionalLinkWrapper {
  display: flex;
  align-items: center;
}
.itemSubMenu .submenuAdditionalLinkWrapper a:first-of-type {
  width: 100%;
}
#add .itemSubMenu .submenuAdditionalLinkWrapper .submenuAdditionalLink {
  padding: 0px;
}
#add .itemSubMenu .submenuAdditionalLinkWrapper .submenuAdditionalLink img {
  margin: 0px;
  width: 30px;
}
#showSageExportShowBlock {
  display: none;
}
tr.total a.ajaxLink.has-too-many-users {
  color: red;
}
.stickyWrapPadded .sticky-wrap {
  padding-bottom: 60px;
}
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin: 0em 0;
  width: 100%;
}
.sticky-wrap .sticky-thead {
  pointer-events: none;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .125s ease-in-out;
  z-index: 10;
  width: auto;
  /* Prevent table from stretching to full size */
}
.sticky-wrap .sticky-col {
  opacity: 1;
}
.sticky-wrap .sticky-thead {
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, .125);
  z-index: 100;
  width: 100%;
  /* Force stretch */
}
.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;

}
.sticky-wrap .sticky-intersect th {
  background-color: #ddd;
}
.sticky-wrap td,
.sticky-wrap th {
  box-sizing: border-box;
}

.sticky-wrap.overflow-y {
  overflow-y: auto;
  max-height: 50vh;
}
.stickyHeaders2 tr th:first-child,
.sticky-thead tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

.alright {
  float: right;
}
img.preview-image {
  max-width: 250px;
  max-height: 250px;
}
pre.wrap {
  white-space: pre-wrap;
}
sup.timeMinutes {
  font-size: 11px;
  vertical-align: 4px;
}
h1 sup.timeMinutes {
  font-size: 20px;
  vertical-align: 7px;
}
h2 sup.timeMinutes {
  font-size: 16px;
  vertical-align: 5px;
}

.color_chooser {
  cursor: pointer;
}
.colorChooserMiddleSize .color_chooser {
  width: 150px;
}

.labelForEnableInput {
  line-height: 25px;
  border: 1px solid black;
  padding: 2px 5px;
}

input.inputColorDisableable {
  cursor: pointer;
}
input.inputColorDisableable[disabled] {
  display: none;
}
input.inputColorDisableable + label {
  display: none;
}
input.inputColorDisableable[disabled] + label {
  display: initial;
  cursor: pointer;
}
input.inputColorDisableable[disabled] ~ a {
  display: none;
}
input.inputColorDisableable ~ a {
  line-height: 27px;
  padding-left: 10px;
}
td .linkDisablePrevInput {
  opacity: 0;
  transition: opacity 0.3s;
}
td:hover .linkDisablePrevInput {
  opacity: 1;
}

span.loadingSubmitSubstitute {
  display: none;
  text-indent: -100px;
  background: url(../images/progress-fb.gif) no-repeat center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.processing span.loadingSubmitSubstitute {
  display: inline-block;
}
#cropLightbox span.loadingSubmitSubstitute {
  height: 16px;
}
.actionsCover .actions span.loadingSubmitSubstitute {
  width: 24px;
  height: 24px;
}

form.processing input.button {
  cursor: wait;
  background-color: #cccccc;
  color: #888888;
}

.shortPaddedName {
  display: inline-block;
  min-width: 6em;
}
.inlineImage {
  height: 1em;
  vertical-align: -13%;
  /*vertical-align: middle;*/
}

.error.newlyDisplayed {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.transition-list-enter-active,
.transition-list-leave-active,
.transition-list-move {
  transition: 500ms cubic-bezier(0.59, 0.12, 0.34, 0.95);
  transition-property: opacity, transform;
}

.transition-list-enter {
  opacity: 0;
  transform: translateX(50px) scaleY(0.5);
}

.transition-list-enter-to {
  opacity: 1;
  transform: translateX(0) scaleY(1);
}

.transition-list-leave-active {
  position: absolute;
}

.transition-list-leave-to {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
}
.fancybox-container script {
  display: none;
}
select.multiple-replace[multiple] {
  vertical-align: top;
}
.multiple-replace + .actionsCover a.make-multiple {
  background: transparent url(../../start/images/multiple_dropdown_icon.svg) center center no-repeat;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  padding: 0px;
  display: inline-block;
  text-align: left;
  background-size: contain;
}
option.optgroup {
  font-weight: bold;
}
option.level1 {
  padding-left: 15px;
}
.dateQuickUpdate,
.tagsQuickFilter {
  position: relative;
  width: 280px;
}
form.simpleFilter .dateFilterQuickLink,
.tagsFilterQuickLink,
.dateQuickUpdate .dateQuickUpdateLink {
  position: absolute;
  top: -5px;
}
form.simpleFilter .dateFilterQuickLink img,
.dateQuickUpdate .dateQuickUpdateLink img,
.tagsFilterQuickLink img {
  height: 24px;
}
#complianceGroupActionsLightbox .tagsFilterQuickLink {
  top: -20px;
  right: -15px;
}
#complianceGroupActionsLightbox .tagsFilterQuickList {
  top: -15px;
  right: -15px;
  padding-inline-start: 0px;

}
.tagsFilterQuickWrapper {
  position: relative;
}
form.simpleFilter ul.dateFilterQuickList,
form.simpleFilter ul.tagsFilterQuickList,
ul.tagsFilterQuickList,
.dateQuickUpdate .dateQuickUpdateList {
  display: none;
  position: absolute;
  top: 21px;
  left: 10px;
  background: white;
  box-shadow: 0px 0px 5px black;
  z-index: 1;
  padding-right: 0px;
}
ul.tagsFilterQuickList,
form.simpleFilter ul.tagsFilterQuickList {
  left: unset;
}
.dateQuickUpdate .dateQuickUpdateList {
  padding: 0;
  font-size: 0.8em;
  top: 5px;
  left: auto;
  right: 0;
}
form.simpleFilter ul.dateFilterQuickList li,
form.simpleFilter ul.tagsFilterQuickList li,
ul.tagsFilterQuickList li,
.dateQuickUpdate .dateQuickUpdateList li {
  display: block;
  padding: 3px 5px;
}
form.simpleFilter ul.dateFilterQuickList li a,
form.simpleFilter ul.tagsFilterQuickList li a,
ul.tagsFilterQuickList li a,
.dateQuickUpdate .dateQuickUpdateList a {
  display: block;
  text-decoration: none;
  padding: 2px 3px;
  font-size: 1.2em;
}
form.simpleFilter ul.dateFilterQuickList li a:hover,
form.simpleFilter ul.tagsFilterQuickList li a:hover,
ul.tagsFilterQuickList li a:hover,
.dateQuickUpdate .dateQuickUpdateList li a:hover {
  background-color: rgba(0, 0, 0, 0.1)
}
.filter-item-checkboxes {
  text-align: left;
}

.allow_break_time_under_min_button {
  display: inline-block;
  margin-left: 10px;
}

.allow_break_time_under_min_button img {
  transition: width .3s;
}

.lightbox-buttons-space-between {
  margin-top: 10px;
}

.lightbox-buttons-space-between .button {
  margin-bottom: 0px;
}

.lightbox-buttons-space-between .button.green {
  float: right;
  margin-right: 0px;
}

.whitespaceNowrap,
.cell_break_time,
.employees_list td.assignment {
  white-space: nowrap;
}

.icon24,
.assignmentIcon,
.timesheetIcon,
.employeeLogActions img,
.actionsCover img.menuImageSmall {
  width: 24px;
  height: 24px;
}

.icon16 {
  width: 16px;
  height: 16px;
}

#tableHistoryWrapper .tableHistoryHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#tableHistoryWrapper h2 {
  margin-bottom: 10px;
}

#websocketNotifierTestsLightbox {
  min-width: 600px;
}

#websocketNotifierTestsLightbox .websocketActions input {
  display: inline-block;
  margin-right: 0px;
}

tr.highlight td {
  background-color: #0099ff66;
}
tr[data-previous-offset]::after {
  content: attr(data-previous-count) ': ' attr(data-previous-offset) ' lines above';
  position: absolute;
  right: -130px;
  width: 130px;
}

.errorShake {
  animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
  background-color: #ff00001a !important;
}

.loginBoxHeaderImageWrapper {
  max-width: 300px;
  height: 120px;
  align-content: center;
}
.loginBoxHeaderImageWrapper .loginBoxCompanyLogo {
  max-width: 100%;
  max-height: 100%;
}
.loginBoxHeaderImageWrapper .loginBoxHeaderImage {
  width: 100px;
}
.loginDetailLink:hover {
  opacity: 0.7;
  text-decoration: none;
}

.loadMoreWrapper {
  text-align: center;
}
.loadMoreWrapper a {
  min-width: 60px;
}

.monospace {
  font-family: 'Courier New', Courier, monospace;
}

.tableSetNewPassword .row-username td:first-child {
  width: 200px;
}

.notDisplayedErrors {
  margin-bottom: 2em;
  background-color: #EFDDDD;
  border-bottom-color: #8C0000;
  padding: 15px 15px 15px 60px;
}

.pageSpeedRequest,
.pageSpeedRequestCode {
  text-overflow: ellipsis;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
}
.pageSpeedRequestCode {
  max-width: 100px;
}
.pageSpeedDateTime {
  min-width: 85px;
}

form#contact {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
form#contact .rightSideImage {
  order: 2;
  width: 38%;
  padding: 3% 2% 0 3%;
}

form#contact .tableEditOuter {
  min-width: 300px;
  width: 50%;
}

.trainingsWrapper {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
}
table.trainingTable {
  max-width: 35vw;
  align-self: flex-start;
}
.trainingTable th,
.trainingTable td {
  padding: 10px;
}
.tableListCover .trainingTable td {
  border-right: unset;
}
.tableListCover .trainingTable tr:hover th {
  background-color: #F0F0F0;
}
.tableListCover .trainingTable tr:hover td {
  background-color: unset;
}
.trainingTaskWrapper {
  display: flex;
  justify-content: space-between;
  min-height: 40px;
  place-items: center;
}
.trainingTaskWrapper .button {
  margin-bottom: 0px;
}
.trainingStatus {
  vertical-align: top;
}
.trainingTasks {
  width: 80%;
}
.trainingBadge {
  width: 80px;
  height: 80px;
}
.msgBody .trainingBadge {
  width: 50px;
  height: 50px;
}
.trainingBadge.icon24 {
  width: 24px;
  height: 24px;
}
.trainingBadge.taskBadgeUnfinished {
  opacity: 0.4;
}
.trainingBadgesEarnedWrapper {
  display: flex;
}
.trainingBadgesEarnedWrapper .trainingBadge {
  vertical-align: middle;
}
.trainingBadgesEarnedWrapper .trainingBadge + span {
  border-radius: 20px;
  display: inline-block;
  padding: 5px;
  min-width: 25px;
  text-align: center;
  background-color: #67ba08;
  color: white;
  font-weight: bold;
}
.page-users .trainingBadgesEarnedWrapper > div {
  margin-right: 20px;
}
#content > #msgMain > .msgBody.success.trainingFinishedBadge:before {
  content: ' ';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  animation: unset;
  -webkit-animation: unset;
}
#content > #msgMain > .msgBody.success.trainingFinishedBadge.gold:before {
  background-image: url(../../start/images/icons/cup_gold.svg);
}
#content > #msgMain > .msgBody.success.trainingFinishedBadge.silver:before {
  background-image: url(../../start/images/icons/cup_silver.svg);
}
#content > #msgMain > .msgBody.success.trainingFinishedBadge.bronze:before {
  background-image: url(../../start/images/icons/cup_bronze.svg);
}
.trainings-item {
  padding: 0px 5px;
  margin: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trainings-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.trainings-item a {
  margin-bottom: 0px;
}

.loading_stripe_wrapper {
  position: fixed;
  bottom: 30px;
  background-color: #fbffb7;
  right: 30px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  cursor: help;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.75);
}

.loading_stripe_wrapper .loading_sprite {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 80px;
  text-align: center;
  background: transparent url(../../start/images/loading_sprite.png) no-repeat left top;
}

.floating-save-button {
  position: fixed;
  right: 30px;
  bottom: -100%;
  display: flex;
  flex-flow: column nowrap;
  z-index: 5;
  align-items: center;
  transition: bottom .5s;
}
.floating-save-button.editor-has-changed {
  bottom: 30px;
}
.floating-save-button:hover > span {
  transform: scale(1);
}
.floating-save-button .save-button {
  display: block;
  position: relative;
  transition: transform .5s, background-color .5s;
  width: 50px;
  cursor: pointer;
  height: 50px;
  background-color: transparent;
  background-image: url(../../start/images/icons/icon-save.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 50%;
  margin-top: 15px;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.75);
}
.floating-save-button .save-button.save-leave {
  background-image: url(../../start/images/icons/icon-save-out.svg);
  width: 80px;
  height: 80px;
}
.floating-save-button .save-button.done {
  background-image: url(../../start/images/icons/icon-done.svg);
  width: 80px;
  height: 80px;
}
.floating-save-button .save-button.save-leave[data-title]:before {
  right: 100px;
  top: 20px;
}
.floating-save-button .save-button[data-title]:before {
  position: absolute;
  opacity: 0;
  right: 90px;
  top: 8px;
  white-space: nowrap;
  color: white;
  content: attr(data-title);
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  border-radius: 5px;
  transition: opacity .3s;
  text-transform: uppercase;
  font-weight: bold;
}
.floating-save-button .save-button:hover:before {
  opacity: 1;
}
.floating-save-button span.save-button {
  background-color: #47b2ba;
}
.floating-save-button span.save-button:hover {
  background-color: #63BC27;
}

.floating-menu-hidden-buttons {
  opacity: 0;
  transition: opacity 100ms ease-in-out;
}
.floating-save-button:hover .floating-menu-hidden-buttons {
  opacity: 100;
}

body.superuser div.floating-save-button span.save-button.privateFeature,
body.developer div.floating-save-button span.save-button.privateFeature {
  box-shadow: 5px 5px 25px 0px yellow;
}

.floating-save-button .save-button.save-stay {
  background-image: url(../../start/images/icons/icon-save.svg);
  transition: none;
}

.floating-save-button .save-button.save-as-new {
  background-image: url(../../start/images/icons/icon-clone-form.svg);
  transition: none;
}

.arcWrapper {
  display: flex;
}
.arcPercentage {
  flex-direction: column;
  align-items: center;
}
.arcWrapper .arcItemsWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 130px;
}
.arcWrapper .arcItem {
  border-radius: 16px;
  display: inline-block;
  padding: 0 7px;
  line-height: 22px;
  margin-right: 5px;
  vertical-align: middle;
  min-width: 25px;
  text-align: center;
}
.arcPercentage .arcItem {
  width: 50px;
}
.arcWrapper .arcItem.finished {
  background-color: #67ba08;
  color: white;
}
.arcWrapper .arcItem.unfinished {
  background-color: #cccccc;
  color: white;
}

.arcWrapper path.animate {
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
}
.arcWrapper circle.anim {
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  -ms-stroke-dashoffset: 0;
  animation: arc_animation 2s linear;
  -webkit-animation: arc_animation 2s linear;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes arc_animation {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes arc_animation {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}

#evertimeUmbrellaCompanyLightbox label {
  display: inline-block;
  min-width: 230px;
  margin-bottom: 15px
}

.color_code_file_size {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.organizationImportMappingWrapper {
  margin-bottom: 40px;
}
.organizationImportMapping {
  margin-bottom: 10px;
}
.organizationImportMapping > span {
  display: inline-block;
  min-width: 180px;
}

.results td,
td.results,
th.results {
  background-color: #c5d6fc;
  font-weight: bold;
  white-space: nowrap;
}
.company-usage-summary th.results,
.company-usage-summary td.results {
  width: 140px;
}
.cell-inactive {
  opacity: 0.2;
}

.tableHeader {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
.orderColumn::after,
.tableHeader:not(.orderColumn):hover::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 3px;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/start/images/icons/icon_arrow_asc.svg);
}
.orderColumn.orderDesc::after {
  background-image: url(/start/images/icons/icon_arrow_desc.svg);
}
.tableHeader.orderColumn.orderDesc:hover::after {
  filter: opacity(100%);
  background-image: url(/start/images/icons/icon_arrow_asc_switch.svg);
}
.tableHeader.orderColumn:not(.orderDesc):hover::after {
  filter: opacity(100%);
  background-image: url(/start/images/icons/icon_arrow_desc_switch.svg);
}
.orderColumn.secondary::after {
  filter: opacity(50%);
}

#permissionsGroupEdit .tablePermissionsGroups tbody td {
  height: 23px;
}
#permissionsGroupEdit p.center {
  margin-bottom: 60px;
}
#permissionsGroupEdit .floating-save-button {
  right: 10px;
}
.tablePermissionsGroups .inactive {
  display: none;
}
.tablePermissionsGroups.inactiveShow tr.inactive {
  display: table-row;
}
.tablePermissionsGroups .permissionHidden {
  display: none !important;
}
.tablePermissionsGroups tr.disabled {
  opacity: 0.4;
}
.tablePermissionsGroups .headerRow h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 21px;
}

#usersOnPageWrapper {
  text-align: left;
  color: white;
  background-color: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
#usersOnPageWrapper span {
  vertical-align: middle;
}
#usersOnPageWrapper .userName {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 3px 5px;
  margin: 2px;
  font-size: .85em;
  background-color: #2b64bb;
}

#rolePermissionsLightbox {
  min-width: 60vw;
  max-height: 75vh;
}
#rolePermissionsLightbox .tableListCover {
  padding-bottom: 25px;
}

#leftMenuAdditional {
  background-color: #444444;
  font-size: 14px;
}
#leftMenuAdditional > strong {
  display: inline-block;
  padding-top: 15px;
  padding-left: 20px;
}
#leftMenuAdditional ul li:last-child {
  padding-bottom: 10px;
}
#leftMenuAdditional a.active {
  color: #1ACBFF;
}
#menu #leftMenuAdditional li a {
  padding: 5px 0 5px 10px;
}

.btn-img-only {
  display: inline-block;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 1px 2px 2px rgb(0 0 0 / 30%);
}
.btn-img-only:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.btn-img-only img {
  vertical-align: middle;
  padding: 3px;
}

#twoFactorAuthenticationLightbox label {
  display: inline-block;
  min-width: 80px;
}
#twoFactorAuthenticationLightbox .submit .button {
  margin-bottom: 0px;
}

.fancybox-container.fancybox-is-open .fancybox-bg {
  background-color: rgba(0, 0, 0, 0.3);
}
.fancybox-container .fancybox-slide > div {
  box-shadow: 2px 2px 20px 1px;
  padding: 0px;
}
.fancybox-container .modal-header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  background-color: #019FCE;
  color: white;
  padding: 15px 50px 15px 15px;
  min-height: 20px;
}
.fancybox-container .modal-header h2,
.modal .modal-header h2 {
  margin: 0px;
  font-size: 1.19em;
}
.fancybox-container .modal-header .modal-buttons-wrapper,
.modal-buttons-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.modal-buttons-wrapper a.button {
  margin: 0px
}
.fancybox-container .modal-header .modal-buttons-wrapper a {
  margin: 0px !important;
  height: fit-content;
}
.fancybox-container .modal-header .modal-actions-wrapper {
  margin-top: -5px;
  margin-bottom: -8px;
  white-space: nowrap;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.fancybox-container .modal-header .modal-actions-wrapper a {
  padding: 5px;
  vertical-align: middle;
  display: inline-block;
}
.fancybox-container .modal-header .modal-actions-wrapper a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.fancybox-container .modal-header .modal-actions-wrapper a img {
  vertical-align: middle;
}
.fancybox-container .modal-body {
  padding: 25px;
}
.fancybox-container .fancybox-slide > div.fancybox-error {
  padding: 0px 25px 25px 25px;
  box-shadow: none;
  max-width: 80vw;
  width: auto;
}
.fancybox-container .fancybox-slide > div.fancybox-error::before {
  content: '';
  display: block;
  padding: 15px 50px 15px 15px;
  margin: 0px -25px 25px -25px;
  min-height: 20px;
  border-bottom: 1px solid #eeeeee;
  background-color: #019FCE;
}
.fancybox-container .fancybox-close-small {
  width: 50px;
  height: 50px;
}
.fancybox-container .fancybox-close-small:after {
  content: 'x';
  top: calc(50% - 15px);
  right: calc(50% - 15px);
  color: white;
  background: unset;
  border: none;
  font: 20px Arial;
  line-height: 30px;
  background-color: #019FCE;
}
.fancybox-container .fancybox-close-small:hover:after {
  color: white;
  background: unset;
}
.fancybox-container .modal-body > h1:first-child,
.fancybox-container .modal-body > h2:first-child,
.fancybox-container .modal-body > h3:first-child,
.fancybox-container .modal-body > h4:first-child,
.fancybox-container .modal-body > p:first-child {
  margin-top: 0px;
}

.fancybox-container .modal-body > p:last-child {
  margin-bottom: 0px;
}

.reports-wrapper .dashboardBox {
  max-width: 285px;
  width: 100%;
  min-height: 310px;
}
.reports-wrapper a {
  text-decoration: none;
}
.report-image-wrapper {
  height: 130px;
  width: 130px;
  line-height: 130px;
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: 20px;
}
.dashboardBox:hover .report-image-wrapper {
  box-shadow: inset 1000px 0 0 rgba(0, 0, 0, 0.10);
}
.report-timesheets .report-image-wrapper {
  background-color: #b959d6;
}
.report-employees .report-image-wrapper {
  background-color: #5a8cd5;
}
.report-shifts .report-image-wrapper {
  background-color: #efb000;
}
.report-invoices .report-image-wrapper {
  background-color: #3d9b00;
}
.report-image-wrapper .report-image {
  height: 80px;
  width: 80px;
  vertical-align: middle;
}
.reports-wrapper .ui-state-highlight {
  width: 285px;
  margin-bottom: 15px;
  margin-left: 6px;
  margin-right: 6px;
}

.range-input-wrapper {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.range-input-wrapper input {
  max-width: 60px;
  margin-left: 5px;
}
.range-input-wrapper input:first-of-type {
  margin-right: 10px;
}
.range-input-wrapper input.datepicker {
  max-width: 105px !important;
}

.company-usage-summary-tables {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.company-usage-summary-tables .heading-column th.results,
.company-usage-summary-tables .heading-column td.results {
  width: unset;
}
.company-usage-summary-tables .heading-column th {
  width: 200px;
}

#top-menu-account {
  position: absolute;
  right: 0px;
  top: 33px;
  width: 300px;
  padding: 10px;
  color: black;
  text-align: left;
  line-height: 1.5em;
  background-color: rgba(255, 255, 255);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #A8A8A8;
  border-radius: 3px;
  z-index: 150;
  opacity: 1;
}
#top-menu-account-current,
#top-menu-accounts-available .top-menu-account-available-link {
  display: flex;
  gap: 20px;
  align-items: center;
}
#top-menu-account-current,
#top-menu-accounts-available {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
#top-menu-accounts-available {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  max-height: 200px;
  overflow-y: auto;
  row-gap: 10px;
}
#top-menu-account-current .company-logo-wrapper {
  border: 1px solid #c8c8c8;
  width: 80px;
  height: 80px;
}
#top-menu-accounts-available .company-logo-wrapper {
  width: 40px;
  height: 40px;
}
#top-menu-account-current .company-logo-wrapper,
#top-menu-accounts-available .company-logo-wrapper {
  min-width: 40px;
  border-radius: 50%;
  overflow: hidden;
  align-content: center;
  background-color: white;
}
#top-menu-accounts-available .company-logo-switch-account-wrapper {
  position: relative;
}
#top-menu-accounts-available .company-logo-switch-account-wrapper:before {
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  display: block;
  pointer-events: none;
  background-image: url(../images/svg/change_profile.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  z-index: -1;
}
#top-menu-account-current .company-logo-wrapper img,
#top-menu-accounts-available .company-logo-wrapper img {
  width: 100%;
}
#top-menu-account-current strong {
  font-size: 1.5em;
  margin-bottom: 3px;
}
#top-menu-accounts-available strong {
  font-size: 1.2em;
}
#top-menu-account-options {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
#top-menu-account-options a,
#top-menu-accounts-available .top-menu-account-available-link {
  color: black;
  padding: 5px;
  padding-left: 11px;
}
#top-menu-account-options a:hover,
#top-menu-accounts-available .top-menu-account-available-link:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
#top-menu-account-current > div,
#top-menu-account-current strong,
#top-menu-accounts-available .top-menu-account-available-link strong,
#top-menu-accounts-available .top-menu-account-available-link span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}

.goog-tooltip {
  z-index: 10000;
}
