@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  src: url("fonts/Roboto-Italic.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: italic;
  src: url("fonts/Roboto-BoldItalic.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  src: url("fonts/Poppins-Italic.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: bold;
  src: url("fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: bold;
  font-style: italic;
  src: url("fonts/Poppins-BoldItalic.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("fonts/Poppins-Black.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf");
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #80888e, 10%;
  font-size: 15px;
  text-transform: none;
  margin-top: 10px;
}

span + label {
  margin-top: 0;
}

input, select, textarea, .input-placeholder {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  height: 40px;
  line-height: 1;
  display: block;
}

textarea {
  min-height: 150px;
}

label + input, label + .combo, label + .input-number, label + .ico-price, label + .select, label + textarea {
  margin-top: 0;
}

.input-wrapper {
  padding: 0 0 10px 0;
  width: 100%;
  position: relative;
  max-width: 700px;
}

.input-wrapper.full {
  max-width: 100%;
}

.input-placeholder {
  height: 40px;
}

.combo, .genre {
  margin-bottom: 10px;
}

.combo > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.combo > div {
  flex: 1;
  display: inline;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.3;
}

.combo > div > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.combo > div .button {
  margin: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}

.combo > div.double {
  flex: 2;
}

.input-wrapper > label {
  margin-bottom: 10px;
}

.label-combo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 5px;
}

.label-combo > label {
  display: block;
  height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 220px;
  min-width: 220px;
  line-height: 1.1;
}

.label-combo > div {
  padding-top: 8px;
  width: 220px;
  min-width: 220px;
  min-height: 40px;
  text-align: left;
}

.label-combo > div.input {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.label-combo > div.full-area, .label-combo > div.input.full-area {
  width: 100%;
}

.label-combo > div.input.full-area {
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}

.label-combo > div.plugin {
  width: 100%;
  text-align: left;
}

.label-combo > div.plugin .button {
  margin-top: -6px;
}

.label-combo > div.plugin > em {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
}

.label-combo > input, .label-combo > div.input {
  width: 220px;
  min-width: 220px;
  box-sizing: border-box;
}

.label-combo > input[readonly] {
  text-align: right;
}

.label-combo > input.left {
  text-align: left;
}

.label-combo > div.radio-wrapper,
.label-combo > div.checkbox-wrapper {
  padding-left: 0;
}

.label-combo > div.contact-data, .label-combo > div.text-data {
  padding-top: 9px;
  height: auto;
}

.label-combo > div.text-data {
  width: 100%;
  max-width: 700px;
}

.label-combo.double-input > label {
  width: 220px;
  min-width: 220px;
}

.label-combo .button {
  margin-bottom: 0;
}

.label-combo.buttons-combo {
  max-width: 100%;
}

.label-combo.buttons-combo .button {
  margin-right: 0;
}

.label-combo.double-input input[readonly] {
  text-align: right;
}

.label-combo .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding-top: 0;
  padding-left: 15px;
}

.label-combo .buttons > .button {
  margin: 0;
}

.net-gross-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 5px;
  max-width: 700px;
}

.net-gross-header .label, .net-gross-header .net, .net-gross-header .gross {
  display: block;
  position: relative;
  width: 220px;
  min-width: 220px;
  box-sizing: border-box;
}

.net-gross-header .net, .net-gross-header .gross {
  text-align: right;
  font-size: 14px;
  padding: 0 15px;
  opacity: 0.5;
}

.submit-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.submit-area .button {
  margin: 0;
}

.window-content .label-combo > input {
  width: 100%;
  min-width: 0;
}

/* ================= formularze nowe ================ */
/* ---- placeholdery pól ---- */
input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4;
}
input ::-moz-placeholder, textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 0.4;
}
input :-ms-input-placeholder, textarea :-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 0.4;
}
input :-moz-placeholder, textarea :-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 0.4;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Firefox */
.select-placeholder {
  color: #999999;
}

.select select, .input-number input, .input-search input {
  margin: 0 !important;
}

.input-number input {
  border: 0;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #80888e;
}

.styledSelect:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(graphics/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.styledSelect:active, .styledSelect.active {
  background-color: #efefef;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
  color: #80888e;
  white-space: nowrap;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #115498;
  color: #fff;
}

/* -- input type="number" -- */
.number-wrapper {
  position: relative;
}

.number-wrapper > input {
  margin: 0;
}

.number-wrapper:after, .number-wrapper:before {
  position: absolute;
  right: 0;
  margin-left: -17px;
  font-size: 11px;
  background: #fff;
  pointer-events: none;
}

.number-wrapper:after {
  content: "▲";
  margin-top: 12%;
}

.number-wrapper:before {
  content: "▼";
  top: 0;
  margin-bottom: -14%;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input.required-error {
  border: 1px solid red;
}

input.search {
  min-width: 0;
}

input[type=range] {
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

/* -- -- */
.input-search input {
  margin: 0;
  padding-right: 40px;
  border-radius: 5px;
}

.input-search {
  position: relative;
}

.input-search::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
  background-color: none;
  background-image: url(graphics/svg/search.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-origin: content-box;
  opacity: 0.6;
}

/* -- -- */
.single ul, .single .submit-area, .single .button {
  margin: 0;
}

.single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single > * {
  margin-right: 10px !important;
}
.single > :last-child {
  margin-right: 0 !important;
}

.single ul {
  flex: 1;
}

.single ul input {
  margin: 0;
  height: 50px;
  box-sizing: border-box;
  display: block;
}

/* --- input type=radio, input type=checkbox --- */
input[type=checkbox] + label, input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin: 0 0 10px 0;
  text-transform: none;
  font-size: 1rem;
}

input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-indent: 0.1em;
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
}

input[type=checkbox]:checked + label::before {
  content: url("graphics/checkbox.png");
  background: #115498;
}

input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox][disabled] + label, input[type=radio][disabled] + label {
  opacity: 0.6;
  cursor: default;
}

input[type=checkbox][disabled] + label::before, input[type=radio][disabled] + label::before {
  background: #eee;
}

input[type=radio] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}

input[type=radio]:checked + label::before {
  content: "";
  background: #115498;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-color: #fff;
  border-width: 5px;
  box-shadow: 0 0 0px 1px #ccc;
}

input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* === DISABLED === */
input[disabled=disabled] {
  background-color: #f0f0f0;
}

/* === readonly === */
input[readonly] {
  background: none;
  border-color: transparent;
}

/* ==================Toggle switch ===================== */
.switch_plugin span {
  background: #4A4A4A url(icons/toggle-icons.png) center no-repeat;
}

.switch_plugin {
  margin: 0 8px 8px 0;
  display: block;
  position: relative;
  padding: 10px 0;
}

.switch_plugin span {
  content: " ";
  height: 22px;
  width: 45px;
  margin: 0 0.5em -5px 0;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 16px;
  background: #bdbdbd;
  border: 0;
}

.switch_plugin span:after {
  content: " ";
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 16px;
  transition: left 300ms;
  cursor: pointer;
  background: #fff;
  border: 0;
}

.switch_plugin input[value="1"] + span {
  background: #2ad9b6;
}

.switch_plugin input[value="1"] + span:after {
  left: 26px;
  background: #fff;
}

/* === wending forms === */
.switch-wrapper {
  overflow: hidden;
  position: relative;
  height: 24px;
  width: 94px;
  box-sizing: border-box;
}

.yes-no-switch {
  margin: 0 0 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.yes-no-switch > * {
  margin-right: 20px !important;
}
.yes-no-switch > :last-child {
  margin-right: 0 !important;
}

.yes-no-switch .yes, .yes-no-switch .no {
  position: absolute;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  line-height: 1;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  transition: all 300ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.yes-no-switch .yes {
  left: 0;
  right: 50%;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

.yes-no-switch .no {
  right: 0;
  left: 50%;
  border-radius: 0 3px 3px 0;
  border-left: none;
}

.yes-no-switch input + span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d5d5d5;
}

.yes-no-switch input[value="1"] + span:after, .yes-no-switch input[value="0"] + span:after {
  display: none;
}

.yes-no-switch input[value="1"] + span span.yes, .yes-no-switch input[value="0"] + span span.no {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
}

.bid-controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.bid-controls > * {
  margin-right: 5px !important;
}
.bid-controls > :last-child {
  margin-right: 0 !important;
}

.bid-controls > input {
  max-width: 60px;
  height: 30px;
  margin: 0;
  border: 1px solid #115498;
}

.bid-controls > .button {
  margin: 0;
  height: 30px;
  width: 30px;
}

.bid-controls > .button:hover {
  background: rgb(22.1301775148, 109.349112426, 197.8698224852);
}

/* =============== zestawy pól ============== */
.genre .button {
  margin: 0;
}

.combo, .genre {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.combo > *, .genre > * {
  margin-right: 10px !important;
}
.combo > :last-child, .genre > :last-child {
  margin-right: 0 !important;
}

.genre > .select {
  flex: 1;
}

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px;
}

span + .question-label {
  margin-top: 0;
}

/* =============== DATE PICKER ============ */
.ui-datepicker {
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.ui-datepicker-header {
  height: 50px;
}

.ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  width: 30px;
  height: 30px;
  background-color: #313140;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  border-radius: 3px;
}

.ui-datepicker-prev > span, .ui-datepicker-next > span {
  display: none;
}

.ui-datepicker-prev {
  background-image: url("graphics/cal-left.png");
  left: 10px;
}

.ui-datepicker-next {
  background-image: url("graphics/cal-right.png");
  right: 10px;
}

.ui-datepicker-calendar tr th {
  background: #2f7ecd;
  padding: 5px;
}

.ui-datepicker-calendar tr td {
  padding: 0;
  overflow: hidden;
  background: #fefefe !important;
}

.ui-datepicker-calendar tr td a {
  padding: 6px 12px;
  display: block;
  background: #fefefe;
  font-weight: bold;
  font-size: 0.9rem;
  color: #666;
}

.ui-datepicker-calendar tr td a:hover {
  background: #eee;
}

input.strong, .strong {
  font-weight: bold;
}

#projects-list {
  position: relative;
}

table {
  width: 100%;
  max-width: 800px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table tr td, table tr th, table tr th.header {
  padding: 10px 15px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

table tr th {
  background: #f0f0f0;
  color: #999;
}

table tr:nth-child(odd) {
  background: none;
}

td.left {
  text-align: left;
}

td.right {
  text-align: right;
}

td.right {
  text-align: center;
}

.table {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.table .table-row {
  display: table-row;
}

.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.data-table {
  margin-top: 20px;
}

.data-table-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
}

.data-table-cell {
  flex: 1;
  padding: 8px;
  border-right: 1px solid #ddd;
  height: 40px;
  box-sizing: border-box;
}

.data-table-row:hover {
  background: #f5f5f5;
}

.data-table-row.head:hover {
  background: none;
}

.data-table-row:hover .data-table-cell.name > .progress {
  background: #e9e9e9;
}

.data-table-row.head {
  border-top: 1px solid #ddd;
}

.data-table-row > .data-table-cell.btn-cell {
  max-width: 40px;
  padding: 0;
  position: relative;
}

.data-table-cell.btn-cell > .button {
  margin: 0;
  border-radius: 0;
}

.data-table-row > .data-table-cell.btn-cell > input[type=checkbox] + label {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-table-row > .data-table-cell.btn-cell > input[type=checkbox] + label:before {
  margin: 0;
}

.data-table-row .rwd-head {
  display: none;
}

.data-table-row:last-child {
  border-bottom: 1px solid #ddd;
}

.data-table-cell:first-child {
  text-align: left;
  border-left: 1px solid #ddd;
}

.data-table-cell:last-child {
  text-align: right;
}

.data-table-cell.left {
  text-align: left;
}

.data-table-cell.center {
  text-align: center;
}

.data-table-cell.right {
  text-align: right;
}

.data-table-cell.has-input {
  position: relative;
}

.data-table-cell.has-input > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  border: 0;
}

.data-table-cell.has-input .styledSelect {
  border: 0;
  background: transparent;
  white-space: nowrap;
}

.data-table-cell.name {
  flex: 2;
  width: 100%;
  position: relative;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: left;
}

.data-table-cell.client_name {
  position: relative;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.data-table-cell.has-input {
  position: relative;
  text-align: left;
}

@keyframes go {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}
.data-table-cell.name > .progress {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  z-index: 0;
  animation-name: go;
  animation-delay: 0;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.data-table-cell.name > .data {
  position: relative;
  /*z-index: 0;*/
}

.data-table-cell.name .rank-wrapper {
  position: absolute;
  top: 6px;
  right: 5px;
  display: none;
}

.data-table-row.priorytet-1 > .data-table-cell.name {
  background: #eafaf1;
  color: #508f81;
}

.data-table-row.priorytet-1 > .data-table-cell.name .progress {
  background: #a5e5c0;
}

.data-table-row.priorytet-2 > .data-table-cell.name {
  background: #fffce5;
  color: #a39849;
}

.data-table-row.priorytet-2 > .data-table-cell.name .progress {
  background: #fff499;
}

.data-table-row.priorytet-3 > .data-table-cell.name {
  background: #ffe5e5;
  color: #a33d3d;
}

.data-table-row.priorytet-3 > .data-table-cell.name .progress {
  background: #f99393;
}

/*ver->2.0std-02-08-2019*/
/* ====================== DEKLARACJE ZMIENNYCH =========================*/
/* --- rozmiary --- */
/* --- kolory --- */
/* --- czcionka --- */
/* --- hovery --- */
/* ====================================================== PRZYCISKI ============================================ */
.controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.controls .button:last-child {
  margin-right: 0;
}

.button.del-btn:before,
.button.edit-btn:before,
.button.ok-btn:before,
.button.cancel-btn:before,
.button.x-btn:before,
.button.send-btn:before,
.button.add-btn:before,
.button.profile-btn:before,
.button.tasks-btn:before,
.button.next-btn:before,
.button.more-btn:before,
.button.manage-btn:before,
.button.income-btn:before,
.button.cost-btn:before {
  content: "";
  height: 40px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  margin-left: -10px;
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.button.del-btn:before {
  background-image: url("graphics/buttons/btn-del-alt.svg");
}

.button.alt.del-btn:before {
  background-image: url("graphics/buttons/btn-del-red.svg");
}

.button.edit-btn:before {
  background-image: url("graphics/buttons/btn-edit-alt.svg");
}

.button.alt.edit-btn:before {
  background-image: url("graphics/buttons/btn-edit.svg");
}

.button.ok-btn:before {
  background-image: url("graphics/buttons/btn-ok-alt.svg");
}

.button.alt.ok-btn:before {
  background-image: url("graphics/buttons/btn-ok.svg");
}

.button.cancel-btn:before {
  background-image: url("graphics/buttons/btn-cancel-alt.svg");
}

.button.alt.cancel-btn:before {
  background-image: url("graphics/buttons/btn-cancel.svg");
}

.button.x-btn:before {
  content: url("graphics/buttons/btn-x.svg");
}

.button.alt.x-btn:before {
  background-image: url("graphics/buttons/btn-x.svg");
}

.button.send-btn:before {
  background-image: url("graphics/buttons/btn-send.svg");
}

.button.alt.send-btn:before {
  background-image: url("graphics/buttons/btn-send.svg");
}

.button.send-btn:before * {
  width: 100%;
}

.button.add-btn:before {
  background-image: url("graphics/buttons/btn-add-alt.svg");
}

.button.alt.add-btn:before {
  background-image: url("graphics/buttons/btn-add.svg");
}

.button.profile-btn:before {
  background-image: url("graphics/buttons/btn-profile-alt.svg");
}

.button.alt.profile-btn:before {
  background-image: url("graphics/buttons/btn-profile.svg");
}

.button.next-btn:before {
  background-image: url("graphics/buttons/btn-next-alt.svg");
}

.button.alt.next-btn:before {
  background-image: url("graphics/buttons/btn-next.svg");
}

.button.more-btn:before {
  background-image: url("graphics/buttons/btn-more-alt.svg");
}

.button.alt.more-btn:before {
  background-image: url("graphics/buttons/btn-more.svg");
}

.button.manage-btn:before {
  background-image: url("graphics/buttons/btn-manage-alt.svg");
}

.button.alt.manage-btn:before {
  background-image: url("graphics/buttons/btn-manage.svg");
}

.button.income-btn:before {
  background-image: url("icons/income.svg");
  background-size: 20px;
  width: 20px;
}

.button.alt.income-btn:before {
  background-image: url("icons/income.svg");
  background-size: 20px;
  width: 20px;
}

.button.cost-btn:before {
  background-image: url("icons/expense.svg");
  background-size: 20px;
  width: 20px;
}

.button.alt.cost-btn:before {
  background-image: url("icons/expense.svg");
  background-size: 20px;
  width: 20px;
}

.button.tasks-btn:before {
  background-image: url("graphics/buttons/ico-btn-edit-list.png");
}

.button.alt.tasks-btn:before {
  background-image: url("graphics/buttons/btn-edit-list.svg");
}

.button.icon-only {
  padding: 0;
  width: 40px;
  height: 40px;
}

.button.icon-only:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  margin: 0;
}

.button.alt-button {
  background: none;
  padding: 0;
  color: #333;
  font-weight: bold;
  height: auto;
  width: auto;
  min-width: 0;
}

.button.alt-button img {
  margin-left: 10px;
  transition: transform 300ms;
}

.button.alt-button.elem-shown img {
  transform: rotate(180deg);
}

.button.white {
  color: #333;
  background: #fff;
}

.button.icon-only {
  padding: 0;
  width: 40px;
  min-width: 0;
}

.button.gray, .button.icon-only.gray {
  color: #fff;
  background: #313140;
}

.button.icon-btn {
  padding: 0;
}

.button.icon-btn > span {
  padding: 0 20px 0 0;
  font-size: 1.1em;
}

.button.icon-btn.white > span {
  padding: 0 10px;
}

.button.icon-btn > img {
  border-right: 1px solid #6e57d6;
  box-shadow: 1px 0px 0px #351676;
}

.button.icon-btn.gray > img {
  border-right: 0px solid #6e57d6;
  box-shadow: none;
}

.button.icon-btn.white > img {
  border-right: 0px solid #6e57d6;
  box-shadow: none;
  filter: invert(60%);
}

.button.return-btn {
  background: #313140;
}

.button.return-btn > img, .button.more-btn > img {
  border-right: 0 !important;
  box-shadow: none;
}

.base-color .button, .base-color .button:hover {
  background: #fff;
  color: #333;
}

.button.desktop-return-btn {
  background: #313140;
}

.button.desktop-return-btn > img {
  border-right: 0 !important;
  box-shadow: none;
}

.button.return-btn {
  background: #313140;
}

.button.return-btn > img {
  border-right: 0 !important;
  box-shadow: none;
}

.button.reload {
  height: 24px;
  min-width: 0;
  font-size: 0.6rem;
  padding: 0 20px;
}

/* --- hovery --- */
:hover.button.alt-button {
  background: none;
  color: #115498;
}

:hover.button {
  text-decoration: none;
  background: #284253;
}

.button.white:hover {
  background: #115498;
  color: #fff;
}

.button.gray:hover {
  background: #115498;
  color: #fff;
}

.desktop-return-btn:hover {
  background: #115498;
}

.button.icon-btn.white:hover, .button.icon-btn.white.urhere {
  background: #eee;
  color: #333;
}

/* --- disabled --- */
.button.disabled, .button.disabled:hover {
  background: #F8F9FA !important;
  color: #BEC3C6 !important;
  cursor: default;
  border: 1px solid #BEC3C6 !important;
}

.button.disabled:before, .button.disabled:hover:before {
  opacity: 0.6 !important;
  filter: invert(50%) !important;
}

/* --- active --- */
.button:active {
  background: rgb(11.8698224852, 58.650887574, 106.1301775148);
}

.button.white:active {
  background: #cc00cc;
}

.button.gray:active {
  background: rgb(11.8698224852, 58.650887574, 106.1301775148);
}

.desktop-return-btn:active {
  background: rgb(75.143442623, 30.8483606557, 162.1516393443);
}

/* === COOKIE INFO BUTTON === */
ol {
  display: block;
}

ol li {
  margin-left: 2em;
}

dt,
dd {
  display: inline-block;
}

dt {
  opacity: 0.8;
  min-width: 10em;
  font-size: 0.9rem;
}

html,
body,
input,
textarea {
  font-family: Poppins, tahoma, arial, sans-serif;
  color: #80888e;
  line-height: 1.5;
  font-size: 15px;
  text-align: left;
  scroll-behavior: smooth;
}

.input-number input {
  border: 1px solid #ddd;
}

html,
body {
  color: #80888e;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, tahoma, arial, sans-serif;
  color: #333;
  margin: 1.5em 0 0.8em 0;
  line-height: 1.2;
  font-weight: 500;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.6em;
}

h2 {
  margin-top: 50px;
  font-size: 0.9rem;
  color: #80878d;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7eaef;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

h4,
h5,
h6 {
  margin: 1.6rem 0 1rem 0;
}

h1 + strong,
h2 + strong,
.start h2 + strong {
  text-align: left;
  display: block;
  position: relative;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
}

.start h2 + strong {
  top: 0;
}

h2:first-child,
h3:first-child {
  margin-top: 0;
}

.article h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.breadcrumps {
  padding-bottom: 0;
  text-transform: none;
  font-size: 0.8em;
}

.breadcrumps img,
.breadcrumps svg {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.breadcrumps a {
  color: #999;
}

.breadcrumps span {
  color: #bbb;
}

.breadcrumps a:hover {
  color: #656565;
}

h1,
h2 {
  position: relative;
}

.start h1,
.start h2 {
  position: relative;
  font-size: 4rem;
  text-transform: none;
}

span.subtitle {
  margin-top: 10px;
  font-size: 0.9rem;
}

a {
  color: #115498;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 500;
  color: #333;
}

.button {
  font-size: 0.85rem;
  text-transform: none;
  font-weight: 500;
  min-width: 8em;
  border: none;
  border-radius: 8px;
  padding: 5px 20px 6px 20px;
  margin: 0 10px 10px 0;
}

.button.alt {
  color: #80888E;
  border: solid 1px #80888E;
  background: transparent;
}

:hover.button.alt {
  color: #2087E1;
  border: solid 1px #2087E1;
}

.button.txt {
  height: 2em;
  padding: 0;
  background: none;
  color: #333;
  min-width: 0;
  padding-right: 35px;
}

.button.txt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 22px;
  background-image: url("graphics/svg/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: right 300ms;
}

.button.txt:hover:after {
  right: 0;
}

.button.ico-left .ico,
.button.ico-right .ico {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.ico-left .ico img,
.button.ico-right .ico img {
  height: 24px;
  display: block;
}

.button.ico-left .ico {
  margin-right: 15px;
}

.button.ico-right .ico {
  margin-left: 15px;
}

.inline-switch {
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.inline-switch .switch_plugin {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0;
}

.inline-switch label {
  margin-top: 0;
}

.button.cta {
  height: 40px;
  background: #2087E1;
}

.button.alt.cta {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  color: #fff;
}

:hover.button.cta {
  background: #52A4EC;
}

.button.active {
  background: #115498;
}

#HEADER-IMAGE {
  padding-bottom: 0;
  box-sizing: border-box;
  z-index: 3;
}

#HEADER-IMAGE h1 {
  color: #333;
  margin-bottom: 0;
}

#HEADER-IMAGE h1 + strong {
  top: 0;
  opacity: 0.7;
  display: block;
  margin-bottom: 10px;
}

.photo-section h1,
.photo-section h2 {
  position: static;
}

#HEADER-IMAGE .columns {
  align-items: flex-end;
  margin-right: 0;
}

#HEADER-IMAGE .columns > div:last-child {
  margin-right: 0;
}

.add-banner-mod {
  max-width: 580px;
  padding-top: 170px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner-mods {
  overflow: hidden;
}

.banner-mods .mods > div {
  margin-bottom: 5px;
}

.banner-mods .breadcrumps {
  float: right;
}

.banner-mods .mods {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
}
.banner-mods .mods > * {
  margin-right: 20px !important;
}
.banner-mods .mods > :last-child {
  margin-right: 0 !important;
}

.mods-wrapper h2 {
  padding: 0;
  margin-bottom: 1rem;
}

.mods-wrapper h3,
.mods-wrapper h2 + h3 {
  position: static;
  top: auto;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  color: #fff;
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
  color: #115498;
}

ul {
  list-style-image: url("graphics/pointer.png");
}

/* --------------- hover ------------------ */
nav ul a:hover,
nav ul li:hover {
  color: #ff00ff;
}

/* --------------- active ----------------- */
/* --------------- Submenu ---------------- */
nav ul li ul {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  background: #fff;
}

nav ul li ul li a {
  position: relative;
  padding: 0.5em 1em;
  color: #80888e;
}

/* ==============================  ELEMENTY UKŁADOWE ===================================== */
#CANVAS {
  overflow: hidden;
  background: #f8f9fa;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
}

.page-section {
  padding: 80px 0 80px 0;
  overflow: visible;
}

.start .page-section {
  padding: 100px 0 120px 0;
  position: relative;
}

.start .page-section.image-color {
  padding: 100px 0 100px 0;
}

.page-controls {
  margin-top: 0;
  padding: 30px 0 20px 0;
  background: #eee;
}

.page-controls .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-controls .container > * {
  margin-right: 1em !important;
}
.page-controls .container > :last-child {
  margin-right: 0 !important;
}

.page-controls .container > .button {
  height: 44px;
  margin: 0;
  margin-bottom: 10px;
}

.PAGE {
  background: #f8f9fa;
  background: #fff;
  overflow: hidden;
  padding-top: 0;
}

.contentblocks .page-section:first-of-type,
.mb-header + .page-section {
  padding-top: 0;
}

.base-color {
  background: #2f7ecd;
}

.base-color *,
.image-color *,
.image-color2 * {
  color: #fff;
}

.base-color input {
  background: none;
  border: 1px solid #fff;
}

.image-color {
  background-image: url("graphics/sign-up-image.jpg");
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: relative;
}
.image-color:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(18, 54, 86, 0.8) !important;
  z-index: 1;
}
.image-color > * {
  position: relative;
  z-index: 2;
}

.image-color2 {
  background-image: url("graphics/bg-jak-to-dziala.jpg");
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: relative;
}
.image-color2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(18, 54, 86, 0.8) !important;
  z-index: 1;
}
.image-color2 > * {
  position: relative;
  z-index: 2;
}

.image-color .combo > * {
  margin-right: 10px !important;
}

.image-color input {
  background: rgba(0, 0, 0, 0.4);
  flex: 2;
}

.image-color ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}
.image-color ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}
.image-color :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}
.image-color :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}

.base-color ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}
.base-color ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}
.base-color :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}
.base-color :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}

.alt-color {
  background: #eee;
}

#TOP,
#TOP-MINI,
#TOP-EXTENDED {
  transition: all 300ms;
}

#TOP {
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border: 0;
  background: #041826;
}

#TOP-EXTENDED,
#TOP-EXTENDED .container {
  height: 0;
}

#TOP-EXTENDED,
#TOP-MINI {
  padding: 0;
  background: none;
}

#TOP-MINI {
  height: 0;
}

#TOP-EXTENDED .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#TOP-EXTENDED .container > * {
  margin-right: 20px !important;
}
#TOP-EXTENDED .container > :last-child {
  margin-right: 0 !important;
}

#TOP-MINI .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 0;
}

.account #TOP-MINI {
  background: #141333;
  height: 0;
}

.account #TOP-MINI .header-mods {
  display: none;
}

/* ---  ELEMENTY TOP --- */
#logo {
  position: absolute;
  left: 50px;
  bottom: auto;
  top: 2px;
  width: 180px;
  height: 38px;
  padding: 2px 2px;
  box-sizing: border-box;
  z-index: 1;
}

#logo img {
  max-height: 100%;
  max-width: 100%;
}

.sticked #logo {
  bottom: 15px;
  top: 2px;
}

#TOP.sticked,
#START #TOP.sticked {
  box-shadow: none;
}

#TOP .login,
#TOP .log-out {
  height: 85px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 15px;
}

#TOP .log-out {
  background: #115498;
  padding: 0 20px;
  background: #4d4d60;
}

#TOP .login:hover,
#TOP .log-out:hover {
  color: #ff00ff;
}

/* ----------------------------- */
#SYSTEM-FOOT {
  background: #0e061c;
  height: 55px;
  border-top: 1px solid #1f1f1f;
  color: #999 !important;
  z-index: 0;
}

#SYSTEM-FOOT .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.9rem;
}
#SYSTEM-FOOT .container > * {
  margin-right: 20px !important;
}
#SYSTEM-FOOT .container > :last-child {
  margin-right: 0 !important;
}

/* === STRONA GŁÓWNA SEKCJE === */
/* ======================= PODSTRONY ========================= */
#PAGE-TOP {
  border-bottom: 1px solid #e5e8ec;
  min-height: 80px;
  height: auto;
  margin-bottom: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}

#PAGE-TOP .container {
  min-height: 80px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

#PAGE-TOP .container > * {
  margin: 5px 0;
}

#PAGE-TOP h1 {
  margin: 0;
  font-size: 1.4rem;
}

#PAGE-TOP .page-top-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  min-width: 500px;
}

#PAGE-TOP .page-top-filters > div {
  flex: 1;
}

.section-controls {
  padding-bottom: 0;
}

.head-table-controls {
  padding-bottom: 0;
}

.head-table-controls + .erp-table-wrapper {
  margin-top: -30px;
}

.panel-controls > button:last-child {
  margin-right: 0;
}

.lead {
  padding-bottom: 40px;
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
}

.lead p {
  margin: 0;
}

.text-wrapper,
.mb-header h2 + p {
  overflow: hidden;
  max-width: 850px;
}

/* ======================= LOGIN PAGE ================= */
.PAGE.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 80px 0;
  background: #041826;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.PAGE.login-page .login-box-wrapper {
  max-width: 275px;
  margin: 0 auto;
}

.login-page .panel-controls,
.login-page #TOP #logo,
.crm-login .panel-controls,
.crm-login #TOP #logo {
  display: none;
}

.PAGE.login-page #logo {
  position: static;
  margin: 0 auto 30px auto;
  width: 220px;
  height: auto;
  transform: translate(-10px, 0);
}

.PAGE.login-page .login-box-wrapper h2 {
  border: 0;
  color: #7c8992;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}

.PAGE.login-page .login-box-wrapper .controls {
  padding-top: 10px;
}

.PAGE.login-page .login-box-wrapper .button {
  width: 100%;
}

.PAGE.login-page .login-box-wrapper .button.alt {
  border-color: #fff;
  color: #fff;
}

.PAGE.login-page .login-box-wrapper .button.alt:hover {
  border-color: #ed064d;
}

.PAGE.login-page .login-box-wrapper input {
  border-radius: 8px;
  background: #112637;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  border-color: transparent;
}

.PAGE.login-page .login-box-wrapper input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4;
}
.PAGE.login-page .login-box-wrapper input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 0.4;
}
.PAGE.login-page .login-box-wrapper input :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  opacity: 0.4;
}
.PAGE.login-page .login-box-wrapper input :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 0.4;
}

.PAGE.login-page .login-addons {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.PAGE.login-page .login-addons a {
  color: #596b75;
  font-size: 0.85rem;
}

#HEADER-IMAGE.login-page {
  position: relative;
  min-height: 0;
  height: 0;
  padding-top: 0;
  z-index: 200;
  margin-top: 0;
}

#HEADER-IMAGE.login-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2f7ecd;
}

/* ======================= ======================= */
.panel {
  background: #115498;
  position: relative;
  overflow: visible;
}

.panel.main-controls {
  background: #041826;
}

.panel .container {
  min-height: 45px;
  overflow: visible;
  text-align: center;
}

.panel nav.desktop {
  margin: 0 auto;
  height: 45px;
  display: inline-block;
  float: none;
}

nav.desktop ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
}

nav.desktop .nav-button {
  vertical-align: top;
}

nav.desktop .nav-button > a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0px 20px;
  font-size: 0.9rem;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 300ms;
}

nav.desktop .nav-button > a span {
  display: block;
  position: relative;
}

nav.desktop ul li a:hover,
nav.desktop ul li a.urhere {
  background: #152938;
  color: white;
}

nav.desktop ul li a.urhere span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  border-top: solid 4px #ed064d;
}

nav.desktop .nav-dropdown-link {
  display: inline-flex;
  width: 45px;
}

nav.desktop .nav-dropdown-link > a {
  width: 45px;
  height: 45px;
  display: block;
}

nav.desktop .nav-dropdown-link img {
  margin-top: 7px;
  width: 30px;
  height: 30px;
}

.panel-controls {
  position: fixed;
  top: 2px;
  right: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 100;
}

.panel-controls > span {
  color: #fff;
  opacity: 0.6;
  font-size: 1rem;
  display: inline-block;
  margin-right: 30px;
  text-transform: none;
}

.panel-controls .button {
  margin: 0;
  margin-right: 0px;
  border-radius: 3px 3px 0 0;
  background: none;
  color: #f8f8f8;
  padding: 0 10px;
  min-width: 60px;
  height: 45px;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.panel-controls .button > img {
  width: 32px;
  height: 32px;
  margin: 0;
}

.panel-controls .button.urhere {
  color: #bfa7e6;
}

.panel-controls .button.urhere {
  background: #292848;
  color: #fff;
  text-decoration: none;
}

.panel-controls .button:hover {
  background: #152938;
}

.panel-controls .button:last-child {
  margin-right: 0;
}

/* -- okna -- */
#new-slot .window,
#edit-slot .window {
  width: 500px;
}

#new-slot .window label,
#edit-slot .window label {
  text-align: left;
}

#project-details .header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #c0c4c7;
  margin-bottom: 30px;
}

#project-details .header h3 {
  padding-bottom: 15px;
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1rem;
}

#project-details .header.piorytet h3:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 4px;
  background: #c0c4c7;
  margin-top: -1px;
}

#project-details .header.priorytet-1 h3:after {
  background-color: #a5e5c0;
}

#project-details .header.priorytet-2 h3:after {
  background-color: #fff499;
}

#project-details .header.priorytet-3 h3:after {
  background-color: #f99393;
}

#project-details .header.tmp_booked {
  background: #1abc9c;
}

#projects-list .data-table-cell {
  background: #fff;
}

.data-table-cell.task_counter,
.data-table-cell.tasks_counter {
  min-width: 140px;
  width: 140px;
}

#project-details .window .content {
  top: 70px;
  text-align: left;
  right: 0;
  left: 0;
  padding: 30px;
}

#project-details .header .start {
  font-weight: bold;
}

.project-details-table {
  border: 0 !important;
  margin-bottom: 15px;
}

.button.with-confirmation {
  margin: 0;
  margin-bottom: 15px;
  min-width: 235px;
  box-sizing: border-box;
}

.project-details-table tr {
  background: none !important;
}

.project-details-table td {
  padding: 0;
  background: none !important;
  border: 0 !important;
  text-align: left;
  vertical-align: baseline;
  width: 100%;
}

.key {
  color: #999;
}

.project-details-table td.key {
  width: 150px;
  text-align: left;
  display: inline-block;
  color: #999;
}

.project-details-table td.value {
  font-size: 1.1em;
}

.nav-tab-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  background: #e7eaef;
  margin-bottom: 1em;
  height: 36px;
  overflow: hidden;
}

.nav-tab-wrapper .nav-tab-button {
  padding: 5px 2.5px 5px 5px;
  display: block;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-weight: 500;
  min-width: 140px;
}

.nav-tab-wrapper .nav-tab-button:last-child {
  padding-right: 5px;
}

.nav-tab-wrapper .nav-tab-button > span {
  border-radius: 5px;
  display: block;
  height: 26px;
  padding: 3px 20px;
  background: transparent;
  color: #81868a;
  transition: all 300ms;
  white-space: nowrap;
  box-sizing: border-box;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tab-wrapper .nav-tab-button:hover > span,
.nav-tab-wrapper .nav-tab-button.urhere > span {
  background: #fff;
  color: #061826;
}

.erp-table-accordion-wrapper {
  padding-top: 1em;
  max-width: 680px;
}

.erp-table-accordion-row-wrapper {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 5px;
}

.erp-table-accordion-row-wrapper.row-header {
  border-color: transparent !important;
  font-size: 12px;
  color: #999;
}

.erp-table-accordion-row-wrapper.row-header .erp-table-accordion-cell.name > span,
.erp-table-accordion-row-wrapper.sumary-value .erp-table-accordion-cell.name > span {
  padding-left: 25px;
  display: block;
}

.erp-table-accordion-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.erp-table-accordion-content {
  height: 0;
  overflow: hidden;
}

.erp-table-accordion-content > div {
  padding: 25px;
}

.erp-table-accordion-wrapper .erp-table-accordion-content .controls {
  padding-top: 0;
  margin-bottom: -10px;
  flex-wrap: wrap;
}

.erp-table-accordion-content.show-me {
  height: auto;
}

.erp-table-accordion-row .erp-table-accordion-cell {
  flex: 1;
  font-size: 14px;
  text-align: right;
}

.erp-table-accordion-row .erp-table-accordion-cell.name {
  flex: 2;
  text-align: left;
  line-height: 1.2;
}

.erp-table-accordion-row .erp-table-accordion-cell.ico-cell {
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.erp-table-accordion-row .erp-table-accordion-cell.ico-cell img {
  height: 20px;
}

.erp-table-accordion-row-wrapper.sumary-value {
  border-color: transparent !important;
  font-size: 12px;
}

.filters-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 20px;
}

.filters-wrapper > div {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.filters-wrapper > div:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30px;
  width: 0;
  border-right: 1px solid #ddd;
}

.filters-wrapper > div:last-child:after {
  display: none;
}

.filters-wrapper > div .nav-tab-wrapper {
  width: 100%;
}

.filters-wrapper .label-combo > label {
  width: 180px;
  min-width: 180px;
}

.filters-wrapper .label-combo > input {
  min-width: 0;
}

.table-controls,
.foot-table-controls {
  margin-top: 20px;
  text-align: left;
}

.table-controls .button:last-child {
  margin-right: 0;
}

.table-controls.table-readmore {
  text-align: center;
}

.ico-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ico-text img,
.ico-text i {
  margin-right: 8px;
  width: 15px;
  height: auto;
}

.ico-text.inline {
  display: inline-block;
  align-items: baseline;
}

.ico-text.inline img {
  margin-bottom: -5px;
}

.ico-text img {
  height: 20px;
  margin-right: 5px;
}

.confirmation.hidden {
  display: block !important;
}

.confirmation {
  height: 0;
  overflow: hidden;
  transition: height 300ms;
  display: block !important;
  max-width: 235px;
  border-radius: 3px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.confirmation > div {
  background: none;
  margin-left: 3px;
  margin-right: 3px;
  padding: 5px 15px 15px 15px;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: -15px;
  position: relative;
}

.confirmation p {
  margin: 0;
  text-align: center;
}

.confirmation.show-me {
  height: 90px;
}

.confirmation-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirmation-controls > * {
  margin-right: 5px !important;
}
.confirmation-controls > :last-child {
  margin-right: 0 !important;
}

.confirm-button,
.cancel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #313140;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 0.8rem;
  margin-top: 5px;
  flex: 1;
  text-decoration: none;
  width: 190px;
  box-sizing: border-box;
}

.confirm-button {
  background: #2f7ecd;
  cursor: pointer;
}

.confirm-button:hover,
.cancel-button:hover {
  text-decoration: none;
}

.uploader-init.dz-started .dz-message,
.uploader-init.dz-started .dz-message {
  display: none;
}

.uploader-init .dz-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2f7ecd;
  z-index: 1;
}

.uploader-init .dz-preview * {
  color: #fff;
}

.uploader-init .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: #fff !important;
  line-height: 150%;
  box-sizing: border-box;
}

.uploader-init .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 14px;
  color: #fff;
}

.uploader-init .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
  color: #fff;
}

.uploader-init .dz-preview .dz-success-mark,
.uploader-init .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  font-size: 10px;
}

.uploader-init .dz-preview .dz-success-mark svg,
.uploader-init .dz-preview .dz-error-mark svg {
  display: block;
  width: 24px;
  height: 24px;
}

.uploader-init .dz-preview .dz-progress {
  opacity: 1;
  z-index: 499;
  pointer-events: none;
  position: absolute;
  height: 5px;
  left: 50%;
  bottom: 15px;
  margin-top: 8px;
  width: 120px;
  margin-left: -60px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.uploader-init .dz-preview .dz-progress .dz-upload {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.uploader-init .dz-preview.dz-error .dz-error-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e94949;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

/* Projekty */
#projects-list .data-table-row.priorytet-1 > .data-table-cell.name .progress {
  background: #a5e5c0;
}

#projects-list .data-table-row.priorytet-3 > .data-table-cell.name {
  background: #ffe5e5;
}

#projects-list .data-table-row.priorytet-2 > .data-table-cell.name {
  background: #fffce5;
}

#projects-list .data-table-row.priorytet-1 > .data-table-cell.name {
  background: #eafaf1;
}

.table-progress-wrapper {
  position: relative;
  min-width: 260px;
  padding-left: 15px;
}

div.table-progress-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-left: 0;
  overflow: visible;
}

.table-progress-wrapper > span {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.table-progress-wrapper > span i {
  margin-right: 3px;
}

.table-progress-wrapper .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: visible;
  z-index: 0;
  margin-left: -2px;
}

.table-progress-wrapper .progress:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 3px;
  background: transparent;
}

.table-progress-wrapper.priorytet-3 .progress:before {
  background: #ed064d;
}

.table-progress-wrapper.priorytet-3 span > i {
  color: rgba(237, 6, 77, 0.5);
}

.table-progress-wrapper.priorytet-2 .progress:before {
  background: #f7c242;
}

.table-progress-wrapper.priorytet-2 span > i {
  color: rgba(247, 194, 66, 0.5);
}

.table-progress-wrapper.priorytet-1 .progress:before {
  background: #15e4a4;
}

.table-progress-wrapper.priorytet-1 span > i {
  color: rgba(21, 228, 164, 0.5);
}

.table-progress-wrapper.priorytet-0 .progress:before {
  background: #cad1d8;
  width: 1px;
}

.table-progress-wrapper.priorytet-0 span > i {
  color: #cad1d8;
}

.table-progress-wrapper > span {
  color: #041826;
}

.table-progress-wrapper .progress {
  background: #f8f9fa;
  animation-name: go;
  animation-delay: 0;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.table-progress-wrapper.priorytet-1 .progress {
  background: #dcfbf1;
}

.table-progress-wrapper.priorytet-2 .progress {
  background: #fef9eb;
}

.table-progress-wrapper.priorytet-3 .progress {
  background: #fdd9e4;
}

.data-table-row .task_count_divider {
  display: block;
  float: left;
  min-width: 20px;
  padding: 0 5px;
  text-align: center;
  cursor: default;
}

.data-table-row .task_count_divider:nth-child(3) {
  color: #666;
  border: solid 1px #ddd;
}

.data-table-row .task_count_divider:last-of-type {
  border: none;
}

.data-table-cell.last_task .red {
  color: #f00;
}

.views-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px 0;
}

.views-controls .container {
  text-align: right;
}

.views-controls .button {
  margin-bottom: 0;
}

.views-controls .button:last-child {
  margin-right: 0;
}

.table-tools .combo > div {
  max-width: 330px;
  display: flex;
  align-items: center;
}

.table-tools .combo > div label {
  margin-right: 5px;
}

.table-tools .combo > div.button-wrapper {
  max-width: 150px !important;
}

.table-tools .combo {
  justify-content: space-between;
  margin-bottom: 0;
}

.table-tools {
  margin: 15px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
}

.table-tools > .controls {
  margin-bottom: -10px;
}

.table-tools > .combo {
  width: 100%;
  margin-bottom: 10px;
}

.table-tools > .input-wrapper {
  width: auto;
}

.table-tools > .div-placeholder {
  flex: 1;
}

#invoice-raport-panel .label-combo > div.plugin {
  padding-left: 15px;
}

/* --- img-placeholder --- */
.img-placeholder {
  background-color: rgb(212.5, 212.5, 212.5);
}

/* == scroll-image-wrapper */
.scroll-image-wrapper {
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.scroll-image-wrapper .scroll-image {
  position: static;
}

.scroll-image-wrapper .scroll-image img {
  display: block;
  max-width: none;
  max-height: 650px;
}

/* === MULTIBLOKI === */
div.line {
  width: 1px;
  height: 12px;
  background: #999;
}

div.hr {
  height: 2px;
  background: #115498;
}

.window-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  /*display: block;*/
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.window-overlay.show-me {
  display: flex;
}

.window-overlay.show-me .window,
.window-overlay.show-me .message-window {
  animation-name: zoomIn;
  animation-duration: 500ms;
}

.window {
  position: relative;
  padding: 30px;
  max-width: 760px;
  max-height: 560px;
  height: auto;
  width: 95%;
  height: 85%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  overflow: hidden;
}

.window .header {
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
}

.window .content,
.window .window-content {
  position: absolute;
  top: 90px;
  left: 30px;
  right: 30px;
  bottom: 70px;
  overflow: auto;
}

.window .window-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.window .window-content > div {
  padding: 30px;
}

.window .content p,
.window .window-content p {
  text-align: left;
}

.window .window-content h3:first-child,
.window .window-content h4:first-child,
.window .window-content h5:first-child {
  margin-top: 0;
}

.message-window .header h3 {
  margin: 0.4rem 0 1.2rem 0;
}

.window .controls,
.window .window-controls,
.message-window .window-controls {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  text-align: right;
}

.window .controls .button,
.window .window-controls .button {
  margin-top: 10px;
  margin-bottom: 0;
  min-width: 75px;
}

.window .window-controls .button:last-child {
  margin-right: 0;
}

.message-window {
  position: relative;
  padding: 30px;
  max-width: 500px;
  max-height: 250px;
  height: 95%;
  width: 95%;
  min-width: 280px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.window .close,
.message-window .close,
.punch-out-window .close,
.window .window-close,
.thin-panel .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.message-window .controls {
  text-align: center;
  justify-content: center;
}

.message-window .controls .button {
  margin-top: 10px;
  margin-bottom: 0;
}

.message-window .window-content {
  flex: 1;
}

.message-window .window-controls {
  text-align: center;
}

.window.with-header .window-header,
.window .window-header {
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e7ebef;
}

.window.with-header .window-header h3,
.window .window-header h3 {
  margin: 0;
}

.window.with-header .window-content,
.window .window-content {
  top: 70px;
}

.window .window-header.row-x2 {
  height: 120px;
  padding: 20px 0;
  display: block;
  box-sizing: border-box;
}

.window .window-header.row-x2 > h3 {
  margin-bottom: 1rem;
}

.window .window-header.row-x2 + .window-content {
  top: 120px;
}

.window.with-controls .window-content,
.window .window-content {
  bottom: 70px;
}

.window.small {
  max-width: 600px;
  max-height: 400px;
}

.window-header.with-input {
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-between;
}

.window-header.with-input h3 {
  white-space: nowrap;
}

.window-header.with-input > div.input-search {
  max-width: 350px;
  padding: 0;
  margin-right: 20px;
}

.window.window-browser .window-content {
  background-color: #f8f9fa;
  border-top: 1px solid #f8f9fa;
  border-bottom: 1px solid #f8f9fa;
}

.window.window-browser .window-header {
  border-bottom: 0;
}

.window.tasks-browser {
  max-width: 520px;
}

/* --------------punch out window ------------ */
.punch-out-window {
  position: relative;
  padding: 30px;
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: 330px;
  min-width: 280px;
  box-sizing: border-box;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.punch-out-window .header h3 {
  margin: 0;
}

.punch-out-window .clock-container {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.punch-out-window .clock-container .clock {
  margin: 0 auto;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #ddd;
}

.punch-out-window .clock-container .clock-center {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background: #fff;
}

.punch-out-window .clock-container .time {
  position: absolute;
  top: 46px;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 1;
  font-size: 40px;
  font-weight: 400;
  color: #999;
}

.punch-out-window .clock-container .clock.red {
  background: #e94949;
}

.punch-out-window .clock-container .clock.red .time {
  color: #e94949;
}

.punch-out-window .todays-date span {
  text-transform: capitalize;
}

.punch-out-window .chart-container {
  position: relative;
}

.punch-out-window .chart-container .time-elapsed {
  position: absolute;
  top: 53px;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 1;
  font-size: 40px;
  font-weight: 400;
  color: #2f7ecd;
}

.punch-out-window .chart-container * {
  box-sizing: border-box;
}

.donut-chart {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 2rem;
  border-radius: 100%;
}

p.center {
  background: #fff;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
}

.portion-block {
  border-radius: 50%;
  clip: rect(0px, 150px, 150px, 75px);
  height: 100%;
  position: absolute;
  width: 100%;
}

.circle {
  border-radius: 50%;
  clip: rect(0px, 75px, 150px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}

#part1 .circle,
#part1b .circle {
  background-color: #2f7ecd;
}

#part2 .circle,
#part2b .circle {
  background-color: #e94949;
}

#part3 .circle,
#part3b .circle {
  background-color: #000000;
}

.punch-out-window .content {
  font-size: 14px;
  margin-bottom: 30px;
}

.punch-out-window table.stats .tasks-time {
  color: #2f7ecd;
}

.punch-out-window table.stats .breaks-time {
  color: #e94949;
}

.punch-out-window .controls {
  display: block;
  margin-bottom: -1em;
}

.punch-out-window .controls .button {
  display: flex;
  margin-right: 0;
  width: auto;
}

.thin-panel {
  position: relative;
  padding: 30px;
  padding-bottom: 60px;
  padding-right: 0;
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: 330px;
  min-width: 280px;
  box-sizing: border-box;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.thin-panel .header {
  padding-bottom: 10px;
}

.thin-panel .header h3 {
  margin: 0;
}

input::-moz-placeholder {
  color: #b3bac5 !important;
}

input::placeholder,
span.select2-selection__placeholder {
  color: #b3bac5 !important;
}

input.active {
  color: #666 !important;
}

.thin-panel h5.label {
  margin-top: 1rem;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: 500;
  color: #80888e;
}

.thin-panel .content h5:first-child {
  margin-top: 0.5em;
}

.thin-panel .content {
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  scrollbar-width: thin;
}
.thin-panel .content .button {
  width: 100%;
  margin-right: 0;
}

.task-list-move {
  border-radius: 5px;
  background-color: #e7ebef;
}

.task-list-move input[type=radio] {
  display: none;
}

.task-list-move input[type=radio] + label::before {
  display: none;
}

.task-list-move input[type=radio] + label {
  margin: 0;
  width: 25%;
  display: block;
  float: left;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 8px 4px 8px;
  text-align: center;
  box-sizing: border-box;
  height: 30px;
}

.task-list-move input[type=radio]:checked + label {
  border: 1px solid #007bff;
  color: #2f7ecd;
  background-color: white;
  border-radius: 5px;
  height: 36px;
  margin: -3px 0;
  padding: 8px 8px 7px 8px;
}

.thin-panel .controls {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  border-top: 1px solid #f0f0f0;
}

.thin-panel .controls .button {
  display: flex;
  margin: 10px 0;
  width: auto;
}

/* --------------side panel ----------------- */
.side-panel,
.side-panel.hidden {
  display: block !important;
  position: fixed;
  top: 45px;
  right: -1200px;
  bottom: 0;
  transition: right 600ms;
  z-index: 95;
  background: #fff;
  width: 1000px;
  max-width: 100vw;
  box-shadow: 0px 10px 15px #ddd;
  text-align: left;
}

.side-panel.with-comments {
  width: 1000px;
}

.side-panel.show-me {
  right: 0;
}

.panel-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.panel-wrapper .scrolable {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 60px;
  overflow-y: auto;
  padding: 30px 50px 30px 50px;
}

.panel-wrapper .controls {
  position: absolute;
  bottom: 0;
  right: 340px;
  left: 0;
  height: 60px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.panel-wrapper .controls > .button {
  margin-bottom: 0 !important;
}

.panel-section {
  padding-bottom: 30px;
}

.panel-section h2 {
  font-size: 1.5rem;
}

.panel-section h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}

.panel-wrapper .side-panel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  margin: 0;
  background: #2f7ecd;
  border-radius: 10px;
}

.side-panel .side-panel-close img {
  transform: rotate(0deg);
  transition: transform 600ms;
}

.side-panel.show-me .side-panel-close img {
  transform: rotate(180deg);
}

.panel-column {
  overflow: hidden;
  position: relative;
}

.panel-column > div {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}

.panel-column .panel-col-1 {
  width: 66%;
}

.panel-column .panel-col-2 {
  width: 34%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 0;
  padding-left: 20px;
}

.panel-comments-col {
  width: 325px;
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 60px;
  padding-right: 0;
  padding-left: 20px;
  background: #fff;
}

.panel-column .line {
  width: 1px;
  height: auto;
  padding: 0;
  background: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34%;
  box-sizing: border-box;
}

.task-gallery.gallery {
  margin-left: -5px;
  margin-right: -5px;
}

.task-gallery.gallery > div {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

.task-gallery.gallery .image-wrapper {
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  height: 0;
}

.task-gallery.gallery .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.n-comments {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.n-comments .comments-list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 95px;
  right: 0;
  padding-top: 40px;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.n-comments .comments-list::-webkit-scrollbar {
  display: none; /* Chrome */
}

.n-comments .user-comment,
.user-comment {
  margin-bottom: 5px;
  margin-right: 15px;
  padding: 10px 15px;
  font-size: 0.9rem;
  border-radius: 15px 15px 15px 0px;
  background: #e7eaef;
}

.n-comments .user-comment.my-comment {
  margin-left: 15px;
  margin-right: 0;
  border-radius: 15px 15px 0px 15px;
  color: #fff;
  background: #2f7ecd;
}

.n-comments .user-comment-author,
.user-comment-author {
  margin-left: 10px;
  opacity: 0.6;
  font-size: 0.8em;
}

.n-comments .user-comment .user-comment-date,
.user-comment-date {
  margin-top: 3px;
  font-size: 0.8em;
  float: right;
  opacity: 0.6;
  text-align: right;
  vertical-align: bottom;
}

.n-comments .comment,
.comment {
  display: block;
}

.n-comments .new-comment {
  padding-right: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.n-comments .new-comment-controls {
  position: absolute;
  top: 0px;
  right: 0;
}

.n-comments .new-comment-controls .button {
  margin: 0;
  background: none;
}

.n-comments .new-comment textarea {
  height: 80px;
  min-height: 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 0.9rem;
  border-color: #aaa;
  border-radius: 15px 0px 15px 15px;
}

#clients_list {
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-top: -14px;
  max-height: 200px;
  overflow-y: auto;
}

#clients_list .item {
  cursor: pointer;
  padding: 0 15px;
}

#clients_list .item:hover {
  background: #115498;
  color: #fff;
}

.clients-list-controls {
  padding: 5px 15px;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}

.clients-list-controls > .button {
  margin-bottom: 0;
}

.mobile {
  display: none;
}

.hidden {
  display: none !important;
}

/* ============== TINY MCE ============== */
.mce-container-body,
.mce-panel,
.mce-btn button {
  background: #ececec !important;
  background: #edede3 !important;
  background: none !important;
  border: 0 none !important;
}

.mce-edit-area {
  border: 1px solid #ddd !important;
  border-radius: 3px;
  background: #fff !important;
}

.mce-btn {
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  box-shadow: none !important;
  background-image: none !important;
  background: none !important;
}

.mce-btn button {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  padding: 7px 9px !important;
  background: none !important;
}

.mce-window {
  background: #fff !important;
}

.mce-ico {
  font-size: 13px !important;
  line-height: 13px !important;
  width: 13px !important;
  height: 13px !important;
  color: #666 !important;
}

#res-week-container .loader {
  height: 6px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #115498;
  display: none;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
.window-overlay .window .loader,
.window .loader,
.side-panel .loader,
.window-overlay .message-window .loader {
  display: none;
}

.window-overlay.loading .window,
.window.loading .window,
.side-panel.loading .message-window,
.window-overlay.loading .message-window {
  position: relative;
}

.window.loading .message-window,
.side-panel.loading .message-window {
  position: initial;
}

.window-overlay.loading .window .loader,
.window.loading .loader,
.side-panel.loading .loader,
.window-overlay.loading .message-window .loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.window-overlay.loading .window .loader > div,
.window.loading .loader > div,
.side-panel.loading .loader > div,
.window-overlay.loading .message-window .loader > div {
  display: inline-block;
  width: 6px;
  height: 30px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
  margin: 0 2px;
}

.window-overlay.loading .window .loader > div:nth-child(1),
.window.loading .loader > div:nth-child(1),
.side-panel.loading .loader > div:nth-child(1),
.window-overlay.loading .message-window .loader > div:nth-child(1) {
  background-color: #2f7ecd;
  animation-delay: 0;
}

.window-overlay.loading .window .loader > div:nth-child(2),
.window.loading .loader > div:nth-child(2),
.side-panel.loading .loader > div:nth-child(2),
.window-overlay.loading .message-window .loader > div:nth-child(2) {
  background-color: #115498;
  animation-delay: 0.09s;
}

.window-overlay.loading .window .loader > div:nth-child(3),
.side-panel.loading .loader > div:nth-child(3),
.window.loading .loader > div:nth-child(3),
.window-overlay.loading .message-window .loader > div:nth-child(3) {
  background-color: #2f7ecd;
  animation-delay: 0.18s;
}

.kanban-board {
  background: #efefef;
  background: #f8f9fa;
  height: calc(100vh - 40px);
}

.kanban-board .page-section {
  padding-top: 0;
}

.kanban-board .page-section,
.PAGE {
  padding-bottom: 0;
}

.kanban-board .page-section:first-child {
  height: 100%;
}

#board {
  margin-right: -30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  height: calc(100vh - 150px);
}

.list-wrapper {
  margin: 0 20px 0 0;
  flex-basis: 25%;
  overflow: visible;
  height: 100%;
}

.list-wrapper:last-child {
  padding-bottom: 120px;
  position: relative;
  box-sizing: border-box;
}

.list-header {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 32px;
  margin-bottom: 5px;
}

.list-header h3 {
  text-transform: none;
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0 0 1px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.list-header h3 .list-counter {
  color: #999;
  display: block;
  padding: 2px;
  border-radius: 3px;
  margin-left: 10px;
  line-height: 1;
}

.button.clear-btn {
  min-width: 0;
}

.list-header .button.task-details,
.button.clear-btn.add-btn {
  position: absolute;
  top: 0;
  right: 18px;
  height: 30px;
  width: 30px;
  min-width: 0;
  padding: 0;
  margin: 0;
  background: #2087E1;
}

.calendar-view .week-template .res-week .res-day .res-day-name .button.clear-btn.add-btn {
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.list-header .button.add-btn::before,
.button.clear-btn.add-btn::before {
  display: block;
  position: absolute;
  background-image: url("graphics/buttons/btn-add-alt.svg");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  margin: 0;
}

.button.refresh-btn {
  margin: 0;
  padding: 0;
  float: right;
  min-width: 0;
  height: 32px;
  width: 32px;
  background: #2087E1;
}

.button.refresh-btn::before {
  display: block;
  position: absolute;
  content: url(graphics/btn-refresh.png);
  left: 0;
  top: 0;
  height: 32px;
  width: 32px;
}

.list-content {
  height: 100%;
}

.list-cards {
  height: calc(100% - 30px);
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 10px;
  scrollbar-color: #f0f0f0 transparent;
  z-index: 1;
}

/* Works on Chrome, Edge, and Safari */
.list-cards::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}

.list-cards::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}

.list-cards::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 20px;
  border: 0px solid transparent;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.75);
}

.task-item {
  cursor: pointer;
}

.task-item,
.sortable-placeholder {
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  border-bottom: solid 1px #f8f9fa;
  background: #fff;
  border-radius: 2px;
}

#board .task-item,
#board .sortable-placeholder {
  cursor: pointer;
}

.task-item:first-of-type {
  border-radius: 10px 10px 0 0;
}

.task-item:last-of-type {
  border-radius: 0 0 10px 10px;
}

.task-item:first-of-type:last-of-type {
  border-radius: 10px;
}

.task-item.ui-sortable-helper {
  border-radius: 10px !important;
}

.sortable-placeholder {
  background: #f8f9fa;
  height: 80px;
}

.project-indicator {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 6px;
  background: #fff;
  border-radius: 0 3px 3px 0;
}

.project-indicator.priorytet-1 {
  background: #56ce89;
}

.project-indicator.priorytet-2 {
  background: #ffef6b;
}

.project-indicator.priorytet-3 {
  background: #e94949;
}

.item-content {
  padding: 12px 0;
  align-items: stretch;
  text-align: left;
  width: 100%;
}

.item-description {
  padding: 0 15px 0 15px;
}

.item-description .description {
  font-size: 1.3em;
  clear: both;
  line-height: 1.5;
}

.item-description .description p {
  margin-bottom: 0;
}

.item-description .item-project {
  float: left;
}

.item-description .item-project p {
  margin: 0;
}

.item-confirmation {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60px;
  align-self: center;
}

.item-confirmation a {
  display: block;
  text-align: center;
}

.item-confirmation span {
  vertical-align: middle;
}

.item-label {
  background-color: #b3bac5;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin-right: 4px;
  max-width: 100%;
  overflow: hidden;
  padding: 1px 6px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #b3bac5;
  box-sizing: border-box;
  cursor: pointer;
}

.item-label.item-front {
  float: left;
  height: 18px;
  min-width: 56px;
  max-width: 198px;
  margin: 0 4px 4px 0;
  line-height: 1;
  font-size: 13px;
  box-sizing: border-box;
  font-weight: 500;
  text-shadow: none;
  width: auto;
}

.item-label.item-front[title~=Mail] {
  color: #656565;
}

input[type=radio]:not(:checked) + label.no_before .item-label[title~=Mail],
input[type=radio]:checked + label.no_before .item-label[title~=Mail] {
  color: #656565 !important;
  font-size: 23px;
  line-height: 18px;
}

.calendar-view .week-template .slots .cal-item .item-content.cal-time .item-date .utf-icon {
  color: #656565;
}

.item-label.item-icon {
  color: #656565;
  line-height: 19px;
  font-size: 15px;
  height: 21px;
  margin-bottom: 0px;
  margin-top: -3px;
}

.item-label.item-icon[title~=Mail] {
  font-size: 20px;
}

.item-members {
  float: right;
}

.member {
  background-color: #dfe1e6;
  border-radius: 25em;
  color: #172b4d;
  cursor: pointer;
  display: block;
  float: left;
  height: 32px;
  margin: 0 4px 4px 0;
  overflow: visible;
  position: relative;
  width: 32px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 0;
}

.item-members .member {
  height: 28px;
  width: 28px;
  float: right;
  margin: 0 4px 4px 0;
  background-color: #dfe1e6;
  border-radius: 25em;
  color: #172b4d;
  cursor: pointer;
  display: block;
  overflow: visible;
  position: relative;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 0;
  box-sizing: border-box;
  border: 2px solid #dfe1e6;
}

.member-initials {
  display: block;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.more-tasks {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: stretch;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100px;
}

.more-tasks .button {
  width: 60%;
  margin-right: 0;
}

#project_list {
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-top: -5px;
  max-height: 200px;
  overflow-y: auto;
}

#project_list .item {
  cursor: pointer;
  padding: 0 15px;
}

#project_list .item:hover {
  background: #115498;
  color: #fff;
}

.window-overlay .window.show-me {
  display: block;
}

.task-window .window {
  position: relative;
  width: 640px;
  height: 520px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.task-window .panel-wrapper .side-panel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  left: initial;
  bottom: initial;
  height: 31px;
  width: 31px;
  margin: 0;
  background: #313140;
  transform: translate(0, 0);
  border-radius: 0;
}

.task-window .window .panel-column {
  height: 100%;
}

.task-window .window .header {
  padding-bottom: 0;
}

.task-window .action-buttons {
  display: none;
}

.task-window h3 {
  margin-top: 0;
}

#task_details_form .edit-task-title,
#task_details_form .new-task-title {
  display: none;
}

#task_details_form.new-task .new-task-title {
  display: block !important;
}

#task_details_form:not(.new-task) .edit-task-title {
  display: block !important;
}

#task_details_form:not(.new-task) .action-buttons {
  display: block;
}

.task-window .window .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 15px;
  overflow: auto;
  padding-right: 30px;
}

.task-window .panel-wrapper .scrolable {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 60px;
  overflow-y: auto;
  padding: 30px 0 0 30px;
}

.task-window .panel-wrapper .controls {
  padding: 0 5px 0 5px;
  right: 0;
}

label.no_before::before {
  content: none !important;
}

input[type=radio] + label.no_before,
input[type=checkbox] + label.no_before {
  margin: 0;
}

.task-window .item-labels {
  display: flex;
  flex-wrap: wrap;
}

.task-window .item-label.item-front {
  height: 20px;
  min-width: 56px;
  max-width: 198px;
  font-size: 13px;
  padding: 2px 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input[type=radio]:not(:checked) + label.no_before .item-label,
input[type=checkbox]:not(:checked) + label.no_before .item-label {
  background-color: white !important;
  border-color: #b3bac5 !important;
  color: #b3bac5 !important;
}

.date-time-btn:before {
  content: "";
  position: absolute;
  background: center/cover url("graphics/svg/calendar.png");
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  z-index: 1;
  opacity: 30%;
}

.date-time-btn input {
  padding-left: 41px;
}

.date-time-btn input:hover {
  background-color: rgb(236, 236, 236);
  cursor: pointer;
}

.date-time-btn.active:before {
  opacity: 50%;
}

.date-time-btn.active input,
.input-btn.active {
  color: #666 !important;
}

.double-inputs {
  display: flex;
  gap: 10px;
}
.double-inputs .panel-section {
  width: 50%;
}

.input-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #b3bac5;
  font-size: 15px;
  line-height: 1.7;
  padding: 9px 15px;
  height: 40px;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
}
.input-btn .ico {
  margin: 0 8px 0 -1px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-btn img {
  height: 18px !important;
  width: 18px;
  min-width: 18px;
  opacity: 30%;
}

.input-btn.active img {
  opacity: 50%;
}

.input-btn:hover {
  justify-content: flex-start;
  background-color: rgb(236, 236, 236);
  border: 1px solid #ddd;
  color: #80888e;
  cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #80888e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.separator {
  height: 1px;
  margin-top: 20px;
  width: 100%;
  background-color: #ddd;
}

.task-window .information {
  position: absolute;
  left: 0px;
  display: flex;
  font-size: 13px;
  color: #999;
}

.task-window .information > div:not(:last-child) {
  margin-right: 5px;
}

.task-window .item-members {
  display: flex;
  flex-wrap: wrap;
  float: none;
}

.task-window .item-members .member {
  height: 38px;
  width: 38px;
}

.task-window .member-initials {
  display: block;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.1;
}

input[type=checkbox]:not(:checked) + label.no_before .member {
  background-color: white;
  color: #b3bac5;
}

input[type=radio]:not(:checked) + label.no_before .member {
  background-color: white;
  color: #b3bac5;
}

.eve-type .item-label.item-front {
  height: 35px;
  width: 35px;
  min-width: initial;
  max-width: initial;
  padding: 3px 3px 3px 3px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.task-window .confirmation.show-me {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  overflow: hidden;
  transition: height 300ms;
  height: 100% !important;
  max-width: initial;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.task-window .confirmation .hidden {
  display: none !important;
}

#split-task .item-members {
  margin: 10px 20px;
}

.task-window .panel-section {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.task-window .task-button {
  color: #115498;
  padding: 0;
  height: 30px;
  border: none;
  text-align: left;
  justify-content: flex-start;
  min-width: auto;
  margin: 0 8px 0 1px;
}

.task-window .task-button:hover {
  color: #2f7ecd;
  border: none;
}

.task-window .task-del-button {
  color: #d03838;
}

.task-window .task-del-button:hover {
  color: #8c1616;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 40px;
}

.select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px 15px;
  line-height: 1.7;
  font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #ddd;
}

.select2-results__option {
  padding: 3px;
  text-align: left;
  margin-left: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 1.5em;
  float: none;
  width: 25px;
  position: absolute;
  top: 0;
  right: 25px;
  order: 2;
  text-align: center;
  background: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 25px 0 15px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered:after {
  content: "";
  width: 25px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(graphics/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #fff;
}

.select2-selection__rendered,
.select2-selection__placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
}

.kanban-filter .active_users {
  justify-content: flex-end;
}

.kanban-filter .input-search {
  justify-content: flex-end;
}

.debug {
  background: rgb(43, 43, 43);
  color: #eee;
}

.debug > b {
  display: block;
  padding: 5px;
  background-color: #ed064d;
}

.debug ul li {
  list-style: none;
}

#CANVAS.crm-kanban_board {
  height: 100%;
}

.PAGE.calendar {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.calendar .navigate {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex: 0 0 auto;
  background-color: #f8f9fa;
  padding: 5px 5px;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.calendar-filter .table-tools .combo > div {
  min-width: 260px;
}

#navigator {
  display: flex;
}

.navigator-box {
  position: static;
}

.switch-today {
  height: 32px;
  margin: 2px 0 0 10px;
  position: absolute;
  right: -145px;
  top: 0px;
}

.calendar .navigate .days-navigator-item.prev a:before, .calendar .navigate .days-navigator-item.next a:before {
  display: block;
  height: 32px;
  left: 0;
  top: 0;
  filter: invert(60%);
}
.calendar .navigate .days-navigator-item.prev {
  margin: 0 10px 0 0;
}
.calendar .navigate .days-navigator-item.prev a:before {
  content: url(graphics/btn-more-left.png);
}
.calendar .navigate .days-navigator-item.next {
  margin: 0 0 0 10px;
}
.calendar .navigate .days-navigator-item.next a:before {
  content: url(graphics/btn-more-right.png);
}
.calendar .navigate .days-navigator-item .button {
  margin: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  min-width: initial;
  background: transparent;
  border: 1px solid #80888e;
}

.calendar .navigate .month-name {
  position: relative;
  z-index: 2;
  min-width: 200px;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar .navigate .month-name .days {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #9b9b9b;
}

.calendar .navigate .month-name input {
  z-index: 1;
  position: absolute;
  width: 0;
  height: 70%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.calendar .view-switcher {
  width: 160px;
}

.calendar .app-calendar-body {
  display: flex;
  flex: 1;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  -webkit-box-flex: 1;
  flex-flow: row nowrap;
  align-items: stretch;
  margin-top: -40px;
}

.calendar .calendar-content {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
}

.calendar-view {
  display: flex;
  -webkit-box-flex: 1;
  flex-flow: column;
  flex: 1;
  min-width: 0;
  height: calc(100vh - 126px);
}
.calendar-view .content {
  height: auto;
}

.calendar-view.month-view {
  height: calc(100vh - 126px);
}

.calendar-view.week-view {
  min-height: 0;
}

.calendar-view .week-template {
  height: calc(100vh - 126px - 45px - 60px);
  box-sizing: border-box;
}
.calendar-view .week-template .res-week {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #f8f9fa;
  height: calc(100vh - 126px - 45px - 60px);
  box-sizing: border-box;
  overflow: hidden;
  /* Works on Chrome, Edge, and Safari */
}
.calendar-view .week-template .res-week.head .res-day {
  border-top: none;
}
.calendar-view .week-template .res-week .res-day {
  flex: 1;
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #f0f0f0 transparent;
}
.calendar-view .week-template .res-week .res-day::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
.calendar-view .week-template .res-week .res-day::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}
.calendar-view .week-template .res-week .res-day::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 20px;
  border: 0px solid transparent;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.75);
}
.calendar-view .week-template .res-week .res-day .res-day-name {
  text-align: left;
  font-weight: normal;
  background: #f8f9fa;
  padding: 3px 10px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  -moz-column-gap: 6px;
       column-gap: 6px;
  box-sizing: border-box;
}
.calendar-view .week-template .res-week .res-day .res-day-name .week-number {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
.calendar-view .week-template .res-week .res-day .res-day-name .day-name {
  font-size: 0.8em;
  font-weight: normal;
  color: #9b9b9b;
}
.calendar-view .week-template .res-week .res-day.curr_day:after {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2f7ecd;
}
.calendar-view .week-template .slots {
  height: 100%;
  position: relative;
  display: block;
}
.calendar-view .week-template .slots.hidden {
  height: 0;
  display: block !important;
}
.calendar-view .week-template .slots .sortable-placeholder {
  position: relative;
  background: #efefef;
  height: 50px;
}
.calendar-view .week-template .slots .cal-item {
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
  height: 60px;
}
.calendar-view .week-template .slots .cal-item .item-content {
  padding: 8px 0;
  align-items: stretch;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.calendar-view .week-template .slots .cal-item .item-content.cal-time .item-description {
  padding: 0 5px 0 45px;
}
.calendar-view .week-template .slots .cal-item .item-content.cal-time .item-date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar-view .week-template .slots .cal-item .item-content.cal-time .item-date .utf-icon {
  font-size: 1.6em;
}
.calendar-view .week-template .slots .cal-item .item-description {
  padding: 0 5px 0 15px;
}
.calendar-view .week-template .slots .cal-item .item-description .description {
  font-size: 1em;
  clear: right;
  line-height: 1.5;
  width: 100%;
}
.calendar-view .week-template .slots .cal-item .item-description .description p {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar-view .week-template .slots .cal-item .item-description .item-project {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  float: left;
  width: 100%;
}
.calendar-view .week-template .slots .cal-item .item-description .item-project p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar-view .week-template .slots .cal-item .project-indicator {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background: #fff;
}
.calendar-view .week-template .slots .cal-item .project-indicator.priorytet-1 {
  background: #56ce89;
}
.calendar-view .week-template .slots .cal-item .project-indicator.priorytet-2 {
  background: #ffef6b;
}
.calendar-view .week-template .slots .cal-item .project-indicator.priorytet-3 {
  background: #e94949;
}
.calendar-view .week-template .slots .cal-item .item-date {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75em;
  float: left;
  padding: 0 0 0 10px;
  color: #999;
}
.calendar-view .week-template .droppable-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none !important;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.calendar-view .week-template .droppable-wrapper.hidden {
  visibility: hidden;
}
.calendar-view .week-template .droppable-wrapper .drop-dated {
  position: relative;
  box-sizing: border-box;
  padding: 5px 20px;
  height: 35px;
  text-align: left;
  color: inherit;
  font-size: 0.9em;
  line-height: 2;
}
.calendar-view .week-template .droppable-wrapper .drop-dated:nth-child(even) {
  background: #f3f3f3;
}
.calendar-view .week-template .droppable-wrapper .sortable-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 0, 0, 0.1882352941);
  box-sizing: border-box;
  height: 35px;
}

.calendar-view .week-template .res-week.head {
  height: 45px;
  min-height: 45px;
}

.calendar-view .week-template .vacation-wrapper {
  background-color: #f3f2f1;
}
.calendar-view .week-template .vacation-wrapper .vacation-week {
  display: flex;
}
.calendar-view .week-template .vacation-wrapper .vacation-bar {
  display: flex;
  border: 1px none #ddd;
  border-right-style: solid;
  position: relative;
}
.calendar-view .week-template .vacation-wrapper .vacation-bar .vacation-descr {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.calendar-view .week-template .vacation-wrapper .vacation-bar .vacation-descr p {
  margin: 0;
  color: white;
}
.calendar-view .week-template .vacation-wrapper .vacation-placeholder,
.calendar-view .week-template .vacation-wrapper .vacation-day {
  height: 30px;
  flex: 1;
}
.calendar-view .week-template .vacation-wrapper .vacation-placeholder {
  border: 1px none #ddd;
  border-right-style: solid;
}
.calendar-view .week-template .vacation-wrapper .vacation-day {
  background-color: #e45c28;
}
.calendar-view .week-template .vacation-wrapper .vacation-day.first {
  border-radius: 10px 0 0 10px;
}
.calendar-view .week-template .vacation-wrapper .vacation-day.last {
  border-radius: 0 10px 10px 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-gantt::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll-gantt {
  overflow: auto;
  height: calc(100vh - 150px);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.gantt-template {
  height: 100%;
}
.gantt-template .res-week {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: white;
}
.gantt-template .res-week:not(.head) {
  height: 100%;
}
.gantt-template .res-week.head .res-day {
  border-top: none;
}
.gantt-template .res-week .res-day {
  flex: 1;
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.gantt-template .res-week .res-day .res-day-name {
  text-align: left;
  font-weight: bold;
  background: transparent;
  padding: 0.3em;
  text-transform: capitalize;
  box-sizing: border-box;
  height: 20px;
  width: 150%;
  position: relative;
  margin-left: -1px;
}
.gantt-template .res-week .res-day .res-day-name .week-number {
  font-size: 0.5em;
  line-height: 1;
}
.gantt-template .res-week .res-day .res-day-name .day-name {
  font-size: 0.8em;
  font-weight: normal;
  color: #9b9b9b;
}
.gantt-template .res-week .res-day.curr_day:after {
  display: block;
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2f7ecd;
}

.gantt-template .res-day.curr {
  background: rgba(47, 126, 205, 0.3) !important;
}

.gantt-template .head .res-day .res-day-name {
  height: 100%;
  margin-top: 6px;
}

.gantt-template .head .week-number .name-day,
.gantt-template .head .week-number .number-day {
  display: block;
}

.gantt-template .head .week-number .name-day {
  font-size: 10px;
  margin-top: 2px;
}

.gantt-template .head .week-number .number-day {
  font-size: 10px;
}

.gantt-template .head .res-day.weekend {
  background: #eaeaea;
}

.gantt-template .res-day.weekend {
  background: #f0f0f0;
}

.gantt-template .res-day .res-day-name.active {
  background: #2f7ecd;
}

.gantt-template .res-day .res-day-name.active.first {
  border-radius: 5px 0 0 5px;
}

.gantt-template .res-day .res-day-name.active.last {
  border-radius: 0 5px 5px 0;
}

.gantt-template .res-day .res-day-name.active.last.first {
  border-radius: 5px;
}

.gantt-template .res-day .res-day-name.lead {
  height: 5px;
  padding: 0;
  background: #cacaca;
}

.gantt-template .res-day .res-day-name.lead.first {
  margin-left: 50%;
}

.gantt-template .res-day .res-day-name.lead.first:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: -3px;
  left: -6px;
  background: #cacaca;
  border-radius: 100%;
}

.gantt-template .res-day .res-day-name.lead.last {
  margin-right: 50%;
}

.gantt-template .res-day .res-day-name.lead.last:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: -3px;
  right: -6px;
  background: #cacaca;
  border-radius: 100%;
}

.gantt-template .res-day .res-day-name.empty.after-active {
  background: linear-gradient(90deg, #2f7ecd 0%, rgba(255, 120, 203, 0) 100%);
}

.gantt-template .res-day .res-day-name.delay {
  background-color: #ff78cb;
}

.gantt-template .res-day .res-day-name.empty.after-delay {
  background: linear-gradient(90deg, rgb(255, 120, 203) 0%, rgba(255, 120, 203, 0) 100%);
}

.gantt-template .res-day .res-day-name.delay.first {
  border-radius: 5px 0 0 5px;
}

.gantt-template .res-day .res-day-name.delay.last {
  border-radius: 0 5px 5px 0;
}

.gantt-template .gantt-wrapper {
  display: flex;
  background-color: #f3f2f1;
}

.gantt-template .gantt-canvas {
  background-color: #f3f2f1;
  flex: 1;
}

.gantt-template .gantt-canvas .gantt-week {
  overflow: hidden;
}

.gantt-wrapper .gantt-week > div {
  float: left;
  width: 2.5%;
  height: 40px;
  box-sizing: border-box;
}

.gantt-wrapper .gantt-title {
  width: 200px;
}

.gantt-wrapper .gantt-title .gantt-row-name {
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  position: relative;
}

.gantt-wrapper .gantt-title .gantt-row-name p {
  z-index: 1;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gantt-wrapper .gantt-row-name .progress {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  z-index: 0;
  animation-name: go;
  animation-delay: 0;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.gantt-wrapper.priorytet-1 .gantt-row-name {
  background: #eafaf1;
  color: #508f81;
}

.gantt-wrapper.priorytet-1 .gantt-row-name .progress {
  background: #a5e5c0;
}

.gantt-wrapper.priorytet-2 .gantt-row-name {
  background: #fffce5;
  color: #a39849;
}

.gantt-wrapper.priorytet-2 .gantt-row-name .progress {
  background: #fff499;
}

.gantt-wrapper.priorytet-3 .gantt-row-name {
  background: #ffe5e5;
  color: #a33d3d;
}

.gantt-wrapper.priorytet-3 .gantt-row-name .progress {
  background: #f99393;
}

.gantt-wrapper.priorytet-3 .res-week .res-day {
  background: #fff5f5;
}

.gantt-wrapper.priorytet-3 .res-week .res-day.weekend {
  background: #ffebeb;
}

.calendar-view .gantt-template .scroll-gantt .gantt-wrapper:hover {
  opacity: 0.8;
}

.gantt-details {
  cursor: pointer;
}

.cal-buttons-move {
  display: flex;
  width: 100%;
}

.cal-buttons-move .button-cal-move {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 40px;
  padding: 5px;
  margin-right: 5px;
  box-sizing: border-box;
  background-color: #2f7ecd;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  transition: all 300ms;
  font-size: 14px;
}

.cal-buttons-move .button-cal-move:hover,
.cal-buttons-move .button-cal-move.urchere {
  background-color: #115498;
}

.cal-buttons-move .button-cal-move:last-child {
  margin-right: 0;
}

.time-chart.full-screen {
  height: 100%;
}

.time-chart {
  position: relative;
  padding-bottom: 30px;
}

.time-chart-scroll {
  position: relative;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.time-chart-content {
  position: relative;
  padding-bottom: 150px;
}

.time-chart .row {
  height: 40px;
  position: relative;
  border-bottom: solid 1px #ddd;
}

.time-chart .label {
  width: 250px;
  height: 40px;
}

.time-chart .data-layer {
  position: absolute;
  left: 250px;
  top: 0;
  right: 0;
  bottom: 0;
}

.time-chart-header {
  position: relative;
  height: 40px;
  border-bottom: solid 1px #ddd;
  background: #f3f2f1;
}

.time-chart .header-layer {
  position: absolute;
  left: 250px;
  top: 0;
  right: 0;
  bottom: 0;
}

.time-chart .grid-col {
  height: 100%;
  width: 2.5%;
  float: left;
  box-sizing: border-box;
  border-left: solid 1px #ddd;
}

.time-chart .time-chart-header .grid-col {
  padding: 5px;
  font-size: 10px;
  position: relative;
}

.time-chart .time-chart-header .grid-col span {
  line-height: 1.1;
  display: block;
  text-transform: capitalize;
}

.time-chart .time-chart-header .grid-col span.month {
  position: absolute;
  top: -20px;
  left: -1px;
  height: 20px;
  font-size: 14px;
  padding: 0 5px;
  box-sizing: border-box;
  border-left: solid 1px #ddd;
}

.time-chart .time-chart-grid {
  position: absolute;
  left: 250px;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.time-chart .grid-col.weekend {
  background: #f0f0f0;
}

.time-chart .grid-col.now {
  background: #d3e9ff;
}

.gantt-chart .gantt-bar-wrapper {
  position: absolute;
}

.gantt-chart .gantt-bar {
  margin: 10px 10px 10px 10px;
  height: 20px;
  border-radius: 10px;
  background: #2f7ecd;
}

.gantt-chart .gantt-bar-wrapper.left-edge .gantt-bar {
  margin-left: 0;
  border-radius: 0 10px 10px 0;
}

.gantt-chart .gantt-bar-wrapper.right-edge .gantt-bar {
  margin-right: 0;
  border-radius: 10px 0 0 10px;
}

.gantt-chart .gantt-ghost-bar-wrapper {
  position: absolute;
}

.gantt-chart .gantt-ghost-bar {
  margin: 6px;
  height: 28px;
  box-sizing: border-box;
  border-radius: 20px;
  border: solid 2px #2f7ecd;
  background: rgba(47, 126, 205, 0.05);
}

.gantt-chart .gantt-task-icon-wrapper {
  position: absolute;
  display: block;
  text-align: center;
  padding-left: 1px;
  box-sizing: border-box;
}

.gantt-chart .gantt-task-icon {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  margin: 5px auto;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 4px;
  background: #fff;
}

.work-statistics .row {
  height: 180px;
}

.work-statistics .row .row-name {
  padding: 10px;
}

.work-statistics .grid-col {
  position: relative;
}

.work-statistics .chart-combined-column-wrapper {
  position: absolute;
  bottom: 60px;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.work-statistics .chart-combined-column-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 84px;
  border-top: solid 1px #ddd;
}

.work-statistics .chart-combined-column {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.work-statistics .chart-combined-column .part1 {
  background-color: #2f7ecd;
}

.work-statistics .chart-combined-column .part2 {
  background-color: #e94949;
}

.work-statistics .chart-combined-column .part3 {
  background-color: #000000;
}

.work-statistics .column-legend {
  position: absolute;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  box-sizing: border-box;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.02);
  border-top: solid 1px #ddd;
  cursor: pointer;
}

.work-statistics .column-legend .tooltip {
  display: none;
  position: absolute;
  left: -100px;
  top: 30px;
  width: 110px;
  padding: 20px;
  font-size: 12px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  z-index: 110;
}

.work-statistics .column-legend:hover .tooltip {
  display: block;
}

.work-statistics .tooltip .desc1 {
  color: #2f7ecd;
}

.work-statistics .tooltip .desc2 {
  color: #e94949;
}

.work-statistics .tooltip .desc3 {
  color: #000000;
}

.work-statistics .tooltip .desc0 {
  color: #000;
  font-weight: bold;
}

.gantt-page-columns {
  margin-top: -40px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-left: 30px;
}

.gantt-page-side,
.gantt-page-content {
  box-sizing: border-box;
}

.gantt-page-side {
  width: 260px;
  min-width: 260px;
  background: #fff;
  min-height: calc(100vh - 87px - 40px);
  padding: 0;
  border-right: 1px solid #cad1d8;
  border-left: 1px solid #cad1d8;
  position: relative;
}

.gantt-page-side .controls,
.sum-controls {
  padding-top: 30px;
  margin-top: 30px;
  justify-content: flex-start;
  border-top: 1px solid #e7eaef;
}

.gantt-page-content {
  flex-grow: 1;
  padding-top: 0;
  padding-bottom: 0;
  max-width: calc(100% - 260px);
  overflow: hidden;
}

.gantt-page-content .controls {
  padding-top: 30px;
}

.gantt-view-area {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  overflow-x: auto;
  height: 100%;
}

.gantt-main-view-wrapper {
  position: relative;
}

.gantt-main-view-wrapper .today,
.gantt-main-view-wrapper .holiday {
  position: absolute;
  top: 30px;
  bottom: 0;
  width: 40px;
  background: rgba(32, 135, 225, 0.05);
}

.gantt-main-view-wrapper .holiday {
  background-image: url("graphics/week-view-bg.png");
  background-repeat-y: repeat;
  background-position: right;
  background-color: transparent;
  top: 70px;
}

.gantt-main-view-wrapper .today:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: rgba(32, 135, 225, 0.2);
}

.gantt-calendar-header.gantt-row {
  padding-top: 30px;
  height: 70px;
}

.gantt-calendar-header .gantt-day-name {
  width: 40px;
  height: 40px;
  padding: 5px 2px;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #cad1d8;
  border-top: 1px solid #cad1d8;
  position: relative;
}

.gantt-calendar-header .gantt-day-name > span.day-val,
.gantt-calendar-header .gantt-day-name > span.week-name {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 0.7rem;
}

.gantt-calendar-header .gantt-day-name > span.day-val {
  font-size: 0.9rem;
}

.gantt-calendar-header .gantt-day-name .first-month {
  position: absolute;
  bottom: 100%;
  left: -1px;
  width: 120px;
  font-size: 0.8rem;
  padding-left: 5px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid #cad1d8;
}

/* Works on Chrome, Edge, and Safari */
.polygon-drawer-wrapper > div.polygon-drawer::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.polygon-drawer-wrapper > div.polygon-drawer::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.polygon-drawer-wrapper > div.polygon-drawer::-webkit-scrollbar-thumb {
  background-color: #12151c;
  border-radius: 20px;
  border: 0px solid #f4f4f4;
}

.gantt-prev-controls,
.gantt-next-controls {
  background-color: #eee;
  min-width: 200px;
}

.gantt-row {
  height: 40px;
  border-bottom: 1px solid #cad1d8;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.gantt-main-view-wrapper .gantt-row {
  background-image: url("graphics/week-view-bg.png");
  background-repeat-x: repeat;
  background-position: top left;
}

.gantt-main-view-wrapper .gantt-row:hover {
  background-color: rgba(192, 199, 206, 0.1);
}

.gantt-main-view-wrapper .gantt-row.gantt-calendar-header {
  background-image: none;
  position: sticky;
}

.gantt-main-view-wrapper .gantt-row.gantt-calendar-header:hover {
  background-color: transparent;
}

.gantt-bar,
.gantt-stroke,
.gantt-icon {
  position: absolute;
  height: 40px;
}

.gantt-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  color: #656565;
}

.gantt-bar .gantt-bar-content {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 7px;
  bottom: 7px;
  background: #cad1d8;
  background: #2287de;
  background: rgba(34, 135, 222, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
}

.gantt-stroke .gantt-stroke-content {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 3px;
  bottom: 3px;
  border: solid 2px #cad1d8;
  border: solid 2px #2287de;
  border: solid 2px rgba(34, 135, 222, 0.7);
  border-radius: 3px;
  box-sizing: border-box;
  background: rgba(202, 209, 216, 0.1);
  background: rgba(34, 135, 222, 0.03);
}

.gantt-main-view-wrapper .gantt-row:hover .gantt-bar .gantt-bar-content {
  background: rgba(34, 135, 222, 0.3);
}

.gantt-scroll-transmiter {
  height: 20px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  overflow-x: auto;
  position: fixed;
  left: 290px;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.gantt-scroll-transmiter > div {
  height: 20px;
}

.tooltip-window {
  position: absolute;
  font-size: 0.9rem;
  width: 200px;
  min-height: 100px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translate(20px, 20px);
  z-index: 100;
}

.tooltip-window span,
.tooltip-window strong {
  display: block;
}

.gantt-tooltip-menu-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  padding-top: 15px;
}

.gantt-tooltip-menu > a,
.gantt-tooltip-menu > span {
  display: block;
  border-top: 1px solid #cad1d8;
  padding: 8px 15px;
  color: #80888e;
  text-decoration: none;
}

.gantt-tooltip-menu a:hover {
  background-color: rgba(202, 209, 216, 0.2);
}

.gantt-tooltip-menu span.disabled,
.gantt-tooltip-menu span.disabled:hover {
  cursor: default;
  color: rgba(128, 136, 142, 0.3);
  background: none;
}

.month-template .calendar-header {
  padding: 5px 50px;
  margin-bottom: 1em;
  position: relative;
  box-sizing: border-box;
  height: 50px;
  max-width: 600px;
  margin: 0 auto 20px auto;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.month-template .calendar-header .cal-month-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.month-template .calendar-header .cal-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  background: #051826;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
}

.month-template .calendar-header .cal-btn img {
  width: 100%;
}

.month-template .calendar-header .cal-btn.prev {
  left: 0;
}

.month-template .calendar-header .cal-btn.next {
  right: 0;
}

.month-template .calendar-header .cal-btn.disabled,
.month-template .calendar-header .cal-btn.disabled:hover {
  opacity: 0.4;
  filter: grayscale(100%);
  cursor: default;
}

.month-template .calendar-header .cal-month-name {
  font-size: 1.2rem;
  color: #333;
  text-transform: uppercase;
  font-family: Poppins, tahoma, arial, sans-serif;
  font-weight: bold;
  display: none;
}

.month-template .calendar-header .cal-month-name.active {
  display: flex;
}

.month-template .month {
  margin-bottom: 0;
  display: block;
}

.month-template .week {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  border-right: 1px solid #ddd;
  height: calc((100vh - 126px - 45px - 60px) / 6);
}

.month-template .week:last-child {
  border-bottom: 1px solid #ddd;
}

.month-template .week .day {
  flex: 1;
  display: block;
  padding: 3px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 25px;
  background-color: #f8f9fa;
}

.month-template .week.head {
  border-right: 1px solid transparent;
  background: #e7eaef;
  height: 45px;
  min-height: 0;
}

.month-template .week .day.head {
  text-align: center;
  font-weight: bold;
  min-height: 0;
  border: 1px solid transparent;
  font-size: 0.9em;
  line-height: 1;
  padding-bottom: 8px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.month-template .week .day.head > span {
  color: #80888e;
}

.month-template .week .day.out-of-month {
  background-color: #eff1f2;
}

.month-template .week .day.out-of-month > * {
  opacity: 0.8;
}

.month-template .week .day .day-name {
  text-align: right;
  background: none;
  line-height: 1.2;
  font-size: 0.9em;
  padding: 0 0 5px 0;
  position: absolute;
  top: 4px;
  left: 4px;
}

.month-template .week .day.today {
  background: #c9e2f8;
}

.month-template .week .day .click-frame {
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: transparent;
  transition: all 300ms;
}

.month-template .week .day .click-frame.empty-day {
  width: 100%;
}

.month-template .week .day .click-frame:hover {
  background-color: rgba(32, 135, 225, 0.1);
}

.month-template .cal-item {
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #efefef;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
  height: 28px;
  margin-bottom: -1px;
}
.month-template .cal-item .item-content {
  padding: 4px 0;
  align-items: stretch;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.month-template .cal-item .item-content.cal-time .item-description {
  padding: 0 5px 0 45px;
}
.month-template .cal-item .item-content.cal-time .item-date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.month-template .cal-item .item-content.cal-time .item-date .utf-icon {
  font-size: 1em;
}
.month-template .cal-item .item-description {
  padding: 0 5px 0 15px;
}
.month-template .cal-item .item-description .description {
  font-size: 1em;
  clear: right;
  line-height: 1.5;
  width: 100%;
}
.month-template .cal-item .item-description .description p {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.month-template .cal-item .item-description .item-project {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  float: left;
  width: 100%;
}
.month-template .cal-item .item-description .item-project p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 9px;
}
.month-template .cal-item .project-indicator {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background: #fff;
}
.month-template .cal-item .project-indicator.priorytet-1 {
  background: #56ce89;
}
.month-template .cal-item .project-indicator.priorytet-2 {
  background: #ffef6b;
}
.month-template .cal-item .project-indicator.priorytet-3 {
  background: #e94949;
}
.month-template .cal-item .item-date {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75em;
  float: left;
  padding: 0 0 0 10px;
  color: #999;
}

.month-template .slot .descr {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
}

.month-template .slot .hour-slot {
  font-size: 0.6rem;
  text-transform: uppercase;
}

.scroll-day-tasks {
  overflow: auto;
  height: 100%;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-day-tasks::-webkit-scrollbar {
  display: none;
}

#companies-list .card {
  height: auto;
  min-height: initial;
}

.companies-list {
  -moz-columns: 5;
       columns: 5;
  margin: 0 -25px;
}

.companies-list > div {
  padding-bottom: 50px;
  padding-top: 10px;
  overflow: hidden;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.companies-list .company-details,
.companies-list .person-details {
  cursor: pointer;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  background-color: none;
  border-bottom: solid 0px #efefef;
  border-radius: 10px;
  overflow: visible;
  margin-top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}

.companies-list .company-details:after,
.companies-list .person-details:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #efefef;
}

.companies-list a.company-details,
.companies-list a.person-details,
.companies-list .person-details a {
  text-decoration: none;
  color: #80888e;
  display: block;
}

.companies-list a.company-details:hover,
.companies-list .person-details:hover {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.companies-list .company-details .content,
.companies-list .person-details .content {
  padding: 12px 0;
  align-items: stretch;
  text-align: left;
  width: 100%;
}

.companies-list .company-details .content .details,
.companies-list .person-details .content .details {
  padding: 0 15px 0 15px;
}

.companies-list .company-details .content .details .title,
.companies-list .person-details .content .details .title {
  font-size: 1.3em;
  clear: both;
  line-height: 1.5;
  margin-bottom: 0;
  color: #000;
}

.companies-list .company-details .content .details .title p,
.companies-list .person-details .content .details .title p {
  margin-bottom: 0;
}

.companies-list .company-details .content .details .persons,
.companies-list .person-details .content .details .company {
  font-size: 0.8rem;
}

.companies-list .group-letter {
  color: #8d959c;
  padding: 5px 5px 5px 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #cad1d8;
  margin: 0 0 10px 25px;
  border-radius: 10px;
  text-transform: uppercase;
}

.companies-list .company-details .content .details {
  position: relative;
}

.companies-list .company-details .content .details .title,
.companies-list .company-details .content .details .persons,
.companies-list .company-details .content .details .company {
  padding-left: 50px;
}

.companies-list .company-details .content .details .ico {
  position: absolute;
  padding-left: 0;
  left: 22px;
  top: 0;
  width: 15px;
  height: 15px;
  padding: 5px;
  border-radius: 50%;
}

.companies-list .company-details .content .details .ico.person {
  background-color: #e7ebef;
}

.companies-list .company-details .content .details .ico.company {
  background-color: #e7f2fb;
}

.article-section .container .text-wrapper ul:last-child,
.article-section .container .text-wrapper ol:last-child,
.article-section .container .text-wrapper dl:last-child,
.article-section .container .text-wrapper p:last-child {
  margin-bottom: 0;
}

.article-section h2 {
  margin-top: 60px;
}

.article-section:first-child h2:first-child,
.article-section.padding-top h2:first-child,
.article-section.padding-both h2:first-child,
#START .article-section.padding-top h2:first-child,
#START .article-section.padding-both h2:first-child {
  margin-top: 0;
}

.side-tree {
  height: 100%;
}

.article.side {
  padding-right: 350px;
  position: relative;
  padding-top: 80px;
  min-height: 85vh;
}

.article.side .side {
  padding-top: 25px;
}

.subcategories-tree .subcategories-tree-controls > a {
  width: 100%;
}

.konowledge-articles-wrapper > div.first-item-image {
  width: 66.666%;
}

.konowledge-articles-wrapper > div.first-item-content {
  width: 33.333%;
}

.full-tree li {
  list-style: none;
  margin-left: 0;
  margin: 5px 0;
}

.full-tree li > ul {
  padding-left: 0;
  box-sizing: border-box;
  width: 100%;
}

.full-tree li a {
  color: #80888e;
  display: block;
  padding: 10px 15px;
  transition: background 300ms;
  background: none;
  font-size: 0.9rem;
  border-radius: 0;
  border: 0px solid #115498;
}

.full-tree li a.main {
  background: none;
  border: 0;
}

.full-tree li a:hover,
.full-tree li a.urhere {
  text-decoration: none;
  background: rgba(237, 5, 78, 0.07);
  border-right: 3px solid #ed054e;
}

.full-tree li a:hover {
  padding-left: 20px;
}

.bw-tile {
  background-color: #ffffff;
  display: flex;
  position: relative;
  border-radius: 8px;
  margin-bottom: 16px;
  padding-left: 50px;
  transition: all 300ms;
}

.crm-knowledge_listing .bw-tile h3 {
  font-size: 1.1rem;
}

.bw-tile.bw-article {
  background: none;
  border-radius: 0;
  border-bottom: solid 1px #c0c4c7;
  padding: 8px 0 8px 50px;
  margin: 0;
}

.bw-tile .icon-tile {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  height: 24px;
  opacity: 0.4;
}

.bw-tile .icon-tile svg {
  height: 100%;
  width: 100%;
}

a.bw-tile:hover {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

a.bw-tile.bw-article:hover h3 {
  text-decoration: underline;
}

a.bw-tile.bw-article:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.bw-tile .bw-tile-wrapper {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}

.bw-tile h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #666;
}

.bw-tile p {
  color: #80888e;
  margin: 0;
  margin-top: 0.4em;
  font-size: 0.9rem;
}

.bw-tile .controls .button {
  margin: 0;
}

.article-columns.side {
  padding-right: 340px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 30vh;
}

.crm-knowledge_listing .article-columns.side {
  padding-top: 0;
}

.article-columns.side.left {
  padding-right: 0;
  padding-left: 340px;
}

.article-columns.side .side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 320px;
}

.crm-knowledge_listing .article-columns.side .side {
  padding-top: 0;
  background: #fff;
  margin-top: -50px;
  padding: 50px 30px;
  box-sizing: border-box;
  border-top: 1px solid #eaeceb;
}

.article-columns.side.left .side {
  right: auto;
  left: 0;
}

.erp-page-columns {
  margin-top: -45px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.erp-page-side,
.erp-page-content {
  box-sizing: border-box;
}

.erp-page-side {
  width: 580px;
  background: #fff;
  min-height: calc(100vh - 80px - 45px);
  padding: 50px 60px;
  border-right: 1px solid #e5e8ec;
  position: relative;
}

.erp-page-side .controls,
.sum-controls {
  padding-top: 30px;
  margin-top: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #e7eaef;
}

.erp-page-content {
  flex-grow: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: calc(100% - 580px);
}

.users-tasks-project {
  padding-left: 40px;
  position: relative;
}

.users-tasks-project .member {
  position: absolute;
  top: 0;
  left: 0;
}

.users-tasks-project .user_name {
  margin-bottom: 10px;
}

.users-tasks-project.simple .user_name {
  margin-bottom: 4px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.progress-duration-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.progress-duration-wrapper .progress-bar-wrapper {
  max-width: 100%;
}

.progress-duration-wrapper .value,
.progress-duration-wrapper .duration-time {
  min-width: 70px;
}

.progress-duration-wrapper .value.percent {
  min-width: 40px;
}

/* right-sizde */
.erp-page-columns.right-side .erp-page-side {
  width: 410px;
  order: 2;
  border-left: 1px solid #e5e8ec;
  border-right: 0px;
}

.erp-page-columns.right-side .erp-page-content {
  order: 1;
  max-width: calc(100% - 410px);
}

/* erp-page-side.gray */
.erp-page-side.gray {
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
}

.erp-page-side .side-comments-area {
  position: fixed;
  top: 65px;
  right: 30px;
  height: calc(100vh - 85px);
  width: 380px;
  padding-left: 30px;
  z-index: 0;
  box-sizing: border-box;
}

.erp-page-side .side-comments-area .n-comments {
  left: 30px;
}

.erp-page-side .side-comments-area .n-comments .comments-list {
  padding-top: 125px;
}

.project-board-wrapper #board {
  background-color: #f8f9fa;
  padding: 40px 100px 8px 100px;
  margin-left: -100px;
  margin-right: -100px;
}

.project-board-wrapper #board .list-wrapper:last-child {
  margin-right: 0;
  padding-bottom: 0;
}

.project-board-wrapper #board .more-tasks {
  display: none;
}

.knowledge-page .breadcrumps {
  position: relative;
  padding-bottom: 60px;
}

.crm-knowledge_listing h1,
.crm-knowledge_article h1 {
  font-size: 1.4rem;
}

.crm-knowledge_listing h2,
.crm-knowledge_article h2 {
  font-size: 1.4rem;
  padding-bottom: 0;
  color: #333;
  border: 0;
  margin-left: 2px;
}

.crm-knowledge_listing h3,
.crm-knowledge_article h3 {
  font-size: 1.2rem;
}

.crm-knowledge_listing h4,
.crm-knowledge_article h4 {
  font-size: 1.1rem;
}

.crm-knowledge_listing h5,
.crm-knowledge_article h5 {
  font-size: 1rem;
}

.crm-knowledge_listing .erp-page-side,
.crm-knowledge_article .erp-page-side {
  width: 350px;
  min-width: 350px;
  padding: 40px;
}

.crm-knowledge_listing .erp-page-content,
.crm-knowledge_article .erp-page-content {
  flex-grow: 1;
  padding-top: 60px;
  max-width: calc(100vw - 350px);
  padding-bottom: 60px;
}

.erp-page-side .side-tree {
  margin: 0 -40px;
}

.erp-page-side .side-tree .full-tree li a {
  padding-left: 50px;
  color: #0c171d;
}

.erp-page-side .side-tree .full-tree li > ul > li > a {
  padding-left: 65px;
  color: #0c171d;
}

.erp-page-side .side-tree .full-tree li > ul > li > ul > li > a {
  padding-left: 80px;
  color: #83868b;
}

.article-section .controls {
  justify-content: flex-start;
  margin-top: 1em;
}

.input-add-controls {
  padding-top: 30px;
}

blockquote {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #db0f4e;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
  min-height: auto;
}

.project-header-page {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #1abc9c;
}

.project-header-page h3 {
  margin: 0 50px;
  color: white;
}

.project-header-name {
  margin-bottom: 40px;
}

.project-header-name .project-type {
  display: block;
  position: relative;
  font-size: 1.2rem;
  margin-top: -8px;
  color: #80888e;
}

.project-header-name > h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.project-header-name i {
  font-size: 0.8em;
  margin-left: 5px;
  color: #f7c242;
}

.project-header-name .status-label,
.project-header-name .priorytet-label {
  height: 30px;
  padding: 2px 8px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 0.8rem;
}

.project-header-name .priorytet-label[data-priorytet_val="0"] {
  background-color: rgba(128, 136, 142, 0.1);
  color: #80888e;
  border: 1px solid #80888e;
}

.project-header-name .priorytet-label[data-priorytet_val="1"] {
  color: #15e4a4;
  background: #dcfbf1;
  border: 1px solid #15e4a4;
}

.project-header-name .priorytet-label[data-priorytet_val="2"] {
  background: #fef9eb;
  color: #f7c242;
  border: 1px solid #f7c242;
}

.project-header-name .priorytet-label[data-priorytet_val="3"] {
  background: #fde4ec;
  color: #ed064d;
  border: 1px solid #ed064d;
}

.erp-contact-wrapper.editable {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  max-width: 700px;
}

.erp-contact-wrapper.editable > .erp-contact-box {
  max-width: 100%;
  width: 100%;
}

.full-area .erp-contact-wrapper > .erp-contact-box.editable {
  max-width: 100%;
}

.erp-contact-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.erp-contact-box .icon-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.erp-contact-box .icon-wrapper .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e9ed;
  box-sizing: border-box;
}

.erp-contact-box .icon-wrapper .icon.business {
  background-color: #e7f2fb;
}

.erp-contact-box .erp-contact-content {
  flex: 1;
  padding-left: 10px;
  padding-top: 4px;
}

.erp-contact-box .erp-contact-content span {
  display: flex;
}

.erp-contact-box .erp-contact-content span.name,
.erp-contact-box .erp-contact-content a.name {
  color: #041826;
  margin-bottom: 5px;
}

.erp-contact-box .erp-contact-content a.name:hover {
  text-decoration: underline;
}

.erp-contact-box.data-invoice {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.erp-contact-box.data-invoice .erp-contact-content {
  padding-left: 0;
}

.erp-contact-wrapper a.x {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #80888e;
  margin-left: 10px;
}

.erp-contact-box.header-style .icon-wrapper,
.erp-contact-box.header-style .icon-wrapper .icon {
  width: 50px;
  height: 50px;
}

.erp-contact-box.header-style .icon-wrapper .icon {
  padding: 15px;
}

.erp-contact-box.header-style .erp-contact-content {
  padding-top: 15px;
}

.erp-contact-box.header-style .erp-contact-content span.name {
  font-size: 1.3rem;
}

.columns.full-side-columns {
  display: flex;
  align-items: stretch;
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.columns.full-side-columns > div {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.columns.full-side-columns > div:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  bottom: -50px;
  width: 1px;
  background-color: #ddd;
}

.columns.full-side-columns > div:last-child:after {
  display: none;
}

.contacts-sieve-elements-wrapper {
  padding-top: 20px;
}

.contacts-sieve-elements-wrapper > a {
  display: block;
  padding: 5px 10px;
}

.contacts-sieve-elements-wrapper > a:hover {
  background: #eee;
}

.erp-contact-wrapper.add .erp-contact-box .icon-wrapper .icon {
  background: #1e86df;
}

.erp-contact-wrapper.add .erp-contact-box .icon-wrapper .icon i {
  color: #fff;
}

.project-contacts-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.project-contacts-wrapper:last-of-type {
  border-bottom: 0px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.project-contacts-wrapper .input-wrapper {
  max-width: 100%;
}

.erp-contact-related-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

.erp-contact-related-item .erp-contact-box {
  margin-bottom: 15px;
  float: left;
  width: 50%;
  max-width: 460px;
  min-width: 220px;
  box-sizing: border-box;
  padding: 0 10px;
}

.erp-contact-item-wrapper {
  -moz-column-gap: 10px;
       column-gap: 10px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

.erp-contact-item-wrapper > div {
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 0 10px;
}

.erp-contact-item-wrapper > div.erp-contact-phones {
  max-width: 220px;
}

div.erp-contact-phones {
  white-space: nowrap;
}

div.erp-contact-phones > span,
div.erp-contact-emails > span,
.erp-contact-content span.role {
  margin: 4px 0;
  align-items: flex-start;
}

div.erp-contact-phones > span > img,
div.erp-contact-emails > span > img {
  margin-top: 2px;
}

.item-label-time-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.label-combo .item-label-time-wrapper {
  margin-top: -5px;
}

.item-label-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  max-width: 220px;
  padding-right: 10px;
}

.item-label-time .item-label {
  margin: 0 !important;
  height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}

.realization-status-controls-panel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.realization-status-controls-panel .more-btn {
  margin: 0;
}

.set-progrees-btn {
  height: 36px;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7ebef;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  padding: 5px 20px;
  color: #80888e;
  border: 1px solid #e7ebef;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 300ms;
  white-space: nowrap;
  font-weight: 500;
}

.set-progrees-btn:hover {
  text-decoration: none;
}

.realization-status-progress-changer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  height: 36px;
  background: #e7ebef;
  width: 100%;
}

.realization-status-progress-changer .set-progrees-btn {
  flex: 1;
  position: relative;
}

.realization-status-progress-changer .set-progrees-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
  background-image: url("graphics/svg/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  z-index: 1;
}

.set-progrees-btn.active {
  border: 1px solid #2f7ecd;
  color: #2f7ecd;
  background: #fff;
  min-width: 100px;
}

.realization-status-progress-changer .set-progrees-btn.active {
  height: 40px;
}

.realization-status-progress-changer .set-progrees-btn.active + .set-progrees-btn:after {
  display: none;
}

.realization-status-progress-changer .set-progrees-btn:first-child:after,
.realization-status-progress-changer .set-progrees-btn.active:after,
.realization-status-progress-changer .set-progrees-btn.active + .realization-status-progress-changer .set-progrees-btn:after {
  display: none;
}

span.set-progrees-btn {
  width: 140px;
  min-width: 0;
  padding: 0;
  box-sizing: border-box;
  opacity: 1;
  transition-delay: 300ms;
  margin-right: 0;
}

span.set-progrees-btn.hidden {
  display: flex !important;
  width: 0;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  margin-right: -20px;
}

.realization-status-progress-buttons {
  border-bottom: 1px solid #e7ebef;
  margin-bottom: 10px;
}

.realization-status-progress-buttons:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.realization-status-progress-buttons .set-progrees-btn {
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
  padding: 5px 20px;
  cursor: pointer;
}

.button.star-btn,
.button[data-priorytet_val="0"],
.button[data-priorytet_val="1"],
.button[data-priorytet_val="2"],
.button[data-priorytet_val="3"] {
  min-width: 0;
  height: 34px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 0.8rem;
  position: relative;
  overflow: visible;
  background: #fff;
}

.button.star-btn:after,
.button[data-priorytet_val="0"]:after,
.button[data-priorytet_val="1"]:after,
.button[data-priorytet_val="2"]:after,
.button[data-priorytet_val="3"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 300ms;
}

.button.star-btn.active:after,
.button[data-priorytet_val="0"].active:after,
.button[data-priorytet_val="1"].active:after,
.button[data-priorytet_val="2"].active:after,
.button[data-priorytet_val="3"].active:after {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.button[data-priorytet_val="0"] {
  color: #80888e;
  border: 1px solid #80888E;
}

.button[data-priorytet_val="0"].active {
  background: rgba(128, 136, 142, 0.1);
  color: #80888e;
  border: 1px solid #80888e;
}

.button[data-priorytet_val="0"].active:after {
  border-color: #80888e;
}

.button[data-priorytet_val="1"] {
  color: #15e4a4;
  border: 1px solid #15e4a4;
}

.button[data-priorytet_val="1"].active {
  color: #15e4a4;
  background: #dcfbf1;
  border: 1px solid #15e4a4;
}

.button[data-priorytet_val="1"].active:after {
  border-color: #15e4a4;
}

.button[data-priorytet_val="2"] {
  background: #fff;
  color: #f7c242;
  border: 1px solid #f7c242;
}

.button[data-priorytet_val="2"].active {
  background: #fef9eb;
  color: #f7c242;
  border: 1px solid #f7c242;
}

.button[data-priorytet_val="2"].active:after {
  border-color: #f7c242;
}

.button[data-priorytet_val="3"] {
  color: #ed064d;
  border: 1px solid #ed064d;
}

.button[data-priorytet_val="3"].active {
  background: #fde4ec;
  color: #ed064d;
  border: 1px solid #ed064d;
}

.button[data-priorytet_val="3"].active:after {
  border-color: #ed064d;
}

.button.star-btn {
  color: #80888E;
  border: 1px solid #80888E;
}

.button.star-btn.active {
  background: rgba(247, 194, 66, 0.1);
  color: #f7c242;
  border: 1px solid #f7c242;
  font-size: 1.2rem;
}

.button.star-btn.active:after {
  border-color: #f7c242;
}

.button.star-btn i {
  font-size: 1.2rem;
}

.button.star-btn.active i {
  font-size: 1.2rem;
  text-shadow: -1px 0 #80888d, 0 1px #80888d, 1px 0 #80888d, 0 -1px #80888d;
}

#task_history_wrapper .erp-table-wrapper .erp-table-area {
  box-shadow: none;
}

#task_history_wrapper .erp-table-wrapper .erp-table-area tr td {
  background: #f8f9fa;
}

#task_history_wrapper .erp-table-wrapper .erp-table-area table.erp-table tr td {
  white-space: inherit;
}

#task_history_wrapper .erp-table-wrapper .erp-table-area table.erp-table tr td.tasks,
#task_history_wrapper .erp-table-wrapper .erp-table-area table.erp-table tr th.tasks {
  max-width: 250px;
}

#task_history_wrapper .erp-table-wrapper .erp-table-area table.erp-table tr th {
  background: none;
  text-align: left;
}

#tasks_history {
  overflow-y: auto;
  height: calc(100vh - 120px);
}

.tasks_history .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.tasks_history .task-item {
  flex: 1;
}

.tasks_history .task-details-wrapper {
  flex-basis: 550px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  border-bottom: solid 1px #efefef;
  background: #fff;
  border-radius: 2px;
}

.tasks_history .task-details-wrapper > div {
  flex: 1;
  box-sizing: border-box;
}

.tasks_history .task-details-wrapper > div:first-child {
  flex: 0;
  flex-basis: 140px;
}

.tasks_history .task-details-wrapper span {
  display: inline-block;
  min-width: 7em;
}

.tasks_history .task-details-wrapper strong {
  display: inline-block;
}

.tasks_history .list-type {
  height: 20px;
  min-width: 56px;
  max-width: 198px;
  font-size: 13px;
  padding: 2px 6px;
  background-color: white;
  border: 1px solid #b3bac5;
  border-radius: 4px;
}

.tasks_history .list-type.done {
  color: #fff;
  background: #56ce89;
  border-color: #56ce89;
}

.limit-height {
  overflow-y: auto;
  max-height: 400px;
}

.timer-button {
  height: 28px;
  width: 28px;
  float: right;
  margin: 0 4px 0 0;
  cursor: pointer;
  display: block;
  overflow: visible;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border-radius: 25em;
}

.timer-button .timer-initials {
  height: 15px;
  width: 15px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.32;
  transition: all 300ms;
}

.timer-button .timer-initials > img {
  max-height: 100%;
  max-width: 100%;
}

.list-wrapper[data-id_list="1"] .timer-button.pause-button,
.list-wrapper[data-id_list="1"] .timer-button.play-button,
.list-wrapper[data-id_list="2"] .timer-button.pause-button,
.list-wrapper[data-id_list="2"] .timer-button.play-button,
.list-wrapper[data-id_list="4"] .timer-button.pause-button,
.list-wrapper[data-id_list="4"] .timer-button.play-button {
  display: none;
}

.task-item:not(.active) .timer-button.pause-button {
  display: none;
}

.task-item.active .timer-button.play-button {
  display: none;
}

.task-item.active .timer-button.pause-button {
  display: block;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.task-item.active .timer-button.pause-button {
  opacity: 1;
  display: block;
}

.task-item.active .timer-button.pause-button .pause-icon {
  display: none;
}

.task-item.active .timer-button.pause-button .play-icon {
  display: block;
}

.task-item.active .timer-button.pause-button:hover .pause-icon {
  display: block;
}

.task-item.active .timer-button.pause-button:hover .play-icon {
  display: none;
}

.timer-button:hover .timer-initials,
.task-item.active .timer-initials {
  opacity: 1;
}

.item-members .member-active,
.task-item.active .member-me,
.item-members .member-break {
  border: 1px solid #2f7ecd;
  background: #2f7ecd;
  color: white;
}

.item-members .member-break {
  background: #ef0735;
  border: 1px solid #ef0735;
}

#task-timer-wrapper .active-state {
  width: 15px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.task-timer-wrapper {
  position: absolute;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 300px;
  height: auto;
  top: 45px;
  left: -190px;
  overflow: hidden;
  background: white;
  border-radius: 5px;
  z-index: 1;
  font-size: 13px;
  transition: all 300ms;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  color: #666666;
  text-transform: initial;
  display: none;
}

.task-timer-wrapper.show {
  display: flex;
  flex-direction: column;
}

.task-timer-wrapper .task-timer-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}

.task-timer-buttons a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  min-height: 40px;
  padding: 5px 15px 5px 45px;
  color: #666;
}

.task-timer-buttons a:last-of-type {
  border-bottom: none;
}

.task-timer-buttons a:hover {
  background: #dfe1e6;
}

.task-timer-buttons a > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  width: 20px;
  opacity: 0.7;
}

.task-timer-buttons a span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel .panel-controls .task-timer-wrapper .button {
  background: #2f7ecd;
  color: #ffffff;
}

.panel .panel-controls .task-timer-wrapper .button:hover {
  background: rgb(27.9761904762, 75, 122.0238095238);
}

.task-timer-wrapper .play-button {
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: inline-flex;
  height: 60px;
  width: 46px;
  background: transparent;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.task-timer-wrapper .play-button img {
  height: 15px;
}

.task-timer-wrapper .task-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
  margin-left: 15px;
  margin-right: 10px;
}

.task-timer-wrapper .action-button {
  display: flex;
}

.task-timer-wrapper .action-button .play-button.urchere img {
  opacity: 0.5;
}

.task-timer-wrapper .action-button .play-button.urchere:hover {
  cursor: pointer;
  background: #dfe1e6;
}

.task-timer-wrapper .action-button .play-button.urchere:hover img {
  opacity: 1;
}

.active-state img.active {
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

body.megadropdown-show #CANVAS {
  overflow: hidden;
}

body.megadropdown-show #TOP {
  border-bottom: 1px solid #3a444b;
}

body.megadropdown-show #TOP.sticked {
  height: 45px !important;
}

#logo,
body.megadropdown-show #logo {
  top: 4px !important;
}

.megadropdown {
  top: -100%;
}

.megadropdown.show-me {
  top: 45px;
}

.megadropdown .megadropdown-content {
  background: #041826;
}

.megadropdown .hide-button {
  bottom: -10px;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  padding: 0;
  left: 50%;
  margin-left: -19px;
  cursor: pointer;
}

.megadropdown .hide-button .ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.blure-content {
  transition: all 500ms;
}

body.megadropdown-show .blure-content {
  filter: blur(5px);
}

.erp-dropdown-wrapper {
  width: 100%;
  overflow: hidden;
  margin-left: -50px;
  margin-right: -50px;
  padding-top: 50px;
}

.erp-dropdown-wrapper .erp-dropdown-col {
  padding: 0 50px 50px 50px;
  float: left;
  width: 16.666%;
  box-sizing: border-box;
}

.erp-dropdown-col h3 {
  margin-top: 0;
  color: #fff;
  font-size: 1.1rem;
}

.erp-dropdown-col ul li {
  list-style: none;
  margin: 0;
}

.erp-dropdown-col ul li a {
  display: block;
  padding: 5px 0;
  color: #707070;
  border-bottom: 1px solid #3a444b;
  transition: all 300ms;
  position: relative;
  white-space: nowrap;
  font-size: 0.9rem;
}

.erp-dropdown-col ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #ed064d;
  transition: all 300ms;
}

.erp-dropdown-col ul li a:hover {
  padding-left: 12px;
  text-decoration: none;
}

.erp-dropdown-col ul li a:hover:after {
  width: 3px;
}

.erp-dropdown-col ul li a.disabled {
  opacity: 0.35;
  cursor: default;
}

.erp-dropdown-col ul li a.disabled:hover {
  padding-left: 0;
}

.erp-dropdown-col ul li a.disabled:after {
  display: none;
}

.loader-1,
.loader-1 * {
  box-sizing: border-box;
}

.loader-1 *,
.loader-1 ::after,
.loader-1 ::before {
  box-sizing: border-box;
}

.loader-1 {
  position: absolute;
  top: -8px;
  left: -11px;
  height: 32px;
  width: 32px;
  animation: loader-1-1 4.8s linear infinite;
}
@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  animation: loader-1-2 1.2s linear infinite;
}
@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
.loader-1 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  border: 3px solid #398ee5;
  border-radius: 50%;
  animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.loader-1.break span::after {
  border: 3px solid #ef0735;
}
@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg);
  }
  50% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(140deg);
  }
}
.project-page-column {
  overflow: visible;
  position: relative;
}

.project-page-column > div {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}

.project-page-column .project-page-col-1 {
  width: 70%;
}

.project-page-column .project-page-col-2 {
  width: 34%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 0;
  padding-left: 20px;
}

.project-page-comments-col {
  border-left: #e0e0e0 1px solid;
  box-sizing: border-box;
  width: 30%;
  position: fixed;
  right: 20px;
  top: 40px;
  bottom: 0;
  padding-right: 0;
  padding-left: 20px;
  background-color: white;
}

.project-page-comments-col .project-page-section {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 20px;
  left: 20px;
}

.project-page-comments-col .comments-list > div:first-child {
  margin-top: 10px;
}

.project-page-column .line {
  display: none;
  width: 1px;
  height: 100vh;
  padding: 0;
  background: #efefef;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34%;
  box-sizing: border-box;
}

.project-tasks-history {
  background: #efefef;
  margin: 0 -40px 0 -50px;
  padding: 20px 50px 20px 50px;
  overflow: visible;
  position: relative;
}

.project-tasks-history .button.task-project {
  position: absolute;
  right: 50px;
  top: 38px;
  margin: 0;
}

.task-time-stats.columns {
  margin: 0px;
}

.task-time-stats.columns > div {
  padding: 20px 20px 20px 0;
}

.tasks-group-date {
  padding-top: 15px;
  font-size: 14px;
  opacity: 0.7;
}

.project-tasks-history .active_tasks .tasks-group-date {
  display: none;
}

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

table tr th.header {
  padding: 10px 15px;
}

table tr td,
table tr th,
table tr th.header {
  padding: 6px 15px;
}

table tr:nth-child(2n+1) td {
  background: #fff;
}

table tr td {
  text-align: left;
}

table tr td a {
  white-space: nowrap;
}

table tr td.center {
  text-align: center;
}

table tr td.right {
  text-align: right;
}

table tr th.header {
  cursor: pointer;
  padding-right: 30px;
  padding-left: 30px;
}

table tr th.checkbox {
  padding: 0;
}

table tr th.headerSortDown,
table tr th.headerSortUp {
  position: relative;
}

table tr th.headerSortDown:after,
table tr th.headerSortUp:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  filter: invert(40%);
  background-image: url("graphics/btn-arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

table tr th.headerSortUp:after {
  background-image: url("graphics/btn-arrow-up.png");
}

table tr td input[type=checkbox] + label,
table tr td input[type=checkbox] + label::before {
  margin: 0;
}

table tr td.checkbox {
  width: 24px;
  padding: 6px;
}

table tr.strong td {
  font-weight: bold;
}

table.stats {
  border: none;
}

table.stats td {
  padding: 0 15px 0 0;
  vertical-align: top;
  text-align: left;
  border: none;
  background: transparent !important;
}

table.stats td:last-child {
  padding: 0;
  text-align: right;
}

.erp-table-wrapper {
  overflow-x: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.erp-table-wrapper > div:first-child {
  margin: 30px 15px 0px 15px;
}

.erp-table-wrapper .erp-table-area {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

table.erp-table {
  border-top: 0;
  border-left: 0;
  overflow: visible;
}

table.erp-table tfoot tr td {
  border-top: 2px solid #e7ebef;
}

table.erp-table tr td,
table tr td {
  padding: 15px;
}

table.erp-table tr th,
table tr th {
  border-top: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 0;
  background: #e7ebef;
  color: #80888e;
  white-space: nowrap;
}

table.erp-table tr th,
table.erp-table tr td,
table tr th,
table tr td {
  font-size: 14px;
  line-height: 1.2;
  transition: all 300ms;
}

table.erp-table tr td {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 0;
  border-bottom: 2px solid #e7ebef;
}

table.erp-table tr td .icon {
  display: block;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

table.erp-table tr td.btn-cell,
table.erp-table tr th.btn-cell {
  padding: 0;
}

table.erp-table tr th.btn-cell,
table.erp-table tr td.btn-cell {
  width: 40px;
}

table.erp-table tr td.btn-cell .button.icon-only {
  margin: 0;
  border-radius: 0;
  background: none;
  padding: 6px;
}

table.erp-table tr th.btn-cell .input-wrapper,
table.erp-table tr td.btn-cell .input-wrapper {
  padding: 0;
  text-align: center;
}

table.erp-table tr th.btn-cell .input-wrapper *,
table.erp-table tr td.btn-cell .input-wrapper * {
  margin: 0;
  text-align: center;
}

table.erp-table tr th.btn-cell .input-wrapper input[type=checkbox] + label,
table.erp-table tr td.btn-cell .input-wrapper input[type=checkbox] + label {
  width: 24px;
  margin: 0 auto;
}

table.erp-table tr td.name,
table.erp-table tr td.number {
  max-width: 180px;
  width: 180px;
  white-space: inherit;
}

table.erp-table tr td.name span,
table.erp-table tr td.name > a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

table.erp-table tr td.name span.progress {
  overflow: visible;
}

table.erp-table tr:last-child td {
  border-bottom: 0;
}

table.erp-table tr.tr-summary td {
  font-weight: 500;
  color: #333;
  padding-top: 12px;
  padding-bottom: 12px;
}

table.erp-table tr.tr-summary .sum-nameChecked {
  display: none;
}
table.erp-table tr.tr-summary .sum-nameAll {
  display: block;
}

table.erp-table tr.tr-summary.sum-highlighted td {
  color: #0079bf;
}
table.erp-table tr.tr-summary.sum-highlighted td .sum-nameAll {
  display: none;
}
table.erp-table tr.tr-summary.sum-highlighted td .sum-nameChecked {
  display: block;
}

table.erp-table tr td a,
table tr td a {
  color: #80888e;
}

table tr td input {
  height: 30px;
  padding: 4px 10px;
  font-size: 14px;
  margin: -5px 0;
}

.raport-table {
  margin-bottom: 30px;
}

table.key-val-table {
  border: 0;
  width: auto;
  margin-bottom: 1em;
}

table.key-val-table tr td {
  text-align: left;
  padding-left: 0;
  border: 0;
  background: none;
}

table.key-val-table td.key {
  font-size: 1rem;
  color: #8c8c7e;
  width: 200px;
}

table.key-val-table td.val {
  font-size: 1rem;
  border: 0;
}

table.key-val-table tr td.right {
  text-align: right;
}

.empty-table-info {
  padding: 20px;
  text-align: center;
  margin: 40px 0;
  border: 1px solid #ddd;
}

.empty-table-info * {
  margin: 0;
}

.erp-table-accordion-content table.key-val-table {
  border: 0;
  width: auto;
}

.erp-table-accordion-content table.key-val-table tr td {
  text-align: left;
  padding-left: 0;
  border: 0;
}

.erp-table-accordion-content table.key-val-table td.key {
  font-size: 12px;
  color: #8c8c7e;
}

.erp-table-accordion-content table.key-val-table td.val {
  font-size: 14px;
  border: 0;
}

.label-combo > div.finance-doc-list,
.finance-doc-list {
  width: 100%;
}

.finance-doc-list > div {
  margin-bottom: 1em;
}

.doc-settle-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.doc-settle-wrapper .button {
  margin: 0;
}

.settle-addon {
  display: block;
  font-size: 0.8rem;
  opacity: 0.8;
}

table.erp-table tr:hover td {
  background: #f5f5f5;
}

table.erp-table .ico-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 100px;
  width: 100%;
}

table.erp-table .ico-text .txt {
  display: block;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ico-text.state-queued {
  color: #cad1d8;
}

.ico-text.state-issued {
  color: #ffd500;
}

.ico-text.state-overdue,
.label-combo.overdue input {
  color: #ed064d;
}

.ico-text.state-payed {
  color: #15e4a4;
}

.item-with-addons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}

.item-with-addons > img {
  width: 20px;
}

.item-with-addons > img.rel {
  margin-top: -8px;
  margin-left: 2px;
}

table.erp-table .red-alert,
table.erp-table .yellow-alert {
  background-color: transparent;
  background-image: url("graphics/svg/alert-red.svg");
  background-size: 90%;
  background-position: center;
  border: none;
  width: 28px;
  min-width: 20px;
  height: 28px;
  min-height: 28px;
  padding: 0;
  margin-top: -6px;
  margin-bottom: -6px;
}

table.erp-table .yellow-alert {
  background-image: url("graphics/svg/alert-yellow.svg");
}

.erp-table-accordion-row-wrapper.state-queued {
  border-color: #cad1d8;
  color: inherit;
}

.erp-table-accordion-row-wrapper.state-issued {
  border-color: #ffd500;
  color: inherit;
}

.erp-table-accordion-row-wrapper.state-overdue {
  border-color: #ed064d;
  color: inherit;
}

.erp-table-accordion-row-wrapper.state-payed {
  border-color: #15e4a4;
  color: inherit;
}

.erp-table-accordion-row-wrapper.state-canceled {
  color: inherit;
}

.charts > div {
  padding-bottom: 10px;
}

.chart {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-start;
  max-width: 700px;
  height: 40px;
}

.chart .title {
  opacity: 0.8;
  flex: 1;
  font-size: 15px;
  text-transform: none;
  max-width: 220px;
  color: #8c8c7e;
}

.chart .number {
  color: rgb(47, 126, 205);
  width: 40px;
  text-align: left;
}

.progress-bar-wrapper {
  flex: 1;
  display: block;
  background: #e7eaef;
  overflow: hidden;
  border-radius: 5px;
  max-width: 460px;
}

.progress-bar-wrapper .progress {
  background-color: rgb(47, 126, 205);
  height: 10px;
  margin: 1px;
  box-sizing: border-box;
  border-radius: 5px;
}

.in-text-emoji {
  line-height: 1;
  position: relative;
  top: -2px;
}

.task-window .image-wrapper {
  max-height: 80px;
}

.task-window .image img {
  height: 80px;
}

.start-date {
  font-size: 0.8rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.start-date > label {
  font-size: 0.8rem;
  color: #2087e1;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.start-date > .date {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1;
}

.histogram-wrapper {
  width: 100%;
  overflow-x: auto;
}

.histogram-wrapper .histogram-items-area {
  width: auto;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: visible;
  margin-bottom: 40px;
  margin-top: 8px;
  -moz-column-gap: 1px;
       column-gap: 1px;
  padding-right: 20px;
  position: relative;
  box-sizing: border-box;
}

.histogram-wrapper .histogram-items-area:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #ccc;
}

.histogram-wrapper .histogram-items-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #ccc;
  border-width: 6px 0 6px 12px;
  transform: translate(50%, 50%);
}

.histogram-wrapper .histogram-items-area .histogram-pik-wrapper {
  width: 8px;
  height: 100%;
  min-width: 8px;
  display: block;
  position: relative;
  overflow: visible;
  border-radius: 4px;
  padding: 0 3.5px 8px 3.5px;
}

.histogram-wrapper .histogram-items-area a.histogram-pik-wrapper {
  transition: all 300ms;
}

.histogram-wrapper .histogram-items-area .histogram-pik-wrapper .histogram-pik-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
}

.histogram-wrapper .histogram-items-area .histogram-pik-wrapper .histogram-pik-height {
  position: absolute;
  left: 3.5px;
  right: 3.5px;
  bottom: 8px;
  background-color: #2087e1;
  border-radius: 4px;
}

.histogram-wrapper .histogram-items-area .histogram-pik-wrapper .histogram-pik-height.empty-day {
  height: 3px !important;
  background-color: #e7ebef;
}

.histogram-wrapper .histogram-items-area a.histogram-pik-wrapper.weekend {
  background-color: #f8f9fa;
  border-radius: 0;
}

.histogram-wrapper .histogram-items-area a.histogram-pik-wrapper:hover .histogram-pik-height {
  background: #52a4ec;
}

.histogram-wrapper .histogram-items-area .histogram-pik-wrapper .histogram-pik-height.height-overflow:after,
.histogram-wrapper .histogram-items-area .histogram-pik-wrapper .histogram-pik-height.height-overflow:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -5px;
  right: -5px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-35deg);
}

.histogram-wrapper .histogram-items-area .histogram-pik-wrapper .histogram-pik-height.height-overflow:before {
  top: 14px;
  display: none;
}

.week-date-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -22px;
  width: 8px;
}

.week-date-wrapper .week-date {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  font-size: 0.8rem;
  color: #80888e;
  display: block;
  padding-left: 16px;
}

.week-date-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 0;
  border-left: 1px solid #ccc;
}

.history-timeline-wrapper {
  padding-top: 90px;
}

.history-timeline-wrapper .stats-labels {
  padding-bottom: 15px;
}

.history-timeline-wrapper .stats-labels > .val {
  font-weight: bold;
}

.history-timeline-item-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.history-timeline-item-wrapper .date-area {
  width: 200px;
  min-width: 200px;
  z-index: 1;
  margin-top: -12px;
}

.history-timeline-item-wrapper .date-area > span {
  display: block;
  position: relative;
}

.history-timeline-item-wrapper .date-area > span.date_item {
  text-transform: capitalize;
}

.history-timeline-item-wrapper .date-area > span.day_name {
  font-size: 0.8rem;
}

.history-timeline-item-wrapper .date-area > span.date_item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #80888e;
  border-radius: 50%;
  transform: translate(50%, -50%);
  box-sizing: border-box;
  background-color: #fff;
}

.alt-bg .history-timeline-item-wrapper .date-area > span.date_item:after {
  background-color: #f8f9fa;
}

.history-timeline-item-wrapper .timeline-content-wrapper {
  flex: 1;
  padding-left: 40px;
  position: relative;
}

.history-timeline-item-wrapper .timeline-content-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #80888e;
}

.history-timeline-wrapper .history-timeline .history-timeline-item-wrapper:first-child .timeline-content-wrapper:after {
  top: -30px;
}

.history-timeline-wrapper .history-timeline .history-timeline-item-wrapper:first-child .timeline-content-wrapper:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #80888e transparent;
  border-width: 0 6px 12px 6px;
  transform: translate(-50%, -50%);
}

.history-timeline-item-wrapper .timeline-content-wrapper > .content {
  position: relative;
  padding: 15px 0 40px 0;
}

.history-timeline-item-wrapper .timeline-content-wrapper > .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #80888e;
}

.timeline-content-wrapper .tasks-history-list {
  overflow: hidden;
  padding: 0;
}

.timeline-content-wrapper .tasks-history-list .task-stats {
  font-size: 0.8rem;
  margin-left: 3px;
}

.timeline-content-wrapper .tasks-history-list .task-item .item-content {
  overflow: hidden;
}

.change-status-history {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.change-status-history > label {
  margin: 0 20px 0 0;
  position: relative;
  padding-right: 20px;
}

.change-status-history > label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 30px;
  width: 1px;
  background: #ccc;
  margin-top: -15px;
}

.change-status-history > span {
  display: block;
  margin-right: 10px;
}

.change-status-history > span.status-name {
  font-weight: bold;
}

.change-status-history > span img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0;
}

a.photo-card {
  display: block;
  text-decoration: none;
  color: #80888e;
}

.photo-card .image-wrapper {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #f5f7f8;
  margin-bottom: 10px;
}

.photo-card .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1s;
}

.photo-card .image-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-card .task-name {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
}

a.photo-card:hover .image-wrapper .image {
  transform: scale(1.05);
}

.photo-card .users-tasks-project.simple,
.erp-table-area .users-tasks-project.simple {
  font-size: 0.8rem;
  padding-left: 34px;
}

.photo-card .users-tasks-project.simple .member,
.erp-table-area .users-tasks-project.simple .member {
  font-size: 0.6rem;
  margin: 0;
  height: 28px;
  width: 28px;
}

.photo-card .users-tasks-project.simple .member .member-initials,
.erp-table-area .users-tasks-project.simple .member .member-initials {
  font-size: 0.7rem;
}

.photo-card .users-tasks-project.simple .user_name,
.erp-table-area .users-tasks-project.simple .user_name {
  margin: 0;
  min-height: 28px;
}

.columns.x2.users-tasks-project-wrapper > div {
  max-width: 460px;
}

.columns.x2 > div h2:first-child {
  padding-top: 0;
}

.article-section.alt-bg {
  background: #f8f9fa;
  overflow: hidden;
}

.autocomplete-container {
  box-sizing: border-box;
  position: relative;
}

.autocomplete-container > ul {
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  max-height: 350px;
}

.autocomplete-container .ui-menu .ui-menu-item-wrapper {
  text-align: left;
  padding: 4px 15px;
}

.ui-autocomplete-input.ui-autocomplete-loading {
  background-image: url("icons/loading3.gif");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.small-txt-alert {
  font-size: 0.9rem;
  display: block;
  margin-bottom: 1em;
  color: #8c8c7e;
}

.red-alert,
.yellow-alert,
.green-alert {
  margin: 0.5em 0;
  min-height: 20px;
  padding: 10px 10px 10px 55px;
  border-color: currentcolor;
  border: solid 1px;
  display: block;
  border-radius: 8px;
  font-size: 0.85rem;
  background-color: transparent;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 35px;
}

.red-alert {
  background-image: url(icons/alert-red.svg);
  border-color: #ed054e;
  color: #ed054e;
  background-color: rgba(237, 5, 78, 0.05);
}

.yellow-alert {
  background-image: url(icons/alert-yellow.svg);
  border-color: #dbbb12;
  color: #dbbb12;
  background-color: rgba(219, 187, 18, 0.05);
}

.green-alert {
  background-image: url(icons/alert-green.svg);
  border-color: #0cce92;
  color: #0cce92;
  background-color: rgba(12, 206, 146, 0.05);
}

.clear_data_btn {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translate(0, 50%);
  width: 15px;
  height: 15px;
  padding: 10px;
  opacity: 0.8;
}

.clear_data_btn:hover {
  cursor: pointer;
  opacity: 1;
}

.dropzone-box {
  position: relative;
  border: 2px dashed #ccc !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.dropzone-box.dragover {
  border-color: #00aaff;
}

.dropzone-hover-info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 170, 255, 0.2);
  color: #0077aa;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding-top: 20%;
  pointer-events: none;
  z-index: 9999;
}

.dropzone-box.dragover .dropzone-hover-info {
  display: block;
}

.pagination {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  background-color: white;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 0;
  padding: 20px 10px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 0 0 10px 10px;
}
.pagination .pagination-arrow {
  border: 1px solid rgba(42, 42, 42, 0.2);
  margin-right: 10px;
}
.pagination .pagination-arrow.disabled {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pagination .pagination-arrow.disabled:hover,
.pagination .pagination_prev.disabled:hover,
.pagination .pagination_next.disabled:hover {
  cursor: not-allowed;
}
.pagination .pagination-arrow.left {
  margin-left: 10px;
  margin-right: 0;
  transform: rotate(180deg);
}
.pagination .pagination-arrow img {
  width: auto;
  height: 30px;
}
.pagination li {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
}
.pagination li a,
.pagination li span {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #4d5155;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a:hover {
  background: #f5f5f5;
}
.pagination .pagination-page.active {
  color: #2a2a2a;
  background: #f5f5f5;
  padding: 5px 15px;
}
.pagination .pagination-arrow a.disabled {
  background-image: none;
  background: white;
}

table.erp-table tr td {
  border-bottom: 1px solid #e7ebef;
  border-top: 1px solid #e7ebef;
}

table.erp-table tr:last-child td {
  border-bottom: 1px solid #e7ebef;
}

.table-wrapper td.editable:hover {
  cursor: pointer;
  color: #115498;
  background-color: white;
  border-color: #115498;
  box-shadow: inset 1px 0 0 #115498, inset -1px 0 0 #115498;
  border-radius: 3px;
  box-sizing: border-box;
}

td.currency {
  text-align: right;
}

td.project-status {
  position: relative;
}
td.project-status .fa-star {
  font-size: 12px;
}
td.project-status .progress-bar-wrapper {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px;
  background: #e7ebef;
}

td.project-status.prio-0 .progress-bar-wrapper {
  display: none;
}

td.project-status.prio-1 i {
  color: #56ce89;
}
td.project-status.prio-1 .progress-bar-wrapper {
  background-color: #eafaf1;
}
td.project-status.prio-1 .progress-bar-wrapper .progress-bar {
  height: 100%;
  position: absolute;
  background-color: #56ce89;
}

td.project-status.prio-2 i {
  color: #ffef6b;
}
td.project-status.prio-2 .progress-bar-wrapper {
  background-color: #fffce5;
}
td.project-status.prio-2 .progress-bar-wrapper .progress-bar {
  height: 100%;
  position: absolute;
  background-color: #ffef6b;
}

td.project-status.prio-3 i {
  color: #e94949;
}
td.project-status.prio-3 .progress-bar-wrapper {
  background-color: #ffe5e5;
}
td.project-status.prio-3 .progress-bar-wrapper .progress-bar {
  height: 100%;
  position: absolute;
  background-color: #e94949;
}

td.time {
  text-align: right;
}

.skeleton-row {
  display: none;
}

.skeleton-line {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eeeeee 25%, #e0e0e0 50%, #eeeeee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.skeleton-text {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.skeleton-loading tbody tr.skeleton-row {
  display: table-row;
}

.skeleton-loading tbody tr:not(.skeleton-row) {
  display: none;
}

.skeleton-loading {
  border-radius: 4px;
  margin-bottom: 10px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.table_row.skeleton-loading {
  position: relative;
  overflow: hidden;
  opacity: 0.5;
}

.table_row.skeleton-loading::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #15e4a4 0%, #e0f2fe 40%, #15e4a4 80%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite linear;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
}

.filters-wrapper {
  /* Circle knob */
  /* Checked state */
}
.filters-wrapper label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5em;
  width: auto;
  min-width: auto;
}
.filters-wrapper input {
  margin-bottom: 1em !important;
  height: 36px;
  box-sizing: border-box;
  max-width: 20rem;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.filters-wrapper .input-wrapper {
  padding-bottom: 0;
  margin-bottom: 1em !important;
}
.filters-wrapper .input-search input {
  position: relative;
  background: url(graphics/svg/search.svg) no-repeat left center;
  background-size: 36px 28px;
  padding-left: 35px;
  margin-bottom: 1em !important;
}
.filters-wrapper .input-search::before {
  display: none;
}
.filters-wrapper .input-wrapper input[type=checkbox] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 0.5em;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1;
  background-image: url("graphics/checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 14px;
}
.filters-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 6px 12px;
  padding-right: 35px;
  border: 1px solid #ccc;
}
.filters-wrapper .select2-container--default .select2-selection--single,
.filters-wrapper .select2-container .select2-selection--single .select2-selection__rendered:after {
  height: 36px;
}
.filters-wrapper .select2.select2-container {
  max-width: 20rem;
}
.filters-wrapper .select2-container .select2-selection--single .select2-selection__rendered:after {
  width: 28px;
}
.filters-wrapper .datepicker-wrapper.short,
.filters-wrapper .input-wrapper.short {
  max-width: 20rem;
  display: flex;
  gap: 1em;
}
.filters-wrapper .switch-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 1em !important;
  width: auto !important;
}
.filters-wrapper .switch-input {
  position: relative;
  width: 2.5em !important;
  height: 1.4em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ccc;
  border-radius: 1em;
  outline: none;
  cursor: pointer;
  transition: background 0.25s ease;
  margin: 0 !important;
  padding: 9px 15px;
}
.filters-wrapper .switch-input::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.filters-wrapper .switch-input:checked {
  background: #115498;
}
.filters-wrapper .switch-input:checked::before {
  transform: translateX(1.1em);
}

.projects_statistics_page #PAGE-TOP {
  margin-bottom: 0;
}
.projects_statistics_page .article {
  background-color: #f8f9fb;
  padding-top: 30px;
}
.projects_statistics_page .filters-wrapper {
  padding: 30px;
  margin: 0;
  border-radius: 10px;
  background-color: white;
}
.projects_statistics_page .filters-wrapper > div {
  padding-bottom: 0;
}
.projects_statistics_page .filters-wrapper > div:after {
  bottom: 0;
}
.projects_statistics_page .filters-wrapper > div:first-child {
  padding-left: 0;
}
.projects_statistics_page .filters-wrapper > div:last-child {
  padding-right: 0;
}

.calendar-content.loading .week-view {
  animation: pulse 1.5s ease-in-out infinite;
}
.calendar-content.loading .week-view .month-name, .calendar-content.loading .week-view .res-day-name > div, .calendar-content.loading .week-view .item-content {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
  border-radius: 4px;
}
.calendar-content.loading .week-view .month-name .week-number, .calendar-content.loading .week-view .month-name .day-name, .calendar-content.loading .week-view .month-name span, .calendar-content.loading .week-view .month-name .cal-item, .calendar-content.loading .week-view .month-name .item-date, .calendar-content.loading .week-view .month-name .item-description, .calendar-content.loading .week-view .res-day-name > div .week-number, .calendar-content.loading .week-view .res-day-name > div .day-name, .calendar-content.loading .week-view .res-day-name > div span, .calendar-content.loading .week-view .res-day-name > div .cal-item, .calendar-content.loading .week-view .res-day-name > div .item-date, .calendar-content.loading .week-view .res-day-name > div .item-description, .calendar-content.loading .week-view .item-content .week-number, .calendar-content.loading .week-view .item-content .day-name, .calendar-content.loading .week-view .item-content span, .calendar-content.loading .week-view .item-content .cal-item, .calendar-content.loading .week-view .item-content .item-date, .calendar-content.loading .week-view .item-content .item-description {
  opacity: 0;
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

.calendar-content.loading .month-view {
  animation: pulse 1.5s ease-in-out infinite;
}
.calendar-content.loading .month-view .month-name, .calendar-content.loading .month-view .res-day-name > div, .calendar-content.loading .month-view .item-content, .calendar-content.loading .month-view .day .day-name {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
  border-radius: 4px;
}
.calendar-content.loading .month-view .month-name .week-number, .calendar-content.loading .month-view .month-name .day-name, .calendar-content.loading .month-view .month-name span, .calendar-content.loading .month-view .month-name .cal-item, .calendar-content.loading .month-view .month-name .item-date, .calendar-content.loading .month-view .month-name .item-description, .calendar-content.loading .month-view .res-day-name > div .week-number, .calendar-content.loading .month-view .res-day-name > div .day-name, .calendar-content.loading .month-view .res-day-name > div span, .calendar-content.loading .month-view .res-day-name > div .cal-item, .calendar-content.loading .month-view .res-day-name > div .item-date, .calendar-content.loading .month-view .res-day-name > div .item-description, .calendar-content.loading .month-view .item-content .week-number, .calendar-content.loading .month-view .item-content .day-name, .calendar-content.loading .month-view .item-content span, .calendar-content.loading .month-view .item-content .cal-item, .calendar-content.loading .month-view .item-content .item-date, .calendar-content.loading .month-view .item-content .item-description, .calendar-content.loading .month-view .day .day-name .week-number, .calendar-content.loading .month-view .day .day-name .day-name, .calendar-content.loading .month-view .day .day-name span, .calendar-content.loading .month-view .day .day-name .cal-item, .calendar-content.loading .month-view .day .day-name .item-date, .calendar-content.loading .month-view .day .day-name .item-description {
  opacity: 0;
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}/*# sourceMappingURL=theme.css.map */