﻿[readonly] {
    background: #ebebeb;
}

html, body {
    touch-action: manipulation;
}

h2 {
    font-weight: normal;
}

h3 {
    font-size: 25px;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #333;
}

.error {
    border-color: red !important;
}

label {
    padding-bottom: 5px;
}

.modal-xl-custom {
    max-width: 95vw; /* šírka */
    width: 95vw;
}

#NotAllowed .modal-content {
    background-color: #f3f3f3;
    /*  background-image: linear-gradient(45deg, #fbb042, #f7ec32);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(201,201,201,.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(201,201,201,.3);
    box-shadow: 0px 0px 20px 0px rgba(201,201,201,.3);*/
}

    #NotAllowed .modal-content .firstcol {
        background-color: #ffffff;
        border-radius: 50px;
        height: 100%;
        padding: 70px;
    }

input.perm-guard, select.perm-guard {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

@media (min-width: 768px) {
    .modal-xl-custom {
        max-width: 90vw;
        height: 90vh;
    }
}

.modal-xl-custom .modal-content {
    height: 90vh;
}

.wraptext {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.newsbannerlist li {
    text-align: center;
    list-style-type: none;
    position: relative;
    line-height: 35px;
}

    .newsbannerlist li::before {
        background-color: #fbb142;
        border-radius: 50%;
        content: "";
        display: inline-block;
        margin-right: 7px;
        height: 10px;
        width: 10px;
    }

.accordion-header button {
    font-size: 18px;
    padding: 20px 20px;
}


.accordion-button:not(.collapsed) {
    color: #333333;
    background-color: #fbb042;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #fbb042;
}

input, textarea, select {
    border-radius: 20px !important;
}

.form-control{
    padding: .7rem 1rem !important;
}

.multiselect-dropdown {
    border-radius: 20px !important;
    width: 100% !important;
    height: 36px;
    padding: 7px 12px !important;
}

.form-control:focus, .form-control:hover {
    border-color: #fbb042 !important;
    box-shadow: 0 0 0 0.25rem rgba(251, 176,66, .25) !important;
}

.hideCalendarTime .fc-event-time {
    display: none;
}

.cardPayed .fc-event-title:before {
    display: block;
    content: "";
    width: 19px;
    float:left;
    height: 20px;
    background: transparent url(../Content/images/payment.png) no-repeat;
    background-size: contain;
    background-position: top right;
}

.waitingPayment .fc-event-title:before {
    display: block;
    content: "";
    width: 18px;
    float: left;
    height: 18px;
    background: transparent url(../Content/images/alertPayment.png) no-repeat;
    background-size: contain;
    background-position: top right;
}

.table td, .table th {
    vertical-align: middle;
}

.hideonpc{
    display: none;
}

.logobg {
    padding: 25px 0;
}

.loginform {
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
    width: 45%;
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(201,201,201,.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(201,201,201,.3);
    box-shadow: 0px 0px 20px 0px rgba(201,201,201,.3);
}
.yellow-bg {
    background-image: linear-gradient(45deg, #fbb042, #f7ec32);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(201,201,201,.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(201,201,201,.3);
    box-shadow: 0px 0px 20px 0px rgba(201,201,201,.3);
}

.menuclick a {
    background-image: linear-gradient(45deg, #fbb042, #f7ec32);
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .menuclick a:hover {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(171,171,171,1);
        -moz-box-shadow: 0px 0px 20px 0px rgba(171,171,171,1);
        box-shadow: 0px 0px 20px 0px rgba(171,171,171,1);
    }

.menu_icon {
    width: 30px;
    margin-right: 10px;
}

.logout img {
    width: 40px;
    margin-right: 10px;
}

    .logout:hover {
        text-decoration: none;
    }

.logininfo {
    float: right;
    padding-right: 20px;
    padding-top: 10px;
}

.logininfo a {
    color: #333333;
    text-decoration: none !important;
}

.credit {
    background: #fbb042;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.credit img {
    width: 18px;
    margin-top: -4px;
    margin-right: -10px;
}

.firstlogin .toggle {
    width: 90px !important;
    height: 30px !important;
    isolation: isolate;
    transform: translateZ(0);
}
/*#calendar .fc-button-group .fc-prev-button, #calendar .fc-button-group .fc-next-button {
    background-color: #f7ec32 !important;
    border-color: #f7ec32 !important;
    color: #333 !important;
}*/

.fc .fc-timegrid-slot-minor {
    border-top-color: #ffffff;
}

.fc-toolbar-title {
    background: #fabd3e;
    padding: 5px 50px;
    border-radius: 20px;
}

.fc-button-primary {
    background-color: #fff !important;
    border-color: #f3f3f3 !important;
    color: #333 !important;
}

.fc-button-active {
    background-color: #f3f3f3 !important;
    border-color: #f3f3f3 !important;
    color: #333 !important;
}

.posta {
    background: #3ea6ff;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
    width: 100px;
}

    .newmessage::before{
        content: "!";
        background: #e61717;
        padding: 2px 7px 2px 8px;
        border-radius: 50%;
        font-size: 9px;
        font-weight: bold;
        margin-top: -2px;
        margin-left: -14px;
        position: absolute;
    }
    

.messagebox {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-left: -40px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 13px #f6f6f6;
}

.purple .messagebox {
    background: #643e74;
    color: #fff !important;
}

    .purple .messagebox p, .purple .messagebox p strong, .purple .messagebox span, .purple .messagebox small {
        color: #fff !important;
    }

span.multi-select-button {
    width: 300px;
}

.messagebox p {
    color: #989898;
}

#content .container {
    margin-top: 50px;
}

.subscribe-title {
    color: #333;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 14px;
}

/**TABLE DESIGN*/
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
    padding: 14px 10px;
    border: 1px solid rgb(233 233 233) !important;
}
table.dataTable {
    border-radius: 10px !important;
    border-collapse: collapse;
    border-style: hidden;
}
.dt-layout-cell {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 20px;
}

#qrcode img{
    margin: 0 auto;
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    border-radius: 50%;
    background: #c1d0f9;
    vertical-align: middle;
    margin-right: .5em;
    color: white;
}

    table.dataTable td, table.dataTable th {
        border: 1px solid rgb(233 233 233) !important;
    }

    table.dataTable tr:first-child th {
        border-top: 0;
    }

    table.dataTable tr:last-child td {
        border-bottom: 0;
    }

    table.dataTable tr td:first-child,
    table.dataTable tr th:first-child {
        border-left: 0;
    }

    table.dataTable tr td:last-child,
    table.dataTable tr th:last-child {
        border-right: 0;
    }


.btn {
    border-radius: 20px;
    transition: all linear .2s;  
}

.btn:hover {
    scale: 1.05;
}

.btn-blog {
    background: #fbb042;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 24px;
    font-size: 12px;
    margin-top: 15px;
}

.btn-gradient {
    background-image: linear-gradient(45deg, #fbb042, #f7ec32);
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border: none;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    margin-top: 8px;
    padding-right: 22px;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container, .dropdown-container2 {
    display: none;
}

.dataTables_wrapper .dataTables_processing {
    top: 0 !important;
    width: 100% !important;
    height: 98.5% !important;
}
    .sidenav {
    height: 100%;
    width: 220px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #353535;
    overflow-x: hidden;
    border-top: 7px solid #fbb042;
}

    .sidenav a {
        padding: 10px 8px 10px 20px;
        text-decoration: none;
        font-size: 14px;
        color: #ffffff;
        display: block;
        border-bottom: 1px solid #464646;
    }

        .sidenav a:hover, .sidenav a:focus {
            color: #f1f1f1;
            background-color: #464646;
        }

        .sidenav > a:nth-child(2):hover, .sidenav > a:nth-child(2):focus {
            border-left: 5px solid #e80000;
        }

        .sidenav > a:nth-child(3):hover, .sidenav > a:nth-child(3):focus {
            border-left: 5px solid #00abe8;
        }

        .sidenav > a:nth-child(5):hover, .sidenav > a:nth-child(5):focus {
            border-left: 5px solid #a40c0c;
        }

        .sidenav > a:nth-child(6):hover, .sidenav > a:nth-child(6):focus {
            border-left: 5px solid #89bf46;
        }

        .sidenav > a:nth-child(7):hover, .sidenav > a:nth-child(7):focus {
            border-left: 5px solid #9706bb;
        }

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

.addPage {
    margin: 50px 0 30px;
    float: right;
}

.greenthick {
    color: #fbb042;
    font-weight: bold;
    font-size: 24px;
}

    .greenthick:hover, .greenthick:focus {
        text-decoration: none;
        font-size: 26px;
    }

.redX {
    color: #d9534f;
    font-weight: bold;
    font-size: 24px;
    -moz-transition: 0.1s linear;
}

    .redX:hover, .redX:focus {
        color: #d9534f;
        font-weight: bold;
        font-size: 26px;
        text-decoration: none;
    }

.hobtable thead {
    background-color: #fbb042;
    color: #ffffff;
    border: none;
}

    .hobtable thead tr th {
        padding: 15px 15px;
        font-weight: normal;
        border: none;
    }
.btn-login {
    background-color: #ffffff !important;
    border: 1px solid #fff;
    padding: 10px 40px;
    font-size: 14px;
    color: #444444;
}
.btn-login:hover {
    background-color: #018fa5 !important;
    color: #fff;
}

.btn-success {
    background-color: #fbb042 !important;
    border: none !important;
    padding: 10px 20px;
}

    .btn-success:hover {
        background-color: #fbb042 !important;
    }

.btn-payment {
    background-color: #0cb365;
    border: none !important;
    padding: 10px 20px;
}

    .btn-payment:hover {
        background-color: #0cb365;
    }
.btn-green{
    background-color: #0cb365;
    color:#ffffff;
    border: none !important;
}

    .btn-green:hover {
        color: #ffffff;
        background-color: #0cb365;
    }
#btn_vis {
    background-color: #ce1720;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

    #btn_vis:hover {
        background-color: #ff2a56;
    }

#bttn_vis {
    background-color: #ce1720;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

    #bttn_vis:hover {
        background-color: #ff2a56;
    }

#btttn_vis {
    background-color: #ce1720;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

    #btttn_vis:hover {
        background-color: #ff2a56;
    }

#tinymce {
    border-top: none;
}

.popover__title {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.popover__wrapper {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -10px;
    top: 50px;
    z-index: 99999;
    font-size: 14px;
    transform: translate(0,10px);
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
}

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: '';
        right: calc(50% - 10px);
        top: -8px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0,-20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
    margin-bottom: 0;
}

.explain {
    font-size: 14px;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    .loginform {
        width: 100% !important;
    }
}

@media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }
    }

    .btn {
        font-size: 14px;
    }

    table {
        font-size: 13px;
    }

    /* Suvisiace - produkty (Admin zona)*/
    .related_prod_wrapper {
        display: inline-block;
        padding: 3px 10px;
        color: black;
        border: 1px solid black;
        margin-top: 5px;
        border-radius: 5px;
        margin-right: 5px;
    }

        .related_prod_wrapper i {
            cursor: pointer;
            margin-left: 10px;
        }



:root {
    --hue: 223;
    --bg: hsl(var(--hue),90%,90%);
    --fg: hsl(var(--hue),90%,10%);
    --primary: hsl(var(--hue),90%,50%);
    --trans-dur: 0.3s;
    --trans-timing: cubic-bezier(0.65,0,0.35,1);
}


.radio-design label,
.radio-design input[type="radio"] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.radio-design label {
    background-color: hsla(0,0%,100%,0);
    border-radius: 0.75em;
    display: flex;
    align-items: center;
    padding: 1.5em;
    transition: background-color var(--trans-dur);
}

.radio-design input[type="radio"] {
    background-color: hsl(0,0%,100%);
    border-radius: 50%;
    box-shadow: 0 0 0 0.0625em hsl(0deg 0% 100%), 0 0.125em 0.125em 0.0625em hsl(44.31deg 100% 50% / 30%);
    flex-shrink: 0;
    margin-inline-end: 1em;
    outline: transparent;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    transition: background-color var(--trans-dur), box-shadow var(--trans-dur);
    -webkit-appearance: none;
    appearance: none;
}

    .radio-design input[type="radio"]:before,
    .radio-design input[type="radio"]:after {
        border-radius: 50%;
        content: "";
        display: block;
        position: absolute;
        transform: scale(0);
        transition: transform var(--trans-dur) var(--trans-timing);
    }

    .radio-design input[type="radio"]:before {
        box-shadow: 0 0 0 0.5em rgb(242 172 13) inset, 0 0 0 0.0625em hsl(41.66deg 89.8% 50%);
        top: -0.0625em;
        left: -0.0625em;
        width: calc(100% + 0.125em);
        height: calc(100% + 0.125em);
    }

    .radio-design input[type="radio"]:after {
        background-color: hsl(0,0%,100%);
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
    }

    .radio-design input[type="radio"]:checked:before,
    .radio-design input[type="radio"]:checked:after {
        transform: scale(1);
    }

.radio-design label:has(input[type="radio"]:checked),
.radio-design label:has(input[type="radio"]:not(:checked)):hover {
    background-color: hsla(0,0%,100%,0.5);
}


.radio-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue),90%,10%);
        --fg: hsl(var(--hue),90%,90%);
    }

    .radio-design label {
        background-color: hsla(var(--hue),90%,30%,0);
    }

        .radio-design label:has(input[type="radio"]:checked),
        .radio-design label:has(input[type="radio"]:not(:checked)):hover {
            background-color: hsl(55.38deg 100% 90.73% / 50%);
            border: 1px solid #fff823;
        }

    .radio-design input[type="radio"] {
        background-color: hsl(49.85deg 100% 46.06%);
    }
}

/* Animations */
@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mce-tinymce {
    border-radius: 11px !important;
    overflow: hidden;
    border: 1px solid #e5e6e7 !important;
}

.whitebg {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 20px !important;
    box-shadow: 0 0 10px #f1f1f1;
}
.bounce {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-4px);
    }
}
