@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800;900&display=swap");
html,
body {
  height: 100%;
  font: normal 300 16px "Montserrat", sans-serif;
  color: #000;
}

body {
  margin: 0;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

/* ------ */
b, strong {
  font-weight: 800;
}

p {
  margin-bottom: 1.75rem;
  line-height: 1.5;
}

p:last-of-type {
  margin-bottom: 0;
}

/* ------ */
a, a:hover, a:focus,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
  outline: 0;
}

a {
  text-decoration: none;
  color: #008e49;
  outline: none;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #01aa58;
  outline: none;
}

[href^=mailto] {
  display: block;
  max-width: 195px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 360px) {
  [href^=mailto] {
    max-width: 240px;
  }
}
@media screen and (min-width: 375px) {
  [href^=mailto] {
    max-width: 100%;
  }
}
@media screen and (min-width: 600px) {
  [href^=mailto] {
    max-width: none;
    padding-right: 10px;
    word-break: break-word;
  }
}
@media screen and (min-width: 768px) {
  [href^=mailto] {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  [href^=mailto] {
    padding-right: 10px;
  }
}

/* ------ */
/* HEADINGS */
h1, .h1,
h2, .h2,
h3, .h3 {
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
}

.section-title {
  border-bottom: 2px solid #008e49;
  margin-bottom: 15px;
  padding-bottom: 17px;
}

/* ------ */
/* BOOTSTRAP GRID */
[class*=container] {
  position: relative;
}

.container {
  padding: 0 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.g-0 {
  margin: 0;
}
.row.g-0 > * {
  padding: 0;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (min-width: 1366px) {
  .container {
    max-width: 1200px;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}
/* ------ */
/* FORM ELEMENTS */
::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

a, input[type=submit] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-label {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #008e49;
}

.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #ced3d3;
  border-radius: 3px;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
}

.form-control,
.form-control + .select2 {
  margin-bottom: 19px;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3csvg fill='%23008e49' xmlns='http://www.w3.org/2000/svg' width='22.1' height='14.9' viewBox='0 0 22.1 14.9'%3e%3cpath d='M22.1 0H0l10.6 14.9L22.1 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  background-size: 11px 7px;
}

.select2 {
  width: 100% !important;
}

.select2-selection {
  border: 2px solid #ced3d3 !important;
  border-radius: 3px !important;
  background-image: url("data:image/svg+xml,%3csvg fill='%23008e49' xmlns='http://www.w3.org/2000/svg' width='22.1' height='14.9' viewBox='0 0 22.1 14.9'%3e%3cpath d='M22.1 0H0l10.6 14.9L22.1 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  background-size: 11px 7px;
  min-height: 36px !important;
}
.select2-selection .select2-selection__arrow {
  display: none;
}

.range {
  -webkit-appearance: none;
  border-radius: 15px;
  background: #FFF;
  width: 100%;
  height: 21px;
  display: block;
  margin: 7px 0 13px;
  outline: none;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  background: #008e49;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.range::-moz-range-thumb {
  border-radius: 50%;
  background: #008e49;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  padding: 0.375rem 1.5rem;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  font-weight: 800;
  font-size: 13px;
  color: #000;
}
.btn + .btn {
  margin-left: 10px;
}
td .btn {
  margin-bottom: 10px;
}
td .btn:not(:last-child) {
  margin-right: 10px;
}
td .btn + .btn {
  margin-left: 0;
}
.btn small {
  display: block;
  margin-top: -5px;
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
}
.btn:hover {
  background: rgba(0, 0, 0, 0.45);
  color: inherit;
  outline: none;
}

.btn-default {
  background: #008e49;
  color: #FFF !important;
}
.btn-default:hover {
  background: #00723b;
}
.btn-default:active, .btn-default:not(:disabled):not(.disabled):active {
  background: #005b2f;
}

.btn-secondary {
  background: #FFF;
  color: #000 !important;
}
.btn-secondary:hover {
  background: #f1f1f1;
}
.btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active {
  background: #e6e6e6;
}

.btn-gray {
  background: #edefef;
  text-transform: none;
  color: #008e49;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray.active {
  background: #008e49;
  color: #FFF;
}

.btn-danger {
  color: #FFF;
}
.btn-danger:hover, .btn-danger:focus {
  background: #d32535;
  color: #FFF;
}
.btn-danger:active, .btn-danger:not(:disabled):not(.disabled):active {
  background: #a71d2a;
}

/* custom checkbox */
.ccheck {
  display: inline-block;
  position: relative;
  padding-top: 3px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide default checkbox */
  /* Show when checked */
  /* checkmark */
  /* Create a custom checkbox */
}
.ccheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ccheck:hover input ~ .checkmark:after {
  border-color: #01aa58;
  opacity: 1;
}
.ccheck input:checked ~ .checkmark:after {
  opacity: 1;
}
.ccheck .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.ccheck .checkmark {
  border-radius: 3px;
  border: 2px solid #ced3d3;
  background-color: #FFF;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 2px;
  left: 0;
  /* checkmark/indicator */
}
.ccheck .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
}

/* ------ */
/* TABLES */
.table-responsive {
  position: relative;
  overflow-y: hidden;
}

table {
  width: 100%;
}
table th {
  background-color: #008e49;
  font-weight: normal;
  text-align: left;
  color: white;
}
table th,
table td {
  padding: 5px 10px;
}
table tbody td {
  border-top: 3px solid #FFF;
  background: #edefef;
}

/* ------ */
/* ALERTS */
.alert {
  border: 0;
  clear: both;
  margin: 40px 0;
}
.alert a {
  margin-right: 50px;
  text-decoration: none;
  color: inherit;
}
.alert .count {
  border-radius: 50%;
  background: #000;
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  place-items: center;
  place-content: center;
  margin: 5px 2px 5px 0;
  font-weight: 800;
  color: #FFF;
}
.alert .fas {
  margin-left: 0;
  margin-right: 1px;
  line-height: 0.6;
  font-size: 1.7rem;
  position: relative;
  top: 5px;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .alert .count {
    margin: 0 2px 0 0;
  }
}

.alert-primary {
  color: #084298;
}
.alert-primary .count {
  background: #084298;
}

.alert-secondary {
  color: #41464b;
}
.alert-secondary .count {
  background: #41464b;
}

.alert-success {
  color: #0f5132;
}
.alert-success .count {
  background: #0f5132;
}

.alert-danger {
  color: #d7073d;
}
.alert-danger .count {
  background: #d7073d;
}

.alert-warning {
  color: #664d03;
}
.alert-warning .count {
  background: #664d03;
}

.alert-info {
  color: #055160;
}
.alert-info .count {
  background: #055160;
}

/* ------ */
.pr-0 {
  padding-right: 0 !important;
}

/* ------ */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* ------ */
/* CSS GRID */
.css-grid {
  display: grid;
  grid-gap: 15px;
}
.css-grid .item {
  background: #edefef url(../img/logo.svg) 50% 50% no-repeat;
  background-size: 75%;
  color: #FFF !important;
  position: relative;
  overflow: hidden;
}
.css-grid .item:after,
.css-grid .item .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.css-grid .item:after {
  content: "";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.css-grid .item:hover:after {
  background: rgba(0, 142, 73, 0.75);
}
.css-grid .item:hover .title {
  opacity: 1;
}
.css-grid .item .holder {
  background: none;
}
.css-grid .item .holder::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.css-grid .item .title {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  z-index: 2;
  opacity: 0;
}
.css-grid .item img,
.css-grid .item video,
.css-grid .item iframe {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.css-grid._show .item:after {
  background: rgba(0, 142, 73, 0.75);
}
.css-grid._show .title {
  opacity: 1;
}
.css-grid._top .title, .css-grid._bottom .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.css-grid._top .title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.css-grid._bottom .title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.css-grid._half .item .holder:before {
  padding-bottom: 50%;
}
@media (min-width: 480px) {
  .css-grid {
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
}
@media (min-width: 1024px) {
  .css-grid {
    grid-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .css-grid .item .title {
    font-size: 1.2rem;
  }
}

/* ------------ */
/* NEWS - list */
.news .item {
  margin-bottom: 60px;
}
.news .thumb {
  background: #edefef;
  height: 217px;
  margin-bottom: 17px;
  display: block;
  overflow: hidden;
}
.news .thumb img,
.news .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .title {
  display: block;
  min-height: 48px;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
  font-weight: 900;
  font-size: 20px;
  color: #000;
}
.news .details {
  border-bottom: 2px solid #008e49;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  font-weight: 800;
  font-size: 13px;
  color: #008e49;
}
.news p {
  margin-bottom: 27px;
  letter-spacing: -0.5px;
}
.news .more {
  text-decoration: underline;
  font-weight: 900;
  font-size: 13px;
  font-size: 0.8125rem;
}
.news .more:hover {
  text-decoration: none;
  color: #01aa58;
}
.hp .news p {
  margin: 0;
}
.hp .news .more {
  display: none;
}
@media screen and (min-width: 768px) {
  .hp .news .item:first-of-type {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hp .news .item:first-of-type > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .hp .news .item:first-of-type .thumb {
    background: none;
    width: 50%;
    height: 100%;
    min-height: 300px;
    margin: 0;
    padding-right: 15px;
  }
  .hp .news .item:first-of-type .caption {
    width: 50%;
    padding-left: 15px;
  }
  .hp .news .item:first-of-type .title {
    margin-top: -10px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .hp .news .item:first-of-type .details {
    margin-bottom: 12px;
    padding-bottom: 14px;
  }
  .hp .news .item:first-of-type p {
    margin-bottom: 27px;
    line-height: 1.4;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .hp .news .item:first-of-type .more {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .hp .news .item:first-of-type .thumb {
    width: 66.6666666667%;
    height: 350px;
    padding-right: 10px;
  }
  .hp .news .item:first-of-type .caption {
    width: 33.3333333333%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1360px) {
  .hp .news .item:first-of-type .thumb {
    height: 450px;
  }
  .hp .news .item:first-of-type .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.list-news {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-news.row {
  margin: 0 -15px;
}
.list-news.row .item {
  height: 100%;
}
.list-news .item {
  border-bottom: 2px solid #edefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
.list-news .item > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.list-news .thumb {
  background: #edefef;
  width: 94px;
  height: 67px;
  overflow: hidden;
}
.list-news .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.list-news .caption {
  width: calc(100% - 102px);
  padding-left: 20px;
}
.list-news .caption strong {
  display: block;
  margin-bottom: 7px;
  letter-spacing: -0.2px;
  font-weight: 300;
}
.list-news .caption a {
  display: block;
  margin-top: 5px;
  color: #000;
}
.list-news .date {
  font-weight: 800;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #008e49;
}

/* ------ */
/* NEWS - detail */
.detail .main-img {
  width: 100%;
}

.news-date {
  border-bottom: 2px solid #008e49;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 7px;
  font-weight: 800;
  font-size: 13px;
  color: #008e49;
  display: block;
}

/* ------ */
/* NAPSALI O NAS */
.media .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media .caption {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media .title {
  min-height: auto;
}
.media .details {
  border: 0;
  margin: 0;
  padding: 0;
}
.media p {
  margin: 0;
}

/* ------ */
.gallery .item {
  margin-bottom: 30px;
}
.gallery .thumb {
  margin: 0;
}

/* ------ */
/* LIDE */
.list-employees {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-employees.row {
  margin: 0 -15px;
}
.list-employees.row .item {
  height: 100%;
}
.list-employees .item {
  border-bottom: 2px solid #edefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.list-employees .item > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.list-employees .thumb {
  border-radius: 50%;
  background: #edefef;
  width: 102px;
  height: 102px;
  overflow: hidden;
}
.list-employees .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.list-employees .caption {
  width: calc(100% - 102px);
  padding-left: 12px;
}
.list-employees .caption strong {
  display: block;
  margin-bottom: 7px;
}
.list-employees .caption > div {
  min-height: 38px;
}
.list-employees .caption a {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 13px;
}

/* ------ */
.department:not(:last-of-type) {
  margin-bottom: 54px;
}

/* ------ */
/* DOCUMENTS - list */
.documents {
  margin: 30px 0;
}
.documents .item {
  border-radius: 3px;
  background: #edefef;
  min-height: 112px;
  margin-bottom: 30px;
  padding: 20px 20px 25px;
}
.documents .title {
  display: block;
  min-height: 48px;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
  font-weight: 900;
  font-size: 16px;
  color: #000;
}
.documents .download {
  background: url("../img/icons/download.svg") 0 0 no-repeat;
  background-size: 16px;
  padding: 0 0 0 26px;
  font-weight: 800;
  font-size: 13px;
  color: #008e49;
}

/* ------ */
/* PSN - dokumenty, .." */
/* enable absolute positioning */
.inner-addon {
  position: relative;
}
.inner-addon i {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.left-addon i {
  left: 0px;
}

.left-addon input {
  padding-left: 30px;
}

.right-addon i {
  right: 0px;
}

.right-addon input {
  padding-right: 30px;
}

/* ------ */
.phone-list-photo {
  width: 80px;
}

@media (min-width: 576px) {
  .phone-list-photo img {
    height: 80px;
  }
}
/* ------ */
/* PRESENCE - MONITOR */
body.prezence main {
  height: 100%;
}
body.prezence #header {
  width: 100%;
  position: fixed;
}
body.prezence #search-in-employees {
  margin-top: 30px;
}
body.prezence .nav-title {
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 2rem;
  color: #FFF;
}
body.prezence #snippet--presenceList {
  margin-top: 100px;
}

#snippet--presenceList {
  padding: 0px 30px;
}

#presenceList {
  padding-bottom: 60px;
  text-align: left;
  color: #000;
  overflow: hidden;
}
#presenceList .media {
  min-height: 50px;
  margin-bottom: 15px;
}
#presenceList .media-body {
  -ms-flex-item-align: center;
      align-self: center;
}
#presenceList .media-body .name {
  display: block;
  font-size: 1.2rem;
}
#presenceList .employee-photo {
  border-radius: 50%;
  border: 2px solid #000;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 1024px) {
  #presenceList .employee-photo {
    width: 120px;
    height: 120px;
  }
}

.unknown {
  color: #000;
}

.present {
  color: #008e49;
}

.absent {
  color: #b3b9b9;
}
.absent img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.73;
}

.homeoffice {
  color: #1b85bd;
}

@media (min-width: 576px) {
  #presenceList {
    margin: 0 -2%;
  }
  #presenceList li {
    width: 46%;
    float: left;
    margin: 0 2%;
  }
}
@media (min-width: 1024px) {
  #presenceList li {
    width: 29%;
  }
}
@media (min-width: 1600px) {
  #presenceList li {
    width: 21%;
  }
}
/* PRESENCE v2 */
#presenceList.v2 .dep-title {
  border-bottom: 2px solid #008e49;
  padding-bottom: 17px;
}
#presenceList.v2 .item {
  height: 100%;
}
#presenceList.v2 .col-xxl-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#presenceList.v2 .thumb {
  border: 5px solid #000;
  width: 112px;
  height: 112px;
}
#presenceList.v2 .unknown .thumb {
  border-color: transparent;
}
#presenceList.v2 .homeoffice .thumb {
  border-color: #0eaac6;
}
#presenceList.v2 .present .thumb {
  border-color: #008e49;
}
#presenceList.v2 .absent .thumb {
  border-color: #ced3d3;
}
#presenceList.v2 .caption {
  width: calc(100% - 112px);
  color: #000;
}
#presenceList.v2 .caption strong {
  margin-bottom: 3px;
}
#presenceList.v2 .caption a {
  font-weight: normal;
  font-size: 14px;
}
#presenceList.v2 .employee-position {
  display: block;
  margin-bottom: 9px;
}
#presenceList.v2 .date {
  border-radius: 4px;
  background: black;
  width: 103px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #FFF;
}
#presenceList.v2 .unknown .date {
  background: #ced3d3;
}
#presenceList.v2 .homeoffice .date {
  background: #0eaac6;
}
#presenceList.v2 .present .date {
  background: #008e49;
}
#presenceList.v2 .absent .date {
  background: #ced3d3;
}

/* ------ */
/* DOCHAZKA - sidebar */
#presence {
  -webkit-box-shadow: 0 0 15px 4px #ced3d3;
          box-shadow: 0 0 15px 4px #ced3d3;
  background: #FFF;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#presence.open {
  right: 0;
}
#presence .presence-header {
  background: #01aa58;
  height: 60px;
  text-align: center;
}
#presence .close {
  line-height: 1;
  font-size: 60px;
  font-size: 3.75rem;
  color: #FFF;
  cursor: pointer;
  float: none;
}
#presence .form-holder {
  max-height: calc(100% - 60px);
  padding: 30px;
  overflow-y: auto;
}
#presence .form-row {
  padding-bottom: 27px;
}
#presence .form-control {
  margin-bottom: 0;
}
#presence .btn {
  width: 100%;
}
@media screen and (min-width: 568px) {
  #presence {
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #presence .presence-header {
    height: 91px;
  }
  #presence .form-holder {
    padding: 38px 71px;
  }
  #presence .close {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

/* ------ */
.type-select {
  margin: 0 -5px 16px !important;
  text-align: center;
  overflow: hidden;
}

.type-radio {
  padding: 0 5px 0;
}
.type-radio label {
  border-radius: 3px;
  border: 2px solid #ced3d3;
  background: #FFF;
  width: 100%;
  height: 108px;
  margin: 0 0 6px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #008e49;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.type-radio input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.type-radio:hover input ~ .checkmark {
  background: #ced3d3;
}
.type-radio input:checked ~ .checkmark {
  background: #ced3d3;
  color: #000;
}
.type-radio input.invalid ~ .checkmark {
  color: red;
}
.type-radio .checkmark {
  width: 100%;
  height: 100%;
  padding-top: 13px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.type-radio .img {
  display: block;
  height: 45px;
  margin-bottom: 4px;
}
.type-radio .title {
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  place-items: center;
  place-content: center;
}

/* ------ */
#presenceFormHolder {
  background: #edefef;
  padding: 75px 0;
}

#frm-presenceAllForm .form-row {
  padding-bottom: 27px;
}

/* ------ */
[for=frm-presenceAllForm-type-3] .title {
  font-size: 11px;
}

/* DATATABLES */
.multitable {
  width: 100%;
  overflow-x: auto;
}

.datagrid {
  padding: 0;
  /*.col-id {
  	min-width: 70px;
  	width: 70px;
  }
  .col-contractor_id {
  	min-width: 110px;
  	width: 110px;
  }
  .col-invoice_number {
  	min-width: 115px;
  	width: 115px;
  }*/
}
.datagrid .datagrid-toolbar {
  background: #008e49;
  width: 100%;
  padding: 7px;
  text-align: right;
}
.datagrid .datagrid-settings .dropdown-menu {
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}
.datagrid table {
  font-size: 0.8rem;
}
.datagrid table thead tr.row-group-actions th {
  background-color: #008e49;
  padding-top: 10px;
}
.datagrid table tbody tr td {
  min-width: 80px;
  max-width: 300px;
  word-wrap: break-word;
}
.datagrid table tbody tr td a {
  display: inline-block;
}
.datagrid table .col-file_complete {
  min-width: 80px;
}
.datagrid table thead th [class*=col-] {
  padding: 0;
}
.datagrid table thead th > a,
.datagrid a.dropdown-toggle,
.datagrid a[data-datagrid-reset-filter-by-column] {
  color: #FFF !important;
}
.datagrid table th.col-checkbox {
  background: #008e49;
  padding: 0.3rem 0.5rem 15px;
  vertical-align: bottom;
}
.datagrid th.col-checkbox .happy-checkbox {
  background-color: #fff;
}
.datagrid [name="group_action[group_action]"] {
  margin: 0 5px;
}
.datagrid .btn[name="group_action[submit]"] {
  border-radius: 3px;
  background: #FFF;
  width: auto;
  color: #212529;
}
.datagrid .btn[name="group_action[submit]"]:hover, .datagrid .btn[name="group_action[submit]"]:active, .datagrid .btn[name="group_action[submit]"]:not(:disabled):not(.disabled):active {
  background: #f1f1f1;
  color: #212529;
}
.datagrid .col-price,
.datagrid .col-date,
.datagrid .col-amount {
  /*width: 96px;*/
}
.datagrid .col-type {
  width: 93px;
}
.datagrid .col-type .form-control {
  width: 91px;
}
.datagrid .col-fraction {
  width: 74px;
}
.datagrid .col-fraction .form-control {
  width: 72px;
}
.datagrid .col-price {
  width: 125px;
}
.datagrid .col-price .form-control {
  width: 123px;
}
.datagrid .col-currency {
  width: 78px;
}
.datagrid .col-currency .form-control {
  width: 76px;
}
.datagrid .col-date {
  width: 96px;
}
.datagrid .col-date .form-control {
  width: 94px;
}
.datagrid .col-amount {
  width: 102px;
}
.datagrid .col-amount .form-control {
  width: 100px;
}
/*.datagrid .col-file {
  width: 279px;
}
.datagrid .col-file .form-control {
  width: 277px;
}*/
.datagrid .col-files {
  width: 580px;
}
.datagrid .col-advertising_area_count {
  width: 80px;
}
.datagrid .files-table [type=text],
.datagrid .files-table select {
  font-size: 12.8px;
}
.datagrid .files-table td {
  padding: 5px 2px;
}
.datagrid .files-table td:nth-child(1) {
  width: 133px;
}
.datagrid .files-table td:nth-child(2) {
  width: 183px;
}
.datagrid .files-table td:last-child {
  width: 256px;
}
.datagrid .files-table [type=file] {
  font-size: 12px;
  width: 219px;
  margin-top: 0;
}
.datagrid .files-table .form-control {
  padding: 0.25rem;
}
.datagrid .files-table select.form-control {
  padding: 0.25rem 1.75rem 0.25rem 0;
}
.datagrid .files-table .btn {
  padding: 7.5px;
}
.datagrid .col-number {
  min-width: initial;
}
.datagrid .col-street {
  min-width: 100px;
}
.datagrid .col-street_number {
  min-width: 40px;
}
.datagrid .col-street_number2 {
  min-width: 30px;
}
.datagrid .col-text {
  max-width: 250px;
}
.datagrid .col-number_in_file {
  min-width: 57px;
}
.datagrid .col-building_number {
  min-width: 70px;
}
.datagrid .col-area_sum {
  min-width: 53px;
}
.datagrid .row-grid-bottom {
  border: 0;
  background: none;
  padding: 0.5rem 0 !important;
}
.datagrid .row-grid-bottom [class*=col-] {
  padding: 0;
}
.datagrid .row-grid-bottom .form-control {
  margin: 0;
}
.datagrid .form-inline .form-control {
  max-width: 100px;
  margin: 0 1px 4px;
}
.datagrid .form-control {
  min-width: 50px;
  margin-bottom: 6px;
}
.datagrid select {
  padding: 0.25rem 1.75rem 0.25rem 0.75rem;
}
.datagrid [name=perPage] {
  min-width: 100px;
}
.datagrid .form-control {
  font-size: 12.8px;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .datagrid .datagrid-settings .dropdown-menu {
    max-height: 400px;
  }
}
@media screen and (min-width: 1300px) {
  .datagrid .datagrid-settings .dropdown-menu {
    max-height: 500px;
  }
}
.col-action-inline-edit {
    width: 150px !important;
}

.col-action-inline-edit input[type='submit'] {
    float: left;
}

#snippet-propertyAcquisitionTable-tbody .col-action-inline-edit {
    width: 80px !important;
}

#snippet-requestTable-tbody .topRow td {
  border-bottom: 10px;
}

#snippet-requestTable-tbody .botRow td {
  border-top: 10px;
}

#snippet-requestTable-tbody .state1 td {
  font-weight: bold;
}

#snippet-requestTable-tbody .state2 td {
  font-style: normal;
  /* background-color: #8cff7a; */
}

#snippet-requestTable-tbody .state3 td {
  font-style: italic;
  background-color: #c2c2c2;
}

/* MENU - TOGGLE */
#menu-toggle {
  background: none !important;
  width: 36px;
  height: 30px;
  margin: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4),
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 13px;
}
#menu-toggle span:nth-child(4) {
  top: 26px;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  #menu-toggle {
    display: none;
  }
}

/* ------ */
/* NAVIGATION */
#navbar {
  background: #008e49;
  width: 100%;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#navbar .col-left {
  height: 60px;
}
#navbar .col-middle {
  max-height: calc(100vh - 60px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
#navbar .col-right {
  background: #01aa58;
  height: 91px;
}
#navbar .logo {
  display: block;
  width: 100px;
  opacity: 1;
  position: absolute;
  left: 15px;
  z-index: 9;
}
#navbar .logo img {
  width: 100%;
  height: 100%;
}
#navbar .user-controls {
  background: url("../img/icons/user.svg") 10px 50% no-repeat;
  background-size: auto 50px;
  padding: 15px 0 15px 77px;
  font-weight: 800;
  color: #FFF;
}
#navbar .user-controls strong {
  display: block;
  margin-bottom: 6px;
  text-transform: none;
  font-weight: inherit;
  font-size: 18px;
  font-size: 1.125rem;
}
#navbar .user-controls a {
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
}
#navbar .user-controls a img {
  margin-top: -3px;
}
#navbar .user-controls a.name {
  display: block;
}
#navbar.open .col-middle {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 568px) {
  #navbar .col-right {
    max-width: 50%;
    height: auto;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #navbar {
    border-bottom: 1px solid #FFF;
  }
  #navbar .container-fluid {
    padding: 0;
  }
  #navbar .col-left {
    height: 91px;
    padding: 0 15px;
  }
  #navbar .col-middle {
    height: 91px;
    position: static;
    opacity: 1;
    visibility: visible;
  }
  #navbar .col-right {
    max-width: 350px;
    height: 91px;
  }
  #navbar .logo {
    position: static;
  }
  #navbar .user-controls a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  #navbar .col-left {
    padding-left: 50px;
  }
  #navbar .col-right {
    max-width: 400px;
    padding-left: 36px;
  }
  #navbar .logo {
    width: 117px;
    position: static;
  }
  #navbar .user-controls {
    background-position: 0 50%;
    padding: 2px 0 2px 67px;
  }
}
/* ------ */

/* MAIN MENU */
#main-menu {
  background: #008e49;
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
}
#main-menu ul {
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
#main-menu li {
  width: 100%;
  display: block;
  position: relative;
}
#main-menu a {
  border-top: 1px solid #01aa58;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: #FFF;
}
#main-menu a.active,
#main-menu a:focus,
#main-menu a:hover {
  background: #01aa58;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  #main-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    width: auto;
    max-width: none;
    max-height: none;
    display: block !important;
    margin: 0 15px;
    padding-bottom: 0;
    margin-right: 36px;
    font-size: 1rem;
    position: static;
    top: 0;
    right: 0;
  }
  #main-menu li {
    width: auto;
    display: inline-block;
  }
  #main-menu a {
    border: 0;
    padding: 39px 14px 33px;
  }
  #main-menu a.active,
  #main-menu a:focus,
  #main-menu a:hover {
    background: #01aa58;
  }
}
@media screen and (min-width: 1200px) {
  #main-menu a {
    padding: 36px 14px 29px;
  }
}
@media screen and (min-width: 1600px) {
  #main-menu {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#main-menu .sub-menu {
  background: #008e49;
  position: relative;
  padding-left: 15px;
  z-index: 10 !important;
  display: none;
}
#main-menu .sub-menu li {
  width: 100%;
}
#main-menu .sub-menu a {
  white-space: nowrap;
}
#main-menu a:hover + .sub-menu,
#main-menu .active + .sub-menu {
  display: block;
}
@media screen and (min-width: 1024px) {
  #main-menu .sub-menu {
    position: absolute;
    left: 0;
    padding: 0;
    z-index: 10 !important;
    display: none;
  }
  #main-menu .sub-menu a {
    padding: 12px 14px;
  }
  #main-menu .active + .sub-menu {
    display: none;
  }
}
#main-menu .sub-menu:hover {
  display: block;
}
/* ------ */

#header {
  background: #FFF;
}
#header h1 {
  margin: 0;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 800;
  color: #000;
}
#header h2 {
  margin-top: 9px;
}
#header .controls-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
  position: relative;
}
#header .controls-row:before {
  content: "";
  background: #edefef;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
#header .controls-row > div {
  background: #FFF;
  z-index: 1;
}
#header .controls-row .claim {
  padding: 0;
}
#header .controls-row .claim p {
  margin: 0;
}
#header .controls-row .account-section {
  margin: 0;
  text-align: right;
  line-height: 1.7;
  display: none;
}
#header .controls-row .account-section a {
  margin-left: 10px;
}
#header .header-bottom {
  border-bottom: 2px solid #edefef;
  margin-bottom: 47px;
  padding: 52px 0 26px;
}
#header .sub-nav {
  padding: 0 0 30px;
}
#header .sub-nav a {
  display: inline-block;
  margin: 0 15px 5px 0;
  font-weight: 800;
  color: #008e49;
}
#header .sub-nav a.active {
  color: #000;
}
@media screen and (min-width: 768px) {
  #header .controls-row .claim {
    padding: 0 21px 0 0;
  }
  #header .sub-nav {
    padding: 10px 0 0;
    text-align: right;
  }
  #header .sub-nav a {
    margin: 0 0 5px 15px;
  }
}
@media screen and (min-width: 1024px) {
  #header h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  #header .sub-nav a {
    margin: 0 0 5px 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* ------ */
/* FOOTER */
#footer {
  background: #000;
  padding: 15px 0;
  text-align: center;
  color: #FFF;
  z-index: 3;
}
#footer .container {
  height: 100%;
}
#footer .row {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer p {
  margin: 0;
}
#footer .icon {
  width: 42px;
  height: 42px;
  margin-right: 23px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  #footer {
    height: 91px;
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
  #footer .col:last-child {
    text-align: right;
  }
  #footer .icon {
    margin-bottom: 0;
  }
}

/* ------ */
/* SIDEBAR */
#sidebar {
  border-width: 1px 0;
  margin-bottom: 40px;
  padding: 0;
}
#sidebar .section-title {
  margin: 0;
}
#sidebar .block {
  border-radius: 3px;
  background: #edefef;
  margin-bottom: 30px;
  padding: 26px 23px 34px 24px;
}
#sidebar h2 {
  font-size: 20px;
}
#sidebar table {
  border-top: 1px solid #FFF;
}
#sidebar table tr {
  border-bottom: 1px solid #FFF;
}
#sidebar table th {
  background: none;
  padding: 5px;
  color: #000;
}
#sidebar table td {
  text-align: right;
}
#sidebar table th, #sidebar table td {
  border: 0;
}
@media screen and (min-width: 1024px) {
  #sidebar {
    max-width: 307px;
    margin-bottom: 80px;
  }
}

/* ------ */
/* FILTER */
.sidebar-form {
  border-radius: 3px;
  background: #edefef;
  margin-bottom: 30px;
  padding: 26px 23px 34px 24px;
}
.sidebar-form h2 {
  margin-bottom: 28px;
}
.sidebar-form fieldset {
  margin-bottom: 16px;
}
.sidebar-form fieldset:last-of-type {
  margin: 0;
}
.sidebar-form legend {
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #008e49;
}
.sidebar-form .btn {
  width: 100%;
}
.sidebar-form .ccheck {
  display: block;
  margin: 0 0 17px;
}

/* ------ */
/* PSN GRID - universal */
/*
- lide, 
- dlazdice barakov
*/
.psn-grid {
  text-align: center;
}
.psn-grid a {
  display: block;
}
.psn-grid .row {
  overflow: hidden;
}
.psn-grid .item {
  margin-bottom: 15px;
}
.psn-grid .item .item-holder {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.psn-grid .item .item-holder:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.psn-grid .item .item-holder:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#33000000",GradientType=0 );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.psn-grid .item .item-holder:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.psn-grid .item img,
.psn-grid .item svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.psn-grid .item .caption {
  text-align: left;
  font-weight: 600;
  color: #FFF;
  position: absolute;
  bottom: 30px;
  left: 27px;
  z-index: 1;
}
.psn-grid .item .caption strong {
  display: block;
}
@media (min-width: 600px) {
  .psn-grid .item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .psn-grid .item {
    font-size: 22px;
  }
}

.psn-grid.rounded .item .item-holder {
  border-radius: 50%;
}

.psn-grid.out .item .caption {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
  color: #000;
  position: static;
}
@media (min-width: 800px) {
  .psn-grid.out .item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* INVOICE LIST */
.invoice-list._show .item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  -webkit-transition: none;
  transition: none;
}
.invoice-list .item {
  border: 2px solid red;
  background: #edefef url(../img/faktura-bez-nahledu.png) 50% 50% no-repeat;
  background-size: 100%;
  overflow: visible;
}
.invoice-list .item .holder:before {
  padding-bottom: 140%;
}
.invoice-list .item .title {
  height: auto;
  text-align: left;
  top: auto;
  bottom: 0;
}
.invoice-list .item .title span {
  display: block;
}
.invoice-list .item .title .subject,
.invoice-list .item .title .price {
  font-weight: 300;
}
.invoice-list .item .id {
  display: none;
  font-size: 0.9rem;
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 1;
}
.invoice-list .item .status {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
}
.invoice-list .item:hover:after {
  background: rgba(0, 0, 0, 0.75);
}
.invoice-list .item:hover .id {
  display: block;
}
.invoice-list .item.approved {
  border: 0;
}
.invoice-list .item.approved .status {
  background: #008e49 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><path fill='white' d='M432 64l-240 240-112-112-80 80 192 192 320-320z'/></svg>") 50% 50% no-repeat;
  background-size: 60%;
}
.invoice-list .item.rejected .status {
  background: red url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><path fill='white' d='M507.331 411.33c-0.002-0.002-0.004-0.004-0.006-0.005l-155.322-155.325 155.322-155.325c0.002-0.002 0.004-0.003 0.006-0.005 1.672-1.673 2.881-3.627 3.656-5.708 2.123-5.688 0.912-12.341-3.662-16.915l-73.373-73.373c-4.574-4.573-11.225-5.783-16.914-3.66-2.080 0.775-4.035 1.984-5.709 3.655 0 0.002-0.002 0.003-0.004 0.005l-155.324 155.326-155.324-155.325c-0.002-0.002-0.003-0.003-0.005-0.005-1.673-1.671-3.627-2.88-5.707-3.655-5.69-2.124-12.341-0.913-16.915 3.66l-73.374 73.374c-4.574 4.574-5.784 11.226-3.661 16.914 0.776 2.080 1.985 4.036 3.656 5.708 0.002 0.001 0.003 0.003 0.005 0.005l155.325 155.324-155.325 155.326c-0.001 0.002-0.003 0.003-0.004 0.005-1.671 1.673-2.88 3.627-3.657 5.707-2.124 5.688-0.913 12.341 3.661 16.915l73.374 73.373c4.575 4.574 11.226 5.784 16.915 3.661 2.080-0.776 4.035-1.985 5.708-3.656 0.001-0.002 0.003-0.003 0.005-0.005l155.324-155.325 155.324 155.325c0.002 0.001 0.004 0.003 0.006 0.004 1.674 1.672 3.627 2.881 5.707 3.657 5.689 2.123 12.342 0.913 16.914-3.661l73.373-73.374c4.574-4.574 5.785-11.227 3.662-16.915-0.776-2.080-1.985-4.034-3.657-5.707z'/></svg>") 50% 50% no-repeat;
  background-size: 43%;
}
@media (min-width: 400px) {
  .invoice-list {
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
}
@media (min-width: 600px) {
  .invoice-list {
    grid-template-columns: repeat(3, [col-start] 1fr);
  }
}
@media (min-width: 1024px) {
  .invoice-list {
    grid-template-columns: repeat(4, [col-start] 1fr);
  }
}
@media (min-width: 1280px) {
  .invoice-list {
    grid-template-columns: repeat(5, [col-start] 1fr);
  }
}

/* ------- */
/* INVOICE DETAIL - OVERLAY */
body.invoiceDetail main {
  z-index: 992;
}
body.invoiceDetail main:after {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: -91px;
  left: 0;
  right: 0;
  z-index: 2;
}
/* INVOICE DETAIL */
.img-zoom {
  border: 1px solid #008e49;
  position: relative;
  cursor: move;
}
.img-zoom:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='silver' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") 50% 50% no-repeat;
  background-size: 75%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.img-zoom:hover:after {
  opacity: 0;
}

.invoice-detail {
  height: 100vh;
  padding: 100px 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: auto;
}
.invoice-detail .invoice-content {
  padding-top: 15px;
  color: #FFF;
  -ms-flex-item-align: center;
      align-self: center;
}
.invoice-detail .invoice-content .id {
  position: absolute;
  top: 0;
  right: 0;
}
.invoice-detail .invoice-content strong {
  display: block;
  margin-bottom: 15px;
}
.invoice-detail .invoice-content .btn {
  margin-bottom: 15px;
}
.invoice-detail .invoice-content table {
  border-collapse: inherit;
  border-spacing: 0;
  font-size: 0.83rem;
}
.invoice-detail .invoice-content table th {
  height: 35px;
}
.invoice-detail .invoice-content table td {
  border-color: transparent;
  background: none;
  color: #000;
  position: relative;
}
.invoice-detail .invoice-content table td:before {
  content: "";
  background: #edefef;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.invoice-detail .i-close,
.invoice-detail .arrow {
  border-radius: 50%;
  border: 2px solid #FFF;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  position: absolute;
}
.invoice-detail .i-close {
  background: rgba(0, 0, 0, 0.75);
  top: -20px;
  right: 0;
}
.invoice-detail .arrow {
  top: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.invoice-detail .arrow:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.invoice-detail .arrow.prev {
  left: 15px;
}
.invoice-detail .arrow.next {
  right: 15px;
}
.invoice-detail .lightgallery .item {
  width: 50px;
  height: 50px;
  display: block;
}
.invoice-detail .lightgallery > a {
  display: block;
  position: relative;
}
.invoice-detail .lightgallery img {
  max-width: 100% !important;
}
.invoice-detail .photo-count {
  background: #FFF;
  padding: 20px 20px 20px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.invoice-detail .photo-count strong {
  display: inline-block;
  margin: 0 6px 0 0;
  font-size: 40px;
}
.invoice-detail .photo-count span {
  display: inline-block;
  max-width: 80px;
}
@media (min-width: 600px) {
  .invoice-detail .i-close {
    right: -20px;
  }
}
@media (min-width: 768px) {
  .invoice-detail .invoice-content {
    padding: 0 0 0 40px;
    font-size: 0.9rem;
  }
}
@media (min-width: 1280px) {
  .invoice-detail {
    min-height: 100vh;
  }
  .invoice-detail .arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .invoice-detail .arrow.prev {
    left: 30px;
  }
  .invoice-detail .arrow.next {
    right: 30px;
  }
}
@media (min-width: 1440px) {
  .invoice-detail .invoice-content {
    max-height: none;
  }
}

/* ------- */
/* INVOICE FORM */
.i-form {
  margin-bottom: 30px;
}
.i-form.pl-0 {
  padding-left: 0 !important;
}
.i-form table {
  max-width: 600px;
}
.i-form .i-table {
  font-size: 0.83rem;
}
.i-form .form-control {
  margin-bottom: 0;
}
.i-form .btn {
  width: auto;
}
@media (min-width: 768px) {
  .i-form {
    padding-left: 40px !important;
  }
}

/* CML */
.cml .big {
  margin-bottom: 2rem;
  font-weight: 300;
  color: #008e49;
}
.cml .breadcrumb {
  background: none;
  padding: 16px 0 0;
}
.cml .breadcrumb .breadcrumb-item {
  margin-bottom: 10px;
  padding-right: 11px;
  position: relative;
}
.cml .breadcrumb .breadcrumb-item:after {
  content: "";
  border: solid transparent;
  border-left-color: #008e49;
  border-width: 11px;
  margin-top: -11px;
  height: 0;
  width: 0;
  position: absolute;
  right: -11px;
  top: 50%;
  pointer-events: none;
}
.cml .breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}
.cml .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.cml .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: none;
}
.cml .breadcrumb .breadcrumb-item > * {
  background: #008e49;
  padding: 1px 4px 1px 3px;
  text-decoration: none !important;
  color: #FFF;
}
.cml .filter .form-control {
  border-radius: 0;
  background: #edefef;
  color: #008e49;
}
.cml .filter select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}
.cml .new-task {
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 600;
  color: #ca1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cml .new-task .fa {
  margin-left: 6px;
  font-size: 1.85rem;
}
.cml table .red td {
  background: #ca1e1e;
  color: #FFF;
}
.cml table .red td a {
  color: inherit;
}
.cml .datetimepicker td,
.cml .datetimepicker th {
  border-radius: 0;
  border: 1px solid #FFF;
}

.cml-projects {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cml-projects li {
  margin-bottom: 6px;
}
.cml-projects a {
  background: #edefef;
  display: block;
  padding: 5px 10px;
}

/* ------------------------- */
.cmlfilemark {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #FFF;
  background: #008e49;
  width: 30px;
  height: 34px;
  line-height: 32px;
  margin: 0 -2px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  overflow: hidden;
  text-align: center;
  position: absolute;
}

/* ------------------------- */
#timeline2 {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
#timeline2.dragscroll {
  cursor: -webkit-grab;
  cursor: grab;
}
#timeline2 .tml-holder {
  background: repeating-linear-gradient(to right, #FFF, #FFF 169px, #edefef 169px, #edefef calc(169px * 2));
  margin: auto;
  position: relative;
}
#timeline2 .tml-holder:before, #timeline2 .tml-holder:after {
  background: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#timeline2 .tml-holder:before {
  left: 100%;
}
#timeline2 .tml-holder:after {
  right: 100%;
}
#timeline2 .tml-weeks {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#timeline2 .tml-weeks .tml-week {
  border-bottom: 1px solid #000;
  width: 169px;
  float: left;
  text-align: center;
}
#timeline2 .tml-weeks .tml-week .tml-1st-day {
  border-bottom: 1px solid #000;
  background: #FFF;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-size: 1.1rem;
  color: #008e49;
}
#timeline2 .tml-days {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(7, [col-start] 1fr);
}
#timeline2 .tml-days .tml-day {
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 13px;
  position: relative;
}
#timeline2 .tml-days .tml-day:hover, #timeline2 .tml-days .tml-day.today {
  background: rgba(0, 142, 73, 0.15);
}
#timeline2 .tml-days .tml-day:hover:before, #timeline2 .tml-days .tml-day.today:before {
  content: "";
  background: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#timeline2 .tml-days .tml-day:hover {
  background: rgba(0, 73, 151, 0.05);
}
#timeline2 .tml-department {
  border-bottom: 1px solid #000;
  padding: 0 0 50px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  clip: rect(0px, auto, auto, 0px);
}
#timeline2 .tml-department.closed {
  height: 0;
}
#timeline2 .tml-department .tml-department-rows {
  padding: 0 0 50px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  clip: rect(0px, auto, auto, 0px);
}
#timeline2 .tml-department .title {
  background: #000;
  width: 180px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 45px;
  padding: 0 18px 0 18px;
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  position: sticky;
  top: 0;
  left: 25px;
  z-index: 1;
  cursor: pointer;
}
#timeline2 .tml-department .title:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FFF;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#timeline2 .tml-department.closed .title:after {
  border-top: 7px solid #FFF;
  border-bottom: 0;
}
#timeline2 .tml-department .task {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #FFF;
  background: #008e49;
  width: 50px;
  height: 34px;
  line-height: 32px;
  margin: 0 -2px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  overflow: hidden;
}
#timeline2 .tml-department .task:hover {
  -webkit-box-shadow: 0 0 3px 0px #000;
          box-shadow: 0 0 3px 0px #000;
  border-color: #000;
  z-index: 1;
}
#timeline2 .tml-department .task span {
  padding: 0 22px;
}
#timeline2 .tml-active-day {
  background: rgba(0, 142, 73, 0.5);
  width: 24.14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 169px;
  z-index: 0;
}
#timeline2 .tml-event,
#timeline2 .tml-project-start {
  background: rgba(0, 73, 142, 0.5);
  width: 24.14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 169px;
  z-index: 0;
}
#timeline2 .tml-project-start {
  background: rgba(255, 255, 0, 0.5);
}
#timeline2 .cmlfilemark:hover {
  -webkit-box-shadow: 0 0 3px 0 #000;
          box-shadow: 0 0 3px 0 #000;
  border-color: #000;
  z-index: 1;
  text-decoration: none;
}

.test-holder {
  background: pink;
  padding: 15px;
  margin-bottom: 200px;
}

.datepicker {
  padding: 0;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background-color: #004997;
}
.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0;
  border: 1px solid #FFF;
}

/* ------ */
#content {
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #content {
    margin-bottom: 80px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 1360px) {
  #content {
    padding-right: 73px;
  }
}

/* ------ */
.form-block {
  border-radius: 3px;
  background: #edefef;
  max-width: 500px;
  margin: 0 auto 30px;
  padding: 26px 23px 34px 24px;
  text-align: left;
}
.form-block .form-group .form-control {
  margin-bottom: 0;
}
.form-block h2 {
  margin-bottom: 28px;
}
.form-block fieldset {
  margin-bottom: 16px;
}
.form-block fieldset:last-of-type {
  margin: 0;
}
.form-block legend {
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #008e49;
}
.form-block .btn {
  width: 100%;
}
.form-block .ccheck {
  display: block;
  margin: 0 0 17px;
}

#frm-loginForm,
#frm-resetPasswordForm {
  max-width: 300px;
}

/* ------ */
article li {
  padding: 6px 0;
}

.list li {
  padding: 6px 0;
}

/* ------ */
div.datetimepicker,
div.datepicker {
  width: calc(100vw - 60px);
  max-width: 260px;
}
div.datetimepicker th, div.datetimepicker td,
div.datepicker th,
div.datepicker td {
  border-radius: 0;
  border: 1px solid #FFF;
  padding: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 568px) {
  div.datetimepicker,
div.datepicker {
    width: calc(50vw - 60px);
  }
}

div.datetimepicker {
  padding: 1px;
}
div.datetimepicker thead tr:first-child th:hover,
div.datetimepicker tfoot th:hover {
  background-color: #004997;
}
div.datetimepicker .day.active {
  background: #2F618E !important;
}
div.datetimepicker .day.active:hover {
  background: #264E72 !important;
}
div.datetimepicker .prev span:before {
  content: "«";
}
div.datetimepicker .next span:before {
  content: "»";
}

div.calendar-vacation .day.active {
  background: #2F618E !important;
}

div.calendar-vacation .day.weekend {
  background: #ffbf00 !important;
}

/* BUDEM MUSIET PRECISTIT */
header h1,
.h1 {
  margin-bottom: 17px;
  font-weight: 600;
  font-size: 22px;
  color: #008e49;
}
header h1 small,
.h1 small {
  display: block;
}

main {
  position: relative;
}
.oX main {
  overflow-x: hidden;
}
main > section {
  padding-bottom: 30px;
  clear: both;
}
@media (min-width: 600px) {
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  main > section {
    padding-bottom: 50px;
  }
}

.buttons-row .btn {
  margin: 0 10px 10px 0;
}

/* ------------ */
/* HP CONTACT section */
.contact .holder {
  position: relative;
  overflow: hidden;
}
.contact .col-lg {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .contact .col-lg {
    margin-bottom: 0;
  }
}

/* ------------ */
#frm-contactForm {
  padding: 35px;
}
#frm-contactForm h1 {
  margin-bottom: 27px;
  text-align: center;
}
#frm-contactForm .form-control {
  margin-bottom: 20px;
}
#frm-contactForm .btn {
  display: block;
  margin: auto;
}

.holder {
  background: #edefef;
  height: 100%;
}

/* ------------ */
.rozcestnik .item .holder:before {
  padding-bottom: 50%;
}
@media (min-width: 1024px) {
  .rozcestnik .item .holder:before {
    padding-bottom: 100%;
  }
}

/* ------------ */
/* netriedene */
@media (min-width: 576px) {
  #frm-contactForm {
    padding: 10px;
  }
}
/* ------------ */
/* PRINT */
@media print {
  #header,
#psn-nav,
.separator,
#organisation-structure,
#organisation-structure + *,
#search-in-employees,
#search-in-phone-list,
#phone-list + *,
.projects-link,
footer {
    display: none;
  }

  main > section {
    padding-bottom: 0;
  }
}
/* ------------ */
#projects .gray {
  color: #aaa;
}

.text-about-us-date {
  width: 100px;
}

#cboxTitle {
  display: none !important;
}

@media (max-width: 575px) {
  #written-about-us {
    width: 100% !important;
  }
}
.c-cal__container .with-event p {
  background: #008e49;
  color: white;
}

.calendar-event {
  clear: both;
  display: block;
  margin-top: 8px;
}

.calendar-event .event-title {
  float: left;
  margin-right: 10px;
}

.calendar-event a,
.calendar-event:hover a {
  color: white;
}

.calendar-event .remove-event {
  position: relative;
  top: 3px;
  float: right;
  cursor: pointer;
}

.c-calendar .c-add {
  cursor: pointer;
}

#forum-iframe {
  height: 1000px;
  width: 100%;
  overflow: hidden;
}

table input:not([type=checkbox]) {
  width: 100%;
}

td.button input {
  width: 100%;
}

.topics-table-name {
  width: 60%;
}

.topics-table-date {
  width: 13%;
}

.topics-table-name {
  width: 14%;
}

.topics-table-count {
  width: 11%;
}

.post:not(:first-child) {
  margin-top: 20px;
}

.post-body {
  margin-top: 6px;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.container.small {
  text-align: center;
  max-width: 500px;
}

table label {
  margin-bottom: 0;
}

input.big {
  width: 100%;
}

/*#post {width: 900px;}*/
#post textarea {
  width: 100%;
}

[type=checkbox] {
  margin-right: 5px;
}

.green-links a {
  background: #008e49;
}

header i {
  margin-left: 8px;
}

.collapsable {
  cursor: pointer;
}
.collapsable .fas {
  background: #edefef;
  width: 26px;
  margin: 0 0 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}
.collapsable + .content {
  display: none;
}

section.contact .green-links,
section.contact .green-links a {
  height: 100%;
}

.presence-tv {
  font-size: 220%;
}

#snippet--taskEditForm #frm-editForm .error {
  color: red;
  font-size: 130%;
  font-weight: bold;
}

#frm-presenceForm .select2 {
  width: 100% !important;
}

#frm-presenceForm th {
  width: 180px;
}

#presenceList .department {
  display: none;
}

#presence-alphabetically {
  display: none;
}

.fluid-list {
  border-top: 1px solid #ddd;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fluid-list:before, .fluid-list:after {
  content: "";
  border-left: 1px solid #ddd;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.fluid-list:before {
  left: 25%;
  border-right: 1px solid #ddd;
}
.fluid-list:after {
  right: 0;
}
.fluid-list > li {
  border-bottom: 1px solid #ddd;
  width: 25%;
  padding: 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.fluid-list > li:nth-child(3n) {
  border-right: 0;
}
.fluid-list > li strong {
  display: block;
}

.payment-list {
  border: 3px solid #008e49;
  margin: 30px 0;
  padding: 55px 15px 15px;
  position: relative;
}
.payment-list [class^=col] {
  padding-bottom: 15px;
}
.payment-list .id {
  background: #008e49;
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
}

#frm-invoiceEditForm {
  font: normal 300 16px "Open Sans", sans-serif;
}
#frm-invoiceEditForm .form-control {
  color: black;
}

/* ------ */
.rent-buttons {
  margin-bottom: 15px;
}
.rent-buttons .btn {
  margin-bottom: 15px;
}

.rentregister-detail .rents {
  position: absolute;
  top: 30px;
  left: 30px;
}
.rentregister-detail .rents div {
  border-radius: 3px;
  background: #008e49;
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 20px;
  color: #FFF;
}
.rentregister-detail .rents div span {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
.rentregister-detail .rents div strong {
  font-size: 28px;
  font-size: 1.75rem;
}
.rentregister-detail .rents div:nth-child(2) {
  background: #FFF;
  color: #008e49;
}
.rentregister-detail .tags {
  position: absolute;
  top: 30px;
  right: 30px;
}
.rentregister-detail .tags div {
  border-radius: 3px;
  background: #FFF;
  margin: 0 0 4px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  color: #008e49;
}
.rentregister-detail .img-fluid {
  width: 100%;
  min-height: 300px;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.rentregister-detail table {
  border-top: 2px solid #edefef;
  margin-top: 41px;
  font-size: 16px;
  color: #000;
}
.rentregister-detail table th, .rentregister-detail table td {
  border: 0;
  border-bottom: 2px solid #edefef;
  background: none;
  padding: 9px 6px;
  color: inherit;
}
.rentregister-detail table th {
  font-weight: bold;
}
.rentregister-detail table td {
  text-align: right;
}
@media screen and (min-width: 568px) {
  .rentregister-detail .tags div {
    min-width: 128px;
    padding: 9px 10px 9px 18px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .rentregister-detail .rents div {
    padding: 20px 31px 21px;
  }
  .rentregister-detail .rents div strong {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1366px) {
  .rentregister-detail .position-relative + .row {
    margin: 0 -39px;
  }
  .rentregister-detail .position-relative + .row .col {
    padding: 0 39px;
  }
}

.rentregister-files-list {
  margin-bottom: 19px;
  padding: 0;
  list-style: none;
  position: relative;
}
.rentregister-files-list li:not(:last-child) {
  padding-bottom: 5px;
}
.rentregister-files-list a {
  text-decoration: none !important;
}
.rentregister-files-list img {
  margin-right: 5px;
}

.datagrid-propertyTable .datagrid-toolbar {
  text-align: left;
}

.datagrid-rentTable .datagrid-toolbar {
  text-align: left;
}
.datagrid-rentTable .overdue td {
  background-color: #ffd5d5 !important;
  color: #700d0d;
}
.datagrid-rentTable .row-filters .datagrid-row-outer-filters-group,
.datagrid-rentTable .row-filters .datagrid-row-outer-filters-group + .col-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.datagrid-rentTable .filter-range-delimiter {
  display: none;
}
.datagrid-rentTable .form-inline .form-control {
  max-width: 92px;
}
.datagrid-rentTable .datagrid-manual-submit {
  margin-bottom: 12px;
}
@media screen and (min-width: 375px) {
  .datagrid-rentTable .filter-range-delimiter {
    display: block;
  }
  .datagrid-rentTable .form-inline .form-control {
    max-width: 100px;
  }
}
@media screen and (min-width: 667px) {
  .datagrid-rentTable .filter-range-delimiter {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .datagrid-rentTable .row-filters .datagrid-row-outer-filters-group,
.datagrid-rentTable .row-filters .datagrid-row-outer-filters-group + .col-sm {
    display: block;
  }
  .datagrid-rentTable .filter-range-delimiter {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .datagrid-rentTable .filter-range-delimiter {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .datagrid-rentTable .filter-range-delimiter {
    display: block;
  }
}

.datagrid-rentTable .text-muted {
  font-size: 1.2em;
  color: #000 !important;
}

.table-clickable td {
  cursor: pointer;
}

/* ------ */
/* ODMENY */
body.odmeny .alert {
  margin-bottom: 0;
}
body.odmeny .alert .fas {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.odmeny .alert .fas {
    display: inline-block;
  }
}

body.archiv .content-grid .rozpis {
  background: #FFF;
}
body.archiv .content-grid details {
  background: #edefef;
}
body.archiv .content-grid details .grid {
  border-color: #FFF;
}

body.vyplaty .rozpis {
  background: #FFF;
}
body.vyplaty .payment {
  margin-bottom: 30px;
}
body.vyplaty .payment.rejected .block {
  background: #f8d7da;
}
body.vyplaty .payment.rejected .block .superuser {
  color: #d7073d;
}
body.vyplaty .payment .block {
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.vyplaty .payment .block h2 {
  text-align: center;
}
body.vyplaty .payment .block .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body.vyplaty .payment .block .row .col:first-of-type {
  text-align: left;
}
body.vyplaty .payment .block .row .col:last-of-type {
  text-align: right;
}
body.vyplaty .payment .block .row a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
body.vyplaty .block {
  padding-bottom: 9px;
}
body.vyplaty .block table {
  margin-bottom: 10px;
}
body.vyplaty .block table td {
  text-align: left;
}
body.vyplaty .block table td:last-of-type {
  text-align: right;
}
body.vyplaty .r-icon {
  display: inline-block;
  border-radius: 50%;
  background: pink;
  width: 31px;
  height: 31px;
  position: relative;
}
body.vyplaty .r-icon.approve {
  background: #008e49;
}
body.vyplaty .r-icon.approve:before {
  content: "";
  border: solid #FFF;
  border-width: 0 4px 4px 0;
  width: 11px;
  height: 18px;
  position: absolute;
  left: 9.5px;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.vyplaty .r-icon.reject {
  background: #d7073d;
}
body.vyplaty .r-icon.reject:before, body.vyplaty .r-icon.reject:after {
  content: "";
  background: #FFF;
  width: 4px;
  height: 18px;
  position: absolute;
  left: 13.25px;
  top: 6px;
}
body.vyplaty .r-icon.reject:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.vyplaty .r-icon.reject:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

i.triangle {
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 7px solid #008e49;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
}
.open i.triangle, .desc i.triangle {
  border-top: 0;
  border-bottom: 7px solid #008e49;
}

i.approved {
  display: inline-block;
  background: url("../img/icons/approved.svg") 50% no-repeat;
  background-size: contain;
  width: 17px;
  height: 15px;
  margin-left: 1px;
}

.content-grid {
  padding: 20px 0 0 !important;
  font-weight: 400;
}
.content-grid .block {
  border-radius: 3px;
  background: #edefef;
  margin-bottom: 20px;
  padding: 17px 15px 20px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
.content-grid .block strong {
  display: block;
}
.content-grid .block .title {
  margin-bottom: 17px;
  font-size: 20px;
  font-size: 1.25rem;
}
.content-grid .block .funds {
  margin-bottom: 14px;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #008e49;
}
.content-grid .block label {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #008e49;
}
.content-grid .block table {
  border-bottom: 1px solid #FFF;
}
.content-grid .block table tr {
  border-top: 1px solid #FFF;
}
.content-grid .block table th, .content-grid .block table td {
  border: 0;
  background: none;
  padding: 5px 0;
  color: inherit;
}
.content-grid .block table th {
  padding-right: 0;
  font-weight: 600;
}
.content-grid .block table td {
  padding-left: 0;
  text-align: right;
}
.content-grid .block table td[colspan="2"] {
  text-align: left;
}
.content-grid .block table [data-toggle=poznamka] {
  position: relative;
}
.content-grid .block table [data-toggle=poznamka] .triangle {
  top: -2px;
}
.content-grid .block table .r-poznamka {
  display: none;
}
.content-grid .block table .r-poznamka td {
  text-align: left !important;
}
.content-grid .block-user {
  background: #edefef url("../img/icons/icon-check.svg") calc(100% - 14px) 15px no-repeat;
  background-size: 21px;
  display: block;
  text-decoration: none;
  line-height: 1.35;
  font-size: 16px;
  color: #000;
}
.content-grid .block-user + .block-user {
  margin-top: -20px;
}
.content-grid .block-user:hover, .content-grid .block-user.selected {
  background-color: #008e49;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23FFF' xmlns='http://www.w3.org/2000/svg' width='20.25' height='20.25' viewBox='30.76 3 20.25 20.25'><path d='M40.88 3C35.3 3 30.76 7.54 30.76 13.12s4.54 10.12 10.12 10.12S51 18.7 51 13.12 46.46 3 40.88 3zm0 18.25c-4.48 0-8.12-3.64-8.12-8.12C32.76 8.65 36.4 5 40.88 5S49 8.65 49 13.12c.01 4.49-3.64 8.13-8.12 8.13z'/><path d='M44.93 8.96a.996.996 0 0 0-1.41 0l-2.63 2.63-2.63-2.63a.996.996 0 1 0-1.41 1.41L39.47 13l-2.63 2.63a.996.996 0 0 0 .71 1.7c.26 0 .51-.1.71-.29l2.63-2.63 2.63 2.63c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 0 0 0-1.41L42.3 13l2.63-2.63a.996.996 0 0 0 0-1.41z'/></svg>");
  color: #FFF;
}
.content-grid .obdobi .block {
  padding: 0 15px;
}
.content-grid .obdobi .block [class^=col]:nth-of-type(2) {
  border-top: 1px solid #FFF;
}
.content-grid .obdobi .block table, .content-grid .obdobi .block tr {
  border: 0;
}
.content-grid .obdobi .block tr:last-of-type th, .content-grid .obdobi .block tr:last-of-type td {
  padding-top: 16px;
  padding-bottom: 16px !important;
}
.content-grid .obdobi .block th, .content-grid .obdobi .block td {
  padding: 7px 18px 7px 30px;
}
.content-grid .obdobi .block td[colspan="2"] {
  text-align: center;
}
.content-grid .obdobi .title {
  margin: 19px 0 7px;
  font-size: 16px;
  font-size: 1rem;
}
.content-grid .obdobi .funds {
  font-size: 40px;
  font-size: 2.5rem;
}
.content-grid .obdobi .availible-funds {
  background: #008e49;
  font-weight: bold;
  color: #FFF;
}
.content-grid .obdobi .availible-funds th, .content-grid .obdobi .availible-funds td {
  padding: 12px 18px 11px 30px;
}
.content-grid .obdobi a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
.as-button {
  color: #008e49;
  cursor: pointer;
}
.as-button:hover {
  text-decoration: underline;
}
.content-grid .obdobi .load-more {
  margin-bottom: 15px;
}
.content-grid .rozpis {
  background: #edefef;
  margin: 0 -15px;
  padding: 15px;
  text-align: center;
}
.content-grid .rozpis h2 {
  margin-bottom: 16px;
}
.content-grid .rozpis [data-toggle=archive] {
  display: block;
  margin: 7px 0 17px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.content-grid .sidebar .col-auto {
  width: calc(50% - 10px);
}
.content-grid .sidebar .col-1 {
  max-width: 20px;
  line-height: 33px;
  text-align: center;
}
.content-grid .sidebar form {
  margin: 11px 0 13px;
}
.content-grid .sidebar form div {
  position: relative;
}
.content-grid .sidebar label {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #008e49;
}
.content-grid .sidebar .btn {
  width: 100%;
}
.content-grid .sidebar .order-by {
  width: 50px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.content-grid .sidebar .order-by span {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-right: 5px;
  position: relative;
}
.content-grid .load-more {
  padding: 0 17px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
.content-grid .load-more i {
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 7px solid #008e49;
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: -1px;
}
.content-grid details {
  border-radius: 5px;
  background: #FFF;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 16px;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
.content-grid details[open] {
  background: #008e49 !important;
  color: #FFF;
}
.content-grid details[open] summary {
  padding-bottom: 12px;
}
.content-grid details[open] summary .grid {
  display: none;
}
.content-grid details:not([open]) summary .remuneration-type {
  display: none;
}
.content-grid details[open] summary [data-toggle=edit-detail] {
  display: block;
}
.content-grid details[open] .summary-chevron {
  border-top: 0;
  border-bottom: 7px solid #FFF;
}
.content-grid details[open] .summary-title {
  color: #FFF;
}
.content-grid details summary {
  list-style: none;
  padding: 14px 0;
  position: relative;
}
.content-grid details summary::-webkit-details-marker {
  display: none;
}
.content-grid details summary .row {
  margin: 0;
}
.content-grid details summary [class^=col]:nth-of-type(2) {
  padding-left: 10px;
}
.content-grid details summary [data-toggle=edit-detail] {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
}
.content-grid details summary [data-toggle=edit-detail] img {
  height: 18px;
}
.content-grid details .summary-chevron {
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 7px solid #008e49;
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 0;
}
.content-grid details .summary-title {
  padding-left: 15px;
  text-transform: uppercase;
  color: #008e49;
}
.content-grid details .grid {
  border-top: 1px solid #edefef;
  display: grid;
  grid-gap: 0;
  grid-template-columns: auto auto;
  margin-top: 7px;
  padding-top: 5px;
  padding-right: 0;
  position: relative;
}
.content-grid details .grid span {
  margin: 0;
  text-align: right;
}
.content-grid details .grid span:first-of-type {
  text-align: left;
}
.content-grid details .grid span:nth-of-type(3) {
  position: absolute;
  top: -26px;
  right: 0;
}
.content-grid details .summary-content {
  border-top: 1px solid #01aa58;
  cursor: default;
  padding: 0 0 20px;
  font-weight: 300;
  line-height: 1.5;
}
.content-grid details table {
  background: none;
}
.content-grid details table tr {
  border-bottom: 1px solid #01aa58;
}
.content-grid details table td {
  border: 0;
  background: none;
  padding: 4px 0;
}
.content-grid details table td:nth-of-type(2) {
  text-align: right;
}
.content-grid #load-more-remunerations {
  margin-top: 30px;
}
@media screen and (min-width: 667px) {
  .content-grid .rozpis {
    margin: 0;
  }
}
@media screen and (min-width: 800px) {
  .content-grid {
    padding-top: 40px !important;
    display: grid;
    grid-gap: 20px 30px;
    grid-template-columns: 1fr 307px;
  }
  .content-grid .block {
    margin-bottom: 30px;
    padding: 26px 18px 30px;
    text-align: left;
  }
  .content-grid .block .funds {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .content-grid .block table th, .content-grid .block table td {
    padding: 10px 5px;
  }
  .content-grid .block-user {
    padding: 16px 21px 17px;
  }
  .content-grid .obdobi .block tr:first-of-type th, .content-grid .obdobi .block tr:first-of-type td {
    padding-top: 20px !important;
  }
  .content-grid .obdobi .block tr:last-of-type th, .content-grid .obdobi .block tr:last-of-type td {
    padding-top: 14px;
    padding-bottom: 22px !important;
  }
  .content-grid .obdobi .block th, .content-grid .obdobi .block td {
    padding: 14px 18px 13px 30px;
  }
  .content-grid .obdobi .block td[colspan="2"] {
    text-align: right;
  }
  .content-grid .obdobi .title {
    margin: 21px 0 19px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .content-grid .obdobi .funds {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .content-grid .obdobi .load-more {
    margin-bottom: -8px;
  }
  .content-grid .rozpis {
    background: none;
    margin: 0;
    padding: 0;
  }
  .content-grid .rozpis .row-cols-md-2 .col {
    width: 100%;
  }
  .content-grid .rozpis h2 {
    text-align: left;
    margin-bottom: 19px;
  }
  .content-grid .sidebar {
    grid-column: 2;
    grid-row: 1/4;
  }
  .content-grid .sidebar > div {
    position: sticky;
    top: 30px;
  }
  .content-grid .load-more {
    text-align: right;
  }
  .content-grid details {
    background: #edefef;
    padding: 0 23px;
  }
  .content-grid details .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-grid details .summary-content {
    padding-top: 10px;
  }
  .content-grid details table td {
    padding: 7.5px 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-grid .obdobi .block {
    padding: 0 0 0 20px;
  }
  .content-grid .obdobi .block [class^=col]:nth-of-type(2) {
    border-top: 0;
    border-left: 1px solid #FFF;
  }
  .content-grid .rozpis .row-cols-md-2 .col {
    width: 50%;
  }
  .content-grid details .grid {
    border-color: #FFF;
    grid-template-columns: repeat(5, 1fr);
  }
  .archiv .content-grid details .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .archiv .content-grid details .grid span:last-of-type {
    text-align: right;
  }
  .content-grid details .grid span {
    margin: 0;
  }
  .content-grid details .grid span:first-of-type {
    grid-column: 1/4;
    min-width: 50%;
  }
  .content-grid details .grid span:nth-of-type(2) {
    text-align: left;
  }
  .content-grid details .grid span:last-of-type {
    position: static;
  }
}
@media screen and (min-width: 1180px) {
  .content-grid {
    grid-gap: 20px 74px;
  }
  .content-grid details summary {
    display: grid;
    grid-gap: 0 57px;
    grid-template-columns: repeat(2, 1fr);
    padding: 16.5px 0;
  }
  .content-grid details .grid {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .content-grid details .grid:nth-of-type(3) {
    display: none;
  }
  .content-grid details .row {
    margin: 0 -27.5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-grid details [class^=col] {
    padding: 0 27.5px;
  }
  .content-grid details [class^=col]:last-of-type {
    max-width: 560px;
  }
  .content-grid details .summary-chevron {
    top: 22px;
  }
}
@media screen and (min-width: 1680px) {
  .content-grid .rozpis .row-cols-md-2 .col {
    width: 33.33334%;
  }
  .director .content-grid .rozpis .row-cols-md-2 .col {
    width: 50%;
  }
  .content-grid details {
    font-size: 16px;
    font-size: 1rem;
  }
  .content-grid details .summary-chevron {
    top: 22px;
  }
}

/* ODMENY POPUP - universal */
#odmeny-popup {
  background: rgba(255, 255, 255, 0.96);
  width: 100vw;
  height: 100vh;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#odmeny-popup.open {
  opacity: 1;
  visibility: visible;
}
#odmeny-popup.detail #pop-edit, #odmeny-popup.payment #pop-pay {
  display: block;
}
#odmeny-popup.decisionOfApprovalOfPayment #pop-decisionOfApprovalOfPayment {
  display: block;
}
#odmeny-popup.decisionOfApprovalOfPayment #pop-decisionOfApprovalOfPayment {
  display: block;
}
#odmeny-popup #pop-edit,
#odmeny-popup #pop-pay {
  display: none;
}
#odmeny-popup #pop-pay form > div {
  border-bottom: 1px solid #FFF;
  margin-bottom: 14px;
  padding: 0 0 10px;
  text-align: center;
}
#odmeny-popup #pop-pay form > div:last-of-type {
  border: 0;
  margin: 0;
  padding-bottom: 5px;
}
#odmeny-popup #pop-pay input.funds {
  border: 0;
  outline: 0;
  background: none;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  color: #008e49;
}
#odmeny-popup #pop-pay input.funds::-webkit-input-placeholder {
  color: #008e49;
}
#odmeny-popup #pop-pay input.funds:-moz-placeholder {
  color: #008e49;
}
#odmeny-popup #pop-pay input.funds::-moz-placeholder {
  color: #008e49;
}
#odmeny-popup #pop-pay input.funds:-ms-input-placeholder {
  color: #008e49;
}
#odmeny-popup #pop-pay strong {
  display: block;
  margin-bottom: 10px;
}
#odmeny-popup .block {
  border-radius: 3px;
  background: #edefef;
  width: 100%;
  max-width: 321px;
  max-height: calc(100vh - 100px);
  margin: 0 18px;
  padding: 15px 0;
  position: relative;
}
#odmeny-popup .block form {
  padding: 11px 15px;
  max-height: calc(100vh - 130px);
  overflow: auto;
}
#odmeny-popup .block .funds {
  margin-bottom: 4px;
  font-size: 25px;
  color: #008e49;
}
#odmeny-popup .block a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
#odmeny-popup .block a + .btn {
  margin-top: 16px;
}
#odmeny-popup .block label {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #008e49;
}
#odmeny-popup .block .form-control,
#odmeny-popup .block .select2,
.sidebar .block .form-control,
.sidebar .block .select2 {
  margin-bottom: 14px;
}
.sidebar [type=date] {
  font-size: 10pt;
  padding: 0.25rem 0.25rem;
}
#odmeny-popup .block .btn {
  width: 100%;
  margin-top: 10px;
}
#odmeny-popup .block .ccheck {
  display: block;
  text-transform: none;
  font-weight: normal;
  color: #000;
}
#odmeny-popup .block .ccheck:nth-of-type(2) {
  margin-top: -6px;
}
#odmeny-popup .block .ccheck:last-of-type {
  margin-bottom: 16px;
}
#odmeny-popup .close {
  font-weight: 600;
  font-size: 45px;
  color: #008e49;
  position: absolute;
  bottom: 100%;
  right: 1px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #odmeny-popup #pop-pay {
    max-width: 321px;
  }
  #odmeny-popup .block {
    max-width: 720px;
  }
  #odmeny-popup .block textarea {
    min-height: 100px;
  }
}

#sub-header {
    background: #008e49;
    width: 100%;
}

.big-plus {
    background: url("../img/icons/big-plus.png");
    height: 52px;
    width: 52px;
    margin: 0 auto;
    cursor: pointer;
}

.radio-list input {
    margin-right: 4px;
}

.td-note {
    width: 75%;
}

a.approve,
a.reject {
    cursor: pointer;
}


.content-grid .not-fully-paid {
    background: #ffeebc;
}

.content-grid .not-fully-paid[open],
.content-grid .not-fully-paid[open] summary,
.content-grid .not-fully-paid[open] .summary-content {
    background: #ffeebc !important;
    color: #000;
}

.content-grid .not-fully-paid[open] .summary-chevron {
    border-bottom-color: #000;
}

.content-grid .not-fully-paid[open] .summary-title {
    color: #000;
}

.content-grid .not-fully-paid[open] summary [data-toggle="edit-detail"] img {
    filter: brightness(0);
}

.content-grid .not-fully-paid .summary-content {
    border-top: 1px solid #fff;
}

.content-grid .not-fully-paid table tr {
    border-bottom: 1px solid #fff;
}
/* ------ */
/* ZASADY */
.values-psn {
  width: auto;
  height: 77px;
  position: absolute;
  top: 80px;
  right: 190px;
  z-index: 2;
}
.values-psn * {
  fill: #008e49;
}

#values .carousel-item {
  height: 100vh;
  padding: 0 115px;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#values .carousel-item.active {
  opacity: 1;
  visibility: visible;
}
#values .carousel-item.active h2 {
  bottom: 0;
  left: 0;
  opacity: 1;
}
#values .carousel-item.active .value:before {
  opacity: 0.15;
}
#values .carousel-item.active.carousel-item-start {
  opacity: 0;
  visibility: hidden;
}
#values .carousel-item.carousel-item-next.carousel-item-start {
  opacity: 1;
  visibility: visible;
}
#values .carousel-control-next,
#values .carousel-control-prev {
  width: 100px;
}
@media screen and (min-width: 1920px) {
  #values .carousel-item {
    padding: 0 190px;
  }
}

@-webkit-keyframes opacity {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.values-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.values-list h1 {
  margin: 0 0 57px;
  font-size: 107px;
  color: #008e49;
  opacity: 0;
  -webkit-animation: 1s opacity forwards;
          animation: 1s opacity forwards;
}
.values-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  position: relative;
}
.values-list ul li {
  background: #FFF;
  display: inline-block;
  margin-bottom: 60px;
  position: relative;
  opacity: 0;
  -webkit-animation: 1s opacity forwards;
          animation: 1s opacity forwards;
}
.values-list .thumb {
  border-radius: 50%;
  background: #edefef;
  width: 271px;
  height: 271px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.values-list .thumb img {
  max-width: 100%;
}
.values-list .thumb + strong {
  display: block;
  max-width: 300px;
  line-height: 1.15;
  font-weight: 500;
  font-size: 37px;
}
@media screen and (min-width: 1920px) {
  .values-list ul li {
    margin: 0;
  }
}

.value {
  height: 100%;
  padding-top: 23vh;
  position: relative;
}
.value:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.value h2 {
  line-height: 1.2;
  font-weight: 500;
  font-size: 58px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.value h2 strong {
  display: block;
  margin-bottom: 0;
  line-height: 1.15;
  font-size: 107px;
  color: #008e49;
}
@media screen and (min-width: 1920px) {
  .value:before {
    width: 55%;
  }
  .value h2 {
    max-width: 56%;
  }
}

.value-1:before {
  background: url("../img/thumbs/building-1.svg") 100% 140% no-repeat;
  background-size: 115% auto;
  right: -33%;
}
.value-1 h2 {
  left: -33%;
}
.active .value-1:before {
  right: -120px;
}

.value-2:before {
  background: url("../img/thumbs/building-2.svg") 100% 152% no-repeat;
  background-size: 92% auto;
  bottom: 33%;
}
.value-2 h2 {
  bottom: -33%;
}
.active .value-2:before {
  bottom: 0;
}

.value-3:before {
  background: url("../img/thumbs/building-3.svg") 0 100% no-repeat;
  background-size: auto 37vh;
  bottom: -33%;
  right: -190px;
}
.value-3 h2 {
  bottom: 33%;
}
.active .value-3:before {
  bottom: 0;
}

.value-4:before {
  background: url("../img/thumbs/building-4.svg") 100% 125% no-repeat;
  background-size: 90% auto;
  right: -33%;
}
.value-4 h2 {
  left: -33%;
}
.active .value-4:before {
  right: -140px;
}

@media screen and (min-width: 1920px) {
  .value-1:before {
    background-size: auto 84vh;
  }

  .value-2:before {
    background: url("../img/thumbs/building-2.svg") 100% 102% no-repeat;
    background-size: auto 75vh;
  }
  .value-2 h2 {
    max-width: 50%;
  }

  .value-3:before {
    background-size: auto 67vh;
    width: 92%;
  }
  .value-3 h2 {
    max-width: 75%;
  }

  .value-4:before {
    background-size: auto 77vh;
  }
}

/* ------ */
/* POPTAVKY */
.events {
  margin-bottom: 30px;
}

.event-block {
  border-radius: 5px;
  background: #FFF;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 16px 15px;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
.event-block.finished .icon {
  background: #008e49;
}
.event-block.overdue {
  background: #f8d7da;
}
.event-block .test-flex {
  border-bottom: 1px solid #edefef;
  list-style: none;
  margin-bottom: 15px;
  padding: 14px 105px 14px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-block .test-flex > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.event-block .test-flex strong {
  margin-right: 16px;
}
.event-block .test-flex span {
  margin-right: 30px;
}
.event-block .icon {
  border-radius: 50%;
  background: #bfc4c4;
  width: 22px;
  height: 22px;
  margin-right: 13px !important;
  position: relative;
}
.event-block .icon:before {
  content: "";
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  width: 8px;
  height: 12px;
  position: absolute;
  left: 7px;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.event-block .controls {
  position: absolute;
  top: 16px;
  right: 0px;
  z-index: 1;
}
.event-block .controls .svg {
  width: 18px;
  height: 18px;
  margin-left: 15px;
  fill: #008e49;
}
@media screen and (min-width: 800px) {
  .event-block {
    background: #edefef;
    padding: 0 31px 15px 27px;
  }
  .event-block .test-flex {
    border-bottom: 1px solid #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .event-block .icon {
    width: 31px;
    height: 31px;
  }
  .event-block .icon:before {
    border-width: 0 4px 4px 0;
    width: 10px;
    height: 15px;
    left: 10px;
    top: 6px;
  }
}
@media screen and (min-width: 1680px) {
  .event-block {
    font-size: 16px;
    font-size: 1rem;
  }
}

.event-form {
  padding: 28px 31px 33px 27px !important;
}
.event-form .datetimepicker {
  border: 2px solid #ced3d3;
  width: 100%;
  padding: 0.41rem 0.75rem;
}
.event-form form {
  padding: 8px 0 0 !important;
  text-align: left;
}
.event-form form input, .event-form form textarea {
  margin-bottom: 16px;
}
.event-form form .btn {
  margin: 10px 0 0 auto !important;
}
.event-form label {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #008e49;
}
@media screen and (min-width: 720px) {
  .event-form .datetimepicker {
    max-width: 280px;
  }
  .event-form .btn {
    min-width: 260px;
  }
}
/*.col-action-inline-edit .btn-primary,
.col-action-inline-edit .btn-primary:hover {
  color: #fff;
}
.col-action-inline-edit .btn-primary:hover {
  background-color: #0c5fdb;
}*/
.col-action-inline-edit .btn-primary {
  background-color: #008e49;
  color: white;
}
.col-action-inline-edit .btn-primary:active,
.col-action-inline-edit .btn-primary:hover {
  background: #005b2f;
}
td .form-control {
  margin-bottom: 0;
}
.files-table [type=file] {
  width: 290px;
  float: left;
  margin-right: 10px;
}
.files-table td:last-child {
  text-align: right;
  width: 397px;
  white-space: nowrap;
}
.files-table .btn {
  padding: 8px;
  margin-bottom: 0;
}
.add-file {
  margin: 0;
}
select.form-control {
  padding-right: 1.75rem;
}
.archived td {
  background-color: #6c757d; 
}
.archived td,
.archived td a {
  color: #fff;
}

.width-50-percent td {
  width: 50%;
}

#frm-rentForm label {
  width: 100%;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
}

form th {
  word-break: keep-all;
}

#image-reduction-in-progress {
  display: none;
}

#frm-rentForm .form-control,
#frm-rentForm .form-control + .select2 {
  margin-bottom: 0;
}

/* ------ */

.reklamni-plochy .btn {
  margin: 5px 10px;
}
@media screen and (min-width: 720px) {
  .reklamni-plochy .btn {
    margin: 0;
  }
  .reklamni-plochy .btn + .btn {
    margin-left: 10px;
  }
}
@media (max-width: 440px) {
  .reklamni-plochy .files-table {
    text-align: center;
  }
  .reklamni-plochy .files-table thead {
    display: none;
  }
  .reklamni-plochy .files-table tbody {
    display: block;
  }
  .reklamni-plochy .files-table tr {
    border-bottom: 10px solid #FFF;
    display: block;
  }
  .reklamni-plochy .files-table td {
    border-top-width: 1px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .reklamni-plochy .files-table td:first-of-type {
    padding: 10px;
  }
}

.datagrid [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  font-size: 12.5px;
  position: relative;
  top: 1px;
}

#calculation-explanation {
  color: #333;
  font-size: 13px;
  margin-bottom: 14px;
}

.select2-container .select2-results__option.invisible {
    display: none;
}

.sortable-rows-noajax td {
  cursor: move;
  user-select: none;
}

.datagrid table {
  margin-top: 0;
}

.datagrid-rentFileTable .col-type {
  width: initial;
}

.datagrid-group-action-title {
  display: none;
}

.datagrid [name^='group_action'] {
  color: #000;
  background: #fff;
  width: initial;
}

input[name="agreement"],
input[name="disAgreement"],
input[name="downloadNewsMembersCsv"] {
    background: #008e49;
    border: none;
    padding: 10px;
    color: white;
    font-weight: bold;
}

input[name="disAgreement"] {
    background: crimson;
}

input[name="downloadNewsMembersCsv"] {
    background: #9e9e9e;
}

.newsAgreeText,
.newsDisAgreeText {
    font-weight: bold;
    color: #008e49;
}

.newsDisAgreeText {
    color: crimson;
}

input[name="agreement"],
input[name="disAgreement"],
input[name="downloadNewsMembersCsv"] {
    background: #008e49;
    border: none;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 10pt;
}

input[name="disAgreement"] {
    background: crimson;
}

input[name="downloadNewsMembersCsv"] {
    background: #9e9e9e;
}

.newsAgreeText,
.newsDisAgreeText {
    display: inline-block;
    font-weight: bold;
    color: #008e49;
}

.newsDisAgreeText {
    color: crimson;
}

.newsVoteSubmit {
    float: left;
    margin-right: 5px;
}
/*# sourceMappingURL=style.css.map */
