body {
	font-family: "Google Sans","Noto Sans","Noto Sans JP","Noto Sans KR","Noto Naskh Arabic","Noto Sans Thai","Noto Sans Hebrew","Noto Sans Bengali",sans-serif !important;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #000;
	background-color: #fff;
}
#content {
    width: 100% !important;
}
.wrapper {
    max-width: 100%;
    margin: 0 auto;
	padding: 1%;
	display: flex;
    align-items: flex-start;
    justify-content: center;
}
.wrapper_list_cart {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
	width: 100%;
}
.wrapper_pach_esam_list {
    min-width: 360px;
	border-radius: 0 10px 10px 10px;
    padding: 1%;
	margin-top: -2px;
	min-height: 50vh;
	margin-bottom: 20px;
}
span#show_pacch,
span#show_esami {
    padding: 10px;
    border: 2px dotted #cfcfcf;
	border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background-color: #cfcfcf;
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #fff;
}
span#show_pacch.active,
span#show_esami.active {
    background-color: #fff;
	border-bottom: 0;
	color: #000;
}
.wrapper_rescart {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    position: relative;
}
.wrapper_cart {
	min-width: 260px;
	width: 25%;
	padding: 0.5%;
    border-radius: 10px;
	margin-bottom: 20px;
}
.cart {
    position: relative;
	padding-top: 20px;
	top: 0;
	right: 0;
}
.wrapper_ris {
    box-shadow: 0 0 8px #ccc;
    padding: 10px;
	margin-top: 10px;
	position: relative;
}
.wrapper_ris:hover {
    box-shadow: 0 0 8px #aaa;
}
.accordion .ris {
	min-height: 70px;
}
.ui-icon-plus,
.ui-icon-minus {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
	transform: scale(1.5);
	margin-right: 5px !important;
}
.search {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px auto 0;
}
.search input {
    height: 35px;
    width: 100%;
    margin: 0;
	border: 1px solid #1a73e8;
	border-radius: 4px;
	padding: 10px 30px !important;
}
.search i.fa-search,
.search i.fa-circle-notch {
	position: absolute;
	left: 5px;
}
.search i.fa-times {
	position: absolute;
	right: 5px;
	display: none;
}
#results {
    width: 100%;
}
button.btn {
    background-color: #3b8ae2;
    border: 2px solid #fff;
	color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 15px 0;
	width: auto !important;
    min-width: auto !important;
}
button.btn:hover {
    background-color: #fff;
    border: 2px solid #3b8ae2;
	color: #000;
}
.btn_req {
	text-align: right;
}
.sel_this input[type='checkbox'] {
    margin: 0 5px 0 0;
	transform: scale(1.5);
}
.ris {
	width: 100% !important;
	display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-top: 10px !important;
}
.ris_esam {
    padding: 1rem !important;
}
.ris_esam ul {
	margin: 1rem 0rem 0 1.5rem !important;
	font-size: 14px !important;
}
.ris_esam ul li {
    list-style-type: circle;
}
.ris_img {
	margin-right: 10px;
}
.ris_img img {
	width: 50px;
}
.info_pac_esam {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.infosel {
	font-weight: bold;
	text-align: center;
	margin: 15px 0 5px;
}
.sel_p_e {
    width: 100%;
}
.sel_this {
    padding: 5px;
    font-size: 1.1em;
    text-align: right;
}
.cart_elem {
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
	word-break: break-all;
}
.cart_elem i {
	cursor: pointer;
}
.obblig {
	color: #ff0000;
}
.form_prenota {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 200vh;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    justify-content: center;
    align-items: flex-start;
	z-index: 99;
}
.form_prenota form {
    background-color: #fff;
    border: 2px solid #3b8ae2;
    padding: 1vh 2.5vw;
    border-radius: 20px;
	margin-top: 10vh;
	position: relative;
	box-shadow: 0 0 8px #3b8ae2;
}
.form_prenota label {
	font-weight: bold;
	display: block;
	width: 100%;
}
.form_prenota form div {
    margin: 10px 0;
}
.form_div.last {
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.sel_this label {
    display: inline-block;
    font-size: 1.1em;
}
#close_form {
	cursor: pointer;
}
.jconfirm-box-container {
    width: 350px;
    margin: 0 auto;
	font-size: 1.2em;
}
.jconfirm-content {
    overflow: auto;
    height: 50px;
}
.hidden_div {
	display: none;
}
.info_domicilio {
	max-width: 220px;
	display: block;
	font-size: 0.90em;
	font-style: italic;
}
div#content {
    margin: 0 !important;
    padding: 0 !important;
}
#ui-datepicker-div {
    min-width: 290px !important;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
}