/*
	THEME

	#1 - Value is usually the same
*/

.hoteliers-form {
}

.hoteliers-form__form-field {
    color: #787878; /* #1 | Set font color inside input fields */
    background: white; /* Set background-color inside input fields */
    border: 1px solid #F94F5E; /* Set border on input fields */
    padding: 6px;
    border-radius: 2px;
}

.hoteliers-form__icon path {
    fill: #787878; /* #1 | Set color of (calendar) icon in input field */
}

.hoteliers-form__label {
    color: #787878;
    font-size: 12px;
}

.hoteliers-form__btn {
    background: #a71930; /* Set background color of form submit button */
    color: white; /* Set font color of form submit button */
    border: 1px solid #a71930; /* Set border on input fields */
    text-transform: uppercase;
}

/*
/ THEME
*/
/*----------------------------------*/
/*         Datepicker colors        */
/*----------------------------------*/

/* Color of the datepicker content */
.ui-widget-content
{
    border: 1px solid #aaa;
    background: #fff url('../../js/jsf/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
    color: #222222;
}
.ui-widget-content a
{
    color: #ffffff;
}

.ui-widget-header
{
    border: 1px solid #aaa;
    background: #ccc url('../../js/jsf/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

/* Color of the datepicker header */
.ui-widget-header a
{
    color: #ffffff;
}

/* Color of the clickable default state */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: 1px solid #dddddd;
    background: #ffffff 50% 50% repeat-x;
    color: #222222;
}

/* Color of the clickable hover state */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
    border: 1px solid #dddddd;
    background: #999999 50% 50% repeat-x;
    color:  #222222;
}

/* Color of the clickable active state */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    border: 1px solid #dddddd;
    background: #fcefa1 50% 50% repeat-x;
    color:  #222222;
}

/* Color of the clickable highlight state */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    border: 1px solid #a71930;
    background: #dddddd 50% top repeat-x;
    color: #222222;
}

/* Radius of the corners */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 2px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 2px; }