.datebox {
    border: 1px solid lightgrey;
    padding: 5px;
    border-radius: 4px;
    font-size: 18px;
}

.cursor {
    cursor: pointer;
}

.time {
    height: 50px;
    width: 50px;
}

.bottomborder .bottom {
    height: 30px;
    width: 50px;
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
}

.bottomborder .bottom:hover {
    background-color: #4D6273;
}

.negative {
    margin-left: -12px;
    font-size: 11px;
}

.bottomborder {
    border-bottom: 1px solid #CCCCCC;
}

.selectedhour {
    background-color: #FDCC52 !important;
}

.availabilitybackground {
    background-color: rgba(137, 155, 171, .25) !important;
    background-image: url('/img/unavailablepattern.png') !important;
    background-position: 50%;
    background-repeat: repeat;
    background-size: 10px auto;
}

.booktab {
    padding: 15px;
    color: black;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0;
    width: 49.5%;
    display: inline-block;
    margin-bottom: -10px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid lightgrey;
}

.booktab:not(.active-tab):hover {
    background-color: #F6F6F6;
    border-bottom: 1px solid lightgrey;
}

.booktab_:not(.active-tab):hover {
    background-color: #F6F6F6;
    border-bottom: 1px solid lightgrey;
}

.booktab_ {
    padding: 15px;
    color: black;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0;
    width: 33%;
    display: inline-block;
    margin-bottom: -10px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid lightgrey;
}

@media (max-width: 992px) {
    .booktab_:not(.active-tab):hover {
        background-color: white;
        border: 1px solid lightgrey;
        border-radius: 4px;
    }

    .booktab:not(.active-tab):hover {
        background-color: white;
        border: 1px solid lightgrey;
        border-radius: 4px;
    }

    .booktab_ {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid white;
    }

    .booktab {
        display: inline-block;
        width: 49%;
        margin-bottom: 10px;
        border-bottom: 1px solid white;
    }

    .active-tab {
        border: 1px solid #FDCC52 !important;
        border-radius: 4px;
    }

    .tab-container {
        border-bottom: 1px solid white !important;
        margin-bottom: -10px !important;
    }

    .hourtable {
        width: 100%;
    }
}

.hourtable {
    overflow: hidden;
    table-layout: fixed;
}

.tab-container a {
    color: black;
}

.active-tab {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tab-container {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 9px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*td.off.disabled:not(.weekend) {
    background-color: #ff6961 !important;
    color: white !important;
}*/

.hidedate {
    visibility: hidden !important;
}

.alert-unavailable {
    background-color: #FF6961 !important;
    color: white;
}

.input-mini {
    display: none !important;
}

.otherspacesimg {
    height: 30px !important;
    width: 30px !important;
    padding: 0px;
    border-radius: 4px;
    object-fit: cover;
}

.spacestd {
    padding: 5px;
}

.spacenametable {
    font-weight: 400;
}

.checkbox {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    cursor: pointer !important;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 4px;
    padding-top: 3px;
    font-size: 11px;
    color: #555555;
}

.checkbox label,
.radio label {
    cursor: default;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.godzinaborder {
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
}

.sectiontitle {
    font-weight: 400;
    font-size: 22px;
}

.bookingspaceimage {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.badge-br {
    border-radius: 4px !important;
    margin-top: -2px !important;
}

.summary {
    /*background-color: #F7F7F7;
    border-radius: 4px;
    padding:10px;*/
}

.howitworks {
    background-color: #F7F7F7;
    border-radius: 4px;
    padding: 10px;
    padding-bottom: 20px;
}

.spacesummary {
    font-weight: 600;
}

.stepsicon {
    height: 40px;
}

.stepsicon-mini {
    height: 30px;
}

.spacestd {
    vertical-align: middle !important;
}

.rezerwujbutton {
    margin-top: 35px;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    font-weight: 700;
    padding: 15px;
}

.viewingbutton {
    margin-top: 0px;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    white-space: normal;
    letter-spacing: 0px;
    font-weight: 700;
    border-color: black;
}

.ssguarantee {
    margin-top: 20px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
}

.hostname {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.hostlink {
    font-weight: 600;
}

.youknowwhatuwantm8 {
    font-size: 14px !important;
}

.breadcrumb {
    background-color: #ffffff !important;
}


.bg-yellow-white-hov-kontakt:hover .fa {
    color: #FDCC52 !important;
}

.bg-yellow-white-hov-kontakt:hover {
    color: black !important;
    border-color: black !important;
    background-color: #fcfcfc !important;
}

#inf {
    float: left;

    margin-bottom: 25px;
    margin-top: 25px;
    width: 320px;
    height: 500px;
    background: #FFF;
    position: relative !important;
    color: black;
    z-index: 1;
    border-radius: 3px;
}

.cenniktd {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-right: 0px solid white !important;
    border-left: 0px solid white !important;
}

.sidelesstable {
    border-right: 0px solid white !important;
    border-left: 0px solid white !important;
    background-color: #ffffff;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
    width: 60px !important;
    height: 60px !important;
}

.thumbnail h5 {
    color: black !important;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background-color: #ffffff;
    border-color: #0088cc;
    border-width: 1px;
    font-size: 10px;
}

.amenitybox {
    background-color: #fafafa;
    color: black;
    padding: 0px 10px 0px 10px;
    border-color: lightgrey;
}

.pricebreakdown {
    font-size: 8px !important;
    display: inline !important;
    float: right !important;
    margin-top: -10px !important;
    margin-bottom: 5px !important;
}

.staticicon {
    height: 40px !important;
    width: 40px !important;
}

.counter {
    height: 15px;
    width: 15px;
}

.onetwothree {
    font-size: 14px;
}

#opis {
    line-height: 24px;
}

/*.modal-backdrop {
   background-color: white !important;
   opacity:1 !important;
}
.modal-content {
   -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
   border: 1px solid white !important;
}*/


.address-text {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 24px;
    display: flex;
    align-items: center;

    color: #676A83;
}
