* {
  outline: none;
  outline-offset: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  border: none;
  color: #272727;
}
body {
  overflow-x: hidden;
  font-size: 15px;
  background-color: #f2f2f2;
  padding: 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:focus,
a:hover {
  color: initial;
  text-decoration: none;
}
a,
a:visited,
a:active {
  color: #272727;
}
.btn,
.btn:active,
.btn:focus,
.btn:visited {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2 {
  font-weight: 700;
}
@media (max-width: 991px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 17px;
  }
}
button:active > *,
button:focus > * {
  position: relative;
  top: 0;
  left: 0;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* DatePicker format */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #dd052b;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #dd052b;
  background-image: none;
  color: #fff;
  text-shadow: none;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #dd052b;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #dd052b;
  background-image: none;
  color: #fff;
  text-shadow: none;
}
.wrapper {
  margin: auto;
  width: 100%;
  max-width: 1024px;
}
.menu {
  background-color: #272727;
  height: 65px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  display: table;
  z-index: 500;
}
.menu > * {
  vertical-align: middle;
}
.menu > :first-child {
  display: table-cell;
  width: 20%;
}
.menu > :first-child #logo {
  padding: 0px 0px 0px 60px;
  display: inline-block;
  height: 30px;
}
.menu :nth-child(2) {
  display: table-cell;
  text-align: right;
}
.menu :nth-child(2) a {
  color: #f2f2f2;
}
.menu :nth-child(2) a:hover {
  color: #dd052b;
}
.menu :nth-child(2) ul li {
  position: relative;
}
.menu :nth-child(2) ul li a {
  display: block;
  position: relative;
  color: #f2f2f2;
  padding: 20px 12px;
  font-size: 14px;
}
.menu :nth-child(2) ul li a:before {
  content: '';
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu :nth-child(2) ul li a#home:before {
  background-image: url('../images/menu_home.svg');
}
.menu :nth-child(2) ul li a#notifications:before {
  background-image: url('../images/menu_notification.svg');
}
.menu :nth-child(2) ul li a#warnings:before {
  background-image: url('../images/menu_warning.svg');
}
.menu :nth-child(2) ul li a#news:before {
  background-image: url('../images/menu_news.svg');
}
.menu :nth-child(2) ul li a#profile:before {
  background-image: url('../images/menu_profile.svg');
}
.menu :nth-child(2) ul li a#backend:before {
  background-image: url('../images/menu_back.svg');
}
.menu :nth-child(2) ul li a#exit:before {
  background-image: url('../images/menu_exit.svg');
  top:0;
}
.menu :nth-child(2) ul li a#travel:before {
  background-image: url('../images/menu_travel.svg');
}
.menu :nth-child(2) ul li a#holidays:before {
  background-image: url('../images/menu_holidays.svg');
}
.menu :nth-child(2) ul li a#extra:before {
  background-image: url('../images/menu_extra.svg');
}
.menu :nth-child(2) ul li a#workleave:before {
  background-image: url('../images/menu_workleave.svg');
}
.menu :nth-child(2) ul li a#daysoff:before {
  background-image: url('../images/menu_daysoff.svg');
}
.menu :nth-child(2) ul li a#absences:before {
  background-image: url('../images/menu_absences.svg');
}
.menu :nth-child(2) ul li a#more:before {
  background-image: url('../images/menu_more.svg');
  top: 6px;
}
.menu :nth-child(2) ul li a#compensation:before {
  background-image: url('../images/menu_compensation.svg');
  top: 6px;
}
.menu :nth-child(2) ul li a#shiftchange:before {
  background-image: url('../images/menu_shift_change.svg');
}
.menu :nth-child(2) ul li a#paysheet:before {
  background-image: url('../images/menu_paysheet.svg');
  width:17px;
  top: 0;
  margin-right:11px;
}
.menu :nth-child(2) ul li a:hover {
  color: #dd052b;
}
.menu :nth-child(2) ul li a:hover#home:before {
  background-image: url('../images/menu_home_red.svg');
}
.menu :nth-child(2) ul li a:hover#notifications:before {
  background-image: url('../images/menu_notification_red.svg');
}
.menu :nth-child(2) ul li a:hover#warnings:before {
  background-image: url('../images/menu_warning_red.svg');
}
.menu :nth-child(2) ul li a:hover#news:before {
  background-image: url('../images/menu_news_red.svg');
}
.menu :nth-child(2) ul li a:hover#profile:before {
  background-image: url('../images/menu_profile_red.svg');
}
.menu :nth-child(2) ul li a:hover#backend:before {
  background-image: url('../images/menu_back_red.svg');
}
.menu :nth-child(2) ul li a:hover#travel:before {
  background-image: url('../images/menu_travel_red.svg');
}
.menu :nth-child(2) ul li a:hover#holidays:before {
  background-image: url('../images/menu_holidays_red.svg');
}
.menu :nth-child(2) ul li a:hover#extra:before {
  background-image: url('../images/menu_extra_red.svg');
}
.menu :nth-child(2) ul li a:hover#workleave:before {
  background-image: url('../images/menu_workleave_red.svg');
}
.menu :nth-child(2) ul li a:hover#daysoff:before {
  background-image: url('../images/menu_daysoff_red.svg');
}
.menu :nth-child(2) ul li a:hover#absences:before {
  background-image: url('../images/menu_absences_red.svg');
}
.menu :nth-child(2) ul li a:hover#more:before {
  background-image: url('../images/menu_more_red.svg');
}
.menu :nth-child(2) ul li a:hover#compensation:before {
  background-image: url('../images/menu_compensation_red.svg');
  top: 6px;
}
.menu :nth-child(2) ul li a:hover#shiftchange:before {
  background-image: url('../images/menu_shift_change_red.svg');
}
.menu :nth-child(2) ul li a:hover#paysheet:before {
  background-image: url('../images/menu_paysheet_red.svg');
}
.menu :nth-child(2) ul li a .indicator {
  display: block;
  position: absolute;
  top: 15px;
  right: -2px;
  width: 16px;
  height: 16px;
  background-color: #dd052b;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 11px;
  padding-right: 2px;
}
.menu :nth-child(2) ul li a:not(:last-child) {
  padding-right: 30px;
}
.menu :nth-child(2) ul li a:not(:last-child):after {
  content: '';
  display: block;
  float: right;
  width: 10px;
  height: 7px;
  margin-left: 10px;
  margin-top: 7px;
  background-image: url(../images/down_indicator.svg);
  background-size: 10px 7px;
  position: absolute;
  top: 21px;
  right: 12px;
}
.menu :nth-child(2) ul li a:not(:last-child):hover:after {
  background-image: url(../images/down_indicator_red.svg);
}
.menu :nth-child(2) ul li a:not(:last-child).open:after {
  background-image: url(../images/up_indicator.svg);
}
.menu :nth-child(2) ul li a:not(:last-child).open:hover:after {
  background-image: url(../images/up_indicator_red.svg);
}
.menu :nth-child(2) ul li ul {
  position: absolute;
  display: none;
  right: 0;
  z-index: 999;
  background-color: #272727;
  box-shadow: -2px 3px 6px 1px rgba(0, 0, 0, 0.2);
  width: 200px;
  padding: 0;
  margin: 0;
}
.menu :nth-child(2) ul li ul li {
  display: block;
  text-align: left;
}
.menu :nth-child(2) ul li a.open + ul {
  display: block;
}
.menu :nth-child(2) > ul {
  display: inline-block;
}
.menu :nth-child(2) > ul li {
  display: inline-block;
}
.menu :nth-child(2) .user-btn {
  display: inline-block;
  padding: 20px 18px;
  color: #f2f2f2;
  border-left: 1px solid black;
  max-width: calc(100vw - 840px);
  white-space: nowrap;
  padding-right: 40px;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
}
.menu :nth-child(2) .user-btn img {
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  width: 24px;
  margin-right: 10px;
  display: inline-block;
}
.menu :nth-child(2) .user-btn:after {
  content: '';
  display: block;
  float: right;
  width: 10px;
  height: 7px;
  margin-left: 10px;
  margin-top: 7px;
  background-image: url(../images/down_indicator.svg);
  background-size: 10px 7px;
  position: absolute;
  top: 21px;
  right: 12px;
}
.menu :nth-child(2) .user-btn.open:after {
  background-image: url(../images/up_indicator_red.svg);
}
.menu :nth-child(2) .user-btn.open:hover:after {
  background-image: url(../images/up_indicator_red.svg);
}
.menu :nth-child(2) .user-btn:hover {
  cursor: pointer;
  color: #dd052b;
}
.menu :nth-child(2) .user-btn:hover:after {
  background-image: url(../images/down_indicator_red.svg);
}
.menu :nth-child(2) .profile-menu {
  position: absolute;
  display: none;
  right: 0;
  z-index: 999;
  background-color: #272727;
  box-shadow: -2px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.menu :nth-child(2) .profile-menu ul li {
  padding-left: 10px;
  text-align: left;
  width: 250px;
}
.menu :nth-child(2) .profile-menu ul :last-child a {
  font-weight: 600;
  color: #dd052b;
}
.menu :nth-child(2) .profile-menu.open {
  display: block;
}
@media (max-width: 991px) {
  .menu {
    overflow-y: auto;
    display: block;
    position: absolute;
    right: -320px;
    width: 300px;
    height: 100vh;
    transition: 0.3s ease-in;
  }
  .menu > :first-child {
    display: none;
  }
  .menu.open {
    right: 0;
    position: fixed;
    overflow-y: auto;
  }
  .menu :nth-child(2) ul {
    margin-top: 100px;
    width: 100%;
    text-align: left;
  }
  .menu :nth-child(2) ul li {
    text-align: left;
    display: block;
    padding-left: 20px;
  }
  .menu :nth-child(2) ul li a .indicator {
    left: 90px;
  }
  .menu :nth-child(2) ul li a:not(:last-child) {
    display: none;
  }
  .menu :nth-child(2) ul li ul {
    display: block;
    position: relative;
    right: auto;
    box-shadow: none;
  }
  .menu :nth-child(2) ul li ul li {
    padding: 0;
  }
  .menu :nth-child(2) .user-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-left: 0px;
    max-width: 100%;
  }
  .menu :nth-child(2) .user-btn:after {
    display: none;
  }
  .menu :nth-child(2) .user-btn:hover {
    cursor: auto;
    color: #f2f2f2;
  }
  .menu :nth-child(2) .user-btn:hover:after {
    background-image: url(../images/down_indicator_red.svg);
  }
  .menu :nth-child(2) .profile-menu {
    display: block;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
  }
  .menu :nth-child(2) .profile-menu img {
    border-radius: 15px;
    width: 30px;
    margin-right: 10px;
  }
  .menu :nth-child(2) .profile-menu ul {
    margin-top: 32px;
  }
  .menu :nth-child(2) .profile-menu ul li {
    padding-left: 20px;
  }
}
.content {
  padding: 105px 20px 20px 20px;
  min-height: calc(100vh - 60px);
}
.content .title-bar {
  /*display: none;*/
  font-size: 24px;
  margin: 0 0 48px;
  border-bottom: 1px solid currentColor;
  border: none;
  font-size: 32px;
}
.content .title-bar > img {
  width: 27px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.content .title-bar > .btn[class] {
  float: right;
  margin: 0;
  color: #fff;
  background: #dd052b;
  position: relative;
  top: -2px;
}
.content .title-bar > .btn[class] img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.content .title-bar > .btn[class]:hover {
  background: #dd052b;
  opacity:.7;
}
.content .card-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  padding-left: 15px;
}
.content .card {
  position: relative;
  background-color: white;
  padding: 10px 15px 20px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.content .card .card-title {
  display: block;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content .card .big-text {
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.content .card.dark {
  text-align: center;
  position: relative;
  padding: 30px;
  background-color: #272727;
}
.content .card.dark * {
  color: #f2f2f2;
}
.content .card.dark #chrono {
  position: relative;
  margin: 100px 0px;
}
.content .card.dark #chrono .chrono-clock {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content .card.dark #chrono .chrono-clock span {
  font-size: 32px;
  font-weight: 300;
}
.content .card.dark #chrono .chrono-clock h2 {
  margin: 0px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}
.content .card.dark #chrono .chrono-clock.exceeded > span {
  color: #dd052b;
}
.content .card.dark .btn-group {
  width: 100%;
  text-align: right;
}
.content .card.dark .button {
  display: inline-block;
  border-radius: 20px;
  min-width: 125px;
  height: 40px;
  padding: 11px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.content .card.dark .button i {
  float: left;
}
.content .card.dark .button:before {
  content: "";
  font-family: 'Material Icons';
  width: 15px;
  height: 15px;
  font-size: 20px;
  margin-top: -7px;
  display: block;
  float: left;
  margin-right: 5px;
}
.content .card.dark .button.play,
.content .card.dark .button.replay,
.content .card.dark .button.pause {
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  margin-right: 10px;
}
.content .card.dark .button.pause:before {
  content: "\e034";
}
.content .card.dark .button.play:before,
.content .card.dark .button.replay:before {
  content: "\e037";
}
.content .card.dark .button.play:hover,
.content .card.dark .button.replay:hover,
.content .card.dark .button.pause:hover {
  background-color: #f2f2f2;
  color: #272727;
}
.content .card.dark .button.stop {
  color: #dd052b;
  border: 1px solid #dd052b;
}
.content .card.dark .button.stop:before {
  content: "\e047";
}
.content .card.dark .button.stop:hover {
  background-color: #dd052b;
  color: #272727;
}
.content .card.dark input[type="text"],
.content .card.dark input[type="password"] {
  border: 1px solid rgba(242, 242, 242, 0.25);
}
.content .card.dark textarea {
  border: 1px solid rgba(242, 242, 242, 0.25);
}
.content .card.dark .select-styled {
  background-color: #272727;
  border: 1px solid rgba(242, 242, 242, 0.25);
}
.content .card.dark .select-styled:after {
  content: '\f107';
  color: #f2f2f2;
}
.content .card.dark .select-styled:hover {
  background-color: #222222;
}
.content .card.dark .select-styled:active,
.content .card.dark .select-styled.active {
  background-color: #222222;
}
.content .card.dark .select-styled:active:after,
.content .card.dark .select-styled.active:after {
  content: '\f106';
}
.content .card.dark .select-options {
  background-color: #222222;
  border: 1px solid rgba(242, 242, 242, 0.25);
}
.content .card.dark .select-options li:hover {
  color: #f2f2f2;
  background: #808080;
}
.red-corner {
  background-image: url('../images/red_corner.svg');
  width: 195px;
  height: 195px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.black-corner {
  background-image: url('../images/black_corner.svg');
  width: 127px;
  height: 127px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 550px) {
  .black-corner {
    width: 55px;
    height: 55px;
  }
  .red-corner {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 550px) {
  .black-corner {
    width: 55px;
    height: 55px;
  }
  .red-corner {
    width: 100px;
    height: 100px;
  }
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
#day-summary li {
  display: table;
  width: 100%;
  padding: 15px 25px 15px 50px;
  border-bottom: 1px solid #f2f2f2;
}
#day-summary li span {
  font-weight: 300;
  color: #808080;
  width: 50%;
  display: table-cell;
  text-align: left;
}
#day-summary li :last-child {
  text-align: right;
}
#day-summary li :first-child:before {
  content: '';
  display: block;
  float: left;
  margin-left: -30px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
#day-summary li.play :first-child:before {
  content: url('../images/play_list.svg');
}
#day-summary li.pause :first-child:before {
  content: url('../images/pause_list.svg');
}
#day-summary li.red-text span {
  color: #dd052b;
}
#day-summary li.red-text :first-child:before {
  content: url('../images/pause_list_red.svg');
}
#day-summary :last-child {
  border: 0px;
}
@media (max-width: 991px) {
  .content .card.dark {
    border-radius: 0px;
    margin: -50px -20px 20px;
  }
  .content .card.dark .btn-group {
    text-align: center;
  }
  .content .card.dark #chrono {
    margin: 20px 0px;
  }
  .card.card-summary {
    /*margin: 0px -20px -30px -20px;*/
    box-shadow: none;
    border-radius: 0;
  }
  .content .title-bar > img {
    display: none;
  }
  .content .title-bar > .btn[class] {
    font-size: 0;
    position: fixed;
    bottom: 16px;
    right: 16px;
    height: auto;
    top: auto;
    border-radius: 50%;
    padding: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .content .title-bar > .btn[class] img {
    margin: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  canvas {
    width: 300px;
    height: 300px;
  }
  .content .card {
    margin-bottom: 10px;
  }
  /*.card.card-summary {
    margin-bottom: -20px;
  }*/
  .content .card.dark .btn-group {
    text-align: center;
  }
  .content .card.dark #chrono {
    margin: 20px 0px;
  }
}
@media (max-width: 550px) {
  .content .card.dark {
    padding: 30px 10px;
  }
  .content .title-bar.dark {
    font-size: 15px;
  }
  canvas {
    width: 250px;
    height: 250px;
  }
  .content .card.dark #chrono .chrono-clock h2 {
    font-size: 15px;
  }
}
.errors {
  padding: 5px;
  background-color: rgba(255, 15, 0, 0.3);
  border: 1px solid #f00;
}
.errors span {
  font-weight: 400;
  font-size: 14px;
}
/* Forms */
.form-row {
  margin-bottom: 20px;
}
.input-label {
  text-transform: uppercase;
  width: 100%;
  margin-top: 15px;
  text-align: left;
}
input[type="text"],
input[type="password"] {
  padding: 0px 20px;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px;
}
input[type="text"].white,
input[type="password"].white {
  background-color: white;
}
input[type="text"]:disabled,
input[type="password"]:disabled {
  background-color: rgba(128, 128, 128, 0.15);
}
input[type=number] {
  float: left;
  width: calc(100% - 90px);
  max-width: 300px;
  height: 50px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #272727;
  border-top: 1px solid rgba(39, 39, 39, 0.15);
  border-bottom: 1px solid rgba(39, 39, 39, 0.15);
  background: white;
}
span.spinner {
  height: 40px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
span.spinner > .sub,
span.spinner > .add {
  float: left;
  display: block;
  width: 45px;
  height: 50px;
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  font-size: 22px;
  line-height: 50px;
  color: #272727;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-right: 0;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
span.spinner > .sub:hover,
span.spinner > .add:hover {
  background: #f2f2f2;
}
span.spinner > .add {
  top: 0;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
textarea {
  width: 100%;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px;
  padding: 20px;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #272727;
  width: 100%;
  height: 45px;
}
.select-styled {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  background-color: white;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px;
  padding: 14px 45px 14px 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: transition(all 0.2s ease-in);
}
.select-styled:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 4.5px 8px;
  min-width: 40px;
  color: #272727;
  border: 7px solid transparent;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.select-styled:hover {
  background-color: #fafafa;
}
.select-styled:active,
.select-styled.active {
  background-color: white;
}
.select-styled:active:after,
.select-styled.active:after {
  content: '\f106';
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  list-style: none;
  background-color: white;
  border: 1px solid rgba(39, 39, 39, 0.15);
}
.select-options li {
  margin: 0;
  padding: 12px 30px;
  text-align: left;
  transform: transition(all 0.15s ease-in);
}
.select-options li:hover {
  color: white;
  background: #808080;
}
.select-options li[rel="hide"] {
  display: none;
}
select.form-control {
  width: 100%;
  height: 50px;
  background-color: white;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px;
  padding: 14px 45px 14px 25px;
  font-size: 16px;
  color: #272727;
}
.input-gray input,
.input-gray .select-styled,
.input-gray textarea {
  background: #f2f2f2;
}
.btn {
  width: 100%;
  border-radius: 3px;
  height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 0px;
}
.btn.auto {
  display: inline-block;
  padding: 14px;
  width: auto;
}
.btn.btn-c2 {
  display: inline-block;
  width: 48%;
}
.btn.btn-red {
  background-color: #dd052b;
  color: white;
  font-weight: 600;
  margin-top: 40px;
}
.btn.btn-red:hover {
  background: white;
  color: #dd052b;
}
.btn.btn-bordered {
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}
.btn.btn-bordered:hover {
  color: #f2f2f2;
}
.btn.btn-bordered.black {
  border-color: #272727;
}
.btn.btn-bordered.black:hover {
  background-color: #272727;
}
.btn.btn-bordered.red-black {
  border-color: #dd052b;
}
.btn.btn-bordered.red-black:hover {
  background-color: #dd052b;
}
.btn.btn-bordered.red-red {
  border-color: #dd052b;
  color: #dd052b;
}
.btn.btn-bordered.red-red:hover {
  background-color: #dd052b;
  color: #f2f2f2;
}
.btn.btn-bordered.green {
  border-color: #8cc674;
}
.btn.btn-bordered.green:hover {
  background-color: #8cc674;
}
.btn.btn-bordered.yellow {
  border-color: #fbae17;
}
.btn.btn-bordered.yellow:hover {
  background-color: #fbae17;
}
.btn.btn-bordered.lightred {
  border-color: #ed3737;
}
.btn.btn-bordered.lightred:hover {
  background-color: #ed3737;
}
/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}
.checkbox .text-info {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #272727;
  vertical-align: middle;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid #272727;
  /* Style the checkmark/indicator */
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: -4px;
  width: 8px;
  height: 15px;
  border: solid #dd052b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:hover {
  /* On mouse-over, add a grey background color */
}
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox.white .checkmark {
  border: 1px solid #f2f2f2;
}
/** Forms fin */
/* Modals */
.moda-dialog {
  height: 100vh;
  vertical-align: middle;
}
.modal-content {
  padding: 20px 25px;
}
.modal-content .modal-header {
  text-align: center;
  border: 0px;
}
.modal-content .modal-header img {
  margin-top: 20px;
  width: 100px;
}
.modal-content .modal-body {
  text-align: center;
}
.modal-content .modal-body h1 {
  font-size: 18px;
  font-weight: 600;
}
.modal-content .modal-body p {
  font-size: 18px;
  font-weight: 300;
}
.modal-content .modal-body p.bold {
  font-size: 20px;
  font-weight: 700;
}
.modal-content .modal-body .union_hours {
  display: block;
  margin-top: 10px;
  color: #dd052b;
  font-size: 18px;
}
.modal-content .modal-footer {
  border: 0px;
  text-align: center;
}
footer {
  height: 60px;
  border-top: 1px solid #272727;
  background-color: white;
  text-align: center;
  padding: 20px;
}
footer span {
  font-size: 11px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .content {
    padding: 70px 20px 20px 20px;
    transition: 0.3s ease-in;
  }
  .content.open {
    transform: translateX(-300px);
  }
  .content .title-bar {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: white;
    padding: 4px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    margin: 0;
    border: none;
  }
  .content .title-bar:before {
    content: url('../images/logo_colors.svg');
    display: block;
    height: 30px; height: 40px;
    width: 30px;  width: 50px;
    float: left;
    margin-top: -4px;
    margin-right: -25px;
  }
  .content .title-bar #menu-btn {
    position: absolute;
    background-image: url('../images/menu_btn.svg');
    right: 4px;
    top: 4px;
    width: 48px;
    height: 48px;
    z-index: 9999;
  }
  .content .title-bar.dark {
    background-color: #272727;
    color: white;
    box-shadow: none;
  }
  .content .title-bar.dark #menu-btn {
    background-image: url('../images/menu_btn_white.svg');
  }
  .content .title-bar.dark:before {
    content: url('../images/logo_simple_white.svg');
  }
  footer {
    display: none;
  }
}
@media (max-height: 550px) {
  .menu {
    min-height: 600px;
  }
  .content {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 70px 10px 10px 10px;
  }
  .modal-content {
    padding: 10px 10px;
  }
  .modal-content .modal-header img {
    margin-top: 0px;
  }
}
@media (max-width: 550px) {
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 5px;
  }
}
@media (max-width: 350px) {
  .menu {
    min-height: 600px;
    width: 260px;
  }
  .content {
    min-height: 600px;
  }
  .content.open {
    transform: translateX(-260px);
  }
}


/* Finalize */
.card.finalize {
  padding: 40px 0px 0px;
  text-align: center;
}
.card.finalize h1,
.card.finalize h2 {
  font-size: 22px;
  margin: 0px;
}
.card.finalize h2 {
  font-weight: 700;
}
.card.finalize .summary-title {
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  font-weight: 700;
  display: block;
  background-color: #f2f2f2;
  padding: 10px 30px;
  margin-top: 30px;
}
.card.finalize img {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}
.card.finalize .unbalance-hours {
  background-color: #dd052b;
  padding: 10px 20px;
}
.card.finalize .unbalance-hours > span {
  color: white;
  display: block;
  text-align: left;
}
.card.finalize .unbalance-hours :first-child:before {
  content: url('../images/info_white.svg');
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
.card.finalize .unbalance-hours :last-child {
  margin-top: -3px;
  font-weight: 700;
}
.card.finalize .card-footer {
  padding: 20px;
}
@media (max-width: 991px) {
  .card.finalize {
    margin: -15px -10px;
  }
}
/* Notifications */
.header-wrapper {
  position: relative;
}
.notifications-filter {
  display: block;
  margin-bottom: 25px;
}
.notifications-filter li {
  display: inline-block;
}
.notifications-filter li a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
}
.notifications-filter li a:hover {
  background-color: #272727;
  color: #f2f2f2;
}
.notifications-filter li.selected a {
  background-color: #dd052b;
  color: white;
}
.search-date {
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  max-width: 300px;
}
.search-date button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #272727;
  width: 50px;
  height: 50px;
  border-radius: 0px 3px 3px 0px;
}
.search-date button:hover {
  background-color: #dd052b;
}
.search-date button i {
  color: white;
}
.notifications-list .notification-date-list {
  padding: 8px 20px 6px;
  background-color: #f2f2f2;
}
.notifications-list .notification-date-list span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.notifications-list li:not(.notification-date-list) {
  background-color: white;
  border-bottom: 1px solid #f2f2f2;
}
.notifications-list li:not(.notification-date-list) > a {
  display: table;
  width: 100%;
}
.notifications-list li:not(.notification-date-list) > a:hover {
  background-color: #f9f9f9;
}
.notifications-list li:not(.notification-date-list) > a div {
  padding: 15px;
  display: table-cell;
}
.notifications-list li:not(.notification-date-list) > a > :first-child {
  position: relative;
  width: 170px;
  padding-bottom: 20px;
}
.notifications-list li:not(.notification-date-list) > a > :first-child .week-day {
  display: block;
  font-size: 12px;
  color: #808080;
}
.notifications-list li:not(.notification-date-list) > a > :first-child .day-number {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.notifications-list li:not(.notification-date-list) > a > :first-child:after {
  content: '';
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  float: right;
}
.notifications-list li:not(.notification-date-list).approved > a > :first-child {
  border-right: 4px solid #8cc674;
}
.notifications-list li:not(.notification-date-list).rejected > a > :first-child {
  border-right: 4px solid #ed3737;
}
.notifications-list li:not(.notification-date-list).pending > a > :first-child {
  border-right: 4px solid #fbae17;
}
.notifications-list li:not(.notification-date-list).work_leaves > a > :first-child:after {
  content: "";
  background-image: url('../images/work_leaves_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).holidays > a > :first-child:after {
  content: "";
  background-image: url('../images/holidays_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).days_off > a > :first-child:after {
  content: "";
  background-image: url('../images/days_off_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).overtime > a > :first-child:after {
  content: "";
  background-image: url('../images/overtime_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).extra > a > :first-child:after {
  content: "";
  background-image: url('../images/extra_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).absences > a > :first-child:after {
  content: "";
  background-image: url('../images/absences_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).warning > a > :first-child:after {
  content: "";
  background-image: url('../images/warning_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).compensation > a > :first-child:after {
  content: "";
  background-image: url('../images/compensation_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).shift > a > :first-child:after {
  content: "";
  background-image: url('../images/shift_change_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).schedule_assigned > a > :first-child:after {
  content: "";
  background-image: url('../images/schedule_change_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).shift_change > a > :first-child:after {
  content: "";
  background-image: url('../images/shift_change_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).schedule_change > a > :first-child:after {
  content: "";
  background-image: url('../images/schedule_change_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list).paysheet > a > :first-child:after {
  content: "";
  background-image: url('../images/paysheet_noti.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.notifications-list li:not(.notification-date-list) > a > :last-child {
  position: relative;
  vertical-align: middle;
}
.notifications-list li:not(.notification-date-list) > a > :last-child > span {
  display: block;
}
.notifications-list li:not(.notification-date-list) > a > :last-child .notification-title {
  font-size: 17px;
  font-weight: 400;
  padding-right: 30px;
}
.notifications-list li:not(.notification-date-list) > a > :last-child .notification-date {
  font-weight: 300;
  color: #808080;
  padding-right: 30px;
}
.notifications-list li:not(.notification-date-list) > a > :last-child .notification-status {
  font-size: 15px;
  font-weight: 700;
  padding-right: 30px;
}
.notifications-list li:not(.notification-date-list) > a > :last-child .notification-status span.approved {
  color: #8cc674;
}
.notifications-list li:not(.notification-date-list) > a > :last-child .notification-status span.pending {
  color: #fbae17;
}
.notifications-list li:not(.notification-date-list) > a > :last-child .notification-status span.rejected {
  color: #ed3737;
}
.notifications-list li:not(.notification-date-list) > a > :last-child .notification-text {
  padding-right: 30px;
}
.notifications-list li:not(.notification-date-list) > a > :last-child:after {
  content: url('../images/arrow_right_dark.svg');
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 6px;
  height: 12px;
}
.pagination-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  .header-wrapper {
    text-align: center;
    margin-top: -15px;
    margin: -15px -10px;
  }
  .search-date {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 3000px;
  }
  .notifications-filter {
    margin-bottom: 6px;
  }
  .notifications-filter li a {
    margin-top: 10px;
    padding: 5px 10px;
  }
  .card.notifications-card {
    margin: 25px -15px;
    box-shadow: none;
  }
  .notifications-list li:not(.notification-date-list) > a > :first-child {
    width: 100px;
    text-align: center;
  }
  .notifications-list li:not(.notification-date-list) > a > :first-child:after {
    position: static;
    float: none;
    margin: 15px auto 5px;
    width: 30px;
    height: 30px;
  }
  .notifications-list li:not(.notification-date-list) > a > :first-child span {
    display: inline;
  }
  .notifications-list li:not(.notification-date-list) > a > :last-child:after {
    top: 50%;
    transform: translateY(-50%);
  }
  .pagination-wrapper {
    text-align: center;
  }
  .pagination-wrapper .pagination {
    margin: 10px 0;
  }
}
@media (max-width: 550px) {
  .notifications-filter li a {
    padding: 5px 5px;
  }
}
/* Notification detail */
.card.notification-detail {
  position: relative;
  padding: 40px 0px 0px;
  text-align: center;
}
.card.notification-detail > a {
  position: absolute;
  padding: 5px 10px;
  top: 10px;
  left: 10px;
  display: block;
  font-weight: 600;
  color: #808080;
  margin-bottom: 25px;
  border-radius: 3px;
}
.card.notification-detail > a:hover {
  background-color: #f2f2f2;
}
.card.notification-detail > a:before {
  content: '\f060';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: -1px;
  width: 6px;
  height: 12px;
}
.card.notification-detail img {
  width: 100px;
  margin-bottom: 20px;
}
.card.notification-detail > span {
  display: block;
  padding: 0px 40px;
}
.card.notification-detail .notification-type {
  font-size: 20px;
}
.card.notification-detail .notification-title {
  text-transform: uppercase;
  font-weight: 700;
}
.card.notification-detail .notification-status {
  text-transform: uppercase;
  font-weight: 700;
}
.card.notification-detail .notification-state {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  margin: 20px 0px;
}
.card.notification-detail .notification-state:after,
.card.notification-detail .notification-state:before {
  content: '';
  display: block;
  position: relative;
  margin: 15px auto;
  width: 100px;
  border: 1px solid #f2f2f2;
}
.card.notification-detail .notification-state.approved {
  color: #8cc674;
}
.card.notification-detail .notification-state.pending {
  color: #fbae17;
}
.card.notification-detail .notification-state.rejected {
  color: #ed3737;
}
.card.notification-detail .notification-observations-title {
  text-transform: uppercase;
  font-weight: 700;
}
.card.notification-detail .notification-observations-body {
  text-align: justify !important;
  padding-bottom: 20px;
}
.card.notification-detail .attached span {
  padding: 10px 30px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  background-color: #f2f2f2;
}
.card.notification-detail .attached span:before {
  content: url('../images/attached.svg');
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  margin-right: 15px;
}
.card.notification-detail .attached ul li {
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
}
.card.notification-detail .attached ul li a {
  color: #808080;
  display: block;
  padding: 10px 30px;
}
.card.notification-detail .attached ul li a:after {
  content: url('../images/arrow_right_dark.svg');
  display: block;
  float: right;
  width: 6px;
  height: 12px;
}
.card.notification-detail .attached ul li a:hover {
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .card.notification-detail:not(.askVersion) {
    border-radius: 0px;
    margin: -15px -10px;
    min-height: calc(100vh - 56px);
  }
  .card.notification-detail > span {
    padding: 0px 20px;
  }
}
@media (max-width: 550px) {
  .card.notification-detail img {
    width: 90px;
    margin-top: 15px;
  }
}
/* Warnings */
.warning-message {
  padding: 20px 25px 20px 45px;
  background-color: #dd052b;
  border-radius: 3px;
  margin: 0px 0px 20px 0px;
}
.warning-message span {
  color: #f2f2f2;
}
.warning-message button {
  float: right;
  padding: 8px 20px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin-top: -8px;
  color: white;
}
.warning-message button:hover {
  background-color: white;
  color: #dd052b;
}
.warning-message:before {
  content: url('../images/info_white.svg');
  display: block;
  float: left;
  margin-top: -3px;
  margin-right: 20px;
  width: 25px;
  height: 25px;
}
.warning-list .warning-wrapper {
  padding: 25px 50px;
  position: relative;
}
.warning-list .warning-wrapper > span {
  display: block;
}
.warning-list .warning-wrapper :first-child {
  font-size: 12px;
}
.warning-list .warning-wrapper :last-child {
  font-size: 17px;
}
.warning-list .warning-wrapper:after {
  content: url('../images/warning_red.svg');
  display: block;
  float: right;
  width: 35px;
  position: absolute;
  top: 30px;
  right: 40px;
}
.no-warnings {
  text-align: center;
}
.no-warnings img {
  margin-top: 50px;
  width: 150px;
}
.no-warnings span {
  display: block;
  color: #808080;
  padding-top: 50px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .warning-message {
    margin: -15px -20px 15px;
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .warning-message {
    padding: 20px 25px 20px 30px;
    margin: -15px -10px 15px;
  }
  .warning-list .warning-wrapper {
    padding: 25px 30px;
  }
  .warning-list .warning-wrapper:after {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 550px) {
  .warning-message {
    padding: 20px 15px;
  }
  .warning-message button {
    padding: 5px 20px;
    margin-top: -6px;
  }
  .warning-message:before {
    margin-right: 8px;
  }
  .warning-list .warning-wrapper {
    padding: 20px 20px;
  }
  .warning-list .warning-wrapper:after {
    top: 30px;
    right: 20px;
    width: 25px;
  }
  .warning-list .warning-wrapper :last-child {
    font-size: 16px;
  }
}
/* Message page */
.card.message-card {
  text-align: center;
  padding: 40px;
}
.card.message-card img {
  width: 150px;
}
.card.message-card h1 {
  margin-bottom: 30px;
}
.card.message-card > span {
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .card.message-card {
    padding: 20px;
  }
  .card.message-card img {
    width: 120px;
  }
  .card.message-card h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
/* News */
.news-wrapper {
  font-size: 0px;
  padding: 20px 20px;
  background: white;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-wrapper:hover {
  background-color: #f9f9f9;
}
.news-wrapper > * {
  vertical-align: top;
}
.news-wrapper img {
  display: inline-block;
  width: 225px;
}
.news-wrapper .news-content {
  display: inline-block;
  width: calc(100% - 225px);
  padding: 0px 20px;
}
.news-wrapper .news-content > span {
  display: block;
}
.news-wrapper .news-content :first-child {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}
.news-wrapper .news-content :nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.news-wrapper .news-content :last-child {
  font-size: 15px;
  height: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-row {
    margin-top: -15px;
  }
  .news-wrapper {
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0px;
    margin: 0px -10px;
    box-shadow: none;
  }
  .news-wrapper img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 450px;
  }
  .news-wrapper .news-content {
    display: block;
    width: 100%;
    padding: 20px 0px 0px;
  }
}
@media (max-width: 550px) {
  .news-wrapper {
    margin: 0px -10px;
  }
}
/* News details */
.card.news-detail {
  padding: 40px 70px;
}
.card.news-detail > a {
  padding: 5px 10px;
  display: inline-block;
  font-weight: 600;
  color: #808080;
  margin-bottom: 25px;
  border-radius: 3px;
}
.card.news-detail > a:hover {
  background-color: #f2f2f2;
}
.card.news-detail > a:before {
  content: '\f060';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: -1px;
  width: 6px;
  height: 12px;
}
.card.news-detail > span {
  position: absolute;
  right: 100px;
  text-align: right;
  color: #808080;
  font-weight: 300;
  font-size: 16px;
}
.card.news-detail h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.card.news-detail img {
  max-width: 720px;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}
.card.news-detail .news-body p {
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .card.news-detail {
    padding: 20px;
    margin: -15px -10px;
  }
  .card.news-detail > span {
    right: 35px;
  }
}
.pager li a {
  display: inline-block;
}
.pager li.previous a:before {
  content: url('../images/arrow_left_dark.svg');
  display: block;
  float: left;
  margin-right: 20px;
  width: 6px;
  height: 12px;
}
.pager li.previous a:hover:before {
  content: url('../images/arrow_left_light.svg');
}
.pager li.next a:after {
  content: url('../images/arrow_right_dark.svg');
  display: block;
  float: right;
  margin-left: 20px;
  width: 6px;
  height: 12px;
}
.pager li.next a:hover:after {
  content: url('../images/arrow_right_light.svg');
}
.pager li > a,
.pager .pager li > span {
  position: relative;
  border-radius: 3px;
  padding: 10px 20px;
  border: 0px;
}
.pager li > a:hover,
.pager .pager li > span:hover {
  background-color: #272727;
  color: #f2f2f2;
}
.pager li > a .previous:before,
.pager .pager li > span .previous:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 6px;
  height: 12px;
}
.pagination > li > a,
.pagination > li > span {
  margin-right: 5px;
  color: #272727;
  border: 0px;
}
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: white;
  background-color: #dd052b;
  border-color: 0px;
}
.pagination > li.active > a,
.pagination > li.active > span {
  background-color: #272727;
  color: white;
}
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  color: #f2f2f2;
  background-color: #272727;
  border: 0px;
}
.pagination > li.disabled > a,
.pagination > li.disabled span {
  color: #808080;
}
/* Profile */
.profile-info {
  position: relative;
  display: table;
  padding-left: 100px !important;
  padding-right: 100px !important;
  width: 100%;
}
.profile-info .edit-profile-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../images/edit_profile_btn.svg');
}
.profile-info .image-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.profile-info .profile-image {
  border: 2px solid #f2f2f2;
  border-radius: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}
.profile-info .data-profile {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 50px;
}
.profile-info .data-profile h1 {
  font-size: 48px;
  font-weight: 300;
}
.profile-info .data-profile .title-white {
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: -4px;
  text-transform: uppercase;
}
.profile-info .data-profile .data {
  font-size: 21px;
  font-weight: 300;
}
.profile-info .push-notifications {
  text-align: right;
  margin-right: -60px;
}
.profile-info .push-notifications .checkbox {
  display: inline;
}
.company-data {
  padding: 10px 25px;
  width: 70%;
}
.company-data .card-title {
  padding: 0px !important;
  margin-top: 20px;
  margin-bottom: 0px !important;
}
.company-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 100px;
}
.hours {
  display: table;
  width: 100%;
}
.hours > div {
  display: table-cell;
  width: 50%;
  text-align: center;
}
.hours > div > span {
  display: block;
}
.hours > div :first-child {
  text-transform: uppercase;
  font-size: 15px;
  color: #808080;
  font-weight: 300;
}
.hours > div :last-child {
  font-size: 48px;
  font-weight: 300;
}
.accountable-list li > div {
  display: table;
  width: 100%;
  padding: 10px;
}
.accountable-list li > div > div {
  vertical-align: top;
  padding: 10px;
  display: table-cell;
}
.accountable-list li > div > :first-child {
  border-right: 1px solid #f2f2f2;
}
.accountable-list li > div > :first-child .accountable-image {
  border-radius: 25px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.accountable-list li > div :last-child {
  width: 100%;
}
.accountable-list li > div :last-child > span {
  display: block;
}
.accountable-list li > div :last-child .accountable-name {
  font-size: 18px;
}
.accountable-list li > div :last-child .accountable-job-title {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.accountable-list li > div :last-child .accountable-email {
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
}
.accountable-list li > div :last-child .accountable-email:before {
  content: url('../images/email_icon.svg');
  display: block;
  float: left;
  width: 15px;
  margin-right: 5px;
  padding-top: 2px;
}
@media (max-width: 991px) {
  .content .card.dark.profile-info {
    width: calc(100% + 40px);
    margin: -20px -20px 20px;
  }
  .profile-info {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .profile-info .data-profile h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .profile-info .data-profile,
  .profile-info .image-wrapper {
    display: block;
    text-align: center;
  }
  .profile-info .profile-image {
    margin: auto;
  }
  .profile-info .data-profile {
    padding-left: 0px;
  }
  .profile-info {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .profile-info .data-profile h1 {
    font-size: 24px;
  }
  .profile-info .data-profile .data {
    font-size: 17px;
  }
  .company-logo {
    display: block;
    position: static;
    margin: 0 auto;
  }
  .company-data {
    text-align: center;
    width: 100%;
  }
}
/* Edit Profile */
.card.edit-profile-card {
  padding: 40px;
}
.card.edit-profile-card .top-edit-profile {
  display: table;
  width: 100%;
}
.card.edit-profile-card .top-edit-profile > div {
  display: table-cell;
  vertical-align: top;
}
.card.edit-profile-card .top-edit-profile > div:first-child {
  width: 230px;
}
.card.edit-profile-card .top-edit-profile .dropzone {
  text-align: center;
  margin-top: 10px;
  width: 200px;
  height: 200px;
  border: 1px solid #808080;
  border-radius: 3px;
  background: repeating-linear-gradient(-45deg, #f2f2f2, #f2f2f2 3px, #ffffff 3px, #ffffff 8px);
}
.card.edit-profile-card .top-edit-profile .dropzone .dz-preview.dz-image-preview {
  width: 150px;
  height: 150px;
}
.card.edit-profile-card .top-edit-profile .dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin: 0px;
  min-height: 100px;
  margin-top: 50%;
  transform: translateY(-50%);
}
.card.edit-profile-card .top-edit-profile .dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  min-width: 150px;
  min-height: 150px;
  position: relative;
  display: block;
  z-index: 10;
}
.card.edit-profile-card .top-edit-profile .dropzone .dz-preview .dz-image img {
  width: 100%;
}
.card.edit-profile-card .top-edit-profile .dropzone .dz-preview .dz-error-message {
  left: 4px;
  top: 155px;
}
.card.edit-profile-card .top-edit-profile .dropzone .dz-preview .dz-error-message span {
  color: white;
}
.card.edit-profile-card .top-edit-profile .dropzone .dz-preview .dz-details {
  top: 25px;
}
.card.edit-profile-card .top-edit-profile .dropzone .dz-message {
  text-align: center;
  margin: 4em 0;
}
.card.edit-profile-card .top-edit-profile .dropzone .dz-message * {
  color: #808080;
}
.card.edit-profile-card .top-edit-profile a.dz-remove {
  padding: 4px;
  background-color: #ed3737;
  margin-top: 5px;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 20px;
  top: -20px;
  right: -10px;
  z-index: 999;
}
.card.edit-profile-card .top-edit-profile a.dz-remove:hover {
  color: white;
  background-color: #272727;
}
.card.edit-profile-card .top-edit-profile a.dz-remove:before {
  content: '\f2ed';
  color: white;
  font-family: "Font Awesome 5 Free";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  position: absolute;
  top: 10px;
  right: -5px;
}
.edit-profile-title {
  display: block;
  float: right;
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-right: 15px;
}
.edit-profile-title:before {
  content: url('../images/edit_proflie_icon.svg');
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 25px;
  margin-top: 5px;
}
.card-footer {
  text-align: right;
  padding: 25px 0px 0px;
}
.card-footer > a,
.card-footer > button {
  display: inline-block;
  width: 225px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .card.edit-profile-card {
    border-radius: 0px;
    margin: -15px -20px;
  }
  .edit-profile-title {
    display: none;
  }
  .card-footer {
    text-align: center;
  }
  .card-footer > a,
  .card-footer > button {
    width: 45%;
    margin: 0px 0px;
  }
}
@media (max-width: 767px) {
  .card.edit-profile-card .top-edit-profile .dropzone {
    margin: auto;
  }
  .card.edit-profile-card .top-edit-profile > div {
    display: block;
  }
  .card.edit-profile-card .top-edit-profile > div:first-child {
    width: auto;
  }
  .card-footer > a,
  .card-footer > button {
    display: block;
    width: 100%;
    margin: 10px 0px;
  }
}
/* Página recordatorio contraseña*/
.content.remember-pass {
  position: relative;
  padding: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d9d9d9', GradientType=1);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('../images/logo_background.svg'), linear-gradient(45deg, #efefef 0%, #d9d9d9 100%);
  vertical-align: middle;
  min-height: 550px;
  height: 100vh;
  overflow: hidden;
}
.content.remember-pass .wrapper.remember-pass {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content.remember-pass .wrapper.remember-pass .card {
  padding: 20px 40px 30px;
}
.content.remember-pass .wrapper.remember-pass .card.message-card img {
  width: 150px;
}
.content.remember-pass .wrapper.remember-pass h1 {
  font-weight: 700;
  font-size: 28px;
}
.content.remember-pass .wrapper.remember-pass img {
  width: 245px;
  margin-bottom: 45px;
}
.content.remember-pass .wrapper.remember-pass span {
  display: block;
  margin-bottom: 25px;
}
.content.remember-pass .wrapper.remember-pass .btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .content.remember-pass .wrapper.remember-pass {
    position: static;
    transform: none;
    padding: 35px 15px 0px;
  }
  .content.remember-pass .wrapper.remember-pass .card {
    margin: 0px -5px;
    padding: 15px;
  }
  .content.remember-pass .wrapper.remember-pass .card.message-card img {
    width: 90px;
    margin-bottom: 15px;
  }
  .content.remember-pass .wrapper.remember-pass h1 {
    font-weight: 700;
    font-size: 21px;
  }
  .content.remember-pass .wrapper.remember-pass img {
    width: 175px;
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  .content.remember-pass .wrapper.remember-pass {
    position: static;
    transform: none;
    padding: 15px 15px 0px;
  }
  .content.remember-pass .wrapper.remember-pass img {
    margin-bottom: 10px;
  }
  .content.remember-pass .wrapper.remember-pass .card {
    margin: 0px -5px;
    padding: 15px;
  }
  .content.remember-pass .wrapper.remember-pass h1 {
    font-weight: 700;
    font-size: 18px;
    padding: 0px;
  }
  .content.remember-pass .wrapper.remember-pass span {
    display: block;
    margin-bottom: 15px;
  }
}
/* Other */
.content.other {
  position: relative;
  padding: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d9d9d9', GradientType=1);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url('../images/logo_background.svg'), linear-gradient(45deg, #efefef 0%, #d9d9d9 100%);
  background-attachment: fixed;
  vertical-align: middle;
  height: 100vh;
  overflow-y: auto;
}
.content.other .wrapper.other {
  text-align: center;
  padding: 50px;
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100vh;
}
.content.other .wrapper.other #logo {
  margin: 50px 0px;
  width: 250px;
}
.content.other .wrapper.other .card {
  text-align: left;
  padding: 30px;
  max-width: 1024px;
  margin: 0px auto;
  z-index: 25;
  margin-bottom: 20px;
}
.content.other .wrapper.other .card .card-title {
  text-align: center;
}
.content.other .wrapper.other .wrapper > span {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}
.content.other .text-info a {
  color: #dd052b;
}
.content.other .red-red {
  position: relative;
  background-color: white;
  z-index: 20;
}
.content.other .red-red:hover {
  border: 1px solid #f2f2f2;
}
.content.other .small-letter {
  display: block;
  text-align: right;
  color: #808080;
  margin-top: -12px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .content.other .wrapper.other {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .content.other .wrapper.other {
    padding: 20px;
  }
  .content.other .wrapper.other .card {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .content.other .wrapper.other {
    padding: 10px;
  }
  .content.other .wrapper.other .card {
    padding: 15px;
  }
}
/* Terms */
.terms a {
  color: #dd052b;
}
.terms a:hover {
  color: #272727;
}
.terms p {
  text-align: justify;
}
/*LOADER*/
.loader {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 58, 61, 0.7);
  z-index: 9999999999;
}
.loader-spinner {
  width: 120px;
  height: 120px;
  position: fixed;
  top: 40%;
  left: calc(50% - 60px);
  border: 16px solid #f2f2f2;
  border-top: 16px solid #dd052b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* BOOTSTRAP CUSTOM */
.text-danger,
.text-danger b {
  color: #dd052b;
}
/*BARRA PROGRESO (vacaciones, etc.)*/
.progess-bar {
  margin-bottom: 40px;
}
.progess-bar .text {
  display: table;
  width: 100%;
}
.progess-bar .text > * {
  display: table-cell;
  font-size: 12px;
  text-transform: uppercase;
}
.progess-bar .text > *:last-child {
  text-align: right;
}
.progess-bar .bar,
.progess-bar .percent {
  background: #272727;
  height: 32px;
  border-radius: 3px;
}
.progess-bar .bar .percent,
.progess-bar .percent .percent {
  background: #dd052b;
}
/*VARIOS*/
.info-title {
  font-size: 17px;
  text-align: center;
  margin-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 24px;
}
.info-title img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.selected-days {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  margin-top: 24px;
}
.card.result {
  padding: 40px;
  text-align: center;
}
.card.notification-detail .notification-observations-body.text-center {
  text-align: center!important;
}
.notifications-list.no-date li:not(.notification-date-list) > a > :first-child {
  width: 87px;
}
.lgh {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  top: -4px;
  margin-right: 1px;
}
.medium-grey,
.medium-grey strong {
  color: #808080;
}
.notification-detail .notification-date {
  color: #808080;
}
.notification-detail .notification-date + .notification-observations-title {
  margin-top: 20px;
}
.notification-detail .notification-date + .notification-observations-title + .notification-observations-body {
  padding-bottom: 0;
}
.datepicker {
  z-index: 999!important;
}
textarea {
  resize: none;
}
.card.notification-detail .attached ul li.add {
  display: block;
  padding: 10px 30px;
  border-color: #272727;
}
.card.notification-detail .attached ul li.add input[type="file"],
.card.notification-detail .attached ul li.add:after,
.card.notification-detail .delete {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  position: relative;
  top: -10px;
}
.card.notification-detail .attached ul li.add input[type="file"] {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  left: 15px;
}
.card.notification-detail .attached ul li.add:after {
  content: "";
  position: relative;
  left: 55px;
  z-index: 0;
  background: url('../images/attached.svg') no-repeat center center;
  background-size: 21px 21px;
}
.card.notification-detail .attached ul li.added {
  position: relative;
}
.card.notification-detail .attached ul li.added a {
  position: relative;
  width: calc(100% - 40px);
}
.card.notification-detail .attached ul li.added a:after {
  display: none;
}
.card.notification-detail .delete {
  font-size: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 15px;
  background: url('../images/delete.svg') no-repeat center center;
}
legend.input-label {
  border: none;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
}
.option {
  display: inline-block;
  min-height: 32px;
  min-width: 24px;
  padding-left: 20px;
  margin: 0 16px 8px 0;
  position: relative;
  vertical-align: middle;
}
.option input {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.option label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-top: 9px;
  font-weight: 400;
}
.option label:before {
  content: "";
  background: #fff;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 11px;
  width: 16px;
  height: 16px;
  transition: border-color ease-in-out 0.3s;
}
.option input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 8px;
  height: 14px;
  border: solid #dd052b;
  border-width: 0 2px 2px 0;
  transform: rotate(45.1deg);
}
.option input[type="radio"] + label:before {
  border-radius: 50%;
}
.option input[type="radio"] + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  background: #dd052b;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.option input + label:after {
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.option input:checked + label:after {
  opacity: 1;
}
.option input[type="checkbox"] + label {
  margin-left: 4px;
}
.form-row + .row {
  margin-top: -15px;
}
.card.notification-detail.askVersion {
  padding: 0;
  box-shadow: none;
  border: 1px solid rgba(39, 39, 39, 0.15);
}
.card.notification-detail.askVersion .attached ul li:last-child {
  border: none;
}
.inlineField,
.inlineField label,
.inlineField input {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
}
.inlineField label {
  font-weight: 400;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.option + .inlineField {
  margin-left: 12px;
}

.black-corner,
.red-corner{
  display: none;
}
/*NÓMINAS*/
.paysheetList .notifications-list .notification-date-list.year{
  background: #808080;
  padding:12px 20px 10px;
}
.paysheetList .notifications-list .notification-date-list.year span{
  color:#F2F2F2;
  font-size: 16px;
}
.paysheetList .notifications-list li:not(.notification-date-list) > a > :first-child{
  text-align: left;
  padding-bottom:12px;
}
@media (max-width: 767px) {
  .paysheetList .notifications-list li:not(.notification-date-list) > a > :first-child:after{
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
    width: 6px;
    height: 12px;
    margin-top:0;
  }
}
/*AÑADIDOS*/
/*Base*/
#day-summary li.stop :first-child:before {
  content: url('../images/stop_list.svg');
}
/*Bank*/
#historyTable_toolbar{
  padding:12px 26px;
}
#historyTable{
  width:100% !important;
}
/*IDIOMA*/
.menu :nth-child(2) .lang-btn{
  color:#fff;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 21px 30px 23px 21px;
  border-left:1px solid black;
  width:72px;
}
.menu :nth-child(2) .lang-btn:after {
  content: '';
  display: block;
  float: right;
  width: 10px;
  height: 7px;
  margin-left: 10px;
  margin-top: 7px;
  background-image: url(../images/down_indicator.svg);
  background-size: 10px 7px;
  position: absolute;
  top: 21px;
  right: 12px;
}
.menu :nth-child(2) .lang-menu {
    position: absolute;
    display: none;
    right: -4px;
    top:100%;
    z-index: 999;
    background-color: #272727;
    box-shadow: -2px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.menu :nth-child(2) .lang-btn .title{
  display: none;
}
.menu :nth-child(2) .lang-menu.open{
  display: block;
}
.menu :nth-child(2) .lang-menu li{
  display: block;
  text-align: left;
} 
.menu :nth-child(2) .lang-menu li a:before{
  display: none;
}
.menu :nth-child(2) .lang-menu li a{
  white-space: nowrap;
}
.lang-menu{
  display: none;
}
.menu :nth-child(2) .lang-btn:hover{
  color:#dd052b;
}
.menu :nth-child(2) .lang-btn:hover:after{
  background-image: url(../images/down_indicator_red.svg);
}
.menu :nth-child(2) .lang-btn.open:after{
  background-image: url(../images/up_indicator_red.svg);
}
/**/
@media (min-width: 992px){
  .menu :nth-child(2) .user-btn{
    max-width: calc(100vw - 900px);/*Acorto el lo del usuario*/
  }
}
.menu :nth-child(2) .profile-menu{
  right:72px;/*Ancho botón menú idioma*/
}
@media (max-width: 991px){
  .menu :nth-child(2) .lang-btn{
    width:100%;
    border:none;
    text-align: left; 
     margin-top: 20px;
  }
  .menu :nth-child(2) .lang-btn .title{
    display: inline-block;
    color:inherit;
    margin-right: 8px;
    font-weight: bold;
    padding-left: 10px;
  }
  .menu :nth-child(2) .lang-menu{
    position: relative;
    right:auto;
    top:0;
  }
  .menu :nth-child(2) .lang-menu ul{
    margin-top: 0;
  }
  /**/
  .menu :nth-child(2) .profile-menu{
    right:0;
    position: relative;
  }
  /**/
  .menu.open{
    position: fixed;/*estaba absolute no sé x q*/
  }
  .menu :nth-child(2){
    display: block;
  }
}
/*Vacaciones Custom*/
.notifications-list li:not(.notification-date-list) > a div.holidays-approvals,
.notifications-list li:not(.notification-date-list) > a div.holidays-approvals div,
.notifications-list li:not(.notification-date-list) > a div.permission-approvals,
.notifications-list li:not(.notification-date-list) > a div.permission-approvals div{
   padding: 0;
   display: block;
}
.holidays-approvals{
  margin-top: 32px;
}
.permission-approvals{
  margin-top: 32px;
}
.notifications-list li:not(.notification-date-list).holidays > a > :first-child:after,
.notifications-list li:not(.notification-date-list).holidays  > a > :last-child:after{
  top:50%;
  transform: translateY(-50%);
  top:50px\9;/*IE*/
  transform: none\9;/*IE*/
  position: absolute !important;
  margin: 0 !important;
}
.notifications-list li:not(.notification-date-list).holidays  > a > :last-child:after{
  margin-top: -6px;
  top:60px\9;/*IE*/
}
.holidays-approvals > div,
.notifications-list li:not(.notification-date-list) > a div.holidays-approvals div,
.permission-approvals > div,
.notifications-list li:not(.notification-date-list) > a div.permission-approvals div{
  display: inline-block;
  width: 120px;
}
.holidays-approvals > div > span, .permission-approvals > div > span{
  display: block;
}
.holidays-approvals > div > span:first-child, .permission-approvals > div > span:first-child{
    color:#808080;
    font-size: 13px;
    font-weight: 500;
}
.holidays-approvals > div > span:last-child, .permission-approvals > div > span:last-child{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.holidays-approvals > div > span:last-child:before, .permission-approvals > div > span:last-child:before{
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: #808080;
  position: relative;
  top:1px;
  margin-right: 4px;
}
.holidays-approvals > div.approved > span:last-child:before, .permission-approvals > div.approved > span:last-child:before{
  background: #8cc674;
}
.holidays-approvals > div.pending > span:last-child:before, .permission-approvals > div.pending > span:last-child:before{
  background: #fbae17;
}
.holidays-approvals > div.rejected > span:last-child:before, .permission-approvals > div.rejected > span:last-child:before{
  background: #ed3737;
}
@media (max-width: 400px) {
  .holidays-approvals > div,
  .notifications-list li:not(.notification-date-list) > a div.holidays-approvals div,
  .permission-approvals > div,
  .notifications-list li:not(.notification-date-list) > a div.permission-approvals div{
    width: 100px;
  }
}
/**/
.notification-detail.holidays{
  padding-bottom: 40px;
}
.notification-detail.holidays .notification-dates{
  font-size: 30px;
}
.card.notification-detail.holidays .notification-title{
  font-size: 17px;
  color: #808080;
  text-transform: none;
  font-weight: 500;
}
.card.notification-detail.holidays .notification-status{
  font-size: 17px;
  color: #808080;
  text-transform: none;
  font-weight: 500;
}
.card.notification-detail.holidays .notification-state:after,
.card.notification-detail.holidays .notification-state:before{
  width: 100%;
  max-width: 400px;
}
.card.notification-detail.holidays div.holidays-approvals > div,
.card.notification-detail.permission div.permission-approvals > div{
  display: block;
  width: 100%;
  text-align: left;
  max-width: 400px;
  margin:0 auto;
   padding: 15px;
   text-align: left;
}
.holidays-approvals > div > span:last-child > div,
.permission-approvals > div > span:last-child > div{
  text-transform: none;
  font-weight: normal;
  padding: 0;
  font-size: 14px;
  margin-top: 8px;
}

/*Jornadas Anteriores*/
.card.alt{
  padding: 24px;
}
.editBtn {
    display: inline-block;
    width: 16px;
}
.historyInfo{
  font-size:20px;
  line-height: 1.2;
}
.historyInfo strong{
  font-size: 18px;
}
@media (max-width: 767px){
  .historyInfo{
    margin-bottom:24px;
  }
}
.card.noPadding{
  padding:0;
}
.historyTable{
  width:100%;
  border-radius: 3px;
  border-collapse: collapse;
  overflow: hidden;
}
.historyTable th,
.historyTable td{
  border-bottom:1px solid #f2f2f2;
  padding:10px 16px !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after{
  display: none;
}
.historyTable th:first-child,
.historyTable td:first-child,
.historyTable th:last-child,
.historyTable td:last-child{
  width:1px;
  white-space:nowrap;
}
.historyTable th{
  background: #f2f2f2;
}
.historyTable td{
  color:#808080;
}
.historyTable .infoBtn{
  position:relative;
  top: 2px;
  cursor: pointer;
  transition:opacity .3s;
}
.historyTable .infoBtn:hover{
  opacity:.8;
}
@media (max-width: 767px){
  .historyTable th,
  .historyTable td{
    padding:5px 8px !important;
    width:auto !important;
    font-size: 12px;
  }
  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_desc:after{
    display: none;
  }
}
/**/
.lineTextTitle{
  border-bottom:1px solid #eee;
  text-align: center;
  margin-bottom:0.5em;
}
.lineTextTitle span{
  display: inline-block;
  background: #fff;
  padding:0 8px;
  font-size: 18px;
  font-weight: 300;
  color:#808080;
  position: relative;
  top:0.6em;
}
.card.alt > .lineTextTitle{
  width:calc(100% + 48px);
  margin-left: -24px;
}
.align_right {
  text-align: right;
}
table.dataTable thead .sorting_asc:after {
  content: "" !important;
}
table.dataTable thead .sorting_desc:after {
  content: "" !important;
}
table.dataTable thead .sorting:after {
  content: "" !important;
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter {
  padding: 12px;
  padding-bottom: 0;
}
div.dataTables_wrapper div.dataTables_info {
  padding: 12px;
  padding-top: 8px;
}
.timeSection {
  border-top: 1px solid #ddd;
  margin: 0 -24px;
  padding: 4px 24px;
}
img {
  max-width: 100%;
  height: auto;
}
.timeSection .deleteSection {
  padding: 17px;
  line-height: 0;
  margin-top: 41px;
  transition: opacity .3s;
}
.timeSection > .btn:first-child:last-child {
  margin: 18px 0;
}
.btn {
  border: none;
  transition: background .3s;
}
.btn, .btn-group-sm>.btn {
  padding: 13px 16px;
  font-weight: 600;
}
.dataTables_wrapper .form-control, .dataTables_wrapper .form-control:focus, div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 10px;
  width: auto;
  height: 50px;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px;
  display: inline-block;
}