@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-container .select2-selection--single {
    padding: 0.15rem 0.3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.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;
}

.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: #01aa58;
}

.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 {
    background: #d7073d;
    color: #FFF;
}

.btn-danger:hover, .btn-danger:focus {
    background: #e04b59;
    color: #FFF;
}

.btn-danger:active, .btn-danger:not(:disabled):not(.disabled):active {
    background: #a71d2a;
}

.btn-plus {
    width: 100%;
    text-decoration: none !important;
    text-align: center;
    font-size: 200px;
    color: #ced3d3;
}

.btn-plus:hover {
    color: #008e49;
}

@media screen and (min-width: 1024px) {
    .btn-plus {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.btn-create {
    float: right;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 13px;
    color: #008e49;
    position: relative;
    top: -6px;
    cursor: pointer;
}

.btn-create:hover .fa-plus {
    background: #01aa58;
}

.btn-create .fa-plus,
.btn-reset .fa-times {
    border-radius: 50%;
    background: #1bcd77;
    width: 25px;
    height: 25px;
    margin-left: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    color: #FFF;
}

/* 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-rounded {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-top: -10px;
}

.table-rounded th, .table-rounded td {
    border: 0;
    padding: 11px 10px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
}

.table-rounded th:last-child, .table-rounded td:last-child {
    border-radius: 0 3px 3px 0;
    padding-right: 20px;
    text-align: right;
}

.table-rounded th:first-child, .table-rounded td:first-child {
    border-radius: 3px 0 0 3px;
    padding-left: 20px;
    text-align: left;
}

.table-rounded th {
    text-transform: uppercase;
    padding: 12px 10px;
    font-weight: 700;
    font-size: 13px !important;
}

.table-double {
    border-spacing: 0 5px;
    margin-top: -5px !important;
}

.table-double td {
    border: 0 !important;
    text-align: left !important;
    overflow: hidden;
}

.table-double .table-double--row td {
    position: relative;
    top: 5px;
}

.table-double .table-double--row td:first-child {
    border-radius: 3px 0 0 0;
}

.table-double .table-double--row td:last-child {
    border-radius: 0 3px 0 0;
}

.table-double .table-double--row:nth-of-type(2n) td {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #FFF !important;
    top: 0;
}

table {
    width: 100%;
    font-weight: 400;
}

table th,
.table th {
    background-color: #008e49;
    font-weight: bold;
    text-align: left;
    color: #FFF;
}

table th,
table td {
    padding: 5px 10px;
}

table tbody td .btn {
    margin-bottom: 10px;
}

table tbody td .btn:not(:last-child) {
    margin-right: 10px;
}

/* :not(:last-child) because of buttons at the end of the form */
table tbody tr:not(:last-child) td .btn:last-child {
    margin-bottom: 0;
}

table tbody td .btn + .btn {
    margin-left: 0;
}

table td.col-action:not(.col-action-inline-edit) {
    padding: 0 !important;
    text-align: right !important;
}

table td.col-action:not(.col-action-inline-edit) .btn {
    border-radius: 0;
    width: 42px;
    height: 42px;
    margin: 0 0 0 -4px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

table td.col-action:not(.col-action-inline-edit) .btn-secondary:last-of-type {
    background: #bfc4c4;
}

table td.col-action:not(.col-action-inline-edit) .fa-times-circle {
    font-size: 15px;
}

table tbody td {
    border-top: 3px solid #FFF;
    background: #edefef;
}

table .red-row td {
    background: #f8d7da;
    color: #d7073d;
}

table .green-row td {
    background: #008e49;
    color: #FFF;
}

/* ------ */
/* ALERTS */
.alert {
    border: 0;
    clear: both;
    margin: 40px 0;
}

[data-presenter="Homapage"] .alert {
    margin-top: 0;
}

.alert a {
    margin-right: 50px;
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.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 .count.big-number {
    font-size: 12px;
}

.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;
    }
}

@media screen and (min-width: 1180px) {
    .alert {
        margin-top: 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;
}

@media screen and (min-width: 1024px) {
    .px-lg-5 {
        padding-right: 33px !important;
        padding-left: 33px !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: bold;
    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 {
    margin-bottom: 54px;
}

.department:last-of-type {
    margin: 0;
}

/* ------ */
/* 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: bold;
    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 .nav-title {
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 2rem;
    color: #FFF;
}

#snippet--presenceList {
    padding: 0px 30px;
}

#snippet--presenceList.tv {
    margin-top: 100px;
}

#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;
    }
}

.present {
    color: #008e49;
}

.absent {
    color: #b3b9b9;
}

.absent img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.73;
}

.homeoffice {
    color: #1b85bd;
}

#presenceList li {
    margin: 0 5%;
}

@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%;
    }
}

#presenceList .name {
    font-size: 1.8rem !important;
}

@media (min-width: 1024px) {
    #presenceList .media {
        width: 29% !important;
    }
}

#presenceList .container {
    max-width: 95% !important;
}

#presenceList {
    margin: 0 auto;
    padding-top: 60px;
}

#presenceList .media {
    margin-bottom: 50px;
}

#presenceList .employee-photo {
    border: 0;
    background: #ddd;
}

#presenceList .media-body .name {
    display: flex;
    align-items: center;
}

#presenceList .name img {
    margin-left: 11px;
}

#presenceList .rank {
    border-radius: 50%;
    background: #008e49;
    display: inline-block;
    width: 43px;
    height: 43px;
    margin: 0 8px 0 0;
    line-height: 43px;
    text-align: center;
    font-size: 23px;
    color: #fff;
}

#presenceList .fulfillment {
    border-radius: 5px;
    border: 2px solid #ddd;
    max-width: 465px;
    height: 51px;
    margin: 12px 0 5px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

#presenceList .fulfillment-year {
    border-radius: 5px;
    border: 2px solid #ddd;
    max-width: 465px;
    height: 28px;
    margin: 12px 0 5px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

#presenceList .bar {
    background: #008e49;
    /*width: 75%;*/
    height: 100%;
    display: block;
}

#presenceList .percent {
    background: #fff;
    height: 100%;
    padding: 0 10px 0 30px;
    line-height: 51px;
    font-size: 40px;
    color: #008e49;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-weight: 500;
}

#presenceList .fulfillment-year .percent {
    font-size: 20px;
    line-height: 130%;
}

#presenceList .goal {
    font-weight: 500;
    font-size: 24px;
}

#presenceList body {
    zoom:  80%;
}

#presenceList .goal {
    font-size: 18px;
}

/* 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 {
    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 {
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
    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: 73px;
    }

    #presence .form-holder {
        padding: 38px 71px;
    }

    #presence .close {
        height: 73px;
        line-height: 73px;
        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: #FFF;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0;
    text-align: right;
    /*float: none;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}

.datagrid .datagrid-toolbar > span {
    margin: 0;
}

.datagrid .datagrid-toolbar .datagrid-exports {
    margin-left: auto;
}

.datagrid .datagrid-toolbar .btn {
    position: relative;
}

.datagrid .datagrid-toolbar .btn:not(.btn-danger) {
    border-radius: 0;
    background: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 13px;
    color: #008e49 !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.datagrid .datagrid-toolbar .btn:not(.btn-danger):after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.datagrid .datagrid-toolbar .btn:not(.btn-danger):hover {
    color: #1bcd77 !important;
}

.datagrid .datagrid-toolbar .btn-create {
    margin: 0 1em 0 0;
    position: static;
}

.datagrid .datagrid-toolbar .btn-create:after {
    display: none;
}

.datagrid .datagrid-toolbar .btn .fa {
    margin: 0 3px 0 0;
    font-size: 1rem;
    position: relative;
    top: -2px;
}

.datagrid .datagrid-toolbar .btn-create .fa {
    background: #1bcd77 !important;
}

.datagrid .datagrid-toolbar .btn-mail:after {
    background: url("../img/icons/icon-mailexport.svg") 0 0 no-repeat;
    background-size: auto 100%;
    width: 22px;
    height: 21px;
    margin-left: 9px;
    top: -4px;
}

.datagrid .datagrid-toolbar .btn-file:after {
    background: url("../img/icons/icon-file.svg") 0 0 no-repeat;
    background-size: auto 100%;
    width: 23px;
    height: 24px;
    margin-left: 7px;
    line-height: 30px;
    font-size: 6px;
    color: #FFF;
    top: -2px;
}

.datagrid .datagrid-toolbar .btn-file.csv:after {
    content: "csv";
}

.datagrid .datagrid-toolbar .btn-file.xls:after {
    content: "xls";
}

.datagrid .datagrid-toolbar .btn-file.xlsx:after {
    content: "xlsx";
}

.datagrid .datagrid-toolbar .btn-secondary:not(.dropdown-toggle) {
    border-radius: 3px;
    background: #008e49 !important;
    margin: 0 0 0 15px;
    padding: 8px;
    color: #FFF !important;
}

.datagrid .datagrid-toolbar .btn-secondary:not(.dropdown-toggle):after {
    display: none;
}

.datagrid .datagrid-settings .dropdown-toggle {
    margin-right: 0;
}

.datagrid .datagrid-settings .dropdown-toggle:before {
    content: "sloupce";
    color: inherit;
}

.datagrid .datagrid-settings .dropdown-toggle:after {
    display: block;
    border: 0;
    background: url("../img/icons/icon-settings.svg") 0 0 no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    margin-left: 7px;
    top: -1px;
}

.datagrid .datagrid-settings .dropdown-toggle .fa-cog {
    display: none;
}

.datagrid .datagrid-settings .dropdown-menu {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}

.datagrid .row-filters {
    background: #edefef;
    padding: 10px 15px 0;
}

.datagrid .datagrid-row-columns-summary td:first-child {
    border-left: 0;
}

.datagrid .datagrid-row-columns-summary td:last-child {
    border-right: 0;
}

.datagrid .filter-range-delimiter {
    padding: 0 5px;
}

.datagrid .dropzone {
    border-radius: 3px;
    border: 2px dashed #1bcd77;
    background: #FFF;
    min-height: auto;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 13px;
}

.datagrid .dropzone.dz-started {
    margin-bottom: 10px;
}

.datagrid .dropzone .dz-button {
    text-transform: uppercase;
    color: #1bcd77;
}

.datagrid .dropzone .dz-message {
    margin: 0;
}

.datagrid .dropzone .dz-preview {
    margin: 6px 0 0;
}

.datagrid .dropzone .dz-file-preview {
    text-align: center;
    min-height: initial;
    width: 100%;
    margin: 0;
}

.datagrid .dropzone .dz-file-preview * {
    display: none;
}

.datagrid table {
    font-size: 0.8rem;
}

.datagrid table thead tr.row-group-actions th {
    /*background-color: transparent;*/
    padding: 0;
    color: #000;
}

.datagrid table tbody tr td {
    border-top: 10px solid #FFF;
}

.datagrid table tbody tr td a {
    display: inline-block;
}

.datagrid table .col-file_complete {
    min-width: 80px;
}

.datagrid table td.col-action {
    width: auto;
}

.datagrid table thead th,
.datagrid table tbody td {
    padding: 10px 5px;
}

.datagrid table thead th:first-of-type,
.datagrid table tbody td:first-of-type {
    padding-left: 15px;
}

.datagrid table thead th:last-of-type,
.datagrid table tbody td:last-of-type {
    padding-right: 15px;
}

.datagrid table tbody td:first-of-type {
    border-radius: 3px 0 0 3px;
}

.datagrid table tbody td:last-of-type {
    border-radius: 0 3px 3px 0;
}

.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: 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-amount
.datagrid .col-date,
.datagrid .col-date_from,
.datagrid .col-date_to,
.datagrid .col-deleted,
.datagrid .col-price,
.datagrid .col-price_multicurrency,
.datagrid .col-upload_time {
    /*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,
.datagrid .col-price_multicurrency {
    width: 125px;
}

.datagrid .col-price .form-control,
.datagrid .col-price_wo_vat .form-control {
    min-width: 75px;
}

.datagrid .col-currency {
    width: 78px;
}

.datagrid .col-currency .form-control {
    width: 76px;
}

.datagrid .col-contact_date_from,
.datagrid .col-contact_date_to,
.datagrid .col-date,
.datagrid .col-date_from,
.datagrid .col-date_to,
.datagrid .col-deleted,
.datagrid .col-upload_time {
    width: 96px;
}

.datagrid .col-contact_date_from .form-control,
.datagrid .col-contact_date_to .form-control,
.datagrid .col-date .form-control,
.datagrid .col-date_from .form-control,
.datagrid .col-date_to .form-control,
.datagrid .col-deleted .form-control,
.datagrid .col-upload_time .form-control {
    width: 94px;
}

.datagrid .col-amount {
    width: 102px;
}

.datagrid .col-amount .form-control {
    width: 100px;
}

.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-city,
.datagrid .col-cadastral_territory {
    min-width: 144px;
}

.datagrid .col-street {
    min-width: 100px;
}

.datagrid .col-street_number {
    min-width: 40px;
}

.datagrid .col-street_number2 {
    min-width: 30px;
}

.datagrid .col-number_in_file {
    min-width: 57px;
}

.datagrid .col-building_number {
    min-width: 70px;
}

.datagrid .col-area_sum {
    min-width: 53px;
}

.datagrid .col-eva_state {
    min-width: 114px;
    white-space: nowrap;
}

.datagrid .col-state {
    min-width: 106px;
    white-space: nowrap;
}

.datagrid .col-client_type {
    min-width: 96px;
}

.datagrid .col-source {
    min-width: 124px;
}

.datagrid .col-client {
    min-width: 170px;
}

.datagrid .col-trader {
    min-width: 170px;
}

.datagrid .col-owner {
    min-width: 150px;
}

.datagrid .row-grid-bottom {
    border: 0;
    background: none;
    padding: 0.5rem 0 !important;
}

.datagrid .row-grid-bottom .form-control {
    margin: 0;
}

.datagrid .col-pagination {
    padding-top: 5px;
}

.datagrid .col-pagination .btn {
    border-radius: 15px;
    border: 2px solid #1bcd77;
    background: none;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    margin: 0 3px;
    padding: 0 5px;
    line-height: 1;
    color: #1bcd77;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datagrid .col-pagination .btn:first-child, .datagrid .col-pagination .btn:last-child {
    text-indent: -999em;
}

.datagrid .col-pagination .btn .fa {
    width: 0;
    height: 0;
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    text-indent: 0;
}

.datagrid .col-pagination .btn .fa:before {
    display: none;
}

.datagrid .col-pagination .btn .fa-arrow-left {
    border-right: 5px solid #1bcd77;
    margin-left: -1px;
}

.datagrid .col-pagination .btn .fa-arrow-right {
    border-left: 5px solid #1bcd77;
    margin-right: -1px;
}

.datagrid .col-pagination .btn.active {
    background: #1bcd77;
    color: #FFF;
}

.datagrid .col-pagination span {
    font-size: 16px;
}

.datagrid .form-inline .form-control,
.datagrid .form-inline input {
    margin: 0 1px 4px !important;
}

.datagrid .form-control {
    border: 0;
    min-width: 50px;
    margin-bottom: 6px;
}

.datagrid .select2-selection {
    border: 0 !important;
    min-height: auto !important;
    font-size: 12.8px !important;
}

.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: 568px) {
    .datagrid .datagrid-toolbar.eva {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .datagrid .datagrid-toolbar.eva > div {
        max-width: calc(100% - 200px);
    }
}

@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;
    }

    .datagrid .row-grid-bottom [class*=col-] {
        width: auto;
        padding: 0;
        position: sticky;
    }

    .datagrid .row-grid-bottom .col-items {
        left: 0;
    }

    .table-rounded td.row-grid-bottom {
        text-align: left;
    }

    .datagrid .row-grid-bottom .col-pagination {
        margin: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .datagrid .row-grid-bottom .col-per-page {
        float: right;
        right: 0;
    }
}

.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 .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;
}

.searchResultTable .topRow td {
    border-top: 20px solid #FFF;
    border-bottom: 0px;
}

.searchResultTable .botRow td {
    border-top: 0px;
    border-bottom: 20px solid #FFF;
}

#snippet-propertyCostsTable-grid .narrow-column {
    width: 80px;
}

#snippet-propertyCostsTable-tbody .marked td {
    background-color: #91cdff;
}

#snippet-propertyCostsTable-tbody .disapproved td {
    background-color: #ffaaaa;
}

#snippet-revisionsTable-tbody .expiry-soon td {
    background-color: #ffaaaa;
}


/* 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: 1200px) {
    #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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 61px;
    left: 0;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

#navbar .col-right {
    background: #01aa58;
    height: 73px;
}

#navbar .logo {
    display: block;
    width: 100px;
    opacity: 1;
    position: absolute;
    left: 15px;
    z-index: 9;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#navbar .logo img {
    width: 100%;
    height: 100%;
}

#navbar .user-controls {
    background: url("../img/icons/user.svg") 10px 50% no-repeat;
    background-size: auto 39px;
    padding: 15px 0 15px 65px;
    font-weight: 800;
    color: #FFF;
}

#navbar .user-controls strong {
    display: block;
}

#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 {
    margin-right: 3px;
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
}

#navbar .user-controls a.logout {
    margin-right: 0;
}

#navbar.open {
    border-bottom: 1px solid #01aa58;
}

#navbar.open .col-middle {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 568px) {
    #navbar .col-right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        max-width: 50%;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }

    #navbar .col-right:before {
        content: "";
        background: #1bcd77;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }
}

@media screen and (min-width: 1200px) {
    #navbar {
        border-bottom: 1px solid #FFF;
    }

    #navbar .container-fluid {
        padding: 0;
    }

    #navbar [class^=col] {
        position: static;
    }

    #navbar .col-left {
        height: 73px;
        padding: 0 15px;
    }

    #navbar .col-middle {
        height: 73px;
        opacity: 1;
        visibility: visible;
        overflow: visible;
    }

    #navbar .col-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: none;
        max-width: 350px;
        height: 73px;
        position: relative;
    }

    #navbar .col-right:before {
        background: #01aa58;
        width: 2px;
        height: calc(100% - (2 * 17px));
        top: 17px;
        left: auto;
        right: 100%;
    }

    #navbar .logo {
        position: static;
    }

    #navbar .user-controls a {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1600px) {
    #navbar .col-left {
        padding-left: 33px;
    }

    #navbar .col-right {
        padding-left: 30px;
        padding-right: 33px;
    }

    #navbar .logo {
        width: 117px;
        position: static;
    }

    #navbar .user-controls {
        background-position: 0 50%;
        padding: 4px 0 4px 55px;
    }
}

/* ------ */
/* MAIN MENU */
#main-menu {
    background: #008e49;
    width: 100%;
    text-transform: uppercase;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

#main-menu > ul > li > a {
    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;
    cursor: default;
}

#main-menu a[href] {
    cursor: pointer;
}

#main-menu .toggle {
    background: #1bcd77;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 9px;
    right: 20px;
    z-index: 999;
}

#main-menu .toggle:before {
    content: "";
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 3px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main-menu .toggle.active:before {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#main-menu .toggle.active + .sub-menu {
    display: block;
}
#main-menu .sub-menu {
    background: #01aa58;
    width: 100%;
    position: relative;
    padding: 10px;
    font-weight: 600;
    z-index: 10 !important;
    display: none;
}

#main-menu .sub-menu a, #main-menu .sub-menu .btn {
    border-radius: 2px;
    border: 1px solid #1bcd77;
    margin: 10px;
    padding: 2px 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

#main-menu .sub-menu a:hover, #main-menu .sub-menu a.active, #main-menu .sub-menu .btn:hover, #main-menu .sub-menu .btn.active {
    background: #1bcd77;
}

#main-menu .sub-menu .btn {
    line-height: inherit;
}

#main-menu .sub-menu .btn-gray {
    border-color: #bfc4c4;
    background: #edefef;
    color: #000;
}

@media screen and (min-width: 1200px) {
    #main-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        width: auto;
        max-width: none;
        max-height: none;
        height: 100%;
        display: block !important;
        margin: 0 26px 0 0;
        padding-bottom: 0;
        font-size: 1rem;
        position: static;
        top: 0;
        right: 0;
    }

    #main-menu > ul {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #main-menu > ul > li > a {
        border: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        place-items: center;
    }

    #main-menu > ul > li.active > a,
    #main-menu > ul > li:hover > a {
        background: #01aa58;
        position: relative;
        z-index: 11;
    }

    #main-menu li {
        display: inline-block;
        width: auto;
        position: static;
    }

    #main-menu li.active,
    #main-menu li:hover {
        background: #01aa58;
        text-decoration: none;
    }

    #main-menu li.active .sub-menu,
    #main-menu li:hover .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #main-menu li:hover {
        z-index: 20;
    }

    #main-menu .toggle {
        display: none;
    }

    #main-menu .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: auto;
        padding: 5px 28px;
        position: absolute;
        top: 73px;
        left: 0;
        right: 0;
        z-index: 10 !important;
        display: none;
    }

    #main-menu .sub-menu a, #main-menu .sub-menu .btn {
        margin: 5px;
    }
}

@media screen and (min-width: 1600px) {
    #main-menu {
        font-size: 18px;
        font-size: 1.125rem;
    }

    #main-menu > ul > li > a {
        padding: 0 21px;
    }
}

.menuInfo {
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #d7073d;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 5px;
    letter-spacing: -1px;
    text-indent: -2px;
    font-weight: 600;
    font-size: 12px;
}
@media screen and (min-width: 1200px) {
    .menuInfo {
        width: 25px;
        height: 25px;
        font-size: 14px;
        -webkit-transform: scale(0.85);
                transform: scale(0.85);
    }
}
@media screen and (min-width: 1600px) {
    .menuInfo {
        -webkit-transform: none;
                transform: none;
    }
}

/* ------ */
#header {
    background: #FFF;
}

#header .container {
    max-width: none;
    overflow: hidden;
}

#header h1 {
    margin: 0;
    font-weight: 700;
    font-size: 35px;
    font-size: 2.1875rem;
    color: #000;
}

#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 {
    margin-bottom: 23px;
    padding: 0 0 15px;
    position: relative;
}

#header .header-bottom:before {
    content: "";
    background: #edefef;
    width: 200vw;
    height: 2px;
    position: absolute;
    top: 100%;
    left: -50%;
}

#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 .container {
        padding: 0 33px;
        overflow: visible;
    }

    #header h1 {
        font-size: 40px;
        font-size: 2.5rem;
    }

    #header .sub-nav a {
        margin: 0 0 5px 22px;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1180px) {
    #header .container {
        padding-top: 51px;
    }

    body.invoice #header .container {
        padding-top: 85px;
    }
}

@media screen and (min-width: 2560px) {
    body.invoice #header .container {
        padding-top: 51px;
    }
}

[data-presenter="Homepage"] #header .container {
    padding-top: 0;
}

/* ------ */
.breadcrumb {
    margin: 4px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #9ba3a3;
}

.breadcrumb a {
    color: inherit;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "»";
}

/* ------ */
.categories-menu {
    background: #edefef;
    margin: 12px -5px -15px;
    padding: 10px 0;
    list-style: none;
    position: relative;
}

.categories-menu:before {
    content: "";
    background: #edefef;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
}

.categories-menu a {
    border-radius: 2px;
    border: 1px solid #9ba3a3;
    margin: 5px 3px;
    padding: 3px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #9ba3a3;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.categories-menu a:hover, .categories-menu a.active {
    background: #9ba3a3 !important;
    color: #FFF !important;
}

@media screen and (min-width: 1024px) {
    .categories-menu {
        padding: 5px 0 3px;
    }

    .categories-menu .menu-group {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        z-index: 1;
    }

    .categories-menu .menu-group a {
        border-radius: 0;
        border: 0;
        border-left: 1px solid #b3b9b9;
        background: #9ba3a3;
        margin: 0;
        padding: 4px 10px;
        color: #c2c7c7;
        position: relative;
    }

    .categories-menu .menu-group a:first-child {
        border-radius: 2px !important;
        border: 1px solid #9ba3a3;
        background: none;
        padding: 3px 10px;
        color: #9ba3a3;
    }

    .categories-menu .menu-group a:first-child.active {
        border-radius: 2px 0 0 2px !important;
        border: 0;
        background: #9ba3a3;
        top: -1px;
    }

    .categories-menu .menu-group a:first-child.active:after {
        content: ":";
    }

    .categories-menu .menu-group a:nth-child(n+2) {
        top: -1px;
    }

    .categories-menu .menu-group a:last-child {
        border-radius: 0 2px 2px 0;
    }
}

@media screen and (min-width: 1600px) {
    .categories-menu {
        padding: 10px 0;
    }

    .categories-menu a {
        margin: 0 3px;
    }
}

/* ------ */
/* 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: 73px;
        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;
}

#sidebar .accordion {
    padding-bottom: 26px;
}

#sidebar .accordion h2 {
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
}

#sidebar .accordion h2:after {
    content: "";
    background: url("data:image/svg+xml,%3csvg fill='%23000000' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") 0 0 no-repeat !important;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#sidebar .accordion h2.collapsed {
    margin-bottom: 0;
}

#sidebar .accordion h2.collapsed:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sidebar .accordion .show {
    padding-bottom: 8px;
}

@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;
}

/*.datagrid-row-outer-filters-group .control-label {
  margin-top: 5px;
}

#frm-reportFilterForm .datagrid-row-outer-filters-group label {
  margin-top: auto;
  margin-bottom: auto;
}*/

.sidebar-form legend {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #008e49;
}

.container-fluid > form > .row-filters label {
    margin-bottom: 7px;
}

.sidebar-form legend {
    margin-bottom: 18px;
}

.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 {
    -webkit-box-shadow: 0 0 10px 1px rgba(1, 1, 1, 0.16);
    box-shadow: 0 0 10px 1px rgba(1, 1, 1, 0.16);
    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: 40px;
}

.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,
.i-form .form-control + .select2 {
    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,
.form-block .form-group .form-control + .select2 {
    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 + *,
    .sidebar-form,
    #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]):not([type=submit]):not([type=radio]) {
    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;
}

.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;
}

/* ------ */
.sub-sub-menu {
    margin-bottom: 15px;
}

.sub-sub-menu .btn {
    margin-bottom: 15px;
}

.rentregister-detail > .position-relative {
    background: #edefef;
}

.rentregister-detail .rents {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.rentregister-detail .rents div {
    border-radius: 3px;
    background: #008e49;
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 12px;
    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 small {
    font-size: 24px;
    font-size: 1.5rem;
}

.rentregister-detail .rents div:nth-child(2),
.rentregister-detail .rents div:nth-child(3) {
    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 strong {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 0.9;
    }
}

@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 {
    display: block;
    min-height: 24px;
    padding-left: 32px;
    text-decoration: none !important;
    position: relative;
}

.rentregister-files-list img {
    position: absolute;
    left: 0;
}

.datagrid-propertyTable .datagrid-toolbar {
    text-align: left;
}

.datagrid-rentTable .datagrid-toolbar {
    text-align: left;
}

.datagrid .overdue td {
    background-color: #ffd5d5 !important;
    color: #700d0d;
}

.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 .form-inline .form-control {
        max-width: 100px;
    }
}

.datagrid-rentTable .text-muted {
    font-size: 1.2em;
    color: #000 !important;
}

.table-clickable td:not(.col-checkbox) {
    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;
}

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;
    padding: 0;
    position: absolute;
    top: 19px;
    left: 0;
}

details[open] .summary-chevron {
    border-top: 0;
    border-bottom: 7px solid #FFF;
}

details > summary {
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

.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;
    position: relative;
}

.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 .thumb {
    display: block;
    margin-bottom: 15px;
}

.content-grid .block label {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #008e49;
}

.content-grid .block label.font-normal {
    text-transform: lowercase;
    font-weight: normal;
    color: #000;
}

.content-grid .block textarea.form-control {
    min-height: auto;
}

.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: 700;
}

.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 .btn + .btn {
    margin-top: 10px;
    margin-left: 0;
}

.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 .sidebar td.details {
    padding: 0;
}

.content-grid .sidebar details {
    border-radius: 0;
    background: #edefef;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0 15px;
    color: #008e49;
}

.content-grid .sidebar details .summary-chevron {
    top: 10px;
}

.content-grid .sidebar details summary {
    display: block;
    padding: 0 0 0 19px;
}

.content-grid .sidebar details summary a {
    color: inherit;
    -webkit-transition: none;
    transition: none;
}

.content-grid .sidebar details table, .content-grid .sidebar details tr {
    border: 0;
}

.content-grid .sidebar details[open] > table tr {
    border-top: 1px solid #01aa58;
}

.content-grid .sidebar .list-files {
    list-style: none;
    margin: 0 0 4px;
    padding: 2px 0 0;
}

.content-grid .sidebar .list-files li {
    padding: 5.5px 0;
}

.content-grid .sidebar .list-files a {
    display: block;
    padding: 4px 0 4px 32px;
    position: relative;
}

.content-grid .sidebar .list-files a:before {
    content: attr(data-ext);
    background: url("../img/icons/file.svg") 0 0 no-repeat;
    background-size: 23px 24px;
    width: 23px;
    height: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 7px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}

.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 !important;
}

.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-title {
    color: #FFF;
}

.content-grid details summary {
    list-style: none;
    padding: 14px 0;
    position: relative;
    -webkit-appearance: 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-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;
}

#remunerations-breakdown .load-more {
    margin-top: 20px;
}

.content-grid .block-buttons .btn {
    margin: 0 15px 15px 0;
}

.content-grid .remove-block {
    font-weight: bold;
    font-size: 32px;
    color: #ced3d3;
    position: absolute;
    top: 17px;
    right: 27px;
    z-index: 1;
    cursor: pointer;
}

.content-grid .block-buttons .btn {
    margin: 0 15px 15px 0;
}

@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-full-width {
        grid-template-columns: none;
    }

    .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:not(.not-sticky) {
        position: sticky;
        top: 30px;
    }

    .content-grid .load-more {
        margin-top: -12px;
        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;
    }

    .content-grid .sidebar details {
        width: calc(100% + 36px);
        margin: 0 -18px;
        padding: 0 18px;
    }

    .content-grid .sidebar details .summary-chevron {
        top: 16px;
    }
}

@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-edit .radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#odmeny-popup #pop-edit .radio-list label {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 20px;
    position: relative;
}

#odmeny-popup #pop-edit .radio-list label:first-child {
    width: 100%;
    padding-left: 0;
}

#odmeny-popup #pop-edit .radio-list label input {
    position: absolute;
    top: 4px;
    left: 0;
}

#odmeny-popup #pop-edit .radio-list br {
    display: none;
}

#odmeny-popup #pop-pay form > div,
#calculation-explanation {
    margin-bottom: 14px;
}

#calculation-explanation {
    min-height: 24px;
}

#odmeny-popup #pop-pay form > div {
    border-bottom: 1px solid #FFF;
    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;
}

/* ------ */
/* 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.active {
    background: #7bdde1;
}

.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;
}

.event-form.green {
    background: rgba(0, 142, 73, 0.1);
}

@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,
td .form-control + .select2 {
    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,
.js-table .btn {
    padding: 8px;
    margin-bottom: 0;
}

.content-block .files-table td {
    background: #FFF;
}

#rent-prices-table .btn-create,
.files-table .btn-create {
    position: absolute;
    top: 0;
    right: 0;
}

#rent-files-table td:nth-child(1) {
    width: 220px;
}

#rent-files-table td:nth-child(2) .form-control {
    min-width: 390px;
}

#rent-files-table td:nth-child(4) {
    width: 106px;
}

#rent-prices-table td:nth-child(1) {
    width: 143px;
}

#rent-prices-table td:nth-child(2),
#rent-prices-table td:nth-child(3) {
    width: 195px;
}

/*#rent-price-table td:nth-child(4) {
  width: 106px;
}*/

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(0.375rem + 1px);
    padding-bottom: calc(0.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;
}

#snippet-rentPriceTable-grid table thead tr th {
    padding: 12px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

#snippet-rentPriceTable-grid table thead tr.row-group-actions th {
    padding: 0;
}

#snippet-rentPriceTable-grid .datagrid-toolbar {
    height: 0;
    margin: 0;
    padding: 0;
}

#snippet-rentPriceTable-grid .datagrid-toolbar .btn {
    background: none;
    padding: 0;
    font-size: 14px;
    position: absolute;
    top: -39px;
    right: 9px;
    cursor: pointer;
}

#snippet-rentPriceTable-grid .datagrid-toolbar .btn:before {
    content: "přidat záznam";
    color: #008e49;
}

#snippet-rentPriceTable-grid .datagrid-toolbar .btn .fa-plus {
    border-radius: 50%;
    background: #008e49;
    width: 29px;
    height: 29px;
    margin-left: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.15rem;
    color: #FFF;
}

/* ------ */
.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;
    }
}

/* ------ */
/* EVA */
.eva-detail .alert .task-date {
    min-width: 219px;
}

.eva .alert {
    display: block;
    margin: 0 0 10px;
    text-decoration: none;
    text-align: left;
}

.eva .alert .task-date {
    border-radius: 3px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 2px 9px 2px 11px;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
}

.eva .alert .task-type {
    min-width: 62px;
    margin-right: 10px;
    display: inline-block;
}

.eva details.alert summary {
    padding-right: 30px;
}

.eva details.alert .summary-chevron {
    border-top-color: #d7073d;
    left: auto;
    right: 20px;
}

.eva details.alert[open] .summary-chevron {
    border-bottom-color: #d7073d;
}

.eva details.alert .col {
    margin-bottom: 10px;
}

.eva details.alert .col:last-of-type {
    margin-bottom: 0;
}

.eva .alert-success {
    background: rgba(0, 142, 73, 0.1);
    color: #008e49;
}

.eva .alert-success .task-date {
    background: #008e49;
}

.eva .alert-danger {
    color: #d7073d;
}

.eva .alert-danger .task-date {
    background: #ca1e1e;
}

.eva .input-group .form-control {
    margin: 0 10px 0 0;
}

.eva .input-group .form-control,
.eva .input-group .btn {
    border-radius: 3px !important;
}

.eva .btn {
    min-height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.eva .event-form .btn {
    width: 100%;
    min-width: auto;
}

.eva .rozpis {
    background: none;
    margin-bottom: 15px;
}

.eva .gallery .col {
    margin-bottom: 15px;
}

.eva .gallery .col:nth-child(n+4) {
    display: none;
}

.eva .gallery .thumb {
    background: #edefef;
    display: block;
    height: 100%;
    position: relative;
    aspect-ratio: 1/1;
}

.eva .gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.eva .gallery .caption {
    background: rgba(0, 142, 73, 0.8);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.eva .gallery .caption:hover {
    background: rgba(0, 142, 73, 0.9);
}

.eva .gallery .caption span {
    margin-right: 5px;
}

.eva .table-responsive {
    white-space: nowrap;
}

.eva .table-rounded tr:last-of-type td {
    border: 0 !important;
}

.eva .load-more {
    margin-top: -14px;
    margin-bottom: 7px;
}

.eva .load-more a {
    padding-left: 26px;
    position: relative;
}

.eva .load-more i {
    border: 0;
    margin: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    position: absolute;
    top: -11px;
    left: 0;
}

.eva .load-more i:before {
    content: "+";
}

@media screen and (min-width: 667px) {
    .eva .alert .task-date {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 11px 0 0;
    }

    .eva .gallery .col {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .eva .content-grid .col-md > .block {
        height: 100%;
        position: relative;
    }
}

@media screen and (min-width: 1024px) {
    .eva details.alert summary {
        padding-right: 0;
    }

    .eva details.alert summary .col {
        margin: 0;
    }

    .eva details.alert .col {
        margin: 10px 0 0;
    }

    .eva .rozpis {
        margin-bottom: -20px;
    }

    .eva .event-form {
        margin-bottom: 0;
    }

    .eva .table-responsive {
        white-space: normal;
    }

    .eva .table-rounded {
        word-break: normal;
    }
}

/* ------ */

/* POPTAVKY */
.content-grid.poptavky .sidebar > div,
.content-grid.poptavky .sidebar .block {
    height: 100%;
}

.content-grid.poptavky .sidebar > div .btn,
.content-grid.poptavky .sidebar .block .btn {
    margin-bottom: 13px;
}

.content-grid.poptavky .sidebar > div .btn + .btn,
.content-grid.poptavky .sidebar .block .btn + .btn {
    margin-left: 0;
}

.content-grid.poptavky .sidebar .block.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.content-grid.poptavky .sidebar .block.equal .btn {
    margin: 6.5px 0;
}

.content-grid.poptavky .sidebar .remove-block {
    right: 15px;
}

@media screen and (min-width: 800px) {
    .content-grid.poptavky .rozpis .block,
    .content-grid.poptavky .sidebar .block {
        margin-bottom: 0;
    }

    .content-grid.poptavky .sidebar {
        grid-row: 1/3;
    }
}

.row-poptavka {
    border-radius: 3px;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 14px;
    position: relative;
    /*.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0;
    border-radius: 3px;
    background: $gray;

    span {
      float: right;
      margin: 0 0 0 2px;
    }
  }*/
}

.row-poptavka .date {
    display: inline-block;
    width: 105px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.row-poptavka .select2 {
    display: inline-block;
    width: calc(100% - 140px);
}

.row-poptavka .select2-selection {
    border: none !important;
}

.row-filters .select2 {
    height: 92%;
}

.row-filters .select2-selection--multiple {
    height: 100%;
}

.row-filters .select2-selection--multiple .select2-selection__choice,
.datagrid thead .select2-selection--multiple .select2-selection__choice,
.row-poptavka .select2-selection--multiple .select2-selection__choice {
    border: none;
    border-radius: 3px;
    background: #edefef;
    display: inline-block;
    padding: 3px;
}

.datagrid thead .select2-selection__choice {
    color: #000;
    font-weight: normal;
    text-transform: none;
}

/* ------ */

.datagrid [type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    font-size: 12.5px;
    position: relative;
    top: 1px;
}

.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;
}

/* ------ */

/* EVA */
.eva-detail .alert .task-basic-info {
    min-width: 239px;
}

.eva .alert {
    display: block;
    margin: 0 0 10px;
    text-decoration: none;
    text-align: left;
}

.eva .alert .task-basic-info {
    border-radius: 3px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 2px 9px 2px 11px;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
}

.eva details.alert summary {
    padding-right: 30px;
}

.eva details.alert .summary-chevron {
    left: auto;
    right: 20px;
}

.eva details.alert-success .summary-chevron {
    border-top-color: #008e49;
}

.eva details.alert-success[open] .summary-chevron {
    border-bottom-color: #008e49;
}

.eva details.alert-danger .summary-chevron {
    border-top-color: #d7073d;
}

.eva details.alert-danger[open] .summary-chevron {
    border-bottom-color: #d7073d;
}

.eva details.alert .col {
    margin-bottom: 10px;
}

.eva details.alert .col:last-of-type {
    margin-bottom: 0;
}

.eva a.alert-success {
    background: rgba(0, 142, 73, 0.1);
    color: #008e49;
}

.eva details .task.alert-success {
    background: initial;
}

.eva .task.alert-success .task-basic-info {
    background: #008e49;
}

.eva .task.alert-danger {
    color: #d7073d;
}

.eva .task.alert-danger .task-basic-info {
    background: #ca1e1e;
}

.eva .input-group .form-control {
    margin: 0 10px 0 0;
}

.eva .input-group .form-control,
.eva .input-group .btn {
    border-radius: 3px !important;
}

.eva .btn {
    min-height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.eva .event-form .btn {
    width: 100%;
    min-width: auto;
}

.eva .rozpis {
    margin-bottom: 15px;
}

.eva .gallery .col {
    margin-bottom: 15px;
}

.eva .gallery .col:nth-child(n+4) {
    display: none;
}

.eva .gallery .thumb {
    display: block;
    height: 100%;
    position: relative;
}

.eva .gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.eva .gallery .caption {
    background: rgba(0, 142, 73, 0.8);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.eva .gallery .caption:hover {
    background: rgba(0, 142, 73, 0.9);
}

.eva .gallery .caption span {
    margin-right: 5px;
}

.eva .table-responsive {
    white-space: nowrap;
}

.eva .load-more {
    margin-top: -14px;
    margin-bottom: 30px;
}

.eva .load-more a {
    padding-left: 26px;
    position: relative;
}

.eva .load-more i {
    border: 0;
    margin: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    position: absolute;
    top: -11px;
    left: 0;
}

.eva .load-more i:before {
    content: "+";
}

@media screen and (min-width: 667px) {
    .eva .alert .task-basic-info {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 11px 0 0;
    }

    .eva .gallery .col {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .eva .content-grid .col-md > .block {
        height: 100%;
        position: relative;
    }
}

@media screen and (min-width: 1024px) {
    .eva details.alert summary {
        padding-right: 0;
    }

    .eva details.alert summary .col {
        margin: 0;
    }

    .eva details.alert .col {
        margin: 10px 0 0;
    }

    .eva .rozpis {
        margin-bottom: -20px;
    }

    .eva .event-form {
        margin-bottom: 0;
    }

    .eva .table-responsive {
        white-space: normal;
    }

    .eva .table-rounded {
        word-break: normal;
    }
}

.input-group-append {
    display: none;
}

.sortable .image {
    border: 1px solid #eee;
    cursor: move;
    float: left;
    margin: 12px 12px 12px 0;
    padding: 8px;
    position: relative;
}

.image .delete-image {
    background: red;
    color: white;
    font-size: 14pt;
    padding: 2px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.image img {
    height: 120px;
}

.delete-all-images {
    clear: both;
    display: block;
    cursor: pointer;
}

.delete-all-images:hover {
    text-decoration: underline;
}

#show-all-tasks {
    font-size: 18pt;
    text-align: center;
    cursor: pointer;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.datagrid-col-filter-date-range {
    max-width: 100px;
}

.datagrid .datagrid-col-filter-date-range .input-group > div {
    /*margin: 0 !important;*/
}

.datagrid .datagrid-col-filter-date-range .form-control {
    max-width: 95px;
    margin: 0;
}

.open-in-misys:before {
    content: "";
    background: url("../img/icons/mysis.svg") 0 0 no-repeat;
    background-size: 16px;
    width: 24px;
    height: 16px;
}

.image-for-crop {
    margin-bottom: 15px;
}

.image-for-crop .crop-wrapper {
    position: relative;
}

.image-for-crop .crop-wrapper.disabled .crop-overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
}

.image-for-crop .croppie-container .cr-boundary {
    width: 100% !important;
    min-height: 325px;
}

@media (min-width: 1440px) {
    .image-for-crop {
        width: calc(50% - 20px);
        margin: 0 10px 15px;
    }
}

@media (min-width: 2560px) {
    .image-for-crop {
        width: calc(33% - 20px);
    }
}

.form-check {
    text-align: center;
}

[name$='[is_part]'] {
    position: relative;
    top: 9px;
}

#frm-propertyForm .remove-block {
    top: 0px;
    right: 10px;
}

.copy-companion {
    cursor: pointer;
}

.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;
    padding-bottom: 10px;
    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;
}

#rent-report {
    width: 30%;
}

.week-picker-block h2 {
    text-align: center;
    padding: 0 0 19px 0;
    margin-bottom: 0;
}

.week-picker .ui-datepicker {
    width: 100%;
    padding: 0;
}

.week-picker .ui-datepicker-header .ui-icon {
    background-image: url("https://download.jqueryui.com/themeroller/images/ui-icons_008e49_256x240.png");
}

.week-picker .ui-datepicker-header {
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    padding: 7px 0;
}

.week-picker .ui-datepicker-title {
    font-size: 13px;
    font-weight: bolder;
    text-transform: uppercase;
}

.week-picker .ui-datepicker-prev,
.week-picker .ui-datepicker-next {
    border: none;
    cursor: pointer;
    top: 5px;
}

.week-picker .ui-datepicker-prev {
    left: 0;
}

.week-picker .ui-datepicker-next {
    right: 0;
}

.week-picker table.ui-datepicker-calendar {
    border-bottom: none;
}

.week-picker th {
    text-align: left;
    text-transform: uppercase;
}

.week-picker .ui-datepicker .ui-datepicker-prev span,
.week-picker .ui-datepicker .ui-datepicker-next span {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    background: none;
    width: 0;
    height: 0;
}

.week-picker .ui-datepicker .ui-datepicker-prev span {
    border-right: 7px solid green;
}

.week-picker .ui-datepicker .ui-datepicker-next span {
    border-left: 7px solid green;
}

.week-picker .ui-datepicker-calendar tr td a {
    background: none;
    border: none;
}

.week-picker :not(.ui-datepicker-current-day) a {
    color: #000;
}

.week-picker .ui-datepicker-current-day a {
    color: #fff;
}

.ui-widget.ui-widget-content {
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

.week-picker table.ui-datepicker-calendar {
    background: none;
}

.week-picker table.ui-datepicker-calendar tr {
    background: none;
    border: none;
}

.week-picker .ui-datepicker td {
    cursor: pointer;
    padding: 5px;
}

.week-picker .ui-datepicker td a {
    text-align: left;
    padding: 0;
}

.week-picker table td.ui-state-hover {
    background: #008e49;
}

.week-picker table td.ui-state-hover a {
    color: #fff;
}

.week-picker table td.ui-datepicker-current-day {
    background: #008e49;
}

.week-picker table td.ui-datepicker-current-day.highlighted-day {
    background: #bd3232;
}


#trader-omission-block .sidebar-form {
    margin: 0;
    padding: 0;
}

#omitted-traders {
    padding: 0;
}

#omitted-traders li {
    display: inline-block;
    background: #fff;
    border: none;
    border-radius: 3px;
    margin: 3px;
    padding: 3px;
}

#omitted-traders li .remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

#omitted-traders li .remove:hover {
    color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.demand-trader-selection + .select2 .select2-selection__rendered {
    line-height: 33px;
    color: #000;
}

.row-grid-bottom .text-muted {
    white-space: nowrap;
}

.gray-background {
    background: #edefef;
    border-radius: 3px;
}

.gray-background h2 {
    margin: 12px;
}

#chart-interval-data-wrapper {
    border-bottom: 2px solid #fff;
    padding: 0 15px;
}

#chart-interval-data {
    overflow: auto;
}

#chart-interval-data-sidebar .sidebar-form {
    padding: 0 15px;
    margin-bottom: 30px;
}

#chart-interval-data-sidebar h2 {
    margin-left: 0;
}

#chart-interval-data-sidebar #period {
    margin-top: 157px;
}

#chart-interval-data-sidebar :checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

#chart-interval-data-sidebar [name=yield]:checked {
    background-color: #138e49;
    border-color: #138e49;
}

#chart-interval-data-sidebar [name=services_flat_rate]:checked {
    background-color: #01aa58;
    border-color: #01aa58;
}

#chart-interval-data-sidebar [name=occupancy]:checked {
    background-color: #080807;
    border-color: #080807;
}

#chart-interval-data-sidebar [name=owners_costs]:checked {
    background-color: #8e1e36;
    border-color: #8e1e36;
}

#chart-interval-data-sidebar [name=costs]:checked {
    background-color: #d6173f;
    border-color: #d6173f;
}

#yield-value {
    font-size: 25px;
    font-weight: bold;
    line-height: 0.8;
}

#interval-data {
    display: none;
}

.main-photo.btn-secondary {
    cursor: default;
}

@media (min-width: 576px) {
    #chart-interval-data-wrapper {
        border: 2px solid #fff;
        border-width: 0 2px 0 0;
    }
}

@media (min-width: 1024px) {
    #chart-interval-data-sidebar {
        max-width: 275px;
    }
}

@media (min-width: 1600px) {
    #chart-interval-data {
        overflow: visible;
    }
}

/* ------ */

.content-block {
    border-radius: 3px;
    background: #edefef;
    margin-bottom: 20px;
    padding: 17px 15px 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    clear: both;
}

.content-block h2,
.content-block legend {
    margin-bottom: 19px;
    font-weight: 800;
    font-size: 20px;
    font-size: 1.25rem;
}

.content-block label {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #008e49;
}

@media screen and (min-width: 800px) {
    .content-block {
        margin-bottom: 30px;
        padding: 26px 25px 30px;
        text-align: left;
    }
}

.position-sticky {
    position: sticky;
    top: 30px;
}

.col-items {
    text-align: left;
}

.col-full {
    width: 100% !important;
}

/*.datagrid .table-rounded {
    border-spacing: 0;
}

.datagrid .table-rounded td {
    border-top: 10px solid white;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}*/

#snippet-rentFileTable-table tr:nth-child(3) th:first-child {
    border-radius: 0;
}

#frm-rentMonthlyDataTable-filter-filter-year {
    width: 60px;
}

#frm-rentMonthlyDataTable-filter-filter-month {
    min-width: 40px;
    width: 40px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 2px 0px;
    border-radius: 15px;
    font-size: 18px;
    text-align: center;
}

.btn-circle i {
    padding-left: 1px;
}

#other-contacts td:nth-child(1) {
    width: 23%;
}

#other-contacts td:nth-child(2) {
    width: 16%;
}

#other-contacts td:nth-child(3) {
    width: 33%;
}

#other-contacts td:nth-child(4) {
    width: 28%;
}

#snippet-propertyTable-table .col-street {
    width: 180px;
}

.datagrid-propertyTable .row-filters .datagrid-row-outer-filters-group:not(:first-child) {
    display: none;
}

.datagrid-col-filter-date-range .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.datagrid-col-filter-range .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
}

#select-all-cost-types,
#remove-all-cost-types {
    cursor: pointer;
}

.iti__flag {
    background-image: url("../node_modules/intl-tel-input/build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../node_modules/intl-tel-input/build/img/flags@2x.png");
    }
}

.iti--allow-dropdown .iti__flag-container {
    position: absolute;
}

fieldset + fieldset {
    margin-top: 12px;
}

.doublecol-form textarea {
    width: 100%;
}

.col-action .btn {
    margin-bottom: 0;
}

#new-demands .date,
#reception-mails .date {
    min-width: 160px;
    width: 160px;
}

#new-demands .box,
#reception-mails .box {
    min-width: 164px;
    width: 164px;
}

#new-demands .person,
#reception-mails .person {
    min-width: 165px;
    width: 165px;
}

#new-demands .phone,
#reception-mails .phone {
    min-width: 106px;
    width: 106px;
}

#new-demands .email,
#reception-mails .email {
    min-width: 260px;
    width: 260px;
    white-space: nowrap;
}

#reception-mails .email {
    min-width: 270px;
}

#new-demands .checkbox {
    min-width: 49px;
    width: 49px;
}

#new-demands .source {
    min-width: 190px;
    width: 190px;
}

#new-demands .unit {
    min-width: 96px;
    width: 96px;
}

#new-demands .state {
    min-width: 73px;
    width: 73px;
}

#new-demands .trader {
    min-width: 180px;
}

.grid-item.sidebar th {
    word-break: normal;
}

.inline-block {
    display: inline-block;
}

.inline-block label {
    display: inline;
}

.width-initial {
    width: initial;
}

#reception-mails [name="box"] {
    width: 210px;
}

#frm-adminTable-filter-inline_edit-remunerations_from_system_1,
#frm-adminTable-filter-inline_edit-remunerations_from_system_2 {
    width: 100px;
}

#frm-remunerationForm [type=radio] {
    margin-right: 3px;
}

.header-right {
    text-align: right;
}

.header-right .select2 {
    margin-top: 3px;
}

.datagrid-advertisingAreaTable img {
    max-height: 150px;
}

#frm-propertyAdvertisingAreasForm [name$='width]'],
#frm-propertyAdvertisingAreasForm [name$='width]'] + span,
#frm-propertyAdvertisingAreasForm [name$='height]'] {
    float: left;
}

#frm-propertyAdvertisingAreasForm [name$='width]'],
#frm-propertyAdvertisingAreasForm [name$='height]'] {
    width: 96px;
}

#frm-propertyAdvertisingAreasForm [name$='width]'] + span {
    margin: 8px 6px;
}

[data-readmore] {
    overflow: hidden;
    position: relative;
}

[data-readmore]:not(.expanded)::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}

[data-readmore].expanded + a {
    margin-top: 1rem;
}

[data-readmore] + a {
    margin-bottom: 1rem;
    width: 100%;
}

#submenu-message span {
    text-transform: none;
    position: relative;
    left: 4px;
    top: 6px;
}

.table-columns-50-50 th,
.table-columns-50-50 td {
    width: 50%;
}

/* ------ */
/*# sourceMappingURL=style.css.map */

/* INTRANET - SORTABLE GALLERY */
#sortable.photogallery img {
    max-width: 100%;
    float: none;
    padding: 0;
}

#sortable.photogallery .ovladaci {
    margin: 0;
}

/* INTRANET - EMPLOYEE */
.employee-of-month {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.employee-of-month .select2 {
    float: left;
    width: 300px !important;
}

.employee-of-month .select2-container .select2-selection--single {
    height: 38px;
    padding-top: 5px;
}

.employee-of-month input {
    width: 38%;
    float: left;
    border: 1px solid #ced4da;
    margin-left: 10px;
}

.employee-of-month .remove-employee-of-month {
    position: relative;
    top: 7px;
    margin-left: 10px;
}

.table-filter th {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

.table-filter input {
    margin: 0;
}

[name="source_filter"] {
    max-width: 186px;
}

[name="unit_filter"] {
    max-width: 96px;
}

[name="trader_filter"] + .select2 {
    max-width: 189px;
}

#bulk-action-info {
    width: 307px;
}

.select2-results__option {
    font-size: 13px;
}

.background-for-archive,
.background-for-archive #header {
    background: #dbdbdb;
}

.background-for-archive .breadcrumb {
    color: #2f2f2f;
}

.background-for-archive .breadcrumb-item.active {
    color: #000;
}

.missing {
    /*background-color: #ffaaaa;*/
    border: 2px solid red;
}
