/* PHOBS form CSS Document */
/* 
#phobs_book {
    padding: 0px;
    margin: 0px;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #000000;
    padding-left: 5px;
}
#phobs_book .booking_naslov {
    font: normal 14px Arial, Helvetica, sans-serif;
}
#phobs_book select {
    font: normal 12px Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    padding: 1px;
}
#phobs_book .destination, #phobs_book .hotel {
    width: 149px;
}
#phobs_book p {
    padding: 1px 0px;
    margin:0px;
}
#phobs_book .button {
    border: 1px solid #369;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #003399;
    background-color: #EEE;
    width: 102px;
    padding: 1px;
}
#phobs_book .access_code {
    font: normal 12px Arial, Helvetica, sans-serif;
    width: 130px;
    border: 1px solid #CCC;
}
#phobs_book a.view_cancel {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #069;
    text-decoration:none;
}
#phobs_book a.view_cancel:hover {
    text-decoration:underline;
    color: Red;
} */
#phobs_book {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: end;
}
#phobs_book select {
    margin-bottom: 0;
    padding: .5rem 0;
    border-bottom: 1px solid #c9c9c9;
    height: 40px;
    width: calc(33.3333% - 15px);
}
#phobs_book .booking_naslov{
    font: normal 14px Arial, Helvetica, sans-serif;
    font-size: 2.625rem;
    line-height: 1.2857;
    letter-spacing: 2px;
    font-family: Canela;
    font-weight: 300;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
}
#phobs_book .display_field{
    width: 25%;
    padding: 0 15px;
}
#phobs_book .display_field.display_field_arrival{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#phobs_book span.title_form{
    display: block;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #001e31;
    width: 100%;
    opacity: .6;
}
#phobs_book select{
    margin-bottom: 0;
    padding: .5rem 0;
    border-bottom: 1px solid #c9c9c9;
    height: 40px;
    width: calc(33.3333% - 15px);
}
#phobs_book .display_field.display_field_night{
    width: 20%;
}

#phobs_book .title_splitter select{
    width: 100%;
}
#phobs_book .access_code{
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    height: 38px;
}

#phobs_book .button{
    text-align: center;
    background: none;
    justify-content: center;
    cursor: pointer;
    margin-top: 2rem;
    display: inline-flex;
    height: 60px;
    align-items: center;
    white-space: nowrap;
    border-radius: .125rem;
    padding: 18px 2rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    --tw-text-opacity: 1;
    color: rgba(64, 86, 100, var(--tw-text-opacity));
    --tw-shadow: inset 0 0 0 1px #405664;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    width: 100%;
}

#phobs_book .cancel_field{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

#phobs_book a.view_cancel {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #069;
    text-decoration:none;
}
#phobs_book a.view_cancel:hover {
    text-decoration:underline;
    color: Red;
}

@media screen and (max-width: 768px) {
    #phobs_book .display_field{
        width: 50%;
    }
    #phobs_book .display_field.display_field_arrival{
        width: 60%;
    }
    #phobs_book .display_field.display_field_night{
        width: 40%;
    }
}
#phobs_book .access_code,
#phobs_book select{
    background: none !important;
}
@media screen and (max-width: 480px) {
    #phobs_book .display_field,
    #phobs_book .display_field.display_field_arrival,
    #phobs_book .display_field.display_field_night{
        width: 100%;
        margin-bottom: 1rem;
    }
    #phobs_book .cancel_field{
        margin: 0;
    }
}