﻿.span-link {
    cursor: pointer;
    text-decoration: underline;
}

#loadingPanel {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9991;
}

    #loadingPanel img {
        position: fixed;
        top: 50%;
        left: 50%;
    }

    #loadingPanel.toggled {
        display: block;
    }

    #loadingPanel i {
        position: fixed;
        top: 48%;
        left: 48%;
        color: rgb(255,255,255);
        font-size: 30px;
    }

/* photo upload */

#imgPhoto {
    width: 102px;
    height: 128px;
    cursor: pointer;
}

.croppedImg {
    width: 204px;
}

.webcam_content .container-fluid {
    height: 400px;
}

#imgCrop {
    max-width: 100%;
    max-height: 400px;
}

.preview-container {
    width: 110px !important;
    height: 136px !important;
    margin: 0px auto;
    border: 2px solid #cecece;
    padding: 2px;
}

#imgPreview {
    width: 102px !important;
    height: 128px !important;
    overflow: hidden;
}

.container-photo {
    overflow: hidden;
    clear: both;
}

    .container-photo .photo-cropper {
        overflow: hidden;
    }

    .container-photo .photo-preview {
        float: right;
        width: 112px;
        margin-left: 10px;
    }

.button:disabled,
.button[disabled] {
    border-color: #cccccc;
    background-color: #cccccc;
    color: #666666;
}

input[type=time], input[type=number] {
    border: 1px solid var(--frm-border);
    background-color: #fff;
    color: #000;
    line-height: var(--frm-line-height) !important;
    padding: var(--frm-padding);
    border-radius: var(--frm-radius);
}

input[type=number] {
    line-height: 22.5px;
    font-size: 15px;
    padding-right: 0px;
    height: auto;
}

.form-horizontal .control-value {
    padding-top: 15px;
    margin-bottom: 0;
}

.form-horizontal .small {
    max-width: 200px;
}

.form-horizontal .medium {
    max-width: 400px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.form-note {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}

.input-validation-error {
    border-color: red !important;
    background-color: #fff2f2;
}

.col-form-label {
    cursor: pointer;
}

span.text-danger.field-validation-error {
    color: red;
    font-weight: 700;
}

.datepicker {
    background-color: #fff;
    border: 2px solid silver;
    position: absolute;
}

.text-warning {
    color: red;
}

.warning-info {
    color: orange;
}

#check-email-wrapper {
    margin-bottom: 5px;
}

.login-wrapper, .form-wrapper {
    padding: 2em;
    background-color: #fff;
    border: 4px solid #eee;
}


.form-wrapper {
    margin-top: 20px;
}

#ajax-form-wrapper h3 {
    margin-top: 0px;
}

.form-section {
    margin-bottom: 30px;
}

#own-expenses {
    background-color: #ffbcbc;
    padding: 20px;
    margin-top: 10px;
    font-weight: bold;
}

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

    .pagination li {
    }

        .pagination li a {
            text-decoration: none;
            padding: 10px 15px;
            font-size: 1rem;
        }

        .pagination li.active a {
            background-color: var(--c-primary);
        }

        .pagination li a:hover {
            background-color: var(--c-primary);
        }

        .pagination li span {
            text-decoration: none;
            padding: 10px 20px;
            font-size: 0.875rem;
        }

.filter__item--days {
    width: 70%;
}

.filter__days {
    justify-content: start;
    gap: 1em;
}

.filter__item--textsearch {
    width: 30%;
}

    .filter__item--textsearch input {
        width: 100%;
    }

.filter-search {
    flex: 1;
}

.filter-search-reset {
    margin-top: 50px;
    display: flex;
    grid-gap: 1em;
    justify-content: space-between;
}

.filter__item--hours {
    width: 100%;
}

a.program__link {
    cursor: pointer;
}

.prg__content-1 a {
    text-decoration: none;
}

.prg__logline {
    font-size: 0.75rem;
}

.detail__days__more {
    background-color: #eee;
    width: 100%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}

.detail__screening {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 1em;
}

    .detail__screening.hidable.hidden {
        display: none;
    }

.ig-item-group-country {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ig-item-link {
    text-decoration: none;
}

.ig-item {
    margin-bottom: 20px;
}

.ig-footer {
    margin-top: 20px;
}

.ig-item-name {
    font-weight: bold;
}

.ig-item-img {
    max-width: 102px;
}

.link-arrow:after {
    mask: url(/images/design/link-arrow.svg) no-repeat bottom center;
}

.div-who-detail-address {
    font-size: 1.375rem;
    line-height: 150%;
}

.ig-detail-stay {
    font-size: 1.375rem;
    line-height: 150%;
}

.prg__item {
    flex-wrap: wrap;
}

.fg-detail-section {
    position: relative;
    width: 100%;
    flex: none;
}

.alert {
    padding: 15px 45px 15px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: auto;
    min-width: 350px;
}

    .alert .close {
        cursor: pointer;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.control__user img {
    max-width: 26px;
}

.icon .icon__badge.empty {
    background: #d9d9d9;
}

.icon:hover .icon__badge {
    background: var(--c-primary);
}

.detail__button .icon.disabled svg {
    fill: silver !important;
}

.prg__button .icon.disabled svg {
    fill: silver !important;
}

.shoplist {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
}

.shoplist_item_container {
    flex: 0 0 25%;
    padding: 0px 20px;
}

.shoplist_item {
    padding: 20px;
    border: 1px solid #000;
    margin-bottom: 40px;
}

.shoplist_bottom {
    margin-top: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shoplist_price {
    font-weight: bold;
    padding: 20px;
    background-color: #eee;
}

.shop_detail {
    display: flex;
    margin: 0px -20px;
}

.shop_detail_image {
    padding: 0px 20px;
}

.shop_detail_content {
    padding: 0px 20px;
}

.shop_detail_reservation {
    margin-bottom: 40px;
}

.shop_detail_button_container {
    display: flex;
    align-items: center;
    grid-gap: 2em;
    margin-bottom: 40px;
}

.shoplist_button .icon.disabled svg {
    fill: silver!important;
}

.shop_detail_image {
    margin-bottom: 40px;
}

.checkout_item_discount_container {
    padding: 20px 0px;
}

.checkout_delivery_choice_label {
    font-size: 1.5em;
}

.checkout_delivery_choice_values {
    padding: 20px;
    background-color: #eee;
    margin-top: 20px;
}

.login_noregistration {
    display: inline-block;
    padding: 0.85rem 1rem;
    background-color: #eee;
    text-decoration: none;
    border: 2px solid #eee;
    text-transform: uppercase;
}

    .login_noregistration:hover {
        background-color: #000;
        color: #fff;
        border: 2px solid #000;
    }

@media screen and (max-width: 1100px) {
    .shoplist_item_container {
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 767px) {
    .filter__item--days {
        width: 100%;
    }

    .filter__days {
        flex-wrap: wrap;
    }

    .filter__item--textsearch {
        width: 100%;
    }

    .filter-search-reset {
        margin-top: 0px;
    }

    .shop_detail {
        flex-direction: column;
    }
}

@media screen and (max-width: 400px) {

    .filter__search {
        grid-template-columns: 1fr;
    }


    .rs-scale > span {
        display: none;
    }

    .shoplist_item_container {
        flex: 0 0 100%;
        padding: 0px 20px;
    }
}
