/*
	THEME
	
	#1 - Value is usually the same
*/

.hoteliers-form {
	font-size: 15px; /* Set font-size for all text */
	font-family: 'Open Sans', sans-serif;
}
.hoteliers-form__form-field {
	color: #676f4b; /* #1 | Set font color inside input fields */
	background: white; /* Set background-color inside input fields */
	border: none; /* Set border on input fields */
}

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

.hoteliers-form__label {
	color: #FFF; /* Set font color of form label */
}

.hoteliers-form__btn {
	background: #d9a100; /* Set background color of form submit button */
	color: white; /* Set font color of form submit button */
	border: none; /* Set border on input fields */
}

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

/* Color of the datepicker content */
.ui-widget-content
{
    border: 1px solid #dddddd;
    background: #eeeeee 50% top repeat-x;
    color: #222222;
}
.ui-widget-content a
{
    color: #ffffff;
}

/* Color of the datepicker header */
.ui-widget-header
{
    border: 1px solid #676f4b;
    background: #676f4b 50% 50% repeat-x;
    color: #ffffff;
}
.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: #676f4b 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: #676f4b 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 #676f4b;
    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: 0px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0px; }