/* Upravene CSS tridy */

.entry-content a {
    color: #8aa224;
}

.entry-content img {
    display: inline;
}

.entry-content p {
    text-align: justify;
}

.entry-content em,
.entry-content i {
    font-style: italic;
}

.entry-content table thead th h1,
.entry-content table thead td h1,
.entry-content table tbody th h1,
.entry-content table thead th h2,
.entry-content table thead td h2,
.entry-content table tbody th h2,
.entry-content table thead th h3,
.entry-content table thead td h3,
.entry-content table tbody th h3,
.entry-content table thead th h4,
.entry-content table thead td h4,
.entry-content table tbody th h4 {
    color: white;
}

#employees .entry-content table tbody tr:nth-child(even) td {
    background-color: #ededed;
}

html main .entry-content table.lcr-table-invisible,
html main .entry-content table.lcr-table-invisible thead,
html main .entry-content table.lcr-table-invisible tbody,
html main .entry-content table.lcr-table-invisible tfoot,
html main .entry-content table.lcr-table-invisible tr,
html main .entry-content table.lcr-table-invisible tr th,
html main .entry-content table.lcr-table-invisible tr td {
    width: auto;
    height: auto;
    border: 0 none;
    margin: 0;
    padding: 0;
    background: none;
    font-weight: inherit;
    font-size: inherit;
}

html main .entry-content table.lcr-table-invisible tr th+th,
html main .entry-content table.lcr-table-invisible tr th+td,
html main .entry-content table.lcr-table-invisible tr td+th,
html main .entry-content table.lcr-table-invisible tr td+td {
    padding-left: 0.2em;
}

html main .entry-content table.lcr-table-invisible tr+tr th,
html main .entry-content table.lcr-table-invisible tr+tr td {
    padding-top: 0.2em;
}

#news #do-not-miss article {
    padding-top: 45px;
    padding-bottom: 45px;
}

#news #do-not-miss article .content>div>a {
    float: none;
}


/* Nove CSS tridy */
a[href^="tel:"] {
    text-decoration: none !important;
    color: inherit !important;
}

.green {
    color: #a2bd30;
}

.entry-content .lcr-float-left,
.entry-content .alignleft {
    float: left;
    padding: 0 1em 1em 0;
}

.entry-content .lcr-float-right,
.entry-content .alignright {
    float: right;
    padding: 0 0 1em 1em;
}

.entry-content .lcr-underline {
    text-decoration: underline;
}

.entry-content td.lcr-number,
.entry-content th.lcr-number {
    text-align: right;
}

.entry-content table.lcr-table-fixed {
    width: 100%;
    table-layout: fixed;
}

.entry-content table.lcr-table-fixed td,
.entry-content table.lcr-table-fixed th {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.table-responsive-scrollbar-top {
    overflow-x: auto;
}

.table-responsive-scrollbar-top div {
    min-height: 1px;
}

.table-responsive::-webkit-scrollbar,
.table-responsive-scrollbar-top::-webkit-scrollbar {
    height: 6px;
}

.table-responsive::-webkit-scrollbar-track,
.table-responsive-scrollbar-top::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb,
.table-responsive-scrollbar-top::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}

html .entry-content .table-responsive {
    margin-top: 0;
}

.entry-content .table-responsive-scrollbar-top {
    margin-top: 20px;
}

.entry-content .table-responsive-scrollbar-top:first-child {
    margin-top: 0;
}

.not-find {
    color: #bd303d;
    font-weight: 700;
    font-size: 2.25em;
    padding-top: 100px;
    padding-bottom: 100px;
    border: 0 !important
}

#employees-filter {
    padding: 10px 0;
}

#employees-filter .row-no-padding {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.row-no-padding {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#employees-filter .row [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-top: 10px;
}

#employees-filter input[type="text"],
#employees-filter select {
    width: 100%;
    color: #58585a;
    background-color: #f3f4f4;
    font-size: .9375em;
    line-height: 45px;
    height: 47px;
    padding: 0 14px;
    border: 1px solid #d3d4d4;
    outline: none;
    box-shadow: none
}

#employees-filter input[type="text"]::-webkit-input-placeholder {
    color: #58585a;
    opacity: 1
}

#employees-filter input[type="text"]:-moz-placeholder {
    color: #58585a;
    opacity: 1
}

#employees-filter input[type="text"]::-moz-placeholder {
    color: #58585a;
    opacity: 1
}

#employees-filter input[type="text"]:-ms-input-placeholder {
    color: #58585a;
    opacity: 1
}

#employees-filter input[type="text"]:focus {
    border-color: #a2bd30
}

#employees-filter button {
    position: relative;
    background-color: #a2bd30;
    text-indent: -9999px;
    bottom: 0;
    right: 0;
    width: 47px;
    height: 47px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    outline: none;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

#employees-filter .search button::before {
    content: "";
    background-image: url("/wp-content/themes/lesyoj/images/sprite.png");
    background-position: -60px -355px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden
}

#employees-filter .search button:hover {
    background-color: #27461d
}

#employees .entry-content table tbody tr:nth-child(4n+3) td,
#employees .entry-content table tbody tr:nth-child(4n+4) td {
    background-color: #fff;
}

.expander-handle {
    display: inline-block;
    font-size: 133%;
    vertical-align: -8%;
    text-align: center;
    width: 20px;
    cursor: pointer;
}

#employees .expander-handle {
    margin-left: -20px;
}

.expander-handle::before {
    content: "+";
}

.expander:checked + .expander-handle::before {
    content: "–";
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #employees-filter .search button::before {
        background-size: 427px 402px;
        background-image: url("/wp-content/themes/lesyoj/images/sprite@2x.png")
    }
}

@media (max-width: 767px) {
    .not-find {
        font-size: 1.125em;
        padding-top: 50px;
        padding-bottom: 50px
    }
}
