/* compiled by scssphp v0.1.1 on Wed, 13 Jun 2018 12:05:32 +0200 (5.8557s) */

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#svgLato-Light') format('svg');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#svgLato-Regular') format('svg');
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#svgLato-Bold') format('svg');
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/Nobel-ExtraLight-PL.eot');
  src: url('../fonts/Nobel-ExtraLight-PL.eot?#iefix') format('embedded-opentype'), url('../fonts/Nobel-ExtraLight-PL.woff') format('woff'), url('../fonts/Nobel-ExtraLight-PL.ttf') format('truetype'), url('../fonts/Nobel-ExtraLight-PL.svg#svgLato-Light') format('svg');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/Nobel-Light-PL.eot');
  src: url('../fonts/Nobel-Light-PL.eot?#iefix') format('embedded-opentype'), url('../fonts/Nobel-Light-PL.woff') format('woff'), url('../fonts/Nobel-Light-PL.ttf') format('truetype'), url('../fonts/Nobel-Light-PL.svg#svgLato-Light') format('svg');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/Nobel-Book-PL.eot');
  src: url('../fonts/Nobel-Book-PL.eot?#iefix') format('embedded-opentype'), url('../fonts/Nobel-Book-PL.woff') format('woff'), url('../fonts/Nobel-Book-PL.ttf') format('truetype'), url('../fonts/Nobel-Book-PL.svg#svgLato-Regular') format('svg');
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/Nobel-Black-PL.eot');
  src: url('../fonts/Nobel-Black-PL.eot?#iefix') format('embedded-opentype'), url('../fonts/Nobel-Black-PL.woff') format('woff'), url('../fonts/Nobel-Black-PL.ttf') format('truetype'), url('../fonts/Nobel-Black-PL.svg#svgLato-Bold') format('svg');
  font-weight: 700;
  font-style: normal; }
/*
 HTML5 Reset :: style.css
 ----------------------------------------------------------
 We have learned much from/been inspired by/taken code where offered from:
 Eric Meyer					:: http://meyerweb.com
 HTML5 Doctor				:: http://html5doctor.com
 and the HTML5 Boilerplate	:: http://html5boilerplate.com
 -------------------------------------------------------------------------------*/
/* Let's default this puppy out
 -------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  box-sizing: border-box; }
/* Responsive images and other embedded objects
 Note: keeping IMG here will cause problems if you're using foreground images as sprites.
 If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img, object, embed {
  max-width: 100%; }
/* force a vertical scrollbar to prevent a jumpy page */
/* we use a lot of ULs that aren't bulleted. 
 don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }
/*input[type="radio"] {vertical-align: text-bottom;}*/
input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }
/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }
/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer; }
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }
/* make buttons play nice in IE */
button, input[type=button] {
  width: auto;
  overflow: visible; }
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }
/* prevent BG image flicker upon hover 
 (commented out as usage is rare, and the filter syntax messes with some pre-processors)
 .ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
 */
/* let's clear some floats */
.clearfix:before, .marks:before, .marksEdition:before, .wrap:before, .hr_gl-mainContainer:before, .row:before, .head:before, .recrutationCard .recrutationCard-description:before, .col-5:before, .form fieldset .form-row:before, .list-top-filter .filter:before, .form-actions:before, .project-steps-content.col-5:before, .project-steps-content.col-2:before, .modalRow:before, .tasksCard .taskRow:before, #inbox .message-body .message-body-reciepment:before, #message .message-row:before, .hr_page-actions:before, .application .application-container .application-head:before, .head:before, .listCandidates.list .listUsers .candidate:before, #cv:before, .candidate-profile:before, .candidate-messages-item:before, .recrutationCard .recrutationCard-title:before, #statystyki:before, #statystyki2:before, .tasksCard .taskRow:before, .tasksCard .taskDetails:before, .list > li:before, .grid:before, .grid > li:before, .clearfix:after, .marks:after, .marksEdition:after, .wrap:after, .hr_gl-mainContainer:after, .row:after, .head:after, .recrutationCard .recrutationCard-description:after, .col-5:after, .form fieldset .form-row:after, .list-top-filter .filter:after, .form-actions:after, .project-steps-content.col-5:after, .project-steps-content.col-2:after, .modalRow:after, .tasksCard .taskRow:after, #inbox .message-body .message-body-reciepment:after, #message .message-row:after, .hr_page-actions:after, .application .application-container .application-head:after, .head:after, .listCandidates.list .listUsers .candidate:after, #cv:after, .candidate-profile:after, .candidate-messages-item:after, .recrutationCard .recrutationCard-title:after, #statystyki:after, #statystyki2:after, .tasksCard .taskRow:after, .tasksCard .taskDetails:after, .list > li:after, .grid:after, .grid > li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after, .marks:after, .marksEdition:after, .wrap:after, .hr_gl-mainContainer:after, .row:after, .head:after, .recrutationCard .recrutationCard-description:after, .col-5:after, .form fieldset .form-row:after, .list-top-filter .filter:after, .form-actions:after, .project-steps-content.col-5:after, .project-steps-content.col-2:after, .modalRow:after, .tasksCard .taskRow:after, #inbox .message-body .message-body-reciepment:after, #message .message-row:after, .hr_page-actions:after, .application .application-container .application-head:after, .head:after, .listCandidates.list .listUsers .candidate:after, #cv:after, .candidate-profile:after, .candidate-messages-item:after, .recrutationCard .recrutationCard-title:after, #statystyki:after, #statystyki2:after, .tasksCard .taskRow:after, .tasksCard .taskDetails:after, .list > li:after, .grid:after, .grid > li:after {
  clear: both; }

.clearfix, .marks, .marksEdition, .wrap, .hr_gl-mainContainer, .row, .head, .recrutationCard .recrutationCard-description, .col-5, .form fieldset .form-row, .list-top-filter .filter, .form-actions, .project-steps-content.col-5, .project-steps-content.col-2, .modalRow, .tasksCard .taskRow, #inbox .message-body .message-body-reciepment, #message .message-row, .hr_page-actions, .application .application-container .application-head, .head, .listCandidates.list .listUsers .candidate, #cv, .candidate-profile, .candidate-messages-item, .recrutationCard .recrutationCard-title, #statystyki, #statystyki2, .tasksCard .taskRow, .tasksCard .taskDetails, .list > li, .grid, .grid > li {
  zoom: 1; }

.jq-ry-container {
  position: relative;
  padding: 0;
  line-height: 0;
  margin: 4px 0 0;
  display: block;
  cursor: pointer;
  z-index: 2; }

.jq-ry-container[readonly="readonly"] {
  cursor: default; }

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.scrollable {
  position: relative; }

.scrollable:focus {
  outline: 0; }

.scrollable .viewport {
  position: relative;
  overflow: hidden; }

.scrollable .viewport .overview {
  position: absolute; }

.scrollable .scroll-bar {
  display: none; }

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%; }

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%; }

.scrollable .scroll-bar .thumb {
  position: absolute; }

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px; }

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0; }

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
/*Default skin*/
.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px; }

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px; }

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px; }

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6; }
/*Gray skin*/
.scrollable.gray-skin {
  padding-right: 17px; }

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3; }

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray; }

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black; }

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px; }

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px; }
/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px; }

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888; }

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984; }

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )"; }

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )"; }

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px; }

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px; }

#relativeWrap .defaultSkin table.mceLayout {
  border-radius: 5px;
  border: 1px solid #ebebeb; }
  #relativeWrap .defaultSkin table.mceLayout tr.mceFirst td {
    border: none; }
  #relativeWrap .defaultSkin table.mceToolbar {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin: 10px; }
    #relativeWrap .defaultSkin table.mceToolbar td:nth-child(11) .mceButton {
      border-right: none; }
  #relativeWrap .defaultSkin .mceIframeContainer {
    border: none; }
  #relativeWrap .defaultSkin td.mceToolbar {
    background: transparent; }
  #relativeWrap .defaultSkin table.mceLayout tr.mceLast td {
    border-top: none; }
  #relativeWrap .defaultSkin .mceSeparator {
    display: none; }
  #relativeWrap .defaultSkin .mceButton {
    padding: 5px;
    width: 30px;
    height: 30px;
    border: 0;
    border-right: 1px solid #ebebeb; }

.ui-multiselect {
  padding: 4px 6px 4px 6px;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  color: #4d4d4d;
  line-height: 20px;
  position: relative;
  height: 30px;
  overflow: hidden; }

.ui-multiselect span.ui-icon {
  float: right; }

.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px; }

.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important; }

.ui-multiselect .icon-arrow {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1px;
  width: 18px;
  height: 100%;
  background: #fff url("../img/icon/select2.png") no-repeat scroll 0 1px; }

.ui-multiselect.ui-state-active {
  border-color: #5897fb; }

.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
  background: none;
  border: none; }

.ui-multiselect-header ul {
  font-size: 0.9em; }

.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0; }

.ui-multiselect-header a {
  text-decoration: none; }

.ui-multiselect-header a:hover {
  text-decoration: underline; }

.ui-multiselect-header span.ui-icon {
  float: left; }

.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0; }

.ui-multiselect-header .ui-helper-reset {
  display: none; }

.ui-multiselect-menu {
  border-color: #5897fb;
  border-top: none;
  margin-top: -5px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-family: Arial, sans-serif;
  color: #4d4d4d;
  display: none;
  padding: 0px;
  position: absolute;
  z-index: 10000;
  text-align: left; }

.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: auto; }

.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  padding: 3px 1px 3px 10px;
  margin-bottom: 0; }

.ui-multiselect-checkboxes label.ui-state-hover {
  background: #3875d7 !important;
  color: #fff !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none !important; }

.ui-multiselect-checkboxes label input {
  position: relative;
  top: -3px;
  margin-right: 10px; }

.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 1em;
  padding-right: 3px; }

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid; }

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none; }

.ui-multiselect-hasfilter ul {
  position: relative;
  top: 2px; }

.ui-multiselect-filter input {
  margin-top: 5px;
  margin-bottom: 0;
  width: 94%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

* html .ui-multiselect-checkboxes label {
  border: none; }

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container, .select2-drop, .select2-search, .select2-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.select2-container .select2-choice {
  display: block;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 28px;
  border-radius: 3px;
  line-height: 29px;
  background: #fff;
  font-size: 13px;
  text-align: left;
  filter: none; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, white));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, white 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, white 90%);
  background-image: -o-linear-gradient(bottom, #eee 0%, white 90%);
  background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../img/icon/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-undermask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: transparent;
  filter: alpha(opacity=0); }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ebebeb;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: none; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/icon/select2.png') no-repeat 0 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url('../img/icon/select2.png') no-repeat 100% -22px;
  background: url('../img/icon/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eee));
  background: url('../img/icon/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eee 99%);
  background: url('../img/icon/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eee 99%);
  background: url('../img/icon/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eee 99%);
  background: url('../img/icon/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url('../img/icon/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%); }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url('../img/icon/select2-spinner.gif') no-repeat 100%;
  background: url('../img/icon/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eee));
  background: url('../img/icon/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eee 99%);
  background: url('../img/icon/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eee 99%);
  background: url('../img/icon/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eee 99%);
  background: url('../img/icon/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url('../img/icon/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%); }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, white 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, white 0%, #eee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: white;
  color: #000; }

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item; }

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url('../img/icon/select2-spinner.gif') no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
  height: 33px; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

.select2-container-multi .select2-choices:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/select2.png") no-repeat 0 1px;
  right: 8px;
  top: 50%;
  margin-top: -14px;
  position: absolute;
  cursor: pointer; }

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  padding-right: 25px !important;
  position: relative;
  cursor: text;
  overflow: hidden;
  background-color: #fff; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  outline: none; }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('../img/icon/select2-spinner.gif') no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 6px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../img/icon/select2.png') right top no-repeat; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0px; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url('../img/icon/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }

div.datepicker {
  position: absolute;
  background: #fff; }

.datepicker {
  padding: 15px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 5001 !important;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  margin-top: 10px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  margin: 0; }

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 5px; }

.datepicker-dropdown {
  margin-top: 10px; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover {
  background: #f5f5f5;
  cursor: pointer; }

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #adadad; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #adadad;
  cursor: default; }

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffe5be;
  background-image: -moz-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffddbe), to(#fff2be));
  background-image: -webkit-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -o-linear-gradient(top, #ffddbe, #fff2be);
  background-image: linear-gradient(to bottom, #ffddbe, #fff2be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdcbe', endColorstr='#fffff2be', GradientType=0);
  background-color: #ffe5be;
  background-image: -moz-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffddbe), to(#fff2be));
  background-image: -webkit-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -o-linear-gradient(top, #ffddbe, #fff2be);
  background-image: linear-gradient(to bottom, #ffddbe, #fff2be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdcbe', endColorstr='#fffff2be', GradientType=0);
  border-color: #fff2be #fff2be #ffe472;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffe5be;
  background-image: -moz-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffddbe), to(#fff2be));
  background-image: -webkit-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -o-linear-gradient(top, #ffddbe, #fff2be);
  background-image: linear-gradient(to bottom, #ffddbe, #fff2be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdcbe', endColorstr='#fffff2be', GradientType=0);
  background-color: #ffe5be;
  background-image: -moz-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffddbe), to(#fff2be));
  background-image: -webkit-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -o-linear-gradient(top, #ffddbe, #fff2be);
  background-image: linear-gradient(to bottom, #ffddbe, #fff2be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdcbe', endColorstr='#fffff2be', GradientType=0);
  border-color: #fff2be #fff2be #ffe472;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fff2be;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffe5be;
  background-image: -moz-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffddbe), to(#fff2be));
  background-image: -webkit-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -o-linear-gradient(top, #ffddbe, #fff2be);
  background-image: linear-gradient(to bottom, #ffddbe, #fff2be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdcbe', endColorstr='#fffff2be', GradientType=0);
  background-color: #ffe5be;
  background-image: -moz-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffddbe), to(#fff2be));
  background-image: -webkit-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -o-linear-gradient(top, #ffddbe, #fff2be);
  background-image: linear-gradient(to bottom, #ffddbe, #fff2be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdcbe', endColorstr='#fffff2be', GradientType=0);
  border-color: #fff2be #fff2be #ffe472;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffe5be;
  background-image: -moz-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffddbe), to(#fff2be));
  background-image: -webkit-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -o-linear-gradient(top, #ffddbe, #fff2be);
  background-image: linear-gradient(to bottom, #ffddbe, #fff2be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdcbe', endColorstr='#fffff2be', GradientType=0);
  background-color: #ffe5be;
  background-image: -moz-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffddbe), to(#fff2be));
  background-image: -webkit-linear-gradient(top, #ffddbe, #fff2be);
  background-image: -o-linear-gradient(top, #ffddbe, #fff2be);
  background-image: linear-gradient(to bottom, #ffddbe, #fff2be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdcbe', endColorstr='#fffff2be', GradientType=0);
  border-color: #fff2be #fff2be #ffe472;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fff2be;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.datepicker table tr td.today:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover[disabled] {
  color: #fff;
  background-color: #fff2be;
  *background-color: #ffeda5; }

.datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffe88b \9; }

.datepicker table tr td.today:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover[disabled] {
  color: #fff;
  background-color: #fff2be;
  *background-color: #ffeda5; }

.datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffe88b \9; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  border-color: #b5c7fd #b5c7fd #6b8ffb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  border-color: #b5c7fd #b5c7fd #6b8ffb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b5c7fd;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  border-color: #b5c7fd #b5c7fd #6b8ffb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  border-color: #b5c7fd #b5c7fd #6b8ffb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b5c7fd;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #b5c7fd;
  *background-color: #9cb4fc; }

.datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #83a1fc \9; }

.datepicker table tr td.active:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #b5c7fd;
  *background-color: #9cb4fc; }

.datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #83a1fc \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #b3b3b3; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #adadad;
  cursor: default; }

.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 {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  border-color: #b5c7fd #b5c7fd #6b8ffb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  border-color: #b5c7fd #b5c7fd #6b8ffb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b5c7fd;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  border-color: #b5c7fd #b5c7fd #6b8ffb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  background-color: #b5d5fd;
  background-image: -moz-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5dffd), to(#b5c7fd));
  background-image: -webkit-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: -o-linear-gradient(top, #b5dffd, #b5c7fd);
  background-image: linear-gradient(to bottom, #b5dffd, #b5c7fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5dffd', endColorstr='#ffb5c6fd', GradientType=0);
  border-color: #b5c7fd #b5c7fd #6b8ffb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b5c7fd;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #b5c7fd;
  *background-color: #9cb4fc; }

.datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled: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:hover.active {
  background-color: #83a1fc \9; }

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #b5c7fd;
  *background-color: #9cb4fc; }

.datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled: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:hover.active {
  background-color: #83a1fc \9; }

.datepicker table tr td span.old {
  color: #adadad; }

.datepicker th.switch {
  width: 145px; }

.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr:first-child th:hover {
  background: #b3b3b3; }

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

div.datetimepicker {
  position: absolute;
  background: #fff;
  display: none;
  margin-top: 10px; }

.datetimepicker {
  padding: 15px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 5001 !important;
  direction: ltr; }

.datetimepicker-inline {
  width: 220px; }

.datetimepicker.datetimepicker-rtl {
  direction: rtl; }

.datetimepicker.datetimepicker-rtl table tr td span {
  float: right; }

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0; }

.datetimepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datetimepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datetimepicker > div {
  display: none; }

[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute; }

[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0; }

[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px; }

.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px; }

.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px; }

.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px; }

.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px; }

.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px; }

.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px; }

.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px; }

.datetimepicker > div {
  display: none; }

.datetimepicker.minutes div.datetimepicker-minutes {
  display: block; }

.datetimepicker.hours div.datetimepicker-hours {
  display: block; }

.datetimepicker.days div.datetimepicker-days {
  display: block; }

.datetimepicker.months div.datetimepicker-months {
  display: block; }

.datetimepicker.years div.datetimepicker-years {
  display: block; }

.datetimepicker table {
  margin: 0; }

.datetimepicker td, .datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datetimepicker table tr td, .table-striped .datetimepicker table tr th {
  background-color: transparent; }

.datetimepicker table tr td.minute:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.hour:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.old, .datetimepicker table tr td.new {
  color: #999; }

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today[disabled], .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #04c; }

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  background-color: #039 \9; }

.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px; }

.datetimepicker .datetimepicker-hours table tr td span.hour_am, .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%; }

.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px; }

.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px; }

.datetimepicker table tr td span:hover {
  background: #eee; }

.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #04c; }

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #039 \9; }

.datetimepicker table tr td span.old {
  color: #999; }

.datetimepicker th.switch {
  width: 145px; }

.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
  cursor: pointer; }

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot tr:first-child th:hover {
  background: #eee; }
/*
 @media (max-width: 767px) {
 .modal {position: fixed;top: 20px;left: 20px;right: 20px;width: auto;margin: 0;}
 .modal.fade {top: -100px;}
 .modal.fade.in {top: 20px;}
 }
 @media (max-width: 480px) {
 .media .pull-left, .media .pull-right {float: none;display: block;margin-bottom: 10px;}
 .media-object {margin-right: 0;margin-left: 0;}
 .modal {top: 10px;left: 10px;right: 10px;}
 .modal-header .close {padding: 10px;margin: -10px;}
 }
 @media (max-width: 767px) {
 .modal {position: fixed;top: 20px;right: 20px;left: 20px;width: auto;margin: 0;}
 .modal.fade {top: -100px;}
 .modal.fade.in {top: 20px;}
 }
 @media (max-width: 480px) {
 .modal {top: 10px;right: 10px;left: 10px;}
 .modal-header .close {padding: 10px;margin: -10px;}
 }
 .modal-open.page-overflow .page-container, .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom {overflow-y: scroll;}
 @media (max-width: 979px) {.modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom {overflow-y: visible;}
 }
 .modal-scrollable {position: absolute;top: 0;left: 0;width: 100%;height: 100%; background: #FFF;}
 .modal {outline: none;position: absolute;margin-top: 0;top: 1%;overflow: visible;}
 .modal.fade {left: 200%;-webkit-transition: opacity 0.3s linear, left 0.3s ease-out, bottom 0.3s ease-out;-moz-transition: opacity 0.3s linear, left 0.3s ease-out, bottom 0.3s ease-out;-o-transition: opacity 0.3s linear, left 0.3s ease-out, bottom 0.3s ease-out;transition: opacity 0.3s linear, left 0.3s ease-out, bottom 0.3s ease-out;}
 .modal.fade.in {left: 50%;}
 .modal-body {max-height: none;overflow: visible;}
 .modal.modal-absolute {position: absolute;z-index: 950;}
 .modal .loading-mask {position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: #fff;border-radius: 6px;}
 .modal-backdrop.modal-absolute {position: absolute;z-index: 940;}
 .modal-backdrop, .modal-backdrop.fade.in {opacity: 0.7;filter: alpha(opacity=70);background: #fff;}
 .modal.container {width: 940px;margin-left: -470px;}
 .modal-overflow.modal {top: 1%;}
 .modal-overflow.modal.fade {top: 1%;}
 .modal-overflow.modal.fade.in {top: 1%;}
 .modal-overflow .modal-body {overflow: auto;-webkit-overflow-scrolling: touch;}
 @media (min-width: 1200px) {.modal.container {width: 1170px;margin-left: -585px;}
 }
 @media (max-width: 768px) {.modal, .modal.container, .modal.modal-overflow {top: 1%;right: 50px;left: 1%;bottom: auto;width: auto !important;height: auto !important;margin: 0 !important;padding: 0 !important;}
 .modal.fade.in, .modal.container.fade.in, .modal.modal-overflow.fade.in {left: 1%;bottom: auto;}
 .modal-body, .modal-overflow .modal-body {position: static;margin: 0;height: auto !important;max-height: none !important;overflow: visible !important;}
 .modal-footer, .modal-overflow .modal-footer {position: static;}
 }
 .loading-spinner {position: absolute;top: 50%;left: 50%;margin: -12px 0 0 -12px;}
 .animated {-webkit-animation-duration: 1s;-moz-animation-duration: 1s;-o-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;animation-fill-mode: both;}
 @-webkit-keyframes shake {0%, 100% {-webkit-transform: translateX(0);}
 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
 }
 @-moz-keyframes shake {0%, 100% {-moz-transform: translateX(0);}
 10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
 20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
 }
 @-o-keyframes shake {0%, 100% {-o-transform: translateX(0);}
 10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
 20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
 }
 @keyframes shake {0%, 100% {transform: translateX(0);}
 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
 20%, 40%, 60%, 80% {transform: translateX(10px);}
 }
 .modal {width: 887px;margin-left: -470px;}
 .modal-confirm {width: 887px;margin-left: -470px;}
 .modal-medium-slim {width: 600px;margin-left: -183px;}
 .modal-slim {width: 330px;margin-left: 87px;}
 .modal form {margin: 0;}
 .modal-header {margin: 15px;min-height: 24px;background: #b5dffd;padding: 0 10px;border: none;*zoom: 1;*zoom: 1;*zoom: 1;}
 .modal-header:before, .modal-header:after {display: table;content: "";line-height: 0;}
 .modal-header:after {clear: both;}
 .modal-header:before, .modal-header:after {display: table;content: "";line-height: 0;}
 .modal-header:after {clear: both;}
 .modal-header h3 {float: left;margin: 0;line-height: 24px;font-size: 13px;font-weight: bold;}
 .modal-body {position: static;}
 .modal-footer .btn.pull-right {margin-left: 20px;}
 @media (min-width: 1200px) {.modal {width: 940px;margin-left: -408px;}
 .modal-confirm {width: 887px;margin-left: -470px;}
 .modal-medium {width: 940px;margin-left: -408px;}
 .modal-medium-slim {width: 600px;margin-left: -68px;}
 .modal-slim {width: 330px;margin-left: 202px;}
 }
 @media (max-width: 980px) {.modal {width: 671px;margin-left: -362px;}
 .modal-confirm {width: 887px;margin-left: -470px;}
 .modal-medium {width: 671px;margin-left: -362px;}
 .modal-slim {width: 671px;margin-left: -362px;}
 }
 */
/*
 body.light .modal .modal-header {background: inherit;border-bottom: 1px solid #ddd;margin-bottom: 0px;padding-left: 0px;}
 body.light .modal .modal-header h3 {font-size: 12px;text-transform: uppercase;font-weight: normal;}
 body.light .modal .modal-headline {margin-left: 15px;padding-left: 3px;padding-right: 15px;*zoom: 1;*zoom: 1;*zoom: 1;}
 body.light .modal .modal-headline:before, body.light .modal .modal-headline:after {display: table;content: "";line-height: 0;}
 body.light .modal .modal-headline:after {clear: both;}
 body.light .modal .modal-headline:before, body.light .modal .modal-headline:after {display: table;content: "";line-height: 0;}
 body.light .modal .modal-headline:after {clear: both;}
 body.light .modal .modal-headline .modal-headline-title h1 {margin-top: 10px;margin-left: 3px;}
 body.light .modal .main-menu-light {background: #fff;text-align: right;display: inline-block;width: initial;}
 body.light .modal .action-menu-item {text-align: right;}
 body.light .modal .dock {width: initial;}
 body.light .modal .nav-tabs-light {background-color: #F5F5F5;padding: 8px 5px 0px 10px;}
 body.light .modal .nav-tabs-light li {line-height: 20px;margin-left: 10px;position: relative;}
 body.light .modal .nav-tabs-light li a {border: none;font-weight: normal;box-shadow: initial;}
 body.light .modal .nav-tabs-light li ul {display: none;list-style-type: none;}
 body.light .modal .nav-tabs-light li.active ul {display: block;position: absolute;bottom: -40px;left: -100px;width: 400px;}
 body.light .modal .nav-tabs-light li.active ul > li {float: left;margin-left: 20px;background-color: #fff;padding: 2px 9px;border-radius: 3px;}
 body.light .modal .nav-tabs-light li.active ul > li.active {background-color: #F5F5F5;border: 1px solid #DDD;}
 body.light .modal .nav-tabs-light li.active ul > li a {color: #8D8D8D;}
 body.light .modal .nav-tabs-light .active > .tab-btn {background-color: #fff;border: 1px solid #cfcfcf;border-bottom-color: #fff;cursor: default;box-shadow: none;border-radius: 3px 3px 0px 0px;color: #4D4D4D;}
 body.light .modal .nav-tabs-light .active > .tab-btn:hover {background-color: #fff;}
 body.light .modal .nav-tabs-light .tab-btn:hover {background-color: #F5F5F5;}
 body.light .modal .modal-body {padding-top: 3px;}
 body.light .modal .modal-body .tab-content {overflow: visible;margin-top: 25px;}
 body.light .modal .modal-body .tab-content .tab-pane {position: relative;}
 body.light .modal .modal-body .tab-content .tab-pane .top-right-box {position: absolute;top: 0px;right: 0px;}
 body.light .modal .modal-body .tab-content .tab-pane.more-space {margin-top: 65px;}
 body.light .modal .modal-body .tab-content .tab-pane.more-space .top-right-box {top: -55px;}
 */
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #ccc; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.separate-dial-code input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
    .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
      right: auto;
      left: 0; }
    .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
      width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
      cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
    .intl-tel-input.separate-dial-code .selected-dial-code {
      display: table-cell;
      vertical-align: middle;
      padding-left: 28px; }
    .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
      padding-left: 66px; }
    .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
      width: 60px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
      padding-left: 76px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
      width: 70px; }
    .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
      padding-left: 74px; }
    .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
      width: 68px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
      padding-left: 84px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
      width: 78px; }
    .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
      padding-left: 82px; }
    .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
      width: 76px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
      padding-left: 92px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
      width: 86px; }
    .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
      padding-left: 90px; }
    .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
      width: 84px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
      padding-left: 100px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
      width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
  .iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%; }
    .iti-mobile .intl-tel-input .country-list .country {
      padding: 10px 10px;
      line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background: url("../../../graf_new/flags.png");
  background-repeat: no-repeat;
  /*background-color: #DBDBDB;*/
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../../../graf_new/flags2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

[hrlink-company-id='1732'] .wrap, [hrlink-company-id='1732'] .hr_gl-mainContainer, [hrlink-company-id='2447'] .wrap, [hrlink-company-id='2447'] .hr_gl-mainContainer, [hrlink-company-id='2259'] .wrap, [hrlink-company-id='2259'] .hr_gl-mainContainer, [hrlink-company-id='1732'] .hr_gl-mainContainer, [hrlink-company-id='2447'] .hr_gl-mainContainer, [hrlink-company-id='2259'] .hr_gl-mainContainer {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%; }
/*@import 'vendors/magic-check/magic-check';*/
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
    .alert.alert-danger .alert-link {
      color: #491217; }
  .alert .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
    .alert .alert-info .alert-link {
      color: #002752; }
  .alert .alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2; }
    .alert .alert-secondary .alert-link {
      color: #2e3133; }
  .alert .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
    .alert .alert-success .alert-link {
      color: #0b2e13; }
  .alert .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
    .alert .alert-warning .alert-link {
      color: #533f03; }
  .alert .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe; }
    .alert .alert-light .alert-link {
      color: #686868; }
  .alert .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca; }
    .alert .alert-dark .alert-link {
      color: #040505; }
  .alert .alert-link {
    font-weight: 700; }
/*** styles only for IE9 ***/
/*** styles only for IE10/11 ***/
/*** styles only for Edge ***/
.functions a, .function, .fns, .more, .cvFunctions a, #users .time, #users .name, .message, .add, .addGray, .sortable-placeholder, .icon-stack, .remove, .name, .users, .showAsList, .showAsGrid, .person, .location, .moreWhite, .caretWhite, .notification, .catalog, .phone, .email, .status, .watch, .arrow-green-top, .arrow-green-bottom, .arrow-green-left, .pdf, .expand, .attachment, .history, .notes, .move, .mail, .calendar, .dodaj-etykiete, .icon-ok, .icon-no {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #7b7777; }
  .green .functions a, .candidateInfoHead .functions a, .card .active .functions a, .listCandidates.grid .listUsers .col .candidate .active .functions a, .grid > li .active .functions a, .grid.regular > li .functions a, .grid.szerokie > li .functions a, .button-green .functions a, .notatki .notatka-date.active .functions a, .green .function, .candidateInfoHead .function, .candidateInfoHead .fns, .candidateInfoHead .more, .candidateInfoHead .cvFunctions a, .cvFunctions .candidateInfoHead a, .candidateInfoHead #users .time, #users .candidateInfoHead .time, .candidateInfoHead #users .name, #users .candidateInfoHead .name, .candidateInfoHead .message, .candidateInfoHead .add, .candidateInfoHead .addGray, .candidateInfoHead .sortable-placeholder, .candidateInfoHead .icon-stack, .candidateInfoHead .remove, .candidateInfoHead .name, .candidateInfoHead .users, .candidateInfoHead .showAsList, .candidateInfoHead .showAsGrid, .candidateInfoHead .person, .candidateInfoHead .location, .candidateInfoHead .moreWhite, .candidateInfoHead .caretWhite, .candidateInfoHead .notification, .candidateInfoHead .catalog, .candidateInfoHead .phone, .candidateInfoHead .email, .candidateInfoHead .status, .candidateInfoHead .watch, .candidateInfoHead .arrow-green-top, .candidateInfoHead .arrow-green-bottom, .candidateInfoHead .arrow-green-left, .candidateInfoHead .pdf, .candidateInfoHead .expand, .candidateInfoHead .attachment, .candidateInfoHead .history, .candidateInfoHead .notes, .candidateInfoHead .move, .candidateInfoHead .mail, .candidateInfoHead .calendar, .candidateInfoHead .dodaj-etykiete, .candidateInfoHead .icon-ok, .candidateInfoHead .icon-no, .card .active .function, .listCandidates.grid .listUsers .col .candidate .active .function, .listCandidates.grid .listUsers .col .candidate .active .fns, .listCandidates.grid .listUsers .col .candidate .active .more, .listCandidates.grid .listUsers .col .candidate .active .cvFunctions a, .cvFunctions .listCandidates.grid .listUsers .col .candidate .active a, .listCandidates.grid .listUsers .col .candidate .active #users .time, #users .listCandidates.grid .listUsers .col .candidate .active .time, .listCandidates.grid .listUsers .col .candidate .active #users .name, #users .listCandidates.grid .listUsers .col .candidate .active .name, .listCandidates.grid .listUsers .col .candidate .active .message, .listCandidates.grid .listUsers .col .candidate .active .add, .listCandidates.grid .listUsers .col .candidate .active .addGray, .listCandidates.grid .listUsers .col .candidate .active .sortable-placeholder, .listCandidates.grid .listUsers .col .candidate .active .icon-stack, .listCandidates.grid .listUsers .col .candidate .active .remove, .listCandidates.grid .listUsers .col .candidate .active .name, .listCandidates.grid .listUsers .col .candidate .active .users, .listCandidates.grid .listUsers .col .candidate .active .showAsList, .listCandidates.grid .listUsers .col .candidate .active .showAsGrid, .listCandidates.grid .listUsers .col .candidate .active .person, .listCandidates.grid .listUsers .col .candidate .active .location, .listCandidates.grid .listUsers .col .candidate .active .moreWhite, .listCandidates.grid .listUsers .col .candidate .active .caretWhite, .listCandidates.grid .listUsers .col .candidate .active .notification, .listCandidates.grid .listUsers .col .candidate .active .catalog, .listCandidates.grid .listUsers .col .candidate .active .phone, .listCandidates.grid .listUsers .col .candidate .active .email, .listCandidates.grid .listUsers .col .candidate .active .status, .listCandidates.grid .listUsers .col .candidate .active .watch, .listCandidates.grid .listUsers .col .candidate .active .arrow-green-top, .listCandidates.grid .listUsers .col .candidate .active .arrow-green-bottom, .listCandidates.grid .listUsers .col .candidate .active .arrow-green-left, .listCandidates.grid .listUsers .col .candidate .active .pdf, .listCandidates.grid .listUsers .col .candidate .active .expand, .listCandidates.grid .listUsers .col .candidate .active .attachment, .listCandidates.grid .listUsers .col .candidate .active .history, .listCandidates.grid .listUsers .col .candidate .active .notes, .listCandidates.grid .listUsers .col .candidate .active .move, .listCandidates.grid .listUsers .col .candidate .active .mail, .listCandidates.grid .listUsers .col .candidate .active .calendar, .listCandidates.grid .listUsers .col .candidate .active .dodaj-etykiete, .listCandidates.grid .listUsers .col .candidate .active .icon-ok, .listCandidates.grid .listUsers .col .candidate .active .icon-no, .grid > li .active .function, .grid > li .active .fns, .grid > li .active .more, .grid > li .active .cvFunctions a, .cvFunctions .grid > li .active a, .grid > li .active #users .time, #users .grid > li .active .time, .grid > li .active #users .name, #users .grid > li .active .name, .grid > li .active .message, .grid > li .active .add, .grid > li .active .addGray, .grid > li .active .sortable-placeholder, .grid > li .active .icon-stack, .grid > li .active .remove, .grid > li .active .name, .grid > li .active .users, .grid > li .active .showAsList, .grid > li .active .showAsGrid, .grid > li .active .person, .grid > li .active .location, .grid > li .active .moreWhite, .grid > li .active .caretWhite, .grid > li .active .notification, .grid > li .active .catalog, .grid > li .active .phone, .grid > li .active .email, .grid > li .active .status, .grid > li .active .watch, .grid > li .active .arrow-green-top, .grid > li .active .arrow-green-bottom, .grid > li .active .arrow-green-left, .grid > li .active .pdf, .grid > li .active .expand, .grid > li .active .attachment, .grid > li .active .history, .grid > li .active .notes, .grid > li .active .move, .grid > li .active .mail, .grid > li .active .calendar, .grid > li .active .dodaj-etykiete, .grid > li .active .icon-ok, .grid > li .active .icon-no, .card .active .fns, .card .active .more, .card .active .cvFunctions a, .cvFunctions .card .active a, .card .active #users .time, #users .card .active .time, .card .active #users .name, #users .card .active .name, .card .active .message, .card .active .add, .card .active .addGray, .card .active .sortable-placeholder, .card .active .icon-stack, .card .active .remove, .card .active .name, .card .active .users, .card .active .showAsList, .card .active .showAsGrid, .card .active .person, .card .active .location, .card .active .moreWhite, .card .active .caretWhite, .card .active .notification, .card .active .catalog, .card .active .phone, .card .active .email, .card .active .status, .card .active .watch, .card .active .arrow-green-top, .card .active .arrow-green-bottom, .card .active .arrow-green-left, .card .active .pdf, .card .active .expand, .card .active .attachment, .card .active .history, .card .active .notes, .card .active .move, .card .active .mail, .card .active .calendar, .card .active .dodaj-etykiete, .card .active .icon-ok, .card .active .icon-no, .grid.regular > li .function, .grid.regular > li .fns, .grid.regular > li .more, .grid.regular > li .cvFunctions a, .cvFunctions .grid.regular > li a, .grid.regular > li #users .time, #users .grid.regular > li .time, .grid.regular > li #users .name, #users .grid.regular > li .name, .grid.regular > li .message, .grid.regular > li .add, .grid.regular > li .addGray, .grid.regular > li .sortable-placeholder, .grid.regular > li .icon-stack, .grid.regular > li .remove, .grid.regular > li .name, .grid.regular > li .users, .grid.regular > li .showAsList, .grid.regular > li .showAsGrid, .grid.regular > li .person, .grid.regular > li .location, .grid.regular > li .moreWhite, .grid.regular > li .caretWhite, .grid.regular > li .notification, .grid.regular > li .catalog, .grid.regular > li .phone, .grid.regular > li .email, .grid.regular > li .status, .grid.regular > li .watch, .grid.regular > li .arrow-green-top, .grid.regular > li .arrow-green-bottom, .grid.regular > li .arrow-green-left, .grid.regular > li .pdf, .grid.regular > li .expand, .grid.regular > li .attachment, .grid.regular > li .history, .grid.regular > li .notes, .grid.regular > li .move, .grid.regular > li .mail, .grid.regular > li .calendar, .grid.regular > li .dodaj-etykiete, .grid.regular > li .icon-ok, .grid.regular > li .icon-no, .grid.szerokie > li .function, .grid.szerokie > li .fns, .grid.szerokie > li .more, .grid.szerokie > li .cvFunctions a, .cvFunctions .grid.szerokie > li a, .grid.szerokie > li #users .time, #users .grid.szerokie > li .time, .grid.szerokie > li #users .name, #users .grid.szerokie > li .name, .grid.szerokie > li .message, .grid.szerokie > li .add, .grid.szerokie > li .addGray, .grid.szerokie > li .sortable-placeholder, .grid.szerokie > li .icon-stack, .grid.szerokie > li .remove, .grid.szerokie > li .name, .grid.szerokie > li .users, .grid.szerokie > li .showAsList, .grid.szerokie > li .showAsGrid, .grid.szerokie > li .person, .grid.szerokie > li .location, .grid.szerokie > li .moreWhite, .grid.szerokie > li .caretWhite, .grid.szerokie > li .notification, .grid.szerokie > li .catalog, .grid.szerokie > li .phone, .grid.szerokie > li .email, .grid.szerokie > li .status, .grid.szerokie > li .watch, .grid.szerokie > li .arrow-green-top, .grid.szerokie > li .arrow-green-bottom, .grid.szerokie > li .arrow-green-left, .grid.szerokie > li .pdf, .grid.szerokie > li .expand, .grid.szerokie > li .attachment, .grid.szerokie > li .history, .grid.szerokie > li .notes, .grid.szerokie > li .move, .grid.szerokie > li .mail, .grid.szerokie > li .calendar, .grid.szerokie > li .dodaj-etykiete, .grid.szerokie > li .icon-ok, .grid.szerokie > li .icon-no, .button-green .function, .button-green .fns, .button-green .more, .button-green .cvFunctions a, .cvFunctions .button-green a, .button-green #users .time, #users .button-green .time, .button-green #users .name, #users .button-green .name, .button-green .message, .button-green .add, .button-green .addGray, .button-green .sortable-placeholder, .button-green .icon-stack, .button-green .remove, .button-green .name, .button-green .users, .button-green .showAsList, .button-green .showAsGrid, .button-green .person, .button-green .location, .button-green .moreWhite, .button-green .caretWhite, .button-green .notification, .button-green .catalog, .button-green .phone, .button-green .email, .button-green .status, .button-green .watch, .button-green .arrow-green-top, .button-green .arrow-green-bottom, .button-green .arrow-green-left, .button-green .pdf, .button-green .expand, .button-green .attachment, .button-green .history, .button-green .notes, .button-green .move, .button-green .mail, .button-green .calendar, .button-green .dodaj-etykiete, .button-green .icon-ok, .button-green .icon-no, .notatki .notatka-date.active .function, .notatki .notatka-date.active .fns, .notatki .notatka-date.active .more, .notatki .notatka-date.active .cvFunctions a, .cvFunctions .notatki .notatka-date.active a, .notatki .notatka-date.active #users .time, #users .notatki .notatka-date.active .time, .notatki .notatka-date.active #users .name, #users .notatki .notatka-date.active .name, .notatki .notatka-date.active .message, .notatki .notatka-date.active .add, .notatki .notatka-date.active .addGray, .notatki .notatka-date.active .sortable-placeholder, .notatki .notatka-date.active .icon-stack, .notatki .notatka-date.active .remove, .notatki .notatka-date.active .name, .notatki .notatka-date.active .users, .notatki .notatka-date.active .showAsList, .notatki .notatka-date.active .showAsGrid, .notatki .notatka-date.active .person, .notatki .notatka-date.active .location, .notatki .notatka-date.active .moreWhite, .notatki .notatka-date.active .caretWhite, .notatki .notatka-date.active .notification, .notatki .notatka-date.active .catalog, .notatki .notatka-date.active .phone, .notatki .notatka-date.active .email, .notatki .notatka-date.active .status, .notatki .notatka-date.active .watch, .notatki .notatka-date.active .arrow-green-top, .notatki .notatka-date.active .arrow-green-bottom, .notatki .notatka-date.active .arrow-green-left, .notatki .notatka-date.active .pdf, .notatki .notatka-date.active .expand, .notatki .notatka-date.active .attachment, .notatki .notatka-date.active .history, .notatki .notatka-date.active .notes, .notatki .notatka-date.active .move, .notatki .notatka-date.active .mail, .notatki .notatka-date.active .calendar, .notatki .notatka-date.active .dodaj-etykiete, .notatki .notatka-date.active .icon-ok, .notatki .notatka-date.active .icon-no, .green .fns, .green .more, .green .cvFunctions a, .cvFunctions .green a, .green #users .time, #users .green .time, .green #users .name, #users .green .name, .green .message, .green .add, .green .addGray, .green .sortable-placeholder, .green .icon-stack, .green .remove, .green .name, .green .users, .green .showAsList, .green .showAsGrid, .green .person, .green .location, .green .moreWhite, .green .caretWhite, .green .notification, .green .catalog, .green .phone, .green .email, .green .status, .green .watch, .green .arrow-green-top, .green .arrow-green-bottom, .green .arrow-green-left, .green .pdf, .green .expand, .green .attachment, .green .history, .green .notes, .green .move, .green .mail, .green .calendar, .green .dodaj-etykiete, .green .icon-ok, .green .icon-no {
    color: #fff; }
  .functions a *, .function *, .fns *, .more *, .cvFunctions a *, #users .time *, #users .name *, .message *, .add *, .addGray *, .sortable-placeholder *, .icon-stack *, .remove *, .name *, .users *, .showAsList *, .showAsGrid *, .person *, .location *, .moreWhite *, .caretWhite *, .notification *, .catalog *, .phone *, .email *, .status *, .watch *, .arrow-green-top *, .arrow-green-bottom *, .arrow-green-left *, .pdf *, .expand *, .attachment *, .history *, .notes *, .move *, .mail *, .calendar *, .dodaj-etykiete *, .icon-ok *, .icon-no * {
    display: inline-block;
    vertical-align: middle; }
  .functions a:before, .function:before, .fns:before, .more:before, .cvFunctions a:before, #users .time:before, #users .name:before, .message:before, .add:before, .addGray:before, .sortable-placeholder:before, .icon-stack:before, .remove:before, .name:before, .users:before, .showAsList:before, .showAsGrid:before, .person:before, .location:before, .moreWhite:before, .caretWhite:before, .notification:before, .catalog:before, .phone:before, .email:before, .status:before, .watch:before, .arrow-green-top:before, .arrow-green-bottom:before, .arrow-green-left:before, .pdf:before, .expand:before, .attachment:before, .history:before, .notes:before, .move:before, .mail:before, .calendar:before, .dodaj-etykiete:before, .icon-ok:before, .icon-no:before {
    display: block; }

.fns, .more, .cvFunctions a, #users .time, #users .name {
  margin: 0 0 0 10px; }

.user {
  display: inline-block; }
  .user .avatar {
    overflow: hidden;
    width: 45px;
    position: relative;
    margin: 0 10px 0 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
    .user .avatar img {
      display: inline-block;
      vertical-align: middle;
      margin: -25% 0 0 0; }
  .user .avatarName {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px; }
    .user .avatarName p {
      margin: 0 !important; }
    @media screen and (max-width: 1025px) {
  .user .avatarName {
    width: 100px; } }

.message {
  width: 30px;
  height: 22px; }
  .message:before {
    content: url(../../../graf_new/mail.png); }

.add:before {
  content: url(../../../graf_new/add.png); }
  .green .add:before, .candidateInfoHead .add:before, .card .active .add:before, .listCandidates.grid .listUsers .col .candidate .active .add:before, .grid > li .active .add:before, .grid.regular > li .add:before, .grid.szerokie > li .add:before, .button-green .add:before, .notatki .notatka-date.active .add:before {
    content: url(../../../graf_new/addWhite.png);
    margin: 0 5px 0 0; }

.green .addGray:before, .candidateInfoHead .addGray:before, .card .active .addGray:before, .listCandidates.grid .listUsers .col .candidate .active .addGray:before, .grid > li .active .addGray:before, .grid.regular > li .addGray:before, .grid.szerokie > li .addGray:before, .button-green .addGray:before, .notatki .notatka-date.active .addGray:before {
  content: url(../../../graf_new/addGray.png);
  margin: 0 5px 0 0; }

.sortable-placeholder {
  display: inline-block;
  background: url(../../../graf_new/sortable.png);
  text-indent: -999999em;
  width: 31px;
  height: 31px; }

.icon-stack {
  display: inline-block;
  background: url(../../../graf_new/tooltip.png);
  text-indent: -999999em;
  width: 31px;
  height: 31px; }

.remove {
  display: inline-block;
  background: url(../../../graf_new/remove.png);
  text-indent: -999999em;
  font-size: 0;
  width: 31px;
  height: 31px; }

.name:before {
  content: url(../../../graf_new/name.png);
  margin: -1px 6px 0 0; }
  .green .name:before, .candidateInfoHead .name:before, .card .active .name:before, .listCandidates.grid .listUsers .col .candidate .active .name:before, .grid > li .active .name:before, .grid.regular > li .name:before, .grid.szerokie > li .name:before, .button-green .name:before, .notatki .notatka-date.active .name:before {
    content: url(../../../graf_new/nameWhite.png); }

.time:before {
  content: url(../../../graf_new/time.png);
  margin: 0 2px 0 0; }
  .green .time:before, .candidateInfoHead .time:before, .card .active .time:before, .listCandidates.grid .listUsers .col .candidate .active .time:before, .grid > li .active .time:before, .grid.regular > li .time:before, .grid.szerokie > li .time:before, .button-green .time:before, .notatki .notatka-date.active .time:before {
    content: url(../../../graf_new/timeWhite.png); }

#dashboard .time, .tasksCard .time {
  margin: 0 0 1.125rem;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 32px;
  margin: 0 0 0.5rem; }
  @media screen and (max-width: 1025px) {
    #dashboard .time, .tasksCard .time {
      font-size: 1.25rem;
      line-height: 32px; } }
  #dashboard .time:before, .tasksCard .time:before {
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block; }

.more:before {
  content: url(../../../graf_new/more.png); }
  .green .more:before, .candidateInfoHead .more:before, .card .active .more:before, .listCandidates.grid .listUsers .col .candidate .active .more:before, .grid > li .active .more:before, .grid.regular > li .more:before, .grid.szerokie > li .more:before, .button-green .more:before, .notatki .notatka-date.active .more:before {
    content: url(../../../graf_new/moreWhite.png); }

.users:before {
  content: url(../../../graf_new/users.png);
  display: block; }

.clock:before {
  content: url(../../../graf_new/clock.png); }
  .green .clock:before, .candidateInfoHead .clock:before, .card .active .clock:before, .listCandidates.grid .listUsers .col .candidate .active .clock:before, .grid > li .active .clock:before, .grid.regular > li .clock:before, .grid.szerokie > li .clock:before, .button-green .clock:before, .notatki .notatka-date.active .clock:before, .meeting .clock:before {
    content: url(../../../graf_new/clockWhite.png); }

.person:before {
  content: url(../../../graf_new/people.png);
  display: inline-block !important; }

.location:before {
  content: url(../../../graf_new/locations.png); }

.moreWhite:before {
  content: url(../../../graf_new/moreWhite.png); }

.caretWhite:before {
  content: url(../../../graf_new/caretWhite.png); }

.notification {
  background: #6cbf57;
  z-index: 1;
  position: absolute;
  margin-top: -4px;
  font-size: 12px;
  text-align: center;
  top: -7px;
  right: -7px;
  color: #fff !important;
  display: inline-block;
  min-width: 18px;
  padding: 1px 5px;
  border-radius: 5px; }
  .disabled .notification {
    background: #d1d1d1; }

.catalog:before {
  content: url(../../../graf_new/catalog.png); }

.phone {
  line-height: 28px; }
  .phone:before {
    content: url(../../../graf_new/phone.png); }

.email {
  line-height: 28px; }
  .email:before {
    content: url(../../../graf_new/email.png); }

.status {
  line-height: 28px; }
  .status:before {
    content: url(../../../graf_new/status.png); }

.watch {
  line-height: 28px; }
  .watch:after {
    content: url(../../../graf_new/watch.png);
    margin: -12px 0 0 5px;
    display: block; }

.arrow-green-top {
  line-height: 28px; }
  .arrow-green-top:before {
    content: url(../../../graf_new/arrowGreenTop.png); }

.arrow-green-bottom {
  line-height: 28px; }
  .arrow-green-bottom:before {
    content: url(../../../graf_new/arrowGreenDown.png); }

.arrow-green-left {
  line-height: 28px; }
  .arrow-green-left:before {
    content: url(../../../graf_new/arrowGreenLeft.png); }

.pdf {
  line-height: 28px; }
  .pdf:before {
    content: url(../../../graf_new/pdf.png); }

.expand {
  height: 34px;
  width: 31px; }
  .expand:before {
    content: url(../../../graf_new/expand.png); }
  .green .expand:before, .candidateInfoHead .expand:before, .card .active .expand:before, .listCandidates.grid .listUsers .col .candidate .active .expand:before, .grid > li .active .expand:before, .grid.regular > li .expand:before, .grid.szerokie > li .expand:before, .button-green .expand:before, .notatki .notatka-date.active .expand:before {
    content: url(../../../graf_new/expandWhite.png); }

.attachment:before {
  content: url(../../../graf_new/attachment.png); }

.history:before {
  content: url(../../../graf_new/history.png); }

.notes:before {
  content: url(../../../graf_new/notes.png); }

.move:before {
  content: url(../../../graf_new/move.png); }
  .dropdownWrapper .move {
    line-height: 22px; }

.mail .notification {
  top: -10px; }
  .mail:before {
    content: url(../../../graf_new/mail.png); }
  .green .mail:before, .candidateInfoHead .mail:before, .card .active .mail:before, .listCandidates.grid .listUsers .col .candidate .active .mail:before, .grid > li .active .mail:before, .grid.regular > li .mail:before, .grid.szerokie > li .mail:before, .button-green .mail:before, .notatki .notatka-date.active .mail:before {
    content: url(../../../graf_new/mailWhite.png); }

.calendar .notification {
  top: -8px; }
  .calendar:before {
    content: url(../../../graf_new/calendar.png); }
  .green .calendar:before, .candidateInfoHead .calendar:before, .card .active .calendar:before, .listCandidates.grid .listUsers .col .candidate .active .calendar:before, .grid > li .active .calendar:before, .grid.regular > li .calendar:before, .grid.szerokie > li .calendar:before, .button-green .calendar:before, .notatki .notatka-date.active .calendar:before {
    content: url(../../../graf_new/calendarWhite.png); }

.green .dodaj-etykiete:before, .candidateInfoHead .dodaj-etykiete:before, .card .active .dodaj-etykiete:before, .listCandidates.grid .listUsers .col .candidate .active .dodaj-etykiete:before, .grid > li .active .dodaj-etykiete:before, .grid.regular > li .dodaj-etykiete:before, .grid.szerokie > li .dodaj-etykiete:before, .button-green .dodaj-etykiete:before, .notatki .notatka-date.active .dodaj-etykiete:before {
  content: url(../../../graf_new/dodajEtykieteWhite.png); }

.icon-ok {
  margin: 5px 0 0 5px; }
  .icon-ok:before {
    content: url(../../../graf_new/ok.png); }

.icon-no {
  margin: 5px 0 0 5px; }
  .icon-no:before {
    content: url(../../../graf_new/no.png); }

.close {
  background: #6cbf57 url(../../../graf_new/close.png) 50% no-repeat;
  text-indent: -10000em;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px; }

.caret:before, .form fieldset .selectWrap:before {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: " ";
  vertical-align: middle;
  margin: 0 0 0 6px; }

.small {
  height: 17px; }

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block; }
  .dot.blank, .listCandidates.grid .listUsers .col .candidate.dot, #users.grid li.dot {
    border: 1px solid #c1c1c1; }
  .dot.active {
    background: #6cbf57; }
  .dot.alert {
    background: #e84545; }

.marks, .marksEdition {
  margin: 12px 0 0; }
  .marks li, .marksEdition li {
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #eee; }
  .base .marks li, .base .marksEdition li {
    cursor: auto; }
  .marks li > a, .marksEdition li > a {
    color: #fff;
    font-size: 12px;
    display: inline-block; }
  .marks li > a span, .marksEdition li > a span {
    line-height: 16px;
    position: absolute;
    z-index: 2;
    color: #fff;
    background: #6cbf57;
    padding: 0 6px;
    top: -10px;
    left: 8px;
    border-radius: 5px; }
  .marks li > a.grey-text, .marksEdition li > a.grey-text {
    color: #999; }
  .marks li > a.black-text, .marksEdition li > a.black-text {
    color: #000; }

.marks {
  /* max-width:200px;*/
  /*@include medium {max-width:160px;}*/ }
  @media screen and (max-width: 1025px) {
  .marks {
    width: 147px; } }
  .marks li {
    float: left;
    margin: 0 3px 6px 0;
    font-size: 12px;
    line-height: 25px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    color: #fff; }
  .marks li > a {
    width: 25px;
    height: 25px;
    float: left; }
  .marks li.dropdownWrapper {
    height: 25px;
    overflow: visible; }
  .grid .marks li.dropdownWrapper {
    position: relative !important;
    top: inherit;
    left: inherit; }

.marksEdition li:not(.new-marks) {
  border: 0;
  position: relative;
  float: none;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  font-size: 14px;
  height: auto;
  overflow: visible;
  word-wrap: break-word; }
  .marksEdition li:not(.new-marks).header {
    width: 100% !important;
    margin: 15px 0;
    cursor: default; }
    .marksEdition li:not(.new-marks).header h3 {
      margin: 0; }
  .marksEdition li:not(.new-marks) .dropdown:before {
    left: 55px; }
  .marksEdition li:not(.new-marks) .icon-ok {
    display: none; }
  .marksEdition li:not(.new-marks).active {
    border: 1px solid #ebebeb;
    border-radius: 4px; }
    .marksEdition li:not(.new-marks).active .icon-ok {
      display: block; }
  .marksEdition li:not(.new-marks) > a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px; }
  .marksEdition li:not(.new-marks) .ion-checkmark, .marksEdition li:not(.new-marks) .ion-close {
    position: absolute;
    font-size: 16px;
    top: -10px;
    right: -4px;
    border: 1px solid #eee;
    padding: 4px;
    line-height: 1; }
  .marksEdition li:not(.new-marks) .ion-checkmark {
    color: #6cbf57; }
  .marksEdition li:not(.new-marks) .ion-close {
    color: #c0392b; }
  .marksEdition li.new-marks {
    border: none;
    border-radius: 0;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    font-size: 14px;
    height: auto;
    overflow: visible;
    word-break: keep-all; }
  .marksEdition li.new-marks .icon-ok {
    display: none; }
  .marksEdition li.new-marks.active {
    border: 1px solid #ebebeb;
    border-radius: 4px; }
    .marksEdition li.new-marks.active .icon-ok {
      display: block; }
  .marksEdition li.new-marks > a {
    padding: 5px 10px;
    font-size: 16px; }
  .marksEdition li.new-marks span {
    line-height: 16px;
    position: absolute;
    z-index: 2;
    color: #fff;
    background: #6cbf57;
    padding: 0 6px;
    top: -10px;
    right: -7.5px;
    border-radius: 5px; }
  .marksEdition .hide {
    display: none !important; }

.hideRight, #sidebar, #sidebar-content, #sidebar-content-blocks {
  transform: translateX(100%); }

.slideInLeft, .slideOutRight {
  transition: transform 0.5s ease-in; }

.slideInLeft {
  transform: translateX(0) !important; }

.slideOutRight {
  transform: translateX(100%) !important; }

.fadeIn, .modal-wrap .modal-scrollable > * {
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

body select, body input, body textarea {
  font: 99% 'Lato'; }
  body button {
    font-family: 'Lato'; }
  body b, body strong {
    font-weight: 700; }
  body b em, body strong em {
    font-weight: 700; }

.wrap, .hr_gl-mainContainer {
  width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1399px) {
  .wrap, .hr_gl-mainContainer {
    width: 100%;
    padding: 0 25px; } }
  @media screen and (max-width: 1025px) {
  .wrap, .hr_gl-mainContainer {
    width: 1240px;
    padding: 0 25px;
    margin: 0 auto; } }
  @media screen and (max-width: 1240px) {
  .wrap, .hr_gl-mainContainer {
    width: 100%; } }
  @media screen and (max-width: 1025px) {
  .wrap, .hr_gl-mainContainer {
    width: 768px;
    padding: 0 15px; } }

@media only screen and (min-width: 769px) and (max-width: 1026px) {
  .wrap, .hr_gl-mainContainer, .hr_gl-mainContainer {
    width: 100% !important; } }

.disableScroll {
  overflow: hidden;
  height: auto; }

.centerWrapper {
  width: 100%;
  position: relative;
  min-height: 33px; }
  .centerWrapper .right {
    position: absolute;
    right: 0;
    top: 0; }

.clear {
  clear: both; }

.row, .head, .recrutationCard .recrutationCard-description {
  margin: 0 0 2rem; }

.left {
  float: left; }

.right {
  float: right; }

.middle {
  vertical-align: middle;
  display: inline-block; }

@media screen and (max-width: 1025px) {
    .hideSmall {
      display: none !important; } }

.showSmall {
  display: none; }
  @media screen and (max-width: 1025px) {
  .showSmall {
    display: block !important; } }

.page-footer {
  border-top: 1px solid #ebebeb;
  padding: 5px 0;
  font-size: 11px;
  color: #7b7777;
  background: #fff;
  position: relative;
  z-index: -1;
  margin: 20px 0 0; }
  .page-footer.noMargin {
    margin: 0; }
  .page-footer span {
    line-height: 28px; }
  .page-footer img {
    z-index: -1; }

.col-5 > .col {
  width: 20%;
  float: left; }

.checkbox {
  margin-left: 12px; }

input:focus, button:focus, textarea:focus {
  outline: none; }

button {
  border: 0; }

.formWrapper {
  width: 760px;
  margin: 0 auto; }

form .add, form .tooltip, form .remove, form .sortable-placeholder {
  margin: 0 0 0 14px;
  width: 31px;
  padding: 0;
  border: 0; }
  form .add:before, form .tooltip:before, form .remove:before, form .sortable-placeholder:before {
    width: 31px; }
  form .new-add-icon {
    margin: 0 0 0 14px; }
  form .add {
    margin: 0 0 0 12px; }
  form label + .add-file-list {
    vertical-align: top; }
  form label + .add {
    margin: 0; }
  form label + .participants-wrap {
    vertical-align: top; }

.form fieldset {
  margin: 0 0 16px;
  border-radius: 5px;
  padding: 15px 20px;
  border: 0; }
  .form fieldset.fieldset.ramka, .form .application .application-container fieldset.ramka, .application .application-container .form fieldset.ramka {
    border-width: 2px;
    border-style: solid; }
  .form fieldset h3 {
    margin: 0 0 2rem; }
  .form fieldset .form-row .form-group, .form fieldset .form-row .button-remove-wrapper {
    display: inline-block; }
    .form fieldset .form-row .form-group:first-child label, .form fieldset .form-row .button-remove-wrapper:first-child label {
      width: 200px; }
    .form fieldset .form-row .form-group label, .form fieldset .form-row .button-remove-wrapper label {
      width: 150px; }
    .form fieldset .form-row .form-group .form-control, .form fieldset .form-row .button-remove-wrapper .form-control, .form fieldset .form-row .button-remove-wrapper .form fieldset .uploader, .form fieldset .form fieldset .form-row .button-remove-wrapper .uploader, .form fieldset .form-row .button-remove-wrapper .form fieldset .selectWrap, .form fieldset .form fieldset .form-row .button-remove-wrapper .selectWrap, .form fieldset .form-row .form-group .uploader, .form fieldset .form-row .form-group .uploader, .form fieldset .form-row .form-group .selectWrap, .form fieldset .form-row .form-group .selectWrap {
      width: 132px; }
  .form fieldset .form-row.divide-1-1-1 {
    margin: 0 -10px; }
    .form fieldset .form-row.divide-1-1-1 .form-group, .form fieldset .form-row.divide-1-1-1 .button-remove-wrapper {
      width: 50%;
      float: left !important;
      padding: 0 10px; }
      .form fieldset .form-row.divide-1-1-1 .form-group.single_checkbox, .form fieldset .form-row.divide-1-1-1 .button-remove-wrapper.single_checkbox {
        width: 5%;
        float: left !important;
        padding: 0 10px; }
  .form fieldset .form-row.label-1-1-1 .form-control, .form fieldset .form-row.label-1-1-1 .uploader, .form fieldset .form-row.label-1-1-1 .uploader, .form fieldset .form-row.label-1-1-1 .selectWrap, .form fieldset .form-row.label-1-1-1 .selectWrap {
    width: 137px; }
  .form fieldset .form-row.col-4 {
    margin: 0 -5px; }
    .form fieldset .form-row.col-4 .form-group, .form fieldset .form-row.col-4 .button-remove-wrapper {
      width: 24%;
      padding: 0 5px; }
      .form fieldset .form-row.col-4 .form-group .form-control, .form fieldset .form-row.col-4 .button-remove-wrapper .form-control, .form fieldset .form-row.col-4 .button-remove-wrapper .form fieldset .uploader, .form fieldset .form fieldset .form-row.col-4 .button-remove-wrapper .uploader, .form fieldset .form-row.col-4 .button-remove-wrapper .form fieldset .selectWrap, .form fieldset .form fieldset .form-row.col-4 .button-remove-wrapper .selectWrap, .form fieldset .form-row.col-4 .form-group .uploader, .form fieldset .form-row.col-4 .form-group .uploader, .form fieldset .form-row.col-4 .form-group .selectWrap, .form fieldset .form-row.col-4 .form-group .selectWrap {
        width: 100%; }
  .form fieldset .form-row.divide-1-4 .form-group:nth-child(odd), .form fieldset .form-row.divide-1-4 .button-remove-wrapper:nth-child(odd) {
    float: left;
    width: 20%; }
    .form fieldset .form-row.divide-1-4 .form-group:nth-child(even), .form fieldset .form-row.divide-1-4 .button-remove-wrapper:nth-child(even) {
      float: left;
      width: 80%; }
  .form fieldset .form-row.divide-1-1 .form-group:nth-child(2) label, .form fieldset .form-row.divide-1-1 .button-remove-wrapper:nth-child(2) label {
    width: 150px;
    padding: 0 10px; }
  .form fieldset .form-group, .form fieldset .button-remove-wrapper {
    margin: 0 0 18px; }
  .form fieldset .form-group label, .form fieldset .button-remove-wrapper label {
    display: inline-block;
    color: #999;
    margin: 0 0 8px;
    width: 200px;
    padding: 0 10px 0 0;
    text-align: right;
    vertical-align: middle; }
  .form fieldset .form-group textarea.form-control, .form fieldset .button-remove-wrapper textarea.form-control, .form fieldset .button-remove-wrapper .form fieldset textarea.uploader, .form fieldset .form fieldset .button-remove-wrapper textarea.uploader, .form fieldset .button-remove-wrapper .form fieldset textarea.selectWrap, .form fieldset .form fieldset .button-remove-wrapper textarea.selectWrap, .form fieldset .form-group textarea.uploader, .form fieldset .form-group textarea.uploader, .form fieldset .form-group textarea.selectWrap, .form fieldset .form-group textarea.selectWrap {
    height: 120px;
    display: inline-block;
    vertical-align: top; }
  .form fieldset .form-group .form-control, .form fieldset .button-remove-wrapper .form-control, .form fieldset .button-remove-wrapper .form fieldset .uploader, .form fieldset .form fieldset .button-remove-wrapper .uploader, .form fieldset .button-remove-wrapper .form fieldset .selectWrap, .form fieldset .form fieldset .button-remove-wrapper .selectWrap, .form fieldset .form-group .uploader, .form fieldset .form-group .uploader, .form fieldset .form-group .selectWrap, .form fieldset .form-group .selectWrap {
    border: 1px solid #ebebeb;
    padding: 6px 10px;
    width: 420px;
    border-radius: 5px;
    color: #666;
    height: 48px;
    font-size: 1rem; }
  .form fieldset .add-file-list {
    display: inline-block; }
  .form fieldset .fileupload + .fileupload {
    margin-top: 18px; }
  .form fieldset .uploader {
    position: relative;
    display: inline-block; }
  .form fieldset .uploader .filename {
    position: absolute;
    left: 14px;
    top: 13px; }
  .form fieldset .uploader .action, .form fieldset .uploader input[type="submit"], .form fieldset .uploader input[type="submit"] {
    position: absolute;
    background: #6cbf57;
    color: #fff;
    right: 0;
    top: 0;
    height: auto;
    margin: 5px;
    cursor: pointer;
    z-index: 2;
    padding: 5px 9px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 3px; }
  .form fieldset .uploader input {
    opacity: 0;
    width: 100%;
    position: relative;
    z-index: 3;
    height: 34px;
    padding: 0; }
  .form fieldset .select2-chosen {
    font-size: 1rem; }
  .form fieldset .selectWrap {
    position: relative;
    display: inline-block;
    text-align: right; }
  .form fieldset .selectWrap span {
    left: 10px;
    position: absolute; }
  .form fieldset .selectWrap select {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute; }
  .form fieldset.single_checkbox .checkbox {
    margin: 30px 0 0; }
  .form fieldset .dates {
    display: inline-block; }
  .form fieldset .dates span {
    display: inline-block; }
  .form fieldset .dates .form-control, .form fieldset .dates .uploader, .form fieldset .dates .uploader, .form fieldset .dates .selectWrap, .form fieldset .dates .selectWrap {
    width: 100px;
    margin: 0 10px; }
  .form fieldset .validetta-error .form-control, .form fieldset .validetta-error .uploader, .form fieldset .validetta-error .uploader, .form fieldset .validetta-error .selectWrap, .form fieldset .validetta-error .selectWrap {
    border: 1px solid red; }
  .form fieldset .formError {
    color: red;
    font-size: 14px;
    margin: 5px 0 0;
    display: block; }
  .form .mceEditor {
    display: inline-block;
    vertical-align: top; }

.list-top-filter .filter {
  margin: 0px;
  width: 100%; }
  .list-top-filter .filter fieldset {
    padding: 0; }
  .list-top-filter .filter .form-group, .list-top-filter .filter .button-remove-wrapper {
    min-width: 200px;
    padding: 0 10px;
    float: left; }
  .list-top-filter .filter .form-group label, .list-top-filter .filter .button-remove-wrapper label {
    min-height: 17px; }
  .list-top-filter .filter .form-group .button-green, .list-top-filter .filter .button-remove-wrapper .button-green {
    height: 48px;
    line-height: 48px; }
  .list-top-filter .filter .form-group input.button-green, .list-top-filter .filter .button-remove-wrapper input.button-green {
    line-height: 24px; }
  .list-top-filter .filter label {
    width: auto !important;
    display: block !important;
    text-align: left !important; }
  .list-top-filter .filter .form-control, .list-top-filter .filter .form fieldset .uploader, .form fieldset .list-top-filter .filter .uploader, .list-top-filter .filter .form fieldset .selectWrap, .form fieldset .list-top-filter .filter .selectWrap {
    width: 100% !important; }

.select label {
  text-align: left !important;
  margin: 0 0 4px !important; }

.hour {
  width: 75px !important;
  margin: 0 0 0 5px; }

.datepicker, .datetimepicker {
  background: url(../../../graf_new/date.png) 90% 50% no-repeat;
  cursor: pointer; }

.grid .datepicker, .grid .datetimepicker {
  background: url(../../../graf_new/date.png) 90% 50% no-repeat #fff; }

.checkbox {
  display: inline-block; }
  .form-control + .checkbox, .form fieldset .uploader + .checkbox, .form fieldset .selectWrap + .checkbox, .uploader + .checkbox, .form-group + .checkbox, .button-remove-wrapper + .checkbox {
    margin: 0 0 0 12px; }
  .checkbox label {
    text-align: left !important;
    margin: 0 0 4px !important;
    width: auto !important; }
  .checkbox .checkboxWrap {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle; }
  .checkbox .checkboxWrap.disabled span {
    background: url(../../../graf_new/checkboxDisabled.png); }
  .checkbox .checkboxWrap span {
    background: url(../../../graf_new/checkbox.png);
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    z-index: 2; }
  .checkbox .checkboxWrap span.checked {
    background-position: 0 -17px; }
  .checkbox .checkboxWrap span.error:not(.checked) {
    background: url(../../../graf_new/checkboxError.png); }
  .checkbox .checkboxWrap input {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    cursor: pointer; }

.radio {
  display: inline-block; }
  .form-control + .radio, .form fieldset .uploader + .radio, .form fieldset .selectWrap + .radio, .form-group + .radio, .button-remove-wrapper + .radio {
    margin: 0 0 0 12px; }
  .radio label {
    text-align: left !important;
    margin: 0 0 4px !important;
    width: auto !important;
    display: inline-block !important; }
  .radio .radioWrap {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle; }
  .radio .radioWrap.disabled span {
    background: url(../../../graf_new/radioDisabled.png);
    background-position: 0 -17px; }
  .radio .radioWrap span {
    background: url(../../../graf_new/radio.png);
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    z-index: 2; }
  .radio .radioWrap span.checked {
    background-position: 0 -17px; }
  .radio .radioWrap span.error:not(.checked) {
    background: url(../../../graf_new/radioError.png); }
  .radio .radioWrap input {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    cursor: pointer; }

[hrlink-company-id="2447"] .checkbox {
  width: 19px;
  height: 19px;
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  [hrlink-company-id="2447"] .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 19px;
    height: 19px;
    z-index: 1; }
  [hrlink-company-id="2447"] .checkbox input:disabled ~ .checkmark {
    background: #eee; }
  [hrlink-company-id="2447"] .checkbox input:checked ~ .checkmark {
    background-color: #6cbf57; }
    [hrlink-company-id="2447"] .checkbox input:checked ~ .checkmark:after {
      display: block; }
  [hrlink-company-id="2447"] .checkbox .checkmark {
    transition: all 0.1s ease 0s;
    border-radius: 3px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff; }
  [hrlink-company-id="2447"] .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 4px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  [hrlink-company-id="2447"] .checkbox:hover input ~ .checkmark {
    background: #e9e9e9; }
    [hrlink-company-id="2447"] .checkbox:hover input:checked ~ .checkmark {
      background-color: #6cbf57; }
    [hrlink-company-id="2447"] .checkbox:hover input:disabled ~ .checkmark {
      background: #eee; }

.checkbox-holder {
  display: inline-block;
  width: 420px; }

.select2-container-multi {
  height: auto !important;
  min-height: 48px; }

label.error {
  display: block !important;
  color: #f0a79f !important;
  width: 100% !important;
  padding: 10px 0 10px 200px !important;
  font-weight: bold;
  text-align: left !important; }

.form-control.error, .form fieldset .uploader.error, .form fieldset .selectWrap.error {
  background: #fbe5e3 !important; }

.templates-form .single_checkbox {
  margin: 0; }
  .templates-form .single_checkbox .checkbox {
    margin: 5px 0 0 !important; }

.search {
  border-radius: 3px;
  padding: 0 10px 0 10px;
  background: #f0f0f0;
  width: 260px;
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #949494;
  font-size: 14px; }
  .search form {
    height: 30px; }
  @media screen and (max-width: 1025px) {
  .search {
    width: auto; } }
  .search input {
    background: none;
    height: 30px;
    line-height: 30px;
    border: 0;
    vertical-align: top; }
  .search input::-webkit-input-placeholder {
    color: #949494;
    font-size: 14px; }
  .search input:-moz-placeholder {
    /* Firefox 18- */
    color: #949494;
    font-size: 14px; }
  .search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #949494;
    font-size: 14px; }
  .search input:-ms-input-placeholder {
    color: #949494;
    font-size: 14px; }
  @media screen and (max-width: 1025px) {
    .search input {
      width: 100px; } }
  .search button {
    float: right;
    background: url(../../../graf_new/search.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 7px 0 7px 2px;
    border: 0; }

.form-actions {
  border-top: 1px solid #ebebeb;
  padding: 16px 0 0; }
  .form-actions .form-actions .action, .form-actions .form-actions .form input[type="submit"], .form .form-actions .form-actions input[type="submit"], .form-actions .form-actions .action, .form-actions .form-actions .save, .form-actions .form-actions .save, .form-actions .form-actions .cancel, .form-actions .form-actions .cancel, .form-actions .form-actions .change, .form-actions .form-actions .change {
    font-family: 'Lato';
    font-size: 14px; }
  .form-actions .action, .form-actions .form input[type="submit"], .form .form-actions input[type="submit"] {
    background: #6cbf57;
    border: 0;
    color: #fff;
    padding: 16px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    font-weight: bold;
    margin: 0 0 0 8px; }
  .form-actions .save {
    background: #999;
    border: 0;
    color: #fff;
    padding: 16px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    font-weight: bold;
    margin: 0 0 0 8px; }
  .form-actions .cancel {
    background: #fff;
    border: 0;
    color: #666;
    padding: 16px 20px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    font-weight: bold; }
  .form-actions .change {
    background: #d1d1d1;
    border: 0;
    color: #fff;
    padding: 9px 25px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    font-weight: bold;
    margin: 0 0 0 8px;
    height: 48px; }
  .form-actions .change a {
    text-transform: none; }

.buttons .button, .buttons .button-remove-wrapper a, .button-remove-wrapper .buttons a, .buttons .button-green, .buttons .button-normal, .buttons .small-tastk-list .options a, .small-tastk-list .options .buttons a, .buttons .button-light {
  height: auto !important;
  background: #999;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px !important;
  margin: 0 5px 0 0; }

input.button, .button-remove-wrapper input, input.button-green, input.button-normal, .small-tastk-list .options input, input.button-light {
  border: 0; }

button.add {
  background: none; }

[type="button"].add {
  background: url(../../../graf_new/add.png) no-repeat;
  width: 31px;
  height: 31px;
  border: none;
  text-indent: -100000em; }

.project-steps-content {
  margin: 0 0 1rem; }
  .project-steps-content.col-5 .step-item {
    width: 20%; }
  .project-steps-content.col-2 .step-item {
    width: 50%; }
  .project-steps-content .step-item {
    opacity: 0.35;
    float: left;
    text-align: center;
    padding: 0 1px; }
  .project-steps-content .step-item.actual {
    opacity: 1; }
  .project-steps-content .step-item .round-ico {
    width: 100%;
    height: 20px;
    border-radius: 5px;
    background: #6cbf57;
    margin: 0 0 8px; }
  .project-steps-content .step-item .round-ico-inner {
    display: none; }

.help-inline, #wrap_pliki_cv, #wrap_pliki_lm, .wrap-pliki {
  display: inline-block;
  vertical-align: top;
  width: 420px; }
  .help-inline p, #wrap_pliki_cv p, #wrap_pliki_lm p, .wrap-pliki p {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb; }

.example {
  border: 2px dashed #6cbf57;
  border-radius: 4px;
  padding: 15px 0; }

.normal-control {
  width: 420px !important; }

.order {
  margin-left: 12px !important; }

.small-tastk-list > li {
  padding: 16px 0;
  border-top: 1px solid #ebebeb;
  margin: 16px 0 0; }
  .small-tastk-list h3 {
    font-size: 1.5rem !important; }
  .small-tastk-list h3 a {
    color: #666; }
  .small-tastk-list .text {
    float: left; }
  .small-tastk-list .options {
    float: right; }
  .tool_add h4 {
    width: 185px;
    text-align: right; }

.label-smaller {
  font-size: 12px;
  color: #999; }

.input-medium {
  width: 180px !important; }

.region {
  border-bottom: 1px solid #ebebeb;
  padding: 1.125rem 0; }
  .region:last-child {
    border: none; }

.button-small, .button-remove-wrapper a {
  line-height: 18px !important; }

.button-remove-wrapper a {
  background: #e84545 !important; }

.fieldset-etapy .form-group [type="text"], .fieldset-etapy .button-remove-wrapper [type="text"] {
  width: 390px !important; }

.application-form-edit .divide-1-1 .form-group, .application-form-edit .divide-1-1 .button-remove-wrapper {
  width: 234px; }
  .application-form-edit .divide-1-1 .form-group .form-control, .application-form-edit .divide-1-1 .button-remove-wrapper .form-control, .application-form-edit .divide-1-1 .button-remove-wrapper .form fieldset .uploader, .form fieldset .application-form-edit .divide-1-1 .button-remove-wrapper .uploader, .application-form-edit .divide-1-1 .button-remove-wrapper .form fieldset .selectWrap, .form fieldset .application-form-edit .divide-1-1 .button-remove-wrapper .selectWrap, .application-form-edit .divide-1-1 .form-group .form fieldset .uploader, .form fieldset .application-form-edit .divide-1-1 .form-group .uploader, .application-form-edit .divide-1-1 .form-group .form fieldset .selectWrap, .form fieldset .application-form-edit .divide-1-1 .form-group .selectWrap {
    width: 183px !important; }
  .application-form-edit .form-group, .application-form-edit .button-remove-wrapper {
    margin: 18px 0 0 !important; }
  .application-form-edit label {
    width: auto !important;
    display: block !important;
    text-align: left !important; }

.editLabel {
  color: #999;
  border: none;
  text-align: right;
  background: url(../../../graf_new/editLabel.png) 100% 50% no-repeat;
  padding: 0 25px 0 0;
  width: 100%; }
  .editLabel:focus {
    border: 1px solid #ebebeb;
    text-align: left;
    padding: 5px 0 5px 35px;
    background-position: 10px 50%; }

.edycjaetapy .form-row {
  padding: 0 0 0 104px; }

.product-list-item.active {
  outline: 1px dashed #6cbf57; }
  .product-list-item td {
    vertical-align: middle; }

.form-application-step2 {
  width: 515px !important; }

#publicationStep5 {
  margin: 0 0 60px;
  text-align: center;
  font-size: 14px; }

.form-group.accept_field, .button-remove-wrapper.accept_field {
  margin: 0 0 15px; }
  .form-group.accept_field .checkbox, .button-remove-wrapper.accept_field .checkbox {
    width: 100%;
    margin: 0;
    padding: 0 12px; }
  .form-group.accept_field .checkbox .checkboxWrap, .button-remove-wrapper.accept_field .checkbox .checkboxWrap {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .form-group.accept_field .checkbox .checkbox-clause-contents, .button-remove-wrapper.accept_field .checkbox .checkbox-clause-contents {
    width: calc(100% - 32px);
    display: inline-block;
    text-align: justify; }
  .form-group.error .select2-container, .button-remove-wrapper.error .select2-container {
    background: #fbe5e3 !important; }
  .form-group.error .select2-container > a, .button-remove-wrapper.error .select2-container > a {
    background: #fbe5e3 !important; }

.select2-container.error {
  background: #fbe5e3 !important; }
  .select2-container.error > a {
    background: #fbe5e3 !important; }
  .select2-container.error .select2-choices {
    background: #fbe5e3 !important; }

input[type='text'].disabled {
  background: #ebebe4;
  cursor: default; }

#head {
  margin: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
  height: 90px; }
  #head #logo {
    line-height: 90px; }
  #head #logo a {
    display: block; }
  #head #logo a img {
    vertical-align: middle;
    display: inline-block;
    width: 100%; }
  @media screen and (max-width: 1025px) {
    #head #logo {
      width: 150px; } }
  @media screen and (max-width: 1025px) {
    #head #logo {
      width: 80px; } }
  #head #menu {
    float: right;
    height: 90px;
    border-right: 1px solid #ebebeb;
    padding: 0 25px 0 0;
    margin: 0 25px 0 0; }
  @media screen and (max-width: 990px) {
      #head #menu .hideHamburger {
        display: none !important; } }
  #head #menu .showHamburger {
    display: none; }
  @media screen and (max-width: 990px) {
      #head #menu .showHamburger {
        display: block !important; } }
  #head #menu .menuItem {
    display: inline-block;
    line-height: 77px;
    margin: 0 1rem;
    padding: 0.5rem 0 0; }
  @media screen and (max-width: 1025px) {
      #head #menu .menuItem {
        margin: 0.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1160px) {
      #head #menu .menuItem {
        margin: 0 2px; } }
  #head #menu .menuItem.active {
    border-bottom: 4px solid #6cbf57;
    font-weight: 700; }
  #head #menu .menuItem > a, #head #menu .menuItem .dropdownLabel {
    font-size: 1.125rem;
    color: #666;
    text-decoration: none; }
    @media screen and (min-width: 1160px) and (max-width: 1260px) {
      #head #menu .menuItem > a, #head #menu .menuItem .dropdownLabel {
        font-size: 0.85rem; } }
    @media screen and (min-width: 1100px) and (max-width: 1159px) {
      #head #menu .menuItem > a, #head #menu .menuItem .dropdownLabel {
        font-size: 14px; } }
    @media screen and (min-width: 1024px) and (max-width: 1099px) {
      #head #menu .menuItem > a, #head #menu .menuItem .dropdownLabel {
        font-size: 11px; } }
  #head #menu .menuItem .dropdownWrapper {
    line-height: normal;
    margin: -2px 0 0 10px; }
  #head #notifyMessage {
    float: right;
    margin: 0 15px 0 0;
    padding: 33px 0 0 0; }
  @media screen and (max-width: 1025px) {
    #head #notifyMessage {
      margin: 0 10px 0 0; } }
  #head #notifyMessage form {
    display: inline-block; }
  #head #notifyMessage span {
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis; }
  #head #notifyMessage .message {
    margin: 0 0 0 20px; }
  #head #notifyMessage .notify_icon {
    margin: 0 0 0 30px; }
  #head #notifyMessage .select2-container {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    margin-top: -6px;
    width: 130px; }
  #head #userFunctions {
    float: right;
    height: 90px;
    margin: 0 0 0 1rem;
    padding: 0; }
  @media screen and (max-width: 1025px) {
    #head #userFunctions {
      margin: 0 0 0 1rem; } }
  #head #userFunctions > *:not(.dropdown) {
    display: table-cell;
    vertical-align: middle;
    height: 90px; }
  #head #userFunctions p:fist-child {
    font-weight: 700;
    font-size: 1rem;
    margin: 8px 0 0; }
  #head #userFunctions p:last-child {
    color: #999;
    font-size: 0.75rem;
    text-transform: uppercase; }

.modal-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 5; }

.modal-wrap {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 60px 0 90px;
  overflow-y: scroll; }
  .modal-wrap .modal-scrollable > * {
    outline: none;
    width: 920px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 100px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 100px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 100px;
    background: #fff;
    text-align: left;
    position: relative;
    padding: 40px; }
  @media screen and (max-width: 1025px) {
      .modal-wrap .modal-scrollable > * {
        width: 720px; } }
  .modal-wrap .modal-scrollable fieldset {
    padding: 0; }

.modalRow, .tasksCard .taskRow {
  border-bottom: 1px solid #ebebeb; }
  .modalRow:last-child, .tasksCard .taskRow:last-child {
    border-bottom: none; }

#closeModal {
  position: absolute;
  top: -15px;
  right: -15px; }

.insertModal {
  display: none; }
/*.modal-scrollable {padding:20px; width:auto; height:auto; background: #FFF; z-index: 5; left:50%; margin:3rem 0 3rem -384px; top: 30px; @include box-shadow(rgba(black,0.3) 0 0 100px);
 & > * {margin:0 !important;
 @include medium {width:740px;} 
 }
 }
 */
.modalStandard {
  width: 768px; }
  @media screen and (max-width: 1025px) {
  .modalStandard {
    width: 740px; } }

.close {
  position: absolute;
  top: 15px;
  right: 15px; }

.jqmWindow {
  height: auto;
  overflow: hidden;
  padding: 60px 0 !important;
  width: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  height: 100% !important; }
  .jqmWindow .modal-scrollable {
    position: relative;
    z-index: 6; }

#cmnNotificationCenterContainer, #cmnMessageCenterContainer {
  min-width: 684px; }

#inbox {
  width: 100%; }
  #inbox .clearfix h2, #inbox .marks h2, #inbox .marksEdition h2, #inbox .wrap h2, #inbox .hr_gl-mainContainer h2, #inbox .row h2, #inbox .head h2, #inbox .recrutationCard .recrutationCard-description h2, .recrutationCard #inbox .recrutationCard-description h2, #inbox .col-5 h2, #inbox .form fieldset .form-row h2, .form fieldset #inbox .form-row h2, #inbox .list-top-filter .filter h2, .list-top-filter #inbox .filter h2, #inbox .form-actions h2, #inbox .project-steps-content.col-5 h2, #inbox .project-steps-content.col-2 h2, #inbox .modalRow h2, #inbox .tasksCard .taskRow h2, .tasksCard #inbox .taskRow h2, #inbox #inbox .message-body .message-body-reciepment h2, #inbox .message-body #inbox .message-body-reciepment h2, #inbox #message .message-row h2, #message #inbox .message-row h2, #inbox .hr_page-actions h2, #inbox .application .application-container .application-head h2, .application .application-container #inbox .application-head h2, #inbox .head h2, #inbox .listCandidates.list .listUsers .candidate h2, .listCandidates.list .listUsers #inbox .candidate h2, #inbox #cv h2, #inbox .candidate-profile h2, #inbox .candidate-messages-item h2, #inbox .recrutationCard .recrutationCard-title h2, .recrutationCard #inbox .recrutationCard-title h2, #inbox #statystyki h2, #inbox #statystyki2 h2, #inbox .tasksCard .taskRow h2, .tasksCard #inbox .taskRow h2, #inbox .tasksCard .taskDetails h2, .tasksCard #inbox .taskDetails h2, #inbox .list > li h2, .list > #inbox li h2, #inbox .grid h2, #inbox .grid > li h2, .grid > #inbox li h2 {
    margin: 20px 0 20px 22px; }
  #inbox .clearfix .close, #inbox .marks .close, #inbox .marksEdition .close, #inbox .wrap .close, #inbox .hr_gl-mainContainer .close, #inbox .row .close, #inbox .head .close, #inbox .recrutationCard .recrutationCard-description .close, .recrutationCard #inbox .recrutationCard-description .close, #inbox .col-5 .close, #inbox .form fieldset .form-row .close, .form fieldset #inbox .form-row .close, #inbox .list-top-filter .filter .close, .list-top-filter #inbox .filter .close, #inbox .form-actions .close, #inbox .project-steps-content.col-5 .close, #inbox .project-steps-content.col-2 .close, #inbox .modalRow .close, #inbox .tasksCard .taskRow .close, .tasksCard #inbox .taskRow .close, #inbox #inbox .message-body .message-body-reciepment .close, #inbox .message-body #inbox .message-body-reciepment .close, #inbox #message .message-row .close, #message #inbox .message-row .close, #inbox .hr_page-actions .close, #inbox .application .application-container .application-head .close, .application .application-container #inbox .application-head .close, #inbox .head .close, #inbox .listCandidates.list .listUsers .candidate .close, .listCandidates.list .listUsers #inbox .candidate .close, #inbox #cv .close, #inbox .candidate-profile .close, #inbox .candidate-messages-item .close, #inbox .recrutationCard .recrutationCard-title .close, .recrutationCard #inbox .recrutationCard-title .close, #inbox #statystyki .close, #inbox #statystyki2 .close, #inbox .tasksCard .taskRow .close, .tasksCard #inbox .taskRow .close, #inbox .tasksCard .taskDetails .close, .tasksCard #inbox .taskDetails .close, #inbox .list > li .close, .list > #inbox li .close, #inbox .grid .close, #inbox .grid > li .close, .grid > #inbox li .close {
    margin-top: 21px; }
  #inbox .sortMessages {
    padding: 15px; }
  #inbox .user {
    vertical-align: top; }
  #inbox .message-body {
    display: inline-block;
    width: 84%;
    margin-left: 6px; }
  #inbox .message-body .message-body-reciepment .avatarName {
    float: left; }
    #inbox .message-body .message-body-reciepment .avatarName span {
      font-weight: 700; }
  #inbox .message-body .message-body-reciepment .time {
    float: right;
    color: #7b7777; }
  #inbox .message-subject {
    position: relative; }
  #inbox .message-subject a {
    color: #666; }
  #inbox .message-subject .notification {
    right: 0;
    top: 4px; }
  #inbox .message-content {
    font-size: 14px; }
  #inbox .message-content a {
    color: #7b7777; }
  #inbox .item {
    border-top: 1px solid #ebebeb;
    padding: 1.25rem;
    background: #fafafb; }
  #inbox .item .user {
    margin: 0 0 0.5rem; }
  #inbox .item.active {
    background: #edf5fa; }
  #inbox .item .content {
    color: #7b7777;
    font-size: 0.875rem;
    line-height: 1.125rem; }
  #inbox .item .subject {
    color: #424040;
    font-size: 1rem;
    line-height: 1.125rem; }
  #inbox .searchMessage {
    height: 38px;
    background: #6cbf57;
    padding: 0 23px; }
  #inbox .searchMessage input {
    height: 38px;
    border: 0;
    background: #6cbf57;
    color: #fff;
    width: 160px; }
  #inbox .searchMessage input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 100; }
  #inbox .searchMessage input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-weight: 100; }
  #inbox .searchMessage input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-weight: 100; }
  #inbox .searchMessage input:-ms-input-placeholder {
    color: #fff;
    font-weight: 100; }
  #inbox .searchMessage button {
    background: url(../../../graf_new/searchGreen-alfa.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: 2px 0 0; }

#message {
  width: 100%; }
  #message .back {
    color: #666;
    margin: 0 0 0 6px; }
  #message .message-row {
    border-top: 1px solid #ebebeb;
    width: 100%;
    padding: 15px; }
  #message .message-recruitation-name {
    color: #999;
    text-decoration: underline; }
  #message .content p {
    margin: 0 0 12px; }
  #message .attachment-item {
    margin: 6px 0 0; }
  #message .attachment-item span {
    margin: 0 6px 0 0;
    font-weight: 700; }

h2 {
  font-weight: 300;
  font-size: 2rem;
  margin: 0 0 1.875rem; }
  h2 em {
    font-weight: 300;
    font-size: 2rem;
    color: #999; }
  .row h2, .head h2, .recrutationCard .recrutationCard-description h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0; }
  .form h2 {
    color: #666; }
  @media screen and (max-width: 1399px) {
    #list-candidates h2 {
      font-size: 2.571em; } }
  #sidebar h2 {
    float: left;
    margin: 0 0 30px 15px; }

h3 {
  font-weight: 700;
  font-size: 1.375rem; }
  .list h3 {
    line-height: 33px; }
  .row h3, .head h3, .recrutationCard .recrutationCard-description h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0; }
  .form h3 {
    font-size: 2rem;
    font-weight: 300;
    color: #666; }
  #list-etap.list h3 {
    display: inline-block;
    margin: 0 10px 0 0; }
  @media screen and (max-width: 1025px) {
    #list-etap.list h3 {
      display: block;
      margin: 0 0 6px 0; } }
  #list-etap.grid h3 {
    margin: 34px 0 16px; }
  .candidate h3 {
    line-height: 1.5rem;
    font-weight: 400; }
  .candidate h3.new-candidate {
    font-weight: 700; }
  .candidateInfo h3 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 22px;
    vertical-align: top;
    display: inline-block;
    margin: 0 5px 0 0; }
  .candidateInfoHead h3 {
    color: #fff;
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
    margin: 0 5px 0 0; }
  @media screen and (max-width: 1025px) {
    .candidateInfoHead h3 {
      font-size: 1.5rem; } }
  .grid.regular h3 {
    font-weight: 400;
    margin: 24px 0;
    font-size: 1.25rem; }
  .candidate-messages h3 {
    font-size: 1.3125rem; }
  #users.grid h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 3px; }
  .modal-scrollable h3 {
    margin: 0 0 1rem; }
  h3.hSmaller {
    font-size: 1.25rem; }
  #publicationStep5 h3 {
    font-size: 1.25rem;
    text-align: center;
    margin: 0 0 18px; }

h4 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 4px; }
  form h4 {
    margin: 5px 5px 10px; }
  .tool_add h4 {
    color: #666;
    margin: 5px 5px 10px; }
  .ogloszenia-w-projekcie h4 {
    font-size: 1.3125rem; }

h5 {
  font-size: 20px;
  margin: 0 0 15px; }
  .recrutationCard h5 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 18px; }
  .candidateInfoWrap h5 {
    text-align: center;
    font-size: 1.75rem;
    margin: 0 0 18px;
    font-weight: 300;
    color: #666; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent; }
  .table > thead, .table > tbody, .table > tfoot {
    text-align: left; }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 8px;
    line-height: 1.42857;
    border-top: 1px solid #ddd;
    vertical-align: middle; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table > .table {
    background-color: #fff; }
  .table.table-condensed > thead > tr > th, .table.table-condensed > tbody > tr > th, .table.table-condensed > tfoot > tr > th, .table.table-condensed > thead > tr > td, .table.table-condensed > tbody > tr > td, .table.table-condensed > tfoot > tr > td {
    padding: 5px; }
  .table.table-bordered {
    border: 1px solid #ddd; }
  .table.table-bordered > thead > tr > th, .table.table-bordered > tbody > tr > th, .table.table-bordered > tfoot > tr > th, .table.table-bordered > thead > tr > td, .table.table-bordered > tbody > tr > td, .table.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table.table-bordered > thead > tr > th, .table.table-bordered > thead > tr > td {
    border-bottom-width: 2px; }
  .table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(108, 191, 87, 0.2); }
  .table.table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .table col[class*="col-"], .table td[class*="col-"], .table th[class*="col-"] {
    position: static;
    float: none; }
  .table col {
    display: table-column; }
  .table td, .table th {
    display: table-cell; }
  .table caption + thead tr:first-child > th, .table colgroup + thead tr:first-child > th, .table caption + thead tr:first-child > td, .table colgroup + thead tr:first-child > td {
    border-top: 0; }
  .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > tr {
    border-top: 0; }
  .table > thead > tr > td.active, .table tbody > tr > td.active, .table tfoot > tr > td.active, .table > thead > tr > th.active, .table tbody > tr > th.active, .table tfoot > tr > th.active {
    background-color: #f5f5f5; }
  .table > thead > tr.active > td, .table tbody > tr.active > td, .table tfoot > tr.active > td, .table > thead > tr.active > th, .table tbody > tr.active > th, .table tfoot > tr.active > th {
    background-color: #f5f5f5; }

table.table.table-no-colors tr {
  background: none !important; }

.hr_gl-row {
  width: 100%;
  margin: 0 0 2rem; }

.hr_gl-rfloat {
  float: right; }

.hr_gl-lfloat {
  float: left; }

.hr_gl-ltext {
  text-align: left; }

.hr_gl-rtext {
  text-align: right; }

.hr_gl-ctext {
  text-align: right; }

.hr_gl-half {
  width: 50%; }

.hr_mdl-fr-fcontainer {
  width: 80%;
  min-width: 660px; }

.hr_fr-group {
  margin-bottom: 18px; }

.hr_fr-label {
  width: 35%;
  margin: 0 0 8px;
  display: inline-block;
  padding: 0 10px 0 0;
  text-align: right;
  vertical-align: middle;
  color: #999; }

.hr_fr-input, .hr_fr-textarea {
  width: 420px;
  height: 48px;
  padding: 6px 10px;
  font-size: 1rem;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  color: #666; }

.hr_fr-textarea {
  max-width: 420px;
  height: 100px;
  vertical-align: top; }

@media screen and (max-width: 1281px) {
  .hr_fr-label {
    width: 20%; } }

.hr_mdl {
  padding: 0px !important; }

.hr_mdl-header {
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px; }

.hr_mdl-header-section {
  border-right: 1px solid #ebebeb;
  padding: 18px 20px;
  display: inline-block; }

.hr_mdl-title {
  padding: 20px 40px 0px 40px;
  font-size: 2.25rem;
  margin: 0px;
  font-weight: 300;
  color: #666; }

.hr_mdl-body {
  padding: 30px 40px 20px 40px; }

.hr_ico {
  display: block;
  width: 25px;
  height: 25px; }

.hr-note-tools {
  position: absolute;
  width: 100px;
  right: 0px;
  top: 0px; }

.hr_ico_star {
  background-image: url(../../../graf_new/hr-icons/star.png); }

.hr_ico_star_empty {
  background-image: url(../../../graf_new/hr-icons/star-empty.png); }

.hr_ico_rynekwew {
  background-image: url(../../../graf_new/hr-icons/wewnetrzny.png);
  background-size: cover;
  display: block;
  width: 31px;
  height: 20px;
  margin-top: 4px;
  float: left;
  margin-left : 6px;
  cursor: pointer; }

.hr_ico_grupa {
  background-image: url(../../../graf_new/hr-icons/grupa.png);
  background-size: cover;
  display: block;
  width: 31px;
  height: 20px;
  margin-top: 4px;
  float: left;
  cursor: pointer; }

.hr_ico_grupa_lpp {
  background-image: url(../../../graf_new/hr-icons/grupa_lpp.png);
  background-size: cover;
  display: block;
  width: 15px;
  height: 14px;
  margin-top: 4px;
  float: left;
  cursor: pointer; }

.hr_ico_grupa_lpp_w {
  background-image: url(../../../graf_new/hr-icons/grupa_lpp_w.png);
  background-size: cover;
  display: block;
  width: 15px;
  height: 14px;
  margin-top: 4px;
  float: left;
  cursor: pointer; }

.hr_ico_email {
  background-image: url(../../../graf_new/hr-icons/email2x.png);
  background-size: cover;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  float: left;
  cursor: pointer; }

.hr_ico_tel {
  background-image: url(../../../graf_new/hr-icons/telefon2x.png);
  background-size: cover;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  float: left;
  cursor: pointer; }

.hr_i-conf-forcard {
  display: block !important;
  position: absolute !important;
  top: 30px;
  right: 8px; }

.hr_i-conf-messages-pos {
  margin: 0px 0px 0px 20px; }

.hr_i-conf-panel {
  margin: 0px;
  vertical-align: middle; }

.hr_i-conf-ml {
  margin-left: 5px; }

.hr_i-conf-adv {
  margin-top: 10px; }

.hr_i-print {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -10px -10px; }

.hr_i-edit-change {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -50px -10px; }

.hr_i-label-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -90px -10px; }

.hr_i-label-attach {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -130px -10px; }

.hr_i-recrutation-copy {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -170px -10px; }

.hr_i-recrutation-copy-2 {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -210px -10px; }

.hr_i-location {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -250px -10px; }

.hr_i-note {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -290px -10px; }

.hr_i-note-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -330px -10px; }

.hr_i-note-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -370px -10px; }

.hr_i-evaluation-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -10px -50px; }

.hr_i-advertisment {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -50px -50px; }

.hr_i-advertisment-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -90px -50px; }

.hr_i-download {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -130px -50px; }

.hr_i-view {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -170px -50px; }

.hr_i-view-2 {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -210px -50px; }

.hr_i-notification {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -250px -50px;
  width: 30px !important; }

.hr_i-multiply {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -290px -50px; }

.hr_i-multiply-2 {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -330px -50px; }

.hr_i-stage-move {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -370px -50px; }

.hr_i-recrutation-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -10px -90px; }

.hr_i-status-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -50px -90px; }

.hr_i-status-change {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -90px -90px; }

.hr_i-timetable {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -130px -90px; }

.hr_i-timetable-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -170px -90px; }

.hr_i-timetable-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -210px -90px; }

.hr_i-share-candidate {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -250px -90px; }

.hr_i-messages {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -290px -90px;
  width: 30px !important; }

.hr_i-messages-send {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -330px -90px; }

.hr_i-messages-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -370px -90px; }

.hr_i-options-more {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -10px -130px; }

.hr_i-tasks {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -50px -130px; }

.hr_i-tasks-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -90px -130px; }

.hr_i-tasks-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -130px -130px; }

.hr_i-remove {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -170px -130px; }

.hr_i-candidate {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-st-1.png) -210px -130px; }

.hr_i-wh-print {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -10px -10px; }

.hr_i-wh-edit-change {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -50px -10px; }

.hr_i-wh-label-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -90px -10px; }

.hr_i-wh-label-attach {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -130px -10px; }

.hr_i-wh-recrutation-copy {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -170px -10px; }

.hr_i-wh-recrutation-copy-2 {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -210px -10px; }

.hr_i-wh-location {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -250px -10px; }

.hr_i-wh-note {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -290px -10px; }

.hr_i-wh-note-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -330px -10px; }

.hr_i-wh-note-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -370px -10px; }

.hr_i-wh-evaluation-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -10px -50px; }

.hr_i-wh-advertisment {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -50px -50px; }

.hr_i-wh-advertisment-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -90px -50px; }

.hr_i-wh-download {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -130px -50px; }

.hr_i-wh-view {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -170px -50px; }

.hr_i-wh-view-2 {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -210px -50px; }

.hr_i-wh-notification {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -250px -50px; }

.hr_i-wh-multiply {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -290px -50px; }

.hr_i-wh-multiply-2 {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -330px -50px; }

.hr_i-wh-stage-move {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -370px -50px; }

.hr_i-wh-recrutation-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -10px -90px; }

.hr_i-wh-status-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -50px -90px; }

.hr_i-wh-status-change {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -90px -90px; }

.hr_i-wh-timetable {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -130px -90px; }

.hr_i-wh-timetable-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -170px -90px; }

.hr_i-wh-timetable-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -210px -90px; }

.hr_i-wh-share-candidate {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -250px -90px; }

.hr_i-wh-messages {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -290px -90px; }

.hr_i-wh-messages-send {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -330px -90px; }

.hr_i-wh-messages-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -370px -90px; }

.hr_i-wh-options-more {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -10px -130px; }

.hr_i-wh-tasks {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -50px -130px; }

.hr_i-wh-tasks-add {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -90px -130px; }

.hr_i-wh-tasks-watch {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -130px -130px; }

.hr_i-wh-remove {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -170px -130px; }

.hr_i-wh-candidate {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../../../graf_new/hr-icons/icons-wh-1.png) -210px -130px; }

.hr_i-active {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -10px -10px; }

.hr_i-archive {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -50px -10px; }

.hr_i-paused {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -90px -10px; }

.hr_i-finished {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -130px -10px; }

.hr_i-finished-2 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -170px -10px; }

.hr_i-evaluating {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -210px -10px; }

.hr_i-examined-not {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -250px -10px; }

.hr_i-examined-not-2 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -290px -10px; }

.hr_i-rejected {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -330px -10px; }

.hr_i-resigned {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -330px -10px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg); }

.hr_i-accepted {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -370px -10px; }

.hr_i-engaged {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -10px -50px; }

.hr_i-engaged-1 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -50px -50px; }

.hr_i-sm-tasks-watch {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -90px -50px; }

.hr_i-sm-messages-watch {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -130px -50px; }

.hr_i-sm-history-watch {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -170px -50px; }

.hr_i-sm-timetable-watch {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -210px -50px; }

.hr_i-sm-advertisment-watch {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -250px -50px; }

.hr_i-sm-note-watch {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../graf_new/hr-icons/icons-st-2.png) -290px -50px; }

.new-add-icon {
  font-size: 19px;
  padding: 5px 8px;
  border: 1px solid #55a541;
  border-radius: 3px;
  color: #55a541;
  line-height: 1;
  background: #fff; }

.clock.time:before {
  content: "\f402";
  font-family: ionicons;
  font-size: 37px;
  color: #55a541; }

.meeting .clock.time:before {
  color: #fff !important; }

.datepicker, .datetimepicker {
  border: 1px solid #ebebeb;
  padding: 15px; }
  .datepicker .icon-arrow-left:before, .datetimepicker .icon-arrow-left:before, .datepicker .icon-arrow-right:before, .datetimepicker .icon-arrow-right:before {
    font-family: ionicons;
    font-style: normal;
    font-size: 19px;
    background: #fff !important;
    color: #55a541; }
  .datepicker .icon-arrow-right:before, .datetimepicker .icon-arrow-right:before {
    content: "\f125"; }
  .datepicker .icon-arrow-left:before, .datetimepicker .icon-arrow-left:before {
    content: "\f124"; }

.hr_page-actions {
  border-top: 1px solid #ebebeb;
  padding: 16px 0 0; }
  .hr_page-actions .hr_btn-sact {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding: 16px 20px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    background: #fff; }
  .hr_page-actions .hr_btn-mact {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 16px 20px;
    border-radius: 3px;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    background: #6cbf57; }

.hr_btn-success {
  background: #6cbf57; }

.hr_btn-alert {
  background: #e84545; }

.hr_lbl-m {
  color: #6cbf57; }

.hr_lbl-off, .hr_fr-label {
  cursor: default; }

.hr_hds-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  cursor: default; }

.hr_hds-h2 {
  font-weight: 300;
  font-size: 2.25rem;
  margin: 0 0 25px;
  color: #8f7777; }

.hr_tbl-weakInfo {
  font-size: 14px;
  color: #999; }

.hr_tbl-strongInfo {
  margin: 5px 5px 10px 0px; }

.hr_tbl-timeInfo:before {
  content: url(../../../graf_new/time.png);
  margin: 0 6px 0 0; }

.hr_tbl-personInfo:before {
  content: url(../../../graf_new/name.png);
  margin: -1px 6px 0 0; }
/**********************************/
/*** Start of: data sort styles ***/
.hr_ctr-sortPageContainer {
  margin: 0 0 25px;
  text-align: center; }

.hr_ctr-sortPanel {
  border-radius: 5px;
  border: 1px solid #ebebeb;
  display: inline-block; }

.hr_ctr-sortDropdown {
  position: relative;
  float: right;
  margin-top: -2px; }

.hr_ctr-sortDropdownLabel {
  float: left; }
/***********/
/* Buttons */
.hr_ctr-sortBtn, .hr_ctr-sortBtnLeft, .hr_ctr-sortBtnRight {
  float: left;
  color: #999;
  padding: 4px 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  border-left: 1px solid #ebebeb; }
  .hr_ctr-sortBtn:last-child, .hr_ctr-sortBtnLeft:last-child, .hr_ctr-sortBtnRight:last-child {
    border-right: 0; }
  .hr_ctr-sortBtn.active, .hr_ctr-sortBtnLeft.active, .hr_ctr-sortBtnRight.active {
    background: #d1d1d1;
    color: #fff;
    font-weight: 900; }
  .hr_ctr-sortBtn.active div .caret, .hr_ctr-sortBtnLeft.active div .caret, .hr_ctr-sortBtnLeft.active div .form fieldset .selectWrap, .form fieldset .hr_ctr-sortBtnLeft.active div .selectWrap, .hr_ctr-sortBtnRight.active div .caret, .hr_ctr-sortBtnRight.active div .form fieldset .selectWrap, .form fieldset .hr_ctr-sortBtnRight.active div .selectWrap, .hr_ctr-sortBtn.active div .form fieldset .selectWrap, .form fieldset .hr_ctr-sortBtn.active div .selectWrap {
    color: #fff; }
  .hr_ctr-sortBtn.active span, .hr_ctr-sortBtnLeft.active span, .hr_ctr-sortBtnRight.active span {
    font-weight: 900; }

.hr_ctr-sortBtnLeft {
  border-left: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.hr_ctr-sortBtnRight {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
/*** End of: data sort styles ***/
/********************************/
.hr_fr-group label.hr_validate-error {
  display: block !important;
  color: #f0a79f !important;
  width: 100% !important;
  padding: 10px 0 10px 35.5%;
  font-weight: bold;
  text-align: left !important; }

@media screen and (max-width: 1281px) {
  label.hr_validate-error {
    padding: 10px 0 10px 20.5% !important; } }

.hr_wide_list {
  min-width: 350px; }

.isgrid .group a, .isgrid .group span {
  font-size: inherit !important; }

.favorite .group span:hover {
  background: none !important;
  cursor: initial; }
  .favorite .group a {
    display: initial !important;
    margin-bottom: 10px;
    font-size: 12px !important;
    background: none !important; }
  .favorite .group a:hover {
    color: #6cbf57 !important; }
  .favorite .group .inline {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px !important;
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important; }
  .favorite .group .inline input {
    display: inline-block;
    margin: 5px; }
    .favorite .group .inline input[type='text'] {
      height: 32px; }
  .favorite .loaderLista {
    width: 32px;
    margin: 5% auto;
    display: block; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/system/elements/css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/system/elements/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/system/elements/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/system/elements/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/system/elements/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/system/elements/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: 0.3em; }
  .fa.fa-pull-right {
    margin-left: 0.3em; }
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }
  .fa.pull-right {
    margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
/*!
 Ionicons, v#{$ionicons-version}
 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
 https://twitter.com/benjsperry  https://twitter.com/ionicframework
 MIT License: https://github.com/driftyco/ionicons
 Android-style icons originally built by Google’s
 Material Design Icons: https://github.com/google/material-design-icons
 used under CC BY http://creativecommons.org/licenses/by/4.0/
 Modified icons to fit ionicon’s grid from original.
 */
@font-face {
  font-family: "Ionicons";
  src: url("/system/elements/css/fonts/ionicons.eot?v=2.0.0");
  src: url("/system/elements/css/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("/system/elements/css/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("/system/elements/css/fonts/ionicons.woff?v=2.0.0") format("woff"), url("/system/elements/css/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-circle:before {
  content: "\f359"; }

.ion-android-alarm-clock:before {
  content: "\f35a"; }

.ion-android-alert:before {
  content: "\f35b"; }

.ion-android-apps:before {
  content: "\f35c"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down:before {
  content: "\f35d"; }

.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

.ion-android-arrow-dropleft:before {
  content: "\f361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

.ion-android-arrow-dropright:before {
  content: "\f363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

.ion-android-arrow-dropup:before {
  content: "\f365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

.ion-android-arrow-forward:before {
  content: "\f30f"; }

.ion-android-arrow-up:before {
  content: "\f366"; }

.ion-android-attach:before {
  content: "\f367"; }

.ion-android-bar:before {
  content: "\f368"; }

.ion-android-bicycle:before {
  content: "\f369"; }

.ion-android-boat:before {
  content: "\f36a"; }

.ion-android-bookmark:before {
  content: "\f36b"; }

.ion-android-bulb:before {
  content: "\f36c"; }

.ion-android-bus:before {
  content: "\f36d"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-cancel:before {
  content: "\f36e"; }

.ion-android-car:before {
  content: "\f36f"; }

.ion-android-cart:before {
  content: "\f370"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkbox:before {
  content: "\f374"; }

.ion-android-checkbox-blank:before {
  content: "\f371"; }

.ion-android-checkbox-outline:before {
  content: "\f373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

.ion-android-checkmark-circle:before {
  content: "\f375"; }

.ion-android-clipboard:before {
  content: "\f376"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-cloud:before {
  content: "\f37a"; }

.ion-android-cloud-circle:before {
  content: "\f377"; }

.ion-android-cloud-done:before {
  content: "\f378"; }

.ion-android-cloud-outline:before {
  content: "\f379"; }

.ion-android-color-palette:before {
  content: "\f37b"; }

.ion-android-compass:before {
  content: "\f37c"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-contract:before {
  content: "\f37d"; }

.ion-android-create:before {
  content: "\f37e"; }

.ion-android-delete:before {
  content: "\f37f"; }

.ion-android-desktop:before {
  content: "\f380"; }

.ion-android-document:before {
  content: "\f381"; }

.ion-android-done:before {
  content: "\f383"; }

.ion-android-done-all:before {
  content: "\f382"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-drafts:before {
  content: "\f384"; }

.ion-android-exit:before {
  content: "\f385"; }

.ion-android-expand:before {
  content: "\f386"; }

.ion-android-favorite:before {
  content: "\f388"; }

.ion-android-favorite-outline:before {
  content: "\f387"; }

.ion-android-film:before {
  content: "\f389"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-folder-open:before {
  content: "\f38a"; }

.ion-android-funnel:before {
  content: "\f38b"; }

.ion-android-globe:before {
  content: "\f38c"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-hangout:before {
  content: "\f38d"; }

.ion-android-happy:before {
  content: "\f38e"; }

.ion-android-home:before {
  content: "\f38f"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-laptop:before {
  content: "\f390"; }

.ion-android-list:before {
  content: "\f391"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-lock:before {
  content: "\f392"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-map:before {
  content: "\f393"; }

.ion-android-menu:before {
  content: "\f394"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-microphone-off:before {
  content: "\f395"; }

.ion-android-more-horizontal:before {
  content: "\f396"; }

.ion-android-more-vertical:before {
  content: "\f397"; }

.ion-android-navigate:before {
  content: "\f398"; }

.ion-android-notifications:before {
  content: "\f39b"; }

.ion-android-notifications-none:before {
  content: "\f399"; }

.ion-android-notifications-off:before {
  content: "\f39a"; }

.ion-android-open:before {
  content: "\f39c"; }

.ion-android-options:before {
  content: "\f39d"; }

.ion-android-people:before {
  content: "\f39e"; }

.ion-android-person:before {
  content: "\f3a0"; }

.ion-android-person-add:before {
  content: "\f39f"; }

.ion-android-phone-landscape:before {
  content: "\f3a1"; }

.ion-android-phone-portrait:before {
  content: "\f3a2"; }

.ion-android-pin:before {
  content: "\f3a3"; }

.ion-android-plane:before {
  content: "\f3a4"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-print:before {
  content: "\f3a5"; }

.ion-android-radio-button-off:before {
  content: "\f3a6"; }

.ion-android-radio-button-on:before {
  content: "\f3a7"; }

.ion-android-refresh:before {
  content: "\f3a8"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-remove-circle:before {
  content: "\f3a9"; }

.ion-android-restaurant:before {
  content: "\f3aa"; }

.ion-android-sad:before {
  content: "\f3ab"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-share-alt:before {
  content: "\f3ac"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-star-half:before {
  content: "\f3ad"; }

.ion-android-star-outline:before {
  content: "\f3ae"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-subway:before {
  content: "\f3af"; }

.ion-android-sunny:before {
  content: "\f3b0"; }

.ion-android-sync:before {
  content: "\f3b1"; }

.ion-android-textsms:before {
  content: "\f3b2"; }

.ion-android-time:before {
  content: "\f3b3"; }

.ion-android-train:before {
  content: "\f3b4"; }

.ion-android-unlock:before {
  content: "\f3b5"; }

.ion-android-upload:before {
  content: "\f3b6"; }

.ion-android-volume-down:before {
  content: "\f3b7"; }

.ion-android-volume-mute:before {
  content: "\f3b8"; }

.ion-android-volume-off:before {
  content: "\f3b9"; }

.ion-android-volume-up:before {
  content: "\f3ba"; }

.ion-android-walk:before {
  content: "\f3bb"; }

.ion-android-warning:before {
  content: "\f3bc"; }

.ion-android-watch:before {
  content: "\f3bd"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-aperture:before {
  content: "\f313"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-asterisk:before {
  content: "\f314"; }

.ion-at:before {
  content: "\f10f"; }

.ion-backspace:before {
  content: "\f3bf"; }

.ion-backspace-outline:before {
  content: "\f3be"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bonfire:before {
  content: "\f315"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-bowtie:before {
  content: "\f3c0"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-cash:before {
  content: "\f316"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-closed-captioning:before {
  content: "\f317"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-crop:before {
  content: "\f3c1"; }

.ion-cube:before {
  content: "\f318"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-easel:before {
  content: "\f3c2"; }

.ion-edit:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-email-unread:before {
  content: "\f3c3"; }

.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-fireball:before {
  content: "\f319"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flame:before {
  content: "\f31a"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-funnel:before {
  content: "\f31b"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-happy:before {
  content: "\f31c"; }

.ion-happy-outline:before {
  content: "\f3c6"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-heart-broken:before {
  content: "\f31d"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios-alarm:before {
  content: "\f3c8"; }

.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

.ion-ios-albums:before {
  content: "\f3ca"; }

.ion-ios-albums-outline:before {
  content: "\f3c9"; }

.ion-ios-americanfootball:before {
  content: "\f3cc"; }

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

.ion-ios-analytics:before {
  content: "\f3ce"; }

.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

.ion-ios-arrow-back:before {
  content: "\f3cf"; }

.ion-ios-arrow-down:before {
  content: "\f3d0"; }

.ion-ios-arrow-forward:before {
  content: "\f3d1"; }

.ion-ios-arrow-left:before {
  content: "\f3d2"; }

.ion-ios-arrow-right:before {
  content: "\f3d3"; }

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

.ion-ios-arrow-up:before {
  content: "\f3d8"; }

.ion-ios-at:before {
  content: "\f3da"; }

.ion-ios-at-outline:before {
  content: "\f3d9"; }

.ion-ios-barcode:before {
  content: "\f3dc"; }

.ion-ios-barcode-outline:before {
  content: "\f3db"; }

.ion-ios-baseball:before {
  content: "\f3de"; }

.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

.ion-ios-basketball:before {
  content: "\f3e0"; }

.ion-ios-basketball-outline:before {
  content: "\f3df"; }

.ion-ios-bell:before {
  content: "\f3e2"; }

.ion-ios-bell-outline:before {
  content: "\f3e1"; }

.ion-ios-body:before {
  content: "\f3e4"; }

.ion-ios-body-outline:before {
  content: "\f3e3"; }

.ion-ios-bolt:before {
  content: "\f3e6"; }

.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

.ion-ios-book:before {
  content: "\f3e8"; }

.ion-ios-book-outline:before {
  content: "\f3e7"; }

.ion-ios-bookmarks:before {
  content: "\f3ea"; }

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

.ion-ios-box:before {
  content: "\f3ec"; }

.ion-ios-box-outline:before {
  content: "\f3eb"; }

.ion-ios-briefcase:before {
  content: "\f3ee"; }

.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

.ion-ios-browsers:before {
  content: "\f3f0"; }

.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

.ion-ios-calculator:before {
  content: "\f3f2"; }

.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

.ion-ios-calendar:before {
  content: "\f3f4"; }

.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

.ion-ios-camera:before {
  content: "\f3f6"; }

.ion-ios-camera-outline:before {
  content: "\f3f5"; }

.ion-ios-cart:before {
  content: "\f3f8"; }

.ion-ios-cart-outline:before {
  content: "\f3f7"; }

.ion-ios-chatboxes:before {
  content: "\f3fa"; }

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

.ion-ios-chatbubble:before {
  content: "\f3fc"; }

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

.ion-ios-checkmark:before {
  content: "\f3ff"; }

.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

.ion-ios-circle-filled:before {
  content: "\f400"; }

.ion-ios-circle-outline:before {
  content: "\f401"; }

.ion-ios-clock:before {
  content: "\f403"; }

.ion-ios-clock-outline:before {
  content: "\f402"; }

.ion-ios-close:before {
  content: "\f406"; }

.ion-ios-close-empty:before {
  content: "\f404"; }

.ion-ios-close-outline:before {
  content: "\f405"; }

.ion-ios-cloud:before {
  content: "\f40c"; }

.ion-ios-cloud-download:before {
  content: "\f408"; }

.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

.ion-ios-cloud-outline:before {
  content: "\f409"; }

.ion-ios-cloud-upload:before {
  content: "\f40b"; }

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

.ion-ios-cloudy:before {
  content: "\f410"; }

.ion-ios-cloudy-night:before {
  content: "\f40e"; }

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

.ion-ios-cog:before {
  content: "\f412"; }

.ion-ios-cog-outline:before {
  content: "\f411"; }

.ion-ios-color-filter:before {
  content: "\f414"; }

.ion-ios-color-filter-outline:before {
  content: "\f413"; }

.ion-ios-color-wand:before {
  content: "\f416"; }

.ion-ios-color-wand-outline:before {
  content: "\f415"; }

.ion-ios-compose:before {
  content: "\f418"; }

.ion-ios-compose-outline:before {
  content: "\f417"; }

.ion-ios-contact:before {
  content: "\f41a"; }

.ion-ios-contact-outline:before {
  content: "\f419"; }

.ion-ios-copy:before {
  content: "\f41c"; }

.ion-ios-copy-outline:before {
  content: "\f41b"; }

.ion-ios-crop:before {
  content: "\f41e"; }

.ion-ios-crop-strong:before {
  content: "\f41d"; }

.ion-ios-download:before {
  content: "\f420"; }

.ion-ios-download-outline:before {
  content: "\f41f"; }

.ion-ios-drag:before {
  content: "\f421"; }

.ion-ios-email:before {
  content: "\f423"; }

.ion-ios-email-outline:before {
  content: "\f422"; }

.ion-ios-eye:before {
  content: "\f425"; }

.ion-ios-eye-outline:before {
  content: "\f424"; }

.ion-ios-fastforward:before {
  content: "\f427"; }

.ion-ios-fastforward-outline:before {
  content: "\f426"; }

.ion-ios-filing:before {
  content: "\f429"; }

.ion-ios-filing-outline:before {
  content: "\f428"; }

.ion-ios-film:before {
  content: "\f42b"; }

.ion-ios-film-outline:before {
  content: "\f42a"; }

.ion-ios-flag:before {
  content: "\f42d"; }

.ion-ios-flag-outline:before {
  content: "\f42c"; }

.ion-ios-flame:before {
  content: "\f42f"; }

.ion-ios-flame-outline:before {
  content: "\f42e"; }

.ion-ios-flask:before {
  content: "\f431"; }

.ion-ios-flask-outline:before {
  content: "\f430"; }

.ion-ios-flower:before {
  content: "\f433"; }

.ion-ios-flower-outline:before {
  content: "\f432"; }

.ion-ios-folder:before {
  content: "\f435"; }

.ion-ios-folder-outline:before {
  content: "\f434"; }

.ion-ios-football:before {
  content: "\f437"; }

.ion-ios-football-outline:before {
  content: "\f436"; }

.ion-ios-game-controller-a:before {
  content: "\f439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

.ion-ios-game-controller-b:before {
  content: "\f43b"; }

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

.ion-ios-gear:before {
  content: "\f43d"; }

.ion-ios-gear-outline:before {
  content: "\f43c"; }

.ion-ios-glasses:before {
  content: "\f43f"; }

.ion-ios-glasses-outline:before {
  content: "\f43e"; }

.ion-ios-grid-view:before {
  content: "\f441"; }

.ion-ios-grid-view-outline:before {
  content: "\f440"; }

.ion-ios-heart:before {
  content: "\f443"; }

.ion-ios-heart-outline:before {
  content: "\f442"; }

.ion-ios-help:before {
  content: "\f446"; }

.ion-ios-help-empty:before {
  content: "\f444"; }

.ion-ios-help-outline:before {
  content: "\f445"; }

.ion-ios-home:before {
  content: "\f448"; }

.ion-ios-home-outline:before {
  content: "\f447"; }

.ion-ios-infinite:before {
  content: "\f44a"; }

.ion-ios-infinite-outline:before {
  content: "\f449"; }

.ion-ios-information:before {
  content: "\f44d"; }

.ion-ios-information-empty:before {
  content: "\f44b"; }

.ion-ios-information-outline:before {
  content: "\f44c"; }

.ion-ios-ionic-outline:before {
  content: "\f44e"; }

.ion-ios-keypad:before {
  content: "\f450"; }

.ion-ios-keypad-outline:before {
  content: "\f44f"; }

.ion-ios-lightbulb:before {
  content: "\f452"; }

.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

.ion-ios-list:before {
  content: "\f454"; }

.ion-ios-list-outline:before {
  content: "\f453"; }

.ion-ios-location:before {
  content: "\f456"; }

.ion-ios-location-outline:before {
  content: "\f455"; }

.ion-ios-locked:before {
  content: "\f458"; }

.ion-ios-locked-outline:before {
  content: "\f457"; }

.ion-ios-loop:before {
  content: "\f45a"; }

.ion-ios-loop-strong:before {
  content: "\f459"; }

.ion-ios-medical:before {
  content: "\f45c"; }

.ion-ios-medical-outline:before {
  content: "\f45b"; }

.ion-ios-medkit:before {
  content: "\f45e"; }

.ion-ios-medkit-outline:before {
  content: "\f45d"; }

.ion-ios-mic:before {
  content: "\f461"; }

.ion-ios-mic-off:before {
  content: "\f45f"; }

.ion-ios-mic-outline:before {
  content: "\f460"; }

.ion-ios-minus:before {
  content: "\f464"; }

.ion-ios-minus-empty:before {
  content: "\f462"; }

.ion-ios-minus-outline:before {
  content: "\f463"; }

.ion-ios-monitor:before {
  content: "\f466"; }

.ion-ios-monitor-outline:before {
  content: "\f465"; }

.ion-ios-moon:before {
  content: "\f468"; }

.ion-ios-moon-outline:before {
  content: "\f467"; }

.ion-ios-more:before {
  content: "\f46a"; }

.ion-ios-more-outline:before {
  content: "\f469"; }

.ion-ios-musical-note:before {
  content: "\f46b"; }

.ion-ios-musical-notes:before {
  content: "\f46c"; }

.ion-ios-navigate:before {
  content: "\f46e"; }

.ion-ios-navigate-outline:before {
  content: "\f46d"; }

.ion-ios-nutrition:before {
  content: "\f470"; }

.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

.ion-ios-paper:before {
  content: "\f472"; }

.ion-ios-paper-outline:before {
  content: "\f471"; }

.ion-ios-paperplane:before {
  content: "\f474"; }

.ion-ios-paperplane-outline:before {
  content: "\f473"; }

.ion-ios-partlysunny:before {
  content: "\f476"; }

.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

.ion-ios-pause:before {
  content: "\f478"; }

.ion-ios-pause-outline:before {
  content: "\f477"; }

.ion-ios-paw:before {
  content: "\f47a"; }

.ion-ios-paw-outline:before {
  content: "\f479"; }

.ion-ios-people:before {
  content: "\f47c"; }

.ion-ios-people-outline:before {
  content: "\f47b"; }

.ion-ios-person:before {
  content: "\f47e"; }

.ion-ios-person-outline:before {
  content: "\f47d"; }

.ion-ios-personadd:before {
  content: "\f480"; }

.ion-ios-personadd-outline:before {
  content: "\f47f"; }

.ion-ios-photos:before {
  content: "\f482"; }

.ion-ios-photos-outline:before {
  content: "\f481"; }

.ion-ios-pie:before {
  content: "\f484"; }

.ion-ios-pie-outline:before {
  content: "\f483"; }

.ion-ios-pint:before {
  content: "\f486"; }

.ion-ios-pint-outline:before {
  content: "\f485"; }

.ion-ios-play:before {
  content: "\f488"; }

.ion-ios-play-outline:before {
  content: "\f487"; }

.ion-ios-plus:before {
  content: "\f48b"; }

.ion-ios-plus-empty:before {
  content: "\f489"; }

.ion-ios-plus-outline:before {
  content: "\f48a"; }

.ion-ios-pricetag:before {
  content: "\f48d"; }

.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

.ion-ios-pricetags:before {
  content: "\f48f"; }

.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

.ion-ios-printer:before {
  content: "\f491"; }

.ion-ios-printer-outline:before {
  content: "\f490"; }

.ion-ios-pulse:before {
  content: "\f493"; }

.ion-ios-pulse-strong:before {
  content: "\f492"; }

.ion-ios-rainy:before {
  content: "\f495"; }

.ion-ios-rainy-outline:before {
  content: "\f494"; }

.ion-ios-recording:before {
  content: "\f497"; }

.ion-ios-recording-outline:before {
  content: "\f496"; }

.ion-ios-redo:before {
  content: "\f499"; }

.ion-ios-redo-outline:before {
  content: "\f498"; }

.ion-ios-refresh:before {
  content: "\f49c"; }

.ion-ios-refresh-empty:before {
  content: "\f49a"; }

.ion-ios-refresh-outline:before {
  content: "\f49b"; }

.ion-ios-reload:before {
  content: "\f49d"; }

.ion-ios-reverse-camera:before {
  content: "\f49f"; }

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

.ion-ios-rewind:before {
  content: "\f4a1"; }

.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

.ion-ios-rose:before {
  content: "\f4a3"; }

.ion-ios-rose-outline:before {
  content: "\f4a2"; }

.ion-ios-search:before {
  content: "\f4a5"; }

.ion-ios-search-strong:before {
  content: "\f4a4"; }

.ion-ios-settings:before {
  content: "\f4a7"; }

.ion-ios-settings-strong:before {
  content: "\f4a6"; }

.ion-ios-shuffle:before {
  content: "\f4a9"; }

.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

.ion-ios-skipbackward:before {
  content: "\f4ab"; }

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

.ion-ios-skipforward:before {
  content: "\f4ad"; }

.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

.ion-ios-snowy:before {
  content: "\f4ae"; }

.ion-ios-speedometer:before {
  content: "\f4b0"; }

.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

.ion-ios-star:before {
  content: "\f4b3"; }

.ion-ios-star-half:before {
  content: "\f4b1"; }

.ion-ios-star-outline:before {
  content: "\f4b2"; }

.ion-ios-stopwatch:before {
  content: "\f4b5"; }

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

.ion-ios-sunny:before {
  content: "\f4b7"; }

.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

.ion-ios-telephone:before {
  content: "\f4b9"; }

.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

.ion-ios-tennisball:before {
  content: "\f4bb"; }

.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

.ion-ios-time:before {
  content: "\f4bf"; }

.ion-ios-time-outline:before {
  content: "\f4be"; }

.ion-ios-timer:before {
  content: "\f4c1"; }

.ion-ios-timer-outline:before {
  content: "\f4c0"; }

.ion-ios-toggle:before {
  content: "\f4c3"; }

.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

.ion-ios-trash:before {
  content: "\f4c5"; }

.ion-ios-trash-outline:before {
  content: "\f4c4"; }

.ion-ios-undo:before {
  content: "\f4c7"; }

.ion-ios-undo-outline:before {
  content: "\f4c6"; }

.ion-ios-unlocked:before {
  content: "\f4c9"; }

.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

.ion-ios-upload:before {
  content: "\f4cb"; }

.ion-ios-upload-outline:before {
  content: "\f4ca"; }

.ion-ios-videocam:before {
  content: "\f4cd"; }

.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

.ion-ios-volume-high:before {
  content: "\f4ce"; }

.ion-ios-volume-low:before {
  content: "\f4cf"; }

.ion-ios-wineglass:before {
  content: "\f4d1"; }

.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

.ion-ios-world:before {
  content: "\f4d3"; }

.ion-ios-world-outline:before {
  content: "\f4d2"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before {
  content: "\f29a"; }

.ion-load-b:before {
  content: "\f29b"; }

.ion-load-c:before {
  content: "\f29c"; }

.ion-load-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-lock-combination:before {
  content: "\f4d4"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-merge:before {
  content: "\f33f"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-mouse:before {
  content: "\f340"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "\f20d"; }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-network:before {
  content: "\f341"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-outlet:before {
  content: "\f342"; }

.ion-paintbrush:before {
  content: "\f4d5"; }

.ion-paintbucket:before {
  content: "\f4d6"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-planet:before {
  content: "\f343"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-podium:before {
  content: "\f344"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-pull-request:before {
  content: "\f345"; }

.ion-qr-scanner:before {
  content: "\f346"; }

.ion-quote:before {
  content: "\f347"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-ribbon-a:before {
  content: "\f348"; }

.ion-ribbon-b:before {
  content: "\f349"; }

.ion-sad:before {
  content: "\f34a"; }

.ion-sad-outline:before {
  content: "\f4d7"; }

.ion-scissors:before {
  content: "\f34b"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-angular:before {
  content: "\f4d9"; }

.ion-social-angular-outline:before {
  content: "\f4d8"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-chrome:before {
  content: "\f4db"; }

.ion-social-chrome-outline:before {
  content: "\f4da"; }

.ion-social-codepen:before {
  content: "\f4dd"; }

.ion-social-codepen-outline:before {
  content: "\f4dc"; }

.ion-social-css3:before {
  content: "\f4df"; }

.ion-social-css3-outline:before {
  content: "\f4de"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-euro:before {
  content: "\f4e1"; }

.ion-social-euro-outline:before {
  content: "\f4e0"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-foursquare:before {
  content: "\f34d"; }

.ion-social-foursquare-outline:before {
  content: "\f34c"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-google:before {
  content: "\f34f"; }

.ion-social-google-outline:before {
  content: "\f34e"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-html5:before {
  content: "\f4e3"; }

.ion-social-html5-outline:before {
  content: "\f4e2"; }

.ion-social-instagram:before {
  content: "\f351"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-javascript:before {
  content: "\f4e5"; }

.ion-social-javascript-outline:before {
  content: "\f4e4"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-markdown:before {
  content: "\f4e6"; }

.ion-social-nodejs:before {
  content: "\f4e7"; }

.ion-social-octocat:before {
  content: "\f4e8"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-python:before {
  content: "\f4e9"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-sass:before {
  content: "\f4ea"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-snapchat:before {
  content: "\f4ec"; }

.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitch:before {
  content: "\f4ee"; }

.ion-social-twitch-outline:before {
  content: "\f4ed"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-usd:before {
  content: "\f353"; }

.ion-social-usd-outline:before {
  content: "\f352"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-whatsapp:before {
  content: "\f4f0"; }

.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-yen:before {
  content: "\f4f2"; }

.ion-social-yen-outline:before {
  content: "\f4f1"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-soup-can:before {
  content: "\f4f4"; }

.ion-soup-can-outline:before {
  content: "\f4f3"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-toggle:before {
  content: "\f355"; }

.ion-toggle-filled:before {
  content: "\f354"; }

.ion-transgender:before {
  content: "\f4f5"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-trophy:before {
  content: "\f356"; }

.ion-tshirt:before {
  content: "\f4f7"; }

.ion-tshirt-outline:before {
  content: "\f4f6"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-university:before {
  content: "\f357"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-wand:before {
  content: "\f358"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

.pdfViewer .canvasWrapper {
  width: 100% !important; }
  .pdfViewer .page {
    /* width: 100% !important */
    min-width: 100% !important; }
  .pdfViewer .page canvas {
    width: 100% !important; }

#login {
  min-width: auto; }
  #login:before {
    content: "";
    background: url(../../../graf_new/login/bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1; }
  #login .contentWrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 120px 0 0; }
  #login .contentWrap .content {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px; }
  #login .contentWrap .content #logo {
    position: absolute;
    top: 2.5rem;
    left: 19.53125%; }
    @media screen and (max-width: 1025px) {
      #login .contentWrap .content #logo {
        left: 40px;
        top: 37px; } }
  #login .contentWrap .content #lang {
    position: absolute;
    top: 2.5rem;
    right: 19.53125%;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 51px;
    overflow: hidden; }
    @media screen and (max-width: 1025px) {
      #login .contentWrap .content #lang {
        right: 40px;
        top: 30px; } }
    #login .contentWrap .content #lang a, #login .contentWrap .content #lang span {
      color: #fff;
      display: block;
      padding: 16px;
      cursor: pointer; }
    #login .contentWrap .content #lang a {
      border-top: 1px solid #fff; }
    #login .contentWrap .content #lang span:after {
      content: " ";
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 6px solid #fff;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      vertical-align: middle;
      margin: 0 0 0 6px; }
    @media screen and (max-width: 1025px) {
        #login .contentWrap .content #lang span {
          font-size: 22px;
          padding: 11px; } }
    #login .contentWrap .content #lang.expanded {
      height: auto; }
    #login .contentWrap .content #lang.expanded span:after {
      border-bottom: 6px solid #fff;
      border-top: 0; }
  #login .contentWrap .content h1 {
    font-size: 5rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 0 0.5rem; }
    @media screen and (max-width: 1025px) {
      #login .contentWrap .content h1 {
        max-width: 600px;
        font-size: 65px;
        margin: 0 0 15px; } }
  #login .contentWrap .content h2 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 1025px) {
      #login .contentWrap .content h2 {
        font-size: 19px; } }
  #login .contentWrap .content #login-form {
    margin: 0 0 30px; }
    @media screen and (max-width: 1025px) {
      #login .contentWrap .content #login-form {
        margin: 0 auto 30px;
        display: table;
        max-width: 360px; } }
  #login .contentWrap .content input {
    border: 0;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0 1rem; }
    #login .contentWrap .content input:-webkit-autofill {
      background: #fff; }
    @media screen and (max-width: 767px) {
      #login .contentWrap .content input {
        margin: 16px auto 0;
        display: block; } }
    #login .contentWrap .content input[type="text"], #login .contentWrap .content input[type="password"] {
      font-size: 1rem;
      font-weight: 100;
      width: 19rem;
      background: #fff; }
    @media screen and (max-width: 1025px) {
        #login .contentWrap .content input[type="text"], #login .contentWrap .content input[type="password"] {
          font-size: 19px;
          margin: 0 0 30px;
          width: 100%; } }
    #login .contentWrap .content input[type="text"]::-webkit-input-placeholder, #login .contentWrap .content input[type="password"]::-webkit-input-placeholder {
      font-size: 1rem;
      font-weight: 100; }
      @media screen and (max-width: 1025px) {
        #login .contentWrap .content input[type="text"]::-webkit-input-placeholder, #login .contentWrap .content input[type="password"]::-webkit-input-placeholder {
          font-size: 19px; } }
    #login .contentWrap .content input[type="text"]:-moz-placeholder, #login .contentWrap .content input[type="password"]:-moz-placeholder {
      /* Firefox 18- */
      font-size: 1rem;
      font-weight: 100; }
      @media screen and (max-width: 1025px) {
        #login .contentWrap .content input[type="text"]:-moz-placeholder, #login .contentWrap .content input[type="password"]:-moz-placeholder {
          font-size: 19px; } }
    #login .contentWrap .content input[type="text"]::-moz-placeholder, #login .contentWrap .content input[type="password"]::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 1rem;
      font-weight: 100; }
      @media screen and (max-width: 1025px) {
        #login .contentWrap .content input[type="text"]::-moz-placeholder, #login .contentWrap .content input[type="password"]::-moz-placeholder {
          font-size: 19px; } }
    #login .contentWrap .content input[type="text"]:-ms-input-placeholder, #login .contentWrap .content input[type="password"]:-ms-input-placeholder {
      font-size: 1rem;
      font-weight: 100; }
      @media screen and (max-width: 1025px) {
        #login .contentWrap .content input[type="text"]:-ms-input-placeholder, #login .contentWrap .content input[type="password"]:-ms-input-placeholder {
          font-size: 19px; } }
    #login .contentWrap .content input[type="submit"] {
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      background: #6cbf57 url(../../../graf_new/login/arrow.png) 90% 50% no-repeat;
      padding: 0 50px 0 20px;
      color: #fff; }
  #login .contentWrap .content .error {
    background: #f0a79f !important;
    padding: 10px;
    margin: 10px;
    width: 42%;
    margin: 20px auto;
    color: #fff;
    font-weight: bold; }
  #login .contentWrap .content #login-form input {
    height: 60px; }
  #login .contentWrap .content .show-fields {
    color: #fff;
    opacity: 0.5;
    margin: 0 15px;
    text-decoration: underline; }
    @media screen and (max-width: 767px) {
      #login .contentWrap .content .show-fields {
        display: block; } }
    #login .contentWrap .content .show-fields.active {
      opacity: 1; }
    #login .contentWrap .content .show-fields:before {
      content: url(../../../graf_new/login/link-arrow.png);
      display: inline-block;
      margin: 0 10px 0 0;
      vertical-align: middle; }
  #login .contentWrap .content #remind-password {
    visibility: hidden;
    margin: 2rem 0 0; }
    #login .contentWrap .content #remind-password input {
      height: 50px;
      font-size: 1; }

.application .application-container {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
  position: relative;
  z-index: 3; }
  .application .application-container .formWrapper {
    width: 100%;
    max-width: 760px; }
  .preview .application .application-container {
    margin: 0;
    border-radius: 0; }
  .application .application-container .application-logo {
    margin: 15px 0 40px; }
  .application .application-container .application-head {
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 0 0 28px; }
  .application .application-container .application-body {
    /*** Goldenline Styles ***/
    /*.uploader, .push-to-bottom { clear: both; float: left;}*/ }
  .application .application-container .application-body #add_file .form-group, .application .application-container .application-body #add_file .button-remove-wrapper {
    padding: 0 10px; }
  .application .application-container .application-body .pytania-selekcyjne .form-group, .application .application-container .application-body .pytania-selekcyjne .button-remove-wrapper {
    padding: 0 10px; }
  .application .application-container .application-body #gl_cv_wrapper {
    float: left;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px; }
    .application .application-container .application-body #gl_cv_wrapper label {
      float: left;
      line-height: 37px;
      width: 100%; }
    .application .application-container .application-body #gl_cv_wrapper #file_cv_goldenline {
      border: 0 none;
      margin-bottom: 0;
      padding: 10px 15px;
      width: 300px;
      float: left; }
    .application .application-container .application-body #gl_cv_wrapper #file_cv_gl_delete {
      float: left;
      margin-left: 15px;
      margin-top: 16px; }
    .application .application-container .application-body #gl_cv_wrapper div {
      clear: both;
      float: left;
      margin: 15px 0; }
  .application .application-container .application-body .uploader, .application .application-container .application-body .push-to-bottom {
    clear: both; }
  .application .application-container .application-body #messageBox + fieldset {
    padding-left: 21px !important; }
  .application .application-container .left, .application .application-container .right {
    width: 50%;
    text-align: left; }
  .application .application-container .left {
    padding: 0 15px 0 0; }
  .application .application-container .right {
    padding: 0 0 0 15px; }
  .application .application-container h1 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 30px 0; }
  .application .application-container h2 {
    font-size: 28px;
    margin: 0;
    color: #333;
    height: auto; }
  .application .application-container h2 small {
    font-weight: 400;
    font-size: 16px;
    color: #999; }
  .application .application-container h4 {
    color: #333;
    font-size: 18px; }
  .application .application-container h4 span {
    color: #c3c0c0; }
  .application .application-container fieldset {
    text-align: left;
    padding: 20px 10px;
    width: 100%;
    margin: 0 0 40px; }
  .application .application-container fieldset.dane-kontaktowe .form-group, .application .application-container fieldset.dane-kontaktowe .button-remove-wrapper {
    width: 33%;
    display: inline-block;
    padding: 0 10px; }
    @media screen and (max-width: 1025px) {
        .application .application-container fieldset.dane-kontaktowe .form-group, .application .application-container fieldset.dane-kontaktowe .button-remove-wrapper {
          width: 100%; } }
  .application .application-container fieldset.pytania-selekcyjne .form-group, .application .application-container fieldset.pytania-selekcyjne .button-remove-wrapper {
    display: block;
    width: 100%; }
    .application .application-container fieldset.pytania-selekcyjne .checkbox {
      width: 48% !important;
      margin: 0 12px 0 0 !important; }
  .application .application-container fieldset .form-group, .application .application-container fieldset .button-remove-wrapper {
    clear: both; }
    .application .application-container fieldset .form-group .tool, .application .application-container fieldset .button-remove-wrapper .tool {
      overflow: hidden; }
    .application .application-container fieldset .form-group .tool .checkbox, .application .application-container fieldset .button-remove-wrapper .tool .checkbox {
      margin-bottom: 5px;
      width: 50%; }
      .application .application-container fieldset .form-group .tool .checkbox:nth-child(odd), .application .application-container fieldset .button-remove-wrapper .tool .checkbox:nth-child(odd) {
        clear: both; }
      .application .application-container fieldset .form-group .tool .checkbox .checkboxWrap, .application .application-container fieldset .button-remove-wrapper .tool .checkbox .checkboxWrap {
        float: left;
        margin-top: 2px;
        margin-right: 10px; }
      .application .application-container fieldset .form-group .tool .checkbox .lab_option, .application .application-container fieldset .button-remove-wrapper .tool .checkbox .lab_option {
        clear: none;
        float: left;
        width: calc(100% - 27px) !important; }
    .application .application-container fieldset .form-group label, .application .application-container fieldset .button-remove-wrapper label {
      display: block;
      width: auto;
      text-align: left; }
    .application .application-container fieldset .form-group label .error, .application .application-container fieldset .button-remove-wrapper label .error {
      padding: 0; }
    .application .application-container fieldset .form-group label.title, .application .application-container fieldset .button-remove-wrapper label.title {
      margin-bottom: 20px !important; }
    .application .application-container fieldset .form-group .form-control, .application .application-container fieldset .button-remove-wrapper .form-control, .application .application-container fieldset .button-remove-wrapper .form fieldset .uploader, .form fieldset .application .application-container fieldset .button-remove-wrapper .uploader, .application .application-container fieldset .button-remove-wrapper .form fieldset .selectWrap, .form fieldset .application .application-container fieldset .button-remove-wrapper .selectWrap, .application .application-container fieldset .form-group .form fieldset .uploader, .form fieldset .application .application-container fieldset .form-group .uploader, .application .application-container fieldset .form-group .form fieldset .selectWrap, .form fieldset .application .application-container fieldset .form-group .selectWrap {
      width: 100%; }
    .application .application-container fieldset .form-group .form-control.error, .application .application-container fieldset .button-remove-wrapper .form-control.error, .application .application-container fieldset .button-remove-wrapper .form fieldset .uploader.error, .form fieldset .application .application-container fieldset .button-remove-wrapper .uploader.error, .application .application-container fieldset .button-remove-wrapper .form fieldset .selectWrap.error, .form fieldset .application .application-container fieldset .button-remove-wrapper .selectWrap.error, .application .application-container fieldset .form-group .form fieldset .uploader.error, .form fieldset .application .application-container fieldset .form-group .uploader.error, .application .application-container fieldset .form-group .form fieldset .selectWrap.error, .form fieldset .application .application-container fieldset .form-group .selectWrap.error {
      background: #fbe5e3;
      border: 0; }
  .application .application-container span, .application .application-container a, .application .application-container label {
    font-size: 16px; }
  .application .application-container label.error {
    text-align: center !important;
    padding: 0 !important;
    border: 0; }
  .application .application-container .form-group, .application .application-container .button-remove-wrapper {
    vertical-align: top;
    min-width: 217px; }
  .application .application-container .form-control, .application .application-container .form fieldset .uploader, .form fieldset .application .application-container .uploader, .application .application-container .form fieldset .selectWrap, .form fieldset .application .application-container .selectWrap {
    margin: 0 0 10px; }
  .application .application-container .selectWrap {
    width: 100% !important;
    position: relative;
    height: 46px !important; }
  .application .application-container .selectWrap:before {
    position: absolute;
    right: 15px;
    top: 50%; }
  .application .application-container .selectWrap span {
    line-height: 31px; }
  .application .application-container .selectWrap select {
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .application .application-container .checkbox label {
    display: inline-block !important; }
  .application .application-container .form-actions {
    margin: 15px 0 0;
    border-top: none;
    text-align: center; }
  .application .application-container .form-actions .action, .application .application-container .form-actions .form input[type="submit"], .form .application .application-container .form-actions input[type="submit"] {
    font-size: 20px !important;
    padding: 20px 24px !important;
    margin: 0 auto;
    text-align: center;
    float: none !important; }
  .application .application-container .error-in-app .selectWrap {
    background: #fbe5e3;
    border: 0; }
  .application .application-container .accept_field .error {
    text-align: left !important; }
  .application .application-container .accept_field .checkbox {
    width: 100% !important; }
    .application .application-container .accept_field .checkbox label {
      width: 100% !important; }
  .application .application-container .plik_field .error {
    margin-top: -60px;
    margin-bottom: 50px;
    margin-left: 20px; }
  .application .application-container .applicationThp {
    text-align: center;
    color: #999; }
  .application .application-container .applicationSuccess {
    text-align: center;
    margin: 50px 0; }
  .preview .application {
    padding: 10px; }
  .preview .application .form-actions {
    padding: 0 0 20px; }
  @media screen and (max-width: 1025px) {
          .application[hrlink-pakiet_adecco="true"] .modal-wrap .modal-scrollable .confirm-dialog-callback {
            width: 95%; } }
    @media only screen and (max-width: 685px) {
        .application[hrlink-pakiet_adecco="true"] .modal-wrap .modal-scrollable .confirm-dialog-callback {
          width: 100%; } }
    .application[hrlink-pakiet_adecco="true"] .modal-wrap .modal-scrollable .confirm-dialog-callback p {
      font-size: 16px; }
    @media screen and (max-width: 1025px) {
          .application[hrlink-pakiet_adecco="true"] .modal-wrap .modal-scrollable .confirm-dialog-callback .form-actions {
            padding: 25px 0 0; } }
      @media screen and (max-width: 1025px) {
          .application[hrlink-pakiet_adecco="true"] .modal-wrap .modal-scrollable .confirm-dialog-callback .form-actions a {
            font-size: 16px; } }
        @media only screen and (max-width: 685px) {
        .application[hrlink-pakiet_adecco="true"] .modal-wrap .modal-scrollable .confirm-dialog-callback .form-actions a {
          width: 100%;
          display: block;
          clear: both;
          margin: 0 0 25px;
          text-align: center; } }
        @media only screen and (max-width: 685px) {
          .application[hrlink-pakiet_adecco="true"] .modal-wrap .modal-scrollable .confirm-dialog-callback .form-actions a:nth-last-child(1) {
            margin: 0; } }
  .application #sendForm2 {
    -webkit-appearance: none; }

.applicationStandard:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../../../graf_new/applicationStandard/bg.jpg) 50% no-repeat;
  background-size: cover;
  z-index: 2; }

#danger-icon, #accept-icon {
  font-size: 37px;
  border-radius: 50%;
  border: 4px solid;
  padding: 15px 25px; }
  #danger-icon.ion-checkmark-round, #accept-icon.ion-checkmark-round {
    color: #6cbf57;
    border-color: #6cbf57; }
  #danger-icon.ion-close-round, #accept-icon.ion-close-round {
    color: #f00;
    border-color: #f00; }

.mega-super-klasa {
  color: #f0a79f !important;
  font-size: 28px;
  text-align: center; }

.change-view, #change-view {
  float: right;
  padding: 5px 0 0; }
  .change-view ul li, #change-view ul li {
    display: inline-block;
    float: left; }
  .change-view ul li a, #change-view ul li a {
    text-decoration: underline;
    margin: 0 10px 0 0; }
  .change-view ul li:nth-last-child(1) a, #change-view ul li:nth-last-child(1) a {
    margin: 0; }

#change-view {
  display: table;
  width: 100%;
  margin: 0 0 12px;
  padding: 0; }
  #change-view ul {
    float: right; }

#dashboard #charts .selects-row {
  float: right;
  width: auto !important;
  min-width: inherit !important; }
  #dashboard #charts .selects-row .form-group, #dashboard #charts .selects-row .button-remove-wrapper {
    width: 300px;
    float: left;
    display: inline-block; }
    #dashboard #charts .selects-row .form-group:nth-last-child(1), #dashboard #charts .selects-row .button-remove-wrapper:nth-last-child(1) {
      width: auto; }
    #dashboard #charts .selects-row .form-group label, #dashboard #charts .selects-row .button-remove-wrapper label {
      width: 85px;
      text-align: right; }
    #dashboard #charts .selects-row .form-group .select2-container, #dashboard #charts .selects-row .button-remove-wrapper .select2-container {
      width: 200px;
      margin: 0 0 0 15px;
      min-height: inherit !important; }
  #dashboard #charts .selects-row input[type='submit'] {
    background: #55a541; }
  #dashboard #charts .applicants, #dashboard #charts .candidates-available {
    float: left;
    display: inline-block; }
  #dashboard #charts .applicants h3, #dashboard #charts .candidates-available h3 {
    margin: 0 0 20px;
    display: table; }
  #dashboard #charts .applicants .left, #dashboard #charts .candidates-available .left, #dashboard #charts .applicants .right, #dashboard #charts .candidates-available .right {
    float: left;
    display: inline-block; }
  #dashboard #charts .applicants .right ul, #dashboard #charts .candidates-available .right ul {
    margin: 13px 0 0; }
    #dashboard #charts .applicants .right ul li, #dashboard #charts .candidates-available .right ul li {
      margin: 0 0 10px;
      padding: 5px 10px 0 15px;
      position: relative; }
      #dashboard #charts .applicants .right ul li:before, #dashboard #charts .candidates-available .right ul li:before {
        width: 5px;
        height: 5px;
        content: ' ';
        margin: 0 2px 0 0;
        position: absolute;
        top: 13px;
        left: 4px;
        z-index: 10; }
      #dashboard #charts .applicants .right ul li:nth-child(1):before, #dashboard #charts .candidates-available .right ul li:nth-child(1):before {
        background: #3498db; }
      #dashboard #charts .applicants .right ul li:nth-child(2):before, #dashboard #charts .candidates-available .right ul li:nth-child(2):before {
        background: #c0392b; }
      #dashboard #charts .applicants .right ul li:nth-child(3):before, #dashboard #charts .candidates-available .right ul li:nth-child(3):before {
        background: #8e44ad; }
      #dashboard #charts .applicants .right ul li:nth-child(4):before, #dashboard #charts .candidates-available .right ul li:nth-child(4):before {
        background: #f1c40f; }
      #dashboard #charts .applicants .right ul li:nth-child(5):before, #dashboard #charts .candidates-available .right ul li:nth-child(5):before {
        background: #27ae60; }
      #dashboard #charts .applicants .right ul li:nth-child(6):before, #dashboard #charts .candidates-available .right ul li:nth-child(6):before {
        background: #f39c12; }
      #dashboard #charts .applicants .right ul li:nth-child(7):before, #dashboard #charts .candidates-available .right ul li:nth-child(7):before {
        background: #ea4c88; }
  #dashboard #charts .applicants {
    width: 44%; }
  #dashboard #charts .applicants .left {
    width: 60%; }
  #dashboard #charts .applicants .right {
    width: 28%;
    margin: 0 0 0 2%; }
  #dashboard #charts .candidates-available {
    width: 54%;
    margin: 0 0 0 2%; }
  #dashboard #charts .candidates-available .left {
    width: 49%; }
  #dashboard #charts .candidates-available .right {
    width: 49%;
    margin: 0 0 0 2%; }
    #dashboard #charts .candidates-available .right ul li {
      width: 50%;
      float: left;
      display: inline-block; }
      #dashboard #charts .candidates-available .right ul li:nth-child(3), #dashboard #charts .candidates-available .right ul li:nth-child(5), #dashboard #charts .candidates-available .right ul li:nth-child(7), #dashboard #charts .candidates-available .right ul li:nth-child(9) {
        clear: both; }
  #dashboard #charts .candidates-stages, #dashboard #charts .candidates-summary {
    width: 66%;
    clear: both;
    float: left; }
  #dashboard #charts .candidates-stages h3, #dashboard #charts .candidates-summary h3 {
    display: table;
    margin: 0 0 20px; }
  #dashboard #charts .candidates-stages .left, #dashboard #charts .candidates-summary .left, #dashboard #charts .candidates-stages .right, #dashboard #charts .candidates-summary .right {
    float: left;
    display: inline-block; }
  #dashboard #charts .candidates-stages .left, #dashboard #charts .candidates-summary .left {
    width: 60%; }
  #dashboard #charts .candidates-stages .right, #dashboard #charts .candidates-summary .right {
    width: 28%;
    margin: 0 0 0 2%; }
    #dashboard #charts .candidates-stages .right ul, #dashboard #charts .candidates-summary .right ul {
      margin: 13px 0 0; }
    #dashboard #charts .candidates-stages .right ul li, #dashboard #charts .candidates-summary .right ul li {
      margin: 0 0 10px;
      padding: 5px 10px 0 15px;
      position: relative; }
      #dashboard #charts .candidates-stages .right ul li:before, #dashboard #charts .candidates-summary .right ul li:before {
        width: 5px;
        height: 5px;
        content: ' ';
        margin: 0 2px 0 0;
        position: absolute;
        top: 13px;
        left: 4px;
        z-index: 10; }
      #dashboard #charts .candidates-stages .right ul li:nth-child(1):before, #dashboard #charts .candidates-summary .right ul li:nth-child(1):before {
        background: #3498db; }
      #dashboard #charts .candidates-stages .right ul li:nth-child(2):before, #dashboard #charts .candidates-summary .right ul li:nth-child(2):before {
        background: #8e44ad; }
      #dashboard #charts .candidates-stages .right ul li:nth-child(3):before, #dashboard #charts .candidates-summary .right ul li:nth-child(3):before {
        background: #f1c40f; }
      #dashboard #charts .candidates-stages .right ul li:nth-child(4):before, #dashboard #charts .candidates-summary .right ul li:nth-child(4):before {
        background: #27ae60; }
      #dashboard #charts .candidates-stages .right ul li:nth-child(5):before, #dashboard #charts .candidates-summary .right ul li:nth-child(5):before {
        background: #f39c12; }
      #dashboard #charts .candidates-stages .right ul li:nth-child(6):before, #dashboard #charts .candidates-summary .right ul li:nth-child(6):before {
        background: #ea4c88; }
      #dashboard #charts .candidates-stages .right ul li:nth-child(7):before, #dashboard #charts .candidates-summary .right ul li:nth-child(7):before {
        background: #34495e; }
  #dashboard #charts .candidates-summary .right {
    width: 28%;
    margin: 0 0 0 2%;
    float: left; }
    #dashboard #charts .candidates-summary .right ul li:nth-child(1):before {
      background: #3498db; }
      #dashboard #charts .candidates-summary .right ul li:nth-child(3):before {
        background: #ea4c88; }
      #dashboard #charts .candidates-summary .right ul li:nth-child(2):before {
        background: #27ae60; }
  #dashboard #charts .chart-info {
    width: 32%;
    float: left;
    margin: 0 0 0 2%; }
  #dashboard #charts .chart-info h3 {
    display: table;
    margin: 0 0 27px; }
  #dashboard #charts .chart-info .details-wrapper ul li {
    width: 32%;
    float: left;
    display: inline-block;
    margin: 0 0 15px; }
    #dashboard #charts .chart-info .details-wrapper ul li:nth-child(2), #dashboard #charts .chart-info .details-wrapper ul li:nth-child(5), #dashboard #charts .chart-info .details-wrapper ul li:nth-child(8) {
      margin: 0 2%; }
    #dashboard #charts .chart-info .details-wrapper ul li:nth-child(3n) .count {
      font-weight: 700; }
    #dashboard #charts .chart-info .details-wrapper ul li .name, #dashboard #charts .chart-info .details-wrapper ul li .count {
      display: inline-block;
      float: left;
      clear: both; }
    #dashboard #charts .chart-info .details-wrapper ul li .name {
      width: 60%; }
      #dashboard #charts .chart-info .details-wrapper ul li .name:before {
        margin: 0;
        content: ''; }
    #dashboard #charts .chart-info .details-wrapper ul li .count {
      width: 28%;
      margin: 0 0 0 2%; }
  #dashboard #charts .chart-info #conversionBar {
    display: initial !important;
    margin: 25px 0 0; }
  #dashboard .cards {
    display: table;
    width: 100%; }
  #dashboard .card, #dashboard .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col #dashboard .candidate, #dashboard .grid > li, .grid > #dashboard li {
    float: left;
    width: 48%;
    margin: 0 0 1.25rem; }
  @media screen and (max-width: 1025px) {
    #dashboard .card, #dashboard .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col #dashboard .candidate, #dashboard .grid > li, .grid > #dashboard li {
      height: 210px;
      width: 210px;
      padding: 0.75rem; } }
  #dashboard .card:nth-child(odd), #dashboard .listCandidates.grid .listUsers .col .candidate:nth-child(odd), .listCandidates.grid .listUsers .col #dashboard .candidate:nth-child(odd), #dashboard .grid > li:nth-child(odd), .grid > #dashboard li:nth-child(odd) {
    clear: both; }
  #dashboard .card:nth-child(even), #dashboard .listCandidates.grid .listUsers .col .candidate:nth-child(even), .listCandidates.grid .listUsers .col #dashboard .candidate:nth-child(even), #dashboard .grid > li:nth-child(even), .grid > #dashboard li:nth-child(even) {
    float: right; }
  #dashboard .card h3, #dashboard .listCandidates.grid .listUsers .col .candidate h3, .listCandidates.grid .listUsers .col #dashboard .candidate h3, #dashboard .grid > li h3, .grid > #dashboard li h3 {
    font-size: 1.25rem; }
  #dashboard .card.blank, #dashboard .listCandidates.grid .listUsers .col .candidate.blank, #dashboard .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate, .listCandidates.grid .listUsers .col #dashboard .listCandidates.grid .listUsers .col .candidate.candidate, #dashboard .listCandidates.grid .listUsers .col #users.grid li.candidate, #users.grid #dashboard .listCandidates.grid .listUsers .col li.candidate, .listCandidates.grid .listUsers .col #dashboard .candidate.blank, #dashboard .grid > li.blank, #dashboard .grid > .listCandidates.grid .listUsers .col li.candidate, .listCandidates.grid .listUsers .col #dashboard .grid > li.candidate, #dashboard .grid > #users.grid li, #users.grid #dashboard .grid > li, .grid > #dashboard li.blank, #dashboard .listCandidates.grid .listUsers .col .candidate.card, #dashboard .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate, .listCandidates.grid .listUsers .col #dashboard .listCandidates.grid .listUsers .col .candidate.candidate, #dashboard .listCandidates.grid .listUsers .col .grid > li.candidate, .grid > #dashboard .listCandidates.grid .listUsers .col li.candidate, .listCandidates.grid .listUsers .col #dashboard .candidate.card, #dashboard #users.grid li.card, #dashboard #users.grid .listCandidates.grid .listUsers .col li.candidate, .listCandidates.grid .listUsers .col #dashboard #users.grid li.candidate, #dashboard #users.grid .grid > li, .grid > #dashboard #users.grid li, #users.grid #dashboard li.card {
    display: table;
    font-size: 1.125rem; }
  #dashboard .card.blank .big, #dashboard .listCandidates.grid .listUsers .col .candidate.blank .big, #dashboard .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate .big, .listCandidates.grid .listUsers .col #dashboard .listCandidates.grid .listUsers .col .candidate.candidate .big, #dashboard .listCandidates.grid .listUsers .col #users.grid li.candidate .big, #users.grid #dashboard .listCandidates.grid .listUsers .col li.candidate .big, .listCandidates.grid .listUsers .col #dashboard .candidate.blank .big, #dashboard .grid > li.blank .big, #dashboard .grid > .listCandidates.grid .listUsers .col li.candidate .big, .listCandidates.grid .listUsers .col #dashboard .grid > li.candidate .big, #dashboard .grid > #users.grid li .big, #users.grid #dashboard .grid > li .big, .grid > #dashboard li.blank .big, #dashboard .listCandidates.grid .listUsers .col .candidate.card .big, #dashboard .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate .big, .listCandidates.grid .listUsers .col #dashboard .listCandidates.grid .listUsers .col .candidate.candidate .big, #dashboard .listCandidates.grid .listUsers .col .grid > li.candidate .big, .grid > #dashboard .listCandidates.grid .listUsers .col li.candidate .big, .listCandidates.grid .listUsers .col #dashboard .candidate.card .big, #dashboard #users.grid li.card .big, #dashboard #users.grid .listCandidates.grid .listUsers .col li.candidate .big, .listCandidates.grid .listUsers .col #dashboard #users.grid li.candidate .big, #dashboard #users.grid .grid > li .big, .grid > #dashboard #users.grid li .big, #users.grid #dashboard li.card .big {
    font-weight: 100;
    font-size: 140px;
    line-height: 140px;
    margin: -30px 0 0; }
  #dashboard .card.blank .cardContent, #dashboard .listCandidates.grid .listUsers .col .candidate.blank .cardContent, #dashboard .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate .cardContent, .listCandidates.grid .listUsers .col #dashboard .listCandidates.grid .listUsers .col .candidate.candidate .cardContent, #dashboard .listCandidates.grid .listUsers .col #users.grid li.candidate .cardContent, #users.grid #dashboard .listCandidates.grid .listUsers .col li.candidate .cardContent, .listCandidates.grid .listUsers .col #dashboard .candidate.blank .cardContent, #dashboard .grid > li.blank .cardContent, #dashboard .grid > .listCandidates.grid .listUsers .col li.candidate .cardContent, .listCandidates.grid .listUsers .col #dashboard .grid > li.candidate .cardContent, #dashboard .grid > #users.grid li .cardContent, #users.grid #dashboard .grid > li .cardContent, .grid > #dashboard li.blank .cardContent, #dashboard .listCandidates.grid .listUsers .col .candidate.card .cardContent, #dashboard .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate .cardContent, .listCandidates.grid .listUsers .col #dashboard .listCandidates.grid .listUsers .col .candidate.candidate .cardContent, #dashboard .listCandidates.grid .listUsers .col .grid > li.candidate .cardContent, .grid > #dashboard .listCandidates.grid .listUsers .col li.candidate .cardContent, .listCandidates.grid .listUsers .col #dashboard .candidate.card .cardContent, #dashboard #users.grid li.card .cardContent, #dashboard #users.grid .listCandidates.grid .listUsers .col li.candidate .cardContent, .listCandidates.grid .listUsers .col #dashboard #users.grid li.candidate .cardContent, #dashboard #users.grid .grid > li .cardContent, .grid > #dashboard #users.grid li .cardContent, #users.grid #dashboard li.card .cardContent {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  #dashboard .card .holder, #dashboard .listCandidates.grid .listUsers .col .candidate .holder, .listCandidates.grid .listUsers .col #dashboard .candidate .holder, #dashboard .grid > li .holder, .grid > #dashboard li .holder {
    position: absolute;
    right: 10px;
    top: 20px;
    margin: 0;
    width: auto; }
  @media screen and (max-width: 1025px) {
      #dashboard .card .holder, #dashboard .listCandidates.grid .listUsers .col .candidate .holder, .listCandidates.grid .listUsers .col #dashboard .candidate .holder, #dashboard .grid > li .holder, .grid > #dashboard li .holder {
        position: absolute;
        right: 10px;
        top: 20px;
        margin: 0;
        width: auto; } }
  #dashboard .card.meeting h3 a, #dashboard .listCandidates.grid .listUsers .col .candidate.meeting h3 a, .listCandidates.grid .listUsers .col #dashboard .candidate.meeting h3 a, #dashboard .grid > li.meeting h3 a, .grid > #dashboard li.meeting h3 a {
    font-size: 18px; }
  #dashboard .card.task h3 a, #dashboard .listCandidates.grid .listUsers .col .candidate.task h3 a, .listCandidates.grid .listUsers .col #dashboard .candidate.task h3 a, #dashboard .grid > li.task h3 a, .grid > #dashboard li.task h3 a {
    color: #6cbf57;
    font-size: 18px; }
  #dashboard .card .time, #dashboard .listCandidates.grid .listUsers .col .candidate .time, .listCandidates.grid .listUsers .col #dashboard .candidate .time, #dashboard .grid > li .time, .grid > #dashboard li .time {
    font-size: 1.375rem; }
  #dashboard .card .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate .time:before, .listCandidates.grid .listUsers .col #dashboard .candidate .time:before, #dashboard .grid > li .time:before, .grid > #dashboard li .time:before {
    margin: 0 5px 0 0; }
  #dashboard .card .type, #dashboard .listCandidates.grid .listUsers .col .candidate .type, .listCandidates.grid .listUsers .col #dashboard .candidate .type, #dashboard .grid > li .type, .grid > #dashboard li .type {
    margin: 0 0 1rem;
    padding: 0.75rem 0;
    font-weight: 700;
    font-size: 12px; }
  #dashboard .card .cardBody, #dashboard .listCandidates.grid .listUsers .col .candidate .cardBody, .listCandidates.grid .listUsers .col #dashboard .candidate .cardBody, #dashboard .grid > li .cardBody, .grid > #dashboard li .cardBody {
    overflow: hidden;
    height: 65px; }
  #dashboard .card:not(.new-look), #dashboard .listCandidates.grid .listUsers .col .candidate:not(.new-look), .listCandidates.grid .listUsers .col #dashboard .candidate:not(.new-look), #dashboard .grid > li:not(.new-look), .grid > #dashboard li:not(.new-look) {
    height: 200px; }
  #dashboard .card.new-look, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look, #dashboard .grid > li.new-look, .grid > #dashboard li.new-look {
    padding: 0.75rem;
    margin: 0 0 0.75rem;
    width: 49%; }
  #dashboard .card.new-look .holder, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .holder, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .holder, #dashboard .grid > li.new-look .holder, .grid > #dashboard li.new-look .holder {
    top: 14px;
    right: 6px; }
  #dashboard .card.new-look .clearfix .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .clearfix .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marks .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marksEdition .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .wrap .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_gl-mainContainer .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .row .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-description .type, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-description .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .col-5 .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form fieldset .form-row .type, .form fieldset #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-row .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list-top-filter .filter .type, .list-top-filter #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .filter .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-actions .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-5 .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-2 .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .modalRow .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .type, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #inbox .message-body .message-body-reciepment .type, #inbox .message-body #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-body-reciepment .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #message .message-row .type, #message #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-row .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_page-actions .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application .application-container .application-head .type, .application .application-container #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application-head .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .listCandidates.list .listUsers .candidate .type, .listCandidates.list .listUsers #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #cv .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-profile .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-messages-item .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-title .type, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-title .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki2 .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .type, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskDetails .type, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskDetails .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list > li .type, .list > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid .type, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid > li .type, .grid > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .type, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .clearfix .type, #dashboard .grid > li.new-look .clearfix .type, #dashboard .grid > li.new-look .marks .type, #dashboard .grid > li.new-look .marksEdition .type, #dashboard .grid > li.new-look .wrap .type, #dashboard .grid > li.new-look .hr_gl-mainContainer .type, #dashboard .grid > li.new-look .row .type, #dashboard .grid > li.new-look .head .type, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-description .type, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-description .type, #dashboard .grid > li.new-look .col-5 .type, #dashboard .grid > li.new-look .form fieldset .form-row .type, .form fieldset #dashboard .grid > li.new-look .form-row .type, #dashboard .grid > li.new-look .list-top-filter .filter .type, .list-top-filter #dashboard .grid > li.new-look .filter .type, #dashboard .grid > li.new-look .form-actions .type, #dashboard .grid > li.new-look .project-steps-content.col-5 .type, #dashboard .grid > li.new-look .project-steps-content.col-2 .type, #dashboard .grid > li.new-look .modalRow .type, #dashboard .grid > li.new-look .tasksCard .taskRow .type, .tasksCard #dashboard .grid > li.new-look .taskRow .type, #dashboard .grid > li.new-look #inbox .message-body .message-body-reciepment .type, #inbox .message-body #dashboard .grid > li.new-look .message-body-reciepment .type, #dashboard .grid > li.new-look #message .message-row .type, #message #dashboard .grid > li.new-look .message-row .type, #dashboard .grid > li.new-look .hr_page-actions .type, #dashboard .grid > li.new-look .application .application-container .application-head .type, .application .application-container #dashboard .grid > li.new-look .application-head .type, #dashboard .grid > li.new-look .head .type, #dashboard .grid > li.new-look .listCandidates.list .listUsers .candidate .type, .listCandidates.list .listUsers #dashboard .grid > li.new-look .candidate .type, #dashboard .grid > li.new-look #cv .type, #dashboard .grid > li.new-look .candidate-profile .type, #dashboard .grid > li.new-look .candidate-messages-item .type, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-title .type, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-title .type, #dashboard .grid > li.new-look #statystyki .type, #dashboard .grid > li.new-look #statystyki2 .type, #dashboard .grid > li.new-look .tasksCard .taskRow .type, .tasksCard #dashboard .grid > li.new-look .taskRow .type, #dashboard .grid > li.new-look .tasksCard .taskDetails .type, .tasksCard #dashboard .grid > li.new-look .taskDetails .type, #dashboard .grid > li.new-look .list > li .type, .list > #dashboard .grid > li.new-look li .type, #dashboard .grid > li.new-look .grid .type, #dashboard .grid > li.new-look .grid > li .type, .grid > #dashboard .grid > li.new-look li .type, .grid > #dashboard li.new-look .clearfix .type, #dashboard .card.new-look .marks .type, #dashboard .card.new-look .marksEdition .type, #dashboard .card.new-look .wrap .type, #dashboard .card.new-look .hr_gl-mainContainer .type, #dashboard .card.new-look .row .type, #dashboard .card.new-look .head .type, #dashboard .card.new-look .recrutationCard .recrutationCard-description .type, .recrutationCard #dashboard .card.new-look .recrutationCard-description .type, #dashboard .card.new-look .col-5 .type, #dashboard .card.new-look .form fieldset .form-row .type, .form fieldset #dashboard .card.new-look .form-row .type, #dashboard .card.new-look .list-top-filter .filter .type, .list-top-filter #dashboard .card.new-look .filter .type, #dashboard .card.new-look .form-actions .type, #dashboard .card.new-look .project-steps-content.col-5 .type, #dashboard .card.new-look .project-steps-content.col-2 .type, #dashboard .card.new-look .modalRow .type, #dashboard .card.new-look .tasksCard .taskRow .type, .tasksCard #dashboard .card.new-look .taskRow .type, #dashboard .card.new-look #inbox .message-body .message-body-reciepment .type, #inbox .message-body #dashboard .card.new-look .message-body-reciepment .type, #dashboard .card.new-look #message .message-row .type, #message #dashboard .card.new-look .message-row .type, #dashboard .card.new-look .hr_page-actions .type, #dashboard .card.new-look .application .application-container .application-head .type, .application .application-container #dashboard .card.new-look .application-head .type, #dashboard .card.new-look .head .type, #dashboard .card.new-look .listCandidates.list .listUsers .candidate .type, .listCandidates.list .listUsers #dashboard .card.new-look .candidate .type, #dashboard .card.new-look #cv .type, #dashboard .card.new-look .candidate-profile .type, #dashboard .card.new-look .candidate-messages-item .type, #dashboard .card.new-look .recrutationCard .recrutationCard-title .type, .recrutationCard #dashboard .card.new-look .recrutationCard-title .type, #dashboard .card.new-look #statystyki .type, #dashboard .card.new-look #statystyki2 .type, #dashboard .card.new-look .tasksCard .taskRow .type, .tasksCard #dashboard .card.new-look .taskRow .type, #dashboard .card.new-look .tasksCard .taskDetails .type, .tasksCard #dashboard .card.new-look .taskDetails .type, #dashboard .card.new-look .list > li .type, .list > #dashboard .card.new-look li .type, #dashboard .card.new-look .grid .type, #dashboard .card.new-look .grid > li .type, .grid > #dashboard .card.new-look li .type {
    padding: 0;
    float: left; }
    #dashboard .card.new-look .clearfix .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .clearfix .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marks .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marksEdition .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .wrap .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_gl-mainContainer .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .row .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-description .type .tag, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-description .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .col-5 .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form fieldset .form-row .type .tag, .form fieldset #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-row .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list-top-filter .filter .type .tag, .list-top-filter #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .filter .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-actions .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-5 .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-2 .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .modalRow .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .type .tag, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #inbox .message-body .message-body-reciepment .type .tag, #inbox .message-body #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-body-reciepment .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #message .message-row .type .tag, #message #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-row .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_page-actions .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application .application-container .application-head .type .tag, .application .application-container #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application-head .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .listCandidates.list .listUsers .candidate .type .tag, .listCandidates.list .listUsers #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #cv .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-profile .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-messages-item .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-title .type .tag, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-title .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki2 .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .type .tag, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskDetails .type .tag, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskDetails .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list > li .type .tag, .list > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid .type .tag, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid > li .type .tag, .grid > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .type .tag, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .clearfix .type .tag, #dashboard .grid > li.new-look .clearfix .type .tag, #dashboard .grid > li.new-look .marks .type .tag, #dashboard .grid > li.new-look .marksEdition .type .tag, #dashboard .grid > li.new-look .wrap .type .tag, #dashboard .grid > li.new-look .hr_gl-mainContainer .type .tag, #dashboard .grid > li.new-look .row .type .tag, #dashboard .grid > li.new-look .head .type .tag, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-description .type .tag, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-description .type .tag, #dashboard .grid > li.new-look .col-5 .type .tag, #dashboard .grid > li.new-look .form fieldset .form-row .type .tag, .form fieldset #dashboard .grid > li.new-look .form-row .type .tag, #dashboard .grid > li.new-look .list-top-filter .filter .type .tag, .list-top-filter #dashboard .grid > li.new-look .filter .type .tag, #dashboard .grid > li.new-look .form-actions .type .tag, #dashboard .grid > li.new-look .project-steps-content.col-5 .type .tag, #dashboard .grid > li.new-look .project-steps-content.col-2 .type .tag, #dashboard .grid > li.new-look .modalRow .type .tag, #dashboard .grid > li.new-look .tasksCard .taskRow .type .tag, .tasksCard #dashboard .grid > li.new-look .taskRow .type .tag, #dashboard .grid > li.new-look #inbox .message-body .message-body-reciepment .type .tag, #inbox .message-body #dashboard .grid > li.new-look .message-body-reciepment .type .tag, #dashboard .grid > li.new-look #message .message-row .type .tag, #message #dashboard .grid > li.new-look .message-row .type .tag, #dashboard .grid > li.new-look .hr_page-actions .type .tag, #dashboard .grid > li.new-look .application .application-container .application-head .type .tag, .application .application-container #dashboard .grid > li.new-look .application-head .type .tag, #dashboard .grid > li.new-look .head .type .tag, #dashboard .grid > li.new-look .listCandidates.list .listUsers .candidate .type .tag, .listCandidates.list .listUsers #dashboard .grid > li.new-look .candidate .type .tag, #dashboard .grid > li.new-look #cv .type .tag, #dashboard .grid > li.new-look .candidate-profile .type .tag, #dashboard .grid > li.new-look .candidate-messages-item .type .tag, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-title .type .tag, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-title .type .tag, #dashboard .grid > li.new-look #statystyki .type .tag, #dashboard .grid > li.new-look #statystyki2 .type .tag, #dashboard .grid > li.new-look .tasksCard .taskRow .type .tag, .tasksCard #dashboard .grid > li.new-look .taskRow .type .tag, #dashboard .grid > li.new-look .tasksCard .taskDetails .type .tag, .tasksCard #dashboard .grid > li.new-look .taskDetails .type .tag, #dashboard .grid > li.new-look .list > li .type .tag, .list > #dashboard .grid > li.new-look li .type .tag, #dashboard .grid > li.new-look .grid .type .tag, #dashboard .grid > li.new-look .grid > li .type .tag, .grid > #dashboard .grid > li.new-look li .type .tag, .grid > #dashboard li.new-look .clearfix .type .tag, #dashboard .card.new-look .marks .type .tag, #dashboard .card.new-look .marksEdition .type .tag, #dashboard .card.new-look .wrap .type .tag, #dashboard .card.new-look .hr_gl-mainContainer .type .tag, #dashboard .card.new-look .row .type .tag, #dashboard .card.new-look .head .type .tag, #dashboard .card.new-look .recrutationCard .recrutationCard-description .type .tag, .recrutationCard #dashboard .card.new-look .recrutationCard-description .type .tag, #dashboard .card.new-look .col-5 .type .tag, #dashboard .card.new-look .form fieldset .form-row .type .tag, .form fieldset #dashboard .card.new-look .form-row .type .tag, #dashboard .card.new-look .list-top-filter .filter .type .tag, .list-top-filter #dashboard .card.new-look .filter .type .tag, #dashboard .card.new-look .form-actions .type .tag, #dashboard .card.new-look .project-steps-content.col-5 .type .tag, #dashboard .card.new-look .project-steps-content.col-2 .type .tag, #dashboard .card.new-look .modalRow .type .tag, #dashboard .card.new-look .tasksCard .taskRow .type .tag, .tasksCard #dashboard .card.new-look .taskRow .type .tag, #dashboard .card.new-look #inbox .message-body .message-body-reciepment .type .tag, #inbox .message-body #dashboard .card.new-look .message-body-reciepment .type .tag, #dashboard .card.new-look #message .message-row .type .tag, #message #dashboard .card.new-look .message-row .type .tag, #dashboard .card.new-look .hr_page-actions .type .tag, #dashboard .card.new-look .application .application-container .application-head .type .tag, .application .application-container #dashboard .card.new-look .application-head .type .tag, #dashboard .card.new-look .head .type .tag, #dashboard .card.new-look .listCandidates.list .listUsers .candidate .type .tag, .listCandidates.list .listUsers #dashboard .card.new-look .candidate .type .tag, #dashboard .card.new-look #cv .type .tag, #dashboard .card.new-look .candidate-profile .type .tag, #dashboard .card.new-look .candidate-messages-item .type .tag, #dashboard .card.new-look .recrutationCard .recrutationCard-title .type .tag, .recrutationCard #dashboard .card.new-look .recrutationCard-title .type .tag, #dashboard .card.new-look #statystyki .type .tag, #dashboard .card.new-look #statystyki2 .type .tag, #dashboard .card.new-look .tasksCard .taskRow .type .tag, .tasksCard #dashboard .card.new-look .taskRow .type .tag, #dashboard .card.new-look .tasksCard .taskDetails .type .tag, .tasksCard #dashboard .card.new-look .taskDetails .type .tag, #dashboard .card.new-look .list > li .type .tag, .list > #dashboard .card.new-look li .type .tag, #dashboard .card.new-look .grid .type .tag, #dashboard .card.new-look .grid > li .type .tag, .grid > #dashboard .card.new-look li .type .tag {
      float: left; }
    #dashboard .card.new-look .clearfix .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .clearfix .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marks .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marksEdition .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .wrap .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_gl-mainContainer .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .row .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-description .type .tag-status, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-description .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .col-5 .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form fieldset .form-row .type .tag-status, .form fieldset #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-row .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list-top-filter .filter .type .tag-status, .list-top-filter #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .filter .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-actions .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-5 .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-2 .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .modalRow .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .type .tag-status, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #inbox .message-body .message-body-reciepment .type .tag-status, #inbox .message-body #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-body-reciepment .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #message .message-row .type .tag-status, #message #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-row .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_page-actions .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application .application-container .application-head .type .tag-status, .application .application-container #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application-head .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .listCandidates.list .listUsers .candidate .type .tag-status, .listCandidates.list .listUsers #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #cv .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-profile .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-messages-item .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-title .type .tag-status, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-title .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki2 .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .type .tag-status, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskDetails .type .tag-status, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskDetails .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list > li .type .tag-status, .list > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid .type .tag-status, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid > li .type .tag-status, .grid > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .type .tag-status, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .clearfix .type .tag-status, #dashboard .grid > li.new-look .clearfix .type .tag-status, #dashboard .grid > li.new-look .marks .type .tag-status, #dashboard .grid > li.new-look .marksEdition .type .tag-status, #dashboard .grid > li.new-look .wrap .type .tag-status, #dashboard .grid > li.new-look .hr_gl-mainContainer .type .tag-status, #dashboard .grid > li.new-look .row .type .tag-status, #dashboard .grid > li.new-look .head .type .tag-status, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-description .type .tag-status, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-description .type .tag-status, #dashboard .grid > li.new-look .col-5 .type .tag-status, #dashboard .grid > li.new-look .form fieldset .form-row .type .tag-status, .form fieldset #dashboard .grid > li.new-look .form-row .type .tag-status, #dashboard .grid > li.new-look .list-top-filter .filter .type .tag-status, .list-top-filter #dashboard .grid > li.new-look .filter .type .tag-status, #dashboard .grid > li.new-look .form-actions .type .tag-status, #dashboard .grid > li.new-look .project-steps-content.col-5 .type .tag-status, #dashboard .grid > li.new-look .project-steps-content.col-2 .type .tag-status, #dashboard .grid > li.new-look .modalRow .type .tag-status, #dashboard .grid > li.new-look .tasksCard .taskRow .type .tag-status, .tasksCard #dashboard .grid > li.new-look .taskRow .type .tag-status, #dashboard .grid > li.new-look #inbox .message-body .message-body-reciepment .type .tag-status, #inbox .message-body #dashboard .grid > li.new-look .message-body-reciepment .type .tag-status, #dashboard .grid > li.new-look #message .message-row .type .tag-status, #message #dashboard .grid > li.new-look .message-row .type .tag-status, #dashboard .grid > li.new-look .hr_page-actions .type .tag-status, #dashboard .grid > li.new-look .application .application-container .application-head .type .tag-status, .application .application-container #dashboard .grid > li.new-look .application-head .type .tag-status, #dashboard .grid > li.new-look .head .type .tag-status, #dashboard .grid > li.new-look .listCandidates.list .listUsers .candidate .type .tag-status, .listCandidates.list .listUsers #dashboard .grid > li.new-look .candidate .type .tag-status, #dashboard .grid > li.new-look #cv .type .tag-status, #dashboard .grid > li.new-look .candidate-profile .type .tag-status, #dashboard .grid > li.new-look .candidate-messages-item .type .tag-status, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-title .type .tag-status, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-title .type .tag-status, #dashboard .grid > li.new-look #statystyki .type .tag-status, #dashboard .grid > li.new-look #statystyki2 .type .tag-status, #dashboard .grid > li.new-look .tasksCard .taskRow .type .tag-status, .tasksCard #dashboard .grid > li.new-look .taskRow .type .tag-status, #dashboard .grid > li.new-look .tasksCard .taskDetails .type .tag-status, .tasksCard #dashboard .grid > li.new-look .taskDetails .type .tag-status, #dashboard .grid > li.new-look .list > li .type .tag-status, .list > #dashboard .grid > li.new-look li .type .tag-status, #dashboard .grid > li.new-look .grid .type .tag-status, #dashboard .grid > li.new-look .grid > li .type .tag-status, .grid > #dashboard .grid > li.new-look li .type .tag-status, .grid > #dashboard li.new-look .clearfix .type .tag-status, #dashboard .card.new-look .marks .type .tag-status, #dashboard .card.new-look .marksEdition .type .tag-status, #dashboard .card.new-look .wrap .type .tag-status, #dashboard .card.new-look .hr_gl-mainContainer .type .tag-status, #dashboard .card.new-look .row .type .tag-status, #dashboard .card.new-look .head .type .tag-status, #dashboard .card.new-look .recrutationCard .recrutationCard-description .type .tag-status, .recrutationCard #dashboard .card.new-look .recrutationCard-description .type .tag-status, #dashboard .card.new-look .col-5 .type .tag-status, #dashboard .card.new-look .form fieldset .form-row .type .tag-status, .form fieldset #dashboard .card.new-look .form-row .type .tag-status, #dashboard .card.new-look .list-top-filter .filter .type .tag-status, .list-top-filter #dashboard .card.new-look .filter .type .tag-status, #dashboard .card.new-look .form-actions .type .tag-status, #dashboard .card.new-look .project-steps-content.col-5 .type .tag-status, #dashboard .card.new-look .project-steps-content.col-2 .type .tag-status, #dashboard .card.new-look .modalRow .type .tag-status, #dashboard .card.new-look .tasksCard .taskRow .type .tag-status, .tasksCard #dashboard .card.new-look .taskRow .type .tag-status, #dashboard .card.new-look #inbox .message-body .message-body-reciepment .type .tag-status, #inbox .message-body #dashboard .card.new-look .message-body-reciepment .type .tag-status, #dashboard .card.new-look #message .message-row .type .tag-status, #message #dashboard .card.new-look .message-row .type .tag-status, #dashboard .card.new-look .hr_page-actions .type .tag-status, #dashboard .card.new-look .application .application-container .application-head .type .tag-status, .application .application-container #dashboard .card.new-look .application-head .type .tag-status, #dashboard .card.new-look .head .type .tag-status, #dashboard .card.new-look .listCandidates.list .listUsers .candidate .type .tag-status, .listCandidates.list .listUsers #dashboard .card.new-look .candidate .type .tag-status, #dashboard .card.new-look #cv .type .tag-status, #dashboard .card.new-look .candidate-profile .type .tag-status, #dashboard .card.new-look .candidate-messages-item .type .tag-status, #dashboard .card.new-look .recrutationCard .recrutationCard-title .type .tag-status, .recrutationCard #dashboard .card.new-look .recrutationCard-title .type .tag-status, #dashboard .card.new-look #statystyki .type .tag-status, #dashboard .card.new-look #statystyki2 .type .tag-status, #dashboard .card.new-look .tasksCard .taskRow .type .tag-status, .tasksCard #dashboard .card.new-look .taskRow .type .tag-status, #dashboard .card.new-look .tasksCard .taskDetails .type .tag-status, .tasksCard #dashboard .card.new-look .taskDetails .type .tag-status, #dashboard .card.new-look .list > li .type .tag-status, .list > #dashboard .card.new-look li .type .tag-status, #dashboard .card.new-look .grid .type .tag-status, #dashboard .card.new-look .grid > li .type .tag-status, .grid > #dashboard .card.new-look li .type .tag-status {
      font-size: 11px;
      text-align: center;
      clear: both;
      float: left;
      width: 72px;
      margin: 2px 0 0; }
    #dashboard .card.new-look .clearfix .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .clearfix .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marks .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marksEdition .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .wrap .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_gl-mainContainer .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .row .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-description .time, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-description .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .col-5 .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form fieldset .form-row .time, .form fieldset #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-row .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list-top-filter .filter .time, .list-top-filter #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .filter .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-actions .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-5 .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-2 .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .modalRow .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #inbox .message-body .message-body-reciepment .time, #inbox .message-body #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-body-reciepment .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #message .message-row .time, #message #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-row .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_page-actions .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application .application-container .application-head .time, .application .application-container #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application-head .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .listCandidates.list .listUsers .candidate .time, .listCandidates.list .listUsers #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #cv .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-profile .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-messages-item .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-title .time, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-title .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki2 .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskDetails .time, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskDetails .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list > li .time, .list > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid .time, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid > li .time, .grid > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .clearfix .time, #dashboard .grid > li.new-look .clearfix .time, #dashboard .grid > li.new-look .marks .time, #dashboard .grid > li.new-look .marksEdition .time, #dashboard .grid > li.new-look .wrap .time, #dashboard .grid > li.new-look .hr_gl-mainContainer .time, #dashboard .grid > li.new-look .row .time, #dashboard .grid > li.new-look .head .time, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-description .time, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-description .time, #dashboard .grid > li.new-look .col-5 .time, #dashboard .grid > li.new-look .form fieldset .form-row .time, .form fieldset #dashboard .grid > li.new-look .form-row .time, #dashboard .grid > li.new-look .list-top-filter .filter .time, .list-top-filter #dashboard .grid > li.new-look .filter .time, #dashboard .grid > li.new-look .form-actions .time, #dashboard .grid > li.new-look .project-steps-content.col-5 .time, #dashboard .grid > li.new-look .project-steps-content.col-2 .time, #dashboard .grid > li.new-look .modalRow .time, #dashboard .grid > li.new-look .tasksCard .taskRow .time, .tasksCard #dashboard .grid > li.new-look .taskRow .time, #dashboard .grid > li.new-look #inbox .message-body .message-body-reciepment .time, #inbox .message-body #dashboard .grid > li.new-look .message-body-reciepment .time, #dashboard .grid > li.new-look #message .message-row .time, #message #dashboard .grid > li.new-look .message-row .time, #dashboard .grid > li.new-look .hr_page-actions .time, #dashboard .grid > li.new-look .application .application-container .application-head .time, .application .application-container #dashboard .grid > li.new-look .application-head .time, #dashboard .grid > li.new-look .head .time, #dashboard .grid > li.new-look .listCandidates.list .listUsers .candidate .time, .listCandidates.list .listUsers #dashboard .grid > li.new-look .candidate .time, #dashboard .grid > li.new-look #cv .time, #dashboard .grid > li.new-look .candidate-profile .time, #dashboard .grid > li.new-look .candidate-messages-item .time, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-title .time, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-title .time, #dashboard .grid > li.new-look #statystyki .time, #dashboard .grid > li.new-look #statystyki2 .time, #dashboard .grid > li.new-look .tasksCard .taskRow .time, .tasksCard #dashboard .grid > li.new-look .taskRow .time, #dashboard .grid > li.new-look .tasksCard .taskDetails .time, .tasksCard #dashboard .grid > li.new-look .taskDetails .time, #dashboard .grid > li.new-look .list > li .time, .list > #dashboard .grid > li.new-look li .time, #dashboard .grid > li.new-look .grid .time, #dashboard .grid > li.new-look .grid > li .time, .grid > #dashboard .grid > li.new-look li .time, .grid > #dashboard li.new-look .clearfix .time, #dashboard .card.new-look .marks .time, #dashboard .card.new-look .marksEdition .time, #dashboard .card.new-look .wrap .time, #dashboard .card.new-look .hr_gl-mainContainer .time, #dashboard .card.new-look .row .time, #dashboard .card.new-look .head .time, #dashboard .card.new-look .recrutationCard .recrutationCard-description .time, .recrutationCard #dashboard .card.new-look .recrutationCard-description .time, #dashboard .card.new-look .col-5 .time, #dashboard .card.new-look .form fieldset .form-row .time, .form fieldset #dashboard .card.new-look .form-row .time, #dashboard .card.new-look .list-top-filter .filter .time, .list-top-filter #dashboard .card.new-look .filter .time, #dashboard .card.new-look .form-actions .time, #dashboard .card.new-look .project-steps-content.col-5 .time, #dashboard .card.new-look .project-steps-content.col-2 .time, #dashboard .card.new-look .modalRow .time, #dashboard .card.new-look .tasksCard .taskRow .time, .tasksCard #dashboard .card.new-look .taskRow .time, #dashboard .card.new-look #inbox .message-body .message-body-reciepment .time, #inbox .message-body #dashboard .card.new-look .message-body-reciepment .time, #dashboard .card.new-look #message .message-row .time, #message #dashboard .card.new-look .message-row .time, #dashboard .card.new-look .hr_page-actions .time, #dashboard .card.new-look .application .application-container .application-head .time, .application .application-container #dashboard .card.new-look .application-head .time, #dashboard .card.new-look .head .time, #dashboard .card.new-look .listCandidates.list .listUsers .candidate .time, .listCandidates.list .listUsers #dashboard .card.new-look .candidate .time, #dashboard .card.new-look #cv .time, #dashboard .card.new-look .candidate-profile .time, #dashboard .card.new-look .candidate-messages-item .time, #dashboard .card.new-look .recrutationCard .recrutationCard-title .time, .recrutationCard #dashboard .card.new-look .recrutationCard-title .time, #dashboard .card.new-look #statystyki .time, #dashboard .card.new-look #statystyki2 .time, #dashboard .card.new-look .tasksCard .taskRow .time, .tasksCard #dashboard .card.new-look .taskRow .time, #dashboard .card.new-look .tasksCard .taskDetails .time, .tasksCard #dashboard .card.new-look .taskDetails .time, #dashboard .card.new-look .list > li .time, .list > #dashboard .card.new-look li .time, #dashboard .card.new-look .grid .time, #dashboard .card.new-look .grid > li .time, .grid > #dashboard .card.new-look li .time {
      float: left;
      line-height: 1; }
    #dashboard .card.new-look .clearfix .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .clearfix .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marks .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marksEdition .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .wrap .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_gl-mainContainer .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .row .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-description .time:before, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-description .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .col-5 .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form fieldset .form-row .time:before, .form fieldset #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-row .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list-top-filter .filter .time:before, .list-top-filter #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .filter .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-actions .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-5 .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-2 .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .modalRow .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time:before, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #inbox .message-body .message-body-reciepment .time:before, #inbox .message-body #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-body-reciepment .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #message .message-row .time:before, #message #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-row .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_page-actions .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application .application-container .application-head .time:before, .application .application-container #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application-head .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .listCandidates.list .listUsers .candidate .time:before, .listCandidates.list .listUsers #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #cv .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-profile .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-messages-item .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-title .time:before, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-title .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki2 .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time:before, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskDetails .time:before, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskDetails .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list > li .time:before, .list > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid .time:before, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid > li .time:before, .grid > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time:before, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .clearfix .time:before, #dashboard .grid > li.new-look .clearfix .time:before, #dashboard .grid > li.new-look .marks .time:before, #dashboard .grid > li.new-look .marksEdition .time:before, #dashboard .grid > li.new-look .wrap .time:before, #dashboard .grid > li.new-look .hr_gl-mainContainer .time:before, #dashboard .grid > li.new-look .row .time:before, #dashboard .grid > li.new-look .head .time:before, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-description .time:before, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-description .time:before, #dashboard .grid > li.new-look .col-5 .time:before, #dashboard .grid > li.new-look .form fieldset .form-row .time:before, .form fieldset #dashboard .grid > li.new-look .form-row .time:before, #dashboard .grid > li.new-look .list-top-filter .filter .time:before, .list-top-filter #dashboard .grid > li.new-look .filter .time:before, #dashboard .grid > li.new-look .form-actions .time:before, #dashboard .grid > li.new-look .project-steps-content.col-5 .time:before, #dashboard .grid > li.new-look .project-steps-content.col-2 .time:before, #dashboard .grid > li.new-look .modalRow .time:before, #dashboard .grid > li.new-look .tasksCard .taskRow .time:before, .tasksCard #dashboard .grid > li.new-look .taskRow .time:before, #dashboard .grid > li.new-look #inbox .message-body .message-body-reciepment .time:before, #inbox .message-body #dashboard .grid > li.new-look .message-body-reciepment .time:before, #dashboard .grid > li.new-look #message .message-row .time:before, #message #dashboard .grid > li.new-look .message-row .time:before, #dashboard .grid > li.new-look .hr_page-actions .time:before, #dashboard .grid > li.new-look .application .application-container .application-head .time:before, .application .application-container #dashboard .grid > li.new-look .application-head .time:before, #dashboard .grid > li.new-look .head .time:before, #dashboard .grid > li.new-look .listCandidates.list .listUsers .candidate .time:before, .listCandidates.list .listUsers #dashboard .grid > li.new-look .candidate .time:before, #dashboard .grid > li.new-look #cv .time:before, #dashboard .grid > li.new-look .candidate-profile .time:before, #dashboard .grid > li.new-look .candidate-messages-item .time:before, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-title .time:before, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-title .time:before, #dashboard .grid > li.new-look #statystyki .time:before, #dashboard .grid > li.new-look #statystyki2 .time:before, #dashboard .grid > li.new-look .tasksCard .taskRow .time:before, .tasksCard #dashboard .grid > li.new-look .taskRow .time:before, #dashboard .grid > li.new-look .tasksCard .taskDetails .time:before, .tasksCard #dashboard .grid > li.new-look .taskDetails .time:before, #dashboard .grid > li.new-look .list > li .time:before, .list > #dashboard .grid > li.new-look li .time:before, #dashboard .grid > li.new-look .grid .time:before, #dashboard .grid > li.new-look .grid > li .time:before, .grid > #dashboard .grid > li.new-look li .time:before, .grid > #dashboard li.new-look .clearfix .time:before, #dashboard .card.new-look .marks .time:before, #dashboard .card.new-look .marksEdition .time:before, #dashboard .card.new-look .wrap .time:before, #dashboard .card.new-look .hr_gl-mainContainer .time:before, #dashboard .card.new-look .row .time:before, #dashboard .card.new-look .head .time:before, #dashboard .card.new-look .recrutationCard .recrutationCard-description .time:before, .recrutationCard #dashboard .card.new-look .recrutationCard-description .time:before, #dashboard .card.new-look .col-5 .time:before, #dashboard .card.new-look .form fieldset .form-row .time:before, .form fieldset #dashboard .card.new-look .form-row .time:before, #dashboard .card.new-look .list-top-filter .filter .time:before, .list-top-filter #dashboard .card.new-look .filter .time:before, #dashboard .card.new-look .form-actions .time:before, #dashboard .card.new-look .project-steps-content.col-5 .time:before, #dashboard .card.new-look .project-steps-content.col-2 .time:before, #dashboard .card.new-look .modalRow .time:before, #dashboard .card.new-look .tasksCard .taskRow .time:before, .tasksCard #dashboard .card.new-look .taskRow .time:before, #dashboard .card.new-look #inbox .message-body .message-body-reciepment .time:before, #inbox .message-body #dashboard .card.new-look .message-body-reciepment .time:before, #dashboard .card.new-look #message .message-row .time:before, #message #dashboard .card.new-look .message-row .time:before, #dashboard .card.new-look .hr_page-actions .time:before, #dashboard .card.new-look .application .application-container .application-head .time:before, .application .application-container #dashboard .card.new-look .application-head .time:before, #dashboard .card.new-look .head .time:before, #dashboard .card.new-look .listCandidates.list .listUsers .candidate .time:before, .listCandidates.list .listUsers #dashboard .card.new-look .candidate .time:before, #dashboard .card.new-look #cv .time:before, #dashboard .card.new-look .candidate-profile .time:before, #dashboard .card.new-look .candidate-messages-item .time:before, #dashboard .card.new-look .recrutationCard .recrutationCard-title .time:before, .recrutationCard #dashboard .card.new-look .recrutationCard-title .time:before, #dashboard .card.new-look #statystyki .time:before, #dashboard .card.new-look #statystyki2 .time:before, #dashboard .card.new-look .tasksCard .taskRow .time:before, .tasksCard #dashboard .card.new-look .taskRow .time:before, #dashboard .card.new-look .tasksCard .taskDetails .time:before, .tasksCard #dashboard .card.new-look .taskDetails .time:before, #dashboard .card.new-look .list > li .time:before, .list > #dashboard .card.new-look li .time:before, #dashboard .card.new-look .grid .time:before, #dashboard .card.new-look .grid > li .time:before, .grid > #dashboard .card.new-look li .time:before {
      content: '';
      margin: 0;
      display: block; }
    #dashboard .card.new-look .clearfix .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .clearfix .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marks .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marksEdition .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .wrap .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_gl-mainContainer .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .row .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-description .time .hours, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-description .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .col-5 .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form fieldset .form-row .time .hours, .form fieldset #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-row .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list-top-filter .filter .time .hours, .list-top-filter #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .filter .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-actions .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-5 .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-2 .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .modalRow .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time .hours, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #inbox .message-body .message-body-reciepment .time .hours, #inbox .message-body #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-body-reciepment .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #message .message-row .time .hours, #message #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-row .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_page-actions .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application .application-container .application-head .time .hours, .application .application-container #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application-head .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .listCandidates.list .listUsers .candidate .time .hours, .listCandidates.list .listUsers #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #cv .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-profile .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-messages-item .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-title .time .hours, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-title .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki2 .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time .hours, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskDetails .time .hours, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskDetails .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list > li .time .hours, .list > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid .time .hours, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid > li .time .hours, .grid > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time .hours, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .clearfix .time .hours, #dashboard .grid > li.new-look .clearfix .time .hours, #dashboard .grid > li.new-look .marks .time .hours, #dashboard .grid > li.new-look .marksEdition .time .hours, #dashboard .grid > li.new-look .wrap .time .hours, #dashboard .grid > li.new-look .hr_gl-mainContainer .time .hours, #dashboard .grid > li.new-look .row .time .hours, #dashboard .grid > li.new-look .head .time .hours, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-description .time .hours, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-description .time .hours, #dashboard .grid > li.new-look .col-5 .time .hours, #dashboard .grid > li.new-look .form fieldset .form-row .time .hours, .form fieldset #dashboard .grid > li.new-look .form-row .time .hours, #dashboard .grid > li.new-look .list-top-filter .filter .time .hours, .list-top-filter #dashboard .grid > li.new-look .filter .time .hours, #dashboard .grid > li.new-look .form-actions .time .hours, #dashboard .grid > li.new-look .project-steps-content.col-5 .time .hours, #dashboard .grid > li.new-look .project-steps-content.col-2 .time .hours, #dashboard .grid > li.new-look .modalRow .time .hours, #dashboard .grid > li.new-look .tasksCard .taskRow .time .hours, .tasksCard #dashboard .grid > li.new-look .taskRow .time .hours, #dashboard .grid > li.new-look #inbox .message-body .message-body-reciepment .time .hours, #inbox .message-body #dashboard .grid > li.new-look .message-body-reciepment .time .hours, #dashboard .grid > li.new-look #message .message-row .time .hours, #message #dashboard .grid > li.new-look .message-row .time .hours, #dashboard .grid > li.new-look .hr_page-actions .time .hours, #dashboard .grid > li.new-look .application .application-container .application-head .time .hours, .application .application-container #dashboard .grid > li.new-look .application-head .time .hours, #dashboard .grid > li.new-look .head .time .hours, #dashboard .grid > li.new-look .listCandidates.list .listUsers .candidate .time .hours, .listCandidates.list .listUsers #dashboard .grid > li.new-look .candidate .time .hours, #dashboard .grid > li.new-look #cv .time .hours, #dashboard .grid > li.new-look .candidate-profile .time .hours, #dashboard .grid > li.new-look .candidate-messages-item .time .hours, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-title .time .hours, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-title .time .hours, #dashboard .grid > li.new-look #statystyki .time .hours, #dashboard .grid > li.new-look #statystyki2 .time .hours, #dashboard .grid > li.new-look .tasksCard .taskRow .time .hours, .tasksCard #dashboard .grid > li.new-look .taskRow .time .hours, #dashboard .grid > li.new-look .tasksCard .taskDetails .time .hours, .tasksCard #dashboard .grid > li.new-look .taskDetails .time .hours, #dashboard .grid > li.new-look .list > li .time .hours, .list > #dashboard .grid > li.new-look li .time .hours, #dashboard .grid > li.new-look .grid .time .hours, #dashboard .grid > li.new-look .grid > li .time .hours, .grid > #dashboard .grid > li.new-look li .time .hours, .grid > #dashboard li.new-look .clearfix .time .hours, #dashboard .card.new-look .marks .time .hours, #dashboard .card.new-look .marksEdition .time .hours, #dashboard .card.new-look .wrap .time .hours, #dashboard .card.new-look .hr_gl-mainContainer .time .hours, #dashboard .card.new-look .row .time .hours, #dashboard .card.new-look .head .time .hours, #dashboard .card.new-look .recrutationCard .recrutationCard-description .time .hours, .recrutationCard #dashboard .card.new-look .recrutationCard-description .time .hours, #dashboard .card.new-look .col-5 .time .hours, #dashboard .card.new-look .form fieldset .form-row .time .hours, .form fieldset #dashboard .card.new-look .form-row .time .hours, #dashboard .card.new-look .list-top-filter .filter .time .hours, .list-top-filter #dashboard .card.new-look .filter .time .hours, #dashboard .card.new-look .form-actions .time .hours, #dashboard .card.new-look .project-steps-content.col-5 .time .hours, #dashboard .card.new-look .project-steps-content.col-2 .time .hours, #dashboard .card.new-look .modalRow .time .hours, #dashboard .card.new-look .tasksCard .taskRow .time .hours, .tasksCard #dashboard .card.new-look .taskRow .time .hours, #dashboard .card.new-look #inbox .message-body .message-body-reciepment .time .hours, #inbox .message-body #dashboard .card.new-look .message-body-reciepment .time .hours, #dashboard .card.new-look #message .message-row .time .hours, #message #dashboard .card.new-look .message-row .time .hours, #dashboard .card.new-look .hr_page-actions .time .hours, #dashboard .card.new-look .application .application-container .application-head .time .hours, .application .application-container #dashboard .card.new-look .application-head .time .hours, #dashboard .card.new-look .head .time .hours, #dashboard .card.new-look .listCandidates.list .listUsers .candidate .time .hours, .listCandidates.list .listUsers #dashboard .card.new-look .candidate .time .hours, #dashboard .card.new-look #cv .time .hours, #dashboard .card.new-look .candidate-profile .time .hours, #dashboard .card.new-look .candidate-messages-item .time .hours, #dashboard .card.new-look .recrutationCard .recrutationCard-title .time .hours, .recrutationCard #dashboard .card.new-look .recrutationCard-title .time .hours, #dashboard .card.new-look #statystyki .time .hours, #dashboard .card.new-look #statystyki2 .time .hours, #dashboard .card.new-look .tasksCard .taskRow .time .hours, .tasksCard #dashboard .card.new-look .taskRow .time .hours, #dashboard .card.new-look .tasksCard .taskDetails .time .hours, .tasksCard #dashboard .card.new-look .taskDetails .time .hours, #dashboard .card.new-look .list > li .time .hours, .list > #dashboard .card.new-look li .time .hours, #dashboard .card.new-look .grid .time .hours, #dashboard .card.new-look .grid > li .time .hours, .grid > #dashboard .card.new-look li .time .hours {
      font-size: 1.1rem;
      font-weight: 300; }
    #dashboard .card.new-look .clearfix .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .clearfix .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marks .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marksEdition .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .wrap .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_gl-mainContainer .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .row .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-description .time .clockdate, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-description .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .col-5 .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form fieldset .form-row .time .clockdate, .form fieldset #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-row .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list-top-filter .filter .time .clockdate, .list-top-filter #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .filter .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-actions .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-5 .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-2 .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .modalRow .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time .clockdate, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #inbox .message-body .message-body-reciepment .time .clockdate, #inbox .message-body #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-body-reciepment .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #message .message-row .time .clockdate, #message #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-row .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_page-actions .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application .application-container .application-head .time .clockdate, .application .application-container #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application-head .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .listCandidates.list .listUsers .candidate .time .clockdate, .listCandidates.list .listUsers #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #cv .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-profile .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-messages-item .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-title .time .clockdate, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-title .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki2 .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time .clockdate, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskDetails .time .clockdate, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskDetails .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list > li .time .clockdate, .list > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid .time .clockdate, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid > li .time .clockdate, .grid > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time .clockdate, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .clearfix .time .clockdate, #dashboard .grid > li.new-look .clearfix .time .clockdate, #dashboard .grid > li.new-look .marks .time .clockdate, #dashboard .grid > li.new-look .marksEdition .time .clockdate, #dashboard .grid > li.new-look .wrap .time .clockdate, #dashboard .grid > li.new-look .hr_gl-mainContainer .time .clockdate, #dashboard .grid > li.new-look .row .time .clockdate, #dashboard .grid > li.new-look .head .time .clockdate, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-description .time .clockdate, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-description .time .clockdate, #dashboard .grid > li.new-look .col-5 .time .clockdate, #dashboard .grid > li.new-look .form fieldset .form-row .time .clockdate, .form fieldset #dashboard .grid > li.new-look .form-row .time .clockdate, #dashboard .grid > li.new-look .list-top-filter .filter .time .clockdate, .list-top-filter #dashboard .grid > li.new-look .filter .time .clockdate, #dashboard .grid > li.new-look .form-actions .time .clockdate, #dashboard .grid > li.new-look .project-steps-content.col-5 .time .clockdate, #dashboard .grid > li.new-look .project-steps-content.col-2 .time .clockdate, #dashboard .grid > li.new-look .modalRow .time .clockdate, #dashboard .grid > li.new-look .tasksCard .taskRow .time .clockdate, .tasksCard #dashboard .grid > li.new-look .taskRow .time .clockdate, #dashboard .grid > li.new-look #inbox .message-body .message-body-reciepment .time .clockdate, #inbox .message-body #dashboard .grid > li.new-look .message-body-reciepment .time .clockdate, #dashboard .grid > li.new-look #message .message-row .time .clockdate, #message #dashboard .grid > li.new-look .message-row .time .clockdate, #dashboard .grid > li.new-look .hr_page-actions .time .clockdate, #dashboard .grid > li.new-look .application .application-container .application-head .time .clockdate, .application .application-container #dashboard .grid > li.new-look .application-head .time .clockdate, #dashboard .grid > li.new-look .head .time .clockdate, #dashboard .grid > li.new-look .listCandidates.list .listUsers .candidate .time .clockdate, .listCandidates.list .listUsers #dashboard .grid > li.new-look .candidate .time .clockdate, #dashboard .grid > li.new-look #cv .time .clockdate, #dashboard .grid > li.new-look .candidate-profile .time .clockdate, #dashboard .grid > li.new-look .candidate-messages-item .time .clockdate, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-title .time .clockdate, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-title .time .clockdate, #dashboard .grid > li.new-look #statystyki .time .clockdate, #dashboard .grid > li.new-look #statystyki2 .time .clockdate, #dashboard .grid > li.new-look .tasksCard .taskRow .time .clockdate, .tasksCard #dashboard .grid > li.new-look .taskRow .time .clockdate, #dashboard .grid > li.new-look .tasksCard .taskDetails .time .clockdate, .tasksCard #dashboard .grid > li.new-look .taskDetails .time .clockdate, #dashboard .grid > li.new-look .list > li .time .clockdate, .list > #dashboard .grid > li.new-look li .time .clockdate, #dashboard .grid > li.new-look .grid .time .clockdate, #dashboard .grid > li.new-look .grid > li .time .clockdate, .grid > #dashboard .grid > li.new-look li .time .clockdate, .grid > #dashboard li.new-look .clearfix .time .clockdate, #dashboard .card.new-look .marks .time .clockdate, #dashboard .card.new-look .marksEdition .time .clockdate, #dashboard .card.new-look .wrap .time .clockdate, #dashboard .card.new-look .hr_gl-mainContainer .time .clockdate, #dashboard .card.new-look .row .time .clockdate, #dashboard .card.new-look .head .time .clockdate, #dashboard .card.new-look .recrutationCard .recrutationCard-description .time .clockdate, .recrutationCard #dashboard .card.new-look .recrutationCard-description .time .clockdate, #dashboard .card.new-look .col-5 .time .clockdate, #dashboard .card.new-look .form fieldset .form-row .time .clockdate, .form fieldset #dashboard .card.new-look .form-row .time .clockdate, #dashboard .card.new-look .list-top-filter .filter .time .clockdate, .list-top-filter #dashboard .card.new-look .filter .time .clockdate, #dashboard .card.new-look .form-actions .time .clockdate, #dashboard .card.new-look .project-steps-content.col-5 .time .clockdate, #dashboard .card.new-look .project-steps-content.col-2 .time .clockdate, #dashboard .card.new-look .modalRow .time .clockdate, #dashboard .card.new-look .tasksCard .taskRow .time .clockdate, .tasksCard #dashboard .card.new-look .taskRow .time .clockdate, #dashboard .card.new-look #inbox .message-body .message-body-reciepment .time .clockdate, #inbox .message-body #dashboard .card.new-look .message-body-reciepment .time .clockdate, #dashboard .card.new-look #message .message-row .time .clockdate, #message #dashboard .card.new-look .message-row .time .clockdate, #dashboard .card.new-look .hr_page-actions .time .clockdate, #dashboard .card.new-look .application .application-container .application-head .time .clockdate, .application .application-container #dashboard .card.new-look .application-head .time .clockdate, #dashboard .card.new-look .head .time .clockdate, #dashboard .card.new-look .listCandidates.list .listUsers .candidate .time .clockdate, .listCandidates.list .listUsers #dashboard .card.new-look .candidate .time .clockdate, #dashboard .card.new-look #cv .time .clockdate, #dashboard .card.new-look .candidate-profile .time .clockdate, #dashboard .card.new-look .candidate-messages-item .time .clockdate, #dashboard .card.new-look .recrutationCard .recrutationCard-title .time .clockdate, .recrutationCard #dashboard .card.new-look .recrutationCard-title .time .clockdate, #dashboard .card.new-look #statystyki .time .clockdate, #dashboard .card.new-look #statystyki2 .time .clockdate, #dashboard .card.new-look .tasksCard .taskRow .time .clockdate, .tasksCard #dashboard .card.new-look .taskRow .time .clockdate, #dashboard .card.new-look .tasksCard .taskDetails .time .clockdate, .tasksCard #dashboard .card.new-look .taskDetails .time .clockdate, #dashboard .card.new-look .list > li .time .clockdate, .list > #dashboard .card.new-look li .time .clockdate, #dashboard .card.new-look .grid .time .clockdate, #dashboard .card.new-look .grid > li .time .clockdate, .grid > #dashboard .card.new-look li .time .clockdate {
      margin: 0;
      font-size: 11px; }
    #dashboard .card.new-look .clearfix .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .clearfix .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marks .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .marksEdition .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .wrap .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_gl-mainContainer .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .row .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-description .time p, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-description .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .col-5 .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form fieldset .form-row .time p, .form fieldset #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-row .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list-top-filter .filter .time p, .list-top-filter #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .filter .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .form-actions .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-5 .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .project-steps-content.col-2 .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .modalRow .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time p, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #inbox .message-body .message-body-reciepment .time p, #inbox .message-body #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-body-reciepment .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #message .message-row .time p, #message #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .message-row .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .hr_page-actions .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application .application-container .application-head .time p, .application .application-container #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .application-head .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .head .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .listCandidates.list .listUsers .candidate .time p, .listCandidates.list .listUsers #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #cv .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-profile .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .candidate-messages-item .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard .recrutationCard-title .time p, .recrutationCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .recrutationCard-title .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look #statystyki2 .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskRow .time p, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskRow .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .tasksCard .taskDetails .time p, .tasksCard #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .taskDetails .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .list > li .time p, .list > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid .time p, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .grid > li .time p, .grid > #dashboard .listCandidates.grid .listUsers .col .candidate.new-look li .time p, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .clearfix .time p, #dashboard .grid > li.new-look .clearfix .time p, #dashboard .grid > li.new-look .marks .time p, #dashboard .grid > li.new-look .marksEdition .time p, #dashboard .grid > li.new-look .wrap .time p, #dashboard .grid > li.new-look .hr_gl-mainContainer .time p, #dashboard .grid > li.new-look .row .time p, #dashboard .grid > li.new-look .head .time p, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-description .time p, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-description .time p, #dashboard .grid > li.new-look .col-5 .time p, #dashboard .grid > li.new-look .form fieldset .form-row .time p, .form fieldset #dashboard .grid > li.new-look .form-row .time p, #dashboard .grid > li.new-look .list-top-filter .filter .time p, .list-top-filter #dashboard .grid > li.new-look .filter .time p, #dashboard .grid > li.new-look .form-actions .time p, #dashboard .grid > li.new-look .project-steps-content.col-5 .time p, #dashboard .grid > li.new-look .project-steps-content.col-2 .time p, #dashboard .grid > li.new-look .modalRow .time p, #dashboard .grid > li.new-look .tasksCard .taskRow .time p, .tasksCard #dashboard .grid > li.new-look .taskRow .time p, #dashboard .grid > li.new-look #inbox .message-body .message-body-reciepment .time p, #inbox .message-body #dashboard .grid > li.new-look .message-body-reciepment .time p, #dashboard .grid > li.new-look #message .message-row .time p, #message #dashboard .grid > li.new-look .message-row .time p, #dashboard .grid > li.new-look .hr_page-actions .time p, #dashboard .grid > li.new-look .application .application-container .application-head .time p, .application .application-container #dashboard .grid > li.new-look .application-head .time p, #dashboard .grid > li.new-look .head .time p, #dashboard .grid > li.new-look .listCandidates.list .listUsers .candidate .time p, .listCandidates.list .listUsers #dashboard .grid > li.new-look .candidate .time p, #dashboard .grid > li.new-look #cv .time p, #dashboard .grid > li.new-look .candidate-profile .time p, #dashboard .grid > li.new-look .candidate-messages-item .time p, #dashboard .grid > li.new-look .recrutationCard .recrutationCard-title .time p, .recrutationCard #dashboard .grid > li.new-look .recrutationCard-title .time p, #dashboard .grid > li.new-look #statystyki .time p, #dashboard .grid > li.new-look #statystyki2 .time p, #dashboard .grid > li.new-look .tasksCard .taskRow .time p, .tasksCard #dashboard .grid > li.new-look .taskRow .time p, #dashboard .grid > li.new-look .tasksCard .taskDetails .time p, .tasksCard #dashboard .grid > li.new-look .taskDetails .time p, #dashboard .grid > li.new-look .list > li .time p, .list > #dashboard .grid > li.new-look li .time p, #dashboard .grid > li.new-look .grid .time p, #dashboard .grid > li.new-look .grid > li .time p, .grid > #dashboard .grid > li.new-look li .time p, .grid > #dashboard li.new-look .clearfix .time p, #dashboard .card.new-look .marks .time p, #dashboard .card.new-look .marksEdition .time p, #dashboard .card.new-look .wrap .time p, #dashboard .card.new-look .hr_gl-mainContainer .time p, #dashboard .card.new-look .row .time p, #dashboard .card.new-look .head .time p, #dashboard .card.new-look .recrutationCard .recrutationCard-description .time p, .recrutationCard #dashboard .card.new-look .recrutationCard-description .time p, #dashboard .card.new-look .col-5 .time p, #dashboard .card.new-look .form fieldset .form-row .time p, .form fieldset #dashboard .card.new-look .form-row .time p, #dashboard .card.new-look .list-top-filter .filter .time p, .list-top-filter #dashboard .card.new-look .filter .time p, #dashboard .card.new-look .form-actions .time p, #dashboard .card.new-look .project-steps-content.col-5 .time p, #dashboard .card.new-look .project-steps-content.col-2 .time p, #dashboard .card.new-look .modalRow .time p, #dashboard .card.new-look .tasksCard .taskRow .time p, .tasksCard #dashboard .card.new-look .taskRow .time p, #dashboard .card.new-look #inbox .message-body .message-body-reciepment .time p, #inbox .message-body #dashboard .card.new-look .message-body-reciepment .time p, #dashboard .card.new-look #message .message-row .time p, #message #dashboard .card.new-look .message-row .time p, #dashboard .card.new-look .hr_page-actions .time p, #dashboard .card.new-look .application .application-container .application-head .time p, .application .application-container #dashboard .card.new-look .application-head .time p, #dashboard .card.new-look .head .time p, #dashboard .card.new-look .listCandidates.list .listUsers .candidate .time p, .listCandidates.list .listUsers #dashboard .card.new-look .candidate .time p, #dashboard .card.new-look #cv .time p, #dashboard .card.new-look .candidate-profile .time p, #dashboard .card.new-look .candidate-messages-item .time p, #dashboard .card.new-look .recrutationCard .recrutationCard-title .time p, .recrutationCard #dashboard .card.new-look .recrutationCard-title .time p, #dashboard .card.new-look #statystyki .time p, #dashboard .card.new-look #statystyki2 .time p, #dashboard .card.new-look .tasksCard .taskRow .time p, .tasksCard #dashboard .card.new-look .taskRow .time p, #dashboard .card.new-look .tasksCard .taskDetails .time p, .tasksCard #dashboard .card.new-look .taskDetails .time p, #dashboard .card.new-look .list > li .time p, .list > #dashboard .card.new-look li .time p, #dashboard .card.new-look .grid .time p, #dashboard .card.new-look .grid > li .time p, .grid > #dashboard .card.new-look li .time p {
      font-size: 0.4em; }
  #dashboard .card.new-look .cardBody h3, #dashboard .listCandidates.grid .listUsers .col .candidate.new-look .cardBody h3, .listCandidates.grid .listUsers .col #dashboard .candidate.new-look .cardBody h3, #dashboard .grid > li.new-look .cardBody h3, .grid > #dashboard li.new-look .cardBody h3 {
    line-height: 0.9; }
  #dashboard .sort {
    margin: 0 0 25px; }
  #dashboard .sort .caret:before, #dashboard .sort .form fieldset .selectWrap:before, .form fieldset #dashboard .sort .selectWrap:before {
    margin: -3px 0 0 6px; }
  #dashboard .sort .active .caret, #dashboard .sort .active .form fieldset .selectWrap, .form fieldset #dashboard .sort .active .selectWrap {
    color: #fff; }
  #dashboard .sort .active .dropdown {
    box-shadow: none; }
  #dashboard #planned {
    width: 44.53125%; }
  @media screen and (max-width: 1025px) {
    #dashboard #planned {
      width: 210px; }
      #dashboard #planned .left {
        width: 170px; }
      #dashboard #planned .right a {
        margin: 10px 0 0; } }
  #dashboard #planned .left {
    width: calc(100% - 160px); }
  #dashboard #planned .right .gray-btn {
    margin-top: 6px; }
    #dashboard #planned .right .gray-btn span {
      height: auto;
      display: inline-block; }
  #dashboard #planned > .sort {
    display: table;
    margin: 0 auto 25px; }
  #dashboard #planned > .sort .sortInner {
    height: 28px; }
    #dashboard #planned > .sort .sortInner > * {
      padding: 4px 10px; }
    @media screen and (max-width: 1025px) {
        #dashboard #planned > .sort .sortInner .item {
          padding: 3px; } }
  #dashboard #planned > .sort #show-user-tasks {
    height: auto;
    float: left;
    margin: 0 0 20px;
    border: 0 !important; }
    #dashboard #planned > .sort #show-user-tasks label {
      font-size: 16px;
      float: left;
      padding: 5px 10px 0 0; }
    #dashboard #planned > .sort #show-user-tasks .select2-container.worker {
      border-radius: 5px;
      border: 1px solid #ebebeb;
      display: inline-block; }
  #dashboard #planned.new-look {
    width: 40%; }
  #dashboard #activeRecrutations {
    width: 50%; }
  @media screen and (max-width: 1025px) {
    #dashboard #activeRecrutations {
      width: 68%; } }
  #dashboard #activeRecrutations h3 {
    letter-spacing: -1px; }
  #dashboard #activeRecrutations h3 a {
    color: #6cbf57; }
  #dashboard #activeRecrutations ul {
    border-top: 1px solid #ebebeb;
    margin: 0 0 15px; }
  #dashboard #activeRecrutations ul .item {
    border-bottom: 1px solid #ebebeb;
    padding: 1.5rem 0;
    display: table;
    width: 100%;
    text-align: right;
    /*@include mLarge {padding: 1.2rem 0 0.55rem}*/ }
    #dashboard #activeRecrutations ul .item .dot {
      display: inline-block;
      margin: 10px 8px 0 0; }
    #dashboard #activeRecrutations ul .item .dot.alert {
      padding: 0; }
    #dashboard #activeRecrutations ul .item .dot-wrap {
      display: table-cell;
      width: 8px; }
    #dashboard #activeRecrutations ul .item .data {
      display: table-cell;
      text-align: left;
      padding-right: 20px; }
    #dashboard #activeRecrutations ul .item .data a {
      color: #6cbf57;
      /* @include mLarge {font-size: 1.245rem;}*/ }
    #dashboard #activeRecrutations ul .item .functions {
      display: table-cell;
      white-space: nowrap; }
  #dashboard #activeRecrutations.new-look {
    width: 58%;
    padding: 0 0 40px; }
  #dashboard #activeRecrutations .select2-container ul {
    border: 0; }

.date-not-valid .form-group, .date-not-valid .button-remove-wrapper {
  color: #f0a79f !important;
  padding-left: 205px; }

body[zadania_dla_oceniajacego="true"] .sort .sortInner .item, body[zadania_dla_oceniajacego="true"] .sort .sort .sortInner .item.active {
  padding: 4px; }

.alert-block {
  border: 1px solid red;
  background: #fff;
  color: #000;
  width: 50%;
  text-align: center;
  margin: 2% auto;
  padding: 2%;
  border-radius: 10px; }

[hrlink-language="en"] #dashboard #planned .left {
  width: calc(100% - 115px); }
  [hrlink-language="en"] #dashboard #planned[hrlink-calendar-date="tomorrow"] h2 em {
    font-size: 1.85rem; }

.filter {
  margin: 0 0 0 10px;
  color: #666;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold; }
  .list-top-filter .filter:after {
    display: none; }
  .filter .button-green {
    padding: 0 8px; }

a.filter:after {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 4px solid #666;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: " ";
  vertical-align: middle;
  margin: 0 0 0 6px; }
  a.filter.isExpanded:after {
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 4px solid #666;
    border-top: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: " ";
    vertical-align: middle;
    margin: 0 0 0 6px; }

.listCandidates .row, .listCandidates .head, .listCandidates .recrutationCard .recrutationCard-description, .recrutationCard .listCandidates .recrutationCard-description {
  margin: 0 0 1rem; }
  .listCandidates.base .candidate .trgclik {
    margin-top: 0 !important; }
  .listCandidates:not(.base) .candidateState {
    display: block;
    clear: both; }
  .listCandidates:not(.base) .candidateState i {
    margin: 0 -1px 0 0 !important; }
  .listCandidates.base .candidateInfoWrap, .listCandidates.listaEtapowTop .candidateInfoWrap {
    width: calc(100% - 33%);
    margin-top: 15px !important; }
  @media screen and (max-width: 1025px) {
      .listCandidates.base .candidateInfoWrap, .listCandidates.listaEtapowTop .candidateInfoWrap {
        width: calc(100% - 33%) !important; } }
  .listCandidates.base .listUsers.list, .listCandidates.listaEtapowTop .listUsers.list {
    padding: 0 1.5rem 0 0 !important; }
  @media screen and (max-width: 1025px) {
      .listCandidates.base .listUsers.list, .listCandidates.listaEtapowTop .listUsers.list {
        width: 43% !important; }
        .listCandidates.base .listUsers.list .candidate .content, .listCandidates.listaEtapowTop .listUsers.list .candidate .content {
          width: 169px !important; } }
  .listCandidates .row + .row, .listCandidates .head + .row, .listCandidates .head + .head, .listCandidates .head + .recrutationCard .recrutationCard-description, .recrutationCard .listCandidates .head + .recrutationCard-description, .listCandidates .recrutationCard .recrutationCard-description + .row, .listCandidates .recrutationCard .recrutationCard-description + .head, .listCandidates .recrutationCard .recrutationCard-description + .recrutationCard .recrutationCard-description, .recrutationCard .listCandidates .recrutationCard .recrutationCard-description + .recrutationCard-description, .recrutationCard .listCandidates .recrutationCard-description + .row, .listCandidates .row + .head, .listCandidates .row + .recrutationCard .recrutationCard-description, .recrutationCard .listCandidates .row + .recrutationCard-description {
    margin: 0 0 12px; }
  .listCandidates .listCards {
    width: 9.76563%;
    float: left;
    width: 116px; }
  @media screen and (max-width: 1025px) {
    .listCandidates .listCards {
      width: 100px; } }
  @media screen and (max-width: 1025px) {
    .listCandidates .listCards {
      width: 90px; } }
  .listCandidates .listCards .sticky-wrapper {
    margin: 0 0 12px; }
  .listCandidates .listCards .sticky-wrapper > div {
    z-index: 3; }
  .listCandidates .listCards .card, .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards .candidate, .listCandidates .listCards .grid > li, .grid > .listCandidates .listCards li {
    margin: 0 0 12px;
    text-align: center;
    width: 116px;
    min-height: 95px;
    word-break: keep-all;
    padding: 0.5rem; }
  @media screen and (max-width: 1025px) {
      .listCandidates .listCards .card, .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards .candidate, .listCandidates .listCards .grid > li, .grid > .listCandidates .listCards li {
        width: 100px;
        min-height: 100px; } }
  @media screen and (max-width: 1025px) {
      .listCandidates .listCards .card, .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards .candidate, .listCandidates .listCards .grid > li, .grid > .listCandidates .listCards li {
        width: 90px;
        min-height: 90px; } }
  .listCandidates .listCards .card.blank span:first-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate.blank span:first-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate span:first-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate.candidate span:first-child, .listCandidates .listCards .listCandidates.grid .listUsers .col #users.grid li.candidate span:first-child, #users.grid .listCandidates .listCards .listCandidates.grid .listUsers .col li.candidate span:first-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .candidate.blank span:first-child, .listCandidates .listCards .grid > li.blank span:first-child, .listCandidates .listCards .grid > .listCandidates.grid .listUsers .col li.candidate span:first-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .grid > li.candidate span:first-child, .listCandidates .listCards .grid > #users.grid li span:first-child, #users.grid .listCandidates .listCards .grid > li span:first-child, .grid > .listCandidates .listCards li.blank span:first-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate.card span:first-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate span:first-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate.candidate span:first-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .grid > li.candidate span:first-child, .grid > .listCandidates .listCards .listCandidates.grid .listUsers .col li.candidate span:first-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .candidate.card span:first-child, .listCandidates .listCards #users.grid li.card span:first-child, .listCandidates .listCards #users.grid .listCandidates.grid .listUsers .col li.candidate span:first-child, .listCandidates.grid .listUsers .col .listCandidates .listCards #users.grid li.candidate span:first-child, .listCandidates .listCards #users.grid .grid > li span:first-child, .grid > .listCandidates .listCards #users.grid li span:first-child, #users.grid .listCandidates .listCards li.card span:first-child {
    color: #b1afb0; }
    .listCandidates .listCards .card.blank span:last-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate.blank span:last-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate span:last-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate.candidate span:last-child, .listCandidates .listCards .listCandidates.grid .listUsers .col #users.grid li.candidate span:last-child, #users.grid .listCandidates .listCards .listCandidates.grid .listUsers .col li.candidate span:last-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .candidate.blank span:last-child, .listCandidates .listCards .grid > li.blank span:last-child, .listCandidates .listCards .grid > .listCandidates.grid .listUsers .col li.candidate span:last-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .grid > li.candidate span:last-child, .listCandidates .listCards .grid > #users.grid li span:last-child, #users.grid .listCandidates .listCards .grid > li span:last-child, .grid > .listCandidates .listCards li.blank span:last-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate.card span:last-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate.candidate span:last-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate.candidate span:last-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .grid > li.candidate span:last-child, .grid > .listCandidates .listCards .listCandidates.grid .listUsers .col li.candidate span:last-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .candidate.card span:last-child, .listCandidates .listCards #users.grid li.card span:last-child, .listCandidates .listCards #users.grid .listCandidates.grid .listUsers .col li.candidate span:last-child, .listCandidates.grid .listUsers .col .listCandidates .listCards #users.grid li.candidate span:last-child, .listCandidates .listCards #users.grid .grid > li span:last-child, .grid > .listCandidates .listCards #users.grid li span:last-child, #users.grid .listCandidates .listCards li.card span:last-child {
      color: #b1afb0; }
  .listCandidates .listCards .card span:first-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate span:first-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .candidate span:first-child, .listCandidates .listCards .grid > li span:first-child, .grid > .listCandidates .listCards li span:first-child {
    font-weight: 100;
    font-size: 2.5rem;
    display: block; }
  .listCandidates .listCards .card span:last-child, .listCandidates .listCards .listCandidates.grid .listUsers .col .candidate span:last-child, .listCandidates.grid .listUsers .col .listCandidates .listCards .candidate span:last-child, .listCandidates .listCards .grid > li span:last-child, .grid > .listCandidates .listCards li span:last-child {
    font-weight: 400;
    font-size: 1rem; }
  .listCandidates .listCards.onTop {
    width: 100%;
    clear: both; }
  @media screen and (max-width: 1025px) {
      .listCandidates .listCards.onTop {
        width: 100%; } }
  @media screen and (max-width: 1025px) {
      .listCandidates .listCards.onTop {
        width: 100%; } }
  .listCandidates .listCards.onTop .card, .listCandidates .listCards.onTop .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .candidate, .listCandidates .listCards.onTop .grid > li, .grid > .listCandidates .listCards.onTop li {
    margin: 0 15px 10px 0;
    width: 18%;
    min-height: 50px;
    display: inline-block;
    float: none; }
    @media screen and (max-width: 1025px) {
      .listCandidates .listCards.onTop .card, .listCandidates .listCards.onTop .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .candidate, .listCandidates .listCards.onTop .grid > li, .grid > .listCandidates .listCards.onTop li {
        width: 18.7%;
        min-height: 40px; } }
    @media screen and (max-width: 1025px) {
      .listCandidates .listCards.onTop .card, .listCandidates .listCards.onTop .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .candidate, .listCandidates .listCards.onTop .grid > li, .grid > .listCandidates .listCards.onTop li {
        width: 18.3%;
        min-height: 40px; }
        .listCandidates .listCards.onTop .card span:first-child, .listCandidates .listCards.onTop .listCandidates.grid .listUsers .col .candidate span:first-child, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .candidate span:first-child, .listCandidates .listCards.onTop .grid > li span:first-child, .grid > .listCandidates .listCards.onTop li span:first-child {
          left: 5px;
          font-size: 1.3rem; }
        .listCandidates .listCards.onTop .card span:last-child, .listCandidates .listCards.onTop .listCandidates.grid .listUsers .col .candidate span:last-child, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .candidate span:last-child, .listCandidates .listCards.onTop .grid > li span:last-child, .grid > .listCandidates .listCards.onTop li span:last-child {
          font-size: 0.8rem; } }
    .listCandidates .listCards.onTop .card span:first-child, .listCandidates .listCards.onTop .listCandidates.grid .listUsers .col .candidate span:first-child, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .candidate span:first-child, .listCandidates .listCards.onTop .grid > li span:first-child, .grid > .listCandidates .listCards.onTop li span:first-child {
      display: inline-block;
      font-weight: 300;
      font-size: 1.5rem;
      float: left;
      width: 27%;
      margin-top: 1px;
      text-align: center; }
    .listCandidates .listCards.onTop .card span:last-child, .listCandidates .listCards.onTop .listCandidates.grid .listUsers .col .candidate span:last-child, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .candidate span:last-child, .listCandidates .listCards.onTop .grid > li span:last-child, .grid > .listCandidates .listCards.onTop li span:last-child {
      display: inline-block;
      margin-top: 6px;
      text-overflow: ellipsis;
      width: 73%;
      overflow: hidden;
      white-space: nowrap;
      text-align: left; }
  .listCandidates .listCards.onTop .stickedCard .card.green, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidate.green, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidateInfoHead.candidate, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .card .active.candidate, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .listCandidates.grid .listUsers .col .candidate .active.candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidate .active.candidate, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .grid > li .active.candidate, .grid > .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col li .active.candidate, .card .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .active.candidate, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .grid.regular > li.candidate, .grid.regular > .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col li.candidate, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .grid.szerokie > li.candidate, .grid.szerokie > .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col li.candidate, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .button-green.candidate, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .notatki .notatka-date.active.candidate, .notatki .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .notatka-date.active.candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .candidate.green, .listCandidates .listCards.onTop .stickedCard .grid > li.green, .listCandidates .listCards.onTop .stickedCard .grid > li.candidateInfoHead, .listCandidates .listCards.onTop .stickedCard .grid > .card li.active, .listCandidates .listCards.onTop .stickedCard .grid > .listCandidates.grid .listUsers .col .candidate li.active, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .grid > .candidate li.active, .listCandidates .listCards.onTop .stickedCard .grid > .grid > li li.active, .grid > .listCandidates .listCards.onTop .stickedCard .grid > li li.active, .card .listCandidates .listCards.onTop .stickedCard .grid > li.active, .listCandidates .listCards.onTop .stickedCard .grid > .grid.regular > li, .grid.regular > .listCandidates .listCards.onTop .stickedCard .grid > li, .listCandidates .listCards.onTop .stickedCard .grid > .grid.szerokie > li, .grid.szerokie > .listCandidates .listCards.onTop .stickedCard .grid > li, .listCandidates .listCards.onTop .stickedCard .grid > li.button-green, .listCandidates .listCards.onTop .stickedCard .grid > .notatki li.notatka-date.active, .notatki .listCandidates .listCards.onTop .stickedCard .grid > li.notatka-date.active, .grid > .listCandidates .listCards.onTop .stickedCard li.green, .listCandidates .listCards.onTop .stickedCard .candidateInfoHead.card, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidate.candidateInfoHead, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .candidate.candidateInfoHead, .listCandidates .listCards.onTop .stickedCard .grid > li.candidateInfoHead, .grid > .listCandidates .listCards.onTop .stickedCard li.candidateInfoHead, .listCandidates .listCards.onTop .stickedCard .card .active.card, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidate .active.card, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidate .listCandidates.grid .listUsers .col .candidate.active, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidate .candidate.active, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidate .grid > li.active, .grid > .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidate li.active, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .candidate .active.card, .listCandidates .listCards.onTop .stickedCard .grid > li .active.card, .listCandidates .listCards.onTop .stickedCard .grid > li .listCandidates.grid .listUsers .col .candidate.active, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .grid > li .candidate.active, .listCandidates .listCards.onTop .stickedCard .grid > li .grid > li.active, .grid > .listCandidates .listCards.onTop .stickedCard .grid > li li.active, .grid > .listCandidates .listCards.onTop .stickedCard li .active.card, .listCandidates .listCards.onTop .stickedCard .card .listCandidates.grid .listUsers .col .candidate.active, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .card .candidate.active, .listCandidates .listCards.onTop .stickedCard .card .grid > li.active, .grid > .listCandidates .listCards.onTop .stickedCard .card li.active, .card .listCandidates .listCards.onTop .stickedCard .active.card, .listCandidates .listCards.onTop .stickedCard .grid.regular > li.card, .listCandidates .listCards.onTop .stickedCard .grid.regular > .listCandidates.grid .listUsers .col li.candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .grid.regular > li.candidate, .listCandidates .listCards.onTop .stickedCard .grid.regular > .grid > li, .grid > .listCandidates .listCards.onTop .stickedCard .grid.regular > li, .grid.regular > .listCandidates .listCards.onTop .stickedCard li.card, .listCandidates .listCards.onTop .stickedCard .grid.szerokie > li.card, .listCandidates .listCards.onTop .stickedCard .grid.szerokie > .listCandidates.grid .listUsers .col li.candidate, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .grid.szerokie > li.candidate, .listCandidates .listCards.onTop .stickedCard .grid.szerokie > .grid > li, .grid > .listCandidates .listCards.onTop .stickedCard .grid.szerokie > li, .grid.szerokie > .listCandidates .listCards.onTop .stickedCard li.card, .listCandidates .listCards.onTop .stickedCard .button-green.card, .listCandidates .listCards.onTop .stickedCard .listCandidates.grid .listUsers .col .candidate.button-green, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .candidate.button-green, .listCandidates .listCards.onTop .stickedCard .grid > li.button-green, .grid > .listCandidates .listCards.onTop .stickedCard li.button-green, .listCandidates .listCards.onTop .stickedCard .notatki .notatka-date.active.card, .listCandidates .listCards.onTop .stickedCard .notatki .listCandidates.grid .listUsers .col .candidate.notatka-date.active, .listCandidates.grid .listUsers .col .listCandidates .listCards.onTop .stickedCard .notatki .candidate.notatka-date.active, .listCandidates .listCards.onTop .stickedCard .notatki .grid > li.notatka-date.active, .grid > .listCandidates .listCards.onTop .stickedCard .notatki li.notatka-date.active, .notatki .listCandidates .listCards.onTop .stickedCard .notatka-date.active.card {
    position: relative !important;
    width: 19% !important; }
  .listCandidates .candidateInfoWrap {
    width: calc(100% - 32% - 105px);
    float: right;
    z-index: 3; }
  .listCandidates .candidateInfoWrap .tab-pane {
    overflow-y: scroll;
    overflow-x: hidden; }
  .listCandidates .time, .listCandidates .candidateSource {
    color: #999 !important; }
  .listCandidates .countCandidate {
    color: #6cbf57; }
  .listCandidates .status-kandydata-nierozpatrzony, .listCandidates .status-kandydata-rozwananie, .listCandidates .status-kandydata-zaakceptowany, .listCandidates .status-kandydata-zatrudniony, .listCandidates .status-kandydata-zatrudniony-czasowo, .listCandidates .status-kandydata-odrzucony {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    bottom: -9px;
    right: -9px;
    background-position: 50%;
    background-repeat: no-repeat; }
  .listCandidates .clear {
    clear: both; }
  .listCandidates .locks-position {
    position: absolute;
    left: 23px;
    top: 40px;
    font-size: 20px; }
  .listCandidates .locks-position.ion-unlocked {
    color: #008c31; }
  .listCandidates .locks-position.ion-unlocked.black {
    color: #333; }
  .listCandidates .locks-position.ion-locked {
    color: #f00; }
  .listCandidates .locks-position-orange {
    position: absolute;
    left: 23px;
    top: 40px;
    font-size: 20px; }
  .listCandidates .locks-position-orange.ion-unlocked {
    color: #008c31; }
  .listCandidates .locks-position-orange.ion-unlocked.black {
    color: #333; }
  .listCandidates .locks-position-orange.ion-locked {
    color: orange; }
  .listCandidates .btn-disabled {
    background: #999 !important;
    border-color: #999 !important;
    color: #f0f0f0 !important; }
  .listCandidates .text-center {
    text-align: center; }
  .listCandidates.list {
    /*#new-search-client-sticky-wrapper {height: auto !important; }*/ }
  .listCandidates.list #pinezkiContainer-sticky-wrapper {
    clear: both;
    width: 100%;
    height: auto !important; }
  .listCandidates.list .listsButtons {
    margin-bottom: 25px; }
  .listCandidates.list .col {
    width: 100%;
    float: left; }
  .listCandidates.list #new-search-client-sticky-wrapper {
    display: table;
    width: 100%; }
  .listCandidates.list .listUsers {
    float: left;
    width: 30%;
    padding: 0 8px;
    position: relative; }
  @media screen and (max-width: 1025px) {
      .listCandidates.list .listUsers {
        width: 25%; } }
  .listCandidates.list .listUsers .brak_rekordow {
    padding-left: 24px; }
  .listCandidates.list .listUsers .candidate {
    padding: 15px 10px;
    margin: 10px 0;
    border-bottom: 1px solid #ebebeb;
    position: relative; }
    .listCandidates.list .listUsers .candidate .fa-thumbs-down {
      position: absolute;
      top: 30px;
      right: 10px;
      padding: 5px;
      border-radius: 50%;
      color: #fff;
      background: #f00; }
    @media screen and (max-width: 1399px) {
      .listCandidates.list .listUsers .candidate {
        padding: 10px; } }
    .listCandidates.list .listUsers .candidate .photo {
      width: 83px;
      height: 85px;
      float: left;
      position: relative;
      margin: 0 10px 15px 0;
      display: none; }
    .listCandidates.list .listUsers .candidate .photo .img {
      overflow: hidden;
      width: 100%;
      height: 100%;
      border-radius: 4px; }
    .listCandidates.list .listUsers .candidate > div {
      color: #7b7777;
      display: inline-block; }
    .listCandidates.list .listUsers .candidate > div .ion-ios-home, .listCandidates.list .listUsers .candidate > div .ion-ios-clock-outline {
      margin-right: 5px; }
    .listCandidates.list .listUsers .candidate .checkCandidate {
      float: left;
      margin-top: 4px; }
    .listCandidates.list .listUsers .candidate .checkCandidate .checkbox {
      margin-right: 10px; }
    .listCandidates.list .listUsers .candidate .checkCandidate .checkbox .checkboxWrap {
      vertical-align: inherit; }
    .listCandidates.list .listUsers .candidate .content {
      float: left;
      width: 290px; }
    @media screen and (max-width: 1399px) {
        .listCandidates.list .listUsers .candidate .content {
          width: 82%; } }
    @media screen and (max-width: 1025px) {
        .listCandidates.list .listUsers .candidate .content {
          width: 58%; } }
    .listCandidates.list .listUsers .candidate .content h3 {
      display: inline-block; }
    .listCandidates.list .listUsers .candidate .content .candidateStage {
      color: #6cbf57; }
    .listCandidates.list .listUsers .candidate .content .candidateStage span {
      font-weight: 600; }
    .listCandidates.list .listUsers .candidate .content .rate {
      display: inline-block;
      padding: 0 9px;
      width: auto !important; }
    @media screen and (max-width: 1025px) {
          .listCandidates.list .listUsers .candidate .content .rate {
            display: block; } }
    .listCandidates.list .listUsers .candidate .content .countCandidate {
      position: absolute;
      top: 6px;
      right: 14px; }
    .listCandidates.list .listUsers .candidate .content .not-visible-on-list-n-grid, .listCandidates.list .listUsers .candidate .content .visible-on-table {
      display: none; }
    .listCandidates.list .listUsers .candidate .functionsCandidate {
      float: left;
      margin: 0;
      clear: both;
      padding: 0 0 0 39px; }
    @media screen and (max-width: 1025px) {
        .listCandidates.list .listUsers .candidate .functionsCandidate {
          margin: 15px 0 0;
          float: left; } }
    .listCandidates.list .listUsers .candidate .marks {
      float: left;
      max-width: inherit; }
    .listCandidates.list .listUsers .candidate .marks li {
      border-color: #ccc; }
    .listCandidates.list .listUsers .candidate.agency {
      background-color: #fffc90 !important; }
    .listCandidates.list .listUsers .candidate .locations {
      display: block;
      margin-top: 15px; }
    .listCandidates.list .listUsers .candidate .locations li {
      font-size: 0.8em;
      border: 1px solid #eee;
      padding: 3px;
      border-radius: 2px;
      width: 160px;
      text-overflow: ellipsis;
      float: left;
      white-space: nowrap;
      overflow: hidden; }
    .listCandidates.list .listUsers .candidate.active .marks li {
      background-color: #fff; }
    .listCandidates.list .listUsers .candidate.active .functionsCandidate > i, .listCandidates.list .listUsers .candidate.active .functionsCandidate > a, .listCandidates.list .listUsers .candidate.active .functionsCandidate > button {
      background-color: #fff; }
  .listCandidates.list .marketLeftTop {
    max-width: 69%; }
  .listCandidates.list .marketLeftTop h2 {
    float: left;
    margin-bottom: 2px;
    font-size: 1.95rem; }
  .listCandidates.list .marketLeftTop .pushIfH2 {
    float: left;
    margin-top: 4px; }
  .listCandidates.list .marketLeftTop .candidate-buttons-container {
    float: right;
    padding: 7px 0 0; }
    .listCandidates.list .marketLeftTop .candidate-buttons-container > * {
      margin: 0 0 0 15px;
      float: left; }
  .listCandidates.list .recordsLine {
    margin-top: 6px; }
  .listCandidates.list .searchFilter {
    margin-top: 5px; }
  .listCandidates.list .hr_i-conf-forcard {
    right: 10px !important; }
  .listCandidates.project.list .listUsers .candidate .functionsCandidate {
    padding: 0 0 0 27px; }
  .listCandidates.grid {
    margin: 0 !important; }
  .listCandidates.grid .showPanel {
    display: inline-block !important; }
  .listCandidates.grid .showPanel.hide {
    display: none !important; }
  .listCandidates.grid #new-search-client {
    border: 0;
    padding: 15px 0 0;
    margin: 0;
    float: left; }
  .listCandidates.grid #new-search-client > div {
    float: right;
    width: 400px; }
  .listCandidates.grid #new-search-client-sticky-wrapper {
    width: 30%;
    float: right;
    height: auto !important;
    padding: 0 0 10px; }
  .listCandidates.grid #new-search-client-sticky-wrapper.sticked #new-search-client {
    border-bottom: 1px solid #eee;
    padding-right: 40px;
    right: 0;
    width: 34% !important; }
  .listCandidates.grid #pinezkiContainer-sticky-wrapper {
    width: 70%;
    float: left;
    padding-top: 15px;
    margin-bottom: 25px; }
  .listCandidates.grid #pinezkiContainer-sticky-wrapper.sticked #pinezkiContainer {
    left: 0;
    padding: 27px 0 0 40px;
    background: #fff;
    height: 83px;
    overflow: hidden;
    display: table;
    z-index: 6;
    border-bottom: 1px solid #eee; }
  .listCandidates.grid .candidateInfo {
    display: none; }
  .listCandidates.grid .listUsers {
    float: left;
    width: 90.9%;
    padding: 0 0 0 30px;
    margin: 0 -8px 0 0; }
  .listCandidates.grid .listUsers.listUsersBase {
    width: 100%;
    padding: 0; }
  @media screen and (max-width: 1025px) {
      .listCandidates.grid .listUsers {
        width: 88%; } }
  .listCandidates.grid .listUsers .startBiggest {
    min-height: 225px; }
    .listCandidates.grid .listUsers .startBiggest .candidate {
      min-height: 225px; }
  .listCandidates.grid .listUsers .startBigger {
    min-height: 213px; }
    .listCandidates.grid .listUsers .startBigger .candidate {
      min-height: 213px; }
  .listCandidates.grid .listUsers .startSmaller {
    min-height: 193px; }
    .listCandidates.grid .listUsers .startSmaller .candidate {
      min-height: 193px; }
  .listCandidates.grid .listUsers .col {
    width: 33.33%;
    float: left;
    margin: 0 0 1rem 0;
    padding: 0 8px; }
    @media screen and (max-width: 1025px) {
      .listCandidates.grid .listUsers .col {
        width: 50%; } }
    .listCandidates.grid .listUsers .col .candidate {
      width: 100%;
      padding: 0 !important;
      height: 100%; }
    .listCandidates.grid .listUsers .col .candidate .photo {
      width: 41.66667%;
      float: left;
      position: relative;
      display: none; }
    .listCandidates.grid .listUsers .col .candidate .content {
      width: 100%;
      padding: 1rem;
      /*.candidateData {padding-right: 22px;}*/ }
    .listCandidates.grid .listUsers .col .candidate .content.push-from-top {
      padding-top: 36px !important; }
      .listCandidates.grid .listUsers .col .candidate .content.push-from-top a {
        margin-top: 0 !important; }
    .listCandidates.grid .listUsers .col .candidate .content h3 {
      width: 92%; }
      .listCandidates.grid .listUsers .col .candidate .content h3 .trgclik {
        display: block;
        margin-top: 20px; }
    .listCandidates.grid .listUsers .col .candidate .content .candidateStage {
      color: #6cbf57; }
      .listCandidates.grid .listUsers .col .candidate .content .candidateStage span {
        font-weight: 600; }
    @media screen and (max-width: 1025px) {
          .listCandidates.grid .listUsers .col .candidate .content {
            padding: 15px 0 0; } }
    .listCandidates.grid .listUsers .col .candidate .content .candidateState, .listCandidates.grid .listUsers .col .candidate .content .candidateRegion {
      display: inline-block; }
    .listCandidates.grid .listUsers .col .candidate .content .not-visible-on-list-n-grid, .listCandidates.grid .listUsers .col .candidate .content .visible-on-table {
      display: none; }
    .listCandidates.grid .listUsers .col .candidate .status-kandydata-nierozpatrzony, .listCandidates.grid .listUsers .col .candidate .status-kandydata-rozwananie, .listCandidates.grid .listUsers .col .candidate .status-kandydata-zaakceptowany, .listCandidates.grid .listUsers .col .candidate .status-kandydata-zatrudniony, .listCandidates.grid .listUsers .col .candidate .status-kandydata-zatrudniony-czasowo, .listCandidates.grid .listUsers .col .candidate .status-kandydata-odrzucony {
      left: 10px;
      bottom: 10px;
      right: initial; }
    .listCandidates.grid .listUsers .col .candidate .img img {
      display: block; }
    .listCandidates.grid .listUsers .col .candidate .marks {
      margin: 20px 0 -15px;
      max-width: 176px; }
    @media screen and (max-width: 1025px) {
          .listCandidates.grid .listUsers .col .candidate .marks {
            margin: 20px 0 0; } }
    .listCandidates.grid .listUsers .col .candidate > div {
      display: inline-block; }
    .listCandidates.grid .listUsers .col .candidate > div .ion-ios-home, .listCandidates.grid .listUsers .col .candidate > div .ion-ios-clock-outline {
      margin-right: 5px; }
    .listCandidates.grid .listUsers .col .candidate.agency {
      background-color: #fffed8 !important; }
    .listCandidates.grid .listUsers .col .candidate .functionsCandidate {
      bottom: 5px;
      right: 15px;
      position: absolute; }
    .listCandidates.grid .listUsers .col .candidate .rate {
      top: 10px;
      right: 50px;
      position: absolute;
      padding: 0 9px;
      width: auto !important; }
    .listCandidates.grid .listUsers .col .candidate .checkCandidate {
      position: absolute;
      top: 10px;
      right: 15px; }
    .listCandidates.grid .listUsers .col .candidate .countCandidate {
      position: absolute;
      top: 35px;
      right: 14px; }
    .listCandidates.grid .listUsers .col .candidate .hr_i-conf-forcard {
      display: block !important;
      position: absolute !important;
      top: 57px;
      right: 13px; }
    .listCandidates.grid .listUsers .col .candidate .locations {
      padding: 0 17px 0; }
  .listCandidates.grid .candidates-list-handler {
    clear: both; }
  .listCandidates.grid .listUsersBase .startBigger {
    min-height: 185px; }
    .listCandidates.grid .listUsersBase .startBigger .candidate {
      min-height: 185px; }
  .listCandidates.grid .listUsersBase .startSmaller {
    min-height: 165px; }
    .listCandidates.grid .listUsersBase .startSmaller .candidate {
      min-height: 165px; }
  .listCandidates.grid .listUsersBase .hr_i-conf-forcard {
    top: 35px; }
  .listCandidates.grid .marketLeftTop {
    max-width: 69%; }
  .listCandidates.grid .marketLeftTop h2 {
    float: left;
    margin-bottom: 2px;
    /*11px;*/
    font-size: 1.95rem; }
  .listCandidates.grid .marketLeftTop .pushIfH2 {
    float: left;
    margin-top: 4px; }
  .listCandidates.grid .recordsLine {
    margin-top: 6px; }
  .listCandidates.grid .searchFilter {
    margin-top: 5px; }
  .listCandidates.simpleList #new-search-client {
    border: 0;
    padding: 15px 0 0;
    margin: 0;
    float: right; }
  .listCandidates.simpleList #new-search-client-sticky-wrapper {
    width: 30%;
    float: right;
    height: auto !important;
    padding: 0 0 10px; }
  .listCandidates.simpleList #new-search-client-sticky-wrapper.sticked #new-search-client {
    border-bottom: 1px solid #eee;
    padding-right: 40px;
    right: 0;
    width: 34% !important; }
  .listCandidates.simpleList #pinezkiContainer-sticky-wrapper {
    width: 70%;
    float: left;
    margin-bottom: 15px;
    height: auto !important; }
  .listCandidates.simpleList #pinezkiContainer-sticky-wrapper #pinezkiContainer {
    border: none;
    padding: 11px 0 40px; }
  .listCandidates.simpleList #pinezkiContainer-sticky-wrapper.sticked #pinezkiContainer {
    left: 0;
    padding: 27px 0 0 40px;
    background: #fff;
    height: 83px;
    overflow: hidden;
    display: table;
    z-index: 6;
    border-bottom: 1px solid #eee; }
  .listCandidates.simpleList #pinezkiContainer {
    float: left; }
  .listCandidates.simpleList .candidateInfo {
    display: none; }
  .listCandidates.simpleList .brak_rekordow {
    text-align: center;
    margin-top: 25px; }
  .listCandidates.simpleList .listUsersBase .candidates-list-handler .col {
    clear: both;
    width: 100%; }
    .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate {
      height: 67px;
      border-bottom: 1px solid #f5f5f5;
      display: table;
      width: 100%; }
    .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .checkCandidate {
      width: 5%;
      vertical-align: middle;
      display: table-cell;
      table-layout: fixed; }
      .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .checkCandidate .checkbox .checkboxWrap {
        margin: -6px 10px 0 0; }
    .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content {
      width: 82%;
      position: relative;
      vertical-align: middle;
      display: table-cell;
      table-layout: fixed; }
      .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content h3 {
        width: 10%;
        display: table-cell;
        vertical-align: middle; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content h3:before {
          content: ''; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content h3:after {
          content: ''; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content h3 a {
          font-size: 14px; }
      .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content .clear {
        display: none; }
      .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div {
        font-size: 14px;
        padding: 0 5px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: table-cell;
        vertical-align: middle; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div:after {
          content: '';
          margin: 0 5px 0 -5px; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateDate {
          min-height: 10%; }
          .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateDate:before {
            content: ''; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.brackets:before {
          content: '(';
          margin: 0 -5px 0 0px; }
          .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.brackets:after {
            content: ')'; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateTelephone, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateState, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateEmail, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateAge, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateRegion, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateSource {
          min-height: 10%; }
          .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateTelephone:before, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateState:before, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateEmail:before, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateAge:before, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateRegion:before, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateSource:before {
            content: ''; }
          .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateTelephone:after, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateState:after, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateEmail:after, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateAge:after, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateRegion:after, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateSource:after {
            content: ''; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateLastJob {
          width: 10%;
          min-height: 10%;
          overflow: inherit;
          text-overflow: inherit;
          white-space: inherit; }
          .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateLastJob:before {
            content: ''; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div:nth-last-child(1):after, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.candidateSource:after {
          content: '';
          float: left; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.hr_i-engaged {
          display: table-cell !important;
          position: relative !important;
          top: auto; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div span {
          float: none; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.not-visible-on-table, .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content > div.visible-on-list-n-grid {
          display: none; }
      .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content ul {
        width: 10%;
        max-width: inherit;
        display: table-cell;
        vertical-align: middle; }
        .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .content ul > li {
          margin: 0;
          float: none;
          display: inline-block;
          background: #fff; }
    .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .clear {
      display: none; }
    .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .functionsCandidate {
      margin: 0;
      width: 13%;
      text-align: right;
      vertical-align: middle;
      display: table-cell;
      padding: 0 12px 0 0; }
      .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .functionsCandidate a {
        display: inline-block;
        float: none; }
      .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .functionsCandidate .candidate-has-cv {
        display: none; }
    .listCandidates.simpleList .listUsersBase .candidates-list-handler .col .candidate .hr_i-engaged {
      display: none !important; }
  .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-sort > div:nth-child(1) {
    width: 4.33%; }
    .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-sort > div:nth-child(2) {
      width: 15%; }
    .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-sort > div:nth-child(3) {
      width: 25%; }
    .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-handler .col .candidate {
      height: 67px; }
      .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-handler .col .candidate .checkCandidate {
        width: 4%; }
      .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-handler .col .candidate .content h3 {
        width: 15.3%;
        line-height: 1;
        font-size: 17px;
        display: inline-block;
        float: left; }
        .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-handler .col .candidate .content > div {
          display: none; }
          .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-handler .col .candidate .content > div.candidateDate {
            width: 45%;
            display: inline-block;
            float: left; }
            .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-handler .col .candidate .content > div.candidateDate:nth-last-child(1) {
              display: none; }
        .listCandidates.simpleList .listUsersBase.show-not-modified .candidates-list-handler .col .candidate .content .marks {
          display: none; }
  .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort {
    margin: 10px 0;
    clear: both; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div {
      display: inline-block;
      color: #999; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div i {
      margin-left: 5px; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div:nth-child(1) {
      width: 4.8%; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div:nth-child(2) {
      width: 13.1%; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div:nth-child(3) {
      width: 6.4%; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div:nth-child(4) {
      width: 14.7%; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div:nth-child(5) {
      width: 12.2%; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div:nth-child(6) {
      width: 11%; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div:nth-child(7) {
      width: 13%; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-sort > div:nth-child(8) {
      width: 13%; }
    .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-handler .col .candidate .content h3 {
      width: 16%; }
      .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-handler .col .candidate .content > div.candidateAge {
        width: 8.4%; }
        .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-handler .col .candidate .content > div.candidateState {
          width: 18%; }
        .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-handler .col .candidate .content > div.candidateEmail {
          width: 15%; }
        .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-handler .col .candidate .content > div.candidateTelephone {
          width: 13.5%; }
        .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-handler .col .candidate .content > div.candidateDate {
          width: 14.4%; }
      .listCandidates.simpleList .listUsersBase:not(.show-not-modified) .candidates-list-handler .col .candidate .content .marks {
        width: 15%; }
  .listCandidates.simpleList .recordsLine {
    margin-top: 6px; }

.listCandidates.project.list .listUsers .content .locks-position {
  left: 11px; }
  .listCandidates.project.list .listUsers .content .locks-position-orange {
    left: 11px; }

.status-kandydata-nierozpatrzony {
  background-color: #bfbfbf;
  background-image: url(../../../graf_new/status-nierozpatrzony.png); }

.status-kandydata-rozwananie {
  background-color: #fec019;
  background-image: url(../../../graf_new/status-rozwananie.png); }

.status-kandydata-zaakceptowany {
  background-color: #a6e423;
  background-image: url(../../../graf_new/status-zaakceptowany.png); }

.status-kandydata-zatrudniony {
  background-color: #66bfff;
  background-image: url(../../../graf_new/status-zatrudniony.png); }

.status-kandydata-zatrudniony-czasowo {
  background-color: #66bfff;
  background-image: url(../../../graf_new/status-zatrudniony-czasowo.png); }

.status-kandydata-odrzucony {
  background-color: #f56658;
  background-image: url(../../../graf_new/status-odrzucony.png); }

#cv {
  width: 100%;
  overflow: hidden !important; }
  #cv img {
    max-width: 100%;
    width: 100%;
    display: block; }

#showCv {
  margin: 0 5px; }
  #showCv #cv {
    border-radius: 5px;
    margin: 15px 0 0; }

.candidate-profile {
  margin: 0.5rem 0 0; }
  .candidate-profile .photo {
    width: 83px;
    height: 150px;
    float: left;
    position: relative;
    margin: 0 20px 15px;
    display: none; }
  .candidate-profile .photo .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 4px; }
  .candidate-profile .candidate-profile-content {
    float: left;
    line-height: 26px;
    display: table;
    width: 100%; }
  .candidate-profile .candidate-profile-content .text-medium {
    margin: 0 0 10px;
    display: table;
    width: 100%; }
  .candidate-profile .candidate-profile-content .text-medium .first {
    display: inline-block;
    float: left;
    min-width: 135px; }
  .candidate-profile .candidate-profile-content .text-medium .two-container {
    width: 70%;
    display: inline-block;
    margin-left: 2%;
    float: left; }
  .candidate-profile .candidate-profile-content .text-medium .two-container .two-wrapper {
    width: 100%;
    display: table; }
  .candidate-profile .candidate-profile-content .text-medium .two-container .two-wrapper .two {
    display: inline-block;
    width: 49%;
    float: left; }
  .candidate-profile .candidate-profile-content .text-medium .two-container .two-wrapper .two:nth-child(2) {
    margin-right: 2%; }

.cvFunctions {
  text-align: right; }
  .cvFunctions a {
    color: #7b7777;
    font-size: 14px; }
  @media screen and (max-width: 1025px) {
    .cvFunctions a {
      font-size: 12px; } }
  .cvFunctions a:first-child {
    margin: 0; }
  .cvFunctions a:before {
    display: inline-block;
    margin: 0 5px 0 0; }
  .cvFunctions > a {
    margin-right: 10px !important; }
  .cvFunctions > a .fa-print {
    margin-left: 10px; }
  .cvFunctions .dropdownWrapper {
    float: left; }
  .cvFunctions .cvPreview:before {
    content: url(../../../graf_new/cvSee.png); }
  .cvFunctions .cvDl:before {
    content: url(../../../graf_new/cvDl.png); }
  .cvFunctions .cvPrint:before {
    content: url(../../../graf_new/cvPrint.png); }

.candidate-messages-item {
  padding: 2rem 0 2rem 50px;
  border-bottom: 1px solid #ebebeb;
  background: url(../../../graf_new/mail.png) 0 2.25rem no-repeat; }
  .candidate-messages-item p {
    margin: 0 0 1rem; }
  .candidate-messages-item:first-child {
    margin: -2rem 0 0; }

.candidate-messages-time {
  float: right;
  font-size: 12px;
  color: #999; }

#sidebar-content.fullwidth {
  width: 100%; }
  #sidebar-content.fullwidth .candidate-preview {
    width: 100%; }
  #sidebar-content .candidateInfoWrap {
    padding: 0 0; }
  #sidebar-content .candidateInfoWrap .candidateInfoHead {
    border-bottom: 1px solid #ebebeb;
    background: #6cbf57;
    color: #666 !important;
    margin: 0; }
  #sidebar-content .candidateInfoWrap .candidateInfoHead.new-ver {
    padding: 1rem 2rem; }
  #sidebar-content .candidateInfoWrap .candidateInfoHead .row, #sidebar-content .candidateInfoWrap .candidateInfoHead .head, #sidebar-content .candidateInfoWrap .candidateInfoHead .recrutationCard .recrutationCard-description, .recrutationCard #sidebar-content .candidateInfoWrap .candidateInfoHead .recrutationCard-description {
    margin: 0 0 1rem; }
  #sidebar-content .candidateInfoWrap .candidateInfoHead h3 {
    color: #fff;
    font-weight: 500;
    margin-left: 25px; }
  #sidebar-content .cvFunctions {
    margin: 0 0 0; }
  #sidebar-content select#zrodlo + p {
    margin: 0 0 0 203px; }

.candidate-box {
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px; }

.candidateState {
  color: #7b7777; }

.tab-pane {
  padding: 4px; }

.ogloszenia-w-projekcie {
  margin: 1rem 0; }
  .ogloszenia-w-projekcie .ogloszenia-w-projekcie-location {
    padding: 0 0 0 25px; }
  .ogloszenia-w-projekcie .light {
    font-size: 14px;
    color: #7b7777;
    margin: 0 0 12px; }

.candidateSticked > div {
  top: 0 !important; }

.droppable-area {
  border: 2px dashed #6cbf57;
  padding: 40px 15px;
  width: 100%;
  text-align: center; }
  .droppable-area .button-green {
    margin: 15px 0 0;
    cursor: pointer; }
  .droppable-area .uploader .filename, .droppable-area .uploader input, .droppable-area .uploader .action, .droppable-area .uploader .form input[type="submit"], .form .droppable-area .uploader input[type="submit"] {
    display: none; }

.p-source {
  text-align: left;
  margin: 10px 0 0; }

.cv-preview {
  text-align: center; }

.add-multiply-preview form {
  float: left;
  width: 25%; }
  .add-multiply-preview form .form-group, .add-multiply-preview form .button-remove-wrapper {
    padding: 0 25px 0 0; }
  .add-multiply-preview form label {
    display: block !important;
    width: 100% !important;
    text-align: left !important; }
  .add-multiply-preview form .form-control, .add-multiply-preview form .form fieldset .uploader, .form fieldset .add-multiply-preview form .uploader, .add-multiply-preview form .form fieldset .selectWrap, .form fieldset .add-multiply-preview form .selectWrap {
    width: 100% !important; }
  .add-multiply-preview .cv-preview {
    float: right;
    width: 75%; }
  @media screen and (max-width: 1025px) {
    .add-multiply-preview .hrlink-badge + .form-actions .action, .add-multiply-preview .hrlink-badge + .form-actions .form input[type="submit"], .form .add-multiply-preview .hrlink-badge + .form-actions input[type="submit"], .add-multiply-preview .hrlink-badge + .form-actions .cancel {
      float: left !important; }
      .add-multiply-preview .hrlink-badge + .form-actions .cancel {
        margin-top: 15px; }
      .add-multiply-preview .hrlink-badge + .form-actions .action, .add-multiply-preview .hrlink-badge + .form-actions .form input[type="submit"], .form .add-multiply-preview .hrlink-badge + .form-actions input[type="submit"] {
        margin-left: 0; } }

.full-size-modal {
  width: 95% !important;
  margin-left: auto !important; }

.candidateAdd {
  float: left;
  background: #f0f0f0 none repeat scroll 0 0;
  border-radius: 4px;
  transition: all 0.2s ease 0s;
  vertical-align: middle;
  color: #666;
  padding: 5.5px 10px;
  font-size: 16px; }
  .candidateAdd .fa.fa-sort-desc {
    float: right;
    margin-left: 10px;
    margin-top: -1px; }

.candidateInfoHead {
  padding: 0.5rem 1.25rem;
  font-size: 1.875rem;
  margin: 0;
  z-index: 3;
  line-height: 30px;
  border: 1px solid #6cbf57; }
  .candidateInfoHead.new-ver {
    border: 1px solid #ebebeb;
    border-radius: 9px;
    padding: 21px 30px 2px;
    background: #fff !important; }
  .candidateInfoHead h3 {
    color: #fff !important;
    font-size: 30px;
    width: auto !important; }
  .candidateInfoHead h3.new-ver {
    color: #666 !important;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700; }
  .candidateInfoHead .rate {
    margin: 0 0 8px 5px;
    padding: 0 5px 0 10px; }
  .candidateInfoHead .hr_dropdownWrapper-fix {
    float: left; }
  .candidateInfoHead .hr_i-conf-ml {
    float: left;
    font-size: 15px;
    font-weight: 700;
    background-color: #6cbf57;
    border: 1px solid #6cbf57;
    border-radius: 3px;
    padding: 3.5px 12px;
    color: #6cbf57;
    margin-left: 0;
    margin-right: 6px;
    display: inline-block; }
  .candidateInfoHead .dropdown .hr_i-conf-ml {
    border: none;
    background: #fff; }
  .candidateInfoHead .dots-wrapper-container, .candidateInfoHead .black-dots-wrapper-container {
    border: 1px solid #e6e6e6;
    height: 25px;
    width: 35px;
    background: #6cbf57;
    float: left; }
  .candidateInfoHead .dots-wrapper-container.hide, .candidateInfoHead .black-dots-wrapper-container.hide {
    display: none !important; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .candidateInfoHead .dots-wrapper-container, .candidateInfoHead .black-dots-wrapper-container {
      width: 36px; } }
  .candidateInfoHead .dots-wrapper-container .dots-wrapper .fa-circle, .candidateInfoHead .black-dots-wrapper-container .dots-wrapper .fa-circle, .candidateInfoHead .dots-wrapper-container .black-dots-wrapper .fa-circle, .candidateInfoHead .black-dots-wrapper-container .black-dots-wrapper .fa-circle {
    color: #fff;
    float: left;
    font-size: 7px;
    padding-top: 11.5px;
    padding-bottom: 10px;
    padding-left: 4px; }
  .candidateInfoHead .dots-wrapper-container .dots-wrapper .fa-circle:nth-child(1), .candidateInfoHead .black-dots-wrapper-container .dots-wrapper .fa-circle:nth-child(1), .candidateInfoHead .dots-wrapper-container .black-dots-wrapper .fa-circle:nth-child(1), .candidateInfoHead .black-dots-wrapper-container .black-dots-wrapper .fa-circle:nth-child(1) {
    padding-left: 11.5px; }
  .candidateInfoHead .dots-wrapper-container .dots-wrapper .fa-circle:nth-last-child(1), .candidateInfoHead .black-dots-wrapper-container .dots-wrapper .fa-circle:nth-last-child(1), .candidateInfoHead .dots-wrapper-container .black-dots-wrapper .fa-circle:nth-last-child(1), .candidateInfoHead .black-dots-wrapper-container .black-dots-wrapper .fa-circle:nth-last-child(1) {
    padding-right: 6px; }
  .candidateInfoHead .dots-wrapper-container .dots-wrapper .fa-circle, .candidateInfoHead .black-dots-wrapper-container .dots-wrapper .fa-circle {
    padding-left: 3px;
    font-size: 5px; }
  .candidateInfoHead .dots-wrapper-container .dots-wrapper .fa-circle:nth-child(1), .candidateInfoHead .black-dots-wrapper-container .dots-wrapper .fa-circle:nth-child(1) {
    padding-left: 6px; }
  .candidateInfoHead .dots-wrapper-container {
    background: #f0f0f0;
    height: 30px; }
  .candidateInfoHead .dots-wrapper-container .fa-circle {
    color: #666 !important; }
  .candidateInfoHead .black-dots-wrapper-container {
    border: 0;
    background: #fff;
    margin-top: 6px; }
  .candidateInfoHead .black-dots-wrapper-container.hide {
    display: none; }
  .candidateInfoHead .black-dots-wrapper-container .black-dots-wrapper .fa-circle {
    color: #666;
    font-size: 5px; }
  .candidateInfoHead .black-dots-wrapper-container .black-dots-wrapper .fa-circle:nth-child(1) {
    padding-left: 2.5px; }
  .candidateInfoHead .dropdownWrapper.new-ver {
    display: block !important; }
  .candidateInfoHead .hr_pull-left {
    clear: both;
    display: block;
    float: left;
    width: 100%; }
  .candidateInfoHead .old-icons-list.hide, .candidateInfoHead .options-list.hide {
    display: none; }
  .candidateInfoHead .old-icons-list li, .candidateInfoHead .options-list li {
    float: left;
    list-style: none; }
  .candidateInfoHead .old-icons-list li.hide-me, .candidateInfoHead .options-list li.hide-me {
    display: none !important; }
  .candidateInfoHead .old-icons-list li a, .candidateInfoHead .options-list li a {
    font-size: 1rem; }
  .candidateInfoHead .old-icons-list .dropdown li, .candidateInfoHead .options-list .dropdown li {
    width: 100%;
    border-radius: 0 !important; }
  .candidateInfoHead .newDropdownWrapper {
    position: relative; }
  .candidateInfoHead .old-icons-list {
    width: 100%;
    float: left;
    display: block; }
  .candidateInfoHead .old-icons-list h3 {
    color: #333; }
  .candidateInfoHead .old-icons-list > li {
    height: 30px;
    margin-right: 10px;
    display: inline-flex;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: #f0f0f0;
    vertical-align: middle;
    transition: all 0.2s ease 0s; }
  .candidateInfoHead .old-icons-list > li:first-child {
    border-color: #6cbf57;
    background: #6cbf57; }
  .candidateInfoHead .old-icons-list > li:first-child > a, .candidateInfoHead .old-icons-list > li:first-child a.openDropdown {
    color: #fff !important; }
  .candidateInfoHead .old-icons-list > li > ul > a {
    padding-top: 8px; }
  .candidateInfoHead .old-icons-list > li a, .candidateInfoHead .old-icons-list > li span {
    color: #666 !important;
    padding: 6.5px 10px;
    line-height: 1;
    float: left;
    font-size: 1rem;
    cursor: pointer; }
  .candidateInfoHead .old-icons-list > li:nth-last-child(1) {
    border: none;
    margin-right: 0; }
  .candidateInfoHead .old-icons-list > li.groupparent {
    position: relative; }
  .candidateInfoHead .old-icons-list > li.groupparent .groupchildren {
    position: absolute;
    top: 160%;
    left: 0;
    background: #fff;
    border: 1px solid #d1d9dc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(255, 255, 255, .25), 1px 2px 7px rgba(220, 227, 230, .75);
    padding: 0;
    display: none;
    z-index: 2;
    min-width: 200px;
    text-align: left; }
  .candidateInfoHead .old-icons-list > li.groupparent .groupchildren .group {
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #fff;
    transition: all 0.2s ease 0s;
    display: block;
    float: left; }
  .candidateInfoHead .old-icons-list > li.groupparent .groupchildren .group a {
    padding: 10px 15px;
    display: block;
    width: 100%; }
    .candidateInfoHead .old-icons-list > li.groupparent .groupchildren .group a:hover {
      background: #f8fcfe; }
  .candidateInfoHead .old-icons-list > li.groupparent .groupchildren .groupparent {
    position: relative; }
  .candidateInfoHead .old-icons-list > li.groupparent .groupchildren .groupparent .groupchildren {
    left: inherit;
    right: 100%;
    top: 0; }
    .candidateInfoHead .old-icons-list > li.groupparent .groupchildren .groupparent .groupchildren:before {
      content: ''; }
  .candidateInfoHead .old-icons-list .dropdown li > a {
    line-height: 19px !important;
    color: #666 !important;
    padding: 10px 15px !important;
    display: table !important;
    width: 100%; }
  .candidateInfoHead .old-icons-list .dropdown .group a, .candidateInfoHead .old-icons-list .dropdown .group span {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1; }
  .candidateInfoHead .old-icons-list .dropdown.invite-to-test {
    max-height: none;
    overflow: initial; }
  .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > span {
    padding: 10px 15px !important; }
  .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper {
    display: block !important;
    height: auto !important;
    float: none !important; }
  .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .function, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .fns, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .more, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .cvFunctions a, .cvFunctions .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > a, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > #users .time, #users .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .time, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > #users .name, #users .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .name, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .message, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .add, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .addGray, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .sortable-placeholder, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .icon-stack, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .remove, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .name, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .users, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .showAsList, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .showAsGrid, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .person, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .location, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .moreWhite, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .caretWhite, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .notification, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .catalog, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .phone, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .email, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .status, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .watch, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .arrow-green-top, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .arrow-green-bottom, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .arrow-green-left, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .pdf, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .expand, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .attachment, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .history, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .notes, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .move, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .mail, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .calendar, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .dodaj-etykiete, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .icon-ok, .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .icon-no {
    padding: 10px 15px !important; }
  .candidateInfoHead .old-icons-list .dropdownWrapper .dropdown > li > .dropdownWrapper > .openDropdown {
    padding: 10px 15px !important; }
  .candidateInfoHead .options-list {
    margin-top: 6px;
    float: left; }
  .candidateInfoHead .options-list > li {
    display: inline-block;
    margin-right: 10px; }
  .candidateInfoHead .options-list > li a {
    padding-bottom: 3px;
    color: #999 !important; }
  .candidateInfoHead .options-list > li a.active {
    border-bottom: 3px solid #6cbf57;
    padding-bottom: 6px;
    font-weight: 700; }
  .candidateInfoHead .options-list .dropdown {
    overflow: inherit !important; }
  .candidateInfoHead .options-list .dropdown li {
    display: inline-flex;
    margin-right: 0; }
  .candidateInfoHead .options-list .dropdown li a {
    transition: all 0.2s ease 0s; }
  .candidateInfoHead .options-list .dropdown li a:hover {
    border-bottom: 0; }
  .candidateInfoHead #stsCurrentPageContainer-id a {
    color: #000; }
  .candidateInfoHead .status-kandydata-nierozpatrzony, .candidateInfoHead .status-kandydata-rozwananie, .candidateInfoHead .status-kandydata-zaakceptowany, .candidateInfoHead .status-kandydata-zatrudniony, .candidateInfoHead .status-kandydata-zatrudniony-czasowo, .candidateInfoHead .status-kandydata-odrzucony {
    position: static;
    display: inline-block;
    background-color: transparent; }
  .candidateInfoHead .expand {
    height: 30px; }
  #sidebar-content .candidateInfoHead {
    color: #666;
    background-color: #000; }
  .candidateInfoHead .row, .candidateInfoHead .head, .candidateInfoHead .recrutationCard .recrutationCard-description, .recrutationCard .candidateInfoHead .recrutationCard-description {
    margin: 0; }
  .candidateInfoHead .row .left, .candidateInfoHead .head .left, .candidateInfoHead .recrutationCard .recrutationCard-description .left, .recrutationCard .candidateInfoHead .recrutationCard-description .left {
    width: 90%; }
  .candidateInfoHead .row .left .dropdownWrapper, .candidateInfoHead .head .left .dropdownWrapper, .candidateInfoHead .recrutationCard .recrutationCard-description .left .dropdownWrapper, .recrutationCard .candidateInfoHead .recrutationCard-description .left .dropdownWrapper {
    vertical-align: top; }
  .candidateInfoHead .row, .candidateInfoHead .head, .candidateInfoHead .recrutationCard .recrutationCard-description, .recrutationCard .candidateInfoHead .recrutationCard-description {
    margin-bottom: 0 !important; }

#sidebar-content.new-ver, #sidebar-content-blocks.new-ver {
  border: 1px solid #ebebeb !important;
  border-right: 0 !important;
  border-top: 0 !important; }
  #sidebar-content.new-ver .close, #sidebar-content-blocks.new-ver .close {
    right: 10px;
    left: auto !important;
    position: absolute !important; }
  #sidebar-content.new-ver .candidateInfoHead, #sidebar-content-blocks.new-ver .candidateInfoHead {
    border-bottom: 1px solid #ebebeb !important;
    border-left: 0 !important;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 3px !important; }
  #sidebar-content.new-ver .candidateInfoHead h3, #sidebar-content-blocks.new-ver .candidateInfoHead h3 {
    margin-left: 0 !important; }
  #sidebar-content.new-ver .tab-content, #sidebar-content-blocks.new-ver .tab-content {
    border: 0 !important; }
  #sidebar-content.new-ver .tab-content > div, #sidebar-content-blocks.new-ver .tab-content > div {
    padding: 10px 32px 0;
    border: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    padding-bottom: 32px; }
  #sidebar-content.new-ver .options-list > .dropdownWrapper > .dropdown, #sidebar-content-blocks.new-ver .options-list > .dropdownWrapper > .dropdown {
    overflow: inherit !important; }
  #sidebar-content.new-ver .options-list > .dropdownWrapper > .dropdown:before, #sidebar-content-blocks.new-ver .options-list > .dropdownWrapper > .dropdown:before {
    top: -26px !important; }
  #sidebar-content.new-ver .black-dots-wrapper-container, #sidebar-content-blocks.new-ver .black-dots-wrapper-container {
    margin-top: 9px !important; }

.candidate-preview-single, .candidate-preview-multiple, .candidate-preview-loader {
  background: #fff !important; }
  .candidate-preview-single .tab-content > div, .candidate-preview-multiple .tab-content > div, .candidate-preview-loader .tab-content > div {
    padding: 15px 22px; }
  .candidate-preview-single .tab-content #udostepnienia_etap .table-info-text tbody tr td:nth-child(3), .candidate-preview-multiple .tab-content #udostepnienia_etap .table-info-text tbody tr td:nth-child(3), .candidate-preview-loader .tab-content #udostepnienia_etap .table-info-text tbody tr td:nth-child(3), .candidate-preview-single .tab-content #udostepnienia .table-info-text tbody tr td:nth-child(3), .candidate-preview-multiple .tab-content #udostepnienia .table-info-text tbody tr td:nth-child(3), .candidate-preview-loader .tab-content #udostepnienia .table-info-text tbody tr td:nth-child(3) {
    word-break: break-word; }
  .candidate-preview-single .tab-content #cv.always-visible-for-pdf-viewer, .candidate-preview-multiple .tab-content #cv.always-visible-for-pdf-viewer, .candidate-preview-loader .tab-content #cv.always-visible-for-pdf-viewer {
    position: absolute !important;
    left: -99999999px;
    top: -99999999px;
    display: block !important; }
  .candidate-preview-single.new-ver .tab-content, .candidate-preview-multiple.new-ver .tab-content, .candidate-preview-loader.new-ver .tab-content {
    border: 1px solid #ebebeb;
    border-radius: 9px;
    margin-top: 12px; }
  .candidate-preview-single.new-ver .tab-content > div, .candidate-preview-multiple.new-ver .tab-content > div, .candidate-preview-loader.new-ver .tab-content > div {
    padding: 10px 32px 0; }
  .candidate-preview-single.new-ver .tab-content .cvFunctions, .candidate-preview-multiple.new-ver .tab-content .cvFunctions, .candidate-preview-loader.new-ver .tab-content .cvFunctions {
    position: absolute;
    right: 30px;
    top: 10px; }
  .candidate-preview-single.new-ver .tab-content .cvFunctions .fa-cloud-download, .candidate-preview-multiple.new-ver .tab-content .cvFunctions .fa-cloud-download, .candidate-preview-loader.new-ver .tab-content .cvFunctions .fa-cloud-download {
    margin-left: 10px;
    margin-top: 2px; }
  .candidate-preview-single.new-ver .tab-content #cv, .candidate-preview-multiple.new-ver .tab-content #cv, .candidate-preview-loader.new-ver .tab-content #cv {
    padding: 5px 0 0 0 !important;
    margin: 0 !important; }
  .candidate-preview-single.new-ver .tab-content #cv img, .candidate-preview-multiple.new-ver .tab-content #cv img, .candidate-preview-loader.new-ver .tab-content #cv img {
    pointer-events: none; }
  .candidate-preview-single.new-ver .tab-content #cv #showCv, .candidate-preview-multiple.new-ver .tab-content #cv #showCv, .candidate-preview-loader.new-ver .tab-content #cv #showCv {
    margin: 0 !important; }
  .candidate-preview-single.new-ver .tab-content #cv #showCv div, .candidate-preview-multiple.new-ver .tab-content #cv #showCv div, .candidate-preview-loader.new-ver .tab-content #cv #showCv div {
    width: auto !important; }

.candidate-preview-none .candidate-box {
  padding-left: 50px; }

.candidate-preview-multiple.new-ver .candidateInfoHead {
  padding-bottom: 28px;
  height: auto; }
  .candidate-preview-multiple.new-ver .old-icons-list > li:nth-child(1) > div > a {
    color: #fff !important; }

.candidate-preview-loader .candidateInfoHead {
  height: auto; }

.recordsLine {
  color: #999 !important; }
  .recordsLine > div {
    float: left;
    padding-right: 15px;
    position: relative;
    font-size: 14px; }
  .recordsLine > div:nth-child(1) {
    margin-right: 5px; }
  .recordsLine > div:nth-child(1), .recordsLine > div:nth-last-child(1) {
    padding-right: 0;
    border-right: 0; }
  .recordsLine > div:nth-child(1), .recordsLine > div #filterNo1 {
    margin-left: 0; }
  .recordsLine > div label {
    font-weight: 700;
    float: left; }
  .recordsLine > div label:after {
    content: ":"; }
  .recordsLine > div label br {
    display: none; }
  .recordsLine > div li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    position: relative; }
  .recordsLine > div li:nth-child(1) {
    margin-left: 10px; }
  .recordsLine > div .span-chosen {
    padding-left: 10px; }
  .recordsLine > div .select2-search-choice div, .recordsLine > div .select2-search-choice i {
    float: left; }
  .recordsLine > div .select2-search-choice div {
    margin-right: 4px; }
  .recordsLine > div .select2-search-choice-close {
    background: transparent !important;
    color: #999;
    position: inherit;
    float: left;
    top: 0;
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer; }
  .recordsLine > div .select2-search-choice-close:before {
    content: "";
    font-family: fontawesome;
    font-size: 13px; }
  .recordsLine > div.new-filters-active {
    margin-bottom: 10px;
    min-height: 25px; }
  .recordsLine > div.new-filters-active li {
    margin-left: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 2px 5px 2px 10px;
    margin-top: -2px; }
  .recordsLine > div.new-filters-active li + span {
    float: none !important;
    margin-right: 0 !important; }
  .recordsLine > div.new-filters-active li p, .recordsLine > div.new-filters-active li a {
    float: left; }
  .recordsLine > div.new-filters-active li.empty {
    padding: 2px 5px 2px 4px; }
  .recordsLine > div.new-filters-active > span {
    margin: 0 0 0 10px; }
  .recordsLine > div .select2-chosen {
    margin-left: 10px;
    float: left; }
  .recordsLine > div input {
    border: 0;
    padding: 0;
    margin-left: 10px; }
  .recordsLine > div .fa-times {
    cursor: pointer;
    font-size: 13px;
    color: #999;
    margin: 2px 4px 0 5px; }

.listCards.new-version-search {
  width: 100px; }
  .listCards.new-version-search .card, .listCards.new-version-search .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .listCards.new-version-search .candidate, .listCards.new-version-search .grid > li, .grid > .listCards.new-version-search li {
    margin-bottom: 6px;
    padding: 2px 0 10px;
    min-height: initial;
    width: 100px; }
  .listCards.new-version-search .card a span, .listCards.new-version-search .listCandidates.grid .listUsers .col .candidate a span, .listCandidates.grid .listUsers .col .listCards.new-version-search .candidate a span, .listCards.new-version-search .grid > li a span, .grid > .listCards.new-version-search li a span {
    display: block; }
  .listCards.new-version-search .card a span:first-child, .listCards.new-version-search .listCandidates.grid .listUsers .col .candidate a span:first-child, .listCandidates.grid .listUsers .col .listCards.new-version-search .candidate a span:first-child, .listCards.new-version-search .grid > li a span:first-child, .grid > .listCards.new-version-search li a span:first-child {
    font-size: 2.5rem; }
  .listCards.new-version-search .card a span:last-child, .listCards.new-version-search .listCandidates.grid .listUsers .col .candidate a span:last-child, .listCandidates.grid .listUsers .col .listCards.new-version-search .candidate a span:last-child, .listCards.new-version-search .grid > li a span:last-child, .grid > .listCards.new-version-search li a span:last-child {
    font-size: 0.85rem;
    margin-top: -1px; }
  .listCards.new-version-search .sticky-wrapper card {
    width: 100px !important; }
  .listCards.new-version-search.block-stages .card, .listCards.new-version-search.block-stages .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .listCards.new-version-search.block-stages .candidate, .listCards.new-version-search.block-stages .grid > li, .grid > .listCards.new-version-search.block-stages li {
    clear: both;
    width: 100%;
    display: block; }

.list-main-container.new-version-search {
  width: 32% !important; }
  .list-main-container.new-version-search h3 {
    font-size: 1.275rem; }
  .list-main-container.new-version-search #new-search-client {
    padding-left: 10px; }
  .list-main-container.new-version-search #new-search-client .checkbox {
    margin-left: 0 !important; }
  .list-main-container.new-version-search #new-search-client form {
    width: calc(100% - 28px); }
  .list-main-container.new-version-search .candidate {
    padding: 10px 20px; }
  .list-main-container.new-version-search .candidate .checkbox {
    margin-left: 0; }
  .list-main-container .candidates-list-handler .col .candidate.active {
    background: #f0f0f0 !important; }

#additional-filter-buttons, #additional-filters-home {
  clear: both;
  float: left;
  font-size: 14px;
  margin-top: 7px;
  text-align: right;
  width: 100%; }
  #additional-filter-buttons > a, #additional-filters-home > a, #additional-filter-buttons .dropdownWrapper > a, #additional-filters-home .dropdownWrapper > a {
    border-bottom: 1px solid #666;
    margin-left: 10px;
    color: #666 !important; }

.main-page-sort {
  margin-top: 9px; }
  .main-page-sort #additional-filters-home .dropdownWrapper {
    margin-top: 9px; }

.recrutation-forms-list.list .hr_i-wh-options-more, .recrutation-forms-list.simpleList .hr_i-wh-options-more {
  background: rgba(0, 0, 0, 0) url("../../../graf_new/hr-icons/icons-st-1.png") repeat scroll -10px -130px !important;
  margin: 2.5px 0 0 10px; }
  .recrutation-forms-list.grid .hr_i-wh-options-more {
    background: rgba(0, 0, 0, 0) url("../../../graf_new/hr-icons/icons-wh-1.png") repeat scroll -10px -130px !important;
    margin: 2.5px 0 0 10px; }

#f_form_publ .formWrapper {
  margin-left: 0; }

.wrp-label {
  background: #17375e;
  color: #fff;
  text-align: center;
  padding: 3px 7px;
  margin-right: 5px; }

.candidate-has-cv {
  color: rgba(128, 128, 128, 0.4);
  padding: 5px 2.5px;
  line-height: 1;
  border-radius: 4px;
  background: transparent;
  float: left;
  border: 1px solid rgba(128, 128, 128, 0.4);
  min-height: 25px; }

#new-favorite {
  width: 300px; }
  #new-favorite.dropdown:before {
    top: -14px; }
  #new-favorite .form-group, #new-favorite .button-remove-wrapper {
    margin: 0 !important;
    padding: 15px 20px !important;
    width: 100% !important;
    font-size: inherit !important;
    float: left;
    clear: both; }
  #new-favorite .group.first {
    float: left;
    margin-bottom: 5px; }
  #new-favorite .group > div > div {
    width: 67%;
    display: inline-block;
    margin: 0 !important; }
  #new-favorite .group > div > div:nth-child(1) {
    padding: 0.75rem 32px; }
  #new-favorite .group > div > div:nth-child(2) {
    width: 25% !important; }
  #new-favorite .group > div > div:nth-child(2) > a {
    padding: 0 10px;
    font-size: 18px !important;
    display: inline !important; }
  #new-favorite #form_ulubione_add {
    margin: 0;
    width: 100%; }
  #new-favorite #form_ulubione_add #ul_nazwa {
    float: left;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    border: 0;
    width: calc(100% - 79px);
    margin: 0;
    background: #f0f0f0;
    color: #949494; }
  #new-favorite #form_ulubione_add button.green, #new-favorite #form_ulubione_add button.candidateInfoHead, #new-favorite #form_ulubione_add .card button.active, #new-favorite #form_ulubione_add .listCandidates.grid .listUsers .col .candidate button.active, .listCandidates.grid .listUsers .col #new-favorite #form_ulubione_add .candidate button.active, #new-favorite #form_ulubione_add .grid > li button.active, .grid > #new-favorite #form_ulubione_add li button.active, .card #new-favorite #form_ulubione_add button.active, #new-favorite #form_ulubione_add .grid.regular > button, .grid.regular > #new-favorite #form_ulubione_add button, #new-favorite #form_ulubione_add .grid.szerokie > button, .grid.szerokie > #new-favorite #form_ulubione_add button, #new-favorite #form_ulubione_add button.button-green, #new-favorite #form_ulubione_add .notatki button.notatka-date.active, .notatki #new-favorite #form_ulubione_add button.notatka-date.active {
    background: #6cbf57;
    display: inline-block;
    float: left;
    width: auto;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    text-transform: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  #new-favorite #form_ulubione_add button.green span, #new-favorite #form_ulubione_add button.candidateInfoHead span, #new-favorite #form_ulubione_add .card button.active span, #new-favorite #form_ulubione_add .listCandidates.grid .listUsers .col .candidate button.active span, .listCandidates.grid .listUsers .col #new-favorite #form_ulubione_add .candidate button.active span, #new-favorite #form_ulubione_add .grid > li button.active span, .grid > #new-favorite #form_ulubione_add li button.active span, .card #new-favorite #form_ulubione_add button.active span, #new-favorite #form_ulubione_add .grid.regular > button span, .grid.regular > #new-favorite #form_ulubione_add button span, #new-favorite #form_ulubione_add .grid.szerokie > button span, .grid.szerokie > #new-favorite #form_ulubione_add button span, #new-favorite #form_ulubione_add button.button-green span, #new-favorite #form_ulubione_add .notatki button.notatka-date.active span, .notatki #new-favorite #form_ulubione_add button.notatka-date.active span {
    display: inline-block;
    padding: 0;
    width: auto; }
  #new-favorite #form_ulubione_add button.green span:before, #new-favorite #form_ulubione_add button.candidateInfoHead span:before, #new-favorite #form_ulubione_add .card button.active span:before, #new-favorite #form_ulubione_add .listCandidates.grid .listUsers .col .candidate button.active span:before, .listCandidates.grid .listUsers .col #new-favorite #form_ulubione_add .candidate button.active span:before, #new-favorite #form_ulubione_add .grid > li button.active span:before, .grid > #new-favorite #form_ulubione_add li button.active span:before, .card #new-favorite #form_ulubione_add button.active span:before, #new-favorite #form_ulubione_add .grid.regular > button span:before, .grid.regular > #new-favorite #form_ulubione_add button span:before, #new-favorite #form_ulubione_add .grid.szerokie > button span:before, .grid.szerokie > #new-favorite #form_ulubione_add button span:before, #new-favorite #form_ulubione_add button.button-green span:before, #new-favorite #form_ulubione_add .notatki button.notatka-date.active span:before, .notatki #new-favorite #form_ulubione_add button.notatka-date.active span:before {
    width: auto; }

.reffs {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding-top: 10px; }

.candidateInfoWrap .emptyTd {
  width: 100px; }

#sidebar-content-blocks {
  overflow: hidden;
  width: 100%; }
  #sidebar-content-blocks .candidate-preview {
    min-height: 100%;
    display: block; }
  #sidebar-content-blocks .candidate-preview .candidateInfoHead {
    display: block;
    width: 100% !important; }
  #sidebar-content-blocks .candidate-preview .candidate-box-handler, #sidebar-content-blocks .candidate-preview .tab-content {
    float: left;
    display: inline-block;
    overflow: hidden; }
  #sidebar-content-blocks .candidate-preview .candidate-box-handler {
    width: calc(100% - 743px);
    overflow: hidden; }
  #sidebar-content-blocks .candidate-preview .candidate-box-handler .candidate-box {
    width: 100%;
    height: 50%;
    overflow: auto;
    padding-top: 0; }
  #sidebar-content-blocks .candidate-preview .candidate-box-handler .candidate-box #historia_aplikowania .ogloszenia-row {
    padding: 0 0 12px; }
  #sidebar-content-blocks .candidate-preview .candidate-box-handler .candidate-box #historia_aplikowania .ogloszenia-row .ogloszenia-row-body {
    width: 100%; }
  #sidebar-content-blocks .candidate-preview .tab-content {
    width: 743px;
    margin: 0; }
  #sidebar-content-blocks .close {
    right: 47px !important; }
  #sidebar-content-blocks.new-ver .candidateInfoHead {
    padding: 20px 65px 28px !important; }
  #sidebar-content-blocks.new-ver .candidateInfoHead .options-list {
    display: none; }
  #sidebar-content-blocks.new-ver .options-blocks {
    padding: 0 !important;
    height: initial !important;
    min-height: initial !important;
    margin-bottom: 25px !important; }
  #sidebar-content-blocks.new-ver .options-blocks ul li {
    display: inline-block;
    margin-right: 15px;
    padding-top: 3px;
    cursor: pointer; }
  #sidebar-content-blocks.new-ver .options-blocks ul li.active {
    border-top: 3px solid #55a541; }
  #sidebar-content-blocks.new-ver .tab-content .cvFunctions {
    top: 6px !important; }
  #sidebar-content-blocks.new-ver .tab-content .tab-pane#cv {
    margin-top: -49px !important; }
  #sidebar-content-blocks.new-ver .tab-content .options-blocks {
    padding: 0 20px !important;
    height: initial !important;
    min-height: initial !important;
    margin-bottom: 25px !important; }
  #sidebar-content-blocks.new-ver .tab-content .options-blocks ul li {
    display: inline-block;
    margin-right: 15px;
    padding-top: 3px;
    cursor: pointer; }
  #sidebar-content-blocks.new-ver .tab-content .options-blocks ul li.active {
    border-top: 3px solid #55a541; }
  #sidebar-content-blocks.show-not-modified {
    overflow: auto !important; }
  #sidebar-content-blocks.show-not-modified #podglad > form {
    display: inline-block;
    float: left;
    width: 40%; }
  #sidebar-content-blocks.show-not-modified #podglad > form label {
    text-align: left; }
  #sidebar-content-blocks.show-not-modified #podglad > form .two-columns .form-group, #sidebar-content-blocks.show-not-modified #podglad > form .two-columns .button-remove-wrapper {
    display: inline-block;
    width: 200px; }
  #sidebar-content-blocks.show-not-modified #podglad > form .two-columns .form-group label, #sidebar-content-blocks.show-not-modified #podglad > form .two-columns .button-remove-wrapper label {
    width: 50%;
    text-align: left; }
  #sidebar-content-blocks.show-not-modified #podglad > form .two-columns .form-group input, #sidebar-content-blocks.show-not-modified #podglad > form .two-columns .button-remove-wrapper input {
    width: 50%; }
  #sidebar-content-blocks.show-not-modified #podglad .cv-preview {
    display: inline-block;
    float: right;
    width: 60%; }
  #sidebar-content-blocks.show-not-modified #podglad .cv-preview iframe {
    width: 100% !important; }
  #sidebar-content-blocks.show-not-modified #podglad #zrodlo + p {
    text-align: left !important; }

.simpleList .candidateInfoHead {
  padding: 20px 65px; }
  .simpleList .candidateInfoHead.new-ver {
    padding: 20px 65px 0; }

.candidateInfoHead {
  position: relative; }
  .candidateInfoHead.new-ver {
    padding: 20px 30px 0; }
  .candidateInfoHead #previous-candidate, .candidateInfoHead #next-candidate {
    position: absolute;
    font-size: 35px;
    cursor: pointer;
    top: 50%;
    padding-top: 27px;
    height: 88px;
    width: 48px;
    margin-top: -44px; }
  .candidateInfoHead #previous-candidate {
    left: -1px;
    padding-left: 7px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px; }
  .candidateInfoHead #next-candidate {
    right: -1px;
    padding-left: 23px;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px; }

.candidates-list-sort {
  margin: 10px 0;
  clear: both; }
  .candidates-list-sort > div {
    display: inline-block;
    color: #999;
    position: relative;
    padding: 0 14px 0 0; }
  .candidates-list-sort > div:nth-child(1) {
    width: 50px; }
  .candidates-list-sort > div:nth-child(2) {
    width: 14.4%; }
  .candidates-list-sort > div:nth-child(3) {
    width: 12.7%; }
  .candidates-list-sort > div:nth-child(4) {
    width: 13.33%; }
  .candidates-list-sort > div:nth-child(5) {
    width: 13%; }
  .candidates-list-sort > div:nth-child(6) {
    width: 12.8%; }
  .candidates-list-sort > div:nth-child(7) {
    width: 13%; }
  .candidates-list-sort > div:nth-child(8) {
    width: 13%; }
  .candidates-list-sort > div i {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px; }

#pinezkiContainer > div {
  display: inline-block; }
  #pinezkiContainer > div:nth-child(1) {
    color: #999;
    font-size: 14px; }
  #pinezkiContainer .pin-item {
    color: #999;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 2px 5px 2px 10px;
    margin: -2px 0 10px 10px;
    position: relative; }
  #pinezkiContainer .pin-item .fa-times {
    cursor: pointer;
    font-size: 13px;
    color: #999;
    margin: 2px 4px 0 5px;
    font-weight: 400; }

#viewerContainer {
  overflow: hidden !important; }

#sidebar-content #showCv #cv > div {
  width: 100%; }
  #sidebar-content #showCv #cv > div > div {
    width: 100% !important;
    padding-top: 0 !important; }
  #sidebar-content #showCv #cv > div > div > iframe {
    width: 100% !important; }

#showCv #cv > div {
  width: 100%; }
  #showCv #cv > div > div {
    width: 100% !important;
    padding-top: 0 !important; }
  #showCv #cv > div > div > iframe {
    width: 100% !important; }

.candidate-preview-single.new-ver .tab-content #cv #showCv #cv, .candidate-preview-multiple.new-ver .tab-content #cv #showCv #cv, .candidate-preview-loader.new-ver .tab-content #cv #showCv #cv {
  padding-top: 38px !important; }

.dots-wrapper-container .dropdown:before {
  content: '' !important; }

.modal-wrap .modal-scrollable .modal-bigger {
  width: 90% !important;
  min-width: 920px !important; }

.rate-simple {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 22px;
  padding: 2px 0;
  text-align: center;
  width: 22px;
  position: absolute;
  left: 8px;
  top: 39px;
  font-weight: 700; }
  .rate-simple.one {
    background: #d30000; }
  .rate-simple.two {
    background: #d38200; }
  .rate-simple.three {
    background: #f7f700; }
  .rate-simple.four {
    background: #c2d300; }
  .rate-simple.five {
    background: #9bd300; }
  .rate-simple.six {
    background: #4dd300; }

.shares-counter {
  float: left;
  clear: both; }
  .shares-counter i {
    font-size: 20px;
    background: transparent; }
  .shares-counter i.red:before {
    color: #d30000; }
  .shares-counter i.green:before, .shares-counter i.candidateInfoHead:before, .shares-counter .card i.active:before, .shares-counter .listCandidates.grid .listUsers .col .candidate i.active:before, .listCandidates.grid .listUsers .col .shares-counter .candidate i.active:before, .shares-counter .grid > li i.active:before, .grid > .shares-counter li i.active:before, .card .shares-counter i.active:before, .shares-counter .grid.regular > i:before, .grid.regular > .shares-counter i:before, .shares-counter .grid.szerokie > i:before, .grid.szerokie > .shares-counter i:before, .shares-counter i.button-green:before, .shares-counter .notatki i.notatka-date.active:before, .notatki .shares-counter i.notatka-date.active:before {
    color: #4dd300; }
  .shares-counter i.grey:before {
    color: #666; }

.shares-stage {
  display: table;
  width: 100%; }
  .shares-stage i {
    float: right; }
  .shares-stage span {
    font-size: 15px !important;
    line-height: 16px;
    padding: 1px 6px;
    float: right;
    font-weight: 700 !important; }
  .shares-stage span.two-digits {
    padding: 1px 4px; }

.candidateInfoHead.simple-rates h3 {
  margin-right: 0; }
  .candidateInfoHead.simple-rates .rate-simple {
    position: static;
    float: left;
    line-height: 22px;
    margin: 3px 9px 0;
    font-size: 17px;
    width: 25px;
    height: 25px; }
  .candidateInfoHead.simple-rates .rate-candidate {
    height: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: #f0f0f0;
    color: #666 !important;
    padding: 0 10px;
    font-size: 15px;
    float: left; }

.candidates-per-page {
  margin: 2px 8px 0 0; }
  .candidates-per-page:after {
    content: '|';
    color: #999; }
  .candidates-per-page label {
    color: #999;
    font-size: 14px; }

#osoba fieldset .form-group label, #osoba fieldset .button-remove-wrapper label {
  text-align: left; }

.form_send_mail .checkbox {
  margin-left: 0; }
  .form_send_mail .checkbox input {
    width: auto !important;
    height: auto !important; }

@media screen and (max-width: 1025px) {
          .listCandidates.list .listUsers.base {
            width: 30% !important; } }

#new-filters-client-modal {
  width: 98%; }
  #new-filters-client-modal .body .sort {
    position: relative; }
  #new-filters-client-modal .body .sort .left-line {
    background: #ededed;
    height: 1px;
    position: absolute;
    left: 0;
    top: 19px; }
  #new-filters-client-modal .body .sort .left-line.base {
    width: 35%; }
  #new-filters-client-modal .body .sort .left-line.project {
    width: 33%; }
  #new-filters-client-modal .body .sort .right-line {
    background: #ededed;
    height: 1px;
    position: absolute;
    right: 0;
    top: 19px; }
  #new-filters-client-modal .body .sort .right-line.base {
    width: 35%; }
  #new-filters-client-modal .body .sort .right-line.project {
    width: 33%; }
  #new-filters-client-modal .body .sort .sortInner a {
    padding: 9px 1.5rem; }
  #new-filters-client-modal .tabs .formWrapper {
    margin: 0;
    width: 100% !important; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .form-group, #new-filters-client-modal .tabs .formWrapper #form_ogolny .button-remove-wrapper {
    width: 100%; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .form-group input[type="submit"], #new-filters-client-modal .tabs .formWrapper #form_ogolny .button-remove-wrapper input[type="submit"] {
    width: 40% !important;
    margin: 35px auto 0;
    padding: 5px; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab {
    padding: 32px 0 0 0; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab:nth-child(2) {
    padding: 32px 0; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset {
    margin-bottom: 0; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper {
    width: 48%;
    float: left;
    clear: none; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group:nth-child(odd), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper:nth-child(odd) {
      margin-right: 4%; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group:nth-last-child(1), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper:nth-last-child(1) {
      margin-bottom: 0; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper label {
      text-align: left; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group .select2-container, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper .select2-container {
      width: 100%; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group .radioWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper .radioWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group .checkboxWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper .checkboxWrap {
      width: auto !important;
      display: inline !important;
      margin-right: 10px; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group .radioWrap input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper .radioWrap input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .form-group .checkboxWrap input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab fieldset .button-remove-wrapper .checkboxWrap input {
      width: auto !important; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 input::-webkit-input-placeholder {
    color: #ccc; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 input::-moz-placeholder {
      color: #ccc; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 input:-ms-input-placeholder {
      color: #ccc; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 input:-moz-placeholder {
      color: #ccc; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .select2-container-multi {
    height: 46px !important;
    overflow: auto; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .select2-default {
    color: #ccc !important; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups {
    clear: both;
    width: 100%;
    display: table;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper {
      width: 32%;
      margin: 0 2% 0 0; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper label {
      width: 29%;
      text-align: right !important; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group > input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper > input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group > div, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper > div {
      width: 67%;
      margin-left: 2%; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group.two-inputs > label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper.two-inputs > label {
      width: 29%; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group.two-inputs > input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper.two-inputs > input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group.two-inputs > div, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper.two-inputs > div {
        width: 32%;
        margin-left: 2%; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group:nth-child(3), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper:nth-child(3) {
      margin: 0; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group input[type=number], #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper input[type=number] {
      -moz-appearance: textfield; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group input[type=number]::-webkit-inner-spin-button, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper input[type=number]::-webkit-inner-spin-button, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group input[type=number]::-webkit-outer-spin-button, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group.three-checkboxes, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper.three-checkboxes {
      padding: 5px 0 0; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group.three-checkboxes .checkbox, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper.three-checkboxes .checkbox {
        display: block;
        float: left;
        margin: 0;
        width: 50% !important; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .form-group.three-checkboxes .checkbox .checkboxWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups .button-remove-wrapper.three-checkboxes .checkbox .checkboxWrap {
          float: left; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups button[type='submit'] {
      width: 5%;
      float: right;
      min-height: 48px; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups button[type='submit'] i {
      font-size: 23px;
      line-height: 36px; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.last-button .form-group:nth-child(1), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.last-button .button-remove-wrapper:nth-child(1) {
      width: 35%; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.last-button .form-group:nth-child(2), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.last-button .button-remove-wrapper:nth-child(2) {
        width: 27%; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.last-button .form-group:nth-child(3), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.last-button .button-remove-wrapper:nth-child(3) {
        width: 27%; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group:nth-child(1), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper:nth-child(1) {
      width: 29%; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group:nth-child(2), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper:nth-child(2) {
        width: 38%; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group:nth-child(3), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper:nth-child(3) {
        width: 29%; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group:nth-child(3) > label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper:nth-child(3) > label {
          width: 15%; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group:nth-child(3) > select, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper:nth-child(3) > select, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group:nth-child(3) > div, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper:nth-child(3) > div {
          width: 81%; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.by-status label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.by-status label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.does-files label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.does-files label {
        width: 25%; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.by-status .select2-container, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.by-status .select2-container, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.does-files .select2-container, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.does-files .select2-container {
          width: 64%; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-not-modified, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-not-modified, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.without-project, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.without-project, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-candidates-length, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-candidates-length {
        padding: 11px 0 0; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-not-modified .checkbox, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-not-modified .checkbox, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.without-project .checkbox, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.without-project .checkbox, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-candidates-length .checkbox, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-candidates-length .checkbox {
          width: 100%; }
          #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-not-modified .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-not-modified .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.without-project .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.without-project .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-candidates-length .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-candidates-length .checkbox label {
            width: calc(100% - 37px) !important; }
          #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-not-modified .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-not-modified .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.without-project .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.without-project .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-candidates-length .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-candidates-length .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-not-modified .checkbox .checkboxWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-not-modified .checkbox .checkboxWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.without-project .checkbox .checkboxWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.without-project .checkbox .checkboxWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .form-group.show-candidates-length .checkbox .checkboxWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups.wide-middle .button-remove-wrapper.show-candidates-length .checkbox .checkboxWrap {
            display: inline-block !important; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups > .tooltip {
      display: block;
      float: right;
      width: auto !important;
      text-decoration: none !important;
      clear: both;
      margin: 10px 7px 0 0; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups > .tooltip:hover {
      text-decoration: none !important; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .three-form-groups > .tooltip i {
      margin: 0 3px 0 0; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks {
    display: table;
    clear: both;
    margin: 0 0 60px 0;
    width: 100%; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper {
      width: 49%;
      display: inline-block;
      float: left; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(1) .block-container {
      min-height: 204px; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(1) .block-container .form-group:nth-child(1), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(1) .block-container .button-remove-wrapper:nth-child(1) {
        border-bottom: 1px solid #ededed;
        padding-bottom: 23px;
        margin-bottom: 30px; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(1) .block-container .form-group:nth-child(2) > label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(1) .block-container .button-remove-wrapper:nth-child(2) > label {
          width: 39px; }
          #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(1) .block-container .form-group:nth-child(2) > div, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(1) .block-container .button-remove-wrapper:nth-child(2) > div, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(1) .block-container .form-group:nth-child(2) > input, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(1) .block-container .button-remove-wrapper:nth-child(2) > input {
            width: calc(100% - 43px); }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) {
      float: right; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) .block-container {
        min-height: 204px; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) .block-container .form-group:nth-child(2), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) .block-container .button-remove-wrapper:nth-child(2) {
        margin: 20px 0;
        display: table; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) .block-container .form-group:nth-child(2) label + .radio, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) .block-container .button-remove-wrapper:nth-child(2) label + .radio {
          margin: 0 0 0 4px; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) .block-container .form-group > .select2-container:nth-of-type(1), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) .block-container .button-remove-wrapper > .select2-container:nth-of-type(1) {
          width: 53%; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) .block-container .form-group > .select2-container:nth-of-type(2), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper:nth-child(2) .block-container .button-remove-wrapper > .select2-container:nth-of-type(2) {
          width: 25%; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper h3 {
      font-size: 18px;
      color: #000;
      margin: 0 0 20px 0;
      font-weight: 700; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container {
      border: 2px solid #55a541;
      border-radius: 10px;
      padding: 20px 30px;
      display: block;
      overflow: auto; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper {
        width: 100%;
        margin: 0; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group > label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper > label {
        width: 20%;
        text-align: right !important; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group > input[type='text'], #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper > input[type='text'], #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group > .select2-container, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper > .select2-container {
        width: 79%; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group > .radio .radioWrap, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper > .radio .radioWrap {
        display: inline-table !important; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group > span, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper > span {
        font-size: 15px;
        color: #999;
        margin: 4px 0 0 0;
        display: table;
        clear: both;
        text-align: right;
        width: 215px;
        float: right;
        cursor: pointer; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group > span i, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper > span i {
          font-size: 15px;
          margin: 0 5px 0 0; }
      #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group .checkbox:nth-child(1), #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper .checkbox:nth-child(1) {
        margin: 0; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group .checkbox > div, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper .checkbox > div {
          float: left; }
        #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .form-group .checkbox > label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .tab #search-version-3 .two-blocks .block-wrapper .block-container .button-remove-wrapper .checkbox > label {
          float: right; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search {
    display: table;
    clear: both;
    width: 100%; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .left {
    float: left;
    width: 70%;
    display: inline-table; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .left .form-group, #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .left .button-remove-wrapper {
    width: 50%;
    float: left;
    display: inline-table; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .left .form-group .checkbox label, #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .left .button-remove-wrapper .checkbox label {
      margin: 0 10px 4px 0 !important; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .right {
    float: right;
    width: 30%;
    display: inline-table; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .right .form-group, #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .right .button-remove-wrapper {
    display: table; }
    #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .right .form-group button[type='submit'], #new-filters-client-modal .tabs .formWrapper #form_ogolny .bottom-search .right .button-remove-wrapper button[type='submit'] {
      width: 226px;
      font-size: 18px !important;
      font-weight: 700;
      float: right;
      min-height: 48px; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny > .form-group, #new-filters-client-modal .tabs .formWrapper #form_ogolny > .button-remove-wrapper {
    display: table; }
  #new-filters-client-modal .tabs .formWrapper #form_ogolny > .form-group button[type='submit'], #new-filters-client-modal .tabs .formWrapper #form_ogolny > .button-remove-wrapper button[type='submit'] {
    width: 226px;
    font-size: 18px !important;
    font-weight: 700;
    float: right;
    min-height: 48px; }

#pliki_do_pobrania .item {
  width: 20%;
  padding: 0 10px;
  display: inline-block; }
  #pliki_do_pobrania .item a img {
    width: 100%; }
  #pliki_do_pobrania .item a p {
    color: #000;
    text-decoration: none;
    text-align: center; }

.content .pesel {
  position: absolute;
  left: 9px;
  top: 68px; }

[hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 > .dropdownWrapper, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 > .dropdownWrapper {
  margin-left: 15px;
  margin-top: -8px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right .dropdownInsideH2First, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right .dropdownInsideH2First {
    float: left;
    margin: 9px 10px 0 0; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right .prosp, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right .prosp {
    margin-left: 15px;
    margin-top: 10px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right .dropdownInsideH2Second, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right .dropdownInsideH2Second {
    float: right;
    margin-top: 9px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .function, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .function, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .fns, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .more, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .cvFunctions a, .cvFunctions [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > a, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > #users .time, #users [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .time, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > #users .name, #users [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .name, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .message, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .add, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .addGray, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .sortable-placeholder, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .icon-stack, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .remove, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .name, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .users, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .showAsList, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .showAsGrid, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .person, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .location, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .moreWhite, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .caretWhite, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .notification, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .catalog, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .phone, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .email, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .status, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .watch, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .arrow-green-top, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .arrow-green-bottom, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .arrow-green-left, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .pdf, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .expand, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .attachment, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .history, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .notes, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .move, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .mail, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .calendar, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .dodaj-etykiete, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .icon-ok, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop h2 .float-right > .icon-no, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .fns, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .more, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .cvFunctions a, .cvFunctions [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > a, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > #users .time, #users [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .time, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > #users .name, #users [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .name, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .message, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .add, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .addGray, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .sortable-placeholder, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .icon-stack, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .remove, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .name, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .users, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .showAsList, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .showAsGrid, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .person, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .location, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .moreWhite, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .caretWhite, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .notification, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .catalog, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .phone, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .email, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .status, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .watch, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .arrow-green-top, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .arrow-green-bottom, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .arrow-green-left, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .pdf, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .expand, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .attachment, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .history, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .notes, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .move, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .mail, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .calendar, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .dodaj-etykiete, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .icon-ok, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop h2 .float-right > .icon-no {
    float: right;
    margin-top: 9px;
    margin-right: 9px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 .prosp, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 .prosp {
    margin-left: 15px;
    margin-top: 10px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .function, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .function, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .fns, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .more, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .cvFunctions a, .cvFunctions [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > a, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > #users .time, #users [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .time, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > #users .name, #users [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .name, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .message, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .add, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .addGray, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .sortable-placeholder, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .icon-stack, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .remove, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .name, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .users, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .showAsList, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .showAsGrid, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .person, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .location, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .moreWhite, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .caretWhite, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .notification, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .catalog, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .phone, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .email, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .status, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .watch, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .arrow-green-top, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .arrow-green-bottom, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .arrow-green-left, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .pdf, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .expand, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .attachment, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .history, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .notes, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .move, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .mail, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .calendar, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .dodaj-etykiete, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .icon-ok, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-first .marketLeftTop .pushIfH2 > .icon-no, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .fns, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .more, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .cvFunctions a, .cvFunctions [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > a, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > #users .time, #users [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .time, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > #users .name, #users [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .name, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .message, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .add, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .addGray, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .sortable-placeholder, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .icon-stack, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .remove, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .name, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .users, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .showAsList, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .showAsGrid, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .person, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .location, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .moreWhite, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .caretWhite, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .notification, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .catalog, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .phone, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .email, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .status, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .watch, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .arrow-green-top, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .arrow-green-bottom, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .arrow-green-left, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .pdf, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .expand, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .attachment, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .history, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .notes, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .move, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .mail, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .calendar, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .dodaj-etykiete, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .icon-ok, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-first .marketLeftTop .pushIfH2 > .icon-no {
    float: right;
    margin-top: 9px;
    margin-right: 9px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-second .showAsList, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-second .showAsList, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-third .showAsList, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-third .showAsList {
    color: #666;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 1px 7px;
    font-size: 26px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-second .showAsGrid, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-second .showAsGrid, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .row-third .showAsGrid, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .row-third .showAsGrid {
    color: #666;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 2px 7px;
    font-size: 21px;
    margin-left: 10px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .recordsLine > div, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .recordsLine > div {
    margin: 2px 8px 0 0; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .recordsLine .records-number.pipe:after, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .recordsLine .records-number.pipe:after, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .recordsLine .filters.pipe:after, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .recordsLine .filters.pipe:after {
    content: '|';
    color: #999;
    padding: 0 0 0 8px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col.toAnonymize, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col.toAnonymize {
    color: grey !important; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col.toAnonymize .candidate, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col.toAnonymize .candidate {
    background: #f0f0f0 !important; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col.toAnonymize .candidate .content h3 .trgclik, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col.toAnonymize .candidate .content h3 .trgclik {
      color: grey !important; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col.toAnonymize .candidate .content .candidateStage, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col.toAnonymize .candidate .content .candidateStage {
      color: grey !important; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col.toAnonymize .candidate .functionsCandidate .notification, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col.toAnonymize .candidate .functionsCandidate .notification {
      background: grey; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .content .candidate-not-free, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .content .candidate-not-free {
    top: 74px;
    left: 7px; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate > i, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate > i, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate > a, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate > a, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate > button, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate > button {
    margin: 10px 3px 6px 0 !important;
    float: left;
    display: inline-block; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn {
      width: auto;
      border: 1px solid rgba(128, 128, 128, 0.4);
      padding: 5px 6px;
      color: #333 !important;
      line-height: 1;
      border-radius: 4px;
      background: transparent; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.gray-bg, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.gray-bg {
      background: #999;
      color: #fff; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.green-bg, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.green-bg {
      background: #6cbf57;
      color: #fff; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.red-bg, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.red-bg {
      background: #f00;
      color: #fff; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.yellow-bg, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.yellow-bg {
      background: #ff0;
      color: #fff; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon {
      font-size: 13px;
      min-width: 25px;
      text-align: center;
      font-style: normal;
      color: #7f7f7f;
      padding: 5px 2.5px;
      line-height: 1;
      border-radius: 4px;
      background: transparent;
      border: 1px solid rgba(128, 128, 128, 0.4);
      min-height: 25px; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.aktualne_klauzule, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.aktualne_klauzule {
      cursor: pointer; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.pesel, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.pesel, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.knf, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.knf, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.aktualne_klauzule, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.aktualne_klauzule {
      background: #fff !important; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.pesel, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.pesel {
      margin: 0 0 0 -1px !important; }
    [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.knf, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.knf, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .wrap .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.aktualne_klauzule, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates .hr_gl-mainContainer .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.aktualne_klauzule {
      margin: 10px 3px 6px 0 !important; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates.new-search-look .wrap .row-first .marketLeftTop, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates.new-search-look .hr_gl-mainContainer .row-first .marketLeftTop {
    max-width: 100%;
    width: 100%; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates.new-search-look .wrap .row-first .marketLeftTop h2, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates.new-search-look .hr_gl-mainContainer .row-first .marketLeftTop h2 {
    width: 100% !important; }
  [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates.new-search-look .wrap .row-first .marketLeftTop h2 > .dropdownWrapper, [hrlink-module='projekt'][hrlink-module-type='listaetap'] .listCandidates.new-search-look .hr_gl-mainContainer .row-first .marketLeftTop h2 > .dropdownWrapper {
    margin-left: 15px;
    margin-top: -8px; }

[hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .recordsLine > div {
  margin: 2px 8px 0 0; }
  [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .recordsLine .records-number.pipe:after, [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .recordsLine .filters.pipe:after {
    content: '|';
    color: #999;
    padding: 0 0 0 8px; }
  [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col.toAnonymize {
    color: grey !important; }
  [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col.toAnonymize .candidate {
    background: #f0f0f0 !important; }
  [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col.toAnonymize .candidate .content h3 .trgclik {
    color: grey !important; }
  [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col.toAnonymize .candidate .functionsCandidate .notification {
    background: grey; }
  [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate > i, [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate > a, [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate > button {
    margin: 10px 3px 6px 0 !important;
    float: left;
    display: inline-block; }
  [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn {
    width: auto;
    border: 1px solid rgba(128, 128, 128, 0.4);
    padding: 5px 6px;
    margin: 0 0 0 10px;
    color: #333 !important;
    line-height: 1;
    border-radius: 4px;
    background: transparent; }
    [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.gray-bg {
      background: #999;
      color: #fff; }
    [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.green-bg {
      background: #6cbf57;
      color: #fff; }
    [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.red-bg {
      background: #f00;
      color: #fff; }
    [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .stat-btn.yellow-bg {
      background: #ff0;
      color: #fff; }
  [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon {
    min-width: 25px;
    text-align: center;
    font-style: normal;
    color: rgba(128, 128, 128, 0.4);
    padding: 5px 2.5px;
    line-height: 1;
    border-radius: 4px;
    background: transparent;
    border: 1px solid rgba(128, 128, 128, 0.4);
    min-height: 25px;
    font-size: 13px; }
    [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.aktualne_klauzule {
      cursor: pointer; }
    [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.pesel, [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.knf, [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.aktualne_klauzule {
      background: #fff !important; }
    [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.pesel {
      margin: 0 0 0 -1px !important; }
    [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.knf, [hrlink-module='kandydat'][hrlink-module-type='lista'] .listCandidates .listUsers .candidates-list-handler .col .candidate .functionsCandidate .default-icon.aktualne_klauzule {
      margin: 10px 3px 6px 0 !important; }

body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li {
  display: none; }
  @media only screen and (min-width: 1350px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+5) {
              display: block; } }
  @media only screen and (min-width: 1330px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1250px) and (max-width: 1349px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1151px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1151px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1175px) and (max-width: 1329px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1030px) and (max-width: 1250px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1174px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1149px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 816px) and (max-width: 967px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+2) {
              display: block; } }
  @media only screen and (max-width: 1029px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (max-width: 815px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+2) {
              display: block; } }
  @media only screen and (min-width: 1350px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5) {
                  display: none; } }
  @media only screen and (min-width: 1330px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1250px) and (max-width: 1349px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1151px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1151px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1175px) and (max-width: 1329px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1030px) and (max-width: 1250px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1174px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1149px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 816px) and (max-width: 967px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
                  display: none; } }
  @media only screen and (max-width: 1029px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (max-width: 815px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
                  display: none; } }
  body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie > li {
    display: none !important; }
  @media only screen and (min-width: 1346px) {
              body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+4) {
                display: block !important; } }
  @media only screen and (min-width: 1120px) and (max-width: 1345px) {
              body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+4) {
                display: block !important; } }
  @media only screen and (min-width: 1030px) and (max-width: 1119px) {
              body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
                display: block !important; } }
  @media only screen and (min-width: 821px) and (max-width: 1029px) {
              body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
                display: block !important; } }
  @media only screen and (max-width: 820px) {
              body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+2) {
                display: block !important; } }
  body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container > .dropdown > li {
    display: block !important; }
    @media only screen and (min-width: 1346px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container > .dropdown > li.not-hidden-2:nth-of-type(-n+4) {
                  display: none !important; } }
    @media only screen and (min-width: 1120px) and (max-width: 1345px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container > .dropdown > li.not-hidden-2:nth-of-type(-n+4) {
                  display: none !important; } }
    @media only screen and (min-width: 1030px) and (max-width: 1119px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container > .dropdown > li.not-hidden-2:nth-of-type(-n+3) {
                  display: none !important; } }
    @media only screen and (min-width: 821px) and (max-width: 1029px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container > .dropdown > li.not-hidden-2:nth-of-type(-n+3) {
                  display: none !important; } }
    @media only screen and (max-width: 820px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container > .dropdown > li.not-hidden-2:nth-of-type(-n+2) {
                  display: none !important; } }
  body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li {
    display: none; }
  @media only screen and (min-width: 1360px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+5) {
              display: block; } }
  @media only screen and (min-width: 1360px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1151px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1151px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1151px) and (max-width: 1360px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1111px) and (max-width: 1360px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 918px) and (max-width: 1110px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 918px) and (max-width: 1150px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (max-width: 918px) {
            body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+2) {
              display: block; } }
  @media only screen and (min-width: 1335px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5) {
                  display: none; }
                body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1151px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1151px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1151px) and (max-width: 1334px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1111px) and (max-width: 1334px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 918px) and (max-width: 1110px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 918px) and (max-width: 1150px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (max-width: 918px) {
                body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
                  display: none; } }
  body:not(.oceniacz) .listCandidates.project #options-list > li {
    display: none; }
  @media only screen and (min-width: 1280px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-5 {
              display: block; } }
  @media only screen and (min-width: 1330px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-2:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-3:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-4:nth-of-type(-n+5) {
              display: block; } }
  @media only screen and (min-width: 1200px) and (max-width: 1279px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-5:nth-of-type(-n+8) {
              display: block; } }
  @media only screen and (min-width: 1170px) and (max-width: 1329px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-3:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-4:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (max-width: 1169px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-2:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-4:nth-of-type(-n+2) {
              display: block; } }
  @media only screen and (min-width: 1076px) and (max-width: 1199px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-5:nth-of-type(-n+7) {
              display: block; } }
  @media only screen and (min-width: 1025px) and (max-width: 1075px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-5:nth-of-type(-n+6) {
              display: block; } }
  @media only screen and (min-width: 890px) and (max-width: 1024px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-5:nth-of-type(-n+7) {
              display: block; } }
  @media only screen and (min-width: 840px) and (max-width: 889px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-5:nth-of-type(-n+6) {
              display: block; } }
  @media only screen and (max-width: 839px) {
            body:not(.oceniacz) .listCandidates.project #options-list > li.not-hidden-5:nth-of-type(-n+5) {
              display: block; } }
  @media only screen and (min-width: 1280px) {
            body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container.not-hidden-5 {
              display: none; } }
  @media only screen and (min-width: 1280px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5 {
                  display: none; } }
  @media only screen and (min-width: 1330px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
                  display: none; } }
  @media only screen and (min-width: 1200px) and (max-width: 1279px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5:nth-of-type(-n+8) {
                  display: none; } }
  @media only screen and (min-width: 1170px) and (max-width: 1329px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (max-width: 1169px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
                  display: none; } }
  @media only screen and (min-width: 1076px) and (max-width: 1199px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5:nth-of-type(-n+7) {
                  display: none; } }
  @media only screen and (min-width: 1025px) and (max-width: 1075px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5:nth-of-type(-n+6) {
                  display: none; } }
  @media only screen and (min-width: 890px) and (max-width: 1024px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5:nth-of-type(-n+7) {
                  display: none; } }
  @media only screen and (min-width: 840px) and (max-width: 889px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5:nth-of-type(-n+6) {
                  display: none; } }
  @media only screen and (max-width: 839px) {
                body:not(.oceniacz) .listCandidates.project #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5:nth-of-type(-n+5) {
                  display: none; } }
  body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li {
    display: none; }
  @media only screen and (min-width: 1131px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1140px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1131px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+4) {
              display: block; }
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden:not(.share-all-one):nth-of-type(-n+4) {
              display: block; }
              body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden.share-all-one:nth-of-type(-n+3) {
                display: block; }
              body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden.labels-base:nth-of-type(-n+4) {
                display: block; } }
  @media only screen and (min-width: 1030px) and (max-width: 1130px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 1023px) and (max-width: 1139px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 1023px) and (max-width: 1055px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 904px) and (max-width: 1023px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 850px) and (max-width: 1029px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+4) {
              display: block; }
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden:not(.share-all-one):nth-of-type(-n+4) {
              display: block; }
              body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden.share-all-one:nth-of-type(-n+3) {
                display: block; } }
  @media only screen and (min-width: 850px) and (max-width: 1023px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (max-width: 903px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (max-width: 849px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 1131px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1140px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1131px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
                  display: none; }
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:not(.share-all-one):nth-of-type(-n+4) {
                  display: none; }
                  body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden.share-all-one:nth-of-type(-n+3) {
                    display: none; }
                  body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden.labels-base:nth-of-type(-n+4) {
                    display: none; } }
  @media only screen and (min-width: 1030px) and (max-width: 1130px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 1023px) and (max-width: 1139px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 1023px) and (max-width: 1055px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 904px) and (max-width: 1023px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 850px) and (max-width: 1029px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4) {
                  display: none; }
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:not(.share-all-one):nth-of-type(-n+4) {
                  display: none; }
                  body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden.share-all-one:nth-of-type(-n+3) {
                    display: none; } }
  @media only screen and (min-width: 850px) and (max-width: 1023px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (max-width: 903px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (max-width: 849px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3) {
                  display: none; } }
  body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie > li {
    display: none; }
  @media only screen and (min-width: 1346px) {
              body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+4) {
                display: block; } }
  @media only screen and (min-width: 1056px) and (max-width: 1345px) {
              body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
                display: block; } }
  @media only screen and (min-width: 1030px) and (max-width: 1055px) {
              body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
                display: block; } }
  @media only screen and (min-width: 850px) and (max-width: 1029px) {
              body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
                display: block; } }
  @media only screen and (max-width: 849px) {
              body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
                display: block; } }
  @media only screen and (min-width: 1346px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1056px) and (max-width: 1345px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 1030px) and (max-width: 1055px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 850px) and (max-width: 1029px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (max-width: 849px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+3) {
                  display: none; } }
  body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li {
    display: none; }
  @media only screen and (min-width: 1191px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-2.aviva {
              display: none !important; }
              body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-2.aviva:nth-of-type(-n+4) {
                display: block !important; } }
  @media only screen and (min-width: 1191px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1201px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1155px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden.labels-base:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1121px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden:not(.labels-base):nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1075px) and (max-width: 1190px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 1024px) and (max-width: 1074px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1023px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1200px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 1024px) and (max-width: 1120px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 1024px) and (max-width: 1120px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden:not(.labels-base):nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1154px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden.labels-base:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1023px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden:not(.labels-base):nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 945px) and (max-width: 967px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (min-width: 816px) and (max-width: 944px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (max-width: 815px) {
            body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+2) {
              display: block; } }
  @media only screen and (min-width: 1191px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2.aviva {
                  display: block !important; }
                  body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2.aviva:nth-of-type(-n+4) {
                    display: none !important; } }
  @media only screen and (min-width: 1191px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1201px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1155px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden.labels-base:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1121px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:not(.labels-base):nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1075px) and (max-width: 1190px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 1024px) and (max-width: 1074px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1023px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1200px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 1024px) and (max-width: 1120px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 1024px) and (max-width: 1120px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:not(.labels-base):nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1154px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden.labels-base:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1023px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:not(.labels-base):nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 945px) and (max-width: 967px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (min-width: 816px) and (max-width: 944px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (max-width: 815px) {
                body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), body:not(.oceniacz) .listCandidates.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
                  display: none; } }
  body:not(.oceniacz) .listCandidates.base #options-list > li {
    display: none; }
  @media only screen and (min-width: 1330px) {
            body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-2:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-3:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-4:nth-of-type(-n+5) {
              display: block; } }
  @media only screen and (min-width: 1150px) and (max-width: 1329px) {
            body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-3:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-4:nth-of-type(-n+4) {
              display: block; } }
  @media only screen and (max-width: 1149px) {
            body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-3:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-4:nth-of-type(-n+3) {
              display: block; } }
  @media only screen and (min-width: 1076px) {
            body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-5 {
              display: block; } }
  @media only screen and (min-width: 1025px) and (max-width: 1075px) {
            body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-5:nth-of-type(-n+6) {
              display: block; } }
  @media only screen and (min-width: 890px) and (max-width: 1024px) {
            body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-5 {
              display: block; } }
  @media only screen and (min-width: 840px) and (max-width: 889px) {
            body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-5:nth-of-type(-n+6) {
              display: block; } }
  @media only screen and (max-width: 839px) {
            body:not(.oceniacz) .listCandidates.base #options-list > li.not-hidden-5:nth-of-type(-n+5) {
              display: block; } }
  @media only screen and (min-width: 1076px) {
            body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container.not-hidden-5 {
              display: none; } }
  @media only screen and (min-width: 890px) and (max-width: 1024px) {
            body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container.not-hidden-5 {
              display: none; } }
  @media only screen and (min-width: 1330px) {
                body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+5), body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
                  display: none; } }
  @media only screen and (min-width: 1150px) and (max-width: 1329px) {
                body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4), body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
                  display: none; } }
  @media only screen and (max-width: 1149px) {
                body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3), body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
                  display: none; } }
  @media only screen and (min-width: 1076px) {
                body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5 {
                  display: none; } }
  @media only screen and (min-width: 1025px) and (max-width: 1075px) {
                body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5:nth-of-type(-n+6) {
                  display: none; } }
  @media only screen and (min-width: 890px) and (max-width: 1024px) {
                body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5 {
                  display: none; } }
  @media only screen and (min-width: 840px) and (max-width: 889px) {
                body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5:nth-of-type(-n+6) {
                  display: none; } }
  @media only screen and (max-width: 839px) {
                body:not(.oceniacz) .listCandidates.base #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-5:nth-of-type(-n+5) {
                  display: none; } }
  @media only screen and (min-width: 1126px) {
      body.oceniacz #old-icons-list-single .dots-wrapper-container.goyello {
        display: none; } }
  body.oceniacz #old-icons-list-single > li {
    display: none; }
  @media only screen and (min-width: 1191px) {
        body.oceniacz #old-icons-list-single > li.not-hidden:nth-of-type(-n+4) {
          display: block; }
          body.oceniacz #old-icons-list-single > li.not-hidden.goyello:nth-of-type(-n+4) {
            display: block; }
        body.oceniacz #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+4), body.oceniacz #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+4), body.oceniacz #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+4) {
          display: block; } }
  @media only screen and (min-width: 831px) and (max-width: 1190px) {
        body.oceniacz #old-icons-list-single > li.not-hidden:nth-of-type(-n+3) {
          display: block; }
          body.oceniacz #old-icons-list-single > li.not-hidden.goyello:nth-of-type(-n+3) {
            display: block; }
        body.oceniacz #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+3), body.oceniacz #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+3), body.oceniacz #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+3) {
          display: block; } }
  @media only screen and (max-width: 830px) {
        body.oceniacz #old-icons-list-single > li.not-hidden:nth-of-type(-n+2) {
          display: block; }
          body.oceniacz #old-icons-list-single > li.not-hidden.goyello:nth-of-type(-n+2) {
            display: block; }
        body.oceniacz #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+2), body.oceniacz #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+2), body.oceniacz #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+2) {
          display: block; } }
  @media only screen and (min-width: 1126px) {
            body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4) {
              display: none; }
              body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden.goyello:nth-of-type(-n+4) {
                display: none; }
            body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4), body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
              display: none; } }
  @media only screen and (min-width: 831px) and (max-width: 1125px) {
            body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3) {
              display: none; }
              body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden.goyello:nth-of-type(-n+3) {
                display: none; }
            body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3), body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
              display: none; } }
  @media only screen and (max-width: 830px) {
            body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2) {
              display: none; }
              body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden.goyello:nth-of-type(-n+2) {
                display: none; }
            body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+2), body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), body.oceniacz #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
              display: none; } }
  body.oceniacz #old-icons-list-multi > li {
    display: none; }
  @media only screen and (min-width: 1221px) {
        body.oceniacz #old-icons-list-multi > li.not-hidden:nth-of-type(-n+4) {
          display: block; }
          body.oceniacz #old-icons-list-multi > li.not-hidden.goyello:nth-of-type(-n+4) {
            display: block; }
        body.oceniacz #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+4), body.oceniacz #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+4), body.oceniacz #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+4) {
          display: block; } }
  @media only screen and (min-width: 831px) and (max-width: 1220px) {
        body.oceniacz #old-icons-list-multi > li.not-hidden:nth-of-type(-n+3) {
          display: block; }
          body.oceniacz #old-icons-list-multi > li.not-hidden.goyello:nth-of-type(-n+3) {
            display: block; }
        body.oceniacz #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+3), body.oceniacz #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+3), body.oceniacz #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+3) {
          display: block; } }
  @media only screen and (max-width: 830px) {
        body.oceniacz #old-icons-list-multi > li.not-hidden:nth-of-type(-n+2) {
          display: block; }
          body.oceniacz #old-icons-list-multi > li.not-hidden.goyello:nth-of-type(-n+2) {
            display: block; }
        body.oceniacz #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+2), body.oceniacz #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+2), body.oceniacz #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+2) {
          display: block; } }
  @media only screen and (min-width: 1221px) {
            body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4) {
              display: none; }
              body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden.goyello:nth-of-type(-n+4) {
                display: none; }
            body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4), body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
              display: none; } }
  @media only screen and (min-width: 831px) and (max-width: 1220px) {
            body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3) {
              display: none; }
              body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden.goyello:nth-of-type(-n+3) {
                display: none; }
            body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3), body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
              display: none; } }
  @media only screen and (max-width: 830px) {
            body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2) {
              display: none; }
              body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden.goyello:nth-of-type(-n+2) {
                display: none; }
            body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+2), body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), body.oceniacz #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
              display: none; } }
  @media only screen and (min-width: 1250px) {
      body.oceniacz #options-list .black-dots-wrapper-container.not-hidden-1:not(.goyello) {
        display: none; } }
  @media only screen and (min-width: 1px) {
      body.oceniacz #options-list .black-dots-wrapper-container.goyello {
        display: none; } }
  @media only screen and (min-width: 1110px) {
      body.oceniacz #options-list .black-dots-wrapper-container.share-cand-full, body.oceniacz #options-list .black-dots-wrapper-container.not-hidden-3, body.oceniacz #options-list .black-dots-wrapper-container.not-hidden-4 {
        display: none; } }
  body.oceniacz #options-list > li {
    display: none; }
  @media only screen and (min-width: 1110px) {
        body.oceniacz #options-list > li.not-hidden:nth-of-type(-n+5), body.oceniacz #options-list > li.not-hidden-2:nth-of-type(-n+5), body.oceniacz #options-list > li.not-hidden-3:nth-of-type(-n+5), body.oceniacz #options-list > li.not-hidden-4:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (max-width: 1109px) {
        body.oceniacz #options-list > li.not-hidden:nth-of-type(-n+4), body.oceniacz #options-list > li.not-hidden-2:nth-of-type(-n+4), body.oceniacz #options-list > li.not-hidden-3:nth-of-type(-n+4), body.oceniacz #options-list > li.not-hidden-4:nth-of-type(-n+4) {
          display: block; } }
  @media only screen and (min-width: 1110px) {
        body.oceniacz #options-list .black-dots-wrapper-container.not-hidden-2 {
          display: none; } }
  @media only screen and (min-width: 1110px) {
            body.oceniacz #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5), body.oceniacz #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5), body.oceniacz #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+5), body.oceniacz #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (max-width: 1109px) {
            body.oceniacz #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4), body.oceniacz #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), body.oceniacz #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4), body.oceniacz #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
              display: none; } }

#sidebar-content #old-icons-list-single > li {
  display: none; }
  @media only screen and (min-width: 1330px) {
      #sidebar-content #old-icons-list-single > li.not-hidden:nth-of-type(-n+5), #sidebar-content #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+5) {
        display: block; } }
  @media only screen and (min-width: 1250px) {
      #sidebar-content #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+5) {
        display: block; } }
  @media only screen and (min-width: 1151px) {
      #sidebar-content #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+4) {
        display: block; } }
  @media only screen and (min-width: 1150px) and (max-width: 1329px) {
      #sidebar-content #old-icons-list-single > li.not-hidden:nth-of-type(-n+4), #sidebar-content #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+4), #sidebar-content #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+4) {
        display: block; } }
  @media only screen and (min-width: 1021px) and (max-width: 1250px) {
      #sidebar-content #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+4) {
        display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1149px) {
      #sidebar-content #old-icons-list-single > li.not-hidden:nth-of-type(-n+3), #sidebar-content #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+3), #sidebar-content #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+3) {
        display: block; } }
  @media only screen and (min-width: 816px) and (max-width: 967px) {
      #sidebar-content #old-icons-list-single > li.not-hidden:nth-of-type(-n+2), #sidebar-content #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+2), #sidebar-content #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+2) {
        display: block; } }
  @media only screen and (max-width: 1020px) {
      #sidebar-content #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+3) {
        display: block; } }
  @media only screen and (max-width: 815px) {
      #sidebar-content #old-icons-list-single > li.not-hidden:nth-of-type(-n+2), #sidebar-content #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+2), #sidebar-content #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+2) {
        display: block; } }
  @media only screen and (min-width: 1330px) {
          #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5), #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
            display: none; } }
  @media only screen and (min-width: 1250px) {
          #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5) {
            display: none; } }
  @media only screen and (min-width: 1151px) {
          #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
            display: none; } }
  @media only screen and (min-width: 1150px) and (max-width: 1329px) {
          #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4), #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4), #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
            display: none; } }
  @media only screen and (min-width: 1021px) and (max-width: 1250px) {
          #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4) {
            display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1149px) {
          #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3), #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
            display: none; } }
  @media only screen and (min-width: 816px) and (max-width: 967px) {
          #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2), #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
            display: none; } }
  @media only screen and (max-width: 1020px) {
          #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3) {
            display: none; } }
  @media only screen and (max-width: 815px) {
          #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2), #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), #sidebar-content #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
            display: none; } }
  #sidebar-content #old-icons-list-multi > li {
    display: none; }
  @media only screen and (min-width: 1335px) {
      #sidebar-content #old-icons-list-multi > li.not-hidden:nth-of-type(-n+5), #sidebar-content #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+5) {
        display: block; } }
  @media only screen and (min-width: 1151px) {
      #sidebar-content #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+4) {
        display: block; } }
  @media only screen and (min-width: 1151px) and (max-width: 1334px) {
      #sidebar-content #old-icons-list-multi > li.not-hidden:nth-of-type(-n+4), #sidebar-content #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+4) {
        display: block; } }
  @media only screen and (min-width: 1111px) and (max-width: 1334px) {
      #sidebar-content #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+4) {
        display: block; } }
  @media only screen and (min-width: 918px) and (max-width: 1110px) {
      #sidebar-content #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+3) {
        display: block; } }
  @media only screen and (min-width: 918px) and (max-width: 1150px) {
      #sidebar-content #old-icons-list-multi > li.not-hidden:nth-of-type(-n+3), #sidebar-content #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+3), #sidebar-content #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+3), #sidebar-content #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+3) {
        display: block; } }
  @media only screen and (max-width: 918px) {
      #sidebar-content #old-icons-list-multi > li.not-hidden:nth-of-type(-n+2), #sidebar-content #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+2), #sidebar-content #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+2), #sidebar-content #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+2) {
        display: block; } }
  @media only screen and (min-width: 1335px) {
          #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5), #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
            display: none; } }
  @media only screen and (min-width: 1151px) {
          #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4) {
            display: none; } }
  @media only screen and (min-width: 1151px) and (max-width: 1334px) {
          #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4), #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
            display: none; } }
  @media only screen and (min-width: 1111px) and (max-width: 1334px) {
          #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4) {
            display: none; } }
  @media only screen and (min-width: 918px) and (max-width: 1110px) {
          #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3) {
            display: none; } }
  @media only screen and (min-width: 918px) and (max-width: 1150px) {
          #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3), #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
            display: none; } }
  @media only screen and (max-width: 918px) {
          #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+2), #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+2), #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+2), #sidebar-content #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+2) {
            display: none; } }
  #sidebar-content #options-list > li {
    display: none; }
  @media only screen and (min-width: 1330px) {
      #sidebar-content #options-list > li.not-hidden:nth-of-type(-n+5), #sidebar-content #options-list > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content #options-list > li.not-hidden-3:nth-of-type(-n+5), #sidebar-content #options-list > li.not-hidden-4:nth-of-type(-n+5) {
        display: block; } }
  @media only screen and (min-width: 1150px) and (max-width: 1329px) {
      #sidebar-content #options-list > li.not-hidden:nth-of-type(-n+4), #sidebar-content #options-list > li.not-hidden-2:nth-of-type(-n+4), #sidebar-content #options-list > li.not-hidden-3:nth-of-type(-n+4), #sidebar-content #options-list > li.not-hidden-4:nth-of-type(-n+4) {
        display: block; } }
  @media only screen and (max-width: 1149px) {
      #sidebar-content #options-list > li.not-hidden:nth-of-type(-n+3), #sidebar-content #options-list > li.not-hidden-2:nth-of-type(-n+3), #sidebar-content #options-list > li.not-hidden-3:nth-of-type(-n+3), #sidebar-content #options-list > li.not-hidden-4:nth-of-type(-n+3) {
        display: block; } }
  @media only screen and (min-width: 1330px) {
          #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5), #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+5), #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
            display: none; } }
  @media only screen and (min-width: 1150px) and (max-width: 1329px) {
          #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4), #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4), #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
            display: none; } }
  @media only screen and (max-width: 1149px) {
          #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+3), #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+3), #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+3), #sidebar-content #options-list .black-dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+3) {
            display: none; } }

#sidebar-content-blocks.base #old-icons-list-single > li {
  display: none; }
  @media only screen and (min-width: 1361px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+7) {
          display: block; } }
  @media only screen and (min-width: 1150px) and (max-width: 1360px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 1140px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 1150px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+6) {
          display: block; }
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden:not(.share-all-one):nth-of-type(-n+6) {
          display: block; }
          #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden.share-all-one:nth-of-type(-n+6) {
            display: block; }
          #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden.labels-base:nth-of-type(-n+6) {
            display: block; } }
  @media only screen and (min-width: 1030px) and (max-width: 1149px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (min-width: 1023px) and (max-width: 1139px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (min-width: 1023px) and (max-width: 1055px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (min-width: 904px) and (max-width: 1023px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 850px) and (max-width: 1029px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+6) {
          display: block; }
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden:not(.share-all-one):nth-of-type(-n+6) {
          display: block; }
          #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden.share-all-one:nth-of-type(-n+5) {
            display: block; } }
  @media only screen and (min-width: 850px) and (max-width: 1023px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (max-width: 903px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-4:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (max-width: 849px) {
        #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-single > li.not-hidden-3:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (min-width: 1361px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+7) {
              display: none; } }
  @media only screen and (min-width: 1150px) and (max-width: 1360px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 1140px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 1150px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+6) {
              display: none; }
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:not(.share-all-one):nth-of-type(-n+6) {
              display: none; }
              #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden.share-all-one:nth-of-type(-n+6) {
                display: none; }
              #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden.labels-base:nth-of-type(-n+6) {
                display: none; } }
  @media only screen and (min-width: 1030px) and (max-width: 1149px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (min-width: 1023px) and (max-width: 1139px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (min-width: 1023px) and (max-width: 1055px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (min-width: 904px) and (max-width: 1023px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 850px) and (max-width: 1029px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+6) {
              display: none; }
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:not(.share-all-one):nth-of-type(-n+6) {
              display: none; }
              #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden.share-all-one:nth-of-type(-n+5) {
                display: none; } }
  @media only screen and (min-width: 850px) and (max-width: 1023px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (max-width: 903px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (max-width: 849px) {
            #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-single .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+5) {
              display: none; } }
  #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie > li {
    display: none; }
  @media only screen and (min-width: 1346px) {
          #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+4) {
            display: block; } }
  @media only screen and (min-width: 1056px) and (max-width: 1345px) {
          #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
            display: block; } }
  @media only screen and (min-width: 1030px) and (max-width: 1055px) {
          #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
            display: block; } }
  @media only screen and (min-width: 850px) and (max-width: 1029px) {
          #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
            display: block; } }
  @media only screen and (max-width: 849px) {
          #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie > li.not-hidden-2:nth-of-type(-n+3) {
            display: block; } }
  @media only screen and (min-width: 1346px) {
            #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+4) {
              display: none; } }
  @media only screen and (min-width: 1056px) and (max-width: 1345px) {
            #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+3) {
              display: none; } }
  @media only screen and (min-width: 1030px) and (max-width: 1055px) {
            #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+3) {
              display: none; } }
  @media only screen and (min-width: 850px) and (max-width: 1029px) {
            #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+3) {
              display: none; } }
  @media only screen and (max-width: 849px) {
            #sidebar-content-blocks.base #old-icons-list-single.etap-zatrudnienie .dots-wrapper-container .dropdown.not-hidden-2:nth-of-type(-n+3) {
              display: none; } }
  #sidebar-content-blocks.base #old-icons-list-multi > li {
    display: none; }
  @media only screen and (min-width: 1191px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-2.aviva {
          display: none !important; }
          #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-2.aviva:nth-of-type(-n+6) {
            display: block !important; } }
  @media only screen and (min-width: 1191px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 1201px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 1155px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden.labels-base:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 1121px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden:not(.labels-base):nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 1075px) and (max-width: 1190px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 1024px) and (max-width: 1074px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1023px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1200px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (min-width: 1024px) and (max-width: 1120px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (min-width: 1024px) and (max-width: 1120px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden:not(.labels-base):nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1154px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden.labels-base:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 968px) and (max-width: 1023px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden:not(.labels-base):nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (min-width: 945px) and (max-width: 967px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+6) {
          display: block; } }
  @media only screen and (min-width: 816px) and (max-width: 944px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+5) {
          display: block; } }
  @media only screen and (max-width: 815px) {
        #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden:nth-of-type(-n+4), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-2:nth-of-type(-n+4), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-3:nth-of-type(-n+4), #sidebar-content-blocks.base #old-icons-list-multi > li.not-hidden-4:nth-of-type(-n+4) {
          display: block; } }
  @media only screen and (min-width: 1191px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2.aviva {
              display: block !important; }
              #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2.aviva:nth-of-type(-n+6) {
                display: none !important; } }
  @media only screen and (min-width: 1191px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 1201px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 1155px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden.labels-base:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 1121px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:not(.labels-base):nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 1075px) and (max-width: 1190px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 1024px) and (max-width: 1074px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1023px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1200px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (min-width: 1024px) and (max-width: 1120px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (min-width: 1024px) and (max-width: 1120px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:not(.labels-base):nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1154px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden.labels-base:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (min-width: 968px) and (max-width: 1023px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:not(.labels-base):nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (min-width: 945px) and (max-width: 967px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+6), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+6) {
              display: none; } }
  @media only screen and (min-width: 816px) and (max-width: 944px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+5), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+5) {
              display: none; } }
  @media only screen and (max-width: 815px) {
            #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden:nth-of-type(-n+4), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-2:nth-of-type(-n+4), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-3:nth-of-type(-n+4), #sidebar-content-blocks.base #old-icons-list-multi .dots-wrapper-container .dropdown > li.not-hidden-4:nth-of-type(-n+4) {
              display: none; } }

.recrutationCardWrapper {
  padding: 0 !important; }
  .recrutationCardWrapper .recrutationCard-body > .sort {
    display: table;
    width: 100%; }
  .recrutationCardWrapper .recrutationCard-body > .sort .sortInner {
    margin: 0 auto 15px;
    display: table; }
  .recrutationCardWrapper .recrutationCard-body > .sort > .hr_pull-right:nth-child(3) {
    margin: 0 15px 0 0; }

.recrutationCard {
  width: 920px; }
  @media screen and (max-width: 1025px) {
  .recrutationCard {
    width: 720px; } }
  .recrutationCard .recrutationCard-head {
    border-bottom: 1px solid #ebebeb;
    padding: 0 20px; }
  .recrutationCard .recrutationCard-head-item {
    border-right: 1px solid #ebebeb;
    padding: 18px 20px;
    display: inline-block; }
  .recrutationCard .recrutationCard-head-active {
    color: #6cbf57;
    font-weight: bold; }
  .recrutationCard .recrutationCard-title {
    padding-top: 20px;
    padding-bottom: 0; }
  .recrutationCard .recrutationCard-title .left {
    width: 75%; }
  .recrutationCard .recrutationCard-title h2 {
    margin: 0; }
  .recrutationCard .recrutationCard-title .more {
    margin: 0 4px 0 30px; }
  .recrutationCard .recrutationCard-body {
    padding-top: 30px;
    padding-bottom: 20px; }
  .recrutationCard .recrutationCard-body .table-info-text {
    width: 100%; }
  .recrutationCard .recrutationCard-body #table-uczestnicy {
    margin: 0 0 30px; }
  .recrutationCard .recrutationCard-body tr td {
    vertical-align: middle;
    padding: 10px 0; }
  .recrutationCard .recrutationCard-body tr td h1, .recrutationCard .recrutationCard-body tr td p, .recrutationCard .recrutationCard-body tr td span {
    margin: 0 10px 0 0; }
  .recrutationCard .recrutationCard-body tr td h1:nth-last-child(1), .recrutationCard .recrutationCard-body tr td p:nth-last-child(1), .recrutationCard .recrutationCard-body tr td span:nth-last-child(1) {
    margin: 0 10px 0 0; }
  .recrutationCard .recrutationCard-description .left {
    width: 50%;
    padding: 0 15px 0 0; }
  .recrutationCard .recrutationCard-description .right {
    width: 50%;
    padding: 0 0 0 15px; }
  .recrutationCard .recrutationCard-description p {
    margin: 0 0 0.75rem;
    font-size: 14px;
    color: #999; }
  .recrutationCard .sort .item {
    position: relative; }
  .recrutationCard .sort a {
    color: #666; }
  .recrutationCard .sort .active a {
    color: #fff; }
  .recrutationCard .sort .active .caret, .recrutationCard .sort .active .form fieldset .selectWrap, .form fieldset .recrutationCard .sort .active .selectWrap {
    border: 1px solid #fff; }
  .recrutationCard .sort .small {
    height: 18px;
    line-height: 18px; }
  .recrutationCard .sort .caret, .recrutationCard .sort .form fieldset .selectWrap, .form fieldset .recrutationCard .sort .selectWrap {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    line-height: 16px;
    margin: -3px 0 0 5px; }
  .recrutationCard .sort .caret:before, .recrutationCard .sort .form fieldset .selectWrap:before, .form fieldset .recrutationCard .sort .selectWrap:before {
    margin: -2px 4px 0; }
  .recrutationCard .sort .notification {
    display: inline-block;
    position: static;
    margin: -3px 0 0 5px; }
  .recrutationCard .sort button {
    float: right; }
  .recrutationCard .functions {
    margin: 10px 0 0; }
  .recrutationCard .functions > a {
    margin: 0 0 0 10px; }
  .recrutationCard .functions .status {
    margin: 0 0 0 10px; }
  .recrutationCard .cards {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0 0;
    margin: 0 0 16px; }
  .recrutationCard .cards .item {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 2rem 16px 0; }
  .recrutationCard .cards .item .card, .recrutationCard .cards .item .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .recrutationCard .cards .item .candidate, .recrutationCard .cards .item .grid > li, .grid > .recrutationCard .cards .item li {
    padding: 0;
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0 10px 0 0;
    vertical-align: top; }
  .recrutationCard .cards a {
    color: #666;
    font-size: 16px;
    line-height: 56px;
    display: inline-block;
    vertical-align: top;
    font-weight: 400; }
  .active .recrutationCard .cards a {
    font-weight: bold; }
  .recrutationCard .notes-list .notes-item {
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 16px;
    margin: 0 0 16px; }
  .recrutationCard .notes-list .notes-item p {
    margin: 0 0 0.75rem; }

.ogloszenia, .ogloszenia-w-projekcie {
  table-layout: fixed; }
  .ogloszenia .ogloszenia-body, .ogloszenia-w-projekcie .ogloszenia-body {
    width: 455px; }
  @media screen and (max-width: 1025px) {
    .ogloszenia .ogloszenia-body, .ogloszenia-w-projekcie .ogloszenia-body {
      width: 300px; } }
  .ogloszenia .ogloszenia-city, .ogloszenia-w-projekcie .ogloszenia-city {
    width: 270px; }
  @media screen and (max-width: 1025px) {
    .ogloszenia .ogloszenia-city, .ogloszenia-w-projekcie .ogloszenia-city {
      width: 200px; } }

.new_chart {
  display: inline-block;
  margin: 0 40px 20px 0;
  height: 240px; }
  .new_chart:last-child {
    margin: 0 0 20px 0; }

.circle-info-half {
  position: absolute;
  bottom: -120px; }

#statystyki .recrutationCardTable {
  margin: -25px 0 35px 0; }
  #statystyki .dropdownWrapper {
    float: right; }

#statystyki2 table {
  width: 100%; }
  #statystyki2 table th, #statystyki2 table td {
    text-align: center;
    padding: 7px 10px; }
  #statystyki2 table td {
    color: #999; }
  #statystyki2 .dropdownWrapper {
    float: right; }

#projekt fieldset {
  border: 0 !important; }

.tasksCard {
  padding: 0 !important; }
  .tasksCard .taskRow {
    padding-top: 18px;
    padding-bottom: 20px; }
  .tasksCard .taskRow:last-child {
    margin: 0;
    border-bottom: none; }
  .tasksCard .right {
    /*margin:45px $paddingSideModal 0;*/ }
  .tasksCard .right .dropdownWrapper {
    margin: 15.5px 57px 0; }
  .tasksCard .formWrapper {
    padding: 0; }
  .tasksCard h2 {
    padding: 40px 40px 0;
    margin-bottom: 16px; }
  .tasksCard .form-actions {
    padding: 20px 40px 20px; }
  .tasksCard .time {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin: 0 30px 0 0; }
  .tasksCard .time:before {
    float: Left;
    margin: 10px 20px 0 0; }
  .tasksCard .taskDetails p {
    margin: 0 0 18px; }
  .tasksCard .taskDetails .task-body p {
    font-size: 16px;
    color: #666; }
  .tasksCard .taskDetails p {
    font-size: 14px;
    color: #999; }
  .tasksCard .user {
    margin: 0 0 10px; }

.participants-wrap {
  display: inline-block;
  width: 435px;
  vertical-align: top; }
  .participants-wrap.fluid {
    width: calc(100% - 215px); }

.participants-notification-label {
  text-align: right;
  color: #999;
  font-size: 12px;
  margin: 0 0 8px;
  padding: 0 24px 0 0; }
  .participants-notification-label span:nth-child(1) {
    margin: 0 10px 0 0; }
  .participants-notification-label span.push-me {
    margin: 0 86px 0 0; }

.participants-label {
  margin: 35px 0 0 !important;
  vertical-align: top !important; }

.participants label {
  width: auto !important; }
  .participants .checkbox .checkboxWrap {
    margin: 0 30px 0 0; }

.add-user, .show-user {
  margin: 0 0 10px;
  padding: 0 0 0 10px; }
  .add-user .user, .show-user .user {
    vertical-align: top;
    min-width: 320px !important; }
  .add-user .remove, .show-user .remove {
    vertical-align: middle;
    margin: 4px 0 0 0; }
  .add-user .checkbox, .show-user .checkbox {
    float: right;
    text-align: right !important;
    margin: 10px 0 0; }
  .add-user .checkbox label, .show-user .checkbox label {
    text-align: right !important; }

.add-user.new {
  display: table;
  width: 100%; }
  .add-user.new .user {
    float: left;
    width: 51%;
    min-width: inherit !important;
    text-align: center;
    margin: 13px 0 0; }
  .add-user.new .checkbox {
    float: left;
    width: 24%;
    margin: 0 0 0 1%; }
  .add-user.new .checkbox label {
    display: table;
    margin: 0 auto;
    padding: 0; }
  .add-user.new .checkbox .checkboxWrap {
    display: table;
    margin: 15px auto 0; }
  .add-user.new .checkbox:nth-last-child(1) {
    margin: 0; }

@media only screen and (max-width: 1279px) {
  #settings-page {
    width: 100%; }
    #settings-page .formWrapper {
      width: 100%; }
      #settings-page .formWrapper fieldset {
        padding: 0; }
        #settings-page .formWrapper fieldset .form-group label, #settings-page .formWrapper fieldset .button-remove-wrapper label {
          text-align: left; }
          #settings-page .formWrapper fieldset .form-group input, #settings-page .formWrapper fieldset .button-remove-wrapper input {
            width: 100%;
            display: block;
            clear: both; } }

.magazine .functions .function, .magazine .functions .fns, .magazine .functions .more, .magazine .functions .cvFunctions a, .cvFunctions .magazine .functions a, .magazine .functions #users .time, #users .magazine .functions .time, .magazine .functions #users .name, #users .magazine .functions .name, .magazine .functions .message, .magazine .functions .add, .magazine .functions .addGray, .magazine .functions .sortable-placeholder, .magazine .functions .icon-stack, .magazine .functions .remove, .magazine .functions .name, .magazine .functions .users, .magazine .functions .showAsList, .magazine .functions .showAsGrid, .magazine .functions .person, .magazine .functions .location, .magazine .functions .moreWhite, .magazine .functions .caretWhite, .magazine .functions .notification, .magazine .functions .catalog, .magazine .functions .phone, .magazine .functions .email, .magazine .functions .status, .magazine .functions .watch, .magazine .functions .arrow-green-top, .magazine .functions .arrow-green-bottom, .magazine .functions .arrow-green-left, .magazine .functions .pdf, .magazine .functions .expand, .magazine .functions .attachment, .magazine .functions .history, .magazine .functions .notes, .magazine .functions .move, .magazine .functions .mail, .magazine .functions .calendar, .magazine .functions .dodaj-etykiete, .magazine .functions .icon-ok, .magazine .functions .icon-no {
  float: left;
  clear: both; }

#form_publikacja .icon-question {
  border: 1px solid #55a541;
  border-radius: 3px;
  color: #55a541;
  font-style: normal;
  font-weight: 800;
  padding: 4px 10px;
  text-align: center; }

#wrap_regiony .icon-question {
  border: 1px solid #55a541;
  border-radius: 3px;
  color: #55a541;
  font-style: normal;
  font-weight: 800;
  padding: 4px 10px;
  text-align: center; }

.project-name .form-group, .project-name .button-remove-wrapper {
  width: 100%; }
  .project-name .form-group h3, .project-name .button-remove-wrapper h3 {
    font-size: 24px;
    font-weight: 600; }

#head {
  float: left;
  width: 100%; }

.main-content {
  float: left;
  width: 100%; }

.page-footer {
  float: left;
  width: 100%; }

.modal {
  margin-left: auto !important; }

#wrap_uczestnicy tr, #wrap_uczestnicy_ocena tr {
  height: 86px; }
  #wrap_uczestnicy tr td, #wrap_uczestnicy_ocena tr td {
    height: 86px;
    vertical-align: middle; }
  #wrap_uczestnicy tr td .form-group, #wrap_uczestnicy tr td .button-remove-wrapper, #wrap_uczestnicy_ocena tr td .form-group, #wrap_uczestnicy_ocena tr td .button-remove-wrapper {
    margin-bottom: 0 !important; }
  #wrap_uczestnicy tr td .remove, #wrap_uczestnicy_ocena tr td .remove {
    margin-bottom: 0 !important; }
/**********************************/
#filters-left {
  z-index: 10;
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 560px;
  padding: 20px; }
  #filters-left .formWrapper {
    width: 100%;
    margin: 0 !important; }
  #filters-left .formWrapper form fieldset {
    padding: 0; }
  #filters-left .formWrapper form fieldset h3 {
    margin-bottom: 0;
    font-size: 17px !important;
    font-weight: 700; }
  #filters-left .formWrapper form fieldset .form-group, #filters-left .formWrapper form fieldset .button-remove-wrapper {
    width: 100%; }
  #filters-left .formWrapper form fieldset .form-group .checkbox, #filters-left .formWrapper form fieldset .button-remove-wrapper .checkbox {
    width: 100%;
    margin: 0; }
  #filters-left .formWrapper form fieldset .form-group label, #filters-left .formWrapper form fieldset .button-remove-wrapper label {
    width: 100%;
    display: block;
    text-align: left;
    color: #444; }
  #filters-left .formWrapper form fieldset .form-group .form-control, #filters-left .formWrapper form fieldset .button-remove-wrapper .form-control, #filters-left .formWrapper form fieldset .button-remove-wrapper .form fieldset .uploader, .form fieldset #filters-left .formWrapper form fieldset .button-remove-wrapper .uploader, #filters-left .formWrapper form fieldset .button-remove-wrapper .form fieldset .selectWrap, .form fieldset #filters-left .formWrapper form fieldset .button-remove-wrapper .selectWrap, #filters-left .formWrapper form fieldset .form-group .form fieldset .uploader, .form fieldset #filters-left .formWrapper form fieldset .form-group .uploader, #filters-left .formWrapper form fieldset .form-group .form fieldset .selectWrap, .form fieldset #filters-left .formWrapper form fieldset .form-group .selectWrap {
    width: 100%;
    display: block;
    border-color: #999 !important; }

#filters-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  max-height: 375px;
  right: 0; }
  #filters-bottom .filters-container, #filters-bottom .active-filters {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    max-height: 375px;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed; }
  #filters-bottom .filters-container .filters-handler, #filters-bottom .active-filters .filters-handler {
    padding: 20px;
    overflow: auto;
    width: 100%;
    max-height: 375px; }
  #filters-bottom .filters-container #filters-hide, #filters-bottom .active-filters #filters-hide, #filters-bottom .filters-container #filters-show, #filters-bottom .active-filters #filters-show {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 60px;
    font-size: 36px;
    left: 50%;
    margin-left: -21px;
    margin-top: -20px;
    padding: 1px 11px 5px;
    position: absolute;
    z-index: 6; }
  #filters-bottom .filters-container #filters-hide:hover, #filters-bottom .active-filters #filters-hide:hover, #filters-bottom .filters-container #filters-show:hover, #filters-bottom .active-filters #filters-show:hover {
    transition: all 0.5s ease 0s;
    color: #fff !important;
    background: #ccc !important; }
  #filters-bottom .filters-container {
    z-index: 10 !important; }
  #filters-bottom .filters-container #filters-hide {
    padding-bottom: 3px !important;
    padding-top: 4px !important;
    top: 3px !important; }
  #filters-bottom .filters-container .filters-handler h4 {
    padding: 5px 30px; }
  #filters-bottom .filters-container .filters-handler .form fieldset .form-group, #filters-bottom .filters-container .filters-handler .form fieldset .button-remove-wrapper {
    float: left;
    min-width: 200px;
    padding: 0 10px; }
  #filters-bottom .filters-container .filters-handler .form fieldset .form-group label, #filters-bottom .filters-container .filters-handler .form fieldset .button-remove-wrapper label {
    display: block !important;
    text-align: left !important;
    width: auto !important;
    font-size: 14px !important; }
  #filters-bottom .filters-container .filters-handler .form fieldset .form-group .form-control, #filters-bottom .filters-container .filters-handler .form fieldset .button-remove-wrapper .form-control, #filters-bottom .filters-container .filters-handler .form fieldset .button-remove-wrapper .form fieldset .uploader, .form fieldset #filters-bottom .filters-container .filters-handler .form fieldset .button-remove-wrapper .uploader, #filters-bottom .filters-container .filters-handler .form fieldset .button-remove-wrapper .form fieldset .selectWrap, .form fieldset #filters-bottom .filters-container .filters-handler .form fieldset .button-remove-wrapper .selectWrap, #filters-bottom .filters-container .filters-handler .form fieldset .form-group .form fieldset .uploader, .form fieldset #filters-bottom .filters-container .filters-handler .form fieldset .form-group .uploader, #filters-bottom .filters-container .filters-handler .form fieldset .form-group .form fieldset .selectWrap, .form fieldset #filters-bottom .filters-container .filters-handler .form fieldset .form-group .selectWrap {
    width: 100%; }
  #filters-bottom .active-filters {
    z-index: 9 !important; }
  #filters-bottom .active-filters .filters-handler h4 {
    padding: 5px 30px; }
  #filters-bottom .active-filters ul {
    padding: 0 30px; }
  #filters-bottom .active-filters ul li {
    border-right: 1px solid #666;
    color: #999;
    display: inline-block;
    margin-right: 5px;
    padding-right: 8px; }
  #filters-bottom .active-filters ul li:nth-last-child(1) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0; }
  #filters-bottom .active-filters ul li span {
    font-weight: 700;
    color: #666; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.links-to-copy {
  vertical-align: middle; }
  .links-to-copy .to-copy {
    background: #f5f5f5;
    border: 0 none;
    margin-right: 20px;
    padding: 5px 10px;
    width: 70% !important; }
  .links-to-copy .btn-copy {
    height: auto !important; }

#sidebar-content #cv, #sidebar-content-blocks #cv {
  height: 100% !important; }

#showFilters {
  margin-left: 15px; }

#new-search-client {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  z-index: 4 !important; }
  #new-search-client .checkbox {
    margin-left: 22px;
    float: left;
    margin-top: 4px; }
  #new-search-client form {
    margin-left: 11px;
    float: left;
    width: calc(100% - 50px);
    position: relative;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  #new-search-client form .search {
    width: calc(100% - 60px);
    float: left;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
      #new-search-client form .search {
        width: calc(100% - 57px); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #new-search-client form .search {
        width: calc(100% - 54px); } }
  #new-search-client form .search input {
    width: 100%;
    padding-left: 21px; }
  #new-search-client form .search button {
    float: left;
    position: absolute;
    top: 1px;
    left: 7px; }
  #new-search-client form #searchBtn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 30px;
    line-height: 1;
    background: #6cbf57 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    padding: 3px 7px;
    text-transform: none; }

#new-filters-client-modal, #new-recrutation-filters-modal {
  border: 1px solid #ebebeb;
  bottom: 0;
  background: #fff;
  display: none; }
  #new-filters-client-modal .head, #new-recrutation-filters-modal .head {
    border: 1px solid #ebebeb;
    padding: 0 20px;
    margin-bottom: 0; }
  #new-filters-client-modal .head > div, #new-recrutation-filters-modal .head > div {
    float: left;
    border-right: 1px solid #ebebeb;
    display: inline-block;
    padding: 18px 20px; }
  #new-filters-client-modal .head > div span, #new-recrutation-filters-modal .head > div span {
    color: #6cbf57;
    font-weight: 700; }
  #new-filters-client-modal .head .close, #new-recrutation-filters-modal .head .close {
    right: 69px;
    top: 55px; }
  #new-filters-client-modal .body, #new-recrutation-filters-modal .body {
    padding-top: 15px; }
  #new-filters-client-modal .body .sort .sortInner a, #new-recrutation-filters-modal .body .sort .sortInner a {
    position: relative; }
  #new-filters-client-modal .body .sort .sortInner a small, #new-recrutation-filters-modal .body .sort .sortInner a small {
    margin-left: 10px;
    position: inherit;
    top: 0; }
  #new-filters-client-modal .body .tabs .tab, #new-recrutation-filters-modal .body .tabs .tab {
    padding-left: 27px;
    padding-right: 27px; }
  #new-filters-client-modal .body .tabs .tab .formWrapper, #new-recrutation-filters-modal .body .tabs .tab .formWrapper, #new-filters-client-modal .body .tabs .tab #form_ogolny, #new-recrutation-filters-modal .body .tabs .tab #form_ogolny {
    width: 100%;
    margin: 0; }
  #new-filters-client-modal .body .tabs .tab .formWrapper .form-group, #new-filters-client-modal .body .tabs .tab .formWrapper .button-remove-wrapper, #new-recrutation-filters-modal .body .tabs .tab .formWrapper .form-group, #new-recrutation-filters-modal .body .tabs .tab .formWrapper .button-remove-wrapper, #new-filters-client-modal .body .tabs .tab #form_ogolny .form-group, #new-filters-client-modal .body .tabs .tab #form_ogolny .button-remove-wrapper, #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .form-group, #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .button-remove-wrapper {
    width: 48%;
    float: left;
    clear: none; }
  #new-filters-client-modal .body .tabs .tab .formWrapper .form-group:nth-child(odd), #new-filters-client-modal .body .tabs .tab .formWrapper .button-remove-wrapper:nth-child(odd), #new-recrutation-filters-modal .body .tabs .tab .formWrapper .form-group:nth-child(odd), #new-recrutation-filters-modal .body .tabs .tab .formWrapper .button-remove-wrapper:nth-child(odd), #new-filters-client-modal .body .tabs .tab #form_ogolny .form-group:nth-child(odd), #new-filters-client-modal .body .tabs .tab #form_ogolny .button-remove-wrapper:nth-child(odd), #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .form-group:nth-child(odd), #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .button-remove-wrapper:nth-child(odd) {
    margin-right: 4%; }
  #new-filters-client-modal .body .tabs .tab .formWrapper .form-group label, #new-filters-client-modal .body .tabs .tab .formWrapper .button-remove-wrapper label, #new-recrutation-filters-modal .body .tabs .tab .formWrapper .form-group label, #new-recrutation-filters-modal .body .tabs .tab .formWrapper .button-remove-wrapper label, #new-filters-client-modal .body .tabs .tab #form_ogolny .form-group label, #new-filters-client-modal .body .tabs .tab #form_ogolny .button-remove-wrapper label, #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .form-group label, #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .button-remove-wrapper label {
    text-align: left; }
  #new-filters-client-modal .body .tabs .tab .formWrapper .form-group input, #new-filters-client-modal .body .tabs .tab .formWrapper .button-remove-wrapper input, #new-recrutation-filters-modal .body .tabs .tab .formWrapper .form-group input, #new-recrutation-filters-modal .body .tabs .tab .formWrapper .button-remove-wrapper input, #new-filters-client-modal .body .tabs .tab #form_ogolny .form-group input, #new-filters-client-modal .body .tabs .tab #form_ogolny .button-remove-wrapper input, #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .form-group input, #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .button-remove-wrapper input, #new-filters-client-modal .body .tabs .tab .formWrapper .form-group .select2-container, #new-filters-client-modal .body .tabs .tab .formWrapper .button-remove-wrapper .select2-container, #new-recrutation-filters-modal .body .tabs .tab .formWrapper .form-group .select2-container, #new-recrutation-filters-modal .body .tabs .tab .formWrapper .button-remove-wrapper .select2-container, #new-filters-client-modal .body .tabs .tab #form_ogolny .form-group .select2-container, #new-filters-client-modal .body .tabs .tab #form_ogolny .button-remove-wrapper .select2-container, #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .form-group .select2-container, #new-recrutation-filters-modal .body .tabs .tab #form_ogolny .button-remove-wrapper .select2-container {
    width: 100% !important; }

.new-recrutation-search > .clearfix > .left > a, .new-recrutation-search > .marks > .left > a, .new-recrutation-search > .marksEdition > .left > a, .new-recrutation-search > .wrap > .left > a, .new-recrutation-search > .hr_gl-mainContainer > .left > a, .new-recrutation-search > .row > .left > a, .new-recrutation-search > .head > .left > a, .new-recrutation-search > .recrutationCard .recrutationCard-description > .left > a, .recrutationCard .new-recrutation-search > .recrutationCard-description > .left > a, .new-recrutation-search > .col-5 > .left > a, .new-recrutation-search > .form fieldset .form-row > .left > a, .form fieldset .new-recrutation-search > .form-row > .left > a, .new-recrutation-search > .list-top-filter .filter > .left > a, .list-top-filter .new-recrutation-search > .filter > .left > a, .new-recrutation-search > .form-actions > .left > a, .new-recrutation-search > .project-steps-content.col-5 > .left > a, .new-recrutation-search > .project-steps-content.col-2 > .left > a, .new-recrutation-search > .modalRow > .left > a, .new-recrutation-search > .tasksCard .taskRow > .left > a, .tasksCard .new-recrutation-search > .taskRow > .left > a, .new-recrutation-search > #inbox .message-body .message-body-reciepment > .left > a, #inbox .message-body .new-recrutation-search > .message-body-reciepment > .left > a, .new-recrutation-search > #message .message-row > .left > a, #message .new-recrutation-search > .message-row > .left > a, .new-recrutation-search > .hr_page-actions > .left > a, .new-recrutation-search > .application .application-container .application-head > .left > a, .application .application-container .new-recrutation-search > .application-head > .left > a, .new-recrutation-search > .head > .left > a, .new-recrutation-search > .listCandidates.list .listUsers .candidate > .left > a, .listCandidates.list .listUsers .new-recrutation-search > .candidate > .left > a, .new-recrutation-search > #cv > .left > a, .new-recrutation-search > .candidate-profile > .left > a, .new-recrutation-search > .candidate-messages-item > .left > a, .new-recrutation-search > .recrutationCard .recrutationCard-title > .left > a, .recrutationCard .new-recrutation-search > .recrutationCard-title > .left > a, .new-recrutation-search > #statystyki > .left > a, .new-recrutation-search > #statystyki2 > .left > a, .new-recrutation-search > .tasksCard .taskRow > .left > a, .tasksCard .new-recrutation-search > .taskRow > .left > a, .new-recrutation-search > .tasksCard .taskDetails > .left > a, .tasksCard .new-recrutation-search > .taskDetails > .left > a, .new-recrutation-search > .list > li > .left > a, .list > .new-recrutation-search > li > .left > a, .new-recrutation-search > .grid > .left > a, .new-recrutation-search > .grid > li > .left > a, .grid > .new-recrutation-search > li > .left > a {
  margin: 6px 0 0 30px; }
  .new-recrutation-search .left h2, .new-recrutation-search .left a {
    float: left; }
  .new-recrutation-search .left a i {
    font-size: 14px;
    margin-left: 5px;
    margin-top: -1px; }
  .new-recrutation-search .right .search {
    padding-left: 31px;
    float: left;
    position: relative; }
  .new-recrutation-search .right .search i {
    top: 6px;
    left: 8px;
    position: absolute;
    z-index: 2;
    font-size: 17px; }
  .new-recrutation-search .right button {
    background: #6cbf57 none repeat scroll 0 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 1;
    padding: 3px 7px;
    text-transform: none; }

#activeRecrutations .clearfix:first-of-type .left, #activeRecrutations .marks:first-of-type .left, #activeRecrutations .marksEdition:first-of-type .left, #activeRecrutations .wrap:first-of-type .left, #activeRecrutations .hr_gl-mainContainer:first-of-type .left, #activeRecrutations .row:first-of-type .left, #activeRecrutations .head:first-of-type .left, #activeRecrutations .recrutationCard .recrutationCard-description:first-of-type .left, .recrutationCard #activeRecrutations .recrutationCard-description:first-of-type .left, #activeRecrutations .col-5:first-of-type .left, #activeRecrutations .form fieldset .form-row:first-of-type .left, .form fieldset #activeRecrutations .form-row:first-of-type .left, #activeRecrutations .list-top-filter .filter:first-of-type .left, .list-top-filter #activeRecrutations .filter:first-of-type .left, #activeRecrutations .form-actions:first-of-type .left, #activeRecrutations .project-steps-content.col-5:first-of-type .left, #activeRecrutations .project-steps-content.col-2:first-of-type .left, #activeRecrutations .modalRow:first-of-type .left, #activeRecrutations .tasksCard .taskRow:first-of-type .left, .tasksCard #activeRecrutations .taskRow:first-of-type .left, #activeRecrutations #inbox .message-body .message-body-reciepment:first-of-type .left, #inbox .message-body #activeRecrutations .message-body-reciepment:first-of-type .left, #activeRecrutations #message .message-row:first-of-type .left, #message #activeRecrutations .message-row:first-of-type .left, #activeRecrutations .hr_page-actions:first-of-type .left, #activeRecrutations .application .application-container .application-head:first-of-type .left, .application .application-container #activeRecrutations .application-head:first-of-type .left, #activeRecrutations .head:first-of-type .left, #activeRecrutations .listCandidates.list .listUsers .candidate:first-of-type .left, .listCandidates.list .listUsers #activeRecrutations .candidate:first-of-type .left, #activeRecrutations #cv:first-of-type .left, #activeRecrutations .candidate-profile:first-of-type .left, #activeRecrutations .candidate-messages-item:first-of-type .left, #activeRecrutations .recrutationCard .recrutationCard-title:first-of-type .left, .recrutationCard #activeRecrutations .recrutationCard-title:first-of-type .left, #activeRecrutations #statystyki:first-of-type .left, #activeRecrutations #statystyki2:first-of-type .left, #activeRecrutations .tasksCard .taskRow:first-of-type .left, .tasksCard #activeRecrutations .taskRow:first-of-type .left, #activeRecrutations .tasksCard .taskDetails:first-of-type .left, .tasksCard #activeRecrutations .taskDetails:first-of-type .left, #activeRecrutations .list > li:first-of-type .left, .list > #activeRecrutations li:first-of-type .left, #activeRecrutations .grid:first-of-type .left, #activeRecrutations .grid > li:first-of-type .left, .grid > #activeRecrutations li:first-of-type .left {
  width: calc(100% - 235px); }
  #activeRecrutations .clearfix:first-of-type .left h2, #activeRecrutations .marks:first-of-type .left h2, #activeRecrutations .marksEdition:first-of-type .left h2, #activeRecrutations .wrap:first-of-type .left h2, #activeRecrutations .hr_gl-mainContainer:first-of-type .left h2, #activeRecrutations .row:first-of-type .left h2, #activeRecrutations .head:first-of-type .left h2, #activeRecrutations .recrutationCard .recrutationCard-description:first-of-type .left h2, .recrutationCard #activeRecrutations .recrutationCard-description:first-of-type .left h2, #activeRecrutations .col-5:first-of-type .left h2, #activeRecrutations .form fieldset .form-row:first-of-type .left h2, .form fieldset #activeRecrutations .form-row:first-of-type .left h2, #activeRecrutations .list-top-filter .filter:first-of-type .left h2, .list-top-filter #activeRecrutations .filter:first-of-type .left h2, #activeRecrutations .form-actions:first-of-type .left h2, #activeRecrutations .project-steps-content.col-5:first-of-type .left h2, #activeRecrutations .project-steps-content.col-2:first-of-type .left h2, #activeRecrutations .modalRow:first-of-type .left h2, #activeRecrutations .tasksCard .taskRow:first-of-type .left h2, .tasksCard #activeRecrutations .taskRow:first-of-type .left h2, #activeRecrutations #inbox .message-body .message-body-reciepment:first-of-type .left h2, #inbox .message-body #activeRecrutations .message-body-reciepment:first-of-type .left h2, #activeRecrutations #message .message-row:first-of-type .left h2, #message #activeRecrutations .message-row:first-of-type .left h2, #activeRecrutations .hr_page-actions:first-of-type .left h2, #activeRecrutations .application .application-container .application-head:first-of-type .left h2, .application .application-container #activeRecrutations .application-head:first-of-type .left h2, #activeRecrutations .head:first-of-type .left h2, #activeRecrutations .listCandidates.list .listUsers .candidate:first-of-type .left h2, .listCandidates.list .listUsers #activeRecrutations .candidate:first-of-type .left h2, #activeRecrutations #cv:first-of-type .left h2, #activeRecrutations .candidate-profile:first-of-type .left h2, #activeRecrutations .candidate-messages-item:first-of-type .left h2, #activeRecrutations .recrutationCard .recrutationCard-title:first-of-type .left h2, .recrutationCard #activeRecrutations .recrutationCard-title:first-of-type .left h2, #activeRecrutations #statystyki:first-of-type .left h2, #activeRecrutations #statystyki2:first-of-type .left h2, #activeRecrutations .tasksCard .taskRow:first-of-type .left h2, .tasksCard #activeRecrutations .taskRow:first-of-type .left h2, #activeRecrutations .tasksCard .taskDetails:first-of-type .left h2, .tasksCard #activeRecrutations .taskDetails:first-of-type .left h2, #activeRecrutations .list > li:first-of-type .left h2, .list > #activeRecrutations li:first-of-type .left h2, #activeRecrutations .grid:first-of-type .left h2, #activeRecrutations .grid > li:first-of-type .left h2, .grid > #activeRecrutations li:first-of-type .left h2 {
    margin-bottom: 0; }
  @media screen and (max-width: 1025px) {
          #activeRecrutations .clearfix:first-of-type .left a, #activeRecrutations .marks:first-of-type .left a, #activeRecrutations .marksEdition:first-of-type .left a, #activeRecrutations .wrap:first-of-type .left a, #activeRecrutations .hr_gl-mainContainer:first-of-type .left a, #activeRecrutations .row:first-of-type .left a, #activeRecrutations .head:first-of-type .left a, #activeRecrutations .recrutationCard .recrutationCard-description:first-of-type .left a, .recrutationCard #activeRecrutations .recrutationCard-description:first-of-type .left a, #activeRecrutations .col-5:first-of-type .left a, #activeRecrutations .form fieldset .form-row:first-of-type .left a, .form fieldset #activeRecrutations .form-row:first-of-type .left a, #activeRecrutations .list-top-filter .filter:first-of-type .left a, .list-top-filter #activeRecrutations .filter:first-of-type .left a, #activeRecrutations .form-actions:first-of-type .left a, #activeRecrutations .project-steps-content.col-5:first-of-type .left a, #activeRecrutations .project-steps-content.col-2:first-of-type .left a, #activeRecrutations .modalRow:first-of-type .left a, #activeRecrutations .tasksCard .taskRow:first-of-type .left a, .tasksCard #activeRecrutations .taskRow:first-of-type .left a, #activeRecrutations #inbox .message-body .message-body-reciepment:first-of-type .left a, #inbox .message-body #activeRecrutations .message-body-reciepment:first-of-type .left a, #activeRecrutations #message .message-row:first-of-type .left a, #message #activeRecrutations .message-row:first-of-type .left a, #activeRecrutations .hr_page-actions:first-of-type .left a, #activeRecrutations .application .application-container .application-head:first-of-type .left a, .application .application-container #activeRecrutations .application-head:first-of-type .left a, #activeRecrutations .head:first-of-type .left a, #activeRecrutations .listCandidates.list .listUsers .candidate:first-of-type .left a, .listCandidates.list .listUsers #activeRecrutations .candidate:first-of-type .left a, #activeRecrutations #cv:first-of-type .left a, #activeRecrutations .candidate-profile:first-of-type .left a, #activeRecrutations .candidate-messages-item:first-of-type .left a, #activeRecrutations .recrutationCard .recrutationCard-title:first-of-type .left a, .recrutationCard #activeRecrutations .recrutationCard-title:first-of-type .left a, #activeRecrutations #statystyki:first-of-type .left a, #activeRecrutations #statystyki2:first-of-type .left a, #activeRecrutations .tasksCard .taskRow:first-of-type .left a, .tasksCard #activeRecrutations .taskRow:first-of-type .left a, #activeRecrutations .tasksCard .taskDetails:first-of-type .left a, .tasksCard #activeRecrutations .taskDetails:first-of-type .left a, #activeRecrutations .list > li:first-of-type .left a, .list > #activeRecrutations li:first-of-type .left a, #activeRecrutations .grid:first-of-type .left a, #activeRecrutations .grid > li:first-of-type .left a, .grid > #activeRecrutations li:first-of-type .left a {
            margin-top: 6px; } }
  #activeRecrutations .hr_ctr-sortPageContainer {
    margin-top: 20px; }
  #activeRecrutations .projects-list .item {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  #activeRecrutations .projects-list .item .data {
    vertical-align: top; }
  @media screen and (min-width: 1279px) {
          #activeRecrutations .projects-list .item .data a {
            font-size: 1.25rem; } }
  #activeRecrutations .projects-list .item .data span {
    padding-right: 10px;
    color: #999;
    float: left; }
  #activeRecrutations .projects-list .item .data span i {
    font-size: 12px;
    color: #999;
    margin-right: 2px; }
  #activeRecrutations .projects-list .item .functions {
    vertical-align: middle; }
  #activeRecrutations .projects-list .item .functions .hr_i-advertisment {
    margin-top: -5px; }
  #activeRecrutations .projects-list .item .functions > a {
    height: 30px; }
  #activeRecrutations .projects-list .item .functions > .personLink {
    height: 30px; }
  #activeRecrutations .projects-list .item .functions > .personLink .personCount {
    margin-top: -6px !important; }
  #activeRecrutations.new-recrutation-search .clearfix:first-of-type .left, #activeRecrutations.new-recrutation-search .marks:first-of-type .left, #activeRecrutations.new-recrutation-search .marksEdition:first-of-type .left, #activeRecrutations.new-recrutation-search .wrap:first-of-type .left, #activeRecrutations.new-recrutation-search .hr_gl-mainContainer:first-of-type .left, #activeRecrutations.new-recrutation-search .row:first-of-type .left, #activeRecrutations.new-recrutation-search .head:first-of-type .left, #activeRecrutations.new-recrutation-search .recrutationCard .recrutationCard-description:first-of-type .left, .recrutationCard #activeRecrutations.new-recrutation-search .recrutationCard-description:first-of-type .left, #activeRecrutations.new-recrutation-search .col-5:first-of-type .left, #activeRecrutations.new-recrutation-search .form fieldset .form-row:first-of-type .left, .form fieldset #activeRecrutations.new-recrutation-search .form-row:first-of-type .left, #activeRecrutations.new-recrutation-search .list-top-filter .filter:first-of-type .left, .list-top-filter #activeRecrutations.new-recrutation-search .filter:first-of-type .left, #activeRecrutations.new-recrutation-search .form-actions:first-of-type .left, #activeRecrutations.new-recrutation-search .project-steps-content.col-5:first-of-type .left, #activeRecrutations.new-recrutation-search .project-steps-content.col-2:first-of-type .left, #activeRecrutations.new-recrutation-search .modalRow:first-of-type .left, #activeRecrutations.new-recrutation-search .tasksCard .taskRow:first-of-type .left, .tasksCard #activeRecrutations.new-recrutation-search .taskRow:first-of-type .left, #activeRecrutations.new-recrutation-search #inbox .message-body .message-body-reciepment:first-of-type .left, #inbox .message-body #activeRecrutations.new-recrutation-search .message-body-reciepment:first-of-type .left, #activeRecrutations.new-recrutation-search #message .message-row:first-of-type .left, #message #activeRecrutations.new-recrutation-search .message-row:first-of-type .left, #activeRecrutations.new-recrutation-search .hr_page-actions:first-of-type .left, #activeRecrutations.new-recrutation-search .application .application-container .application-head:first-of-type .left, .application .application-container #activeRecrutations.new-recrutation-search .application-head:first-of-type .left, #activeRecrutations.new-recrutation-search .head:first-of-type .left, #activeRecrutations.new-recrutation-search .listCandidates.list .listUsers .candidate:first-of-type .left, .listCandidates.list .listUsers #activeRecrutations.new-recrutation-search .candidate:first-of-type .left, #activeRecrutations.new-recrutation-search #cv:first-of-type .left, #activeRecrutations.new-recrutation-search .candidate-profile:first-of-type .left, #activeRecrutations.new-recrutation-search .candidate-messages-item:first-of-type .left, #activeRecrutations.new-recrutation-search .recrutationCard .recrutationCard-title:first-of-type .left, .recrutationCard #activeRecrutations.new-recrutation-search .recrutationCard-title:first-of-type .left, #activeRecrutations.new-recrutation-search #statystyki:first-of-type .left, #activeRecrutations.new-recrutation-search #statystyki2:first-of-type .left, #activeRecrutations.new-recrutation-search .tasksCard .taskRow:first-of-type .left, .tasksCard #activeRecrutations.new-recrutation-search .taskRow:first-of-type .left, #activeRecrutations.new-recrutation-search .tasksCard .taskDetails:first-of-type .left, .tasksCard #activeRecrutations.new-recrutation-search .taskDetails:first-of-type .left, #activeRecrutations.new-recrutation-search .list > li:first-of-type .left, .list > #activeRecrutations.new-recrutation-search li:first-of-type .left, #activeRecrutations.new-recrutation-search .grid:first-of-type .left, #activeRecrutations.new-recrutation-search .grid > li:first-of-type .left, .grid > #activeRecrutations.new-recrutation-search li:first-of-type .left {
    width: 100%; }
  #activeRecrutations.new-recrutation-search .clearfix:first-of-type .left a, #activeRecrutations.new-recrutation-search .marks:first-of-type .left a, #activeRecrutations.new-recrutation-search .marksEdition:first-of-type .left a, #activeRecrutations.new-recrutation-search .wrap:first-of-type .left a, #activeRecrutations.new-recrutation-search .hr_gl-mainContainer:first-of-type .left a, #activeRecrutations.new-recrutation-search .row:first-of-type .left a, #activeRecrutations.new-recrutation-search .head:first-of-type .left a, #activeRecrutations.new-recrutation-search .recrutationCard .recrutationCard-description:first-of-type .left a, .recrutationCard #activeRecrutations.new-recrutation-search .recrutationCard-description:first-of-type .left a, #activeRecrutations.new-recrutation-search .col-5:first-of-type .left a, #activeRecrutations.new-recrutation-search .form fieldset .form-row:first-of-type .left a, .form fieldset #activeRecrutations.new-recrutation-search .form-row:first-of-type .left a, #activeRecrutations.new-recrutation-search .list-top-filter .filter:first-of-type .left a, .list-top-filter #activeRecrutations.new-recrutation-search .filter:first-of-type .left a, #activeRecrutations.new-recrutation-search .form-actions:first-of-type .left a, #activeRecrutations.new-recrutation-search .project-steps-content.col-5:first-of-type .left a, #activeRecrutations.new-recrutation-search .project-steps-content.col-2:first-of-type .left a, #activeRecrutations.new-recrutation-search .modalRow:first-of-type .left a, #activeRecrutations.new-recrutation-search .tasksCard .taskRow:first-of-type .left a, .tasksCard #activeRecrutations.new-recrutation-search .taskRow:first-of-type .left a, #activeRecrutations.new-recrutation-search #inbox .message-body .message-body-reciepment:first-of-type .left a, #inbox .message-body #activeRecrutations.new-recrutation-search .message-body-reciepment:first-of-type .left a, #activeRecrutations.new-recrutation-search #message .message-row:first-of-type .left a, #message #activeRecrutations.new-recrutation-search .message-row:first-of-type .left a, #activeRecrutations.new-recrutation-search .hr_page-actions:first-of-type .left a, #activeRecrutations.new-recrutation-search .application .application-container .application-head:first-of-type .left a, .application .application-container #activeRecrutations.new-recrutation-search .application-head:first-of-type .left a, #activeRecrutations.new-recrutation-search .head:first-of-type .left a, #activeRecrutations.new-recrutation-search .listCandidates.list .listUsers .candidate:first-of-type .left a, .listCandidates.list .listUsers #activeRecrutations.new-recrutation-search .candidate:first-of-type .left a, #activeRecrutations.new-recrutation-search #cv:first-of-type .left a, #activeRecrutations.new-recrutation-search .candidate-profile:first-of-type .left a, #activeRecrutations.new-recrutation-search .candidate-messages-item:first-of-type .left a, #activeRecrutations.new-recrutation-search .recrutationCard .recrutationCard-title:first-of-type .left a, .recrutationCard #activeRecrutations.new-recrutation-search .recrutationCard-title:first-of-type .left a, #activeRecrutations.new-recrutation-search #statystyki:first-of-type .left a, #activeRecrutations.new-recrutation-search #statystyki2:first-of-type .left a, #activeRecrutations.new-recrutation-search .tasksCard .taskRow:first-of-type .left a, .tasksCard #activeRecrutations.new-recrutation-search .taskRow:first-of-type .left a, #activeRecrutations.new-recrutation-search .tasksCard .taskDetails:first-of-type .left a, .tasksCard #activeRecrutations.new-recrutation-search .taskDetails:first-of-type .left a, #activeRecrutations.new-recrutation-search .list > li:first-of-type .left a, .list > #activeRecrutations.new-recrutation-search li:first-of-type .left a, #activeRecrutations.new-recrutation-search .grid:first-of-type .left a, #activeRecrutations.new-recrutation-search .grid > li:first-of-type .left a, .grid > #activeRecrutations.new-recrutation-search li:first-of-type .left a {
    float: right; }
  #activeRecrutations.new-recrutation-search.fullwidth .clearfix:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .marks:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .marksEdition:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .wrap:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .hr_gl-mainContainer:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .row:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .head:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .recrutationCard .recrutationCard-description:first-of-type .left, .recrutationCard #activeRecrutations.new-recrutation-search.fullwidth .recrutationCard-description:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .col-5:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .form fieldset .form-row:first-of-type .left, .form fieldset #activeRecrutations.new-recrutation-search.fullwidth .form-row:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .list-top-filter .filter:first-of-type .left, .list-top-filter #activeRecrutations.new-recrutation-search.fullwidth .filter:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .form-actions:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .project-steps-content.col-5:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .project-steps-content.col-2:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .modalRow:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .tasksCard .taskRow:first-of-type .left, .tasksCard #activeRecrutations.new-recrutation-search.fullwidth .taskRow:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth #inbox .message-body .message-body-reciepment:first-of-type .left, #inbox .message-body #activeRecrutations.new-recrutation-search.fullwidth .message-body-reciepment:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth #message .message-row:first-of-type .left, #message #activeRecrutations.new-recrutation-search.fullwidth .message-row:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .hr_page-actions:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .application .application-container .application-head:first-of-type .left, .application .application-container #activeRecrutations.new-recrutation-search.fullwidth .application-head:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .head:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .listCandidates.list .listUsers .candidate:first-of-type .left, .listCandidates.list .listUsers #activeRecrutations.new-recrutation-search.fullwidth .candidate:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth #cv:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .candidate-profile:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .candidate-messages-item:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .recrutationCard .recrutationCard-title:first-of-type .left, .recrutationCard #activeRecrutations.new-recrutation-search.fullwidth .recrutationCard-title:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth #statystyki:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth #statystyki2:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .tasksCard .taskRow:first-of-type .left, .tasksCard #activeRecrutations.new-recrutation-search.fullwidth .taskRow:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .tasksCard .taskDetails:first-of-type .left, .tasksCard #activeRecrutations.new-recrutation-search.fullwidth .taskDetails:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .list > li:first-of-type .left, .list > #activeRecrutations.new-recrutation-search.fullwidth li:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .grid:first-of-type .left, #activeRecrutations.new-recrutation-search.fullwidth .grid > li:first-of-type .left, .grid > #activeRecrutations.new-recrutation-search.fullwidth li:first-of-type .left {
    width: 50%; }
  #activeRecrutations.new-recrutation-search.fullwidth .clearfix:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .marks:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .marksEdition:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .wrap:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .hr_gl-mainContainer:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .row:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .head:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .recrutationCard .recrutationCard-description:first-of-type .left a, .recrutationCard #activeRecrutations.new-recrutation-search.fullwidth .recrutationCard-description:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .col-5:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .form fieldset .form-row:first-of-type .left a, .form fieldset #activeRecrutations.new-recrutation-search.fullwidth .form-row:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .list-top-filter .filter:first-of-type .left a, .list-top-filter #activeRecrutations.new-recrutation-search.fullwidth .filter:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .form-actions:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .project-steps-content.col-5:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .project-steps-content.col-2:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .modalRow:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .tasksCard .taskRow:first-of-type .left a, .tasksCard #activeRecrutations.new-recrutation-search.fullwidth .taskRow:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth #inbox .message-body .message-body-reciepment:first-of-type .left a, #inbox .message-body #activeRecrutations.new-recrutation-search.fullwidth .message-body-reciepment:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth #message .message-row:first-of-type .left a, #message #activeRecrutations.new-recrutation-search.fullwidth .message-row:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .hr_page-actions:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .application .application-container .application-head:first-of-type .left a, .application .application-container #activeRecrutations.new-recrutation-search.fullwidth .application-head:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .head:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .listCandidates.list .listUsers .candidate:first-of-type .left a, .listCandidates.list .listUsers #activeRecrutations.new-recrutation-search.fullwidth .candidate:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth #cv:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .candidate-profile:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .candidate-messages-item:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .recrutationCard .recrutationCard-title:first-of-type .left a, .recrutationCard #activeRecrutations.new-recrutation-search.fullwidth .recrutationCard-title:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth #statystyki:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth #statystyki2:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .tasksCard .taskRow:first-of-type .left a, .tasksCard #activeRecrutations.new-recrutation-search.fullwidth .taskRow:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .tasksCard .taskDetails:first-of-type .left a, .tasksCard #activeRecrutations.new-recrutation-search.fullwidth .taskDetails:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .list > li:first-of-type .left a, .list > #activeRecrutations.new-recrutation-search.fullwidth li:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .grid:first-of-type .left a, #activeRecrutations.new-recrutation-search.fullwidth .grid > li:first-of-type .left a, .grid > #activeRecrutations.new-recrutation-search.fullwidth li:first-of-type .left a {
    float: left; }
  #activeRecrutations .new-filters-active {
    margin-bottom: 5px !important; }
  #activeRecrutations .application-links {
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 4px;
    color: #666;
    padding: 10px 10px;
    line-height: 0.8;
    margin-top: -5px;
    margin-right: 9px;
    height: 32px !important; }

.sort-by {
  display: block;
  color: #666 !important;
  text-decoration: none;
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  text-align: left;
  background: none; }
  .sort-by.active {
    font-weight: 700; }

.listCandidates.grid .listUsers.new-version-search {
  width: calc(100% - 100px) !important; }
  .listCandidates.listaEtapowTop .new-version-search .card, .listCandidates.listaEtapowTop .new-version-search .listCandidates.grid .listUsers .col .candidate, .listCandidates.grid .listUsers .col .listCandidates.listaEtapowTop .new-version-search .candidate, .listCandidates.listaEtapowTop .new-version-search .grid > li, .grid > .listCandidates.listaEtapowTop .new-version-search li {
    width: auto !important;
    padding: 7px 15px 5px !important;
    min-height: inherit !important; }
  .listCandidates.listaEtapowTop .new-version-search .card.first, .listCandidates.listaEtapowTop .new-version-search .listCandidates.grid .listUsers .col .candidate.first, .listCandidates.grid .listUsers .col .listCandidates.listaEtapowTop .new-version-search .candidate.first, .listCandidates.listaEtapowTop .new-version-search .grid > li.first, .grid > .listCandidates.listaEtapowTop .new-version-search li.first {
    margin-left: 0 !important; }
  .listCandidates.listaEtapowTop .new-version-search .card .card-number, .listCandidates.listaEtapowTop .new-version-search .listCandidates.grid .listUsers .col .candidate .card-number, .listCandidates.grid .listUsers .col .listCandidates.listaEtapowTop .new-version-search .candidate .card-number, .listCandidates.listaEtapowTop .new-version-search .grid > li .card-number, .grid > .listCandidates.listaEtapowTop .new-version-search li .card-number {
    width: auto !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    font-size: 1.7rem !important; }
  .listCandidates.listaEtapowTop .new-version-search .card .card-name, .listCandidates.listaEtapowTop .new-version-search .listCandidates.grid .listUsers .col .candidate .card-name, .listCandidates.grid .listUsers .col .listCandidates.listaEtapowTop .new-version-search .candidate .card-name, .listCandidates.listaEtapowTop .new-version-search .grid > li .card-name, .grid > .listCandidates.listaEtapowTop .new-version-search li .card-name {
    width: auto !important;
    text-overflow: inherit !important;
    white-space: inherit !important;
    margin: 6px 0 0 10px !important;
    font-size: 1rem !important; }

.nsh-sorting {
  color: #999; }
  .nsh-sorting span {
    font-weight: 700;
    border-bottom: 1px solid #999; }
  .nsh-sorting span i {
    margin-left: 5px; }

.personLink {
  margin: 0 0 0 10px;
  text-align: center;
  display: inline-block; }
  .personLink .person {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0; }
  .personLink .person .notification {
    left: 15px;
    top: -5px;
    right: initial; }
  .personLink .person:before {
    margin: 0 4px 0 0; }
  .personLink .personCount {
    font-weight: 300;
    font-size: 2rem;
    color: #999;
    letter-spacing: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px !important;
    margin-left: 18px !important; }
  @media screen and (max-width: 1025px) {
    .personLink .personCount {
      font-size: 1.75rem; } }

.full-width {
  width: 100% !important; }
  .full-width .ogloszenia-row {
    clear: both;
    float: left;
    width: 100%;
    display: table-row; }
  .full-width .ogloszenia-row td {
    float: left; }
  .full-width .ogloszenia-row td:nth-child(1) {
    width: 15%; }
  .full-width .ogloszenia-row td.ogloszenia-body {
    width: 35%; }
  .full-width .ogloszenia-row td.ogloszenia-city {
    width: 35%; }
  .full-width .ogloszenia-row td.ogloszenia-city .dropdownWrapper {
    margin: 1px 0 0 5px !important; }
  .full-width .ogloszenia-row td:nth-last-child(1) {
    width: 15% !important;
    float: right !important; }
  .full-width .ogloszenia-row td:nth-child(1), .full-width .ogloszenia-row td.ogloszenia-city, .full-width .ogloszenia-row td:nth-last-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    height: 100%; }

.ogloszenia-row td:nth-child(1) {
  width: 100px;
  vertical-align: top; }

.dots-wrapper-container .dropdown-menu li {
  background: #fff !important; }

.dropdown .group {
  clear: both;
  display: block; }

#userFunctions {
  margin-left: 0; }
  #userFunctions .dropdown {
    margin-top: 30px !important; }
  #userFunctions .avatar {
    display: none; }

#kanaly_opublikowane .ogloszenia-w-projekcie, #kanaly_nieopublikowane .ogloszenia-w-projekcie, #kanaly_filtry .ogloszenia-w-projekcie, .recrutationCard-description .ogloszenia-w-projekcie {
  width: 100%; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:first-child, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:first-child, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:first-child, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:first-child {
    width: 90px;
    vertical-align: top; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td.ogloszenia-body .light .name, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td.ogloszenia-body .light .name, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td.ogloszenia-body .light .name, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td.ogloszenia-body .light .name {
    margin-top: -5px; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td.ogloszenia-city, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td.ogloszenia-city, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td.ogloszenia-city, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td.ogloszenia-city {
    text-align: center; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:last-child, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child {
    width: 390px; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .personLink, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .personLink, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:last-child .personLink, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child .personLink {
    margin: 0;
    display: inline-block;
    float: left; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .personLink .personCount, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .personLink .personCount, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:last-child .personLink .personCount, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child .personLink .personCount {
    margin: 0 !important;
    line-height: 1; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child > a, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child > a, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:last-child > a, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child > a {
    display: inline-block;
    float: left;
    margin-left: 25px; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .item-box, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .item-box, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:last-child .item-box, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child .item-box {
    margin-left: 10px !important;
    float: right; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .item-box > a, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .item-box > a, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:last-child .item-box > a, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child .item-box > a {
    margin-top: 0 !important;
    height: 30px !important; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper {
    margin: 0 0 0 31px; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper .openDropdown, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper .openDropdown, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper .openDropdown, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper .openDropdown {
    color: black; }
  #kanaly_opublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper .dropdown, #kanaly_nieopublikowane .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper .dropdown, #kanaly_filtry .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper .dropdown, .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child .dropdownWrapper .dropdown {
    margin-top: 10px; }

#kanaly_opublikowane .personCount, #kanaly_nieopublikowane .personCount, #kanaly_filtry .personCount {
  color: #999 !important; }

.recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td .personCount {
  color: #6cbf57; }
  .recrutationCard-description .ogloszenia-w-projekcie .ogloszenia-row td:last-child .openDropdown {
    margin-top: 10px; }

.trgclik.ion-alert:before {
  color: #f00 !important;
  margin-right: 3px; }

.dots-wrapper-container > .dropdown-menu li {
  height: 43px;
  width: 100%; }
  .dots-wrapper-container > .dropdown-menu li a {
    line-height: 19px; }

.listCandidates.grid.evaluative .listUsers.new-version-search {
  width: 100% !important;
  padding-left: 0 !important; }

#filterNo4 label, #filterNo4 li {
  float: left !important; }
  #filterNo4 label:nth-child(3) {
    margin-left: 10px; }

.magazine.list .hr_i-options-more, .magazine.list .hr_i-wh-options-more {
  width: 30px;
  height: 30px; }
  .magazine.list .hr_i-options-more {
    margin-left: 11px;
    margin-top: -2.5px; }

.H4link_obejma div ul {
  list-style: initial !important; }

#e3xp0rt3r_formularz .obramowanie {
  padding: 30px 10px; }
  #e3xp0rt3r_formularz .application-logo {
    margin-bottom: 35px; }
  #e3xp0rt3r_formularz #main h3 {
    font-weight: 300 !important;
    font-size: 2rem !important; }
  #e3xp0rt3r_formularz #main .push-fieldset {
    margin-top: 16px; }
  #e3xp0rt3r_formularz #main .push-bottom {
    margin-bottom: 18px; }
  #e3xp0rt3r_formularz #main fieldset .form-group:nth-last-child(1), #e3xp0rt3r_formularz #main fieldset .button-remove-wrapper:nth-last-child(1) {
    margin-bottom: 0; }
  #e3xp0rt3r_formularz #main .pyt_sel.hide {
    display: none !important; }

#formularz_ewdr .fieldset, #formularz_ewdr .application .application-container fieldset, .application .application-container #formularz_ewdr fieldset {
  border: 2px solid #55a541 !important;
  padding-top: 30px !important;
  padding-bottom: 30px; }
  #formularz_ewdr .fieldset .form-group:nth-last-child(1), #formularz_ewdr .application .application-container fieldset .form-group:nth-last-child(1), #formularz_ewdr .application .application-container fieldset .button-remove-wrapper:nth-last-child(1), .application .application-container #formularz_ewdr fieldset .form-group:nth-last-child(1), #formularz_ewdr .fieldset .button-remove-wrapper:nth-last-child(1) {
    margin-bottom: 0; }

.pytania-selekcyjne .form-group, .pytania-selekcyjne .button-remove-wrapper {
  margin-bottom: 18px !important; }

.hr_pull-right .dropdownWrapper.new-ver .dropdown:before {
  top: -27px; }

.do-overflow {
  overflow: inherit !important; }

.not-visible {
  opacity: 0 !important;
  top: -100000px;
  position: absolute;
  z-index: -2000; }

.candidateInfoHead .dropdown .group a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1; }

.gray-btn {
  border: 1px solid #f0f0f0 !important;
  background: #f0f0f0 !important;
  border-radius: 4px !important;
  color: #666 !important; }

.recrutationCard, .recrutationCardWrapper {
  width: 970px !important; }
/*.modal-wrap {
 .recrutationCard, .recrutationCardWrapper {width: 100% !important; display: table;}
 }*/
.ogloszenia-row-body h4 a small {
  font-size: 15px; }

.modal-overflow {
  margin-left: auto !important;
  margin-right: auto !important; }

#sidebar {
  padding-top: 0;
  padding-bottom: 0; }

#sidebar-content, #sidebar-content-blocks {
  padding-top: 0;
  padding-bottom: 0; }
  #sidebar-content .candidateInfoHead .hr_pull-left, #sidebar-content-blocks .candidateInfoHead .hr_pull-left {
    margin-left: 27px; }
  #sidebar-content .candidateInfoHead.new-ver .hr_pull-left, #sidebar-content-blocks .candidateInfoHead.new-ver .hr_pull-left {
    margin-left: 0; }

.tab-pane {
  min-height: 400px; }

#cv.tab-pane {
  padding: 0 !important; }

.dots-wrapper-container.hide {
  display: none !important; }

.dropdownWrapper .dropdown.dropdownLeft {
  right: -14px !important;
  left: auto !important; }

.datepicker thead tr th {
  background: #fff !important; }

html, body {
  height: 100% !important; }

#page-handler {
  min-height: 100%;
  margin-bottom: -65px; }
  #page-handler:after {
    content: "";
    display: block;
    height: 65px; }

.pushIfH2 a:nth-child(2) {
  margin: 0 10px; }

.listCandidates h2 .button.green, .listCandidates h2 .button-remove-wrapper a.green, .listCandidates h2 .button-remove-wrapper a.candidateInfoHead, .listCandidates h2 .button-remove-wrapper .card a.active, .listCandidates h2 .button-remove-wrapper .listCandidates.grid .listUsers .col .candidate a.active, .listCandidates.grid .listUsers .col .listCandidates h2 .button-remove-wrapper .candidate a.active, .listCandidates h2 .button-remove-wrapper .grid > li a.active, .grid > .listCandidates h2 .button-remove-wrapper li a.active, .card .listCandidates h2 .button-remove-wrapper a.active, .listCandidates h2 .button-remove-wrapper .grid.regular > a, .grid.regular > .listCandidates h2 .button-remove-wrapper a, .listCandidates h2 .button-remove-wrapper .grid.szerokie > a, .grid.szerokie > .listCandidates h2 .button-remove-wrapper a, .listCandidates h2 .button-remove-wrapper a.button-green, .listCandidates h2 .button-remove-wrapper .notatki a.notatka-date.active, .notatki .listCandidates h2 .button-remove-wrapper a.notatka-date.active, .button-remove-wrapper .listCandidates h2 a.green, .listCandidates h2 .button-green.green, .listCandidates h2 .candidateInfoHead.button-green, .listCandidates h2 .card .active.button-green, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .active.button-green, .listCandidates.grid .listUsers .col .listCandidates h2 .candidate .active.button-green, .listCandidates h2 .grid > li .active.button-green, .grid > .listCandidates h2 li .active.button-green, .card .listCandidates h2 .active.button-green, .listCandidates h2 .grid.regular > li.button-green, .grid.regular > .listCandidates h2 li.button-green, .listCandidates h2 .grid.szerokie > li.button-green, .grid.szerokie > .listCandidates h2 li.button-green, .listCandidates h2 .button-green.button-green, .listCandidates h2 .notatki .notatka-date.active.button-green, .notatki .listCandidates h2 .notatka-date.active.button-green, .listCandidates h2 .button-normal.green, .listCandidates h2 .small-tastk-list .options a.green, .listCandidates h2 .small-tastk-list .options a.candidateInfoHead, .listCandidates h2 .small-tastk-list .options .card a.active, .listCandidates h2 .small-tastk-list .options .listCandidates.grid .listUsers .col .candidate a.active, .listCandidates.grid .listUsers .col .listCandidates h2 .small-tastk-list .options .candidate a.active, .listCandidates h2 .small-tastk-list .options .grid > li a.active, .grid > .listCandidates h2 .small-tastk-list .options li a.active, .card .listCandidates h2 .small-tastk-list .options a.active, .listCandidates h2 .small-tastk-list .options .grid.regular > a, .grid.regular > .listCandidates h2 .small-tastk-list .options a, .listCandidates h2 .small-tastk-list .options .grid.szerokie > a, .grid.szerokie > .listCandidates h2 .small-tastk-list .options a, .listCandidates h2 .small-tastk-list .options a.button-green, .listCandidates h2 .small-tastk-list .options .notatki a.notatka-date.active, .notatki .listCandidates h2 .small-tastk-list .options a.notatka-date.active, .small-tastk-list .options .listCandidates h2 a.green, .listCandidates h2 .candidateInfoHead.button-normal, .listCandidates h2 .small-tastk-list .options a.candidateInfoHead, .small-tastk-list .options .listCandidates h2 a.candidateInfoHead, .listCandidates h2 .card .active.button-normal, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .active.button-normal, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .small-tastk-list .options a.active, .small-tastk-list .options .listCandidates h2 .listCandidates.grid .listUsers .col .candidate a.active, .listCandidates.grid .listUsers .col .listCandidates h2 .candidate .active.button-normal, .listCandidates h2 .grid > li .active.button-normal, .listCandidates h2 .grid > li .small-tastk-list .options a.active, .small-tastk-list .options .listCandidates h2 .grid > li a.active, .grid > .listCandidates h2 li .active.button-normal, .listCandidates h2 .card .small-tastk-list .options a.active, .small-tastk-list .options .listCandidates h2 .card a.active, .card .listCandidates h2 .active.button-normal, .listCandidates h2 .grid.regular > li.button-normal, .listCandidates h2 .grid.regular > .small-tastk-list .options li, .small-tastk-list .options .listCandidates h2 .grid.regular > li, .grid.regular > .listCandidates h2 li.button-normal, .listCandidates h2 .grid.szerokie > li.button-normal, .listCandidates h2 .grid.szerokie > .small-tastk-list .options li, .small-tastk-list .options .listCandidates h2 .grid.szerokie > li, .grid.szerokie > .listCandidates h2 li.button-normal, .listCandidates h2 .button-green.button-normal, .listCandidates h2 .small-tastk-list .options a.button-green, .small-tastk-list .options .listCandidates h2 a.button-green, .listCandidates h2 .notatki .notatka-date.active.button-normal, .listCandidates h2 .notatki .small-tastk-list .options a.notatka-date.active, .small-tastk-list .options .listCandidates h2 .notatki a.notatka-date.active, .notatki .listCandidates h2 .notatka-date.active.button-normal, .listCandidates h2 .button-light.green, .listCandidates h2 .candidateInfoHead.button-light, .listCandidates h2 .card .active.button-light, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .active.button-light, .listCandidates.grid .listUsers .col .listCandidates h2 .candidate .active.button-light, .listCandidates h2 .grid > li .active.button-light, .grid > .listCandidates h2 li .active.button-light, .card .listCandidates h2 .active.button-light, .listCandidates h2 .grid.regular > li.button-light, .grid.regular > .listCandidates h2 li.button-light, .listCandidates h2 .grid.szerokie > li.button-light, .grid.szerokie > .listCandidates h2 li.button-light, .listCandidates h2 .button-green.button-light, .listCandidates h2 .notatki .notatka-date.active.button-light, .notatki .listCandidates h2 .notatka-date.active.button-light, .listCandidates h2 .candidateInfoHead.button, .listCandidates h2 .button-remove-wrapper a.candidateInfoHead, .button-remove-wrapper .listCandidates h2 a.candidateInfoHead, .listCandidates h2 .button-green.candidateInfoHead, .listCandidates h2 .button-normal.candidateInfoHead, .listCandidates h2 .small-tastk-list .options a.candidateInfoHead, .small-tastk-list .options .listCandidates h2 a.candidateInfoHead, .listCandidates h2 .button-light.candidateInfoHead, .listCandidates h2 .card .active.button, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .active.button, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .button-remove-wrapper a.active, .button-remove-wrapper .listCandidates h2 .listCandidates.grid .listUsers .col .candidate a.active, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .button-green.active, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .button-normal.active, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .small-tastk-list .options a.active, .small-tastk-list .options .listCandidates h2 .listCandidates.grid .listUsers .col .candidate a.active, .listCandidates h2 .listCandidates.grid .listUsers .col .candidate .button-light.active, .listCandidates.grid .listUsers .col .listCandidates h2 .candidate .active.button, .listCandidates h2 .grid > li .active.button, .listCandidates h2 .grid > li .button-remove-wrapper a.active, .button-remove-wrapper .listCandidates h2 .grid > li a.active, .listCandidates h2 .grid > li .button-green.active, .listCandidates h2 .grid > li .button-normal.active, .listCandidates h2 .grid > li .small-tastk-list .options a.active, .small-tastk-list .options .listCandidates h2 .grid > li a.active, .listCandidates h2 .grid > li .button-light.active, .grid > .listCandidates h2 li .active.button, .listCandidates h2 .card .button-remove-wrapper a.active, .button-remove-wrapper .listCandidates h2 .card a.active, .listCandidates h2 .card .button-green.active, .listCandidates h2 .card .button-normal.active, .listCandidates h2 .card .small-tastk-list .options a.active, .small-tastk-list .options .listCandidates h2 .card a.active, .listCandidates h2 .card .button-light.active, .card .listCandidates h2 .active.button, .listCandidates h2 .grid.regular > li.button, .listCandidates h2 .grid.regular > .button-remove-wrapper li, .button-remove-wrapper .listCandidates h2 .grid.regular > li, .listCandidates h2 .grid.regular > li.button-green, .listCandidates h2 .grid.regular > li.button-normal, .listCandidates h2 .grid.regular > .small-tastk-list .options li, .small-tastk-list .options .listCandidates h2 .grid.regular > li, .listCandidates h2 .grid.regular > li.button-light, .grid.regular > .listCandidates h2 li.button, .listCandidates h2 .grid.szerokie > li.button, .listCandidates h2 .grid.szerokie > .button-remove-wrapper li, .button-remove-wrapper .listCandidates h2 .grid.szerokie > li, .listCandidates h2 .grid.szerokie > li.button-green, .listCandidates h2 .grid.szerokie > li.button-normal, .listCandidates h2 .grid.szerokie > .small-tastk-list .options li, .small-tastk-list .options .listCandidates h2 .grid.szerokie > li, .listCandidates h2 .grid.szerokie > li.button-light, .grid.szerokie > .listCandidates h2 li.button, .listCandidates h2 .button-green.button, .listCandidates h2 .button-remove-wrapper a.button-green, .button-remove-wrapper .listCandidates h2 a.button-green, .listCandidates h2 .button-green.button-green, .listCandidates h2 .button-normal.button-green, .listCandidates h2 .small-tastk-list .options a.button-green, .small-tastk-list .options .listCandidates h2 a.button-green, .listCandidates h2 .button-light.button-green, .listCandidates h2 .notatki .notatka-date.active.button, .listCandidates h2 .notatki .button-remove-wrapper a.notatka-date.active, .button-remove-wrapper .listCandidates h2 .notatki a.notatka-date.active, .listCandidates h2 .notatki .button-green.notatka-date.active, .listCandidates h2 .notatki .button-normal.notatka-date.active, .listCandidates h2 .notatki .small-tastk-list .options a.notatka-date.active, .small-tastk-list .options .listCandidates h2 .notatki a.notatka-date.active, .listCandidates h2 .notatki .button-light.notatka-date.active, .notatki .listCandidates h2 .notatka-date.active.button {
  font-size: 16px !important; }
  .listCandidates h2 .button.prosp, .listCandidates h2 .button-remove-wrapper a.prosp, .button-remove-wrapper .listCandidates h2 a.prosp, .listCandidates h2 .button-green.prosp, .listCandidates h2 .button-normal.prosp, .listCandidates h2 .small-tastk-list .options a.prosp, .small-tastk-list .options .listCandidates h2 a.prosp, .listCandidates h2 .button-light.prosp {
    float: right;
    margin-top: 3px; }

.tab-pane .ogloszenia-w-projekcie .ogloszenia-row-body .hr_btn-row {
  margin: 15px 0 5px 0; }
  .tab-pane .ogloszenia-w-projekcie .ogloszenia-row-body .hr_btn-row .hr_btn {
    margin: 0 10px 10px 0; }

.dots-wrapper-container .dropdownRight .long-tree-dropdown .tree-first {
  position: absolute;
  top: 0;
  right: 100%;
  left: auto; }
  .dots-wrapper-container .dropdownRight .long-tree-dropdown .tree-first .tree-second .tree-third {
    position: absolute;
    top: 0;
    right: 100%; }
  .dots-wrapper-container .dropdownRight .long-tree-dropdown .tree-first .tree-second .tree-third .tree-fourth {
    position: absolute;
    top: 0;
    right: 100%; }
/*#close-preview, #previous-candidate, #next-candidate, #edit-multi {
 display: none !important;
 }*/
.mceToolbar tbody tr td a {
  border-right: 1px solid #ebebeb !important; }
  .mceToolbar tbody tr td:nth-last-child(2) a {
    border-right: 0 !important; }

.storehouse-container .grid li {
  overflow: hidden; }
  .storehouse-container .grid li .left {
    width: 100%; }
  .storehouse-container .grid li .left h3 {
    width: 100%;
    word-break: break-word; }

.ion-alert.nds {
  color: #e74c3c;
  margin-right: 5px; }

.pytania-selekcyjne.pyt_sel .select2-chosen {
  max-width: 660px; }

input.readonly {
  background: #eee !important; }

.hrlink-processing {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  min-height: 100%;
  height: 100%; }
  .hrlink-processing .fa {
    z-index: 4;
    position: fixed;
    left: 50%;
    font-size: 61px;
    top: 50%;
    margin-left: -30.5px;
    margin-top: -30.5px; }

.loading-cv-file {
  color: #55a541;
  font-size: 20px;
  margin-right: 10px; }

.file-transfer-span {
  font-weight: 700; }

.status-wrapper > .dropdownWrapper > .dropdown {
  overflow: inherit; }

.stage-wrapper > .dropdown {
  top: 111px;
  width: 750px;
  max-height: 183px;
  overflow: initial; }
  .stage-wrapper > .dropdown:before {
    left: 237px; }
  .stage-wrapper > .dropdown > .group {
    border-bottom: 1px solid #f1f4f4;
    width: 25%;
    display: inline-block;
    clear: none;
    float: left; }

#alertWrapper_notify {
  text-align: left;
  word-break: keep-all; }
  #alertWrapper_notify p {
    word-break: keep-all; }

.form-with-cv-preview .cv-preview-wrapper {
  padding: 28px 20px 15px !important; }

#cv-preview-wrapper-sticky-wrapper {
  float: right;
  width: calc(100% - 460px) !important;
  background: #fff;
  margin: 0 -18px 0 0; }
  #cv-preview-wrapper-sticky-wrapper:not(.candidateSticked) .cv-preview-wrapper {
    margin: 0 20px 0 0; }
  #cv-preview-wrapper-sticky-wrapper #viewer {
    overflow: auto; }
  #cv-preview-wrapper-sticky-wrapper .cv-preview-wrapper {
    background: #fff;
    padding: 28px 0 15px 20px !important;
    width: 100%; }
  #cv-preview-wrapper-sticky-wrapper.candidateSticked > #cv-preview-wrapper {
    padding-left: 0 !important; }

.two-columns {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 16px; }
  .two-columns.no-border {
    border: none; }
  .two-columns .form-group:nth-child(2) label, .two-columns .button-remove-wrapper:nth-child(2) label {
    text-align: center !important; }

.add-multiply-preview {
  display: table;
  position: relative;
  width: 100%; }
  .add-multiply-preview fieldset .form-group, .add-multiply-preview fieldset .button-remove-wrapper {
    position: relative;
    width: 100%;
    padding: 0 !important; }
  .add-multiply-preview fieldset .form-group .validate-with-star, .add-multiply-preview fieldset .button-remove-wrapper .validate-with-star {
    position: absolute;
    right: -6px;
    top: 12px;
    font-size: 32px;
    line-height: 1;
    color: #6cbf57; }
  .add-multiply-preview fieldset .form-group #wrapisfile + .validate-with-star, .add-multiply-preview fieldset .button-remove-wrapper #wrapisfile + .validate-with-star {
    right: auto;
    float: left;
    margin: 0 0 0 -6px; }
  .add-multiply-preview fieldset .form-group .checkbox-clause-contents .validate-with-star, .add-multiply-preview fieldset .button-remove-wrapper .checkbox-clause-contents .validate-with-star {
    right: -8px; }
  .add-multiply-preview fieldset .form-row .form-group .validate-with-star, .add-multiply-preview fieldset .form-row .button-remove-wrapper .validate-with-star {
    right: -6px;
    top: 12px; }
  .add-multiply-preview .two-columns .form-group, .add-multiply-preview .two-columns .button-remove-wrapper {
    width: 48%;
    padding: 0 !important; }
  .add-multiply-preview .two-columns .form-group:nth-child(1), .add-multiply-preview .two-columns .button-remove-wrapper:nth-child(1) {
    margin-right: 2%;
    float: left; }
  .add-multiply-preview .two-columns .form-group:nth-child(2), .add-multiply-preview .two-columns .button-remove-wrapper:nth-child(2) {
    float: right; }
  .add-multiply-preview .two-columns .form-group label, .add-multiply-preview .two-columns .button-remove-wrapper label {
    text-align: left !important; }
  .add-multiply-preview .cv-preview {
    display: table;
    width: 70%;
    float: right; }

.form-row > h3.education, .form-row > h3.experience, .form-row > h3.finance {
  display: block;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 300;
  color: #666; }
  .form-row > h3.education i, .form-row > h3.experience i, .form-row > h3.finance i {
    font-size: 20px;
    float: right;
    margin: 10px 5px 0 0;
    color: #6cbf57; }

.randstad-olx-info {
  margin: 5px 0 0 203px;
  max-width: 423px;
  font-size: 13px; }

@media only print {
  body #head, body .listUsers, body .listCards, body .main-content .listCandidates .wrap > .row, body .main-content .listCandidates .hr_gl-mainContainer > .row, body .main-content .listCandidates .hr_gl-mainContainer > .head, body .main-content .listCandidates .hr_gl-mainContainer > .recrutationCard .recrutationCard-description, .recrutationCard body .main-content .listCandidates .hr_gl-mainContainer > .recrutationCard-description, body .main-content .listCandidates .wrap > .head, body .main-content .listCandidates .wrap > .recrutationCard .recrutationCard-description, .recrutationCard body .main-content .listCandidates .wrap > .recrutationCard-description, body .listUsers, body .candidateInfoHead, body .candidate-profile-functions {
    display: none !important; }
    body .candidateInfoWrap, body #main-tabs-content, body #podglad, body .candidateInfo {
      width: 100% !important;
      height: auto !important; }
    body #main-tabs-content {
      border: 0 !important; }
    body .listCandidates .candidateInfoWrap .tab-pane {
      overflow: hidden !important; }
    body .candidateInfo h3 {
      margin: 0 0 25px; } }

#podglad .candidate-profile-functions {
  position: absolute;
  right: 30px;
  top: 10px; }
  #podglad .candidate-profile-functions > a {
    color: #7b7777;
    font-size: 14px; }
  #podglad .candidate-profile-functions > a .fa-print {
    margin-left: 10px; }
  #podglad .candidate-profile-content {
    padding: 17px 0 0; }

#page-project-edit .heading-with-button {
  margin: 0; }
  #page-project-edit .heading-with-button.next {
    margin: 2rem 0 0; }
  #page-project-edit .heading-with-button input[type='button'] {
    line-height: initial;
    margin: 0 0 0 15px; }

.hide-important {
  display: none !important; }

.ogloszenia-kampania {
  width: 120px; }

.go-back-btn {
  margin: 0 15px 0 0;
  font-size: 16px;
  padding: 10px 25px !important;
  height: initial !important; }
  .go-back-btn i {
    margin: 0 5px 0 0; }

.find-candidate-for-meeting .find-for-candidates {
  margin: 0; }
  .find-candidate-for-meeting .find-for-candidates .form-control, .find-candidate-for-meeting .find-for-candidates .form fieldset .uploader, .form fieldset .find-candidate-for-meeting .find-for-candidates .uploader, .find-candidate-for-meeting .find-for-candidates .form fieldset .selectWrap, .form fieldset .find-candidate-for-meeting .find-for-candidates .selectWrap {
    width: 560px !important; }
  .find-candidate-for-meeting .find-for-candidates button {
    background: #0060ae;
    border: 0;
    color: #fff;
    padding: 16px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    font-weight: bold;
    margin: 0 40px 0 0; }
  .find-candidate-for-meeting .fa-spin {
    color: #55a541;
    font-size: 42px;
    display: table;
    margin: 0 auto 25px; }
  .find-candidate-for-meeting .fa-spin.hide {
    display: none; }
  .find-candidate-for-meeting .all-candidates-added {
    margin: 0 0 15px; }

.fieldset .form-group .tool .checkboxes-handler, .application .application-container fieldset .form-group .tool .checkboxes-handler, .application .application-container fieldset .button-remove-wrapper .tool .checkboxes-handler, .fieldset .button-remove-wrapper .tool .checkboxes-handler {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  padding: 6px 10px;
  width: 100%;
  border-radius: 5px;
  color: #666;
  font-size: 1rem; }
  .fieldset .form-group .tool .checkboxes-handler .checkbox, .application .application-container fieldset .form-group .tool .checkboxes-handler .checkbox, .application .application-container fieldset .button-remove-wrapper .tool .checkboxes-handler .checkbox, .fieldset .button-remove-wrapper .tool .checkboxes-handler .checkbox {
    width: auto;
    margin: 5px; }
  .fieldset .form-group .tool .checkboxes-handler .checkbox .lab_option, .application .application-container fieldset .form-group .tool .checkboxes-handler .checkbox .lab_option, .application .application-container fieldset .button-remove-wrapper .tool .checkboxes-handler .checkbox .lab_option, .fieldset .button-remove-wrapper .tool .checkboxes-handler .checkbox .lab_option {
    width: 320px !important; }

.brand-text {
  color: #55a541;
  text-decoration: none; }

.moved-to-another-project {
  display: inline-block;
  color: #fff;
  background: #102770;
  padding: 5px 7px;
  border-radius: 50%;
  font-size: 17px;
  line-height: 1; }

.candidate .moved-to-another-project {
  position: absolute;
  right: 10px;
  top: 30px; }

.candidate-profile-content .moved-to-another-project, .ogloszenia-row .moved-to-another-project {
  padding: 5px 7px;
  right: auto;
  top: auto;
  font-size: 14px; }

.recrutationsDropdown {
  line-height: 1;
  height: auto !important;
  padding: 0 0 3px; }
  .recrutationsDropdown .dropdown .group {
    padding: 10px 15px; }

.float-right {
  float: right; }

select.three-dots-end option {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* no of lines */
  text-overflow: ellipsis;
  overflow: hidden !important;
  width: 180px; }

[hrlink-module='projekt'][hrlink-module-type='dodajlight'] .form-row.additional-text > .form-group, [hrlink-module='projekt'][hrlink-module-type='dodajlight'] .form-row.additional-text > .button-remove-wrapper, [hrlink-module='projekt'][hrlink-module-type='zmienlight'] .form-row.additional-text > .form-group, [hrlink-module='projekt'][hrlink-module-type='zmienlight'] .form-row.additional-text > .button-remove-wrapper {
  margin: 0 !important; }
  [hrlink-module='projekt'][hrlink-module-type='dodajlight'] .form-row.additional-text > p, [hrlink-module='projekt'][hrlink-module-type='zmienlight'] .form-row.additional-text > p {
    margin: 0 0 18px 205px;
    font-size: 11px; }
  [hrlink-module='projekt'][hrlink-module-type='dodajlight'] .form-group.additional-text > p, [hrlink-module='projekt'][hrlink-module-type='dodajlight'] .button-remove-wrapper.additional-text > p, [hrlink-module='projekt'][hrlink-module-type='zmienlight'] .form-group.additional-text > p, [hrlink-module='projekt'][hrlink-module-type='zmienlight'] .button-remove-wrapper.additional-text > p {
    margin: 0 0 18px 205px;
    font-size: 11px; }

.task-details .taskRow.included-files h5 {
  width: calc(100% - 115px);
  float: left; }
  .task-details .taskRow.included-files .button, .task-details .taskRow.included-files .button-remove-wrapper a, .button-remove-wrapper .task-details .taskRow.included-files a, .task-details .taskRow.included-files .button-green, .task-details .taskRow.included-files .button-normal, .task-details .taskRow.included-files .small-tastk-list .options a, .small-tastk-list .options .task-details .taskRow.included-files a, .task-details .taskRow.included-files .button-light {
    float: right;
    margin: 0 0 0 15px; }
  .task-details .taskRow.included-files .button + p, .task-details .taskRow.included-files .button-remove-wrapper a + p, .button-remove-wrapper .task-details .taskRow.included-files a + p, .task-details .taskRow.included-files .button-green + p, .task-details .taskRow.included-files .button-normal + p, .task-details .taskRow.included-files .small-tastk-list .options a + p, .small-tastk-list .options .task-details .taskRow.included-files a + p, .task-details .taskRow.included-files .button-light + p {
    clear: both; }

body.cursor-loading {
  cursor: progress !important; }
  body.cursor-loading * {
    cursor: progress !important; }

.single-line-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .single-line-text + .tooltip-bt {
    width: auto !important; }

html {
  height: 100%;
  font-size: 16px; }
  @media screen and (max-width: 1025px) {
  html {
    font-size: 14px; } }
  @media screen and (max-width: 1025px) {
  html {
    font-size: 12px; } }

a {
  cursor: pointer;
  text-decoration: none;
  color: #6cbf57; }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1rem;
  font-family: 'Lato';
  color: #666;
  height: 100%; }

.circle, .user .avatar, .listCandidates .status-kandydata-nierozpatrzony, .listCandidates .status-kandydata-rozwananie, .listCandidates .status-kandydata-zaakceptowany, .listCandidates .status-kandydata-zatrudniony, .listCandidates .status-kandydata-zatrudniony-czasowo, .listCandidates .status-kandydata-odrzucony {
  border-radius: 100%; }
  .circle img, .user .avatar img, .listCandidates .status-kandydata-nierozpatrzony img, .listCandidates .status-kandydata-rozwananie img, .listCandidates .status-kandydata-zaakceptowany img, .listCandidates .status-kandydata-zatrudniony img, .listCandidates .status-kandydata-zatrudniony-czasowo img, .listCandidates .status-kandydata-odrzucony img {
    display: block; }

.circle-text {
  line-height: 170px !important; }
  .circle-text:after {
    content: "%";
    vertical-align: super;
    font-size: 24px; }

.circle-info-half {
  line-height: 26px !important;
  top: 180px; }

.tag {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 4px 10px;
  margin: 0 10px 0 0; }
  @media screen and (max-width: 1025px) {
  .tag {
    margin: 2px 2px 0 2px;
    display: inline-block; } }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-middle {
  vertical-align: middle; }

.text-light {
  color: #7b7777; }

.margin-right {
  margin-right: 15px; }

.green, .candidateInfoHead, .card .active, .listCandidates.grid .listUsers .col .candidate .active, .grid > li .active, .grid.regular > li, .grid.szerokie > li, .button-green, .notatki .notatka-date.active {
  color: #fff;
  background: #6cbf57; }
  .green a, .candidateInfoHead a, .card .active a, .listCandidates.grid .listUsers .col .candidate .active a, .grid > li .active a, .grid.regular > li a, .grid.szerokie > li a, .button-green a, .notatki .notatka-date.active a {
    color: #fff; }

.blank, .listCandidates.grid .listUsers .col .candidate, #users.grid li {
  border: 1px solid #ebebeb;
  color: #abaaaa;
  background: #fff; }

.faded {
  opacity: 0.6; }

.inline-block {
  display: inline-block; }

.hide {
  display: none; }

.paddingSideModal, .modalRow, .tasksCard .taskRow, .recrutationCard .recrutationCard-title, .recrutationCard .recrutationCard-body {
  padding-left: 40px;
  padding-right: 40px; }

.card, .listCandidates.grid .listUsers .col .candidate, .grid > li {
  border-radius: 5px;
  padding: 1.25rem;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0; }
  .card .dropdown, .listCandidates.grid .listUsers .col .candidate .dropdown, .grid > li .dropdown {
    box-shadow: none; }
  .card h3, .listCandidates.grid .listUsers .col .candidate h3, .grid > li h3 {
    letter-spacing: 0; }
  .card .cardBody h3, .listCandidates.grid .listUsers .col .candidate .cardBody h3, .grid > li .cardBody h3 {
    color: #fff;
    margin: 0 0 0.25rem; }
  .card .cardBody p, .listCandidates.grid .listUsers .col .candidate .cardBody p, .grid > li .cardBody p {
    font-weight: 400;
    font-size: 0.875rem;
    height: 32px;
    overflow: hidden; }
  .card.task, .listCandidates.grid .listUsers .col .candidate.task, .grid > li.task {
    background: #fff;
    border: 1px solid #ebebeb; }
  .card.meeting, .listCandidates.grid .listUsers .col .candidate.meeting, .grid > li.meeting {
    background: #55a541;
    color: #fff; }
  .card.meeting a, .listCandidates.grid .listUsers .col .candidate.meeting a, .grid > li.meeting a {
    color: #fff; }

[hrlink-pakiet_ccc] .card .cardBody p, [hrlink-pakiet_ccc] .listCandidates.grid .listUsers .col .candidate .cardBody p, .listCandidates.grid .listUsers .col [hrlink-pakiet_ccc] .candidate .cardBody p, [hrlink-pakiet_ccc] .grid > li .cardBody p, .grid > [hrlink-pakiet_ccc] li .cardBody p {
  overflow: initial; }

.panel, .company {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0.5rem;
  background: url(../../../graf_new/company_bg.jpg) 100% 0 no-repeat; }

.dropdownWrapper {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 30px; }
  .sort .dropdownWrapper {
    height: auto; }
  .dropdownWrapper .function, .dropdownWrapper .fns, .dropdownWrapper .more, .dropdownWrapper .cvFunctions a, .cvFunctions .dropdownWrapper a, .dropdownWrapper #users .time, #users .dropdownWrapper .time, .dropdownWrapper #users .name, #users .dropdownWrapper .name, .dropdownWrapper .message, .dropdownWrapper .add, .dropdownWrapper .addGray, .dropdownWrapper .sortable-placeholder, .dropdownWrapper .icon-stack, .dropdownWrapper .remove, .dropdownWrapper .name, .dropdownWrapper .users, .dropdownWrapper .showAsList, .dropdownWrapper .showAsGrid, .dropdownWrapper .person, .dropdownWrapper .location, .dropdownWrapper .moreWhite, .dropdownWrapper .caretWhite, .dropdownWrapper .notification, .dropdownWrapper .catalog, .dropdownWrapper .phone, .dropdownWrapper .email, .dropdownWrapper .status, .dropdownWrapper .watch, .dropdownWrapper .arrow-green-top, .dropdownWrapper .arrow-green-bottom, .dropdownWrapper .arrow-green-left, .dropdownWrapper .pdf, .dropdownWrapper .expand, .dropdownWrapper .attachment, .dropdownWrapper .history, .dropdownWrapper .notes, .dropdownWrapper .move, .dropdownWrapper .mail, .dropdownWrapper .calendar, .dropdownWrapper .dodaj-etykiete, .dropdownWrapper .icon-ok, .dropdownWrapper .icon-no {
    display: block; }

.caret, .form fieldset .selectWrap, .caretWhite {
  height: auto; }

.dropdown {
  background: #fff;
  border: 1px solid #d1d9dc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(255, 255, 255, .25), 1px 2px 7px rgba(220, 227, 230, .75);
  padding: 0;
  position: absolute;
  display: none;
  z-index: 2;
  min-width: 230px;
  left: -15px;
  top: 45px;
  z-index: 10;
  text-align: left; }
  .dropdown:before {
    background: url(../../../graf_new/dropdownArrow.png);
    width: 16px;
    height: 6px;
    content: ' ';
    position: absolute;
    top: -6px;
    left: 21px; }
  .dropdown .groupparent {
    position: relative; }
  .dropdown .groupparent .groupchildren {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    background: #fff;
    border: 1px solid #d1d9dc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(255, 255, 255, .25), 1px 2px 7px rgba(220, 227, 230, .75);
    padding: 0; }
  .dropdown .group {
    border-bottom: 1px solid #f1f4f4; }
  .dropdown .group a, .dropdown .group span {
    display: block;
    color: #666 !important;
    text-decoration: none;
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1 !important; }
  .dropdown .group a:hover, .dropdown .group span:hover {
    background: #f8fcfe; }
  .dropdown .group .dropdown-menu {
    margin: 0 0 1rem; }
  .dropdown .group .dropdown-menu li a {
    padding: 0 1.5rem; }

.dropdownLabel {
  cursor: pointer; }

.dropdownRight {
  right: -15px;
  left: initial; }
  .dropdownRight:before {
    right: 20px;
    left: initial; }

.sort {
  text-align: center; }
  .sort .sortInner {
    border-radius: 5px;
    border: 1px solid #ebebeb;
    display: inline-block;
    font-size: 0; }
  .sort .sortInner .item {
    display: inline-block;
    color: #999;
    padding: 4px 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    border-right: 1px solid #ebebeb; }
  .sort .sortInner .item:last-child {
    border-right: 0; }
  .sort .sortInner .item.active {
    background: #d1d1d1;
    color: #fff;
    font-weight: 500; }

.list > li {
  border-bottom: 1px solid #ebebeb;
  padding: 1rem 0; }
  .list > li:first-child {
    border-top: 1px solid #ebebeb; }

.grid {
  margin: 0 -5px; }
  .grid.regular > li .left {
    height: 120px; }
  .grid.regular > li .dropdownWrapper {
    position: absolute;
    top: 10px;
    right: 10px; }
  .grid.szerokie > li {
    width: 345px; }
  .grid.szerokie > li .left {
    height: 120px; }
  .grid.szerokie > li .formWrapper {
    width: 100%; }
  .grid.szerokie > li .select2-container {
    width: 100% !important;
    padding: 0;
    border: 0; }
  .grid.szerokie > li .select2-container .select2-search-choice {
    width: 100% !important;
    padding: 7px 5px 7px 18px; }
  .grid.szerokie > li .select2-container .select2-search-choice a {
    right: auto;
    left: 4px;
    position: absolute;
    top: 50%;
    margin-top: -6px; }
  .grid.szerokie > li .taskRow .control-group {
    margin-bottom: 15px; }
  .grid.szerokie > li .taskRow .control-group .controls {
    margin-top: 5px; }
  .grid.szerokie > li .taskRow .control-group .controls .datepicker {
    width: 100%; }
  .grid.szerokie > li .taskRow .control-group .form-group, .grid.szerokie > li .taskRow .control-group .button-remove-wrapper {
    margin-top: 5px; }
  .grid.szerokie > li .taskRow .control-group .form-group .select2-container .select2-choices, .grid.szerokie > li .taskRow .control-group .button-remove-wrapper .select2-container .select2-choices {
    line-height: 48px;
    height: 48px; }
  .grid.szerokie > li .taskRow .control-group .form-group .select2-container a.select2-choice, .grid.szerokie > li .taskRow .control-group .button-remove-wrapper .select2-container a.select2-choice {
    line-height: 48px;
    height: 48px; }
  .grid.szerokie > li .taskRow .control-group .form-group .select2-container a .select2-search-choice-close, .grid.szerokie > li .taskRow .control-group .button-remove-wrapper .select2-container a .select2-search-choice-close {
    top: 50%;
    margin-top: -7px; }
  .grid.szerokie > li .taskRow .control-group .form-group .select2-container a .select2-arrow, .grid.szerokie > li .taskRow .control-group .button-remove-wrapper .select2-container a .select2-arrow {
    padding-top: 10px; }
  .grid > li {
    width: 245px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
    position: relative;
    font-size: 1rem; }
  @media screen and (max-width: 1025px) {
    .grid > li {
      width: 236px; } }
  .grid > li .right {
    width: 100%; }
  .grid > li .functions {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0 0; }

.list .tag, .grid .tag {
  background: none;
  display: inline-block;
  padding: 3px 8px;
  margin: 0 5px 7px 0;
  font-size: 14px; }

.list .tag {
  border: 1px solid #ebebeb; }
  .grid .tag {
    border: 1px solid #fff; }
  .task .tag {
    border: 1px solid #ebebeb; }

.list .avatar {
  float: left;
  margin: 0 15px 0 0; }

#list-etap.list .tags {
  display: inline-block; }
  #list-etap.grid {
    margin: 0 -12px; }
  @media screen and (max-width: 1399px) {
    #list-etap.grid {
      margin: 0 -5px; } }
  #list-etap.grid .tags {
    margin: 0 0 6px; }

.labels-wrapper {
  margin: 0 0 16px; }
  .labels-wrapper a {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    font-weight: bold;
    color: #fff; }

.remove-label {
  font-size: 12px;
  font-weight: bold;
  color: red; }
  .remove-label:before {
    content: "x"; }

.separator {
  padding: 0 !important;
  background: #ebebeb;
  height: 1px; }

.button, .button-remove-wrapper a, .button-green, .button-normal, .small-tastk-list .options a, .button-light {
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 8px;
  height: 30px;
  line-height: 30px; }
  .row .button, .head .button, .head .button-remove-wrapper a, .button-remove-wrapper .head a, .head .button-green, .head .button-normal, .head .small-tastk-list .options a, .small-tastk-list .options .head a, .head .button-light, .recrutationCard .recrutationCard-description .button, .recrutationCard .recrutationCard-description .button-remove-wrapper a, .button-remove-wrapper .recrutationCard .recrutationCard-description a, .recrutationCard .recrutationCard-description .button-green, .recrutationCard .recrutationCard-description .button-normal, .recrutationCard .recrutationCard-description .small-tastk-list .options a, .small-tastk-list .options .recrutationCard .recrutationCard-description a, .recrutationCard .recrutationCard-description .button-light, .row .button-remove-wrapper a, .button-remove-wrapper .row a, .row .button-green, .row .button-normal, .row .small-tastk-list .options a, .small-tastk-list .options .row a, .row .button-light {
    vertical-align: middle;
    padding: 0px 8px !important; }
  form .button, form .button-remove-wrapper a, .button-remove-wrapper form a, form .button-green, form .button-normal, form .small-tastk-list .options a, .small-tastk-list .options form a, form .button-light {
    height: auto;
    padding: 10px 20px;
    background: #999;
    color: #fff;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 14px !important; }
  .button .add, .button-remove-wrapper a .add, .button-green .add, .button-normal .add, .small-tastk-list .options a .add, .button-light .add {
    margin: 0; }

.row button.button, .head button.button, .head .button-remove-wrapper button, .button-remove-wrapper .head button, .head button.button-green, .head button.button-normal, .head .small-tastk-list .options button, .small-tastk-list .options .head button, .head button.button-light, .recrutationCard .recrutationCard-description button.button, .recrutationCard .recrutationCard-description .button-remove-wrapper button, .button-remove-wrapper .recrutationCard .recrutationCard-description button, .recrutationCard .recrutationCard-description button.button-green, .recrutationCard .recrutationCard-description button.button-normal, .recrutationCard .recrutationCard-description .small-tastk-list .options button, .small-tastk-list .options .recrutationCard .recrutationCard-description button, .recrutationCard .recrutationCard-description button.button-light, .row .button-remove-wrapper button, .button-remove-wrapper .row button, .row button.button-green, .row button.button-normal, .row .small-tastk-list .options button, .small-tastk-list .options .row button, .row button.button-light {
  padding: 0px 10px 0 0 !important; }

.button-green {
  background: #6cbf57 !important; }

.button-normal, .small-tastk-list .options a {
  background: #999;
  color: #fff;
  padding: 5px 10px; }

.button-light {
  border: 1px solid #6cbf57;
  color: #6cbf57;
  text-transform: uppercase;
  font-size: 14px; }

.tooltip {
  position: relative; }

.tooltip-bt {
  position: absolute;
  z-index: 9;
  padding: 8px 5px 5px 5px;
  color: #666;
  font-size: 1rem; }
  .formWrapper .tooltip-bt {
    max-width: 320px; }
  .marks .tooltip-bt {
    padding: 5px; }
  .tooltip-bt .tooltip-inner {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px; }
  .tooltip-bt .tooltip-arrow {
    content: url(../../../graf_new/dropdownArrow.png);
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -8px; }

.table-data {
  width: 100%; }
  .table-data td, .table-data th {
    padding: 8px;
    text-align: center;
    word-break: keep-all; }
  .table-data th {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    vertical-align: middle;
    width: 25%; }
  .table-data th span {
    font-weight: bold; }

.table-green th, #statystyki2 table th {
  background: #6cbf57;
  color: #fff; }

.table-info-text {
  border: 1px solid #ebebeb;
  width: 740px;
  table-layout: fixed;
  word-break: break-all;
  margin: 0 0 1rem; }
  .recruitationCard .table-info-text {
    width: 100%; }
  .table-info-text th {
    background: #f5f5f5;
    text-align: right; }
  .table-info-text th, .table-info-text td {
    padding: 7px 14px;
    border: 1px solid #ebebeb;
    vertical-align: top; }
  .table-info-text .row-center th, .table-info-text .row-center td {
    text-align: center;
    vertical-align: middle; }

.info {
  text-align: center;
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 8; }
  .info span:before {
    display: inline-block;
    margin: 5px 8px 0 0;
    vertical-align: top; }

.info {
  background: #55a541;
  color: #fff; }
  .info span:before {
    content: url(../../../graf_new/infoIco.png); }

.alert {
  background: red;
  color: #fff; }

.no-js {
  height: auto;
  margin-top: 0;
  display: block; }
  .no-js h2 {
    margin: 0; }

#sidebar .close {
  background: url(../../../graf_new/closeSidebar.png); }

#sidebar, #sidebar-content, #sidebar-content-blocks {
  background: #fff;
  border-left: 1px solid #ebebeb;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 7;
  height: 100%;
  padding: 0 0;
  overflow-y: auto;
  overflow-x: hidden !important; }
  #sidebar .close, #sidebar-content .close, #sidebar-content-blocks .close {
    position: static;
    margin-right: 20px;
    margin-top: 5px;
    float: right;
    width: 31px;
    height: 31px;
    cursor: pointer;
    z-index: 4; }

#sidebar-content-blocks {
  overflow: hidden !important; }

.hideRight, #sidebar, #sidebar-content, #sidebar-content-blocks, #sidebar, #sidebar-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slideInLeft, .slideOutRight {
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in; }

.slideInLeft {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.slideOutRight {
  -webkit-transform: translateX(100%) !important;
  -ms-transform: translateX(100%) !important;
  transform: translateX(100%) !important; }

#sidebar-content {
  width: 70%; }
  #sidebar-content .close {
    position: absolute;
    top: 10px;
    left: 10px; }

#users {
  margin: 0 -10px; }
  #users .userAvatar {
    display: inline-block; }
  #users .userDescription {
    display: inline-block; }
  #users.list .userAvatar {
    vertical-align: middle;
    width: 55px;
    height: 65px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px; }
  #users.list .userAvatar img {
    max-width: 100%;
    vertical-align: middle;
    display: Inline-block; }
  #users.list .userDescription {
    vertical-align: middle;
    margin: 0 0 0 10px; }
  #users.list .functions {
    margin: 15px 0 0; }
  #users.grid li {
    padding: 0;
    height: 180px;
    /*@include small {width:48%; margin:0 2% 20px 0;
     &:nth-child(odd){float:left;}
     &:nth-child(even){float:right; margin: 0 0 20px;}
     .right {width:calc(100% - 125px);}
     }*/ }
  #users.grid li .left {
    width: 100%; }
  #users.grid li .left .user {
    width: 100%; }
  #users.grid li .left .user .userAvatar {
    width: 110px;
    overflow: hidden; }
  #users.grid li .left .user .userDescription {
    vertical-align: top;
    margin: 25px 0 0 10px;
    width: calc(100% - 125px);
    font-size: 14px; }
  #users.grid li .left .user .userDescription h3 {
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    height: 20px;
    white-space: nowrap; }
  #users.grid li .left .user .userDescription .userRoles {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap; }
  #users.grid li .left a {
    color: #6cbf57; }
  #users.grid li .right {
    width: calc(100% - 125px);
    margin: -60px 0 0;
    font-size: 12px; }
  @media screen and (min-width: 1279px) {
      #users.grid li {
        width: 23%;
        margin: 0 2% 20px 0; }
        #users.grid li:nth-child(4n) {
          margin: 0 0 20px; } }
  @media screen and (max-width: 1025px) {
      #users.grid li {
        width: 31%;
        margin: 0 3% 20px 0; }
        #users.grid li:nth-child(3n) {
          margin: 0 0 20px; } }

.userName {
  font-weight: bold;
  font-size: 14px; }

.userFunction {
  color: #999;
  font-size: 12px; }

.company .companyLogo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0; }
  .company .companyDescription {
    display: inline-block;
    vertical-align: middle; }
  .company .companyDescription p {
    font-size: 11px;
    color: #999; }
  .company .companyMore {
    float: right;
    margin: 27px 15px 0 0; }

.margin-bottom {
  margin: 0 0 1rem; }

.ogloszenia .ogloszenia-row, .ogloszenia-w-projekcie .ogloszenia-row {
  margin: 0 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ebebeb;
  display: block; }
  .ogloszenia .ogloszenia-row:last-child, .ogloszenia-w-projekcie .ogloszenia-row:last-child {
    border: 0; }
  .ogloszenia h4, .ogloszenia-w-projekcie h4 {
    margin: 0 0 8px;
    font-size: 1.5rem; }
  .ogloszenia .dropdownWrapper, .ogloszenia-w-projekcie .dropdownWrapper {
    height: auto;
    margin: -3px 0 0; }
  .ogloszenia .ogloszenia-details, .ogloszenia-w-projekcie .ogloszenia-details {
    margin: 0 0 5px; }
  .ogloszenia .ogloszenia-row-body, .ogloszenia-w-projekcie .ogloszenia-row-body {
    width: 420px;
    table-layout: fixed; }
  @media screen and (max-width: 1025px) {
    .ogloszenia .ogloszenia-row-body, .ogloszenia-w-projekcie .ogloszenia-row-body {
      width: auto;
      table-layout: auto; } }
  @media screen and (min-width: 1279px) {
    .ogloszenia .ogloszenia-row-body h4, .ogloszenia-w-projekcie .ogloszenia-row-body h4 {
      font-size: 1.3rem;
      margin-bottom: 4px; }
      .ogloszenia .ogloszenia-row-body h4 a, .ogloszenia-w-projekcie .ogloszenia-row-body h4 a {
        font-size: 1.3rem; }
      .ogloszenia .ogloszenia-row-body small, .ogloszenia-w-projekcie .ogloszenia-row-body small {
        font-size: 80%; }
      .ogloszenia .ogloszenia-row-body .ogloszenia-details, .ogloszenia-w-projekcie .ogloszenia-row-body .ogloszenia-details {
        font-size: 0.95rem; }
      .ogloszenia .ogloszenia-row-body .light, .ogloszenia-w-projekcie .ogloszenia-row-body .light {
        font-size: 13px; } }
  .ogloszenia .ogloszenia-location, .ogloszenia-w-projekcie .ogloszenia-location {
    padding: 15px 0 0 15px; }
  .ogloszenia .light, .ogloszenia-w-projekcie .light {
    font-size: 14px;
    color: #7b7777;
    margin: 0 0 12px; }
  .ogloszenia .ogloszenia-status, .ogloszenia-w-projekcie .ogloszenia-status {
    font-size: 12px;
    text-align: center;
    margin: 4px 0 0; }
  .ogloszenia .ogloszenia-status .badge, .ogloszenia-w-projekcie .ogloszenia-status .badge {
    border-radius: 3px;
    padding: 2px 4px;
    display: inline-block; }
  .ogloszenia .ogloszenia-status .badge-status, .ogloszenia-w-projekcie .ogloszenia-status .badge-status {
    margin: 5px 0 0;
    display: block; }
  .ogloszenia .ogloszenia-status.online, .ogloszenia-w-projekcie .ogloszenia-status.online {
    color: #6cbf57; }
  .ogloszenia .ogloszenia-status.online .badge, .ogloszenia-w-projekcie .ogloszenia-status.online .badge {
    background: #6cbf57;
    color: #fff; }
  .ogloszenia .ogloszenia-status.offline, .ogloszenia-w-projekcie .ogloszenia-status.offline {
    color: red; }
  .ogloszenia .ogloszenia-status.offline .badge, .ogloszenia-w-projekcie .ogloszenia-status.offline .badge {
    background: red;
    color: #fff; }

.tab {
  padding: 2rem 0 0; }

.notatki .notatka {
  border-left: 3px solid #e7e7e7;
  position: relative;
  padding: 0 15px 20px 20px;
  margin: 0 0 0 30px; }
  .notatki .notatka.active {
    border-color: #6cbf57; }
  .notatki .notatka.active:before {
    background-color: #6cbf57; }
  .notatki .notatka .notatka-autor {
    float: right;
    color: #999;
    font-size: 12px; }
  .notatki .notatka h4 {
    font-size: 1.125rem;
    color: #b1b0b0; }
  .notatki .notatka p {
    font-size: 0.8125rem;
    overflow: hidden; }
  .notatki .notatka:before {
    display: block;
    content: " ";
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #b1b0b0;
    position: absolute;
    top: 6px;
    left: -6px; }
  .notatki .notatka-date {
    display: inline-block;
    padding: 3px 6px;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    margin: 16px 0;
    border: 1px solid #ebebeb;
    color: #b1b0b0;
    text-align: center; }
  .notatki .notatka-date:first-child {
    margin-top: 0; }
  .notatki .notatka-date span {
    display: block; }
  .notatki .notatka-date span:first-child {
    font-size: 30px;
    margin: 6px 0 0; }
  .notatki .notatka-date span:last-child {
    font-size: 12px; }
  .preview {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 60px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 60px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 60px;
    margin: 60px auto 0;
    width: 800px; }
  .preview.advertPreviewContainer {
    display: table;
    margin: 40px auto 50px;
    padding: 10px;
    width: auto; }

#global_lok {
  width: 136px; }

.task-details .table-info-text {
  float: left; }

#linki_aplikacyjne td input {
  width: 100%; }

.table-custom-scroll {
  display: table; }

.nobg {
  height: auto; }
  .nobg body {
    height: auto; }
  .nobg body:before {
    background: none !important; }

.formWrapper .pytania-selekcyjne .form-group, .formWrapper .pytania-selekcyjne .button-remove-wrapper {
  clear: both; }
  .formWrapper .tool > label .title {
    margin-bottom: 20px !important; }
  .formWrapper .tool .checkbox {
    display: inline-block;
    float: left;
    width: 49%; }
  .form-control + .formWrapper .tool .checkbox, .form fieldset .uploader + .formWrapper .tool .checkbox, .form fieldset .selectWrap + .formWrapper .tool .checkbox, .uploader + .formWrapper .tool .checkbox, .form-group + .formWrapper .tool .checkbox, .button-remove-wrapper + .formWrapper .tool .checkbox {
    margin: 0 0 0 12px; }
  .formWrapper .tool .checkbox label {
    text-align: left !important;
    margin: 0 0 4px !important;
    width: auto !important;
    clear: both; }
  .formWrapper .tool .checkbox label.title {
    font-weight: bold; }
  .formWrapper .tool .checkbox .checkboxWrap {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle; }
  .formWrapper .tool .checkbox .checkboxWrap.disabled span {
    background: url(../../../graf_new/checkboxDisabled.png); }
  .formWrapper .tool .checkbox .checkboxWrap span {
    background: url(../../../graf_new/checkbox.png);
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    z-index: 2; }
  .formWrapper .tool .checkbox .checkboxWrap span.checked {
    background-position: 0 -17px; }
  .formWrapper .tool .checkbox .checkboxWrap input {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    cursor: pointer; }

.hrlink-badge {
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  background-color: #ffddbe;
  margin: 8px; }
/************** Responsive **************/
.candidateInfoHead.new-ver #previous-candidate, .candidateInfoHead.new-ver #next-candidate {
  color: #fff;
  background: #55a541; }
  .candidateInfoHead.new-ver .close-preview {
    color: #55a541; }
  .candidateInfoHead.new-ver.first #previous-candidate {
    background: #eee !important;
    cursor: initial !important; }
  .candidateInfoHead.new-ver.last #next-candidate {
    background: #eee !important;
    cursor: initial !important; }

.candidateInfoHead #previous-candidate, .candidateInfoHead #next-candidate {
  color: #55a541;
  background: #fff; }

.hrlink-processing .fa {
  color: #55a541; }

.text-justify {
  text-align: justify; }

.storehouse-container section #lista li .product-name.force-hyphenate {
  position: relative; }
  .storehouse-container section #lista li .product-name.force-hyphenate:after {
    content: '-';
    position: absolute;
    top: 0;
    right: 0; }

.ogloszenia-row .ogl-status-badge-id {
  position: relative; }
  .ogloszenia-row .ogl-status-badge-id .ion-alert {
    margin: 0;
    font-size: 19px;
    position: absolute;
    left: -7px;
    top: -2px; }

.move-to-middle {
  float: right;
  margin: -40px 0 0; }

[hrlink-module='clause'][hrlink-module-type='lista'] .hr_gl-mainContainer .grid .left span {
  position: absolute;
  bottom: 60px; }
  [hrlink-module='clause'][hrlink-module-type='lista'] ul.grid li {
    margin: 0 0 1% 1.33%;
    width: 24%;
    display: inline-block;
    float: left; }
  [hrlink-module='clause'][hrlink-module-type='lista'] ul.grid li:nth-child(1) {
    margin: 0 0 1%; }
  [hrlink-module='clause'][hrlink-module-type='lista'] ul.grid li:nth-child(4n + 1) {
    margin: 0 0 1%; }
  [hrlink-module='clause'][hrlink-module-type='zmien'] .checkboxWrap {
    display: inline-block; }
  [hrlink-module='clause'][hrlink-module-type='zmien'] .new-label {
    display: inline-block !important;
    width: 45% !important; }

[hrlink-module='config'][hrlink-module-type='lista'] ul.grid li {
  margin: 0 0 1% 1.33%;
  width: 24%;
  display: inline-block;
  float: left;
  min-height: 200px; }
  [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li:nth-child(1) {
    margin: 0 0 1%; }
  [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li:nth-child(4n + 1) {
    margin: 0 0 1%; }
  [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .function span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .fns span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .more span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .cvFunctions a span a, .cvFunctions [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions a span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions #users .time span a, #users [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .time span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions #users .name span a, #users [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .name span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .message span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .add span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .addGray span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .sortable-placeholder span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .icon-stack span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .remove span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .name span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .users span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .showAsList span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .showAsGrid span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .person span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .location span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .moreWhite span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .caretWhite span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .notification span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .catalog span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .phone span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .email span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .status span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .watch span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .arrow-green-top span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .arrow-green-bottom span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .arrow-green-left span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .pdf span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .expand span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .attachment span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .history span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .notes span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .move span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .mail span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .calendar span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .dodaj-etykiete span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .icon-ok span a, [hrlink-module='config'][hrlink-module-type='lista'] ul.grid li .right .functions .icon-no span a {
    float: right;
    margin: 0 0 0 5px; }
  [hrlink-module='config'][hrlink-module-type='zmien'] .name {
    vertical-align: initial !important; }
  [hrlink-module='config'][hrlink-module-type='zmien'] .name:before {
    content: none !important; }

[hrlink-module='user'][hrlink-module-type='dodaj'] #f_osoba input#login {
  width: 420px;
  height: 48px;
  background: none; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] h3, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] h3 {
    margin: 2rem 0 !important; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item {
    position: relative; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item:hover, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item:hover {
    position: relative; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item:before, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item:before {
    position: absolute; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item.changed-view .sortable-placeholder, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item.changed-view .sortable-placeholder {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item.changed-view .sortable-changed, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item.changed-view .sortable-changed {
    width: 390px !important; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item.changed-view-select .sortable-placeholder, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item.changed-view-select .sortable-placeholder {
    margin: 0 0 0 27px !important; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item > .form-control, [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item > .form fieldset .uploader, .form fieldset [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item > .uploader, [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item > .form fieldset .selectWrap, .form fieldset [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-item > .selectWrap, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item > .form-control, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item > .form fieldset .uploader, .form fieldset [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item > .uploader, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item > .form fieldset .selectWrap, .form fieldset [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-item > .selectWrap {
    width: 415px !important; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable2_container, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable2_container, [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable1_container, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable1_container {
    position: relative; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'][hrlink-form-step-k2] .sortable-placeholder, [hrlink-module='formularz'][hrlink-module-type='zmien'][hrlink-form-step-k2] .sortable-placeholder {
    cursor: move !important;
    margin: 0 0 0 24px !important; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'] .tool_add .control-group, [hrlink-module='formularz'][hrlink-module-type='zmien'] .tool_add .control-group {
    margin: 0 0 15px; }
  [hrlink-module='formularz'][hrlink-module-type='dodaj'] .tool_add .control-group:nth-last-child(1), [hrlink-module='formularz'][hrlink-module-type='zmien'] .tool_add .control-group:nth-last-child(1) {
    margin: 0; }

[hrlink-module='firma'][hrlink-module-type='pokaz'] #tool_note_see00ewn234ddw, [hrlink-module='firma'][hrlink-module-type='pokaz'] #tool_aktywnosc_see00ewn234ddw {
  padding: 0; }

[hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li {
  margin: 0 0 1% 1.33%;
  width: 24%;
  display: inline-block;
  float: left;
  min-height: 200px; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li:nth-child(1) {
    margin: 0 0 1%; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li:nth-child(4n + 1) {
    margin: 0 0 1%; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .function small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .fns small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .more small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .cvFunctions a small strong, .cvFunctions [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions a small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions #users .time small strong, #users [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .time small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions #users .name small strong, #users [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .name small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .message small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .add small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .addGray small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .sortable-placeholder small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .icon-stack small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .remove small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .name small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .users small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .showAsList small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .showAsGrid small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .person small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .location small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .moreWhite small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .caretWhite small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .notification small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .catalog small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .phone small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .email small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .status small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .watch small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .arrow-green-top small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .arrow-green-bottom small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .arrow-green-left small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .pdf small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .expand small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .attachment small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .history small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .notes small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .move small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .mail small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .calendar small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .dodaj-etykiete small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .icon-ok small strong, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .icon-no small strong {
    float: right;
    margin: 0 0 0 5px; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .function span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .fns span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .more span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .cvFunctions a span a, .cvFunctions [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions a span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions #users .time span a, #users [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .time span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions #users .name span a, #users [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .name span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .message span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .add span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .addGray span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .sortable-placeholder span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .icon-stack span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .remove span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .name span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .users span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .showAsList span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .showAsGrid span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .person span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .location span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .moreWhite span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .caretWhite span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .notification span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .catalog span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .phone span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .email span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .status span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .watch span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .arrow-green-top span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .arrow-green-bottom span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .arrow-green-left span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .pdf span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .expand span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .attachment span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .history span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .notes span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .move span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .mail span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .calendar span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .dodaj-etykiete span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .icon-ok span a, [hrlink-module='firmy'][hrlink-module-type='lista'] ul.grid li .right .functions .icon-no span a {
    float: right;
    margin: 0 0 0 5px; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .search-row-handler .left {
    font-size: 16px;
    padding: 2px 0 0;
    width: calc(100% - 455px); }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .search-row-handler .right > div {
    float: left;
    display: inline-block; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .search-row-handler .right > div:nth-child(1) a {
    color: #999 !important;
    border-bottom: 1px solid #999; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .search-row-handler .right > span {
    float: left;
    margin: 0 10px;
    color: #999; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list {
    width: 100%;
    clear: both;
    display: table;
    /*tbody {
     tr {
     td {
     &:nth-child(1) {cursor: pointer;}
     &:nth-last-child(1) {text-align: right;
     .hr_i-sm-note-watch {margin: 0 15px 0 0;}
     .ion-edit {font-size: 18px;}
     .ion-ios-trash {margin: 0 0 0 10px; font-size: 22px;}
     }
     }
     }
     }*/ }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .clients-list-head {
    padding: 12px 0;
    border-bottom: 2px solid #ddd;
    width: 100%; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .clients-list-head div {
    width: 19%;
    padding: 0 1%;
    display: inline-block; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .col {
    display: table;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ddd; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .col:hover {
    background: #f5f5f5; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .col:nth-last-child(1) {
    border: 0; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .col .col-inside {
    display: table-cell;
    width: 19%;
    padding: 0 1% 0 0; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-child(1) {
    cursor: pointer; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-last-child(1) {
    text-align: right; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-last-child(1) .hr_i-sm-note-watch {
    margin: 0 15px 0 0; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-last-child(1) .ion-edit {
    font-size: 18px; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-last-child(1) .ion-ios-trash {
    margin: 0 0 0 10px;
    font-size: 22px; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-top {
    margin: 20px 0; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-top.text-right {
    text-align: right; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-body h3 {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 20px; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-body h3 button {
    margin: 0 0 0 15px; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-body .client-informations h4 {
    display: inline-block; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-body .client-informations p {
    display: inline-block; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-body #recruitments-for-client {
    margin: 20px 0 0; }
  [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-body #contact-persons tbody tr td:nth-last-child(1) a {
    color: #666; }
    [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-body #contact-persons tbody tr td:nth-last-child(1) a:hover {
      text-decoration: none; }
    [hrlink-module='firmy'][hrlink-module-type='lista'] #new-clients-preview .client-body #contact-persons tbody tr td:nth-last-child(1) a span {
      margin: 0 5px; }
  [hrlink-module='firmy'][hrlink-module-type='lista'][hrlink-pakiet_nbc="true"] .clients-list .clients-list-head {
    display: table; }
  [hrlink-module='firmy'][hrlink-module-type='lista'][hrlink-pakiet_nbc="true"] .clients-list .clients-list-head div {
    width: 15.5%;
    padding: 0 1%;
    display: table-cell; }
  [hrlink-module='firmy'][hrlink-module-type='lista'][hrlink-pakiet_nbc="true"] .clients-list .col {
    display: table;
    width: 100%; }
  [hrlink-module='firmy'][hrlink-module-type='lista'][hrlink-pakiet_nbc="true"] .clients-list .col .col-inside {
    display: table-cell;
    width: 16%;
    padding: 0 1%; }
  [hrlink-module='firmy'][hrlink-module-type='dodaj'] #error_is_nip_unique, [hrlink-module='firmy'][hrlink-module-type='zmien'] #error_is_nip_unique {
    display: block;
    color: #f0a79f;
    width: 100%;
    padding: 10px 0 10px 200px;
    font-weight: bold;
    text-align: left; }
  [hrlink-module='firmy'][hrlink-module-type='dodaj'] #error_is_nip_unique.hide, [hrlink-module='firmy'][hrlink-module-type='zmien'] #error_is_nip_unique.hide {
    display: none; }
  [hrlink-module='firmy'][hrlink-module-type='dodaj'] fieldset .form-group, [hrlink-module='firmy'][hrlink-module-type='dodaj'] fieldset .button-remove-wrapper, [hrlink-module='firmy'][hrlink-module-type='zmien'] fieldset .form-group, [hrlink-module='firmy'][hrlink-module-type='zmien'] fieldset .button-remove-wrapper {
    position: relative; }
  [hrlink-module='firmy'][hrlink-module-type='dodaj'] fieldset .form-group .validate-with-star, [hrlink-module='firmy'][hrlink-module-type='dodaj'] fieldset .button-remove-wrapper .validate-with-star, [hrlink-module='firmy'][hrlink-module-type='zmien'] fieldset .form-group .validate-with-star, [hrlink-module='firmy'][hrlink-module-type='zmien'] fieldset .button-remove-wrapper .validate-with-star {
    position: absolute;
    right: 128px;
    top: -15px;
    font-size: 32px;
    line-height: 1;
    color: #6cbf57; }
  [hrlink-module='firmy'][hrlink-module-type='dodaj'] .flag-container + input[type='text'] {
    padding-left: 50px; }
  [hrlink-module='firmy'][hrlink-module-type='zmien'] .flag-container + input[type='text'] {
    padding-left: 50px; }
  [hrlink-module='komunikat'][hrlink-module-type='lista'] ul.grid li {
    margin: 0 0 1% 1.33%;
    width: 24%;
    display: inline-block;
    float: left; }
  [hrlink-module='komunikat'][hrlink-module-type='lista'] ul.grid li:nth-child(1) {
    margin: 0 0 1%; }
  [hrlink-module='komunikat'][hrlink-module-type='lista'] ul.grid li:nth-child(4n + 1) {
    margin: 0 0 1%; }
  [hrlink-module='komunikat'][hrlink-module-type='lista'] ul.grid li .left h4 {
    width: calc(100% - 50px); }
  [hrlink-module='komunikat'][hrlink-module-type='zmien'] .name {
    vertical-align: initial !important; }
  [hrlink-module='komunikat'][hrlink-module-type='zmien'] .name:before {
    content: none !important; }

[hrlink-module='szabletapy'][hrlink-module-type='lista'] .page-title-filter-content .doladuj {
  margin-top: 12px; }
  [hrlink-module='szabletapy'][hrlink-module-type='lista'] .table-data thead tr th:nth-child(1) {
    width: 20px; }
  [hrlink-module='szabletapy'][hrlink-module-type='lista'] .table-data tbody tr.brak_rekordow td {
    text-align: center; }
  [hrlink-module='szabletapy'][hrlink-module-type='lista'] .table-data-action-size {
    text-align: right;
    margin-right: 40px; }
  [hrlink-module='szabletapy'][hrlink-module-type="pokaz"] ul.grid li {
    margin: 0 0 1% 1.33%;
    width: 24%;
    display: inline-block;
    float: left; }
  [hrlink-module='szabletapy'][hrlink-module-type="pokaz"] ul.grid li:nth-child(1) {
    margin: 0 0 1%; }
  [hrlink-module='szabletapy'][hrlink-module-type="pokaz"] ul.grid li:nth-child(4n + 1) {
    margin: 0 0 1%; }

.candidateInfo .candidate-preview-single.new-ver #main-tabs-content #cv #showCv div, .candidateInfo .candidate-preview-multiple.new-ver #main-tabs-content #cv #showCv div, .candidateInfo .candidate-preview-loader.new-ver #main-tabs-content #cv #showCv div {
  width: 100% !important; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content {
    /*#historia_aplikowania {
     .ogloszenia-w-projekcie {
     .ogloszenia-row {
     .ogloszenia-row-body {
     .tooltip-bt {max-width: 80%;}
     }
     }
     }
     }*/ }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content > div {
    position: relative; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content > div.hide {
    display: none; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .empty-information {
    position: absolute;
    left: 50%;
    top: 47%;
    font-size: 27px; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .empty-information.no-cv {
    margin: -16px 0 0 -80px; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .empty-information.no-notes {
    margin: -16px 0 0 -80px; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .empty-information.no-mails {
    margin: -16px 0 0 -100px; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .empty-information.no-files {
    margin: -16px 0 0 -80px; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .empty-information.no-tests {
    margin: -16px 0 0 -144px; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .empty-information.no-activity {
    margin: -16px 0 0 -80px; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .cv-is-now-generating {
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    font-size: 27px;
    margin: -49.5px 0 0;
    line-height: 1; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .cv-is-now-generating > div {
    display: table;
    margin: 0 auto;
    width: auto !important; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .cv-is-now-generating > div p {
    display: inline-block;
    float: left; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #cv #showCv .cv-is-now-generating > div .download-cv {
    font-size: 16px;
    margin: 1px 0 0 15px;
    float: left; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #podglad .candidate-profile .candidate-profile-content h3 {
    margin: 0 0 20px; }
  .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #podglad .candidate-profile .candidate-profile-content p a.media-links, .candidateInfo .candidate-preview-single .candidate-preview #main-tabs-content #podglad .candidate-profile .candidate-profile-content div.text-medium a.media-links {
    margin: 0 0 0 5px; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .fast-accept, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .fast-accept {
    background: #6cbf57 !important;
    border-color: #6cbf57 !important; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .fast-accept > a, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .fast-accept > a {
    color: #fff !important; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .fast-accept .dropdownWrapper .openDropdown, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .fast-accept .dropdownWrapper .openDropdown, .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .fast-accept .dropdownWrapper .openDropdown-off, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .fast-accept .dropdownWrapper .openDropdown-off {
    color: #fff !important; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .fast-decline, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .fast-decline {
    background: #f00 !important;
    border-color: #f00 !important; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .fast-decline > a, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .fast-decline > a {
    color: #fff !important; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .fast-decline .dropdownWrapper .openDropdown, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .fast-decline .dropdownWrapper .openDropdown, .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .fast-decline .dropdownWrapper .openDropdown-off, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .fast-decline .dropdownWrapper .openDropdown-off {
    color: #fff !important; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .fast-decline .dropdownWrapper > .dropdown:before, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .fast-decline .dropdownWrapper > .dropdown:before {
    background: none; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper {
    position: initial; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper {
              position: inherit; } }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper > .dropdown, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper > .dropdown {
    left: 0;
    min-width: 100%;
    top: 105px;
    right: 0; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper > .dropdown:before, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper > .dropdown:before {
    left: 40px; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper > .dropdown > .group, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper > .dropdown > .group {
    width: 32.6%;
    text-align: center;
    display: inline-table;
    clear: none;
    vertical-align: middle;
    min-height: 100%; }
  .candidateInfo .candidate-preview-single .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper > .dropdown > .group:nth-child(3n):after, .candidateInfo .candidate-preview-multiple .candidateInfoHead .old-icons-list .status-wrapper .dropdownWrapper > .dropdown > .group:nth-child(3n):after {
    clear: both; }
  .candidateInfo .candidate-preview-single .candidateInfoHead.one-candidate-is-blocked .old-icons-list .status-wrapper, .candidateInfo .candidate-preview-multiple .candidateInfoHead.one-candidate-is-blocked .old-icons-list .status-wrapper, .candidateInfo .candidate-preview-single .candidateInfoHead.one-candidate-is-blocked .old-icons-list .fast-decline, .candidateInfo .candidate-preview-multiple .candidateInfoHead.one-candidate-is-blocked .old-icons-list .fast-decline {
    background: #333 !important;
    border-color: #333 !important; }
  .candidateInfo .candidate-preview-single .candidateInfoHead.one-candidate-is-blocked .old-icons-list .status-wrapper a, .candidateInfo .candidate-preview-multiple .candidateInfoHead.one-candidate-is-blocked .old-icons-list .status-wrapper a, .candidateInfo .candidate-preview-single .candidateInfoHead.one-candidate-is-blocked .old-icons-list .fast-decline a, .candidateInfo .candidate-preview-multiple .candidateInfoHead.one-candidate-is-blocked .old-icons-list .fast-decline a {
    cursor: not-allowed; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-group label, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .button-remove-wrapper label {
    text-align: left; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-group input, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .button-remove-wrapper input, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-group .select2-container, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .button-remove-wrapper .select2-container {
    width: 100%; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .form-group, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .button-remove-wrapper {
    width: 49%; }
    .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .form-group:nth-last-child(1), .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .button-remove-wrapper:nth-last-child(1) {
      float: right;
      width: 50%; }
    .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .form-group label, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .button-remove-wrapper label, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .form-group input, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .button-remove-wrapper input {
      display: inline-block;
      float: left; }
    .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .form-group label, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .button-remove-wrapper label {
      width: 50px;
      padding: 14px 0 0; }
    .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .form-group input, .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .tab-content #podglad fieldset .form-row.two-columns .button-remove-wrapper input {
      width: calc(100% - 50px); }
  .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .pdfpage {
    position: relative;
    top: 0;
    left: 0;
    border: solid 1px black;
    margin: 10px; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .pdfpage > canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] .pdfpage > div {
    position: absolute;
    top: 0;
    left: 0; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form-inline'][hrlink-candidate-preview-model='page'] #loaderx {
    margin: 0 auto;
    width: 200px; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form'][hrlink-candidate-preview-model='modal'] .pdfpage {
    position: relative;
    top: 0;
    left: 0;
    border: solid 1px black;
    margin: 10px; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form'][hrlink-candidate-preview-model='modal'] .pdfpage > canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form'][hrlink-candidate-preview-model='modal'] .pdfpage > div {
    position: absolute;
    top: 0;
    left: 0; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form'][hrlink-candidate-preview-model='modal'] #loaderx {
    margin: 0 auto;
    width: 200px; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form'][hrlink-candidate-preview-model='modal'] .form-group.accept_field .checkbox label div:nth-child(1), .candidateInfo [hrlink-candidate-preview='show-edit-form'][hrlink-candidate-preview-model='modal'] .button-remove-wrapper.accept_field .checkbox label div:nth-child(1) {
    display: inline-block;
    vertical-align: top; }
  .candidateInfo [hrlink-candidate-preview='show-edit-form'][hrlink-candidate-preview-model='modal'] .form-group.accept_field .checkbox label div:nth-child(2), .candidateInfo [hrlink-candidate-preview='show-edit-form'][hrlink-candidate-preview-model='modal'] .button-remove-wrapper.accept_field .checkbox label div:nth-child(2) {
    width: calc(100% - 28px);
    display: inline-block;
    text-align: justify; }

[hrlink-module='projekt'][hrlink-module-type='zmienlight'] #page-project-edit table {
  margin: 30px 0 0; }
  [hrlink-module='projekt'][hrlink-module-type='zmienlight'] #page-project-edit table#table-proj-uczestnicy thead tr th {
    padding: 0 10px;
    text-align: left; }

[hrlink-module='raport'][hrlink-module-type='lista'] #raportDatabaseSelector .select2-container, [hrlink-module='raport'][hrlink-module-type='listanew'] #raportDatabaseSelector .select2-container {
  min-height: auto !important; }
  [hrlink-module='raport'][hrlink-module-type='lista'] #raportDatabaseSelector .select2-container .select2-input, [hrlink-module='raport'][hrlink-module-type='listanew'] #raportDatabaseSelector .select2-container .select2-input {
    width: 300px !important; }
  [hrlink-module='raport'][hrlink-module-type='lista'] span.select2-chosen, [hrlink-module='raport'][hrlink-module-type='listanew'] span.select2-chosen {
    color: #000; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .left h3, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .left h3 {
    padding: 11px 0 0; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .right .functions fieldset, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .right .functions fieldset {
    border: 0;
    padding: 5px 0 0;
    margin: 0; }
    [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .right .functions fieldset .formWrapper .control-group, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .right .functions fieldset .formWrapper .control-group {
      width: 31.66%;
      float: left;
      display: inline-block;
      margin: 0 0 2% 2%; }
      [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .right .functions fieldset .formWrapper .control-group:nth-child(1), [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .right .functions fieldset .formWrapper .control-group:nth-child(1) {
        margin: 0 0 2%; }
      [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .form-group, [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .button-remove-wrapper, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .form-group, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .button-remove-wrapper {
        margin: 0; }
      [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .form-group .select2-container, [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .button-remove-wrapper .select2-container, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .form-group .select2-container, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .button-remove-wrapper .select2-container {
        width: 100%;
        height: 51px; }
      [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .controls input, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .right .functions fieldset .formWrapper .control-group .controls input {
        width: 100%; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .right .functions .form-actions, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .right .functions .form-actions {
    padding: 0;
    border: 0; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate .left, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate .left {
    width: calc(100% - 700px); }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate .right .functions, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate .right .functions {
    float: right; }
    [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate .right .functions fieldset, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate .right .functions fieldset {
      width: 500px;
      display: inline-block;
      float: left;
      margin: 0;
      padding: 0; }
    [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper {
      width: 500px; }
      [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper .control-group, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper .control-group {
        width: 49%;
        float: left;
        display: inline-block;
        margin: 0 0 2% 2%; }
      [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper .control-group:nth-child(1), [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper .control-group:nth-child(1) {
        margin: 0 0 2%; }
      [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper .control-group .form-group .select2-container, [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper .control-group .button-remove-wrapper .select2-container, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper .control-group .form-group .select2-container, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate .right .functions fieldset .formWrapper .control-group .button-remove-wrapper .select2-container {
        width: 100%;
        height: 51px; }
    [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate .right .functions .form-actions, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate .right .functions .form-actions {
      padding: 0 0 0 20px;
      border: 0;
      display: inline-block;
      float: right; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate.single-input .right .functions fieldset .formWrapper .control-group, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate.single-input .right .functions fieldset .formWrapper .control-group {
    float: right;
    width: 45.5%; }
    [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.single-row-generate.single-input .right .functions .form-actions, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.single-row-generate.single-input .right .functions .form-actions {
      padding: 0 0 0 20px; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.multi-row-generate .left, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.multi-row-generate .left {
    width: calc(100% - 768px); }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.multi-row-generate.button-same-line .right .functions fieldset .formWrapper .control-group, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.multi-row-generate.button-same-line .right .functions fieldset .formWrapper .control-group {
    width: 32%; }
    [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li.multi-row-generate.button-same-line .right .functions fieldset .formWrapper .control-group:nth-child(4), [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li.multi-row-generate.button-same-line .right .functions fieldset .formWrapper .control-group:nth-child(4) {
      margin: 0 !important; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li input::placeholder, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li input::placeholder {
    color: #999 !important; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .select2-default, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .select2-default {
    color: #999 !important; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .select2-default .select2-chosen, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .select2-default .select2-chosen {
    color: #999 !important; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .select2-container-multi, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .select2-container-multi {
    height: 48px !important;
    overflow: auto; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .select2-container-multi .select2-choices, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .select2-container-multi .select2-choices {
    padding: 0 5px 0 0 !important; }
  [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .select2-container-multi .select2-choices .select2-search-choice, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .select2-container-multi .select2-choices .select2-search-choice {
    width: 100% !important; }
    [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .select2-container-multi .select2-choices .select2-search-choice > div, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .select2-container-multi .select2-choices .select2-search-choice > div {
      width: 89%;
      display: inline-block; }
    [hrlink-module='raport'][hrlink-module-type='lista'] ul.list.regular li .select2-container-multi .select2-choices .select2-search-choice > a, [hrlink-module='raport'][hrlink-module-type='listanew'] ul.list.regular li .select2-container-multi .select2-choices .select2-search-choice > a {
      float: right;
      display: inline-block;
      top: 0; }
  [hrlink-module='raport'][hrlink-module-type='pokaz'] #tool_note_see00ewn234ddw, [hrlink-module='raport'][hrlink-module-type='pokaz'] #tool_aktywnosc_see00ewn234ddw {
    padding: 0; }

[hrlink-module='magazyn'][hrlink-module-type='lista'] ul.grid {
  display: block;
  width: 100%; }
  [hrlink-module='magazyn'][hrlink-module-type='lista'] ul.grid li {
    margin: 0 0 1% 1.33%;
    width: 24%;
    display: table-cell;
    float: left; }
  [hrlink-module='magazyn'][hrlink-module-type='lista'] ul.grid li:nth-child(1) {
    margin: 0 0 1%; }
  [hrlink-module='magazyn'][hrlink-module-type='lista'] ul.grid li:nth-child(4n + 1) {
    margin: 0 0 1%; }
  [hrlink-module='magazyn'][hrlink-module-type='lista'] ul.grid li .right .functions {
    height: 156px; }
  [hrlink-module='lokalizacja'][hrlink-module-type='lista'] ul.grid li {
    margin: 0 0 1% 1.33%;
    width: 24%;
    display: inline-block;
    float: left; }
  [hrlink-module='lokalizacja'][hrlink-module-type='lista'] ul.grid li:nth-child(1) {
    margin: 0 0 1%; }
  [hrlink-module='lokalizacja'][hrlink-module-type='lista'] ul.grid li:nth-child(4n + 1) {
    margin: 0 0 1%; }
  [hrlink-module='powiadomienia'][hrlink-module-type='lista'] ul.grid li {
    margin: 0 0 1% 1.33%;
    width: 24%;
    display: inline-block;
    float: left; }
  [hrlink-module='powiadomienia'][hrlink-module-type='lista'] ul.grid li:nth-child(1) {
    margin: 0 0 1%; }
  [hrlink-module='powiadomienia'][hrlink-module-type='lista'] ul.grid li:nth-child(4n + 1) {
    margin: 0 0 1%; }
  [hrlink-module='kategoryzacja'][hrlink-module-type='lista'] ul.grid li {
    margin: 0 0 1% 1.33%;
    width: 24%;
    display: inline-block;
    float: left; }
  [hrlink-module='kategoryzacja'][hrlink-module-type='lista'] ul.grid li:nth-child(1) {
    margin: 0 0 1%; }
  [hrlink-module='kategoryzacja'][hrlink-module-type='lista'] ul.grid li:nth-child(4n + 1) {
    margin: 0 0 1%; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .function small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .fns small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .more small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .cvFunctions a small strong, .cvFunctions [hrlink-module='spolki'][hrlink-module-type='lista'] .grid a small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid #users .time small strong, #users [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .time small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid #users .name small strong, #users [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .name small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .message small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .add small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .addGray small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .sortable-placeholder small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .icon-stack small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .remove small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .name small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .users small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .showAsList small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .showAsGrid small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .person small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .location small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .moreWhite small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .caretWhite small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .notification small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .catalog small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .phone small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .email small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .status small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .watch small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .arrow-green-top small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .arrow-green-bottom small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .arrow-green-left small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .pdf small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .expand small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .attachment small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .history small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .notes small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .move small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .mail small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .calendar small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .dodaj-etykiete small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .icon-ok small strong, [hrlink-module='spolki'][hrlink-module-type='lista'] .grid .icon-no small strong {
    margin-top: -4px; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .search-row-handler .left {
    font-size: 16px;
    padding: 2px 0 0;
    width: calc(100% - 455px); }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .search-row-handler .right > div {
    float: left;
    display: inline-block; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .search-row-handler .right > div:nth-child(1) a {
    color: #999 !important;
    border-bottom: 1px solid #999; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .search-row-handler .right > span {
    float: left;
    margin: 0 10px;
    color: #999; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list {
    width: 100%;
    clear: both;
    display: table;
    /*tbody {
     tr {
     td {
     &:nth-child(1) {cursor: pointer;}
     &:nth-last-child(1) {text-align: right;
     .hr_i-sm-note-watch {margin: 0 15px 0 0;}
     .ion-edit {font-size: 18px;}
     .ion-ios-trash {margin: 0 0 0 10px; font-size: 22px;}
     }
     }
     }
     }*/ }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .clients-list-head {
    padding: 12px 0;
    border-bottom: 2px solid #ddd;
    width: 100%; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .clients-list-head div {
    width: 19%;
    padding: 0 1%;
    display: inline-block; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .col {
    display: table;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ddd; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .col:hover {
    background: #f5f5f5; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .col:nth-last-child(1) {
    border: 0; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .col .col-inside {
    display: table-cell;
    width: 19%;
    padding: 0 1% 0 0; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-child(1) {
    cursor: pointer; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-last-child(1) {
    text-align: right; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-last-child(1) .hr_i-sm-note-watch {
    margin: 0 15px 0 0; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-last-child(1) .ion-edit {
    font-size: 18px; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] .clients-list .col .col-inside:nth-last-child(1) .ion-ios-trash {
    margin: 0 0 0 10px;
    font-size: 22px; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-top {
    margin: 20px 0; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-top.text-right {
    text-align: right; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-body h3 {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 20px; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-body h3 button {
    margin: 0 0 0 15px; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-body .client-informations h4 {
    display: inline-block; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-body .client-informations p {
    display: inline-block; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-body #recruitments-for-client {
    margin: 20px 0 0; }
  [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-body #contact-persons tbody tr td:nth-last-child(1) a {
    color: #666; }
    [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-body #contact-persons tbody tr td:nth-last-child(1) a:hover {
      text-decoration: none; }
    [hrlink-module='spolki'][hrlink-module-type='lista'] #new-clients-preview .client-body #contact-persons tbody tr td:nth-last-child(1) a span {
      margin: 0 5px; }
  [hrlink-module='spolki'][hrlink-module-type='lista'][hrlink-pakiet_nbc="true"] .clients-list .clients-list-head {
    display: table; }
  [hrlink-module='spolki'][hrlink-module-type='lista'][hrlink-pakiet_nbc="true"] .clients-list .clients-list-head div {
    width: 15.5%;
    padding: 0 1%;
    display: table-cell; }
  [hrlink-module='spolki'][hrlink-module-type='lista'][hrlink-pakiet_nbc="true"] .clients-list .col {
    display: table;
    width: 100%; }
  [hrlink-module='spolki'][hrlink-module-type='lista'][hrlink-pakiet_nbc="true"] .clients-list .col .col-inside {
    display: table-cell;
    width: 16%;
    padding: 0 1%; }
  [hrlink-module='spolki'][hrlink-module-type='dodaj'] #error_is_nip_unique, [hrlink-module='spolki'][hrlink-module-type='zmien'] #error_is_nip_unique {
    display: block;
    color: #f0a79f;
    width: 100%;
    padding: 10px 0 10px 200px;
    font-weight: bold;
    text-align: left; }
  [hrlink-module='spolki'][hrlink-module-type='dodaj'] #error_is_nip_unique.hide, [hrlink-module='spolki'][hrlink-module-type='zmien'] #error_is_nip_unique.hide {
    display: none; }
  [hrlink-module='spolki'][hrlink-module-type='dodaj'] .flag-container + input[type='text'] {
    padding-left: 50px; }
  [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .form-group, [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .button-remove-wrapper, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .form-group, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .button-remove-wrapper {
    position: relative; }
  [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .form-group .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .button-remove-wrapper .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .form-group .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .button-remove-wrapper .validate-with-star {
    position: absolute;
    right: 87px;
    top: -12px;
    font-size: 32px;
    line-height: 1;
    color: #6cbf57; }
  [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .form-group #wrapisfile + .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .button-remove-wrapper #wrapisfile + .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .form-group #wrapisfile + .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .button-remove-wrapper #wrapisfile + .validate-with-star {
    right: auto;
    float: left;
    margin: 0 0 0 -6px; }
  [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .form-group .checkbox-clause-contents .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .button-remove-wrapper .checkbox-clause-contents .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .form-group .checkbox-clause-contents .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .button-remove-wrapper .checkbox-clause-contents .validate-with-star {
    right: -8px; }
  [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .form-row .form-group .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='dodaj'] fieldset .form-row .button-remove-wrapper .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .form-row .form-group .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type='zmien'] fieldset .form-row .button-remove-wrapper .validate-with-star {
    right: -8px;
    top: -12px; }
  [hrlink-module='kandydat'][hrlink-module-type="dodaj"] fieldset .form-row h3 .ion-chevron-down, [hrlink-module='kandydat'][hrlink-module-type="dodaj"] fieldset .form-row h3 .ion-chevron-up {
    padding: 0 93px 0 0; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview {
    width: 1280px; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview form > fieldset {
    width: calc(1200px - 743px);
    float: left; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview form > .form-actions {
    width: 100%;
    float: left; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .cv-preview-wrapper {
    width: 743px;
    float: right !important;
    padding: 15px 20px; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-group .form-control.month-year-mask, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .button-remove-wrapper .form-control.month-year-mask, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .button-remove-wrapper .form fieldset .uploader.month-year-mask, .form fieldset [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .button-remove-wrapper .uploader.month-year-mask, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .button-remove-wrapper .form fieldset .selectWrap.month-year-mask, .form fieldset [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .button-remove-wrapper .selectWrap.month-year-mask, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-group .form fieldset .uploader.month-year-mask, .form fieldset [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-group .uploader.month-year-mask, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-group .form fieldset .selectWrap.month-year-mask, .form fieldset [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-group .selectWrap.month-year-mask {
    background: #fff !important; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-group .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .button-remove-wrapper .validate-with-star {
    right: -7px;
    top: 12px; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row h3 .ion-chevron-down, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row h3 .ion-chevron-up {
    margin: 10px 0 0; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row .form-group .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row .button-remove-wrapper .validate-with-star {
    right: -6px;
    top: 13px; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row:not(.tel) .form-group, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row:not(.tel) .button-remove-wrapper {
    float: left;
    width: 48%; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row:not(.tel) .form-group:nth-last-child(1), [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row:not(.tel) .button-remove-wrapper:nth-last-child(1) {
    margin: 0 0 0 4%; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row:not(.tel) .form-group:nth-child(2) label, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row:not(.tel) .button-remove-wrapper:nth-child(2) label {
    text-align: left !important; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row:not(.tel) .form-group input, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row:not(.tel) .button-remove-wrapper input {
    clear: both;
    width: 100% !important; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row.tel .form-group:nth-child(1), [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row.tel .button-remove-wrapper:nth-child(1) {
    margin: 0; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row.tel .form-group .validate-with-star, [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-with-cv-preview .form-row.tel .button-remove-wrapper .validate-with-star {
    right: 131px;
    top: -13px; }
  [hrlink-module='kandydat'][hrlink-module-type="zmien"] .form-without-cv-preview #data_urodzenia + p {
    margin: 0 0 0 205px;
    width: 420px; }

#e3xp0rt3r_formularz[hrlink-preview-mode="true"] .application-head.hr_big_text .left, #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .application-head.hr_big_text .right {
  width: 48%; }
  #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .application-head.hr_big_text .left h2 small, #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .application-head.hr_big_text .right h2 small {
    float: left !important; }
  #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .application-head.hr_big_text .right {
    margin: 0 0 0 2%; }
  #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .application-body fieldset.add-file-fieldset .attachement-button-handler label {
    width: auto; }
  #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .application-body .form-actions {
    text-align: center; }
  #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .application-body .form-actions #sendForm2 {
    float: none; }
  #e3xp0rt3r_formularz[hrlink-preview-mode="true"] #apply-with-facebook, #e3xp0rt3r_formularz[hrlink-preview-mode="true"] #apply-with-goldenline, #e3xp0rt3r_formularz[hrlink-preview-mode="true"] #apply-with-google, #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .inputbgcolor, #e3xp0rt3r_formularz[hrlink-preview-mode="true"] #sendForm2 {
    cursor: default !important; }
  #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .obligation-to-provide-information .checkbox-clause-contents h4, #e3xp0rt3r_formularz[hrlink-preview-mode="true"] .obligation-to-provide-information .checkbox-clause-contents .obligation-text {
    font-size: 12px; }
  #e3xp0rt3r_formularz[hrlink-preview-mode="false"] .intl-tel-input.allow-dropdown {
    width: 100%; }
  #e3xp0rt3r_formularz[hrlink-preview-mode="false"] #obinfopen {
    font-size: 14px; }
  #e3xp0rt3r_formularz .ramka {
    border-width: 2px;
    border-style: solid;
    border-radius: 5px; }
/*modal*/
.jqmWindow {
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  padding: 12px; }

.jqmOverlay {
  background-color: #000; }
/*span.strzalka {float:right;color:#949393; text-decoration: none;
 span {background: url('../system/graf/kandydat/aplikacja/sprites.png') -23px 6px no-repeat; padding:0 0 0 10px;}
 }*/
.form-group.error .select2-container, .button-remove-wrapper.error .select2-container, .form-group.error .select2-container > a, .button-remove-wrapper.error .select2-container > a {
  background: #fbe5e3; }

div.driverLicense ol {
  list-style: none;
  margin: 0 0 45px 0;
  padding: 10px 0 10px 41px; }
  div.driverLicense ol li {
    float: left;
    margin: 4px;
    text-align: center;
    /*input: 30px;*/ }
  div.driverLicense ol li.input input {
    width: 15px; }
  div.driverLicense ol li label {
    text-align: center; }

.wrap_err_plik label.err {
  display: none; }
  .wrap_err_plik .error {
    color: #f00;
    margin-left: 15px;
    margin-right: 10px;
    border: none; }
  .wrap_err_plik .error label.err {
    display: block; }

.hr_big_text h2 {
  font-weight: bold;
  font-size: 32px; }

.application-logo {
  margin: 15px 0 10px; }

.application-head {
  border-bottom: initial; }

div#uniform-file_cv.uploader {
  width: inherit !important; }

div#uniform-file_lm.uploader {
  width: inherit !important; }

.select2-results li {
  text-align: left; }

.enclose-file-limit {
  color: #999; }

.attachement-button-handler {
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  margin: 20px 0 5px 0; }
  .attachement-button-handler .enclose-file {
    display: inline-block; }
  .attachement-button-handler .inputbgcolor {
    display: inline-block !important;
    padding: 5px 10px !important;
    margin: 0 0 0 10px !important; }

#e3xp0rt3r_formularz .tlostrony #main .application-body .buttons {
  margin: 30px 0;
  display: table; }
  #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0; }
  #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-facebook, #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-google, #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-goldenline {
    height: auto !important;
    padding: 10px 20px !important; }
  #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-facebook span, #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-google span, #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-goldenline span {
    float: left;
    line-height: 1;
    margin: 2px 0 0 0;
    text-transform: initial;
    font-size: 14px; }
  #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-facebook img, #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-google img, #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-goldenline img {
    width: 18px;
    height: 18px;
    float: right;
    margin: 0 0 0 10px; }
  #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-facebook {
    background-color: #495c93;
    color: #fff;
    padding: 10px 20px 9px !important; }
  #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-google, #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-goldenline {
    background: url('../../../graf_new/google/background.png');
    color: #1b1b1b;
    background-size: cover;
    /*span {font-weight: 700;}*/ }
  #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-goldenline, #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-facebook, #e3xp0rt3r_formularz .tlostrony #main .application-body .buttons a#apply-with-google {
    margin: 0 15px 0 0; }

.obligation-to-provide-information {
  overflow: auto;
  margin: 0 0 36px !important; }
  .obligation-to-provide-information .checkbox-clause-contents .obligation-text {
    font-size: 16px;
    text-align: justify; }
  .obligation-to-provide-information .checkbox-clause-contents .obligation-text #obinfopen {
    display: table;
    margin: 20px 0 0;
    clear: both;
    float: right;
    text-decoration: underline;
    font-weight: 700; }

.jqmWindow.modal-wrap {
  overflow-y: scroll !important; }

#obInfText .modal-scrollable {
  width: 100%; }
  #obInfText .modal-scrollable > div {
    width: 100%; }
  @media only screen and (min-width: 920px) {
      #obInfText .modal-scrollable > div {
        width: 920px; } }
  #obInfText .modal-scrollable > div h2 {
    font-weight: 700; }
  #obInfText .modal-scrollable .modal-agreement {
    font-size: 16px;
    padding: 30px 0 0;
    text-align: justify;
    color: #000 !important; }

.cookies-obligation-clause {
  z-index: 2;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 50px;
  padding: 15px 25px;
  background: #000;
  color: #fff;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important; }
  .cookies-obligation-clause .clause-container {
    position: relative;
    display: table; }
  .cookies-obligation-clause .clause-container .clause-text {
    font-size: 9px;
    float: left;
    width: calc(100% - 120px);
    cursor: default; }
  .cookies-obligation-clause .clause-container .clause-text a {
    text-decoration: underline;
    color: #fff !important;
    font-size: 9px; }
  .cookies-obligation-clause .clause-container .clause-button {
    font-size: 13px;
    padding: 6px 11px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -14px; }

.application .application-container .form-actions.push-up-cookie {
  padding: 15px 0 10%; }
  .application[hrlink-pakiet_adecco="true"] .checkbox .checkboxWrap span.error {
    background: url(../../../graf_new/checkbox.png) !important; }

[hrlink-pakiet_mcdonalds='true'] .application-logo {
  display: none; }
  [hrlink-pakiet_mcdonalds='true'] #main {
    padding: 100px 0 0; }
  [hrlink-pakiet_mcdonalds='true'] #main .application-head .left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px !important; }
  [hrlink-pakiet_mcdonalds='true'] #main .application-head .left h2 small {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important; }
  [hrlink-pakiet_mcdonalds='true'] #main .application-body .ramka {
    border: 0;
    background: none; }
  [hrlink-pakiet_mcdonalds='true'] #main .application-body .ramka h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fbc403;
    margin: 30px 0 25px; }
  [hrlink-pakiet_mcdonalds='true'] #main .application-body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #515151; }
  [hrlink-pakiet_mcdonalds='true'] #main .applicationSuccess {
    margin: 15px 0 0; }

[hrlink-company-id='1908'] {
  color: #000 !important; }
  [hrlink-company-id='1908'] label {
    color: #000 !important; }

.application[hrlink-company-id='1973'] {
  font-family: 'Titillium Web', sans-serif !important; }
  .application[hrlink-company-id='1973'] .left h2 {
    color: #f15b22 !important; }
/*[hrlink-form-layout-id='2001'] {
 &[hrlink-form-layout-id='31'] {
 label {color: #000 !important;}
 }
 }*/
.application[hrlink-company-id='2098'] {
  font-family: GeomanistLight, sans-serif; }
  .application[hrlink-company-id='2098']:before {
    z-index: -1 !important; }
  @font-face {
    font-family: 'GeomanistMedium';
    src: url('system/elements/files/dgm/GeomanistMedium.eot?#iefix') format('embedded-opentype'), url('system/elements/files/dgm/GeomanistMedium.woff') format('woff'), url('system/elements/files/dgm/GeomanistMedium.ttf') format('truetype'), url('system/elements/files/dgm/GeomanistMedium.svg#GeomanistMedium') format('svg');
    font-weight: 400;
    font-style: normal; }
  @font-face {
    font-family: 'GeomanistLight';
    src: url('system/elements/files/dgm/GeomanistLight.eot?#iefix') format('embedded-opentype'), url('system/elements/files/dgm/GeomanistLight.woff') format('woff'), url('system/elements/files/dgm/GeomanistLight.ttf') format('truetype'), url('system/elements/files/dgm/GeomanistLight.svg#GeomanistLight') format('svg');
    font-weight: 300;
    font-style: normal; }
  .application[hrlink-company-id='2098'] label, .application[hrlink-company-id='2098'] .push-to-bottom, .application[hrlink-company-id='2098'] #e3xp0rt3r_formularz .ramka .select2-container > a, .application[hrlink-company-id='2098'] #klauzulaopen, .application[hrlink-company-id='2098'] #file_box_nx, .application[hrlink-company-id='2098'] .application-body h4 {
    color: #555 !important; }
  .application[hrlink-company-id='2098'] .inputbgcolor {
    color: #fff !important; }
  .application[hrlink-company-id='2098'] .application-head {
    background: #fff url('../../../elements/files/dgm/logo_hr-01.jpg');
    background-repeat: no-repeat;
    background-size: 625px;
    background-position: top 31px left 10%;
    z-index: 0;
    height: 312px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0; }
  .application[hrlink-company-id='2098'] .application-head .right {
    padding: 49px 0 0 19% !important; }
  .application[hrlink-company-id='2098'][hrlink-thank-you-page="true"] .application-head .right {
    padding: 91px 0 0 19% !important; }
  .application[hrlink-company-id='2098'].application .application-container {
    position: static;
    z-index: 0;
    margin-top: 362px !important;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.78); }
  .application[hrlink-company-id='2098'].application .application-container h2 {
    color: #666 !important; }
  .application[hrlink-company-id='2098'] #e3xp0rt3r_formularz .tlostrony {
    background: none !important; }
  .application[hrlink-company-id='2098'] #e3xp0rt3r_formularz .ramka {
    border: 0 !important;
    padding: 20px 0; }
  .application[hrlink-company-id='2098'] #e3xp0rt3r_formularz .ramka .form-group, .application[hrlink-company-id='2098'] #e3xp0rt3r_formularz .ramka .button-remove-wrapper {
    padding: 0; }
  .application[hrlink-company-id='2098'] #e3xp0rt3r_formularz .ramka .select2-container {
    padding: 0;
    border: 0;
    height: auto; }
  .application[hrlink-company-id='2098'].application .application-container fieldset.dane-kontaktowe .form-group, .application[hrlink-company-id='2098'].application .application-container fieldset.dane-kontaktowe .button-remove-wrapper, .application[hrlink-company-id='2098'] .application .application-container fieldset.dane-kontaktowe .button-remove-wrapper {
    width: 100%; }
  .application[hrlink-company-id='2098'] .application-body h4 {
    margin: 5px 0 10px !important; }
  .application[hrlink-company-id='2098'] .file_add h4 {
    margin-top: 35px !important; }
  .application[hrlink-company-id='2098'] #sendForm2 {
    font-weight: 300;
    background: #5d5d5d !important; }
  .application[hrlink-company-id='2098'] .intl-tel-input {
    width: 100%; }
  .application[hrlink-company-id='2098'] .select2-container {
    padding: 7px 0 !important;
    background: #fff; }
  @media screen and (max-width: 1170px) {
    .application[hrlink-company-id='2098'] .application-head {
      background: #fff !important;
      padding: 25px 0;
      height: auto !important; }
      .application[hrlink-company-id='2098'] .application-head .right {
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 0 !important; }
        .application[hrlink-company-id='2098'] .application-head .right h2 small {
          margin: 0 0 10px; }
          .application[hrlink-company-id='2098'] .application-head .right h2:nth-child(2) small {
            margin: 20px 0 10px; } }
  .application[hrlink-company-id='2098'] .social-media-container {
    display: table;
    margin: 25px auto 0; }
  .application[hrlink-company-id='2098'] .social-media-container a {
    display: inline-block;
    width: 50px; }
  .application[hrlink-company-id='2098'] .social-media-container a:first-child {
    margin: 0 20px 0 0; }
  .application[hrlink-company-id='2098'] .application-head .buttons {
    margin: 30px 0;
    display: table; }
  .application[hrlink-company-id='2098'] .application-head .buttons a {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0; }
  .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-facebook, .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-google, .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-goldenline {
    height: auto !important;
    padding: 10px 20px !important; }
  .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-facebook span, .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-google span, .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-goldenline span {
    float: left;
    line-height: 1;
    margin: 2px 0 0 0;
    text-transform: initial;
    font-size: 14px; }
  .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-facebook img, .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-google img, .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-goldenline img {
    width: 18px;
    height: 18px;
    float: right;
    margin: 0 0 0 10px; }
  .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-facebook {
    background-color: #495c93;
    color: #fff;
    padding: 10px 20px 9px !important; }
  .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-google, .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-goldenline {
    background: url('../../../graf_new/google/background.png');
    color: #1b1b1b;
    background-size: cover;
    /*span {font-weight: 700;}*/ }
  .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-goldenline, .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-facebook, .application[hrlink-company-id='2098'] .application-head .buttons a#apply-with-google {
    margin: 0 15px 0 0; }

.application[hrlink-pakiet_mcdonalds="true"] {
  font-family: 'Nobel', sans-serif;
  color: #454545; }
  .application[hrlink-pakiet_mcdonalds="true"]:before {
    background: none !important; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony > h2 {
    color: #fbc403;
    margin: 0 0 35px;
    font-size: 4em;
    font-weight: 700; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head {
    padding: 0; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head .left h2, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head .right h2 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 20px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony #messageBox {
    margin: 59px 0 0; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset {
    background: #f2f2f2;
    border: none;
    padding: 43px 26px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.add-file-fieldset {
    margin: 33px 0 0 0; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.add-file-fieldset .form-group, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.add-file-fieldset .button-remove-wrapper {
    margin: 0;
    padding: 0; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.add-file-fieldset .attachement-button-handler {
    background: #fff;
    margin: 16px 0 27px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.add-file-fieldset .attachement-button-handler label {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.add-file-fieldset .enclose-file-limit, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.add-file-fieldset .push-to-bottom {
    font-weight: 700;
    color: #454545; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.dane-kontaktowe .form-group label, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.dane-kontaktowe .button-remove-wrapper label {
    font-weight: 700;
    color: #454545; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.pytania-selekcyjne .tool .title {
    margin: 0 0 14px !important;
    font-weight: 700;
    color: #454545; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.add-file-fieldset h4, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.dane-kontaktowe h4, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.pytania-selekcyjne h4 {
    font-weight: 300;
    font-size: 32px;
    margin: 0 0 40px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.dane-kontaktowe, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.pytania-selekcyjne {
    margin: 30px 0 0 0; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.dane-kontaktowe h4, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.pytania-selekcyjne h4 {
    text-transform: uppercase; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.dane-kontaktowe .form-group, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.dane-kontaktowe .button-remove-wrapper, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.pytania-selekcyjne .form-group, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset.pytania-selekcyjne .button-remove-wrapper {
    float: left;
    clear: none; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .select2-container {
    background: #fff; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .select2-container .select2-choice {
    background: transparent;
    overflow: inherit; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .select2-container .select2-choice .select2-arrow {
    background: #454545;
    height: 46px;
    top: -6px;
    right: -9px;
    width: 36px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .select2-container .select2-choice .select2-arrow b {
      background: url('../img/icon/select2-white.png') no-repeat 0 1px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .select2-container .select2-choices:after {
    background-color: #454545;
    height: 46px;
    top: 0;
    right: 0;
    width: 36px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: url('../img/icon/select2-white.png') no-repeat 0 1px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .select2-container.select2-container-active {
    background-position: -35px 1px !important; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .checkboxWrap span {
    background-image: url('../../../graf_new/mcdonalds/checkbox.png');
    background-color: #fff;
    transition: border 0.35s; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .checkboxWrap span.checked {
    background-position: 0 -17px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper {
    padding: 0 2% 0 0; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group:nth-child(3n+1), .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper:nth-child(3n+1) {
    padding: 0; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group label, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper label {
    font-size: 14px;
    color: #454545; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group input[type="text"].form-control, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper input[type="text"].form-control, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper .form fieldset input.uploader[type="text"], .form fieldset .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper input.uploader[type="text"], .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper .form fieldset input.selectWrap[type="text"], .form fieldset .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper input.selectWrap[type="text"], .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group .form fieldset input.uploader[type="text"], .form fieldset .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group input.uploader[type="text"], .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group .form fieldset input.selectWrap[type="text"], .form fieldset .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group input.selectWrap[type="text"] {
    padding: 8px 32px;
    font-size: 12px;
    font-weight: 700;
    margin: 0; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group input[type="text"]#tel2, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper input[type="text"]#tel2, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group input[type="text"]#tel_confirm2, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper input[type="text"]#tel_confirm2 {
    padding: 8px 0 8px 87px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group .selected-flag, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper .selected-flag {
    background: #454545;
    padding: 0 4px 0 16px;
    width: 64px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .form-group .selected-flag .iti-arrow, .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony fieldset .button-remove-wrapper .selected-flag .iti-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony .accept_field {
    margin: 30px 0 0; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony .accept_field .checkboxWrap span {
    background-image: url('../../../graf_new/mcdonalds/checkbox2.png');
    background-color: #f2f2f2;
    transition: border 0.35s; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony .accept_field .checkboxWrap span.checked {
    background-position: 0 -17px; }
  .application[hrlink-pakiet_mcdonalds="true"] .application-container #e3xp0rt3r_formularz .tlostrony .form-actions #sendForm2 {
    padding: 13px 40px !important;
    font-size: 14px !important;
    float: left !important;
    border-radius: 0; }

.application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] {
  font-family: 'Roboto', sans-serif;
  display: table;
  margin: 0 auto; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] select, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] input, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] textarea {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 16px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"]:before {
    background: none !important;
    z-index: -10 !important;
    content: none; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container {
    background: #fff;
    border-radius: 0;
    margin: 0 auto;
    padding: 0 14px;
    position: static; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz {
    width: 100%;
    max-width: 100%; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo {
    background: #fff;
    padding: 26px 18px 18px;
    margin: 0;
    position: relative; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo img {
    display: none;
    max-width: 300px; }
  @media only screen and (max-width: 760px) {
                  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo img.mobile {
                    display: block; } }
  @media only screen and (min-width: 760px) {
                  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo img.desktop {
                    display: block; } }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo .button, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo .button-remove-wrapper a, .button-remove-wrapper .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo a, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo .button-green, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo .button-normal, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo .small-tastk-list .options a, .small-tastk-list .options .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo a, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-logo .button-light {
    color: #fff;
    position: absolute;
    right: 18px;
    top: 27px;
    padding: 3px 14px 4px;
    font-size: 14px;
    line-height: 1;
    height: auto;
    border-radius: 0; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-banner {
    height: 182px;
    width: 100%;
    display: table; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-banner p {
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 30px 0 0;
    font-size: 41px;
    line-height: 1; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-banner a {
    font-weight: 700;
    background: #fff;
    border: 1px solid #fff;
    padding: 15px 37px;
    display: table;
    margin: 27px auto 0;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease 0s; }
  @media only screen and (max-width: 768px) {
              .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-banner {
                height: auto; }
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-banner a {
                  margin: 27px auto 38px; } }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-banner-bottom {
    padding: 13px 22px 17px;
    background: #d2d2d2; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-banner-bottom a {
    font-weight: 400;
    color: #000;
    font-size: 14px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .application-banner-bottom a.more-offers {
    margin: 0;
    background: url('../../../../system/elements/files/aterima/icons/more-offers.svg');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 25px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main {
    background: #f4f4f4;
    padding: 26px 19px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .enclose-file-aterima {
    font-size: 16px;
    padding: 0 20px;
    font-weight: 400;
    margin: 0 1% 8px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head {
    border: 1px solid #e1e1e1;
    margin: 0;
    padding: 41px 50px 46px;
    border-bottom: none; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head .application-subtitle {
    font-weight: 400;
    margin: 0 0 13px;
    color: #000;
    font-size: 18px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head .application-title {
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 1; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head .application-data {
    font-weight: 600; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head .application-data span {
      color: #000;
      font-weight: 400;
      float: left;
      font-size: 16px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head .application-data .pin {
      padding: 6px 0 0 25px;
      background: url('../../../../system/elements/files/aterima/icons/pin.svg');
      background-size: 18px;
      background-position: 0 2px;
      background-repeat: no-repeat; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head .application-data .thumb-up {
      margin: 0 0 0 23px;
      padding: 5px 0 3px 27px;
      color: #3d8900;
      background: url('../../../../system/elements/files/aterima/icons/thumb-up.svg');
      background-size: 21px;
      background-position: 0 2px;
      background-repeat: no-repeat; }
  @media only screen and (max-width: 580px) {
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-head .application-data .thumb-up {
                  clear: both;
                  margin: 15px 0 0; } }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body {
    background: #d2d2d2;
    padding: 50px 52px 65px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body h4 {
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset {
    padding: 0 18px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.ramka {
      border: 0 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset {
      margin: 0 0 20px;
      padding-top: 0;
      width: 100%; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .form-group, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .button-remove-wrapper {
      width: 100% !important;
      padding: 0;
      margin: 0; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .form-group .enclose-file-limit, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .button-remove-wrapper .enclose-file-limit {
      color: #6c6f70; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .form-group .attachement-button-handler, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .button-remove-wrapper .attachement-button-handler {
      border: none;
      padding: 0;
      margin: 0; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .form-group .attachement-button-handler .inputbgcolor, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .button-remove-wrapper .attachement-button-handler .inputbgcolor {
      width: 100%;
      display: inline-block;
      background: #fff;
      margin: 0 0 10px !important;
      border-radius: 0;
      border: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-weight: 500;
      line-height: 18px;
      min-width: 220px;
      outline: none;
      overflow: hidden;
      padding: 14px 25px !important;
      position: relative;
      text-decoration: none; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .form-group .attachement-button-handler .inputbgcolor span, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .button-remove-wrapper .attachement-button-handler .inputbgcolor span {
      font-size: 18px;
      font-weight: 400;
      color: #666; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .form-group .attachement-button-handler .inputbgcolor .fa-paperclip, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.add-file-fieldset .button-remove-wrapper .attachement-button-handler .inputbgcolor .fa-paperclip {
      margin: 0 3px 0 0;
      transform: rotate(85deg);
      font-size: 18px;
      color: #666; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper {
      display: inline-block;
      padding: 0;
      width: 338px;
      margin-bottom: 0 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group:nth-child(odd), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper:nth-child(odd), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group:nth-child(odd), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper:nth-child(odd) {
      margin: 16px 0 0; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group:nth-child(even), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper:nth-child(even), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group:nth-child(even), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper:nth-child(even) {
      margin: 16px 0 0 14px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group:nth-child(1), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper:nth-child(1), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group:nth-child(1), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper:nth-child(1) {
      margin: 0; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group:nth-child(2), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper:nth-child(2), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group:nth-child(2), .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper:nth-child(2) {
      margin: 0 0 0 14px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group label, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper label, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group label, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper label {
      padding: 0;
      width: 100%;
      margin: 0 0 8px;
      color: #333;
      font-size: 15px;
      line-height: 1; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .form-control, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .form-control, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .form fieldset .uploader, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .uploader, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .form fieldset .selectWrap, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .selectWrap, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .form fieldset .uploader, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .uploader, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .form fieldset .selectWrap, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .selectWrap, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .form-control, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .form-control, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .form fieldset .uploader, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .uploader, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .form fieldset .selectWrap, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .selectWrap, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .form fieldset .uploader, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .uploader, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .form fieldset .selectWrap, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .selectWrap {
      border: 1px solid transparent;
      transition: border 0.35s;
      margin: 0;
      font-size: 16px;
      line-height: 35px;
      min-height: 35px;
      border-radius: 0;
      padding: 10px;
      clear: both;
      width: 100%; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .select2-container, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .select2-container, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .select2-container, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .select2-container {
      background: #fff; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .select2-container .select2-chosen, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .select2-container .select2-chosen, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .select2-container .select2-chosen, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .select2-container .select2-chosen {
      color: #666; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .select2-container .select2-arrow b, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .select2-container .select2-arrow b, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .select2-container .select2-arrow b, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .select2-container .select2-arrow b {
      background: url('../../../../system/elements/files/aterima/icons/dropdown.png');
      background-repeat: no-repeat;
      background-position: top 11px right 4px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input {
      width: 100%; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input .flag-container .selected-flag, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input .flag-container .selected-flag, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input .flag-container .selected-flag, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input .flag-container .selected-flag {
      padding: 0 0 0 14px;
      width: 58px;
      border: 0 !important;
      background: url('../../../../system/elements/files/aterima/icons/dropdown.png');
      background-repeat: no-repeat;
      background-position: top 20px right 1px; }
      .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input .flag-container .selected-flag .iti-arrow, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input .flag-container .selected-flag .iti-arrow, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input .flag-container .selected-flag .iti-arrow, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input .flag-container .selected-flag .iti-arrow {
        border: 0; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input .flag-container .country-list, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input .flag-container .country-list, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input .flag-container .country-list, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input .flag-container .country-list {
      white-space: inherit;
      width: 337px;
      z-index: 3; }
    @media only screen and (max-width: 915px) {
                        .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input .flag-container .country-list, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input .flag-container .country-list, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input .flag-container .country-list, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input .flag-container .country-list {
                          width: 319px; } }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input .form-control, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input .form-control, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input .form fieldset .uploader, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input .uploader, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input .form fieldset .selectWrap, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .intl-tel-input .selectWrap, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input .form fieldset .uploader, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input .uploader, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input .form fieldset .selectWrap, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .intl-tel-input .selectWrap, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input .form-control, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input .form-control, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input .form fieldset .uploader, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input .uploader, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input .form fieldset .selectWrap, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .intl-tel-input .selectWrap, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input .form fieldset .uploader, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input .uploader, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input .form fieldset .selectWrap, .form fieldset .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .intl-tel-input .selectWrap {
      padding: 0 0 0 62px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group .tool label, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper .tool label, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .tool label, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .tool label {
      padding: 0;
      width: 100%;
      margin: 0 0 10px !important;
      color: #333; }
    @media only screen and (max-width: 915px) {
                  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .form-group, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe .button-remove-wrapper, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper {
                    width: 100%;
                    margin: 0 0 14px !important; } }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.dane-kontaktowe {
      margin: -3px 0 50px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne {
      margin: 0 0 30px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .checkboxWrap {
      margin-top: 0; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .checkboxes-handler .checkbox, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .checkboxes-handler .checkbox {
      width: 100%; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .form-group .checkboxes-handler .checkbox .lab_option, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.pytania-selekcyjne .button-remove-wrapper .checkboxes-handler .checkbox .lab_option {
      width: auto !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.apply-button {
      margin: 50px 0 0; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.apply-button .form-actions {
      margin: 0;
      padding: 0;
      width: 47%; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.apply-button .form-actions #sendForm2 {
      text-transform: uppercase;
      width: 100%;
      border-radius: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      cursor: pointer;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 18px !important;
      font-weight: 700;
      outline: none;
      overflow: hidden;
      padding: 16px 0 !important;
      position: relative;
      text-align: center;
      text-decoration: none;
      -webkit-transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
      -o-transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
      transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out; }
    @media only screen and (max-width: 915px) {
                  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.apply-button .form-actions {
                    margin: 0 auto;
                    display: table; } }
    @media only screen and (max-width: 768px) {
                  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body fieldset.apply-button .form-actions {
                    width: 100%; } }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body #messageBox {
    margin: 0 0 14px;
    padding: 0 0 20px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body #messageBox li label.error {
      color: #f00 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body #messageBox li label.error:after {
      content: '.'; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body .accept_field {
    padding: 0 0 0 18px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body .accept_field .checkbox {
      margin: 0;
      width: 100%;
      padding: 0; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body .accept_field .checkbox label {
      font-size: 10px;
      width: 100% !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body .accept_field .checkbox label .checkbox-clause-contents {
      color: #000;
      font-weight: 700;
      width: calc(100% - 48px);
      font-family: 'Roboto', sans-serif; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body .accept_field .checkbox label .checkboxWrap span {
      border: 1px solid #fff; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body .accept_field .checkbox-clause-contents .obligation-text {
      font-size: 10px;
      font-weight: 700;
      color: #000; }
  @media only screen and (max-width: 580px) {
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body {
                  padding-left: 15px;
                  padding-right: 15px; }
                  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body h4 {
                    text-align: center; }
                  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body .accept_field {
                    width: 100%; }
                    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body .accept_field .checkbox label .checkbox-clause-contents {
                      width: calc(100% - 55px); }
                  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body #sendForm2 {
                    width: calc(100% - 54px);
                    margin: 0 auto;
                    display: table;
                    float: none !important; } }
  @media only screen and (min-width: 581px) and (max-width: 768px) {
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body .accept_field .checkbox label .checkbox-clause-contents {
                  width: calc(100% - 48px); }
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony #main .application-body #sendForm2 {
                  width: 41%; } }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands {
    margin: 30px 0 0; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .first, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .second, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .third, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fourth, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fifth {
    display: inline-block;
    float: left; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .first p, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .second p, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .third p, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fourth p, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fifth p {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .first div, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .second div, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .third div, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fourth div, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fifth div {
    height: 13px;
    width: 100%; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .first div .white-arrow, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .second div .white-arrow, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .third div .white-arrow, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fourth div .white-arrow, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fifth div .white-arrow {
      width: 0;
      height: 0;
      border-top: 0 solid transparent;
      border-bottom: 13px solid transparent;
      border-right: 13px solid #fff;
      float: right; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .first {
    width: 19px;
    padding: 40px 0 0; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .second {
    width: 427px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .second p {
    margin: 0 0 11px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .second p img {
      width: 277px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .second p span {
      display: none; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .third {
    width: 142px;
    padding: 23px 0 0; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fourth {
    width: 142px;
    padding: 23px 0 0; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fifth {
    width: 142px;
    padding: 23px 0 0; }
  @media only screen and (max-width: 915px) {
              .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands {
                display: none !important; }
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .first img {
                  display: none; }
                  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .first span {
                    display: block; }
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .second {
                  width: calc(40% - 20px); }
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .third {
                  width: 20%; }
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fourth {
                  width: 20%; }
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz .tlostrony .aterima-brands .fifth {
                  width: 20%; } }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-logo .button, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-logo .button-remove-wrapper a, .button-remove-wrapper .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-logo a, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-logo .button-green, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-logo .button-normal, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-logo .small-tastk-list .options a, .small-tastk-list .options .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-logo a, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-logo .button-light {
    background: #8a2564; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-banner.pl {
    background: url('../../files/aterima/form-campaign-1-banner-pl.jpg');
    background-size: cover; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-banner.ua {
    background: url('../../files/aterima/form-campaign-1-banner-ua.jpg');
    background-size: cover; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-banner.fr {
    background: url('../../files/aterima/form-campaign-1-banner-fr.jpg');
    background-size: cover; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-banner a {
    color: #8a2564; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .application-banner a:hover {
    border-color: #8a2564; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-head .application-title {
    color: #8a2564; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form h4 {
    color: #8a2564 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .form-group input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .form-group input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper input:active, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.ramka .form-group input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .form-group textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .form-group textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper textarea:active, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.ramka .form-group textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .form-group input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .form-group input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper input:focus, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.ramka .form-group input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .form-group textarea:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .form-group textarea:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper textarea:focus, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.ramka .form-group textarea:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper textarea:focus {
      border-color: #8a2564; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .form-group .intl-tel-input .flag-container .country-list .country.highlight, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .form-group .intl-tel-input .flag-container .country-list .country.highlight, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper .intl-tel-input .flag-container .country-list .country.highlight, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.ramka .form-group .intl-tel-input .flag-container .country-list .country.highlight, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper .intl-tel-input .flag-container .country-list .country.highlight {
      background: #8a2564;
      color: #fff; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .jqModal {
      color: #8a2564 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form #sendForm2 {
      background-color: #8a2564;
      border: 1px solid #8a2564; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form #sendForm2:hover {
      background: #b23081;
      border-color: #fff; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .checkboxWrap span {
      background-image: url('../../../graf_new/aterima/checkbox1.png');
      background-color: #fff;
      transition: border 0.35s; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .checkboxWrap span:hover {
      border-color: #8a2564 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .checkboxWrap span.checked {
      background-position: 0 -17px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .checkboxWrap span.checked:hover {
      border-color: #fff !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .checkboxWrap span.error {
      background-image: url('../../../graf_new/checkboxError.png'); }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .accept_field .checkbox label .checkbox-clause-contents {
      font-family: 'Roboto', sans-serif;
      font-weight: 400; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] #main .application-body form .accept_field .checkbox-clause-contents .obligation-text {
      font-family: 'Roboto', sans-serif;
      font-weight: 400; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .first p {
    color: #881e5f; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .first div {
    background: #881e5f; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .second p {
    color: #881e5f; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .second div {
    background: #881e5f; }
  @media only screen and (max-width: 915px) {
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .second {
                  background: url('../../files/aterima/form-campaign-1-head.png');
                  background-repeat: no-repeat; } }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .third p {
    color: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .third div {
    background: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .fourth p {
    color: #0083c4; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .fourth div {
    background: #0083c4; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .fifth p {
    color: #6c6f70; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] .aterima-brands .fifth div {
    background: #6c6f70; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] {
    font-family: 'Roboto Slab', serif; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] select, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] input, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] textarea {
    font-family: 'Roboto Slab', serif; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-logo div img {
    max-width: 300px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-logo .button, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-logo .button-remove-wrapper a, .button-remove-wrapper .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-logo a, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-logo .button-green, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-logo .button-normal, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-logo .small-tastk-list .options a, .small-tastk-list .options .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-logo a, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-logo .button-light {
    background: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-banner {
    background: url('../../files/aterima/form-campaign-2-banner.jpg');
    background-size: cover; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-banner a {
    color: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .application-banner a:hover {
    border-color: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-head .application-title {
    color: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form h4 {
    color: #c5a168 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .form-group input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .form-group input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper input:active, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.ramka .form-group input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .form-group textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .form-group textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper textarea:active, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.ramka .form-group textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .form-group input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .form-group input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper input:focus, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.ramka .form-group input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .form-group textarea:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .form-group textarea:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper textarea:focus, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.ramka .form-group textarea:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper textarea:focus {
      border-color: #c5a168; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .form-group .intl-tel-input .flag-container .country-list .country.highlight, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .form-group .intl-tel-input .flag-container .country-list .country.highlight, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper .intl-tel-input .flag-container .country-list .country.highlight, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.ramka .form-group .intl-tel-input .flag-container .country-list .country.highlight, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper .intl-tel-input .flag-container .country-list .country.highlight {
      background: #c5a168;
      color: #fff; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .jqModal {
      color: #c5a168 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form #sendForm2 {
      background-color: #c5a168;
      border: 1px solid #c5a168; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form #sendForm2:hover {
      background: #d3b88d;
      border-color: #fff; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .checkboxWrap span {
      background-image: url('../../../graf_new/aterima/checkbox2.png');
      background-color: #fff;
      transition: border 0.35s; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .checkboxWrap span:hover {
      border-color: #c5a168 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .checkboxWrap span.checked {
      background-position: 0 -17px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .checkboxWrap span.checked:hover {
      border-color: #fff !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .checkboxWrap span.error {
      background-image: url('../../../graf_new/checkboxError.png'); }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .accept_field .checkbox label .checkbox-clause-contents {
      font-family: 'Roboto Slab', sans-serif;
      font-weight: 400; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] #main .application-body form .accept_field .checkbox-clause-contents .obligation-text {
      font-family: 'Roboto Slab', sans-serif;
      font-weight: 400; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands {
    font-family: 'Roboto', sans-serif; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .first p {
    color: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .first div {
    background: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .second p {
    color: #c5a168; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .second p img {
      width: 306px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .second div {
    background: #c5a168; }
  @media only screen and (max-width: 915px) {
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .second {
                  background: url('../../files/aterima/form-campaign-2-head.png');
                  background-repeat: no-repeat; } }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .third p {
    color: #881e5f; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .third div {
    background: #881e5f; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .fourth p {
    color: #0083c4; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .fourth div {
    background: #0083c4; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .fifth p {
    color: #6c6f70; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] .aterima-brands .fifth div {
    background: #6c6f70; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-logo .button, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-logo .button-remove-wrapper a, .button-remove-wrapper .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-logo a, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-logo .button-green, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-logo .button-normal, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-logo .small-tastk-list .options a, .small-tastk-list .options .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-logo a, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-logo .button-light {
    background: #6e7378; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-banner {
    background: url('../../files/aterima/form-campaign-3-banner.jpg');
    background-size: cover; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-banner a {
    color: #6e7378; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .application-banner a:hover {
    border-color: #6e7378; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-head .application-title {
    color: #6e7378; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form h4 {
    color: #6e7378 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .form-group input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .form-group input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper input:active, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.ramka .form-group input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper input:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .form-group textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .form-group textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper textarea:active, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.ramka .form-group textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper textarea:active, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .form-group input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .form-group input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper input:focus, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.ramka .form-group input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper input:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .form-group textarea:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .form-group textarea:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper textarea:focus, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.ramka .form-group textarea:focus, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper textarea:focus {
      border-color: #6e7378; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .form-group .intl-tel-input .flag-container .country-list .country.highlight, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .form-group .intl-tel-input .flag-container .country-list .country.highlight, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .application .application-container fieldset.ramka .button-remove-wrapper .intl-tel-input .flag-container .country-list .country.highlight, .application .application-container .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.ramka .form-group .intl-tel-input .flag-container .country-list .country.highlight, .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form fieldset.fieldset.ramka .button-remove-wrapper .intl-tel-input .flag-container .country-list .country.highlight {
      background: #6e7378;
      color: #fff; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .jqModal {
      color: #6e7378 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form #sendForm2 {
      background-color: #6e7378;
      border: 1px solid #6e7378; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form #sendForm2:hover {
      background: #888d91;
      border-color: #fff; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .checkboxWrap span {
      background-image: url('../../../graf_new/aterima/checkbox3.png');
      transition: border 0.35s; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .checkboxWrap span:hover {
      border-color: #6e7378 !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .checkboxWrap span.checked {
      background-position: 0 -17px; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .checkboxWrap span.checked:hover {
      border-color: #fff !important; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .checkboxWrap span.error {
      background-image: url('../../../graf_new/checkboxError.png'); }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .accept_field .checkbox label .checkbox-clause-contents {
      font-family: 'Roboto', sans-serif;
      font-weight: 400; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] #main .application-body form .accept_field .checkbox-clause-contents .obligation-text {
      font-family: 'Roboto', sans-serif;
      font-weight: 400; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .first p {
    color: #6c6f70; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .first div {
    background: #6c6f70; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .second p {
    color: #6c6f70; }
    .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .second p img {
      width: 328px; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .second div {
    background: #6c6f70; }
  @media only screen and (max-width: 915px) {
                .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .second {
                  background: url('../../files/aterima/form-campaign-3-head.png');
                  background-repeat: no-repeat; } }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .third p {
    color: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .third div {
    background: #c5a168; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .fourth p {
    color: #0083c4; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .fourth div {
    background: #0083c4; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .fifth p {
    color: #881e5f; }
  .application[hrlink-pakiet_aterima="true"][hrlink-advertisement="true"] .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] .aterima-brands .fifth div {
    background: #881e5f; }
  .application[hrlink-thank-you-page='true'].application .application-container {
    background: #fff; }
  .application[hrlink-thank-you-page='true'].application .application-container #e3xp0rt3r_formularz .tlostrony.aterima-thank-you-page-handler {
    background: #fff !important; }
  .application[hrlink-thank-you-page='true'].application .application-container #e3xp0rt3r_formularz .tlostrony.aterima-thank-you-page-handler .aterima-thank-you-page {
    padding: 25% 20px;
    text-align: center; }
  .application[hrlink-thank-you-page='true'].application .application-container #e3xp0rt3r_formularz .tlostrony.aterima-thank-you-page-handler .aterima-thank-you-page .thank-you {
    font-size: 26px;
    margin: 26px 0; }
  .application[hrlink-thank-you-page='true'].application .application-container #e3xp0rt3r_formularz .tlostrony.aterima-thank-you-page-handler .aterima-thank-you-page .thank-you-message {
    margin: 0; }
  .application[hrlink-thank-you-page='true'].application .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='1'] {
    color: #8a2564; }
  .application[hrlink-thank-you-page='true'].application .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='2'] {
    color: #c5a168; }
  .application[hrlink-thank-you-page='true'].application .application-container #e3xp0rt3r_formularz[hrlink-campaign-id='3'] {
    color: #6e7378; }
  .application .select2-drop {
    border-radius: 0; }
  .application .select2-drop .select2-search {
    display: none; }

.application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26']:before, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27']:before {
  z-index: -1 !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] label, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] label, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .push-to-bottom, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .push-to-bottom, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] #e3xp0rt3r_formularz .ramka .select2-container > a, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] #e3xp0rt3r_formularz .ramka .select2-container > a, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] #klauzulaopen, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] #klauzulaopen, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] #file_box_nx, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] #file_box_nx, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-body h4, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-body h4 {
    color: #555 !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .inputbgcolor, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .inputbgcolor {
    color: #fff !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'].application .application-container, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'].application .application-container {
    position: static;
    z-index: 0;
    margin-top: 362px !important;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.78); }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'].application .application-container h2, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'].application .application-container h2 {
    color: #666 !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] #e3xp0rt3r_formularz .tlostrony, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] #e3xp0rt3r_formularz .tlostrony {
    background: none !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] #e3xp0rt3r_formularz .ramka, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] #e3xp0rt3r_formularz .ramka {
    border: 0 !important;
    padding: 20px 0; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] #e3xp0rt3r_formularz .ramka .form-group, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] #e3xp0rt3r_formularz .ramka .button-remove-wrapper, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] #e3xp0rt3r_formularz .ramka .form-group, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] #e3xp0rt3r_formularz .ramka .button-remove-wrapper {
    padding: 0; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] #e3xp0rt3r_formularz .ramka .select2-container, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] #e3xp0rt3r_formularz .ramka .select2-container {
    padding: 0;
    border: 0;
    height: auto; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'].application .application-container fieldset.dane-kontaktowe .form-group, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'].application .application-container fieldset.dane-kontaktowe .button-remove-wrapper, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'].application .application-container fieldset.dane-kontaktowe .form-group, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'].application .application-container fieldset.dane-kontaktowe .button-remove-wrapper, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application .application-container fieldset.dane-kontaktowe .button-remove-wrapper, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application .application-container fieldset.dane-kontaktowe .button-remove-wrapper {
    width: 100%; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-container .application-body #messageBox + fieldset, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-container .application-body #messageBox + fieldset {
    padding: 0 !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-body h4, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-body h4 {
    margin: 5px 0 10px !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .file_add h4, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .file_add h4 {
    margin-top: 35px !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] #sendForm2, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] #sendForm2 {
    padding: 12px 80px !important;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: none;
    background: #ef7f01 !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .intl-tel-input, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .intl-tel-input {
    width: 100%; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .select2-container, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .select2-container {
    padding: 7px 0 !important;
    background: #fff; }
  @media screen and (max-width: 1170px) {
      .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head {
        background: #fff !important;
        padding: 25px 0;
        height: auto !important; }
        .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .right, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .right {
          margin: 0;
          width: 100%;
          text-align: center;
          padding: 0 !important; }
          .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .right h2 small, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .right h2 small {
            margin: 0 0 10px; }
            .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .right h2:nth-child(2) small, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .right h2:nth-child(2) small {
              margin: 20px 0 10px; } }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .join-us, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .join-us {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #ef7f01;
    text-align: left; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .join-us span, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .join-us span {
    font-size: 24px;
    font-weight: bold; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .join-us .ing-2, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .join-us .ing-2 {
    color: #eb650e; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .join-us .ing-3, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .join-us .ing-3 {
    color: #e64415; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .social-media-container, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .social-media-container {
    display: table;
    margin: 25px auto 0; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .social-media-container a, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .social-media-container a {
    display: inline-block;
    width: 50px;
    margin: 0 20px 0 0; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .social-media-container a.nn-logo, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .social-media-container a.nn-logo {
    width: 162px; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .social-media-container a:last-child, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .social-media-container a:last-child {
    margin: 0; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons {
    margin: 30px 0;
    display: table; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-facebook, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-facebook, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-google, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-google, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-goldenline, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-goldenline {
    height: auto !important;
    padding: 10px 20px !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-facebook span, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-facebook span, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-google span, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-google span, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-goldenline span, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-goldenline span {
    float: left;
    line-height: 1;
    margin: 2px 0 0 0;
    text-transform: initial;
    font-size: 14px; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-facebook img, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-facebook img, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-google img, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-google img, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-goldenline img, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-goldenline img {
    width: 18px;
    height: 18px;
    float: right;
    margin: 0 0 0 10px; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-facebook, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-facebook {
    background-color: #495c93;
    color: #fff;
    padding: 10px 20px 9px !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-google, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-google, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-goldenline, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-goldenline {
    background: url('../../../graf_new/google/background.png');
    color: #1b1b1b;
    background-size: cover;
    /*span {font-weight: 700;}*/ }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-goldenline, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-goldenline, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-facebook, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-facebook, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .buttons a#apply-with-google, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .buttons a#apply-with-google {
    margin: 0 15px 0 0; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .form-actions, .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .form-actions {
    margin: 0 auto;
    display: table; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head {
    background: #fff url('../../../elements/files/nationale/napis-partnerzy.png');
    background-repeat: no-repeat;
    background-size: auto 272px;
    background-position: top 15px left 10%;
    z-index: 0;
    height: 312px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='26'] .application-head .right {
    padding: 49px 0 0 19% !important; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head {
    background: #fff url('../../../elements/files/nationale/napis-innowatorzy.png');
    background-repeat: no-repeat;
    background-size: auto 272px;
    background-position: top 15px left 10%;
    z-index: 0;
    height: 312px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0; }
  .application[hrlink-pakiet_nationale='true'][hrlink-form-layout-id='27'] .application-head .right {
    padding: 49px 0 0 19% !important; }

body .modal-wrap .modal-scrollable .select2-container.hour {
  width: 88px !important; }
  body .modal-wrap .modal-scrollable .select2-container.hour .select2-choice {
    text-align: center; }
  body .modal-wrap .modal-scrollable .kand_reject_resonXML fieldset .checkbox, body .modal-wrap .modal-scrollable .form_move_projektXML fieldset .checkbox {
    margin: 0 12px 0 0; }
  body .modal-wrap .modal-scrollable .kand_reject_resonXML fieldset .checkbox .radioWrap, body .modal-wrap .modal-scrollable .form_move_projektXML fieldset .checkbox .radioWrap {
    display: inline-block;
    margin: 0 12px 0 0; }
  body .modal-wrap .modal-scrollable .kand_reject_resonXML fieldset .checkbox + .form-group, body .modal-wrap .modal-scrollable .kand_reject_resonXML fieldset .checkbox + .button-remove-wrapper, body .modal-wrap .modal-scrollable .form_move_projektXML fieldset .checkbox + .form-group, body .modal-wrap .modal-scrollable .form_move_projektXML fieldset .checkbox + .button-remove-wrapper {
    margin: 50px 0 18px; }
  body .modal-wrap .modal-scrollable .tool_note_add .primary-note-text, body .modal-wrap .modal-scrollable .nt_show_edit_save .primary-note-text {
    margin: 0 0 8px; }
  body[hrlink-pakiet_ccc] .modal-wrap .modal-scrollable .recrutationCardWrapper .sort .sortInner .item {
    font-size: 0.72rem; }
  body[hrlink-pakiet_ccc] .modal-wrap .modal-scrollable .form-row.label-1-1-1 .form-group .datepicker, body[hrlink-pakiet_ccc] .modal-wrap .modal-scrollable .form-row.label-1-1-1 .button-remove-wrapper .datepicker {
    width: 175px; }
/*
 // responsive styles
 @import 'responsive/head';
 @import 'responsive/footer';
 @import 'responsive/dashboard';
 @import 'responsive/settings';
 @import 'responsive/modal';
 @import 'responsive/listCandidates';
 */
/*
 @import '/styles/elements/alert';
 @import '/styles/elements/head';
 @import '/styles/elements/forms';
 @import '/styles/elements/functions';
 @import '/styles/pages/advertisement';
 @import '/styles/pages/application';
 @import '/styles/pages/candidateIconsConfig';
 @import '/styles/pages/candidatePreview';
 @import '/styles/pages/clause';
 @import '/styles/pages/config';
 @import '/styles/pages/dashboard';
 @import '/styles/pages/extra';
 @import '/styles/pages/formularz';
 @import '/styles/pages/listCandidates';
 @import '/styles/pages/brand/hrlink';
 @import '/styles/pages/brand/aviva';
 @import '/styles/pages/brand/bic-electric';
 @import '/styles/pages/brand/cgi';
 @import '/styles/pages/brand/experis';
 @import '/styles/pages/brand/gazeta-praca';
 @import '/styles/pages/brand/human-capital-consulting';
 @import '/styles/pages/brand/human-explor';
 @import '/styles/pages/brand/lotos';
 @import '/styles/pages/brand/lpp';
 @import '/styles/pages/brand/metro-services';
 @import '/styles/pages/brand/nationale-nederlanden';
 @import '/styles/pages/brand/pkp';
 @import '/styles/pages/brand/pzu';
 @import '/styles/pages/brand/randstad';
 @import '/styles/pages/brand/rst';
 @import '/styles/pages/brand/sygnity';
 @import '/styles/pages/brand/toolip';
 @import '/styles/pages/brand/zeitmann';
 */
#users.grid li .left p span {
  content: ','; }
  #users.grid li .left p span:nth-last-child(1):after {
    content: ''; }

@media screen and (min-width: 1279px) {
      .ogloszenia .ogloszenia-row-body h4, .ogloszenia-w-projekcie .ogloszenia-row-body h4 {
        font-size: 1.3rem;
        margin-bottom: 4px; }
        .ogloszenia .ogloszenia-row-body h4 a, .ogloszenia-w-projekcie .ogloszenia-row-body h4 a {
          font-size: 1.3rem; }
        .ogloszenia .ogloszenia-row-body small, .ogloszenia-w-projekcie .ogloszenia-row-body small {
          font-size: 80%; }
        .ogloszenia .ogloszenia-row-body .ogloszenia-details, .ogloszenia-w-projekcie .ogloszenia-row-body .ogloszenia-details {
          font-size: 0.95rem; }
        .ogloszenia .ogloszenia-row-body .light, .ogloszenia-w-projekcie .ogloszenia-row-body .light {
          font-size: 13px; } }

.loading-animation-top {
  animation: loadingPulse 0.65s infinite alternate;
  /*animation-delay: 1s;*/
  background: #e6e2da; }

.loading-animation-bottom {
  animation: loadingPulse 0.65s infinite alternate;
  background: #e6e2da; }

.loading-animation-box {
  animation: loadingPulse 0.65s infinite alternate;
  /*animation-delay: 0.1s;*/
  background: #e6e2da; }

.loading-animation-box {
  height: 206px !important; }
  .loading-animation-box * {
    text-indent: -99999px !important; }
  .loading-animation-box .candidate.active {
    background: #fff !important;
    border: 0 !important; }
  .loading-animation-box .marks {
    display: none !important; }
  .loading-animation-box .functionsCandidate {
    display: none !important; }

.candidate-preview-loading .candidate-preview .candidateInfoHead {
  margin: 0 0 15px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row h3, .candidate-preview-loading .candidate-preview .candidateInfoHead .head h3, .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description h3, .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description h3 {
    width: 45% !important;
    height: 29px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left, .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left, .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left, .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left {
    width: 100%; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left ul li, .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left ul li, .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left ul li, .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left ul li {
    margin: 0 10px 0 0;
    float: left;
    height: 31px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left ul li:nth-child(1), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left ul li:nth-child(1), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left ul li:nth-child(1), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left ul li:nth-child(1) {
    width: 125px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left ul li:nth-child(2), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left ul li:nth-child(2), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left ul li:nth-child(2), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left ul li:nth-child(2) {
    width: 121px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left ul li:nth-child(3), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left ul li:nth-child(3), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left ul li:nth-child(3), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left ul li:nth-child(3) {
    width: 166px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left ul li:nth-child(4), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left ul li:nth-child(4), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left ul li:nth-child(4), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left ul li:nth-child(4) {
    width: 164px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left ul li:nth-child(5), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left ul li:nth-child(5), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left ul li:nth-child(5), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left ul li:nth-child(5) {
    width: 35px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left:nth-child(2), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left:nth-child(2), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left:nth-child(2), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left:nth-child(2) {
    margin: 16px 0 0; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left:nth-child(2) ul li, .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left:nth-child(2) ul li, .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left:nth-child(2) ul li, .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left:nth-child(2) ul li {
    margin: 0 10px 0 0;
    float: left;
    height: 22px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left:nth-child(2) ul li:nth-child(1), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left:nth-child(2) ul li:nth-child(1), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(1), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(1) {
    width: 114px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left:nth-child(2) ul li:nth-child(2), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left:nth-child(2) ul li:nth-child(2), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(2), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(2) {
    width: 83px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left:nth-child(2) ul li:nth-child(3), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left:nth-child(2) ul li:nth-child(3), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(3), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(3) {
    width: 142px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left:nth-child(2) ul li:nth-child(4), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left:nth-child(2) ul li:nth-child(4), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(4), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(4) {
    width: 52px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left:nth-child(2) ul li:nth-child(5), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left:nth-child(2) ul li:nth-child(5), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(5), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(5) {
    width: 82px; }
  .candidate-preview-loading .candidate-preview .candidateInfoHead .row .hr_pull-left:nth-child(2) ul li:nth-child(5), .candidate-preview-loading .candidate-preview .candidateInfoHead .head .hr_pull-left:nth-child(2) ul li:nth-child(5), .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(5), .recrutationCard .candidate-preview-loading .candidate-preview .candidateInfoHead .recrutationCard-description .hr_pull-left:nth-child(2) ul li:nth-child(5) {
    width: 35px; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-3 {
    width: 24%;
    float: left; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-3 .candidate-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-3 .candidate-data p {
    height: 19px;
    margin: 0 0 15px; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-3 .candidate-data p:nth-child(1) {
    width: 60%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-3 .candidate-data p:nth-child(2) {
    width: 60%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-3 .candidate-data p:nth-child(3) {
    width: 60%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-3 .candidate-data p:nth-child(4) {
    width: 60%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 {
    width: 73%;
    float: right; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description {
    margin: 0 0 25px; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p {
    height: 19px;
    margin: 0 0 15px; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(1) {
    width: 60%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(2) {
    width: 45%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(3) {
    width: 80%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(4) {
    width: 66%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(5) {
    width: 55%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(6) {
    width: 76%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(7) {
    width: 90%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(8) {
    width: 45%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(9) {
    width: 43%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(10) {
    width: 44%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(11) {
    width: 66%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(12) {
    width: 77%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(13) {
    width: 45%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(14) {
    width: 86%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(15) {
    width: 75%; }
  .candidate-preview-loading .candidate-preview #main-tabs-content .tab-pane .col-9 .candidate-description p:nth-child(16) {
    width: 64%; }

@keyframes loadingPulse {
  0% {
    background: rgba(240, 240, 240, 0.5); }

  100% {
    background: #f0f0f0; } }
