
.rw_av_shoulder_dates_block {
}

.rw_shoulder_dates_widget_outer_block {
	clear: both;
}

.rw_shoulder_dates_widget_show_hide_button_block {
	clear: both;
}

.rw_shoulder_dates_widget_all_day_block {
	clear: both;
}

.rw_shoulder_dates_widget_other_rate_block {
	clear: both;
	background-color: #fff8f8;
	font-size: 110%;
	padding: 0.2em;
}

.rw_shoulder_dates_widget_single_day_block {
}

.rw_shoulder_dates_widget_single_day_existing_block_normal {
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #ccc !important;
}

.rw_shoulder_dates_widget_single_day_existing_block_other {
	background-color: #fff8f8;
}

.rw_shoulder_dates_widget_single_day_new_block_normal {
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #f8f8f8;
}

.rw_shoulder_dates_widget_single_day_new_block_other {
	background-color: #fff8f8;
}

.rw_shoulder_dates_widget_single_day_block_scroll_new {
	float: left;
}

.rw_shoulder_dates_widget_single_day_block_scroll_existing {
	float: left;
}
.rw_shoulder_dates_widget_single_day_block_left_arrow {
	margin-top: 1.6em;
	float: left;
	padding: 5px !important;
}
.rw_shoulder_dates_widget_single_day_block_right_arrow {
	margin-top: 1.6em;
	float: left;
	padding: 5px !important;
}
.rw_shoulder_dates_widget_arrow_button_enabled {
	font-size: 120%;
	font-weight: bold;
	width: 1.2em;

}
.rw_shoulder_dates_widget_arrow_button_disabled {
	width: 1.2em;
}
.rw_shoulder_dates_widget_arrow_button_disabled, .rw_shoulder_dates_widget_arrow_button_enabled {
    padding: 5px 15px 5px 5px !important;
}
.rw_shoulder_dates_widget_add_button_block {
	text-align: center;
}
.rw_shoulder_dates_widget_add_button_block input[type="button"] {
	padding: 5px 15px !important;
	margin: 5px 0;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #000;
	font-size: 85%;
}
.rw_shoulder_dates_widget_date_rate_block {
	padding: 2px;
	margin: 2px;
	float: left;
	display: inline-block;
	border: 1px solid #ccc;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	border-radius: 5px;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc;
	width: 125px;
}

.rw_shoulder_dates_widget_date_block {
	text-align: center;
	clear: both;
}
.rw_shoulder_dates_widget_dow {
	font-weight: bold;
	display: inline-block;
	padding-left: 0.3em;
}
.rw_shoulder_dates_widget_day {
	font-weight: bold;
	display: inline-block;
	padding-left: 0.4em;
}
.rw_shoulder_dates_widget_mon {
	font-weight: bold;
	display: inline-block;
	padding-left: 0.5em;
}
.rw_shoulder_dates_widget_rate_block {
	text-align: center;
}
.rw_shoulder_dates_widget_rate_sep, .rw_shoulder_dates_widget_tax_sep {
	width: 60px;
	display: inline-block;
}
.rw_shoulder_dates_widget_rate, .rw_shoulder_dates_widget_tax {
	width: calc(100% - 60px);
	display: inline-block;
}
.rw_shoulder_dates_widget_not_available {
	background-color: #ef7f7f;
	clear: both;
}
