@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;700;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;
}
span.select2-container{
	min-width: 100px;
}

.container {
    padding: 0 15px;
}

.container-wide {
    max-width: unset !important;
    width: 99% !important;
}

.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;
    }
	.invoice-detail .container{
		max-width: 97%;
	}
}

/* ------ */
/* 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;
}

.btn-reset {
    border-radius: 50%;
    border: 0;
    background: #ca1e1e;
    width: 27px;
    height: 27px;
    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;
    color: #FFF;
    font-size: 30px;
}

.btn-icon {
    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;
    padding: 0;
    font-size: 13px;
    color: #008e49 !important;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn-icon img {
    margin-top: -2px;
    margin-left: 5px;
}

.btn-icon:hover {
    color: #1bcd77 !important;
}

.btn-file:after {
    content: "";
    display: inline-block;
    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;
    position: relative;
    top: -2px;
}

.btn-file.csv:after {
    content: "csv";
}

.btn-file.xls:after {
    content: "xls";
}

.btn-file.xlsx:after {
    content: "xlsx";
}

.btn-file.pdf:after {
    content: "pdf";
}

/* 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;
    word-break: normal;
}

.table-responsive + .table-responsive {
    margin-top: 15px;
}

.table-rounded {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-top: -10px;
}

.table-rounded th,
.table-rounded td {
    border: 0;
    padding: 10px 10px;
    text-align: left;
    overflow: hidden;
}

.table-rounded th,
.table-rounded td,
.table-rounded input,
.table-rounded select,
.table-rounded .select2 * {
    font-size: 14px;
}

.table-rounded td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table-rounded th:last-child,
.table-rounded td:last-child {
    border-radius: 0 3px 3px 0;
    padding-right: 20px;
}

.table-rounded th:first-child,
.table-rounded td:first-child {
    border-radius: 3px 0 0 3px;
    padding-left: 20px;
    text-align: left;
}

.table-rounded thead th {
    text-transform: uppercase;
    padding: 12px 10px;
    font-weight: 600;
    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;
    text-align: right !important;
}

.table-double .table-double--row td:last-child.text-start {
    text-align: left !important;
}

.table-double .table-double--row td:last-child.text-end {
    text-align: right !important;
}

.table-double .table-double--row:nth-of-type(2n) td {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #FFF !important;
    text-align: left !important;
    top: 0;
}

.table-double .table-double--row:nth-of-type(2n) td.col-action {
    text-align: right !important;
}

.table-user tbody th,
.table-user tbody td {
    border-bottom: 1px solid #FFF;
}

.table-user .green {
    text-transform: uppercase;
    color: #008e49;
}

.table-user .green .info {
    margin-left: 2px;
    position: relative;
    top: -2px;
}

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-group {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 0 -4px;
    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;
    text-decoration: none;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

table td.col-action:not(.col-action-inline-edit) .btn-group .btn {
    background: none;
    margin: 0;
}

table td.col-action:not(.col-action-inline-edit) .btn-group .btn-text {
    text-transform: uppercase;
    text-indent: -300px;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    right: 45px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

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-with-label {
    width: initial;
    padding: 0 12px;
    margin-left: 6px;
}

table td.col-action:not(.col-action-inline-edit) .btn-secondary {
    background: #bfc4c4;
}

table td.col-action:not(.col-action-inline-edit) .fa-times-circle {
    font-size: 15px;
}

#frm-acquisitionChecklistForm table tbody {
    border-top: 10px solid #FFF;
    background: #edefef;
}

table tbody td {
    border-top: 3px solid #FFF;
    background: #edefef;
}

tr.bg-info td {
    background: #0dcaf0;
}

tr.bg-info a {
    color: #000;
}

table .red-row td {
    background: #f8d7da;
    color: #d7073d;
}

table .green-row td {
    background: #008e49;
    color: #FFF;
}

table .gray-row td {
    color: #9ba3a3;
}

@media screen and (min-width: 1600px) {
    table td.col-action:not(.col-action-inline-edit) .btn-group.active {
        padding-right: 15px;
    }

    table td.col-action:not(.col-action-inline-edit) .btn-group.active .btn-text {
        text-indent: 0;
        right: 0;
    }
}

/* ------ */
/* ALERTS */
.alert {
    border: 0;
    clear: both;
    display: block;
    margin: 0 0 20px;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
}

.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;
}

.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;
}

.alert .task-type {
    min-width: 62px;
    margin-right: 10px;
    display: inline-block;
}

.alert .d-block:not(:last-of-type) {
    margin-bottom: 5px;
}

@media screen and (min-width: 667px) {
    .alert .task-date {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 11px 0 0;
    }
}

@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 {
    background: rgba(0, 142, 73, 0.1);
    color: #008e49;
}

.alert-success .count {
    background: #0f5132;
}

.alert-success .task-date {
    background: #008e49;
}

.alert-danger {
    color: #d7073d;
}

.alert-danger .count {
    background: #d7073d;
}

.alert-danger .task-date {
    background: #ca1e1e;
}

.alert-warning {
    color: #664d03;
}

.alert-warning .count {
    background: #664d03;
}

.alert-info {
    color: #055160;
}

.alert-info .count {
    background: #055160;
}

.flashLink {
	margin-right: 0px !important;
	text-decoration: underline !important;
}

/* ------ */
.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,
.table-rounded .text-left {
    text-align: left !important;
}

.text-center,
.table-rounded .text-center {
    text-align: center;
}

.text-right,
.table-rounded .text-right {
    text-align: right;
}

.text-right-i {
    text-align: right !important;
}

.text-green {
    color: #008e49;
}

/* ------ */
.popover.dark {
    background: #000;
    max-width: 139px;
    line-height: 1.2;
    text-align: center;
    font-size: 13px;
}

.popover.dark.bs-popover-bottom > .popover-arrow::before {
    display: none;
}

.popover.dark.bs-popover-bottom > .popover-arrow::after {
    border-bottom-color: #000;
}

.popover.dark .popover-body {
    padding: 6px 1rem 11px;
    color: #FFF;
}

/* ------ */
.no-bg {
    border: 0 !important;
    background: none !important;
}

/* CSS GRID */
.css-grid {
    display: 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 {
        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;
}

/* ------ */
/* DOCUMENTS - page */
section.documents {
    margin: 0;
}

section.documents [class^=col] {
    margin-bottom: 20px;
    padding: 0 10px;
}

section.documents .card {
    border-color: #edefef;
}

section.documents .card-body {
    background: #edefef;
    padding: 18px;
    font-size: 14px;
    font-size: 0.875rem;
}

section.documents .card-title {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 1rem;
    color: #000;
}

section.documents .controls {
    position: absolute;
    top: 9px;
    right: 10px;
}

section.documents .controls .icon {
    border-radius: 50%;
    background: #edefef;
    width: 36px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    place-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1px;
}

section.documents .controls .icon img {
    height: 15px;
}

section.documents .controls .icon:hover {
    background: #1bcd77;
}

section.documents .controls .icon:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

/* ------ */
/* 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;
}
@media screen and (min-width: 1920px) {
    #snippet--presenceList.tv .user-list .name {
        font-size: 1.8rem !important;
    }
}

.user-list {
    padding-bottom: 60px;
    text-align: left;
    color: #000;
    overflow: hidden;
}
.user-list .media {
    min-height: 50px;
    margin-bottom: 15px;
}
.user-list .media-body {
    -ms-flex-item-align: center;
        align-self: center;
}
.user-list .media-body .name {
    display: block;
    font-size: 1.2rem;
}
.user-list .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) {
    .user-list .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;
}

.user-list li {
    margin: 0 5%;
}

@media (min-width: 576px) {
    .user-list {
        margin: 0 -2%;
    }
    .user-list li {
        width: 46%;
        float: left;
        margin: 0 2%;
    }
}
@media (min-width: 1024px) {
    .user-list li {
        width: 29%;
    }
}
@media (min-width: 1600px) {
    .user-list li {
        width: 21%;
    }
}
/* ------ */
.user-list {
    margin: 0 auto;
    padding-top: 60px;
}
.user-list body {
    zoom: 80%;
}
.user-list .container {
    max-width: 95% !important;
}
.user-list .media {
    margin-bottom: 50px;
}
.user-list .media-body .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.user-list .employee-photo {
    border: 0;
    background: #ddd;
}
.user-list .name {
    font-size: 1.25rem !important;
}
.user-list .name img {
    margin-left: 11px;
}
.user-list .rank {
    border-radius: 50%;
    background: #008e49;
    display: inline-block;
    width: 43px;
    min-width: 43px;
    height: 43px;
    margin: 0 8px 0 0;
    line-height: 43px;
    text-align: center;
    font-size: 23px;
    color: #fff;
}
.user-list .bar {
    background: #008e49;
    height: 100%;
    display: block;
}
.user-list .percent {
    background: #FFF;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 0 30px;
    font-size: 30px;
    color: #008e49;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-weight: 500;
}
.user-list .fulfillment {
    border-radius: 5px;
    border: 2px solid #ddd;
    max-width: 465px;
    height: 51px;
    min-height: auto !important;
    margin: 12px 0 5px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}
.user-list .fulfillment-month {
    border-radius: 5px;
    border: 2px solid #ddd;
    max-width: 465px;
    height: 28px;
    margin: 12px 0 5px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}
.user-list .fulfillment-month .percent {
    font-size: 20px;
}
.user-list .goal {
    font-weight: 500;
    font-size: 18px;
}
@media (min-width: 1024px) {
    .user-list .media {
        width: 29% !important;
    }
}
@media (min-width: 1920px) {
    .user-list .name {
        font-size: 1.5rem !important;
    }
    .user-list .percent {
        font-size: 40px;
    }
}

.employee-of-the-month-selection {
    opacity: 0.33;
}

.media:hover .employee-of-the-month-selection {
    opacity: 0.66;
}

/* ------ */
/* PRESENCE v2 */
.user-list.v2 .dep-title {
    border-bottom: 2px solid #008e49;
    padding-bottom: 17px;
}

.user-list.v2 .item {
    height: 100%;
}

.user-list.v2 .col-xxl-auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.user-list.v2 .thumb {
    border: 5px solid #000;
    width: 112px;
    height: 112px;
}

.user-list.v2 .unknown .thumb {
    border-color: transparent;
}

.user-list.v2 .homeoffice .thumb {
    border-color: #0eaac6;
}

.user-list.v2 .present .thumb {
    border-color: #008e49;
}

.user-list.v2 .absent .thumb {
    border-color: #ced3d3;
}

.user-list.v2 .caption {
    width: calc(100% - 112px);
    color: #000;
}

.user-list.v2 .caption strong {
    margin-bottom: 3px;
}

.user-list.v2 .caption a {
    font-weight: normal;
    font-size: 14px;
}

.user-list.v2 .employee-position {
    display: block;
    margin-bottom: 9px;
}

.user-list.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;
}

.user-list.v2 .unknown .date {
    background: #ced3d3;
}

.user-list.v2 .homeoffice .date {
    background: #0eaac6;
}

.user-list.v2 .present .date {
    background: #008e49;
}

.user-list.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-requestTable {
    padding: 0 15px;
}

.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 {
    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;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.datagrid .datagrid-toolbar .btn:after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.datagrid .datagrid-toolbar .btn:hover {
    color: #1bcd77 !important;
}

.datagrid .datagrid-toolbar .btn-danger {
    border-radius: 3px;
    background: #d7073d !important;
    margin-left: 0;
    padding: 0.375rem 1.5rem;
    color: #FFF !important;
}

.datagrid .datagrid-toolbar .btn-danger:after {
    display: none;
}

.datagrid .datagrid-toolbar .btn-danger:hover, .datagrid .datagrid-toolbar .btn-danger:focus {
    background: #e04b59 !important;
    color: #FFF !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-create .fa-plus {
    background: #1bcd77 !important;
    margin: 0 3px 0 0;
    font-size: 1rem;
    position: relative;
    top: -2px;
}

.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;
}

.btn-file:after,
.activity-overview .btn-file:after,
.actual-export .btn-file:after,
.datagrid .datagrid-toolbar .btn-file:after {
    background: url(../img/icons/icon-file.svg) 0 0 no-repeat;
    background-size: auto 100%;
    display: inline-block;
    width: 23px;
    height: 24px;
    margin-left: 7px;
    line-height: 30px;
    font-size: 6px;
    color: white;
    top: -2px;
}

.btn-file.csv:after,
.actual-export .btn-file.csv:after {
    content: "csv";
}

.btn-file.pdf:after,
.actual-export .btn-file.pdf:after {
    content: "pdf";
}

.btn-file.xls:after,
.actual-export .btn-file.xls:after {
    content: "xls";
}

.btn-file.xlsx:after,
.activity-overview .btn-file.xlsx:after,
.actual-export .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 .btn-create {
    left: 0;
    top: 12px;
}

.col-md-6.table-responsive .datagrid .datagrid-settings .btn-create {
    position: static;
}

.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;
}

.mini-upload {
    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;
}

.mini-upload.dz-started {
    margin-bottom: 10px;
}

.dropzone.mini-upload .dz-button {
    text-transform: uppercase;
    color: #1bcd77;
}

.mini-upload .dz-message {
    margin: 0;
}

.mini-upload .dz-preview {
    margin: 6px 0 0;
}

.mini-upload .dz-file-preview {
    text-align: center;
    min-height: initial;
    width: 100%;
    margin: 0;
}

.mini-upload .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-deferredTable .col-number,
.datagrid.datagrid-rentAndPurchaseContractTable .col-number {
    width: 87px;
    min-width: 87px;
}

.datagrid-deferredTable .col-address,
.datagrid-rentAndPurchaseContractTable .col-address {
    width: 300px;
}

.datagrid-deferredTable .col-area,
.datagrid-deferredTable .col-price,
.datagrid-deferredTable .col-price_increase,
.datagrid-rentAndPurchaseContractTable .col-area,
.datagrid-rentAndPurchaseContractTable .col-price,
.datagrid-rentAndPurchaseContractTable .col-price_increase {
    width: 80px;
}

.datagrid-deferredTable .col-prolongation,
.datagrid-deferredTable .col-space_number,
.datagrid-deferredTable .col-rent_start,
.datagrid-deferredTable .col-rent_end,
.datagrid-deferredTable .col-note
.datagrid-rentAndPurchaseContractTable .col-prolongation,
.datagrid-rentAndPurchaseContractTable .col-space_number,
.col-start,
.datagrid-rentAndPurchaseContractTable .col-rent_start,
.col-end,
.datagrid-rentAndPurchaseContractTable .col-rent_end {
    width: 96px;
}

.datagrid-rentAndPurchaseContractTable .col-note {
    width: 100%;
}

.datagrid-rentAndPurchaseContractTable .col-repetition {
    min-width: 110px;
    width: 110px;
}

.datagrid-rentAndPurchaseContractTable .col-parking,
.datagrid-rentAndPurchaseContractTable .col-points {
    width: 60px;
}

.datagrid-rentAndPurchaseContractTable .col-points input {
    width: 60px;
    text-align: right;
}

.datagrid-deferredTable .col-intranet_user_id,
.datagrid-rentAndPurchaseContractTable .col-intranet_user_id {
    width: 180px;
}

.datagrid-returnedRemunerationsForApprovalTable .col-note {
    width: 100%;
}

.datagrid-returnedRemunerationsForApprovalTable .col-number_of_paid_months {
    min-width: 110px;
    width: 110px;
}

.datagrid-returnedRemunerationsForApprovalTable .col-remuneration {
    min-width: 100px;
    max-width: 100px;
}

.datagrid-returnedRemunerationsForApprovalTable .col-action,
.datagrid-returnedRemunerationsForApprovalTable .col-action {
    min-width: 94px;
    max-width: 94px;
}

.datagrid .col-type {
    min-width: 93px;
    width: 93px;
}

.datagrid .col-type .form-control {
    width: 91px;
}

.datagrid .col-fraction {
    width: 74px;
}

.datagrid .col-fraction .form-control {
    width: 72px;
}

.datagrid .col-price_rent,
.datagrid .col-price_rent_multicurrency,
.datagrid .col-price_services,
.datagrid .col-price_services_multicurrency,
.datagrid .col-price_services_flat_rate,
.datagrid .col-price_services_flat_rate_multicurrency {
    width: 125px;
}

.datagrid .col-price .form-control,
.datagrid .col-price_wo_vat .form-control,
.datagrid .col-price_rent .form-control,
.datagrid .col-price_rent_multicurrency .form-control,
.datagrid .col-price_services .form-control,
.datagrid .col-price_services_multicurrency .form-control,
.datagrid .col-price_services_flat_rate .form-control,
.datagrid .col-price_services_flat_rate_multicurrency .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 !important;
    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: 72px;
}

.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;
    overflow: hidden;
}

.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;
}

.datagrid-propertyAcquisitionTable .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;
}

.datagrid-propertyCostsTable .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;
    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 {
        --controls-padding: 17px;
        background: #01aa58;
        width: 2px;
        height: calc(100% - 2 * var(--controls-padding));
        top: var(--controls-padding);
        left: auto;
        right: 100%;
    }

    #navbar .logo {
        position: static;
    }
    #navbar .user-controls {
        background-position: 0 50%;
        background-size: auto 25px;
        padding-left: 35px;
    }
    #navbar .user-controls a {
        margin-bottom: 0;
    }
    #navbar .user-controls a.name {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}
@media screen and (min-width: 1600px) {
    #navbar .col-left {
        padding-left: 33px;
    }
    #navbar .col-right {
        padding-right: 33px;
    }
    #navbar .logo {
        width: 117px;
        position: static;
    }
    #navbar .user-controls {
        padding: 4px 0 4px 35px;
    }
}

/* ------ */
/* MAIN MENU */
#main-menu {
    background: #008e49;
    width: 100%;
    text-transform: uppercase;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}
#main-menu > ul > li > a {
    min-height: 42px;
    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 {
    border: 8px solid transparent;
    height: 42px;
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    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: 5px;
    left: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
#main-menu .toggle:after {
    content: "";
    background: #1bcd77;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
}
#main-menu .toggle.active:before {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#main-menu .toggle.active + .sub-menu {
    display: block;
}
#main-menu .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;
}
#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 15px 0 0;
        padding-bottom: 0;
        font-size: 12px;
        font-size: 0.75rem;
        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;
        padding: 0 7px;
    }
    #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;
        word-break: normal;
    }
    #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 {
        margin-right: 20px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
    #main-menu > ul > li > a {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1920px) {
    #main-menu {
        margin-right: 26px;
    }

    #main-menu > ul > li > a {
        padding: 0 15px;
    }
}

.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;
    line-height: 1;
    letter-spacing: -1px;
    text-indent: -1px;
    font-weight: 600;
    font-size: 12px;
}
@media screen and (min-width: 1200px) {
    .menuInfo {
        width: 25px;
        height: 25px;
        font-size: 13px;
        -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: 800;
    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;
}

.hp #header .header-bottom {
    padding: 10px 0 1px;
}

#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;
    }

    #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: 111px;
    }
    body.odmeny #header .container,
    body.admin #header .container {
        padding-top: 85px;
    }
}

@media screen and (min-width: 2560px) {
    body.invoice #header .container {
        padding-top: 77px;
    }
    body.odmeny #header .container,
    body.admin #header .container {
        padding-top: 51px;
    }
}

/* ------ */
.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: 4px 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;
}
.categories-menu .menuInfo {
    width: 20px;
    height: 20px;
    margin: -1px 0 -3px 5px;
    position: relative;
    top: -1px;
    font-size: 12px;
}
@media screen and (min-width: 1024px) {
    .categories-menu {
        padding: 5px 0 3px;
    }
}

@media screen and (min-width: 1600px) {
    .categories-menu {
        padding: 10px 0;
    }

    .categories-menu a {
        margin: 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-bottom: 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,
.sidebar-form label:not(.ccheck) {
    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 label:not(.ccheck) {
    margin-bottom: 7px;
}

.sidebar-form .btn {
    width: 100%;
}

.sidebar-form .ccheck {
    display: block;
    margin: 0 0 17px;
}

.sidebar-form [type=checkbox] {
    margin-top: 0.15em;
}

/* ------ */
/* 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;
		max-width: 850px;
    }
}

/* ------- */
/* 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;
    }
}

[ocr='ocrData'] {
    border: 2px solid orange;
}

/* 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;
    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;
}

.datagrid-paymentListInvoiceTable .col-bank_accounts {
    min-width: 320px;
}

.datagrid-paymentListInvoiceTable .col-sprice {
    min-width: 120px;
}

.datagrid-paymentListInvoiceTable .col-payed {
    min-width: 94px;
}

/* ------ */
.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 .col-property_type_id img, .datagrid-propertyTable .col-owners img {
    height: 20px;
    float: left;
    margin-right: 10px;
}

.datagrid-deferredTable .datagrid-toolbar,
.datagrid-rentAndPurchaseContractTable .datagrid-toolbar {
    text-align: left;
}

.datagrid .short-prolongation td {
    background-color: #eacefb !important;
}

.datagrid .overdue td {
    background-color: #ffd5d5 !important;
    color: #700d0d;
}

.datagrid .closed-year td {
    background-color: #bdbdbd !important;
}

.datagrid .older-than-closed-year td {
    background-color: #8c8c8c !important;
}

.datagrid .older-than-closed-year td a {
    color: #00331a;
}

.datagrid-deferredTable .form-inline .form-control,
.datagrid-rentAndPurchaseContractTable .form-inline .form-control {
    max-width: 92px;
}

.datagrid-deferredTable .datagrid-manual-submit,
.datagrid-rentAndPurchaseContractTable .datagrid-manual-submit {
    margin-bottom: 12px;
}

@media screen and (min-width: 375px) {
    .datagrid-deferredTable .form-inline .form-control,
    .datagrid-rentAndPurchaseContractTable .form-inline .form-control {
        max-width: 100px;
    }
}

.datagrid-deferredTable .text-muted,
.datagrid-rentAndPurchaseContractTable .text-muted {
    font-size: 1.2em;
    color: #000 !important;
}

.table-clickable td:not(.col-checkbox) {
    cursor: pointer;
}

/* ------ */
/* ODMENY */
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 {
    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;
    font-size: 14px;
}

.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: 12px;
}

.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;
}

#remunerations-top .block {
    padding: 0 15px;
}

#remunerations-top .block [class^=col]:nth-of-type(2) {
    border-top: 1px solid #FFF;
}

#remunerations-top .block table, #remunerations-top .block tr {
    border: 0;
}

#remunerations-top .block tr:last-of-type th, #remunerations-top .block tr:last-of-type td {
    padding-top: 16px;
    padding-bottom: 16px !important;
}

#remunerations-top .block th, #remunerations-top .block td {
    padding: 7px 18px 7px 30px;
}

#remunerations-top .block td[colspan="2"] {
    text-align: center;
}

#remunerations-top .title {
    margin: 19px 0 7px;
    font-size: 16px;
    font-size: 1rem;
}

#remunerations-top .funds {
    font-size: 40px;
    font-size: 2.5rem;
}

#available-funds {
    background: #008e49;
    font-weight: bold;
    color: #FFF;
}

#available-funds th, #available-funds td {
    padding: 12px 18px 11px 30px;
}

#remunerations-top 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;
}

#remunerations-top .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[open] summary [data-toggle=edit-detail],
.content-grid details[open] summary .return-remuneration {
    display: block;
}
.content-grid details[open] summary .remuneration-closed,
.content-grid details[open] summary .remuneration-sold-again {
    display: none;
}
.content-grid details[open] .summary-title,
.content-grid details[open] .category {
    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],
.content-grid details summary .return-remuneration {
    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 .return-remuneration i {
    color: #fff;
}
.content-grid details summary .remuneration-closed {
    position: absolute;
    top: 14px;
    right: 0;
}
.content-grid details summary .remuneration-closed + .remuneration-sold-again {
    top: 38px;
}
.content-grid details summary .remuneration-sold-again {
    border-radius: 50%;
    background: #008e49;
    width: 20px;
    aspect-ratio: 1/1;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 0;
}
.content-grid details summary .remuneration-sold-again img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.content-grid details .summary-title {
    padding-left: 20px;
    padding-right: 12px;
    text-transform: uppercase;
    color: #008e49;
}
.content-grid details .grid {
    border-top: 1px solid #edefef;
    display: 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 .category {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
.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;
}

.content-grid.without-sidebar {
    display: block;
}

@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;
        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;
    }

    #remunerations-top .block tr:first-of-type th, #remunerations-top .block tr:first-of-type td {
        padding-top: 20px !important;
    }

    #remunerations-top .block tr:last-of-type th, #remunerations-top .block tr:last-of-type td {
        padding-top: 14px;
        padding-bottom: 14px !important;
    }

    #remunerations-top .block th, #remunerations-top .block td {
        padding: 14px 18px 13px 30px;
    }

    #remunerations-top .block td[colspan="2"] {
        text-align: right;
    }

    #remunerations-top .title {
        margin: 21px 0 19px;
        font-size: 20px;
        font-size: 1.25rem;
    }

    #remunerations-top .funds {
        font-size: 45px;
        font-size: 2.8125rem;
    }

    #remunerations-top .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 20px;
    }
    .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) {
    #remunerations-top .block {
        padding: 0 0 14px 20px;
    }

    #remunerations-top .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 !important;
        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 {
        gap: 20px 74px;
    }
    .content-grid details summary {
        display: 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%;
    }
    .chief-approver-of-remunerations .content-grid .rozpis .row-cols-md-2 .col {
        width: 50%;
    }
    .content-grid details .summary-chevron {
        top: 22px;
    }
}

#remunerations-breakdown .remuneration summary {
    display: block;
}
#remunerations-breakdown .remuneration .grid {
    border-top: 1px solid #edefef;
    margin-top: 7px;
    padding-top: 5px;
    gap: 10px;
}
#remunerations-breakdown .remuneration .grid span:nth-of-type(3) {
    text-align: left;
    position: static;
}
#remunerations-breakdown .remuneration[open] .grid {
    display: block;
}
#remunerations-breakdown .remuneration[open] .grid span:not(:first-of-type) {
    display: none;
}
#remunerations-breakdown .summary-content th,
#remunerations-breakdown .summary-content td {
    color: #fff;
}
@media screen and (min-width: 1024px) {
    #remunerations-breakdown .remuneration .grid {
        grid-template-columns: auto 50px 120px 90px;
        gap: 10px;
    }
    #remunerations-breakdown .remuneration .grid span:first-of-type {
        grid-column: 1;
    }
    #remunerations-breakdown .remuneration[open] .grid {
        display: grid;
    }
}
@media screen and (min-width: 1300px) {
    #remunerations-breakdown .remuneration summary {
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 0;
        padding-right: 40px;
    }
    #remunerations-breakdown .remuneration .grid {
        border: 0;
        margin-top: 0;
        padding-top: 0;
    }
}

/* 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.annual-remuneration #pop-annual-remuneration,
#odmeny-popup.payment #pop-pay {
    display: block;
}

#odmeny-popup.decisionOfApprovalOfPayment #pop-decisionOfApprovalOfPayment {
    display: block;
}

#odmeny-popup.decisionOfApprovalOfPayment #pop-decisionOfApprovalOfPayment {
    display: block;
}

#odmeny-popup.client-form #pop-client-form {
    display: block;
}

#odmeny-popup.agency-form #pop-agency-form {
    display: block;
}

#odmeny-popup.approvalOfAnnualRemuneration #pop-approvalOfAnnualRemuneration {
    display: block;
}

#odmeny-popup > div {
    display: none;
}

#odmeny-popup #pop-edit .radio-list label {
    display: block;
    padding-left: 20px;
    position: relative;
}

#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%;
    margin-bottom: 12px;
}

.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 !important;
    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;
}

.files-table .btn-create,
.js-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(3),
#rent-prices-table td:nth-child(4) {
    width: 195px;
}

/*#rent-price-table td:nth-child(4) {
  width: 106px;
}*/

select.form-control {
    padding-right: 1.75rem;
}

.archived td {
    background-color: #6c757d;
}
.no-control td{
	background-color: #ffd5d5 !important;
	color: #700d0d;
}
.in-solution td{
	background-color: rgb(255, 250, 205) !important;
	color: #700d0d;
}

.archived td,
.archived td a {
    color: #fff;
}

.width-50-percent td {
    width: 50%;
}

.col-description {
    min-width: 200px;
}

#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;
}

.datagrid-rentPriceTable thead tr th {
    padding: 12px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.datagrid-rentPriceTable thead tr.row-group-actions th {
    padding: 0;
}

.datagrid-rentPriceTable .datagrid-toolbar {
    height: 0;
    margin: 0;
    padding: 0;
}

.datagrid-rentPriceTable .datagrid-toolbar .btn {
    background: none;
    padding: 0;
    font-size: 14px;
    position: absolute;
    top: -39px;
    right: 9px;
    cursor: pointer;
}

.datagrid-rentPriceTable .datagrid-toolbar .btn:before {
    content: "přidat záznam";
    color: #008e49;
}

.datagrid-rentPriceTable .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 .table-rounded tr:last-of-type td {
    border: 0 !important;
}

@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: 5px !important;
    height: 17px !important;
    position: relative;
    top: 1px;
    margin-bottom: 3px !important;
}

.datagrid table {
    margin-top: 0;
}

.datagrid-rentFileTable .col-type {
    width: initial;
}

.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 .btn-sm {
    min-height: 0;
    padding: 0.375rem 0.375rem;
}

.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 {
    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 .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: 101px;
}

.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;
}

.ui-autocomplete {
    background-color: #fff !important;
}

#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,
.dark-gray-background {
    border-radius: 3px;
}

.gray-background {
    background: #edefef;
}

.gray-background h2,
.dark-gray-background h2 {
    margin: 12px;
}

.dark-gray-background,
.dark-gray-background .sidebar-form {
    background: #ccc;
}

#chart-interval-data-wrapper {
    border-bottom: 2px solid #fff;
    padding: 0 15px;
}

#chart-interval-data {
    overflow: auto;
}

#chart-interval-data-full {
    visibility: hidden;
    height: 0;
}

#chart-interval-data-sidebar .sidebar-form {
    padding: 0 15px;
    margin-bottom: 30px;
}

body.odmeny #chart-interval-data-sidebar .sidebar-form {
    margin-top: 30px;
}

#chart-interval-data-sidebar h2 {
    margin-left: 0;
}

#chart-interval-data-sidebar legend {
    margin-bottom: 9px;
}

#chart-interval-data-sidebar select {
    margin-bottom: 0;
}

#chart-interval-data-sidebar #period {
    margin-top: 48px;
}

#chart-interval-data-sidebar :not(.form-switch) > label > :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_deposit]:checked {
    background-color: #1c552a;
    border-color: #1c552a;
}

#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;
}

#filter #yield-value,
#filter #services-flat-rate-value,
#filter #total-value {
    font-size: 25px;
    font-weight: bold;
    line-height: 0.8;
}

#filter #services-flat-rate-value {
    margin-top: 9px;
}

#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,
.content-block .label {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #008e49;
}
.content-block .table td {
    border-width: 1px 0 0;
    padding: 10px;
}
.content-block .table td:first-of-type {
    padding-left: 0;
}
@media screen and (min-width: 800px) {
    .content-block {
        margin-bottom: 30px;
        padding: 26px 25px 30px;
        text-align: left;
    }
}

/* ------ */
.position-sticky {
    position: sticky;
    top: 30px;
}

/* ------ */

.databoxTagSmall {
	padding: 0px 3px;
}

.databox .row-filters .form-control {
    border: 0;
}

.databox .row-filters .btn {
    float: left;
}

.databox .row-filters .btn-reset {
    float: right;
}

.databox .files-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.databox .files-list li {
    border-radius: 3px;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px 11px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.databox .files-list li:last-of-type {
    margin-bottom: 0;
}

.databox .files-list a.save {
    line-height: 1;
    font-size: 24px;
    color: #1bcd77;
}

.databox .files-list a.save img {
    top: -2px;
    position: relative;
}

.databox .files-list .spacer {
    margin: -2px 10px 0;
}

.databox .files-list a.file {
    display: inline-block;
}

.databox .files-list a.file:before {
    content: attr(data-file);
    background: url("../img/icons/icon-file.svg") 0 0 no-repeat;
    background-size: auto 100%;
    display: inline-block;
    width: 23px;
    height: 24px;
    margin-right: 10px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 6px;
    color: #FFF;
    position: relative;
    top: -2px;
}

.databox .databox-form {
    border-radius: 0;
    border-top: 1px solid #FFF;
    margin-bottom: 0;
    padding: 11px 20px 23px;
    display: none;
}

.databox .databox-form.show {
    display: block;
}

.databox .databox-form .d-flex {
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.databox .databox-form .d-flex:last-of-type {
    margin-bottom: 0;
}

.databox .databox-form .d-flex textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.databox .databox-form label {
    margin-bottom: 8px;
    font-size: 14px;
}

.databox .databox-form .form-group {
    margin-bottom: 16px;
}

.databox .databox-form .form-control,
.databox .databox-form .select2-selection {
    border: 0 !important;
}

.databox .databox-form input[type=file]::-webkit-file-upload-button {
    border: 0;
    background: #ced3d3;
}

.databox .databox-form input[type=file]::file-selector-button {
    border: 0;
    background: #ced3d3;
}

.databox .databox-form .btn {
    min-height: 36px;
}

@media screen and (min-width: 576px) {
    .databox .databox-form .d-flex,
    .databox .databox-form .form-group:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .databox .databox-form .btn {
        min-width: 193px;
    }
}

.databox .popover-body {
    padding: 10px;
}

.table-databox td {
    border-radius: 3px !important;
    vertical-align: top;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.table-databox table td {
    border-radius: 0 !important;
}

.table-databox strong {
    font-weight: bold;
}

.table-databox .active-row.red-row .delivery-row td {
    background: #ca1e1e;
}

.table-databox .active-row.red-row .subject-row td {
    border-top: 1px solid #ca1e1e;
}

.table-databox .active-row.gray-row .delivery-row td {
    background: #9ba3a3;
}

.table-databox .active-row.gray-row .subject-row td {
    border-top: 1px solid #9ba3a3;
}

.table-databox .active-row .delivery-row td {
    background: #008e49;
    font-weight: bold;
    color: #FFF;
}

.table-databox .active-row .subject-row td {
    border-top: 1px solid #008e49;
    background: #01aa58;
    color: #FFF;
}

.table-databox .subject-row td {
    border-top: 1px solid #FFF;
}

.table-databox .col-action .btn-default {
    background: #01aa58;
}

.table-databox .col-action .btn-default:hover, .table-databox .col-action .btn-default.active {
    background: #1bcd77;
}

.table-databox .col-action .btn span {
    color: #FFF;
}

.table-databox .col-action img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.table-databox .col-action .far {
    font-size: 17px !important;
}

@media (max-width: 1179px) {
    .table-databox thead {
        display: none;
    }

    .table-databox .delivery-row td,
    .table-databox .subject-row td {
        display: block;
        width: 100%;
        padding: 5px 10px;
        position: relative;
    }

    .table-databox .delivery-row td:first-of-type,
    .table-databox .subject-row td:first-of-type {
        padding-top: 10px;
    }

    .table-databox .delivery-row td:last-of-type,
    .table-databox .subject-row td:last-of-type {
        padding-bottom: 10px;
    }

    .table-databox .delivery-row td {
        text-align: right;
    }

    .table-databox .delivery-row td:before {
        content: attr(data-label);
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        left: 10px;
    }

    .table-databox .delivery-row td:nth-of-type(2) {
        text-align: left;
    }

    .table-databox .subject-row td:first-of-type {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .table-databox .col-action {
        min-width: 252px;
    }
}
@media screen and (min-width: 1600px) {
    .table-databox .col-action {
        min-width: 500px;
    }
}

.preview-table .databox-darktable td {
    background-color: #d4d6d6 !important;
}

.preview-table {
    border-top: 1px solid #FFF;
    display: none;
}

.preview-table.show {
    display: block;
}

.preview-table .text-green {
    color: #008e49 !important;
}

.preview-table th {
    background: none;
    color: inherit;
}

.preview-table td {
    background: #edefef !important;
    text-align: left !important;
    color: #000 !important;
}

.preview-table .table {
    margin-bottom: 0;
}

.preview-table .table th {
    text-transform: none;
    color: #000;
}

.preview-table .table th:last-of-type {
    text-align: left;
}

.preview-table .table th, .preview-table .table td {
    padding: 4.5px 10px 4.5px 0;
}

.preview-table .table th:first-of-type, .preview-table .table td:first-of-type {
    padding-left: 0;
}

.preview-table .table th:last-of-type, .preview-table .table td:last-of-type {
    padding-right: 0;
}

.preview-table .table td {
    border-top: 1px solid #FFF;
}

.preview-table .table .spacer {
    margin: 0 5px;
}

.preview-table .table [download] {
    position: relative;
    top: -2px;
}

@media (max-width: 1179px) {
    .preview-table td[width="125"],
    .preview-table td[colspan="2"] {
        display: block;
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 1023px) {
    .preview-table td[width="125"],
    .preview-table td[colspan="2"] {
        width: calc(100vw - 24px);
    }

    .preview-table .table-responsive {
        width: 100%;
        word-break: normal;
        white-space: nowrap;
    }
}

/* ------ */

.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;
}*/

.datagrid-rentFileTable 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%;
}

.datagrid-propertyTable .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;
}

.clear-both,
#new-demands {
    clear: both;
}

#new-demands .table-responsive {
    position: static;
}

#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;
}

form [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 .gallery-photo {
    margin-bottom: 30px;
}

#sortable.photogallery .thumb {
    background: #edefef;
    margin-bottom: 10px;
}

#sortable.photogallery img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

#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;
}

#frm-acquisitionChecklistForm legend {
    font-size: 19px;
    font-weight: 800;
}

#frm-acquisitionChecklistForm .block legend {
    padding-bottom: 21px;
}

#frm-acquisitionChecklistForm textarea {
    width: 100%;
}

.content-grid.d-block input + label,
.content-grid.d-block label + label,
.content-grid.d-block br + label,
.content-grid.d-block .small-separator + label {
    font-weight: normal;
}

/* label for checkbox */
.content-grid.d-block * + label {
    color: #000;
    text-transform: none;
}

.content-grid.d-block .small-separator {
    margin-top: 6px;
}

.content-grid.d-block .label-for-date {
    float: left;
    margin-top: 9px;
    margin-right: 6px;
}

.content-grid.d-block [type=date] {
    width: 168px;
}

#frm-acquisitionChecklistForm .form-control,
#frm-acquisitionChecklistForm .form-control + .select2 {
    margin-bottom: 0;
}

#frm-acquisitionChecklistForm .block .col {
    margin-bottom: 19px;
}

#frm-acquisitionChecklistForm .block .col br:not(.display) {
    display: none;
}

label.for-checkbox {
    margin-right: 8px;
}

label.for-checkbox input {
    margin-left: 3px;
}

#frm-acquisitionChecklistForm #units-table {
    border-collapse: collapse;
    border-spacing: 0;
}

#frm-acquisitionChecklistForm #units-table {
    background: #edefef;
}

#frm-acquisitionChecklistForm #units-table tbody th {
    background: #edefef;
    color: #000;
    font-weight: normal;
}

#frm-acquisitionChecklistForm #units-table .total th,
#frm-acquisitionChecklistForm #units-table .total td {
    font-weight: bold;
}

#frm-acquisitionChecklistForm table tr {
    border: none;
}

#frm-acquisitionChecklistForm .units-table-note {
    min-width: 840px;
}

#frm-acquisitionChecklistForm .units-table-number {
    width: 100px;
}

#frm-acquisitionChecklistForm .units-table-area {
    width: 111px;
}

#frm-acquisitionChecklistForm #rents-table .col-floor {
    width: 90px;
}

#frm-acquisitionChecklistForm #rents-table .col-number {
    width: 80px;
}

#frm-acquisitionChecklistForm #rents-table .col-disposition {
    width: 129px;
}

#frm-acquisitionChecklistForm #rents-table .col-approval-status {
    width: 150px;
}

#frm-acquisitionChecklistForm #rents-table .col-subject {
    width: 241px;
}

#frm-acquisitionChecklistForm #rents-table .col-area {
    width: 95px;
}

#frm-acquisitionChecklistForm #rents-table .col-rental-period {
    width: 223px;
}

#frm-acquisitionChecklistForm #rents-table .col-rent-price {
    width: 120px;
}

#frm-acquisitionChecklistForm #rents-table .col-sale-price {
    width: 141px;
}

.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;
}

.reception-table {
    display: grid;
    grid-template-columns: 50px 165px 165px 270px 1fr 50px;
    text-align: center;
    row-gap: 10px;
}

.reception-table--checkbox {
    justify-content: center;
}

.reception-table--buttons {
    flex-direction: column;
    justify-content: space-around;
    /*align-content: center;*/
}

.reception-table--text {
    text-align: left;
}

.reception-table--header {
    background-color: #008e49;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px !important;
}

.reception-table--item {
    background-color: #edefef;
}

.reception-table div {
    display: flex;
    align-items: center;
    padding: 5px;
}

.reception-table div:nth-child(6n+1) {
    border-radius: 3px 0px 0px 3px;
}

.reception-table div:nth-child(6n) {
    border-radius: 0px 3px 3px 0px;
}

@media (max-width: 1200px) {
    .reception-table {
        grid-template-columns: 50px 1fr 1fr 2fr 50px;
        grid-auto-flow: dense;
    }

    .reception-table div:nth-child(6n + 5) {
        grid-column: 1 / 6;
        border-radius: 3px;
    }
}

@media (max-width: 575px) {
    .reception-table {
        grid-template-columns: 50px 1fr 50px;
        grid-auto-flow: dense;
    }

    .reception-table div:nth-child(6n + 3) {
        grid-column: 1 / 4;
    }

    .reception-table div:nth-child(6n + 4) {
        grid-column: 1 / 4;
    }

    .reception-table div:nth-child(6n + 5) {
        grid-column: 1 / 4;
    }

    .reception-table div:nth-child(6n+3) {
        border-radius: 3px;
    }

    .reception-table div:nth-child(6n+4) {
        border-radius: 3px;
    }
}

tr.user_disabled .col-trader,
tr.user_disabled .col-user a {
    color: #999;
}

#agencies-table {
    max-width: none;
}

#agencies-table .col-agency {
    width: 270px;
}

#agencies-table .col-person {
    width: 270px;
}

#agencies-table [name$='person_name]'],
#agencies-table [name$='person_surname]'] {
    width: 50%;
    float: left;
}

#agencies-table .col-phone {
    width: 195px;
}

#agencies-table .col-commission {
    width: 136px;
}

#agencies-table .col-date {
    width: 187px;
}

.col-year {
    width: 90px;
}

.datagrid-deferredTable .col-year,
.datagrid-rentAndPurchaseContractTable .col-year {
    width: 84px;
}

.datagrid-weeklyOverviewTable .col-month {
    width: 63px;
}

.datagrid-weeklyOverviewTable .col-week {
    width: 67px;
}

.datagrid-weeklyOverviewTable .col-price {
	display: inline-block;
}

.col-intranet_user_id {
    width: 150px;
    max-width: 150px;
}

.col-new_client_count,
.col-negotiation_count,
.col-negotiation_with_agency_count,
.col-tour_count,
.col-rent_termination_agreement_count,
.col-letter_action,
.col-points,
.col-rent_termination_agreements {
    width: 58px;
}

.col-rents_price,
.col-prolongation_price {
    width: 69px;
}

.col-tours,
.col-new_rents,
.col-prolongations {
    width: 228px;
}

.datagrid-fulfillingThePlanTable .col-points {
    width: 59px;
}

.datagrid-fulfillingThePlanTable .col-money {
    width: 89px;
}

.col-percentage_of_plan_fulfillment {
    width: 91px;
}

.datagrid-salesTable .col-week {
    width: 68px;
}

.datagrid-salesTable .col-price {
    width: 93px;
}

#agencies-table .col-actions {
    width: 38px;
}

#property-permits .permit {
    opacity: 0;
    position: absolute;
}

#property-permits .permit-label {
    background: url("../img/icons/icon-tick-circle-gray.svg") 0 0 no-repeat;
    background-size: auto 100%;
    width: 28px;
    height: 28px;
    display: block;
    margin-left: auto;
    position: relative;
    top: 3px;
    right: -5px;
    cursor: pointer;
}

#property-permits :checked + .permit-label {
    background: url("../img/icons/icon-tick-circle.svg") 0 0 no-repeat;
}


#property-permits details[open] :checked + .permit-label {
    filter: grayscale(1) contrast(100) invert(1);
}

.table-dark-gray tbody tr:not(.datagrid-row-columns-summary) td {
    background: #ccc;
    font-weight: bold;
}

/* ------ */

/* USER FORM */
.rrUserForm {
    z-index: 1;
}

.rrUserForm .content-block {
    padding-top: 10px;
    padding-bottom: 15px;
}

.rrUserForm .content-block h2 {
    margin-bottom: 0;
}

.rrUserForm .content-block h2 img {
    max-height: 30px;
    margin-right: 5px;
}

.rrUserForm .content-block .row {
    border-bottom: 1px solid #FFF;
}

.rrUserForm .content-block [class^=col] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rrUserForm .content-block [class^=col]:first-of-type {
    padding-right: 15px;
}

.rrUserForm .content-block .select2,
.rrUserForm .content-block label {
    margin-bottom: 0;
}

.rrUserForm .content-block label {
    font-size: 14px;
    font-size: 0.875rem;
}

.rrUserForm .content-block:not(.limits) label {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    color: inherit;
}

.rrUserForm .content-block.limits {
    padding-bottom: 10px;
}

.rrUserForm .content-block.limits .row {
    border: none;
}

.rrUserForm .content-block.limits .row:first-of-type {
    border-bottom: 1px solid #FFF;
}

.rrUserForm .content-block .label {
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    color: #008e49;
}

@media screen and (min-width: 1024px) {
    .rrUserForm .content-block [class^=col] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .rrUserForm .content-block h2 img {
        max-height: none;
    }

    .rrUserForm .content-block .row:first-of-type .label {
        margin-top: -1px;
    }
}

#remunerations-breakdown {
    text-align: left;
}

#remunerations-filter .form-control {
    display: inline-block;
}

#remunerations-filter [name=selectedYear] {
    width: 84px;
}

#remunerations-filter [name=selectedMonth] {
    width: 117px;
}

#remunerations-filter [name=searchTerm] {
    width: 252px;
    max-width: 100%;
}

.content-grid details.different-remuneration-compared-to-the-calculation {
    background: #ffd6d6;
}

.content-grid details.gray-background {
    background: #cacaca;
}

.rent-sums-quarter {
    background: #008e49;
    padding: 24px;
}

.rent-sums-quarter h2 {
    color: #fff;
}

.rent-sums-quarter:not(:first-child) {
    margin-top: 36px;
}

/* ------ */
.weekly-overview-table-wrapper {
    background: #edefef;
    padding: 11px 20px;
    border-radius: 3px;
}

.weekly-overview-table th,
.weekly-overview-table td {
    border-bottom: 1px solid #fff;
    padding: 9px 0;
}

.weekly-overview-table th {
    background: #edefef;
    color: #008e49;
}

.weekly-overview-table thead th {
    color: #000;
    font-size: 19px;
    font-weight: 800;
}

.weekly-overview-table tbody th {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    width: 15%;
}

.weekly-overview-table td {
    color: #000;
    border-top: none;
    width: 10%;
}

.weekly-overview-table th + td {
    font-weight: bold;
}

.table-rounded .date {
    width: 166px;
    min-width: 166px;
}

.table-rounded:not(.js-table) .date {
    width: 117px;
}

.table-rounded .subject {
    width: 100%;
}

.table-rounded .client-medium-width {
    min-width: 276px;
}

.table-rounded .number {
    min-width: 90px;
}

.table-rounded .agency {
    width: 150px;
}

.table-rounded .client {
    width: 192px;
}

.table-rounded .source {
    width: 131px;
    min-width: 110px;
}

.table-rounded .parking {
    width: 88px;
    min-width: 88px;
}

.table-rounded .property {
    width: 270px;
    min-width: 270px;
}

.table-rounded .property-wide {
    width: 270px;
}

.table-rounded [name$='expected_response]'],
.table-rounded [name$='expected_response_date]'] {
    display: inline-block;
}

.table-rounded [name$='expected_response]'] {
    width: 88px;
}

.table-rounded .negotiation-type {
    min-width: 180px;
}

.twitter-typeahead {
    width: 100%;
}

.table-rounded .expected-response {
    width: 354px;
}

.table-rounded .hours {
    width: 93px;
    min-width: 93px;
}

.table-rounded .space-number {
    width: 176px;
}

.table-rounded .area {
    width: 109px;
}

.table-rounded .rent-price {
    width: 121px;
    min-width: 121px;
}

.table-rounded .rent-type {
    width: 107px;
    min-width: 107px;
}

.table-rounded .points {
    width: 79px;
    min-width: 79px;
}

.table-rounded .month {
    width: 119px;
    min-width: 119px;
}

.table-rounded:not(.js-table) .points {
    width: 60px;
}

.table-rounded .purchase-price {
    width: 129px;
}

.table-rounded .col-action {
    width: 42px;
}

table.js-table [type=date] {
    width: 146px !important;
}

.js-table .agency-name,
.js-table .client-name {
    min-height: 18px;
    margin-bottom: 6px;
}

.tt-menu,
.gist {
    text-align: left;
}

.typeahead,
.tt-query {
    height: 30px;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    padding: 8px 12px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
    height: 100%;
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.remuneration-rates ol {
    counter-reset: list;
}

.remuneration-rates ol > li {
    list-style: none;
    position: relative;
}

.remuneration-rates ol > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}

.remuneration-rules h3 {
    font-size: 1.1rem;
}

.margin-like-paragraph {
    margin-bottom: 1.75rem;
}

#month-select-wrapper,
#year-select-wrapper {
    text-align: left;
}

#month-select,
#week-select,
#year-select {
    display: inline-block;
}

#month-select {
    width: 101px;
}

#week-select {
    width: 111px;
}

#year-select {
    width: 85px;
}

#remuneration-type-title::first-letter {
    text-transform: capitalize;
}

.without-vertical-padding td {
    padding-top: 0;
    padding-bottom: 0;
}

.js-table .property-wrapper {
    text-align: right;
}

.js-table .property-wrapper:not(:last-child) {
    margin-bottom: 6px;
}

.js-table .property-wrapper .select2-selection {
    text-align: left;
}

.js-table .property-wrapper > * {
    display: inline-block;
}

.js-table .property-selection {
    vertical-align: top;
}

#remuneration-ending-rents-table .property-selection,
#remuneration-prepurchase-agreements-table .property-selection,
#remuneration-purchase-contracts-table .property-selection,
#remuneration-rent-termination-agreements-table .property-selection,
#remuneration-rents-table .property-selection,
#remuneration-takeovers-table .property-selection {
    width: 100%;
}

#rent-negotiations-table [name$="[property_id][]"] + span,
#rent-negotiations-table [name$="[property_name][]"],
#rent-projects-and-others-table [name$="[property_id][]"] + span,
#rent-projects-and-others-table [name$="[property_name][]"],
#rent-tours-table [name$="[property_id][]"] + span,
#rent-tours-table [name$="[property_name][]"] {
    width: 217px !important;
}

.js-table .property-buttons {
    width: 33px;
}

.js-table .btn.delete-property,
.js-table .btn.add-property {
    width: 30px;
    margin: 0 0 3px 3px;
}

.js-table .property-wrapper .add-property {
    display: none;
}

.js-table .property-wrapper:last-of-type .add-property {
    display: inline-block;
}

.js-table .btn.add-property {
    /*float: right;*/
}

.datagrid-invoiceTable .datagrid-toolbar {
	float: none !important;
	display: block !important;
	margin-top: 0 !important;
}

.datagrid-deferredTable .col-month,
.datagrid-remunerationTable .col-accounted_for_month,
.datagrid-rentAndPurchaseContractTable .col-month {
    min-width: 101px;
    max-width: 101px;
}

.datagrid-deferredTable .col-year_of_annual_remuneration,
.datagrid-remunerationTable .col-year_of_annual_remuneration,
.datagrid-rentAndPurchaseContractTable .col-year_of_annual_remuneration {
    min-width: 82px;
    max-width: 82px;
}

.datagrid-deferredTable .col-remuneration,
.datagrid-deferredTable .col-returned_remuneration,
.datagrid-deferredTable .col-final_remuneration,
.datagrid-extraordinaryRemunerationTable .col-remuneration,
.datagrid-remunerationTable .col-remuneration,
.datagrid-rentAndPurchaseContractTable .col-remuneration,
.datagrid-rentAndPurchaseContractTable .col-returned_remuneration,
.datagrid-rentAndPurchaseContractTable .col-final_remuneration {
    min-width: 100px;
    max-width: 100px;
}

.datagrid-extraordinaryRemunerationTable .col-type,
.datagrid-remunerationTable .col-type {
    min-width: 210px;
}

.datagrid-extraordinaryRemunerationTable .col-period,
.datagrid-extraordinaryRemunerationTable .col-accounted_for_month {
    width: 101px;
}

.datagrid-extraordinaryRemunerationTable .col-accounted_for_year {
    width: 84px;
}

.datagrid-deferredTable .col-action-inline-edit,
.datagrid-rentAndPurchaseContractTable .col-action-inline-edit {
    width: initial !important;
    padding-left: 0;
    padding-right: 0;
}

.datagrid-deferredTable .col-action input,
.datagrid-rentAndPurchaseContractTable .col-action input {
    margin: 0;
}

.datagrid-remunerationTable .col-action,
.datagrid-extraordinaryRemunerationTable .col-action {
    min-width: 131px;
    max-width: 131px;
}

.datagrid-deferredTable .col-action,
.datagrid-rentAndPurchaseContractTable .col-action {
    min-width: 131px;
    max-width: 131px;
}

body.statistics .datagrid-rentAndPurchaseContractTable .col-action {
    min-width: 173px;
    max-width: 173px;
}

body.odmeny .with-divide-button .datagrid-rentAndPurchaseContractTable .col-action {
    min-width: 173px;
    max-width: 173px;
}

body.odmeny .datagrid-myHousesTable .col-action,
body.odmeny .datagrid-remunerationsFromDepartmentTable .col-action {
    min-width: 84px;
    max-width: 84px;
}

body .datagrid-businessCaseTable .col-action {
    min-width: 131px;
    max-width: 131px;
}

.datagrid-paymentsInvoiceTable td {
    min-width: 150px;
}

.datagrid-paymentsInvoiceTable .col-owners {
    min-width: 250px;
}

.datagrid-paymentsInvoiceTable .col-lists {
    min-width: 250px;
}

.datagrid-remunerationTable .col-note {
    min-width: 150px;
}

.datagrid-remunerationTable .col-period {
    min-width: 63px;
    max-width: 63px;
}

.datagrid-demandGdprTable .col-action {
    min-width: 69px;
    max-width: 69px;
}

.highlight-before-deletion td {
    background: yellow;
}

#snippet--contractor-list div {
    display: flex;
    flex-direction: column;
}

#rent-sums .btn {
    position: relative;
    top: -2px;
    float: right;
    padding: 0.16rem 0.75rem;
}

.agency-name:empty,
.client-name:empty {
    display: none;
}

/*# sourceMappingURL=style.css.map */

/* VACATION CALENDAR */
div.calendar-vacation table {
    border-spacing: 0 12px;
    border-collapse: separate;
}
div.calendar-vacation table thead tr:first-of-type th {
    font-size: 19px;
}
div.calendar-vacation table thead tr:first-of-type th:first-of-type {
    border-radius: 3px 0 0 3px;
}
div.calendar-vacation table thead tr:first-of-type th:last-of-type {
    border-radius: 0 3px 3px 0;
}
div.calendar-vacation table thead th {
    padding: 10.5px 10px;
}
div.calendar-vacation table thead th a {
    color: #FFF;
}
div.calendar-vacation table thead th.dow {
    background: none;
    padding: 4px 0 1px;
    text-transform: uppercase;
    font-size: 14px;
    color: #008e49;
}
div.calendar-vacation .day {
    border-radius: 6px;
    border: 2px solid #FFF;
    background: #edefef !important;
    height: 85px;
    padding: 15px 12px 8px;
}
div.calendar-vacation .day:first-of-type {
    border-left: 0;
}
div.calendar-vacation .day:last-of-type {
    border-right: 0;
}
div.calendar-vacation .day.empty {
    background: none !important;
}
div.calendar-vacation .day.active {
    background: #01aa58 !important;
    color: #FFF;
}
div.calendar-vacation .day.weekend {
    background: #ced3d3 !important;
}
div.calendar-vacation .day strong {
    display: block;
    margin-bottom: 6px;
    font-size: 22px;
}
div.calendar-vacation .request {
    border-radius: 5px;
    margin: 0 0 8px;
    padding: 3px 8px;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
}
div.calendar-vacation .request-1 {
    background: #ffe99c;
}
div.calendar-vacation .request-1:hover {
    background: #ffde69;
}
div.calendar-vacation .request-2 {
    background: #a8f1bc;
}
div.calendar-vacation .request-2:hover {
    background: #7cea9a;
}
@media screen and (min-width: 768px) {
    div.calendar-vacation table {
        table-layout: fixed;
    }
}
@media screen and (min-width: 1300px) {
    div.calendar-vacation .request {
        border-radius: 15px;
        font-size: 15px;
    }
}

#requestConfirmDialog {
    -webkit-box-shadow: 0 0 15px 0 #ced3d3;
            box-shadow: 0 0 15px 0 #ced3d3;
    border-radius: 6px;
    border: 0;
    min-width: 400px;
    padding: 44px 10px 33px;
    font-weight: 500;
}
#requestConfirmDialog h2 {
    margin-bottom: 20px;
}
#requestConfirmDialog .requestConfirmDialogParts {
    margin-bottom: 12px;
    text-transform: lowercase;
}

.requestClose {
    border: 0;
    background: none;
    padding: 5px 11px;
    font-size: 24px;
    color: #ced3d3;
    position: absolute;
    top: 0;
    right: 0;
}

.hidden {
    display: none;
}

/* ------ */
.invoice-detail div.calendar-vacation {
    width: auto !important;
    max-width: 350px;
    position: static;
    padding: 0;
}
.invoice-detail div.calendar-vacation table {
    border-spacing: 0;
    border: 4px solid #FFF;
}
.invoice-detail div.calendar-vacation .switch {
    text-align: center;
}
.invoice-detail div.calendar-vacation .dow {
    padding: 6px 0;
}
.invoice-detail div.calendar-vacation .day {
    height: auto;
    padding: 8px 6px 6px;
}

section header.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media screen and (min-width: 667px) {
    section header.d-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.actual-export {
    padding: 30px 0 15px;
    text-align: center;
}
.actual-export .btn {
    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 15px;
    padding: 0;
    font-size: 13px;
    color: #008e49 !important;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.actual-export .btn:after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}
.actual-export .btn:first-child {
    margin-left: 0;
}
@media screen and (min-width: 440px) {
    .actual-export {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 0;
    }
}
@media screen and (min-width: 667px) {
    .actual-export {
        display: block;
        padding: 0;
        text-align: left;
    }
    .actual-export .btn {
        margin: 0 0 0 30px;
    }
}

.datagrid-weeklyOverviewTable .row-filters .datagrid-row-outer-filters-group:not(:first-child) {
    display: none;
}

.datagrid-rentAndPurchaseContractTable .row-filters .datagrid-row-outer-filters-group:not(:nth-child(7)) {
    display: none;
}

.datagrid-row-outer-filters-group label {
    padding-top: 4px;
}

.searched-client td {
    background: #0dcaf0;
}

.accounted-row td {
    background: #92ff7b;
}

#rent-sums td img {
    height: 18px;
    margin-left: 6px;
}

#remuneration-month-filter + .select2,
#remuneration-department-filter + .select2,
#remuneration-user-filter + .select2 {
    position: relative;
    top: -1px;
    margin-left: 4px;
}

#remuneration-month-filter + .select2 {
    width: 107px !important;
    margin-right: 24px;
}

#remuneration-department-filter + .select2 {
    width: 240px !important;
    margin-right: 24px;
}

#remuneration-user-filter + .select2 {
    width: 240px !important;
}

#frm-demandForm label + br {
    display: none;
}

.fa-external-link-alt {
    margin-left: 5px;
}

#duplicates .duplicate a {
    margin-left: 28px;
    margin-right: 8px;
}

#duplicates .duplicate i {
    font-size: 15px !important;
    top: 0px;
    cursor: pointer;
}

#delete-eva-tasks-history {
    min-height: 24px;
    height: 24px;
    margin-bottom: 19px;
}

#delete-remuneration-export-notification {
    font-size: 18px;
    float: right;
    margin-top: 4px;
    cursor: pointer;
}

/* ------ */
body.manual #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
    min-height: 100%;
}
body.manual main {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}
body.manual #header {
    width: 100%;
}
body.manual #header .header-bottom {
    margin: 2px;
}
body.manual #header .header-bottom .d-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body.manual .breadcrumb {
    margin-bottom: 15px;
}
body.manual .btn-create {
    float: none;
    position: static;
}
body.manual .btn-create .fa-chevron-left {
    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;
    text-indent: -1px;
    font-size: 13px;
    color: #FFF;
}
body.manual #footer {
    width: 100%;
}
@media screen and (min-width: 768px) {
    body.manual #header .header-bottom {
        padding-bottom: 0;
    }
}

#employee-manual {
    max-width: none;
    padding: 0;
}
#employee-manual > .row {
    height: 100%;
}
#employee-manual #sidebar {
    background: #edefef;
    margin: 0;
    padding: 20px 30px;
}
#employee-manual #sidebar .sticky {
    position: sticky;
    top: 20px;
}
#employee-manual #sidebar form {
    margin-bottom: 20px;
    position: relative;
}
#employee-manual #sidebar form .form-control {
    margin: 0;
    padding-right: 40px;
}
#employee-manual #sidebar form button {
    border: 0;
    background: none;
    height: 100%;
    aspect-ratio: 1/1;
    margin: auto;
    position: absolute;
    inset: 0 0 0 auto;
}
#employee-manual #sidebar form button img {
    height: 16px;
}
#employee-manual #content {
    padding: 20px 30px;
}
#employee-manual .list-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}
#employee-manual .list-categories:has(.open) {
    color: #9ba3a3;
}
#employee-manual .list-categories .category.open {
    color: #000;
}
#employee-manual .list-categories .category.open > label:after {
    scale: -1;
}
#employee-manual .list-categories .category.open > .tree {
    display: block;
}
#employee-manual .list-categories .active {
    font-weight: bold;
    color: #008e49;
}
#employee-manual .list-categories ul {
    display: none;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}
#employee-manual .list-categories li {
    color: inherit;
}
#employee-manual .list-categories label {
    display: block;
    padding: 6px 0;
    font-weight: bold;
    position: relative;
}
#employee-manual .list-categories label.tree-toggle:after {
    content: "";
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231bcd77'%3e%3cpath fill-rule='evenodd' 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");
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 0;
}
#employee-manual .list-categories a {
    display: block;
    padding: 6px 0;
    color: inherit !important;
}
#employee-manual .accordion-item {
    -webkit-box-shadow: 0 0 9px 3px #edefef;
            box-shadow: 0 0 9px 3px #edefef;
    border-radius: 4px;
    border: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
#employee-manual .accordion-item:has(.accordion-body) .accordion-button:after {
    display: block;
}
#employee-manual .accordion-header {
    border-radius: 4px;
}
#employee-manual .accordion-button {
    -webkit-box-shadow: 0 0 0 1px #edefef;
            box-shadow: 0 0 0 1px #edefef;
    border-radius: 4px 4px 0 0;
    background: #FFF;
    font-weight: 800;
    font-size: 19px;
    font-size: 1.1875rem;
    color: inherit;
}
#employee-manual .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231bcd77'%3e%3cpath fill-rule='evenodd' 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");
    display: none;
}
#employee-manual .accordion-body ul {
    margin: 0;
}
#employee-manual .manual-content {
    max-width: 800px;
    margin: auto;
}
#employee-manual .manual-info {
	display: flex;
	align-items: center;
	font-size: 10pt;
	margin-top: 35px;
}
#employee-manual .manual-info-text {
	margin-left: 10px;
}
#employee-manual .manual-info img {
	border-radius: 50%;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
	vertical-align: middle;
}
#employee-manual .manual-content > h2 {
    font-size: 30px;
}
#employee-manual .manual-content article h1 {
    font-weight: 800;
    font-size: 30px;
    color: #000;
}
#employee-manual .manual-content article h2 {
    font-size: 26px;
}
#employee-manual .manual-content article h2, #employee-manual .manual-content article h3 {
    color: #008e49;
}
#employee-manual .manual-content article p {
    margin-bottom: 1.75rem;
}
#employee-manual .manual-content article ::marker {
    font-weight: bold;
}
@media screen and (min-width: 1440px) {
    #employee-manual .manual-content {
        -webkit-transform: translateX(-153px);
                transform: translateX(-153px);
    }
}
@media screen and (min-width: 1920px) {
    #employee-manual #sidebar {
        max-width: 400px;
    }
    #employee-manual .manual-content {
        -webkit-transform: translateX(-200px);
                transform: translateX(-200px);
    }
}

#plan-for-rental-department-yearly-overview-top thead th,
#plan-for-rental-department-yearly-overview-top td {
    text-align: right;
}

.header-bottom .form-control {
    text-align: right;
}

body.odmeny .header-bottom .form-control,
body.odmeny .header-bottom .form-control + .select2 {
    margin-bottom: 0;
}

[data-select='returnedRemunerations'] [name='group_action[1]'],
.datagrid-rentAndPurchaseContractTable [name='group_action[1]'] {
    left: 0;
    position: absolute;
}

[data-refresh-state*='returned-remunerations'] [name='group_action[1]'] {
    left: 150px;
}

.datagrid-rentAndPurchaseContractTable [name='group_action[1]'] {
    top: 9px;
}

[data-select='returnedRemunerations'] .datagrid-toolbar {
    margin-top: 24px;
}

.datagrid table thead tr.row-group-actions th {
    background: none;
}

.datagrid .col-overseer {
    width: 210px;
}

#gdpr-documents-table {
    width: initial;
}

#gdpr-documents-table th:nth-child(1),
#gdpr-documents-table td:nth-child(1) {
    min-width: 178px;
    width: 178px;
    max-width: 178px;
}

#gdpr-documents-table th:nth-child(2),
#gdpr-documents-table td:nth-child(2) {
    width: 600px;
}

#gdpr-documents-table th:nth-child(3),
#gdpr-documents-table td:nth-child(3) {
    width: 470px;
}

#gdpr-documents-table [type=file] {
    font-size: 12px;
    width: 450px !important;
    margin-top: 0;
}

th.price,
td.price {
    text-align: right;
}

tfoot .price {
    font-weight: bold;
}

.remuneration-type-group-title {
    font-weight: bold;
    margin-bottom: 5px;
}

#agency-negotiations-table th:nth-child(2) {
    width: 146px;
}

#agency-negotiations-table th:nth-child(3) {
    width: 114px;
}

#agency-negotiations-table th:nth-child(4) {
    width: 126px;
}

#payment-exports .btn-file {
    padding: 0;
    margin-left: 8px;
}


.dg-active td {
	background-color: #91cdff;
}

.dg-warning td {
	background-color: #ffaaaa;
}

.approval-detail {
    padding-top: 15px;
}
.approval-detail .lightgallery {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}
.approval-detail .lightgallery img {
    width: 100%;
}
.approval-detail .photo-count {
    background: #FFF;
    padding: 20px 20px 20px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.approval-detail .photo-count strong {
    display: inline-block;
    margin: 0 6px 0 0;
    font-size: 40px;
}
.approval-detail .photo-count span {
    display: inline-block;
    max-width: 80px;
}
.approval-detail .stanovisko .doublecol-form .col:first-of-type {
    width: 100%;
}
.approval-detail .stanovisko .doublecol-form .col:last-of-type:has(.btn) {
    padding-top: 22px;
    text-align: right;
}
.approval-detail .stanovisko .doublecol-form .col:last-of-type:has(.btn) .btn {
    height: 36px;
}
.approval-detail .buttons .btn + .btn {
    margin-left: 30px;
}

#frm-agencyForm .tt-menu {
    background: #dc3545;
}
/*# sourceMappingURL=style.css.map */
