@charset "UTF-8";

/**
@author: Ján Priskin
@copyright www.priskin.sk
**/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext");
::-webkit-input-placeholder {
    color: #2d2d2f;
}

:-moz-placeholder {
    color: #2d2d2f;
}

::-moz-placeholder {
    color: #2d2d2f;
}

:-ms-input-placeholder {
    color: #2d2d2f;
}

img {
    max-width: 100%;
}

img.auto-height {
    height: auto;
}

img.pull-left {
    margin: 0 20px 20px 0;
}

img.pull-right {
    margin: 0 0 20px 20px;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    visibility: hidden;
}

.nowrap {
    white-space: nowrap;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    background: #EBEDEE;
    margin: 0;
    font: normal 300 17px "Open Sans", sans-serif;
    color: #2d2d2f;
    overflow-x: hidden;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.noscroll {
    overflow: hidden;
}

b,
strong {
    font-weight: 600;
}

a,
input[type=submit] {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

a,
button,
button:hover,
button:focus,
input[type=submit],
input[type=submit]:hover,
input[type=submit]:focus {
    text-decoration: none;
}

a {
    color: #2d2d2f;
    outline: none;
}

a:hover,
a:focus {
    outline: none;
}

hr {
    background: #2d2d2f;
    display: block;
    border: 0;
    height: 1px;
    margin: 30px auto;
    width: 110px;
}

hr.white {
    background: #FFF;
}


/* ---------- */

.h2,
h2 {
    font-size: 1.17647rem;
}

.h3,
h3 {
    font-size: 1.05882rem;
}

@media (min-width: 768px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
    .h3,
    h3 {
        font-size: 2rem;
    }
}


/* ---------- */


/* FORMS */

fieldset+fieldset {
    margin-top: 30px;
}

fieldset legend {
    color: #41A500;
}

input:required {
    border: 1px solid #C00;
}

select:required+span .select2-selection {
    border: 1px solid #C00;
}

.btn {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}

.btn:hover,
.btn:focus {
    background: rgba(53, 75, 84, 0.45);
    outline: none;
}

.btn-success {
    border: 0;
    background: #41A500;
    color: #FFF !important;
}

.btn-success:hover {
    background: #55d800;
}

.btn-success:focus,
.btn-success:active,
.btn-success:not(:disabled):not(.disabled):active {
    background: #2d7200;
}

.btn:disabled {
    background: #000;
    color: #FFF;
    cursor: default;
}

.btn:disabled:hover {
    background: #000;
}


/* ---------- */


/* TABLES */

#maintable tbody tr > th {
    background: #2d2d2f;
    color: #FFF;
}

.block form fieldset {
    overflow: hidden;
}

.block form > table th,
.block form fieldset > table th {
    padding-right: 10px;
}

.table {
    table-layout: fixed;
    font-size: 0.82353rem;
}

.table thead th {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.table thead th a {
    color: #41A500;
}

.table td {
    border-bottom: 1px solid #2d2d2f;
    word-wrap: break-word;
}

.table .btn {
    margin-bottom: 5px;
}

.table-auto {
    table-layout: auto;
}

.table-fixed {
    width: 100%;
}

.table-fixed tbody {
    height: 300px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed thead tr th {
    float: left;
}

tbody tr.green {
    background: #41A500 !important;
    color: #FFF !important;
}

tbody tr.green a {
    color: inherit;
}


/* TABLE - RESPONSIVE */

@media (max-width: 959px) {
    .table thead {
        display: none;
    }
    .table tbody {
        display: block;
    }
    .table tr {
        display: block;
        position: relative;
    }
    .table tr+tr {
        border-top: 1px solid #2d2d2f;
    }
    .table th,
    .table td {
        border: 0;
        display: block;
        word-wrap: break-word;
    }
    .table .__hidden {
        display: none;
    }
    .block form > table tbody,
    .block form > fieldset > table tbody {
        display: block;
    }
    .block form > table tr,
    .block form > fieldset > table tr {
        display: block;
    }
    .block form > table th,
    .block form > fieldset > table th {
        padding-top: 15px;
    }
    .block form > table th,
    .block form > table td,
    .block form > fieldset > table th,
    .block form > fieldset > table td {
        display: block;
    }
}

@media (min-width: 1024px) {
    .block form > table:not(.table) th,
    .block form fieldset > table:not(.table) th {
        width: 240px;
    }
}


/* NATIVE CSS GRID */

.css-grid {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(8, [col-start] 1fr);
}

.css-grid .item {
    background: #C8CCCE url("../img/logo.svg") 50% 50% no-repeat;
    color: #FFF !important;
    position: relative;
    overflow: hidden;
}

.css-grid .item:before,
.css-grid .item:after,
.css-grid .item .title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.css-grid .item:before {
    content: attr(data-letter);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 4rem;
}

.css-grid .item:after {
    content: "";
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.css-grid .item:hover:after {
    background: rgba(65, 165, 0, 0.75);
}

.css-grid .item:hover .title {
    opacity: 1;
}

.css-grid .item .holder:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.css-grid .item .title {
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-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 {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 1200px) {
    .css-grid .item .title {
        font-size: 1.2rem;
    }
    .css-grid .item:before {
        font-size: 6rem;
    }
}


/* INTRANET - FORUM */

.forum-topic .post {
    border-top: 1px solid #C8CCCE;
    margin-top: 15px;
    padding-top: 15px;
}

.forum-topic .post .post-body {
    margin-top: 6px;
}

.forum-topic .post .anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


/* INTRANET - SORTABLE GALLERY */

#sortable.photogallery img {
    max-width: 100%;
    float: none;
    padding: 0;
}

#sortable.photogallery .ovladaci {
    margin: 0;
}


/* INTRANET - EMPLOYEE */

.employee-of-month {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.employee-of-month .select2 {
    float: left;
}

.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;
}


/* LOGIN PAGE */

.sign-page form,
.sign-page .bg-white {
    background: #FFF;
    max-width: 500px;
    margin: auto;
    padding: 20px 10px;
}

.sign-page form th,
.sign-page form td {
    padding: 5px 10px;
}

.sign-page form .error {
    padding: 0;
    list-style: none;
    color: #C00;
}


/* BS PAGINATOR */

.paginator {
    padding: 0;
    text-align: center;
}

.paginator li {
    list-style: none;
    display: inline-block;
    margin-left: -2px;
    margin-bottom: 2px;
}

.paginator li.active {
    font-weight: bold;
}

.paginator .page-link {
    border-radius: 2px;
    border-color: #007bff;
    background: none;
    min-width: 45px;
    height: 45px;
    padding: 0;
    line-height: 45px;
    color: #007bff;
}

.paginator .page-link:hover {
    border-color: #000;
    background: #000;
    color: #FFF;
}


/* ---------- */


/* DATATABLES PAGINATOR */

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #007bff;
    min-width: 45px;
    height: 45px;
    padding: 0;
    line-height: 45px;
    color: #007bff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding: 0 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #000;
    background: #000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #007bff;
    background: #007bff !important;
    color: #FFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border-color: #C8CCCE;
    padding: 0 1em;
    color: #C8CCCE !important;
}


/* SORTABLE GALLERY */

#sortable {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#sortable li {
    border: 1px dashed #007bff;
    background: #EBEDEE;
    margin: 5px;
    padding: 5px;
    text-align: left;
    font-size: 0.70588rem;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

#sortable li img {
    max-width: 170px;
    float: left;
    margin-bottom: 5px;
    padding-right: 10px;
}

#sortable li .ovladaci > div {
    border: 1px solid #C8CCCE;
    background: #FFF;
    padding: 5px;
}

#sortable li .ovladaci > div+div {
    margin-top: 5px;
}

#sortable li .ovladaci > div input {
    position: relative;
    top: 2px;
}

#sortable li .form-control {
    margin-top: 5px;
}

#sortable li .btn {
    margin: 0;
}

#sortable li .komentar {
    width: 150px;
}

#sortable .toDelete {
    opacity: 0.3;
}

#sortable .orez {
    border: 1px solid #C00;
}

#sortable .connected {
    border: 1px solid #41A500;
}

#sortable .ovladaci {
    margin-left: 170px;
}

@media (min-width: 480px) {
    #sortable li {
        width: calc(50% - 10px);
        float: left;
    }
}

@media (min-width: 1440px) {
    #sortable li {
        width: calc(33% - 10px);
    }
}

@media (min-width: 1920px) {
    #sortable li {
        width: calc(25% - 10px);
    }
}

@media (min-width: 2560px) {
    #sortable li {
        width: calc(20% - 10px);
    }
}


/* ---------- */


/* UPLOADER */

.dropzone {
    border: 1px dashed #007bff !important;
    background: #EBEDEE 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='rgb(0,123,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' > <path d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M17 8l-5-5-5 5M12 3v12'/ > </svg > ") 30px 50% no-repeat !important;
    padding: 30px 30px 30px 80px !important;
    color: #007bff;
}


/* ---------- */


/* SQUARE PHOTOS */

.photo-for-crop {
    margin-bottom: 15px;
}

.photo-for-crop .crop-wrapper {
    position: relative;
}

.photo-for-crop .crop-wrapper.disabled .crop-overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
}

.photo-for-crop .croppie-container .cr-boundary {
    width: 100% !important;
}

.photo-for-crop .croppie-container .cr-image {
    position: relative;
}

@media (min-width: 1440px) {
    .photo-for-crop {
        width: calc(50% - 20px);
        margin: 0 10px 15px;
        float: left;
    }
}

@media (min-width: 2560px) {
    .photo-for-crop {
        width: calc(33% - 20px);
    }
}

#sidebar-left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#sidebar-right {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#content {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}


/* ---------- */

.side-menu {
    list-style: none;
    padding: 0;
    line-height: 1.6;
}

.side-menu .title {
    list-style: none;
    text-transform: uppercase;
    font-weight: 500;
}

.side-menu a {
    color: #2d2d2f;
}

.side-menu .active {
    font-weight: bold;
    color: #41A500;
}

.side-menu ul {
    list-style: none;
    padding-left: 15px;
}

.side-menu ul li:before {
    content: "»";
    margin-right: 4px;
    font-weight: 700;
    color: #41A500;
}

aside {
    display: none;
}


/* ---------- */

@media (min-width: 1024px) {
    #content {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    aside {
        display: block;
    }
    aside > nav,
    aside > div {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
    }
}


/* TILE PLACES */

.tile-set+.tile-set {
    margin-top: 24px;
}

.tile-set .item {
    background-image: none;
}

.tile-set .item:before {
    content: none;
}

.tile-set .item .title {
    opacity: 1;
}

.tile-set #item-1,
.tile-set #item-8,
.tile-set #item-18 {
    grid-column: 1/3;
    grid-row: 1/3;
}

.tile-set #item-6,
.tile-set #item-23 {
    grid-column: 5/7;
    grid-row: 1/3;
}

.tile-set #item-7,
.tile-set #item-17 {
    grid-column: 7/9;
    grid-row: 1/3;
}

.tile-set #item-11,
.tile-set #item-12,
.tile-set #item-21,
.tile-set #item-22 {
    grid-row: 2/3;
}


/* MENU TOGGLE */

#menu-toggle {
    height: 30px;
    font-weight: 500;
    position: absolute;
    top: 19px;
    right: 15px;
    z-index: 9;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 999;
    cursor: pointer;
}

#menu-toggle .nav-icon {
    width: 35px;
    height: 35px;
    float: right;
    position: relative;
    top: 1px;
}

#menu-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .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: 11px;
}

#menu-toggle span:nth-child(4) {
    top: 22px;
}

#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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 1024px) {
    #menu-toggle {
        display: none;
    }
}


/* ---------- */

#header {
    background: #FFF;
    overflow: hidden;
}

#header h1 {
    margin: 27px 0 34px;
    text-align: center;
    font-weight: bold;
    font-size: 1.29412rem;
}

@media (min-width: 600px) {
    #header h1 {
        font-size: 1.76471rem;
    }
}


/* HEADER - NAVBAR */

#navbar {
    background: #eee;
    padding: 10px 15px;
}

#navbar .logo {
    margin-right: 15px;
    display: inline-block;
}

#navbar .logo img {
    height: 48px;
}

#navbar .logo~a {
    display: inline-block;
    margin-left: 21px;
    position: relative;
    cursor: pointer;
}

#navbar .logo~a path {
    fill: #41A500;
}

#navbar .lock {
    width: 20px;
    height: 21px;
    top: -10px;
}

#navbar .eye {
    width: 24px;
    height: 16px;
    top: -9px;
}

@media (min-width: 768px) {
    #navbar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1024px) {
    #navbar {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1280px) {
    #navbar {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 47px;
        padding-right: 47px;
    }
}


/* HEADER - MENU */

.main-menu {
    display: none;
}

.main-menu ul {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.main-menu a {
    color: #000;
    display: block;
    padding: 10px 0 4px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.main-menu a:before {
    content: "";
    background: #41A500;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.main-menu a.active:before,
.main-menu a:hover::before {
    height: 3px;
}

.main-menu .btn {
    margin-top: 10px;
    padding: 8px 10px;
}

@media (min-width: 1024px) {
    .main-menu {
        display: inline-block;
    }
    .main-menu ul {
        margin: 0 -11px 0 0;
    }
    .main-menu li {
        display: inline-block;
        padding: 0 11px;
    }
    .main-menu a {
        padding-top: 0;
    }
    .main-menu .btn {
        margin: 0;
    }
}

@media (min-width: 1280px) {
    .main-menu .btn br {
        display: none;
    }
}


/* ---------- */


/* HEADER - BREADCRUMB */

.breadcrumb {
    background: none;
    margin: 21px 30px 3px;
    font-size: 15px;
    font-size: 0.8824rem;
    color: #2d2d2f;
}

.breadcrumb a {
    color: inherit;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "»";
    font-weight: bold;
    color: #41A500;
}


/* HEADER - GRID */

.grid {
    position: relative;
}

.grid.open .microweby {
    height: auto;
    opacity: 1;
}

.grid.open .flip .svg {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.grid .flip {
    background: #41A500;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 100%;
    right: 0;
    cursor: pointer;
}

.grid .flip .svg {
    width: 23px;
    height: 13px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.microweby {
    background: #C8CCCE;
    height: 0;
    margin: 0 -15px;
    grid-template-columns: repeat(3, [col-start] 1fr);
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.microweby .item {
    background-color: #e4e6e7;
    background-image: none;
}

.microweby .item:after {
    background: rgba(53, 75, 84, 0.58);
}

.microweby .holder {
    position: relative;
}

.microweby .item .title {
    opacity: 1;
    height: 100%;
}

@media (min-width: 480px) {
    .microweby {
        grid-template-columns: repeat(4, [col-start] 1fr);
    }
}

@media (min-width: 600px) {
    .microweby {
        grid-template-columns: repeat(5, [col-start] 1fr);
    }
}

@media (min-width: 720px) {
    .microweby {
        grid-template-columns: repeat(6, [col-start] 1fr);
    }
}

@media (min-width: 960px) {
    .microweby {
        grid-template-columns: repeat(8, [col-start] 1fr);
    }
}

@media (min-width: 1600px) {
    .microweby {
        grid-template-columns: repeat(10, [col-start] 1fr);
    }
}

@media (min-width: 2540px) {
    .microweby {
        grid-template-columns: repeat(13, [col-start] 1fr);
    }
}


/* ROZCESTNIK */

#rozcestnik .item {
    margin-bottom: 30px;
    position: relative;
}

#rozcestnik .item:hover .svg * {
    stroke: #41A500;
}

#rozcestnik .item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

#rozcestnik .item .holder {
    background: #FFF;
    padding: 35px;
    text-align: center;
}

#rozcestnik .item h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    font-size: 1.2941rem;
    color: #41A500;
}

#rozcestnik .item .img-crop {
    height: 69px;
    margin-top: 47px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#rozcestnik .item .svg * {
    stroke-width: 2px;
    stroke: #2d2d2f;
}

#rozcestnik .item .sub-menu {
    background: #2d2d2f;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0;
    padding: 25px;
    list-style: none;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

#rozcestnik .item .sub-menu li {
    line-height: 1.5;
}

#rozcestnik .item .sub-menu .title {
    text-transform: uppercase;
    font-weight: 500;
    color: #41A500;
}

#rozcestnik .item .sub-menu a {
    font-size: 15px;
    font-size: 0.88235rem;
    color: #FFF;
}


/* ---------- */

main {
    padding: 15px 0 0;
}

@media (min-width: 600px) {
    main {
        padding: 51px 30px;
    }
}


/* ---------- */

.block {
    background: #FFF;
    margin-bottom: 15px;
    padding: 30px;
}

.block table {
    min-width: 50%;
}

.block table:not(.auto-width) {
    width: 100%;
}


/* ---------- */

.dataTables_wrapper .form-control {
    width: auto;
    display: inline-block;
}


/* ---------- */

.link {
    color: #007bff !important;
    cursor: pointer;
}

.link:hover {
    text-decoration: underline !important;
}

#events .event:not(:first-child) {
    border-top: 1px solid #ebedee;
    padding-top: 12px;
}

#events .event:not(:last-child) {
    margin-bottom: 12px;
}

.aprove-event {
    display: block;
    margin-top: 6px;
}

.bottom-image {
    margin-bottom: 30px;
}

#topics {
    font-size: 12pt;
}

.topics-table-name {
    width: 60%;
}

.topics-table-date {
    width: 15%;
}

.topics-table-count {
    width: 13%;
}

.topics-table-delete {
    width: 10%;
}

#users tr:nth-child(odd) {
    background: #eee;
}

.sortable-rows td:first-child {
    cursor: move;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 5px;
}

.acquisition-photo {
    border: 1px solid #eee;
    cursor: move;
    float: left;
    margin: 12px 12px 12px 0;
    padding: 8px;
    position: relative;
}

.acquisition-photo .delete-photo {
    background: red;
    color: white;
    font-size: 14pt;
    padding: 2px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.acquisition-photo img {
    height: 120px;
}

#edit-property [type=submit] {
    clear: both;
    display: block;
    position: relative;
    top: 12px;
}

#project-photos th:nth-child(2),
#project-photos th:last-child,
#project-photos td:nth-child(2),
#project-photos td:last-child {
    padding: 12px;
}

#project-photos img {
    margin-bottom: 12px;
}


/* ---------- */


/* SPINNER */

#spinner {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
}

#spinner-inner {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -120px;
    padding: 13px;
    z-index: 999999;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #000000;
    width: 29px;
    height: 29px;
    -moz-animation-name: bounce_fountainG;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(0.3);
    -moz-border-radius: 19px;
    -webkit-animation-name: bounce_fountainG;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(0.3);
    -webkit-border-radius: 19px;
    -ms-animation-name: bounce_fountainG;
    -ms-animation-duration: 1.2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(0.3);
    -ms-border-radius: 19px;
    -o-animation-name: bounce_fountainG;
    -o-animation-duration: 1.2s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(0.3);
    -o-border-radius: 19px;
    animation-name: bounce_fountainG;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(0.3);
    border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

#fountainG_2 {
    left: 30px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#fountainG_3 {
    left: 60px;
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

#fountainG_4 {
    left: 90px;
    -webkit-animation-delay: 0.84s;
    animation-delay: 0.84s;
}

#fountainG_5 {
    left: 120px;
    -webkit-animation-delay: 0.96s;
    animation-delay: 0.96s;
}

#fountainG_6 {
    left: 150px;
    -webkit-animation-delay: 1.08s;
    animation-delay: 1.08s;
}

#fountainG_7 {
    left: 180px;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#fountainG_8 {
    left: 210px;
    -webkit-animation-delay: 1.32s;
    animation-delay: 1.32s;
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #000000;
    }
    100% {
        -webkit-transform: scale(0.3);
        background-color: #FFFFFF;
    }
}

@keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #000000;
    }
    100% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        background-color: #FFFFFF;
    }
}


/* SPINNER - end */

a {
    color: #007bff;
}

.catalogEditFormPhoto,
.userEditFormPhoto {
    max-width: 300px;
    padding-top: 10px;
}

.tileblock {
    background: white;
    margin-bottom: 15px;
    padding: 30px;
    overflow: hidden;
}

.textarea-info,
.textarea-error {
    padding: 3px;
}

.textarea-error {
    color: red;
    font-weight: bold;
}

.background-for-svg {
    background: #ccc;
    padding: 12px;
}

.project-image-selection {
    white-space: nowrap;
    overflow-x: scroll;
    border: 1px solid #ccc;
    margin-top: 12px;
}

.project-image-selection label {
    display: inline-block;
    text-align: center;
    margin: 8px;
    cursor: pointer;
}

.project-image-selection img {
    height: 150px;
}

.project-image-selection input {
    margin-top: 6px;
}

.userEditFormFoto {
    max-width: 300px;
    padding-top: 10px;
}


/* ---------- */


/*# sourceMappingURL=admin.css.map */

.cardlinks a {
    padding-right: 12px;
}

.hidden-row td:not(:last-child) {
    opacity: 0.5;
}

.user-photo {
    max-width: 30%;
    margin: 12px 70% 0 0;
}

#projects {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    align-items: flex-start;
    grid-gap: 24px;
    padding: 24px;
}

#projects a {
    position: relative;
}

#projects .title {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

#projects img {
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 3px;
}

.float-right {
    float: right;
}

.center {
    text-align: center;
}

.image-selection {
    white-space: nowrap;
    overflow-x: scroll;
    border: 1px solid #ccc;
    margin-top: 12px;
}

.image-selection label {
    display: inline-block;
    text-align: center;
    margin: 8px;
    cursor: pointer;
}

.image-selection img {
    height: 150px;
}

.image-selection input {
    margin-top: 6px;
}

.fa {
    font-size: 20px;
    padding: 2px;
}

.fa-eye-slash {
    color: red;
}

#image {
    margin-top: 6px;
    margin-bottom: 24px;
}

.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;
}

.actions {
    width: 80px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}

.actions a:not(:first-child) {
    margin-left: 12px;
}

#content [type=submit] {
    margin-top: 30px;
}

.sortable {
    float: left;
    width: 100%;
}

.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;
}

.block form > table .filter-form th {
    text-align: center;
    padding: 0.25rem;
}

.block form > table .filter-form th input {
    width: 100%;
}

.text-right {
    text-align: right;
}

#spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -120px;
    padding: 13px;
    z-index: 123456;
    display: none;
}

#spinner {
    width: 240px;
    height: 29px;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #000000;
    width: 29px;
    height: 29px;
    -moz-animation-name: bounce_fountainG;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.3);
    -moz-border-radius: 19px;
    -webkit-animation-name: bounce_fountainG;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.3);
    -webkit-border-radius: 19px;
    -ms-animation-name: bounce_fountainG;
    -ms-animation-duration: 1.2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.3);
    -ms-border-radius: 19px;
    -o-animation-name: bounce_fountainG;
    -o-animation-duration: 1.2s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.3);
    -o-border-radius: 19px;
    animation-name: bounce_fountainG;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.3);
    border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

#fountainG_2 {
    left: 30px;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#fountainG_3 {
    left: 60px;
    -moz-animation-delay: 0.72s;
    -webkit-animation-delay: 0.72s;
    -ms-animation-delay: 0.72s;
    -o-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

#fountainG_4 {
    left: 90px;
    -moz-animation-delay: 0.84s;
    -webkit-animation-delay: 0.84s;
    -ms-animation-delay: 0.84s;
    -o-animation-delay: 0.84s;
    animation-delay: 0.84s;
}

#fountainG_5 {
    left: 120px;
    -moz-animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
    -ms-animation-delay: 0.96s;
    -o-animation-delay: 0.96s;
    animation-delay: 0.96s;
}

#fountainG_6 {
    left: 150px;
    -moz-animation-delay: 1.08s;
    -webkit-animation-delay: 1.08s;
    -ms-animation-delay: 1.08s;
    -o-animation-delay: 1.08s;
    animation-delay: 1.08s;
}

#fountainG_7 {
    left: 180px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#fountainG_8 {
    left: 210px;
    -moz-animation-delay: 1.32s;
    -webkit-animation-delay: 1.32s;
    -ms-animation-delay: 1.32s;
    -o-animation-delay: 1.32s;
    animation-delay: 1.32s;
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #000000;
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #FFFFFF;
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #000000;
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #FFFFFF;
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #000000;
    }

    100% {
        -ms-transform: scale(.3);
        background-color: #FFFFFF;
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #000000;
    }

    100% {
        -o-transform: scale(.3);
        background-color: #FFFFFF;
    }
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #000000;
    }

    100% {
        transform: scale(.3);
        background-color: #FFFFFF;
    }
}

.table td.wrap-anywhere {
    word-wrap: anywhere;
}

#ajax-info {
    color: #fff;
    display: none;
    position: fixed;
    right: 12px;
    bottom: 12px;
    border-radius: 30px;
    padding: 12px;
}

form > div {
    clear: both;
}

.administration-section {
    font-size: 10pt;
}

.form-control {
    width: initial;
}

#frm-editTextSectionForm input,
#frm-editTextSectionForm textarea {
    width: 100%;
}

.form-control.small + .tox-tinymce {
    height: 230px !important;
}

.tox-promotion {
    display: none;
}

.jsplus_ui_toolbar_line > :nth-child(n+3) {
    display: none !important;
}