/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 50px;
}

a {
    color: #106344;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 26px !important;
}

.available {
    font-size: 11px;
    font-weight: bold;
    display: block;
    /*margin-top: 10px;*/
    color: #106344;
}

    .available:hover, .btn-rezervem .available, .btn:hover .available {
        color: #fff;
    }

.not-available {
    font-size: 11px;
    font-weight: bold;
    display: block;
    /*margin-top: 10px;*/
    color: #a94442;
}

    .not-available:hover, .btn-rezervem .not-available, .btn:hover .not-available {
        color: #fff;
    }

.roomSelect .btn {
    font-size: 16px !important;
    border-radius: 10px;
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #d2d0d0;
    margin: 0 3px 10px 2px;
}
    .roomSelect .btn:hover, .roomSelect .btn:active {
        color: #fff;
        background-color: #23684f !important;
        border-color: #0e4f37 !important;
    }
.roomSelect a.disabled {
    background-color: #efefef !important;
    color: #cbcbcb !important;
}

.language {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
}
.language a {
    display: block;
    line-height: 30px;
    font-size: 14px;
}
    .language span {
        display: block;
        padding-left: 30px;
    }
    .language a:hover {
        color: #000;
        text-decoration: none;
    }

    .mb-0 {
        margin-bottom: 0px !important;
    }
    .mt-25 {
        margin-top: 25px !important;
    }
.dp-waitlist{
    background-color: #fff !important;
}
.container {
    max-width: 616px !important;
    position: relative;
}

.datepicker-switch {
    cursor: pointer;
}

.help-block {
    font-size: 13px;
    color: #b3b3b3;
}

.text-green {
    color: #106344 !important;
}
.text-gold {
    color: #c09853 !important;
}
.text-grey {
    color: #999 !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.m-bot-25 {
    margin-bottom: 25px !important;
}

.m-bot-10 {
    margin-bottom: 10px !important;
}

.btn-rezervem {
    color: #fff !important;
    background-color: #0e4f37 !important;
    border-color: #0e4f37 !important;
}
    .btn-rezervem:hover {
        background-color: #1b684c !important;
    }
    .btn-rezervem:active {
        background-color: #0e4f37 !important;
        border-color: #0e4f37 !important;
    }

.steps {
    list-style: none;
    list-style-type: none;
    /*background: url(../../images/steps-line.gif) repeat-x 0 50%;*/
    margin-bottom: 15px;
}

    .steps div.col {
    }

    .steps a {
        font-size: 14px;
        /*background-color: #fff;*/
        display: inline-block;
        color: #b3b3b3;
        font-weight: 600;
        text-decoration: none;
        /*margin: 15px 5px 0px;*/
        padding: 5px 18px;
        vertical-align: middle;
        border-right: #e1e1e1 solid 2px;
        transition: all .3s ease;
        /*width: 100px;*/
        /*height: 80px;*/
    }

        .steps a small {
            color: #999;
        }

        .steps a:first-child {
            padding-left: 0px;
        }

        .steps a:last-child {
            border-right: none;
            padding-right: 0px;
        }

        .steps a.active {
            color: #106344;
        }

        .steps a.current {
            color: #a9950a;
        }

        .steps a:hover {
            color: #0d5037;
        }

        .steps a span {
            display: block;
            text-align: center;
            margin: 0 auto;
            /*width: 100px;*/
            /*height: 40px;*/
        }

.form-control {
    font-size: 16px !important;
    height: 42px !important;
    padding: 8px 11px !important;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #c5c5ca;
}
    .form-control:active {
        border: 1px solid #106344;
    }

.datepicker table tr td.active:active, .datepicker table tr td.day:hover, .datepicker table tr td.today:hover, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    background-color: #106344 !important;
    border-color: #106344 !important;
    background-image: none !important;
    color: #fff !important;
    font-weight: bold !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #e8e8e8 !important;
}
.datepicker table {
    width: 300px !important;
}
.datepicker table tr td.today {
    background-color: #ada256 !important;
    color: #fff;
    border-radius: 25px;
    /*background-color: none !important;
    border-color: none !important;*/
}
    .datepicker table tr td, .datepicker table tr th {
        padding: 8px 5px !important;
        border-radius: 25px;
    }
.datepicker-inline table tr td, .datepicker-inline table tr th {
    text-align: center;
    width: 40px;
    height: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 25px;
    padding: 8px 5px !important;
}

.datepicker-inline {
    width: 100% !important;
    margin: 0;
}
.datepicker-inline table {
    width: 100% !important;
    margin: 0;
}

select {
    color: #555555 !important;
}

button {
    font-size: 16px !important;
    border: 1px solid #c5c5ca;
    outline: none;
    box-shadow: none;
    text-shadow: none;
}

.times button, .persons button {
    margin: 0 2px 10px;
    border-radius: 25px;
    padding: 8px 14px;
    background-color: #fff;
    border: 1px solid #d2d0d0;
}
.times .redirect {
    margin: 0 2px 10px;
    border-radius: 25px;
    font-size: 16px !important;
    padding: 14px 14px;
    background-color: #fff;
    border: 1px solid #d2d0d0;
    border-radius: 10px !important;
    font-weight: 600 !important;
    max-width: 330px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}
    .times .redirect span {
        color: #191919 !important;
    }
    .times .redirect:hover {
        border-color: #106344 !important;
        /*color: #000 !important;*/
    }
        .times .redirect:hover strong {
            color: #b3b3b3 !important;
        }
        .times .redirect:hover p {
            color: #106344 !important;
        }
        .times .redirect:hover span {
            color: #191919 !important;
        }
    .times .redirect img {
        max-width: 300px !important;
    }

.persons button {
    margin: 0 3px 15px;
}

button:active, button:focus {
    border: none;
    color: none;
    background-color: none;
}

.persons button {
    width: 63px;
}
    .persons button.disabled {
        background-color: #efefef !important;
        color: #cbcbcb !important;
    }

    .times button:hover, .persons button:hover {
        border-color: #106344 !important;
        background-color: #106344 !important;
        color: #fff;
    }


textarea.form-control {
    height: 100% !important;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #c5c5ca;
}

.reservation {
    max-width: 800px;
    margin-top: 20px;
}

.btn-info {
    background-color: #106344 !important;
    border-color: #106344 !important;
    color: #fff;
}

.hide-and-validate {
    visibility: hidden !important;
    position: absolute !important;
}

label.title {
    font-size: 18px !important;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block !important;
}

.date-info {
    padding: 20px 30px;
    background-color: #106344;
    color: #E2CB25;
    font-size: 16px;
    font-weight: bold;
}

.btn-submit {
    font-size: 16px;
    padding: 15px 20px;
    background-color: #106344;
    color: #fff;
    font-weight: 600;
}

.input-validation-error {
    border-color: #a94442 !important;
}

span.has-error, .field-validation-error {
    color: #a94442;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    margin-left: 10px;
}

input[type=checkbox].input-validation-error {
    border: 1px solid #a94442;
}

.checkboxs label {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    cursor: pointer;
    padding-left: 30px;
    color: #333333;
}

    .checkboxs label input[type=checkbox] {
        position: absolute;
        top: -1px;
        left: 10px;
    }

    .checkboxs label a {
        text-decoration: underline;
        color: #106344;
    }

#Result h3 {
    font-weight: 600;
    color: #C09853;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 30px !important;
}

#Result .prePayment {
    margin-bottom: 40px;
}
#Result .prePayment h3 {
    color: #57C8F2 !important;
    font-size: 22px;
}

#Result .steps .title {
    color: #231f20;
    height: auto;
}

#Result .steps a {
    padding: 0 30px;
    height: auto !important;
}

.dress-code {
    text-align: center;
    border: 2px dashed #a9950a;
    display: block;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 23px;
}

    .dress-code i {
        color: #a9950a;
    }

    .dress-code .subTitle strong {
        color: #a9950a;
        font-size: 18px;
    }

    

    .dress-code p:last-child {
        margin-bottom: 0px;
    }

.showErrors {
    text-align: center;
    color: #fff;
    background-color: #ff6c60;
    padding: 10px 15px;
    margin-bottom: 25px;
}

.selectize-input {
    padding: 11px 11px !important;
}

    .selectize-dropdown, .selectize-input, .selectize-input input {
        font-size: 16px !important;
    }

.error, .selectized.error + div.not-full {
    border: 1px solid #f00 !important;
}

.btn-submit, .btn-new {
    color: #fff !important;
    background-color: #0e543a !important
}

.btn-submit:hover, .btn-new:hover {
    color: #fff !important;
    background-color: #0e4f37 !important
}
.btn-info .help-block {
    color: #fff !important;
}

.btnSession
{
    border-radius: 10px !important;
    font-weight: 600 !important;
}
    .btnSession:hover .help-block, .btnSession:active .help-block {
        color: #fff !important;
    }
    .btnSession:hover .available {
        color: #fff !important;
    }

    .btnSession .full {
        color: #a94442;
        display: block;
        font-size: 11px;
    }
    .btnSession .available {
        color: #106344;
        display: block;
        font-size: 11px;
    }

.btn-info .available {
    color: #fff !important;
}

.customSection {
    text-align: center;
}
    .customSection p {
        color: #afafaf;
    }
    .customSection label {
        font-weight: normal;
        color: #333;
        display: inline-block;
        padding: 0 10px 10px;
        cursor: pointer;
    }
        .customSection label:hover {
            color: #0d5037;
        }
        .customSection label.selected {
            color: #0d5037;
        }

    @media (width: 320px) {
        body {
        font-size: 13px !important;
    }
    .steps a {
        font-size: 12px;
        margin: 15px 0px 0px;
        padding: 0;
        width: 69px;
    }

        .steps a span {
            width: 65px
        }

    p {
        font-size: 13px;
    }

    button {
        font-size: 13px !important;
        padding: 10px 17px !important;
    }

    .checkboxs label {
        font-size: 13px !important;
    }

    .form-control {
        font-size: 13px !important;
    }

    .times button {
        margin: 0px 0px 3px;
    }

    .persons button {
        margin: 0 3px 8px;
    }

    #Result .steps a {
        margin: 15px 10px 0px;
        font-size: 13px !important;
    }

    #Result img.result-success {
        height: 60px;
    }

    #Result h3 {
        font-size: 18px;
    }
}

@media (width: 375px) {
    .steps a {
        font-size: 13px;
        margin: 15px 0px 0px;
        width: 83px;
    }

        .steps a span {
            width: 65px
        }

    .times button {
        margin: 0px 0px 15px;
    }

    .persons button {
        margin: 0 1px 6px;
    }

    #Result .steps a {
        margin: 15px 10px 0px;
    }

    #Result img.result-success {
        height: 60px;
    }

    #Result h3 {
        font-size: 20px;
    }
}

@media (width: 414px) {
    .persons button {
        margin: 0 5px 10px;
    }

    .steps a {
        margin: 15px 0px 0px;
        width: 92px;
    }

        .steps a span {
        }

    #Result img.result-success {
        height: 60px;
    }
}

@media (width: 411px) {
    .steps a {
        margin: 15px 0px 0px;
        width: 92px;
    }

    .times button {
        margin: 0 4px 10px;
    }
    .persons button {
        margin: 0 4px 10px;
    }
    #Result .steps a {
        margin: 15px 10px 0px;
        font-size: 14px;
    }
}

@media (width: 425px) {
    .persons button {
        margin: 0 6px 15px;
    }

    .steps a {
        margin: 15px 5px 0px;
    }

        .steps a span {
            width: 65px;
        }

    #Result img.result-success {
        height: 60px;
    }
}

@media (width: 360px) {
    .steps a {
        font-size: 13px;
        margin: 15px 0px 0px;
        width: 79px
    }

        .steps a span {
            width: 63px;
        }

    .times button {
        margin: 0px 0px 7px;
        padding: 10px 18px;
    }

    .persons button {
        margin: 0 0px 6px;
        width: 62px;
    }

    #Result .steps a {
        margin: 15px 10px 0px;
    }

    #Result img.result-success {
        height: 60px;
    }

    #Result h3 {
        font-size: 20px;
    }
}

#kvkkModal h5 {
    font-weight: bold;
}

.modal-content .modal-body {
    font-size: 15px !important;
    line-height: 1.42857143 !important;
}

@media (width: 768px) {
    .times button:nth-child(6n+1) {
        margin-right: 0px;
    }
}
@media (min-width: 1024px) {
    .modal-lg {
        width: 800px !important;
    }
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-title {
    font-size: 1.5rem !important;
    font-weight: 600;
    float: left;
}
.modal-header .close {
    padding: 1rem !important;
    margin: -1rem -1rem -1rem auto !important;
}

.morePaxBtn {
    display: block;
    padding: 8px 14px;
    max-width: 280px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
    border: 1px solid #d2d0d0;
    border-radius: 25px;
}
    .morePaxBtn:hover {
        color: #fff;
        background-color: #0d5037;
        border-color: #0d5037;
        text-decoration: none;
    }

.morePaxBtn .moreOpened {
    display: none;
}
    .morePaxBtn.active .moreClosed {
        display: none;
    }

    .morePaxBtn.active .moreOpened {
        display: block;
    }

    .morePaxBtn .moreOpened.active {
        display: none;
    }

    .morePaxBtn .moreClosed.active {
        display: block;
    }

.morePaxList {
    display: none;
    overflow: hidden;
}

.tastingMenuAlert {
    display: none;
    overflow: hidden;
}

.btn-custom {
    display: block;
    padding: 8px 14px;
    max-width: 280px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
    border: 1px solid #d2d0d0;
    border-radius: 25px;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #0d5037;
        border-color: #0d5037;
        text-decoration: none;
    }