/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
    float: left;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    margin: 0.5em 0.3em 0;
    display: block;
    text-indent: -200em;
    overflow: hidden;
    background: url(calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
    background-position: 0 -2em;
    cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
    width: 14em;
    float: left;
}

label.error {
   color: red;
}

p.error {
    color: red;
}

#reservasTitle{
margin: 0em 0em 0.3em 0em;
padding: 0em 0em 0.5em 0em;
border: none;
border-bottom: 0.1em #7F99B2 solid;
font-size: 1.8em !important; 
font-family: Georgia, "Times New Roman", Times, serif !important;
color: #505050;
font-weight: normal;
font-style: italic;
text-transform: none;
}
