.active{
	visibility: visible;
}
.inactive{
	display: none;
}

.selected{
	/*background-color: red;*/
}




.add_wine_icon{
	width: 100%;
}

.wine_types_list *{
	border-radius: 50%;
	border: 1px solid black;
	text-align: center;
	padding: 10px;
	margin: 5px;
	font-size: 0.8em;
	width: 20%;
}
.personal_notes_textarea{
	width: 80%;
}


.wine_cellar_form div{
	margin-top: 10px;
}
.selected{
	/*background-color: red;*/
}
.secret_input{
	display: none;
}

.tasting_note_option_parent{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.tasting_note_option img{
	/*max-width: 100px;*/
	width: 7vw;
	height: 7vw;
	/*width: 90%;*/
}
 @media only screen and (max-width: 1200px) {
   .tasting_note_option img{
    width: 10vw;
	height: 10vw;
  }
}
 @media only screen and (max-width: 800px) {
   .tasting_note_option img{
    width: 18vw;
	height: 18vw;
  }
}

.tasting_note_option{
	width: 100%;
	height: 200px;
	text-align: center;
	display: block;
	padding-left: 0px;
	padding-right: 0px;


}
@media only screen and (max-width: 500px){
	.tasting_note_option{
		height: 120px;
	}
}

.tasting_note_option span{
	font-size: 3vw;
	bottom: 2px;
	vertical-align: bottom;
	text-align: center;
	width: 100%;

}



/*
Review Wine Tasting CSS
*/
.tasting_data_title{
	font-weight: bold;

}


.slider_markings{
	/*background-color: yellow;*/
	width: 100%;
	height: 10px;
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	position: absolute;
	left: 0px;
	top: 0px;

}
.slider_markings_2{
	/*background-color: yellow;*/
	width: 100%;
	height: 10px;
	display: flex;
	justify-content: space-between;
	padding-left: 0;


}
.slider_mark{
	display:inline;
	padding: 0;
	margin: 0;
	width: 10%;
	text-align: left;


}

.slider_mark_text{
	width: 100%;
	display: block;
}
.slider_mark_mark{
	background-color: black;
	width: 1px;
	display: block;
}

.wine_types_list > div{
	margin: 5px;
	padding: 5px;
}

.wine_types_list > .selected{
	background-color: red;
}
#summary_finish_input > .selected{
	background-color: red;
}
#see_color_input > li{
	padding: 10px;
}
#see_aspect_input > li{
	padding: 10px;
	margin: 5px;
	margin-right: 10px;
}
#see_color_input > li:selected{
	background-color: red;
}
#see_aspect_input > li: selected{
	background-color: red;
}

#summary_finish_input > li{
	padding: 10px;
}


.incomplete{
	border: 2px solid red;
	border-radius: 5px;
}
.mandatory_field_notice{
	font-size: 10px;
	color: red;
}

#taste_notes_list{
	padding-left: 0px;
}
#smell_notes_list{
	padding-left: 0px;
}


.dry_sweet_text_inner{
	padding-left: 0px;
	padding-right: 0px;
}

.slider_mark_number{
	display:inline;
	padding: 0;
	margin: 0;
	background-color: white;


	width: 50px;
	left: 25%;
	position: absolute;

}