@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: #354B54;
}

:-moz-placeholder {
    color: #354B54;
}

::-moz-placeholder {
    color: #354B54;
}

:-ms-input-placeholder {
    color: #354B54;
}

img {
    max-width: 100%;
}

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: #354B54;
    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 0.25s ease;
    transition: all 0.25s ease;
}

a,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
    text-decoration: none;
}

a {
    color: #354B54;
    outline: none;
}

a:hover, a:focus {
    outline: none;
}

hr {
    background: #354B54;
    display: block;
    border: 0;
    height: 1px;
    margin: 30px auto;
    width: 110px;
}

hr.white {
    background: #FFF;
}

/* ---------- */
.h2, h2 {
    font-size: 20px;
    font-size: 1.1764705882rem;
}

.h3, h3 {
    font-size: 18px;
    font-size: 1.0588235294rem;
}

@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 {
    max-width: 100%;
}

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;
}

.btn-default {
    background: #008e49;
    color: #FFF;
}

/* ---------- */
/* TABLES */
#maintable tbody tr > th {
    background: #354B54;
    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: 14px;
    font-size: 0.8235294118rem;
}

.table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table thead th a {
    color: #41A500;
}

.table td {
    border-bottom: 1px solid #354B54;
    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 #354B54;
    }

    .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: 190px;
    }
}

/* 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: -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-transform: uppercase;
    font-weight: 400;
    font-size: 4rem;
}

.css-grid .item:after {
    content: "";
    -webkit-transition: all 0.25s ease;
    transition: all 0.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: -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 {
    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 */
.signPage form,
.signPage .bg-white {
    background: #FFF;
    max-width: 500px;
    margin: auto;
    padding: 20px 10px;
}

.signPage form th, .signPage form td {
    padding: 5px 10px;
}

.signPage 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: 12px;
    font-size: 0.7058823529rem;
    cursor: -webkit-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;
    -ms-flex-order: 1;
    order: 1;
}

#sidebar-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#content {
    -webkit-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: #354B54;
}

.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;
}

/* ---------- */
@media (min-width: 1024px) {
    #content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    aside > nav,
    aside > div {
        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);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
}

#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);
    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: 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);
    transform: rotate(45deg);
}

#menu-toggle.open span:nth-child(3) {
    -webkit-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: 22px;
    font-size: 1.2941176471rem;
}

@media (min-width: 600px) {
    #header h1 {
        font-size: 30px;
        font-size: 1.7647058824rem;
    }
}

/* HEADER - NAVBAR */
#navbar {
    background: #354B54;
    padding: 10px 15px;
}

#navbar .logo {
    width: 118px;
    margin-right: 15px;
    display: inline-block;
}

#navbar .logo svg {
    max-width: 100%;
    height: 100%;
}

#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: -ms-flexbox;
        display: flex;
        -webkit-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 {
    display: block;
    padding: 10px 0 4px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.main-menu a:before {
    content: "";
    background: #41A500;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.main-menu a.active {
    background: none;
}

.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: #354B54;
}

.breadcrumb a {
    color: inherit;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "»";
    font-weight: bold;
    color: #41A500;
}

.breadcrumb .breadcrumb-item.active {
    background: none;
}

/* HEADER - GRID */
.grid {
    position: relative;
}

.grid.open .microweby {
    height: auto;
    opacity: 1;
}

.grid.open .flip .svg {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.grid .flip {
    background: #41A500;
    width: 48px;
    height: 48px;
    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: absolute;
    bottom: 100%;
    right: 0;
    cursor: pointer;
}

.grid .flip .svg {
    width: 23px;
    height: 13px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.microweby {
    background: #C8CCCE;
    height: 0;
    margin: 0 -15px;
    grid-template-columns: repeat(3, [col-start] 1fr);
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.microweby .item {
    background-color: #e4e6e7;
    background-image: none;
}

.microweby .item:after {
    background: rgba(53, 75, 84, 0.58);
}

.microweby .item .title {
    opacity: 1;
}

@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 * {
    fill: #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: -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;
}

#rozcestnik .item .svg * {
    fill: #354B54;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#rozcestnik .item .sub-menu {
    background: #354B54;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0;
    padding: 25px;
    list-style: none;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.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%;
    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;
}

.select2 {
    min-width: 100px;
    max-width: 100%;
    width: 100% !important;
}

/* ---------- */
/* 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-photo-selection {
    white-space: nowrap;
    overflow-x: scroll;
    border: 1px solid #ccc;
    margin-top: 12px;
}

.project-photo-selection label {
    display: inline-block;
    text-align: center;
    margin: 8px;
    cursor: pointer;
}

.project-photo-selection img {
    height: 150px;
}

.project-photo-selection input {
    margin-top: 6px;
}

.userEditFormFoto {
    max-width: 300px;
    padding-top: 10px;
}

.cardlinks a {
    padding-right: 12px;
}

.hidden-row td:not(:last-child) {
    opacity: 0.5;
}

.user-photo {
    max-width: 30%;
    margin: 12px 70% 0 0;
}

.line-through {
    text-decoration: line-through;
}

.action-price {
    color: red;
}

#another-settings {
    margin-bottom: 30px;
}

#discounts-according-to-the-price-range .btn {
    margin-bottom: 0;
}

/*datagrid*/
#snippet-taskTable-table {
    width: 100%;
}

/*#snippet-taskTable-table textarea#frm-taskForm-description{*/
textarea#frm-taskForm-description {
    min-height: 150px !important;
    /*display: none;*/
}

.input-group .input-date {
    max-width: 50%;
}

.input-group .input-date input {
    max-width: 80%;
}

.form-group .select2 {
    padding-left: 0;
    padding-right: 0;
    /*width:100% !important;*/
}

.summary {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25em;
    padding: 10px 15px;
}

.list-group {
    padding-right: 0;
}

.svg-inline--fa {
    font-size: 16px;
}

.alert-error {
    background-color: #e0acb5;
    font-weight: bold;
    border: 3px solid crimson;
}

#frm-blogForm .select2,
#frm-editForm .select2,
#frm-searchForm .select2 {
    min-width: 300px !important;
}

#frm-tagForm .select2 {
    width: 100% !important;
}

.bg-secondary a {
    color: white;
}

div#snippet-log-grid td.col-action {
    white-space: initial;
}

/* ---------- */
/* ----------------------------------------------- */
/* START STYLE FOR TABLES AND COMMON DATA ELEMENTS */
/* ----------------------------------------------- */
#download-csv {
    margin-left: 25px;
    cursor: pointer;
}

#loader {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    z-index: 3;
}

#start {
    margin-bottom: 10px;
}

.responsive-table tbody tr:nth-child(even) {
    background: #ffffff;
}

.responsive-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font: normal 300 17px "Open Sans", sans-serif;
}

.responsive-table caption {
    font: normal 300 17px "Open Sans", sans-serif;
    margin: 0.5em 0 0.75em;
}

.responsive-table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.35em;
}

.responsive-table th,
.responsive-table td {
    padding: 0.625em;
}

.responsive-table th:last-of-type,
.responsive-table td:last-of-type {
    text-align: right;
}

.responsive-table th {
    text-transform: uppercase;
    background: #343a40;
    color: white;
    font: normal 300 17px "Open Sans", sans-serif;
}

.filter-table {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font: normal 300 17px "Open Sans", sans-serif;
}

#filterForm {
    float: left;
}

#thumbwrap {
    position: relative;
}

.thumb span {
    position: absolute;
    visibility: hidden;
    width: 250px;
}

.thumb:hover, .thumb:hover span {
    visibility: visible;
    top: 0;
    left: 170px;
    z-index: 1;
}

.select2-selection__rendered {
    width: 230px;
}

.items-per-page .select2-selection__rendered {
    width: 50px;
}

.items-per-page {
    float: left;
}

input#filterSubmit {
    width: 230px;
    background: #3692f5;
    border: none;
    color: white;
    padding: 10px;
    font-weight: bold;
    margin: 0 auto;
    display: inherit;
}

.responsive-table td {
    word-break: break-all;
}

div#pagination .page {
    display: inline-block;
    padding: 5px;
    border: 1px solid gray;
    color: #363636;
    width: 40px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    background: white;
    margin-bottom: 10px;
}

div#pagination .page:hover {
    background: #3692f5;
    color: white;
    font-weight: bold;
}

div#pagination .active {
    background: #3692f5;
    color: white;
    font-weight: bold;
}

div#pagination {
    float: right;
    clear: both;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media screen and (max-width: 960px) {
    .items-per-page {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .responsive-table {
        border: 0;
    }

    .responsive-table caption {
        font-size: 1.3em;
    }

    .responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .responsive-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    .responsive-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }

    .responsive-table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        margin-right: 15px;
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .responsive-table td:last-child {
        border-bottom: 0;
    }
}

/* ---------------------------------------------- */
/* END STYLE FOR TABLES AND COMMON DATA ELEMENTS */
/* ---------------------------------------------*/
/* FORM TABLE CUSTOM STYLES */
#snippet-formTable-tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

#snippet-formTable-tbody tr:hover {
    background: antiquewhite;
    cursor: pointer;
}

#frm-formTable-filter {
    overflow-x: auto;
}

/* ------ */
/* ------ START BORDER PAGINATION ------ */
#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-top: 10px;
}

#border-pagination li {
    display: inline-block;
}

#border-pagination li input {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}

#border-pagination li input {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

#border-pagination li .active {
    background-color: #4caf50;
    color: #fff;
}

#border-pagination li:hover:not(.active) {
    background: #ddd;
}

#thumbwrap {
    position: relative;
}

.thumb span {
    position: absolute;
    visibility: hidden;
    width: 500px;
}

.thumb:hover, .thumb:hover span {
    visibility: visible;
    top: 0;
    left: -500px;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .thumb:hover, .thumb:hover span {
        visibility: visible;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

/* ------ */
.property-image-item {
    display: inline-block;
    height: 100px;
    width: 135px;
    background-size: cover;
    background-position: center;
    margin-bottom: 5px;
}

.property-image-item svg {
    position: relative;
    top: 1px;
    left: 7px;
    color: white;
}

/* ------ */
.datagrid thead th {
    border-color: #454d55;
    background-color: #343a40 !important;
    color: #fff;
}

.datagrid .row-group-actions th {
    position: relative;
    z-index: 2;
}

.datagrid .col-per-page .select2-selection__rendered {
    width: auto;
}

/** LEAD PARAMETERS POPUP ***/
.popupContainer {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.message {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
}

.question, .answer {
    padding: 10px;
    margin-bottom: 10px;
}

.question {
    background-color: #d9edff;
}

.answer {
    font-weight: bold;
    background-color: #fff;
}

.popupButton {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.popupButton:hover {
    background-color: #45a049;
}

.popupButton:focus {
    outline: none;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

/*# sourceMappingURL=admin.css.map */
