@CHARSET "UTF-8";

.recherchefichehoraire-box {
	padding: 5px;
}

.groupline {
	border: 2px solid #CCC;
	border-radius: 6px;
	margin: 10px;
	background-color: #E8E8E8;
}

.link_title {
	overflow: auto;
	padding: 5px 15px 5px 15px;
}

.list_item_content_with_more {
	border-top: 2px solid #CCC;
	margin-right: 0;
}

.next * {
    font-style: italic;
}

.rfh_buttons {
	margin: 10px;
    text-align: center;
}

.rfh_buttons > div {
    margin-left: 10px;
    margin-right: 10px;
}

.rfh_choose {
	display: table;
	text-align: center;
    width: 100%;
}

.rfh_choose > * {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

#searchFicheHoraire legend {
	visibility: hidden;
}

.rfh_choose_mobile {
	text-align: center;
    width: 100%;
}

.rfh_choose_mobile > legend {
	visibility: hidden;
}

.rfh_choose_mobile > * {
	display: inline !important;
	vertical-align: middle;
	padding: 5px;
}

.rfh_choose_label {
	text-align: right;
	width: 40%;
}

.rfh_choose_value {
	text-align: left;
}

.rfh_combo{
	width: 100%;
}

.list_title_background {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 5px;
}


#rfh_link{
    text-align: center;
    margin:10px 0px 0px 10px;
}
#rfh_link a {
    color: #E2001A;
    font-size: 1.2em;
    text-decoration: underline;
}

.groupline div:last-child .list_item_background{
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.rfh_perturbation {
	float:right;
}

.rfh_perturbation img{
	vertical-align: middle;
	width: 27px;
}

.rfh_number {
	padding: 5px 7px 5px 7px;
	border-radius: 4px;
	display: inline-block;
	min-width: 14px;
	text-align: center;
}

.rfh_horaireArret{
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
