/* PHOBS form CSS Document */

#phobs_book {
    padding: 0px;
    margin: 0px;
    color: #000000;
    padding-left: 5px;
}
#phobs_book .booking_naslov {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
}
#phobs_book select {
    padding: 5px;
    margin: 0 0 10px 0;
}
#phobs_book .destination, #phobs_book .hotel {
    width: 149px;
}
#phobs_book p {
    padding: 1px 0px;
    margin:0px;
}
#phobs_book .button {
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    background: #6e6e6e;
    border: 0;
}
#phobs_book .access_code {
    width: 130px;
    border: 1px solid #CCC;
}
#phobs_book a.view_cancel {
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin-top: 15px;
    margin-bottom: 10px;
}
#phobs_book a.view_cancel:hover {
    text-decoration:underline;
    color: #6e6e6e;
}


.phobs-check-in select,
.phobs-nights select{
    width: 100%!important;
}

.phobs-form-home .phobs-check-in div{
    display: flex;
    gap: 10px;
}
@media screen and (max-width: 640px) {
    .phobs-form-home .phobs-check-in div{
        display: block;
    }  
}

.phobs-form-home label,
.phobs-form-home a.view_cancel{
    color: #fff!important;
}
