.center {
	text-align: center !important;
}

/* RICERCA UTENTI PER COGNOME */

#sdodf_finduser {
	width: 60%;
	margin: 0 auto;
}
#sdodf_finduser input, #sdodf_finduser textarea, #sdodf_finduser select {
	width: 98%;
	padding-right: 1% !important;
	padding-left: 1% !important;
}

#sdodf_finduser .form_left {
	width: 25%;
	float: left;
	padding-top: 5px;
}
#sdodf_finduser .form_right {
	width: 70%;
	float: left;
}

.sdodf_finduser_newsearch {
	text-align: center;
	clear: both;
}
.sdodf_finduser_results ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.sdodf_finduser_results ul::after {
	width: 29%;
	height: 0;
	margin: 1% 0;
	padding: 0;
	content: "";
}
.sdodf_finduser_results li {
	width: 29%;
	margin: 1% 0;
	padding: 0;
	text-align: left;
}
.sdodf_finduser_results .odfwsuser_info {
	cursor: help;
}

/* FARMACIE + ISCRITTI + TURNI + FERIE */

.sdodf_pharmacies th, .sdodf_users th, .sdodf_shifts th, .sdodf_holidays th {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	color: #FFF;
	text-transform: uppercase;
	background-color: #91c537;
	vertical-align: middle !important;
}

.sdodf_pharmacies .provs, .sdodf_users .provs, .sdodf_shifts .provs, .sdodf_holidays .provs {
	width: 250px;
}
.shifts_holidays_months {
	width: 160px;
}
.sdodf_shifts .areas {
	width: 250px;
}
.sdodf_pharmacies .towns {
	width: 300px;
	margin: 0 auto;
}
.sdodf_pharmacies select, .sdodf_users select {
	width: 100%;
}

.shift_from, .shift_to, .holiday_from, .holiday_to, .holiday_phone, .shift_phone {
	white-space: nowrap;
}

/* RICERCA E FILTRI */

.table_utility {
	width: 100%;
	border: 0;
}
.table_utility .btn {
	line-height: 1.25rem !important;
}
.limit_pagination {
	width: 68px;
}

/* CAPTCHA */

.sdodf_captcha {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px 0
}

/* BOTTONE */

.sdodf_send {
	text-align: center;
}

/* GESTIONE FARMACIE */

#sdmanagepharmacies_list .btn, #sdmanagepharmacies_details .btn, #sdrmshifts_list .btn {
	text-decoration: none !important;
	color: #FFF !important;	
	margin-right: 10px;	
}
.btn.back {
	background: #6C757D !important;
	border-color: #6C757D !important;
}
.buttons button {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sdmanagepharmacies_tools {
	display: flex;
	margin: 15px 0;
}
.sdmanagepharmacies_tools_new {
	margin-left: auto;
}

#sdmanagepharmacies_list table, #sdrmshifts_list table {
	width: 100%;	
	margin-bottom: 40px;	
}
#sdmanagepharmacies_list table tr td, #sdrmshifts_list table tr td {
	height: 60px;
	text-align: right;	
	vertical-align: middle;
	border-top: 1px solid #F0F0F0;
}
#sdmanagepharmacies_list table tr:first-child td, #sdrmshifts_list table tr:first-child td {
	border-top: 0;
}
#sdmanagepharmacies_list table td.icon, #sdrmshifts_list table td.icon {
	width: 50px;	
	text-align: center;
}
#sdmanagepharmacies_list table td.icon_pharmacy, #sdrmshifts_list table td.icon_pharmacy {
	background: url("icons/icon_pharmacy.png") center center no-repeat;
}
#sdmanagepharmacies_list table td.icon_pdf, #sdrmshifts_list table td.icon_pdf {
	background: url("icons/icon_pdf.png") center center no-repeat;
}
#sdmanagepharmacies_list table td.text, #sdrmshifts_list table td.text {
	text-align: left;
}
#sdmanagepharmacies_list table td.buttons, #sdrmshifts_list table td.buttons {
	width: 100px;	
	text-align: right;
}
#sdmanagepharmacies_list table p, #sdrmshifts_list table p {
	margin: 5px 0;	
}

.disabled.sdmanagepharmacies_details, .disabled.sdrmshifts_download {
	color: #FFF !important;
	background: #6c757d !important;
}

#sdmanagepharmacies_list table td.no_pharmacies, #sdrmshifts_list table td.no_calendars {
	text-align: center !important;
	font-weight: bold;	
	border: 0 !important;
	padding: 80px 0;
}

#sdodf_managepharmacy h4 {
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 1rem !important;
	padding-bottom: 1.3rem !important;
	text-align: center;
}

#sdmanagepharmacies_details h4 {
	width: 95% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 1rem !important;
	padding-bottom: 0.8rem !important;
}
#sdmanagepharmacies_details table {
	width: 100%;	
	margin-bottom: 40px;	
}
#sdmanagepharmacies_details table tr td {
	height: 60px;
	text-align: right;	
	vertical-align: middle;
	border-top: 1px solid #F0F0F0;
	padding: 6px 2px;
}
#sdmanagepharmacies_details table tr:first-child td {
	border-top: 0;
}

.table_details {
	width: 95% !important;
	margin-left: auto !important;	
	margin-right: auto !important;	
}
.detail_label {
	width: 40% !important;
	height: 25px !important;
	font-weight: bold !important;
	text-align: left !important;	
}
.detail_value {
	width: 60% !important;
	height: 25px !important;
	text-align: justify !important;	
}

.table_details input {
	width: 232px;
	margin-bottom: 0 !important;
}
.table_details select {
	width: 247px;
	height: 30px !important;
	margin-bottom: 0 !important;
	padding: 0 32px 0 10px;
	line-height: 30px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url("../com_sdform/images/arrow_down.svg") top -6px right -3px no-repeat;
	background-size: 43px 43px;
}

.table_details .aslink {
	background: none;
	border: none;
	text-decoration: underline;
	text-underline-offset: 0.1rem;
	text-decoration-color: #A3A3A3;
	-webkit-text-decoration-color: #A3A3A3;
	cursor: pointer;
	padding: 0;
	margin: 0; 
	color: inherit !important;
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

.sdodf_managepharmacy_forms form {
	width: 1000px;
	margin: 0 auto;
}
.sdodf_managepharmacy_forms .sdodf_managepharmacy_forms_left {
	width: 30%;
	float: left;
	padding-top: 5px;	
}
.sdodf_managepharmacy_forms .sdodf_managepharmacy_forms_right {
	float: left;
	width: 65%;
}
.sdodf_managepharmacy_forms .sdodf_managepharmacy_forms_margin_left {
	margin-left: 30%;
	float: left;
}
.sdodf_managepharmacy_forms .sdodf_managepharmacy_forms_check {
	width: 22px;
	height: 25px;
	margin-left: 3px;
	line-height: 18px;
	float: left;
	clear: left;
	display: table-cell;
}
.sdodf_managepharmacy_forms .sdodf_managepharmacy_forms_text {
	line-height: 25px;
	float: left;
	display: table-cell;
}
.sdodf_managepharmacy_forms br {
	clear: left;
}
.sdodf_managepharmacy_forms .textarea_description {
	height: 140px;
}
.sdodf_managepharmacy_forms .textarea_notes {
	height: 100px;
}
.sdodf_managepharmacy_forms select {
	width: 66.4% !important;
	height: 30px !important;
	padding: 0 32px 0 10px;
	line-height: 30px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url("../com_sdform/images/arrow_down.svg") top -6px right -3px no-repeat;
	background-size: 43px 43px;
}
.sdodf_managepharmacy_forms .buttons {
	margin-top: 25px;
}

.actual_value {
	width: 65% !important;
	font-size: 0.8rem !important;
	text-align: right !important;
	margin-bottom: 15px !important;
}

#sdrmshifts_list table td.labels_new_hot {
	text-align: right;
	padding-right: 30px;
}

/* ELEZIONI */

#odfelection_form {
	width: 70%;
	margin: 0 auto;
}
#odfelection_form label {
	display: none;
	visibility: hidden;
}
#odfelection_form .filter_search {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	margin: 10px auto;
	height: 25px;
	gap: 5px;
}
#odfelection_form input, #odfelection_form button {
	height: 40px;
	margin: 0;
}
#odfelection_form input {
	flex-grow: 1;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	flex-basis: 0;
}
#odfelection_form button {
	white-space: nowrap;
	padding: 0 15px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#odfelection_form button i {
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	#odfelection_form .filter_search {
		width: 100%;
		max-width: 100%;
	}

	#odfelection_form input, #odfelection_form button {
		flex-basis: auto;
		width: auto;
	}

	#odfelection_form input {
		flex-grow: 1; /* Occupa tutto lo spazio rimanente */
	}

	#odfelection_form button {
		flex-shrink: 0;
	}
}

/* RISULTATI VERIFICA */

.odfelection_result table {
	width: 98%;
	margin: 40px auto 0 auto;
}
.odfelection_result th, .odfelection_result td {
	text-align: center !important;
	vertical-align: middle !important;
}
.odfelection_result td {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
.odfelection_result th:first-child, .odfelection_result td:first-child {
	text-align: left !important;
}
.odfelection_result td button {
	line-height: 1.3rem !important;
}
.odfelection_result td.done i {
	font-size: 1.1rem !important;
}

/* PAGINA ELEZIONI */

.list_title {
	font-size: 1.5rem !important;
	padding: 1rem 0;
	text-align: center !important;
}

.election_results {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
table.election_result {
	width: 48% !important;
}

.election_legend {
	text-align: center;
}

/* TURNI VENEZIA */

.odfveshifts_buttons ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}
.odfveshifts_buttons li {
	margin: 0;
	padding: 1rem;    
}
.odfveshifts_buttons ul li a {
	display: block;
	margin: 0;
	padding: 0;    
	font-size: 1rem;
	line-height: 2rem !important;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0;
	border-radius: 0.3rem;
	padding: 0.8rem;
	background: #437a2f;
	border-color: transparent;
	color: #FFF !important;
	box-shadow: 0 0rem 0rem 0 rgb(0 0 0 / 20%);
	text-decoration: none;
	text-align: center;
}
.odfveshifts_buttons ul li a.btn-grey {
	background: #5A6268;
	color: #FFF !important;
}
.odfveshifts_buttons .export {
	text-align: center;
}
.odfveshifts_buttons .export a {
	text-decoration: none;
	margin: 0 2px;
}
.odfveshifts_buttons .prevnext {
	text-align: center;
}
.odfveshifts_buttons .prevnext a, .odfveshifts_buttons .prevnext span {
	margin: 0 3px;
}
.odfveshifts_buttons .prevnext .disabled {
	color: #999999;
}
.odfveshifts_buttons .no_shifts {
	text-align: center;
	font-weight: bold;
	margin: 3rem 0;
}

/* DEVICES */

@media (min-width: 901px) {
	.sdodf_users .user_birth, .sdodf_users .user_nationality, .sdodf_users .user_signing, .sdodf_users .user_qualification, .sdodf_users .user_digitalhome, .sdodf_users .user_disciplinaryacts {
		text-align: center !important;
	}

	.sdodf_users .user_signing, .sdodf_users .user_qualification {
		width: 20%;
	}
	
	.popover {
		min-width: 350px !important;
	}
}

@media (max-width: 1200px) {
	table.election_result {
		width: 100% !important;
	}
}

@media (max-width: 900px) {
	#sdodf_finduser {
		width: 98%;
	}
	#sdodf_finduser select {
		width: 100%;
	}
	.sdodf_finduser_results li {
		width: 46%;
	}

	.mobile_table_with_label table {
		empty-cells: hide;
	}
	.mobile_table_with_label thead, .mobile_table_with_label tfoot {
		display: none;
		visibility: hidden;
	}
	.mobile_table_with_label tbody {
		line-height: 0 !important;
	}
	.mobile_table_with_label tr {
		margin-bottom: 25px;
		display: block;
		border: 1px solid #DDD;
	}
	.mobile_table_with_label td::before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
		padding-right: 30px;
	}
	.mobile_table_with_label td {
		display: block;
		font-size: 13px;
		text-align: right !important;
	}
	.mobile_table_with_label td:empty {
		display: none;
		visibility: hidden;
	}
	.mobile_table_with_label td:first-child {
		border-top: 0;
	}
	.mobile_table_with_label td:last-child {
		border-bottom: 0;
	}

	.sdodf_shifts .monday, .sdodf_holidays .monday {
		border-top: 1px solid #ddd !important;
	}
	.sdodf_shifts .areas {
		padding-left: 0;
	}

	.sdmanagepharmacies_tools {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.sdmanagepharmacies_tools_new {
		display: flex;
		justify-content: center;
		margin: 0;
	}

	#sdmanagepharmacies_list, #sdmanagepharmacies_list thead, #sdmanagepharmacies_list tbody, #sdmanagepharmacies_list th, #sdmanagepharmacies_list td, #sdmanagepharmacies_list tr, 
	#sdrmshifts_list, #sdrmshifts_list thead, #sdrmshifts_list tbody, #sdrmshifts_list th, #sdrmshifts_list td, #sdrmshifts_list tr { 
		display: block; 
	}
	#sdmanagepharmacies_list thead, #sdmanagepharmacies_list tfoot, #sdmanagepharmacies_list .icon, #sdmanagepharmacies_list .file_name, 
	#sdrmshifts_list thead, #sdrmshifts_list tfoot, #sdrmshifts_list .icon, #sdrmshifts_list .file_name { 
		display: none;
		visibility: hidden;
	}
	#sdmanagepharmacies_list table tr, #sdrmshifts_list table tr {
		border: 1px solid #DDD;
		padding: 1% !important;
		margin-bottom: 25px;
	}	
	#sdmanagepharmacies_list table tr td, #sdrmshifts_list table tr td { 
		width: 98% !important;
		border: 0;
		padding: 0 !important;
		position: relative;
		text-align: left !important;
		height: auto !important;
	}
	#sdmanagepharmacies_list table tr td.buttons, #sdrmshifts_list table tr td.buttons { 
		text-align: right !important;
	}

	#sdmanagepharmacies_list form, #sdrmshifts_list form {
		width: 100% !important;
		display: table !important;
		margin: 0 !important;
	}
	#sdmanagepharmacies_list select, #sdrmshifts_list select {
		width: 100% !important;
	}
	#sdmanagepharmacies_list .sdmanagepharmacies_details, #sdrmshifts_list .sdrmshifts_download {
		margin-right: 0;
	}

	#sdmanagepharmacies_list h4, #sdrmshifts_list h4, #sdodf_managepharmacy h4 {
		text-align: center;
	}

	#sdmanagepharmacies_details, #sdmanagepharmacies_details thead, #sdmanagepharmacies_details tbody, #sdmanagepharmacies_details th, #sdmanagepharmacies_details td, #sdmanagepharmacies_details tr { 
		display: block; 
	}
	#sdmanagepharmacies_details thead, #sdmanagepharmacies_details tfoot, #sdmanagepharmacies_details .icon, #sdmanagepharmacies_details .file_name { 
		display: none;
		visibility: hidden;
	}
	#sdmanagepharmacies_details table tr {
		border: 1px solid #DDD;
		padding: 1% !important;
		margin-bottom: 25px;
	}	
	#sdmanagepharmacies_details table tr td { 
		width: 98% !important;
		border: 0;
		padding: 0 !important;
		position: relative;
		text-align: left !important;
		height: auto !important;
	}
	
	#odfelection_form {
		width: 98%;
	}
}

@media (max-width: 767px) {
	#sdodf_finduser .form_left, #sdodf_finduser .form_right {
		width: 96%;
		padding: 0;
	}
	.sdodf_captcha {
		width: 96%;
		margin-left: 0;
		text-align: center;
	}
	.sdodf_captcha .g-recaptcha {
		margin-top: 8px;
		display: inline-block;
	}	
	.sdodf_finduser_results li {
		width: 96%;
	}

	.table_utility .search #filter_search {
		max-width: 100px;
	}
	.sdodf_shifts .table_utility td, .sdodf_holidays .table_utility td {
		width: 100% !important;
		display: block;
		text-align: right;
	}
	.empty {
		display: none;
		visibility: hidden;
	}

	#sdpharmaciesmanage_list table tr, #sdrmshifts_list table tr {
		padding: 1% 3% 3% 3% !important;
	}	
	#sdpharmaciesmanage_list table tr td, #sdrmshifts_list table tr td { 
		width: 98% !important;
		padding: 1% !important;
		text-align: center !important;
	}
	#sdpharmaciesmanage_list table tr td.buttons, #sdrmshifts_list table tr td.buttons { 
		text-align: center !important;
	}

	#sdpharmaciesmanage_details table tr {
		padding: 1% 3% 3% 3% !important;
	}	
	#sdpharmaciesmanage_details table tr td { 
		width: 98% !important;
		padding: 1% !important;
		text-align: center !important;
	}

	.sdodf_managepharmacy_forms .sdodf_managepharmacy_forms_left {
		width: 100% !important;
		margin: 0 !important;
	}
	.sdodf_managepharmacy_forms .sdodf_managepharmacy_forms_right {
		width: 98% !important;
		padding-right: 1% !important;
		padding-left: 1% !important;
		margin: 0 !important;
	}
	.sdodf_managepharmacy_forms .sdodf_managepharmacy_forms_margin_left {
		margin: 0 !important;
		float: none !important;
	}
	.sdodf_managepharmacy_forms #dynamic_recaptcha_1 div {
		margin: 20px auto !important;
	}

	.odfelection_result table thead {
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		position: absolute;
		overflow: hidden;
		clip: rect(0 0 0 0);
		border: none;
	}
	.odfelection_result table tfoot {
		display: none;
		visibility: hidden;
	}
	.odfelection_result table tr {
		display: block;
		margin-bottom: 25px;
		border-bottom: 3px solid #DDD;
	}
	.odfelection_result table td, .odfelection_result table td:first-child {
		display: block;
		border-bottom: 1px solid #ddd;
		font-size: 0.8rem;
		text-align: right !important;
	}
	.odfelection_result table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	.odfelection_result table td:last-child {
		border-bottom: 0;
	}
}

/* MODAL */

#infos_modal {
	display: none;
}
#infos_modal.modal-custom {
	position: fixed;
	z-index: 1050;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
#infos_modal .modal-dialog-custom {
	background-color: #fff;
	width: 100%;
	max-width: 500px;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	position: relative;
	border-radius: 0;
}
#infos_modal .modal-header-custom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#infos_modal .modal-header-custom h5 {
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}
#infos_modal .modal-body-custom {
	line-height: 1.5;
	font-size: 1rem;
	color: #333;
}
#infos_modal .modal-body-custom br {
	/*margin-bottom: 10px;*/
}
#infos_modal .modal-body-custom span {
	font-weight: bold;
}
#infos_modal .modal-footer-custom {
	text-align: right;
	margin-top: 20px;
}
#infos_modal .btn-custom-close {
	display: inline-block;
	font-weight: 400;
	color: #19191a;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 0 solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.9rem !important;
	line-height: 1.5;
	border-radius: 4px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	padding: 12px 24px;
	font-size: 16px;
	white-space: initial;
	text-decoration: none;
	color: white;
	background-color: #5c6f82;
	border-color: #5c6f82;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	text-transform: uppercase;
}
#infos_modal .btn-custom-close:hover {
	color: white;
	background-color: #4c5c6c;
	border-color: #475664;
}
#infos_modal .close {
	font-size: 0.75rem;
	color: #333;
	cursor: pointer;
	border: none;
	background: none;
	outline: none;
	position: absolute;
	top: 21px;
	right: 18px;
	transition: color 0.3s ease;
	opacity: 1
}
#infos_modal .close:hover {
	color: #444;
}

.modal-header, .modal-header h5, .modal-header-custom, .modal-header-custom h5 {
	font-size: clamp(15px, 1rem, 20px) !important;
}
.modal-body, .modal-body p, .modal-body-custom, .modal-body-custom p {
	font-size: clamp(13px, 1rem, 15px) !important;
}

@media (max-width: 768px) {
	#infos_modal .modal-dialog-custom {
		max-width: 95%;
	}
}

a.open-modal {
	cursor: pointer;
}

.alert {
	background-image: none !important;
}

/* TIROCINI LOMBARDIA */

#odftraininglo_form {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
#odftraininglo_form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#odftraininglo_form .form_left, #odftraininglo_form .form_right {
	box-sizing: border-box;
}
#odftraininglo_form .form_left {
	width: 220px;
	padding-right: 20px;
}
#odftraininglo_form .form_right {
	width: calc(100% - 220px);
}

#odftraininglo_form .form_left label {
	display: block;
	margin: 0;
	line-height: 35px;
}
#odftraininglo_form .form_right input[type="text"], #odftraininglo_form .form_right select {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#odftraininglo_form .form_left + .form_right + .form_left,
#odftraininglo_form .form_left + .form_right + .form_left + .form_right {
	margin-top: 14px;
}

#odftraininglo_form .odftest_send {
	margin-top: 20px;
	text-align: center;
}

#odftraininglo_form .clean-input {
	display: none;
	visibility: hidden;
}

#odftraininglo_form #filter_prov {
	height: 34px !important;
	padding: 0 32px 0 10px;
	line-height: 34px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url("../com_sdform/images/arrow_down.svg") top -4px right -3px no-repeat;
	background-size: 43px 43px;
	border: 1px solid #5d7083 !important;
}


@media (max-width: 767px)
{
	#odftraininglo_form .form_left, #odftraininglo_form .form_right	{
		width: 100%;
		padding-right: 0;
	}

	#odftraininglo_form .form_right	{
		margin-top: 6px;
	}

	#odftraininglo_form .form_left + .form_right + .form_left {
		margin-top: 14px;
	}

	#odftraininglo_form .form_left + .form_right + .form_left + .form_right	{
		margin-top: 6px;
	}
}