
/*
****
****
    GENERAL
****
****
*/

* {
	font-family: 'Outfit';
}

.form-control {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#logo {
	margin: 1rem;
}

#navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav {
	/*width: 100%;*/
}

.nav-item img {
    height: 1rem;
}

.nav-link {
    text-align: -webkit-center;
    margin-left: 2px;
    margin-right: 2px;
}

.nav-link.active .nav-link-off {
	display: none;
}

.nav-link:not(.active) .nav-link-on {
	display: none;
}

.nav-link-off, .nav-link-on {
	display: block;
}

.nav-link-img {
	width: 16px;
}

.nav-link:not(.active) {
	border-bottom: 5px solid transparent;
}

.nav-link:not(.active):hover, .nav-link:not(.active):focus, .nav-link:not(.active):active {
	border-bottom: 5px solid rgba(204,255,0,0.5);
}

.nav-link.active {
	border-bottom: 5px solid #CCFF00;
}

#navbar .nav-item {
    min-width: 20%;
    justify-content: center;
}

/*
#navbarSupportedContent.appview {
	display: none !important;
}
*/

#navbarSupportedContent.appview .mt-3 {
    margin-top: 0px !important;
}

#navbarSupportedContent.appview .nav-link {
    padding-bottom: 0px;
}

#specificcalendarlbl {
    font-size: 0.9rem;
	color: #999999;
}

.btn-primary {
	background-color: #EE0000 !important;
    border-color: #EE0000 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #FF0000 !important;
}

a {
    color: #EE0000;
}

a.dropdown-item > span {
	vertical-align: middle;
}

@media (min-width: 992px)
{
	.navbar-nav .nav-item {
		min-height: 70px;
	}
}

@media (max-width: 991px)
{
	#navbarlogo {
		margin-top: 0.5rem!important;
	}
	
	.nav-item {
		font-size: 0.8rem;
	}
	
	ul.dropdown-menu {
		text-align: left;
	}
}

.navbar-nav .dropdown-menu
{
    position: absolute !important;
}

*.force-mandatory {
    border: 1px solid red !important;
}


/*
****
****
    LOGIN/REGISTER
****
****
*/

#logindata, .registerdata {
	border: 0px;
	margin-top: 1rem;
    max-width: 20rem !important;
    width: 65vw;
    padding-top: 10px;
    padding-bottom: 10px;
}

#registertitle {
    max-width: 20rem !important;
    width: 65vw;
    padding: 0px;
    margin: 0px;
}

#registertitle > .col {
	padding: 0px;
}

#registerh2 {
	margin: 0px;
}

#goback {
	cursor: pointer;
}

#logindata .row, .registerdata .row {
	margin-bottom: 15px;
	padding: 0px !important;
}

#logindata .row>*, .registerdata .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

#logindata label, .registerdata label {
  position: relative;
  width: 100%;
}

#logindata input.form-control, .registerdata input.form-control {
	width: 100% !important;
}

#logindata .row:nth-child(odd), .registerdata .row:nth-child(odd) {
	font-weight: normal;
}

#logindata input.btn:not(.btn-link), .registerdata input.btn:not(.btn-link) {
    width: 10rem;
    margin-top: 10px;
}

.registerdata .dropdown.bootstrap-select {
	width: 100% !important;
}

.registerdata .dropdown.bootstrap-select .btn.dropdown-toggle {
    border-radius: 10px !important;
}

#usernameLbl:before {
  background: url(../overvam/mail.svg) center / contain no-repeat;
}

#passwordLbl:before {
  background: url(../overvam/password.svg) center / contain no-repeat;
}

#nameLbl:before {
  background: url(../overvam/user.svg) center / contain no-repeat;
}

#surnameLbl:before {
  background: url(../overvam/user.svg) center / contain no-repeat;
}

#birthdayLbl:before {
  background: url(../overvam/calendar.svg) center / contain no-repeat;
}

#birthdayLbl > input {
	text-indent: 20px;
}

#heightLbl:before {
  background: url(../overvam/height.svg) center / contain no-repeat;
}

#weightLbl:before {
  background: url(../overvam/balance.svg) center / contain no-repeat;
}

#goalweightLbl:before {
  background: url(../overvam/objective.svg) center / contain no-repeat;
}

#ftpLbl:before {
  background: url(../overvam/ftp.svg) center / contain no-repeat;
}

.dropdown.bootstrap-select .bs-placeholder .filter-option-inner-inner {
    color: rgb(108,117,125);
}

.dropdown.bootstrap-select .filter-option-inner-inner {
    font-size: 1rem;
}

#workinghourslbl:before {
  background: url(../overvam/work.svg) center / contain no-repeat;
}

button[data-id=workingdayspicker] .filter-option-inner-inner:before {
    content: ' ';
    background: url(../overvam/work.svg) right / contain no-repeat;
    padding-right: 35px;
    margin-right: 5px;
}

button[data-id=trainingtime] .filter-option-inner-inner:before {
    content: ' ';
    background: url(../overvam/week_off.svg) right / contain no-repeat;
    padding-right: 33px;
    margin-right: 7px;
}

#traininghourslbl:before {
  background: url(../overvam/training.svg) center / contain no-repeat;
}

button[data-id=trainingdayspicker] .filter-option-inner-inner:before {
    content: ' ';
    background: url(../overvam/training.svg) right / contain no-repeat;
    padding-right: 35px;
    margin-right: 5px;
}

.container > .row > label:first-child:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 25px;
}

.container > .row > label > input {
  text-indent: 40px;
}

#password {
  text-indent: 40px;
}

input[type=text], input[type=password], input[type=number], input[type=date] {
	border-radius: 10px;
	background-color: #F9F9F9;
    border-color: transparent;
}

#newfoodWindow input[type=text], #newfoodWindow input[type=password], #newfoodWindow input[type=number], #newfoodWindow input[type=date] {
	border: 1px solid #777777;
}

#raceWindow input[type=text], #raceWindow input[type=password], #raceWindow input[type=number], #raceWindow input[type=date] {
	border: 1px solid #777777;
}

#lostpassword {
    padding-right: 1rem;
}

.btn {
	border-radius: 30px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	font-size: 18px;
}

.btn-1 {
    width: 100% !important;
	background: #EE0000;
	color: #FFFFFF;
}

.btn-2 {
    width: 100% !important;
	background: #000000;
	color: #CCFF00;
}

.btn-1:hover {
	background: #FF0000;
	color: #FFFFFF;
}

.btn-2:hover {
	background: #444444;
	color: #CCFF00;
}

label[for] {
	display: inline;
}

#genre {
	font-weight: bolder;
}

.registerdata input[type=radio] {
	position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.registerdata input[type=radio] + label {
	margin-left: 34px;
}

.registerdata input[type=radio] + label::before  {
    content: ' ';
    display: block;
    width: 34px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.registerdata input[type=radio]:not(:checked) + label::before  {
    background: url(../overvam/radio_disabled.svg) no-repeat center center;
}

.registerdata input[type=radio]:checked + label::before {
    background: url(../overvam/radio_active.svg) no-repeat center center;
}


/*
****
****
    DASHBOARD
****
****
*/


.nutritionlabel {
	/*margin-top: 0px;*/
}

#goprevmonth img, #gonextmonth img {
	height: 100%;
}

#goprevmonth, #gonextmonth {
	background-color: transparent;
}

.calendarheader, .daydetailsheader, .nutritionlabel {
	text-transform: unset;
}

.weekDay {
    text-align: -webkit-center;
    background-color: transparent !important;
}

.weekDay.today {
	color: black;
}

.weekDay.selected {
	outline: 0px;
	color: white;
}

.weekDay.today:not(.selected) .day
{
    width: 2.75rem;
    background-color: darkgray;
    border-radius: 1.5rem;
}

.weekDay.selected .day
{
    width: 2.75rem;
    background-color: #EE0000;
    border-radius: 1.5rem;
}

@media (max-width: 991px)
{
	#monthname, #trainingtypelabel {
		display: block;
	}
		
	.weekDay.today:not(.selected) .day
	{
		width: 1.75rem;
	}
	
	.weekDay.selected .day
	{
		width: 1.75rem;
	}
}

.indoor img, .outdoor img {
    max-width: 50px;
    width: 100% !important;
    height: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


/*
****
****
    WEEK
****
****
*/


#prevweek, #nextweek {
	width: auto !important;
    height: 100%;
	background-color: #eaebef;
}

#prevweek:hover, #nextweek:hover {
	font-weight: bolder;
}

#prevweek img, #nextweek img {
	height: 100%;
}

#myTab .nav-link:not(.active):hover, #myTab .nav-link:not(.active):focus, #myTab .nav-link:not(.active):active {
	border-bottom: 5px solid rgba(204,255,0,0.5);
}

#myTab .nav-link.active {
	border-bottom: 5px solid #CCFF00;
}

@media (max-width: 991px)
{
	#prevweek, #nextweek {
		width: 3rem !important;
		height: 3rem !important;
	}
}

.foodportions {
	color: #CCFF00;
}

.weeksubtraining.diet .foodslistitem .foodmacro {
	margin-top: 1rem;
}

.row.halfhouractivity:nth-child(even) .col-2 {
	visibility: hidden;
}

.row.halfhouractivity:nth-child(odd) .col-2 {
    margin-top: -1.5rem;
}

.nomargin {
	margin: 0px !important;
}

.nomargin-lr {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.dailylabel {
	font-family: 'Outfit';
    font-weight: bolder;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}


/****

COMMUNITY

****/

.postavatar img
{
	border-radius: 12px !important;
}

.postdatetime {
	color: #000000 !important;
}

.likepost, .commentpost {
    border: 0px solid transparent;
    color: #505050;
}

.reply {
	padding-top: 1rem;
}

.postbase, .postwriting {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.likepost.liked {
	color: #000000;
}

.likesno {
	vertical-align: middle;
}

.postbase, .postwriting {
	box-shadow: rgb(0 0 0 / 15%) 5px 10px 15px 0px !important;
}

.postwriting {
	padding-top: 0px;
}

#newpostsubmit, #newpostattachphoto, #newpostremovephoto, #newposttext {
	margin: 0px;
}

.postwriting img {
    max-height: 48px;
    height: 48px;
    width: auto !important;
	cursor: pointer;
}

.postwriting img:hover, .sendcomment:hover, .attachphotocomment:hover, .removephotocomment:hover {
    border-radius: 50%;
    background-color: #ededed;
}

.row:not(.newcommentarea) .postavatar {
    justify-content: normal;
    width: auto;
}

.sendcomment, .attachphotocomment, .removephotocomment {
    max-height: 36px;
    height: 36px;
    width: auto !important;
	cursor: pointer;
}


@media (max-width: 1000px)
{
	.postwriting img {
		max-height: 2rem;
	}
		
	.sendcomment, .attachphotocomment, .removephotocomment {
		max-height: 2rem;
	}
}

.trainingdurationtime {
    color: #B3EB00;
}

.switch {
	border: 1px solid black;
	border-radius: 14px;
    width: fit-content;
	cursor: pointer;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.switchoption {
    margin: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 8rem;
	font-weight: bolder;
}

.switchoption:first-child {
	margin-right: 0px;
}

.switchoption:last-child {
	margin-left: 0px;
}

.switchoption.active {
    background-color: black;
    border-radius: 11px;
    color: white;
}

.trainingduration {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.weektraining {
    text-align: left;
    font-size: 1.5rem;
    border-bottom: 2px solid #cccccc;
    margin-top: 2rem;
}

.weektraining .goal {
    font-size: 1rem;
    font-style: italic;
    color: #999999;
}

.weeksubtraining {
    border: 1px solid black;
    border-radius: 14px;
    margin-top: 1rem;
    background-color: #000000;
    color: white;
}

.weeksubtraining:not(.diet) {
	cursor: pointer;
}

.weeksubtraining.diet > .col {
	cursor: pointer;
}

.weeksubtraining .col {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.weeksubtraining .name {
    font-weight: bolder;
}

.weeksubtraining .description {
    border-top: 1px solid #FFFFFF;
    /*margin-top: 0.5rem;*/
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.trainingrecap {
	margin-top: 1rem;
	border-radius: 14px;
	width: 30rem;
	max-width: 90vw;
    padding-left: 1rem;
    padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
}

.trainingrecap.garmin, .trainingrecap.calendar {
	margin: 0px;
	margin-bottom: 1.5rem;
	width: 100%;
	background-color: #e9e9e9;
    padding-top: 0.5rem;
}

.trainingrecap:not(.good):not(.bad):not(.garmin):not(.calendar) {
	display: none;
}

.trainingrecap:not(.good) .good{
	display: none;
}
.trainingrecap:not(.bad) .bad{
	display: none;
}

.trainingrecap .img {
	width: auto;
}

.trainingrecap.good {
	background-color: #CCFF00;
	color: #000000;
}

.trainingrecap.bad {
	background-color: #EE0000;
	color: #FFFFFF;
}

.trainingrecap:not(.garmin):not(.calendar) .img img {
    background-color: #000000;
    border-radius: 50%;
    padding: 2px;
}

.trainingrecap .closecontainer {
	text-align: right;
}

.trainingrecap .closecontainer .close {
    cursor: pointer;
}

@media(min-width: 991px) {
	.trainingrecap .closecontainer {
		position: absolute;
		left: -1rem;
	}
}

#dailyheader {
	font-size: 18px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#dailykcal, #dailychos, #dailypros, #dailyfats {
	font-size: 28px;
	font-weight: bolder;
}

.dailydescription {
	font-size: 14px;
}

.weeksubtraining.accordion .legend {
	padding-top: 0px;
	border-bottom: 0px;
}

.weeksubtraining.accordion .mealmacro {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 0.5rem;
}

.foodslistitem {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}

.weeksubtraining.diet .description {
    font-size: 0.85rem;
}

.foodslistitem .name {
	font-size: 1rem;
}

.foodslistitem:first-child {
    padding-top: 0.5rem;
}

.foodslistitem:not(:last-child) {
    border-bottom: 1px solid #555555;
	padding-bottom: 1rem;
}


#trainingtabcontents .weeksubtraining .description b {
	color: #EE0000;
    font-size: 0.9rem;
}







/**PERSONAL AREA**/
#myTab.nav-tabs.personalarea .nav-item.show .nav-link, .nav-tabs.personalarea .nav-link.active {
    font-size: 1rem;
}

#userdatafields.personal .fieldcaption {
	color: #858585;
}

#userdatafields.personal input[type=text], #userdatafields.personal input[type=password], #userdatafields.personal input[type=number], #userdatafields.personal input[type=date], #userdatafields.personal select {
	/*border-radius: 0px;*/
	background-color: transparent;
    border-color: transparent;
}

#userdatafields.personal .tab-pane .row:not(:last-child) {
	/*border-bottom: 1px solid #D9D9D9;*/
}

#userdatafields.personal .hr hr {
	margin: 0px;
}

#userdatafields.personal .tab-pane .row:last-child .hr {
	display: none;
}

#userdatafields.personal .tab-pane .row:first-child {
	margin-top: 2rem;
}

#actscalendar {
	margin-top: 0px;
}

a.guidacalendario {
	margin-bottom: 1rem;
}

#races-tab, #races-tab #racecontainer {
	text-align: -webkit-center;
}

#races-tab .race {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
    width: 50rem;
	max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

#races-tab .race:not(:last-child) {
	margin-bottom: 2rem;
}

#races-tab .race .name {
	color: #FF0000;
	font-weight: bolder;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	position: relative;
}

#races-tab .race .name .editrace {
	position: absolute;
	right: 0px;
	color: #CCFF00;
	cursor: pointer;
    right: 1.5rem;
}

#races-tab .race .name .deleterace {
	position: absolute;
	right: 0px;
	color: #FF0000;
	cursor: pointer;
}

#races-tab .race .duration {
	color: #ABABAB;
}

#races-tab .race .primary {
	font-size: 1rem;
}

#races-tab .race .primary.goal {
	font-weight: bolder;
}

#races-tab .race .date {
	color: #A8A8A8;
	font-size: 0.8rem;
}

.addracecontainer {
	position: relative;
    padding-bottom: 3rem !important;
}

#addrace {
    background-color: black;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
	cursor: pointer;
}



/** STATS **/

.graph.notavailable {
	font-weight: bolder;
	background: #EEEEEE;
}

.graph.notavailable > *{
	padding-top: 1rem;
}

.graph:not(:first-child) {
	margin-top: 2rem;
}

#performancevaluewkgimg, #performancevaluebwimg, #performancevalueftpimg, #performancevaluevamimg {
    /*background-color: #d7d7d7;*/
    /*padding: 0.5rem;*/
    /*border-radius: 1rem;*/
}

#performance .scoreindex img {
	width: 4rem;
}





/** PERFORMANCE **/
#userdatafields.performance input[type=text], #userdatafields.performance input[type=password], #userdatafields.performance input[type=number], #userdatafields.performance input[type=date] {
    border-color: black;
}



/** BACKEND ALLENAMENTI **/
.accordion-item.type.existdata .accordion-button {
	color: #0000FF;
	font-weight: bolder;
}










/*FOOTER*/
footer .container {
	max-width: 90%;
}

#footermotto {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 900;
	font-size: 70px;
	line-height: 88px;
	text-transform: uppercase;
	text-align: left;
	max-width: 500px;
}

.lastfooterrow {
    margin-bottom: 8rem;
}

#footerlogo {
    max-width: 150px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.companylogo {
	text-align: left !important;
}

footer {
	background-image: url('../overvam/footer_background.png');
    background-repeat: no-repeat;
	background-image: url('../overvam/footer_background.png'), radial-gradient(180.32% 180.32% at 44.7% -2.44%, #363636 0%, rgba(0, 0, 0, 0) 100%);
	background-size: cover;
	background-image: url('../overvam/footer_background.png'), url('../overvam/background_gradient.png');
    /*background: radial-gradient(180.32% 180.32% at 44.7% -2.44%, #363636 0%, rgba(0, 0, 0, 0) 100%);*/
	/*max-height: 500px;*/
}

/*footer:beforee {
    background-color: rgba(0, 0, 0, 0.37);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}*/

footer ul {
    text-align: left;
    font-size: 18px;
    list-style: none;
}

footer .socialfooter a:not(:first-child){
	margin-left: 1rem;
}

footer ul li {
	margin-bottom: 0.5rem;
}

footer .socialfooter img {
	height: 25px;
}


@media (max-width: 1000px)
{
	#footermotto {
		text-align: center !important;
		max-width: 100% !important;
		padding-left: 10%;
		padding-right: 10%;
		margin-bottom: 2rem;
		font-size: 35px;
		line-height: normal;
	}
		
	.companylogo {
		text-align: center !important;
	}

	#footerlogo {
		margin-bottom: 2rem;
	}
	
	footer ul {
		text-align: center;
		padding: 0px;
	}
	
	footer .socialfooter {
		margin-top: 2rem;
	}
	
	.lastfooterrow {
		margin-bottom: 3rem;
	}
}


@media (min-width: 1000px) and (max-width: 1050px)
{
	#footermotto {
		font-size: 60px;
	}
}







/*CONTACT US*/
#contactus_1 {
    width: 879px;
    text-align: center;
    font-size: 62px;
    font-family: Outfit;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 7rem;
    max-width: 90vw;
}

#contactus_2 {
	width: 733px;
	text-align: center;
	font-size: 28px;
	font-family: Outfit;
	font-weight: 300;
	text-transform: uppercase;
    margin-top: 4rem;
    max-width: 90vw;
}

#contactus_3 {
	width: 456px;
	text-align: center;
	font-size: 28px;
	font-family: Outfit;
	font-weight: 600;
	text-transform: uppercase;
	/*margin-top: 15rem;*/
	position: absolute;
    max-width: 80vw;
}

@media (max-width: 991px)
{
	#contactus_1 {
		width: 319px;
		font-size: 30px;
		margin-top: 4rem;
	}
	
	#contactus_2 {
		width: 343px;
		font-size: 22px;
		margin-top: 2rem;
	}
	
	#contactus_3 {
		font-size: 22px;
	}
}

#contactform > .row label {
	width: 100%;
}

@media (min-width: 992px)
{
	#contactform {
		margin-top: 3rem;
		width: 50%;
	}

	#contactform > .row:not(:first-child) {
		margin-top: 2rem;
	}
}

@media (max-width: 991px)
{
	#contactform {
		margin-top: 2rem;
		width: 90%;
	}
	
	#contactform > .row > div{
		margin-top: 2rem;
	}
}

#contactform > .row label > input {
    background-color: transparent;
    border-radius: 0px;
    border-color: transparent;
    border-bottom: 1px solid white;
    box-shadow: none;
}

#contactform > .row label > textarea {
    background-color: transparent;
    border-radius: 0px;
    border-color: transparent;
    border-bottom: 1px solid white;
    box-shadow: none;
}

#sendcontactus {
	width: 10rem;
}







/*ABOUT US*/
@media (min-width: 700px)
{
	#aboutus_1 {
		width: 926px;
		text-align: left;
		font-size: 62px;
		font-family: Outfit;
		font-weight: 900;
		text-transform: uppercase;
		margin-top: 10rem;
		max-width: 60vw;
		margin-left: 35%; /*rem;*/
	}

	#aboutus_2 {
		width: 690px;
		text-align: left;
		font-size: 20px;
		font-family: Outfit;
		font-weight: 300;
		margin-top: 3rem;
		max-width: 55vw;
		margin-left: 40%; /*rem;*/
	}

	#aboutus_3 {
		width: 336px;
		text-align: right;
		font-size: 62px;
		font-family: Outfit;
		font-weight: 900;
		text-transform: uppercase;
		max-width: 80vw;
		margin-top: 10rem;
	}

	#aboutus_4 {
		width: 621px;
		text-align: right;
		font-size: 20px;
		font-family: Outfit;
		font-weight: 300;
		margin-top: 3rem;
		max-width: 65vw;
		margin-left: -40%; /*rem;*/
	}
	
	#bikeguy_aboutus {
		left: 15vw;
	}
	
	#bikeguy2_aboutus {
		left: 50vw;
	}
}

@media (max-width: 700px)
{
	#aboutus_1 {
		width: 319px;
		text-align: center;
		font-size: 30px;
		font-family: Outfit;
		font-weight: 900;
		text-transform: uppercase;
		margin-top: 10rem;
		max-width: 80vw;
	}

	#aboutus_2 {
		width: 319px;
		text-align: center;
		font-size: 17px;
		font-family: Outfit;
		font-weight: 300;
		margin-top: 3rem;
		max-width: 80vw;
		padding-bottom: 5rem;
	}

	#aboutus_3 {
		width: 319px;
		text-align: center;
		font-size: 30px;
		font-family: Outfit;
		font-weight: 900;
		text-transform: uppercase;
		max-width: 80vw;
		margin-top: 15rem;
	}

	#aboutus_4 {
		width: 621px;
		text-align: center;
		font-size: 17px;
		font-family: Outfit;
		font-weight: 300;
		margin-top: 3rem;
		max-width: 85vw;
	}
	
	#bikeguy_aboutus {
		height: 50%;
	}
	
	#bikeguy2_aboutus {
		margin-top: 0px !important;
		min-width: 60%;
	}
	
	#bottom_aboutus {
		min-width: 100%;
	}
}

#emailaboutus, #phoneaboutus {
    border-radius: 30px;
    border: 1px solid #E00;
    display: inline-block;
    padding: 10px;
}

@media (max-width: 991px)
{
	#aboutus_1 {
		width: 319px;
		font-size: 30px;
		margin-top: 4rem;
	}
	
	#aboutus_2 {
		width: 343px;
		margin-top: 2rem;
	}
	
	#aboutus_3 {
		/*font-size: 22px;*/
	}
}

@media (min-width: 500px) and (max-width: 1000px)
{
	#bikeguy_aboutus {
		left: 0 !important;
	}
}

@media (min-width: 1000px) and (max-width: 1200px)
{
	#bikeguy_aboutus {
		left: 10vw !important;
	}
}

@media (min-width: 700px) and (max-width: 900px)
{
	#bikeguy2_aboutus {
		margin-top: 15rem !important;
		margin-left: 3rem !important;
		width: 43%;
	}
}






/*HOME*/
#home_1 {
	font-size: 50px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
    text-align: left;
    margin-left: 30%;
}

#home_2 {
	font-size: 92px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
    text-align: left;
    margin-left: 30%;
}

#home_3 {
	font-size: 28px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
    text-align: left;
    margin-left: 30%;
	margin-top: 3rem;
}

#home_4 {
	font-size: 20px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
    text-align: left;
    margin-left: 30%;
	margin-top: 3rem;
}

#home_5 {
	text-align: right;
	font-size: 30px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	max-width: 500px;
	margin-right: 20%;
	margin-top: 6rem;
}

#home_6 {
	margin-right: 20%;
	margin-top: 2rem;
}

.startnow {
	width: 15rem;
    text-align: center !important;
}

#home_7 {
	font-size: 20px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
    text-align: left;
    margin-left: 30%;
	margin-top: 3rem;
}

#home_8 {
	font-size: 18px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
    text-align: left;
    margin-left: 30%;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

#home_9 {
	text-align: right;
	font-size: 62px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 12rem;
	margin-right: 30%;
}

#home_10 {
	text-align: right;
	font-size: 37px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	margin-right: 30%;
}

#home_11 {
	text-align: left;
	font-size: 20px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-top: 3rem;
    padding-left: 20%;
	margin-right: 30%;
}

#home_12 {
	font-size: 30px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 3rem;
}

#home_13 {
	margin-top: 2rem;
}

#video_home {
	margin-top: 2rem;
}

#home_14 {
	text-align: right;
	font-size: 62px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin-right: 30%;
	margin-top: 5rem;
}

#home_15 {
	text-align: right;
	font-size: 37px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-right: 30%;
}

#home_16 {
	font-size: 20px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-right: 30%;
	text-align: left;
	padding-left: 20%;
	margin-top: 3rem;
}

#home_17 {
	font-size: 30px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 3rem;
}

#home_18 {
	margin-top: 2rem;
}

#home_19 {
	font-size: 20px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
    text-align: right;
    margin-right: 25%;
	margin-top: 3rem;
}

#home_20 {
	font-size: 18px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
    text-align: right;
    margin-right: 25%;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

#home_21 {
	font-size: 62px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
    margin-top: 20rem;
    text-align: left;
    width: 750px;
    margin-right: 30%;
}

#home_22 {
	font-size: 20px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
    margin-top: 5rem;
    text-align: left;
    width: 750px;
    margin-right: 20%;
}

#home_23 {
	font-size: 30px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 7rem;
}

#home_24 {
	margin-top: 2rem;
}

#app_bulletpoint_description {
	margin-top: 20rem;
	margin-left: 40%;
	width: auto;
}

#app_bulletpoint_description .row {
	margin-top: 2rem;
}

#app_bulletpoint_description .ellypse {
    background: black;
    width: 107px;
    height: 107px;
    border-radius: 100%;
    position: relative;
}

#app_bulletpoint_description .ellypse img {
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#app_bulletpoint_description .row *:first-child {
	text-align: -webkit-right;
    align-self: center;
}

#app_bulletpoint_description .row *:last-child:not(input) {
	text-align: left;
    align-self: center;
	font-size: 32px;
	font-family: Outfit;
	font-style: normal;
	line-height: normal;
}


#home_25 {
	font-size: 30px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 5rem;
}

#home_26 {
	margin-top: 2rem;
}

#home_27 {
	font-size: 62px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
    margin-top: 15rem;
    width: 1100px;
    text-align: left;
}

#home_28 {
	font-size: 24px;
	font-family: Outfit;
	font-style: normal;
	line-height: normal;
    text-align: left;
    width: 530px;
    margin-left: 40%;
}

#home_29 {
	font-size: 30px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 3rem;
    margin-left: 40%;
}

#home_30 {
	margin-top: 2rem;
    margin-left: 40%;
}

#home_31 {
	text-align: center;
	font-size: 100px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
    margin-top: 35rem;
}

#prices_home {
	margin-top: 5rem;
}

.price_subscription {
	display: inline-block;
    width: 25%;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 5rem;
	background: rgba(255,0,0,0.3);
    backdrop-filter: blur(10px);
}

.price_subscription:not(:last-child) {
    margin-right: 5%;
}

.price_title {
	color: #CF0 !important;
	text-align: center;
	font-size: 40px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
    padding-bottom: 3rem;
    border-bottom: 1px solid red;
}

.price_description {
	text-align: center;
	font-size: 22px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    padding-top: 3rem;
}

.price_startnow {
	margin-top: 5rem;
}

.bigstar {
    position: relative;
    top: -1rem;
    transform: scale(1.5);
}

#home_32 {
	text-align: center;
	font-size: 100px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
    margin-top: 5rem;
}

#home_33 {
    margin-top: 3rem;
    text-align: left;
	font-size: 24px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
    padding-left: 5%;
    padding-right: 5%;
	padding-bottom: 5rem;
}

.checked_home::before
{
    content: url('../overvam/checked_home.png');
    position: absolute;
    margin-top: 5px;
    margin-left: -3rem;
}

.checked_home {
	padding-top: 0.5rem;
}

#nibali3_home {
	display: none;
}


@media (min-width: 900px) and (max-width: 1300px)
{
	#home_7 {
		margin-left: 10%;
	}
	
	#home_8 {
		margin-left: 10%;
	}
	
	#home_22 {
		margin-right: 30%;
	}
	
	#home_28 {
		margin-left: 15%;
	}
	
	#home_29 {
		margin-left: 10%;
	}
	
	#home_30 {
		margin-left: 10%;
	}
	
	#app_bulletpoint_description {
		margin-left: 35%;
	}
	
	#pricerectangle_home {
		margin-top: 15rem !important;
	}
	
	#bikeguy_price_home {
		margin-top: 20rem !important;
	}
	
	#home_31 {
		margin-top: 30rem !important;
	}
	
	.price_title {
		font-size: 30px;
	}
	
	.price_description {
		font-size: 16px;
	}
	
	.price_startnow .startnow {
		width: 10rem;
	}
}


@media (min-width: 700px) and (max-width: 900px)
{
	#bikeguy_home {
		/*left: -10% !important;*/
		margin-top: 10rem !important;
	}
	
	#home_1 {
		margin-top: 5rem;
	}
}

@media (max-width: 500px)
{
	#home_7, #home_8 {
		/*display: none;*/
		margin-left: 0px;
	}
	
	#home_8 {
		margin-left: 0px;
		font-size: 15px;
	}
	
	#iphone2_home {
		max-width: 100% !important;
		margin-top: 5rem !important;
		width: 100% !important;
	}
	
	#iphone3_home {
		width: 100% !important;
		max-width: 50% !important;
		margin-top: 0px !important;
		left: 0px !important;
		margin-left: 25% !important;
	}
}

@media (min-width: 500px) and (max-width: 900px)
{
	#home_7, #home_8 {
		/*display: none;*/
		margin-left: 0px;
	}
	
	#home_8 {
		margin-left: 0px;
		font-size: 15px;
	}
	
	#iphone2_home {
		max-width: 100% !important;
		margin-top: 5rem !important;
		width: auto !important;
		max-height: 70vh !important;
	}
	
	#iphone3_home {
		width: auto !important;
		max-width: 50% !important;
		margin-top: 0px !important;
		left: 0px !important;
		margin-left: 40% !important;
		max-height: 130vh !important;
	}
	
	#pricerectangle_home {
		margin-top: 40rem !important;
	}
	
	#bikeguy_price_home {
		margin-top: 45rem !important;
	}
	
	#home_31 {
		margin-top: 50rem !important;
	}
}

@media (max-width: 900px) {
	#bikeguy_home {
		left: -30% !important;
		margin-top: 7rem !important;
		max-width: 100% !important;
	}
	
	#home_1 {
		font-size: 30px;
		margin-top: 5rem;
	}
	
	#home_2 {
		font-size: 35px;
	}
	
	#home_3 {
		font-size: 17px;
	}
	
	#home_4 {
		font-size: 15px;
	}
	
	#home_5 {
		margin-top: 5rem;
		font-size: 22px;
		padding-left: 10%;
	}
	
	#home_9 {
		margin-right: 0%;
		text-align: center;
		font-size: 40px;
		margin-top: 8rem;
	}
	
	#home_10 {
		margin-right: 0%;
		text-align: center;
		font-size: 23px;
		margin-top: 1rem;
	}
	
	#cyclists_home {
		margin-top: 15rem !important;
	}
	
	#home_11 {
		font-size: 17px;
		margin: 0px;
		padding-left: 10%;
		padding-right: 10%;
		text-align: center;
		margin-top: 3rem;
	}
	
	.startnow {
		width: 10rem;
	}
	
	#video_home {
		width: 100%;
		height: auto;
	}
	
	#trianglemiddle2_home {
		margin-top: 55rem !important;
	}
	
	#home_14 {
		font-size: 30px;
		margin-right: 0px;
		text-align: center;
	}
	
	#home_15 {
		margin-top: 2rem;
		font-size: 20px;
		margin-right: 0px;
		text-align: center;
	}
	
	#home_16 {
		font-size: 15px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 0px;
		text-align: center;
	}
	
	#fidanza1_home {
		position: inherit !important;
		max-width: 100% !important;
		margin-top: 0px !important;
		max-height: 100vh;
	}
	
	#home_19 {
		margin-right: 0px;
		margin-top: 0px;
		text-align: left;
	}
	
	#home_20 {
		margin-right: 0px;
		text-align: left;
		font-size: 15px;
	}
	
	#iphone2_home {
		/*max-width: 100% !important;
		margin-top: 5rem !important;
		width: 100% !important;*/
	}
	
	#home_21 {
		font-size: 30px;
		margin-right: 0px;
		text-align: center;
		width: 100%;
	}
	
	#home_22 {
		font-size: 17px;
		width: 100%;
		margin-right: 0px;
		text-align: center;
		margin-top: 2rem;
	}
	
	#home_23 {
		margin-top: 5rem;
	}
	
	#iphone3_home {
		/*width: 100% !important;
		max-width: 50% !important;
		margin-top: 0px !important;
		left: 0px !important;
		margin-left: 25% !important;*/
	}
	
	#app_bulletpoint_description {
		margin-left: 0px;
		width: 100%;
		margin-top: 35rem;
	}
	
	#app_bulletpoint_description > .row > div {
		text-align: center !important;
	}
	
	.ellypse {
		display: inline-block;
	}
	
	#app_bulletpoint_description .row *:last-child:not(input) {
		font-size: 22px;
	}
	
	#app_bulletpoint_description .ellypse img {
		transform: scale(0.75);
	}
	
	#app_bulletpoint_description .ellypse {
		width: 90px;
		height: 90px;
	}
	
	#home_25 {
		text-align: center !important;
		margin-top: 2rem;
	}
	
	#home_26 {
		text-align: center !important;
	}
	
	#nibali2_home {
		display: none !important;
	}
	
	#nibali3_home {
		display: block;
		position: relative;
		left: -5%;
		width: 100vw;
	}
	
	#home_27 {
		margin-top: 5rem;
		width: 100%;
		text-align: center;
		font-size: 30px;
	}
	
	#home_28 {
		margin-left: 0px;
		width: 100%;
		text-align: center;
		font-size: 20px;
		margin-top: 2rem;
	}
	
	#home_29 {
		margin-left: 0px;
		text-align: center;
		font-size: 20px;
	}
	
	#home_30 {
		margin-left: 0px;
	}
	
	#fidanza2_home {
		max-width: 70% !important;
		margin-top: 5rem !important;
	}
	
	#iphone4_home {
		max-width: 40% !important;
		z-index: -3 !important;
		margin-top: 2rem !important;
	}
	
	#home_31 {
		font-size: 30px;
		margin-top: 28rem;
	}
	
	.price_subscription {
		margin-right: 0% !important;
		width: 100%;
	}
	
	.price_subscription:not(:last-child) {
		margin-bottom: 3rem;
	}
	
	#home_32 {
		font-size: 30px;
	}
	
	#home_33 {
		padding-left: 15%;
		font-size: 17px;
	}
}


@media (max-width: 1499px)
{
	.not-show-mobile-big {
		display: none;
	}
}

#metabolicflexibilitynew {
    width: 40rem;
    background-image: linear-gradient(to right, red, orange, yellow, green);
    height: 30px;
    max-width: 80vw;
    line-height: 31px;
    border-radius: 15px;
	position: relative;
    margin-top: 1.5rem;
}

#metabolicflexibilitycontainer {
    text-align: -webkit-center;
}

#metabolicflexibilitycontainer h5 {
	font-weight: bolder;
}

.mf_range {
	position: absolute;
	top: -24px;
	font-weight: bolder;
	color: #777;
    font-size: 0.8rem;
}

#mf_range_1 {
	left: 0%;
    margin-left: 7px;
}

#mf_range_2 {
	left: 25%;
}

#mf_range_3 {
	left: 50%;
}

#mf_range_4 {
	left: 75%;
}

#mf_range_5 {
	left: 100%;
    margin-left: -25px;
}

#mf_value {
    z-index: 10;
    font-weight: bolder;
    margin-top: 5px;
    /* color: #ee0000; */
    /* text-shadow: 1px 1px 2px black;*/
}

#metabolicflexibilitynew .bottom-arrow {
    z-index: 9;
}

#metabolicflexibilitynew .bottom-arrow::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 13px solid #ee0000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.postreportparent {
    text-align: right;
}

.postreport {
    border: 0px;
    width: auto !important;
    float: right;
}

.postreport > img {
    width: 28px;
    height: 28px;
    margin-top: 1rem;
}

@media(max-width: 600px) {
	.postreportparent {
		position: absolute;
		right: 0px;
		width: auto !important;
	}
	
	.postreport > img {
		margin-top: 0.5rem;
	}
}

#commentpostlbl {
    text-align: right;
}

#other-tab > input {
	margin-top: 1rem;
	display: block;
	width: 15rem;
}

#performancetestmyaccount {
	margin-top: 1rem;
	width: 15rem;
}

#other-tab {
    text-align: -webkit-center;
}

.row.paymentfirststep {
    margin-bottom: 1rem !important;
}





.pricebox {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid black;
    border-radius: 5px;
    /*margin-right: 16px;
    margin-left: 16px;*/
    box-shadow: rgba(0,0,0, 0.2) 0px 8px 24px 0px;
	cursor: pointer;
	margin-bottom: 2rem;
}

.pricebox .pricebox_title {
    /*padding-bottom: 1rem;*/
	color: #888;
}

.pricebox .pricebox_price {
	font-weight: bolder;
    display: flex;
    justify-content: end;
}

.pricebox .pricebox_price_price {
	font-size: 64px;
    line-height: 64px;
}

.pricebox .pricebox_currency {
	font-weight: bolder;
}

.pricebox .pricebox_signup {
    margin-top: 2rem;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pricebox .pricebox_signup.yearly {
    background-color: #ee0000;
}

.pricebox .pricebox_signup.monthly {
    border: 1px solid black;
    border-radius: 5px;
}

.pricebox .pricebox_saveup {
	padding-top: 1rem;
}

.pricebox.selected {
    border: 3px solid #00D000;
}

@media(max-width: 600px) {
	.pricebox {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		margin-bottom: 1rem;
	}

	.pricebox .pricebox_title {
		/*padding-bottom: 0.5rem;*/
		font-size: 12px;
	}

	.pricebox .pricebox_price_price {
		font-size: 38px;
		line-height: 38px;
	}

	.pricebox .pricebox_signup {
		margin-top: 1rem;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.pricebox .pricebox_saveup {
		padding-top: 0.5rem;
	}
}

#subscriptionheading {
    margin-bottom: 2rem;
    font-weight: bolder;
    font-size: 20px;
}

#confirmsubscription {
	margin-top: 1rem;
}

#restoresubscriptionlbl {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: bolder;
    font-size: 14px;
}

#subscriptionlinksinfo {
	font-weight: bolder;
	margin-top: 3rem;
}

.garminfitdwnld {
	width: fit-content !important;
	min-width: 20rem !important;
}

@media (max-width: 991px)
{
	.garminfitdwnld {
		min-width: 90vw !important;
	}
	
	.garminfitdwnld:not(:first-child) {
		margin-top: 0.35rem;
	}
}

@media (min-width: 992px)
{
	.switch {
		margin-bottom: 0px !important;
	}
	
	.garminfitdwnld {
		margin-top: 1rem;
		flex-basis: 30%;
	}
	
	/*
	.garminfitdwnld:not(:first-child) {
		margin-left: 1rem;
	}
	*/
	
	.garminfitdwnld:not(:nth-child(3n+1)) {
		margin-left: 1rem;
	}
}

.postphoto img {
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 1px 1px 5px 1px #bbb;
}

.postauthorname > span {
    vertical-align: middle;
}

.postauthorname > img {
    vertical-align: middle;
    margin-left: 3px;
}


.promoprice {
	color: #ee0000;
}

.postwriting > .row {
	position: relative;
}

.photofilecommentarea {
	position: relative;
}

input[type=file].drag {
	display: block !important;
    position: absolute;
    border: 2px dashed #888;
    background-color: #bbb;
    height: 100%;
    top: 0px;
    color: transparent;
}

input[type=file].drag::before {
	content: "rilascia il file qui";
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 200px;
    margin: -15px 0 0 -100px;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

input[type=file].drag::-webkit-file-upload-button, input[type=file].drag::file-selector-button {
    visibility: hidden;
}

#blocksresult th {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#blocksresult td.firstWeekNo {
	border-left: 1px solid black;
}

#blocksresult td.lastWeekNo {
	border-right: 1px solid black;
}

#blocksresult select.form-control {
	padding: 0px;
    text-align: center;
}



.recipes_list, .recipe_data {
    border: 1px solid black;
    border-radius: 8px;
    height: 65vh;
    overflow: auto;
}

.recipe_data {
	padding: 0.5rem;
}

#recipe_data_name, #recipe_data_description, #recipe_data_name_EN, #recipe_data_description_EN {
	border: 1px solid black !important;
	width: 85%;
    border-radius: 10px;
}

#recipe_data_name, #recipe_data_name_EN {
	text-align: center;
}

#recipe_data_description, #recipe_data_description_EN {
	height: 35vh;
}

#cancelrecipe {
	float: left;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

#saverecipe {
	float: right;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

#newrecipe {
	float: right;
}

.deleterecipe {
	color: red;
}

.recipe_list_item {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
}

.recipe_list_item.selected {
	background-color: rgba(255,0,0,0.4) !important;
}

.recipe_list_item:hover {
	opacity: 0.5;
}

.recipe_list_item:nth-child(odd) {
	background-color: #DDD;
}

.recipe_list_title_en {
	color: #777;
	font-size: 0.8rem;
}

.recipe_list_image {
	max-width: 100%;
    height: 64px;
}

.recipe_data {
    position: relative;
}

.fooditemrecipecontainer {
	margin-top: 1rem;
}

.fooditemrecipecontainer:first-child {
	margin-top: 0px !important;
}

.deletefoodrecipe {
	margin-left: 1rem;
	color: red;
	cursor: pointer;
}

.foodgrams {
	border: 1px solid black !important;
	text-align: center;
}
