/*BOTONES*/

body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
 
}

body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
  background: transparent; 
		width: 0;
  
}

.scrollcontentmain::-webkit-scrollbar {
		display: none;
		
	}

.scrollcontentmain {
  background-color: transparent;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


div.scrollcontentmain div {
  /* display: inline-block; */
}

	
	
.scrollmenu::-webkit-scrollbar {
		display: none;
		
	}

.scrollmenu {
  background-color: transparent; /*#F4F0EB;*/
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

div.scrollmenu div {
  display: inline-block;
  color: white;
  text-align: center;
 /* padding: 5px;*/
  text-decoration: none;
}

/*div.scrollmenu div:hover,
div.scrollmenu div:focus{
  opacity:1;
}*/

.scrollmenu_receta::-webkit-scrollbar {
		display: none;
		
	}

.scrollmenu_receta {
  background-color: "white";
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

div.scrollmenu_receta div {
  display: inline-block;
  color: white;
  text-align: center;
 /* padding: 5px;*/
  text-decoration: none;
}

.divslicker{
	opacity:0.5;
}


.btn_select_process{
	
	
	text-decoration: none;
	background-color: WhiteSmoke;
	border: 1px solid #E8E8E8;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0 4px 5px 0px silver;
}

.btn_select_process:hover,
.btn_select_process:focus{
	/*background-color: Gainsboro;*/
	border: 1px solid orange;
	box-shadow: 0 2px 2px 0px silver;
}


.btn_normal{
	font-weight: bold;
	padding: 6px 15px;
	text-decoration: none;
	background-color: WhiteSmoke;
	border: 1px solid #E8E8E8;
	border-radius: 10px;
	color: orange;
	display: inline-block;
	width: 60%;
	box-shadow: 0 4px 5px 0px silver;
}

.btn_normal:hover,
.btn_normal:focus{
	/*background-color: Gainsboro;*/
	border: 1px solid orange;
	box-shadow: 0 2px 2px 0px silver;
}

.btn_grid_solo{
	height:50px;
}

.btn_grid_a{
	height:50px;
}

.btn_grid_a_V{
	height:50px;
}

.footer_popup{
	height:50px;
}

.footer_popup_V{
	height:50px;
}

.btn_a {
	display: flex;
	justify-content: center;
	align-content: center;
	border-right:1px solid gray;
}

.btn_b{
	display: flex;
	justify-content: center;
	align-content: center;
}

.btn_central_ok{
	display: flex;
	justify-content: center;
	align-content: center;
}


.btn_central_ok > p{
	color:green;
	margin-top:15px
}

.btn_central_cancel{
	display: flex;
	justify-content: center;
	align-content: center;
}


.btn_ok{
	color:green;
	margin-top:15px;
}

.btn_ko{
	color:red;
	margin-top:15px;
}

