/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #salina-ticket-form{
	margin-top: 30px;
 }
 #salina-ticket-form input[type=radio]{
	appearance: auto !important;
	display: inline;
	width: 45px;
	float: left;
	margin-right: 10px;
 }

 .st-row{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
 }

 .st-col{
	display: flex;
	padding: 0 15px;
	width: 470px;
	max-width: 100%;
 }

 #st-adult, #st-copil{
	width: 100px;
 }
 #st-email,
 #st-nume,
 #st-prenume{
	width: 250px;
 }
 #st-price{
	text-align: right;
}
.st-help p{
	margin: 0;
}
 
 .st-header{
	text-align: center;
 }
 .st-help{
	color: rgb(231 77 0);
    font-weight: 300;
    font-size: 0.75em;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
	text-align: right;
 }

 .datepicker {
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	line-height: normal !important;
	text-align: center;
  }
  .datepicker::-webkit-calendar-picker-indicator {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
  }
  .InputAddOn {
	display: flex;
	margin-left: 10px;
  }
  
  .InputAddOn-field {
	flex: 1;
  }

  #pp-ticket-form{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
  }


  #salina-ticket-form button:hover{
	color: white;
  }
  #st_prices{
	width: 470px;
	margin: 10px auto;
	max-width: 100%;
  }
  #st_prices td, #st_prices th{
	padding: 2px 6px;
  }
  #st_prices th{
	font-weight: bold;
	background-color: #f6f6f6;
  }

#st-data {
position: relative;
	width: 250px;
}
#plata-ok{
	text-align: center;
	margin: 15px;
	border: solid 1px green;
	background-color: rgb(0, 68, 66);
	padding: 20px;
}

#pp_price{
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: text-bottom;
	margin-left: 10px;;
}