.popupActivity {display : none; }.popupActivityContainer{}.popupActivity{    position: fixed;    right: 20px;    top: 125px;    width: 300px;    vertical-align: middle;    height: 50px;    color: black;    padding: 15px;    font-size: 13px;    line-height: 50px;    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    border-radius: 10px;    display: none;	z-index: 5000;}.popupActivityPlusOne{    float: left;    width: 50px;    margin-right: 10px;    font-size: 2em;    border-right: 1px solid white;}.popupActivityText{    width: 220px;    line-height: normal;    display: inline-block;    vertical-align: middle;    text-align: left;    display: inline-block;    vertical-align: middle;}.popupActivityForm{    background-color: #FFFFA0}input[type="radio"] {	-webkit-appearance: none;	background-color: #fafafa;	border: 2px solid #A7A7A7;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);	padding: 10px;	border-radius: 50px;	display: inline-block;	position: relative;	cursor: pointer;	transition: all .2s;	outline: none;}input[type="radio"]:hover {	background-color: #9a9a9a;	-webkit-transition-duration: 0.3s;	-o-transition-duration: 0.3s;	transition-duration: 0.3s;}input[type="radio"]:checked:after {	content: ' ';	width: 16px;	height: 16px;	border-radius: 50px;	position: absolute;	top: 2px;	background: #F57E36;	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);	text-shadow: 0px;	left: 2px;	font-size: 32px;	cursor: pointer;	transition: all .2s;}input[type="radio"]:checked {	background-color: #e9ecee;	color: #F57E36;	border: 2px solid #A7A7A7;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);	cursor: pointer;	transition: all .2s;	}input[type="radio"]:active, input[type="radio"]:checked:active {	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);	cursor: pointer;	transition: all .2s;	}#big-radio1, #big-radio2, #big-radio3, #big-radio4, #big-radio5, #big-radio6, #big-radio7, #big-radio8, #big-radio9, #big-radio10, #big-radio11, #big-radio12 {	padding: 10px;}input[type="radio"]#big-radio1:checked:after, input[type="radio"]#big-radio2:checked:after, input[type="radio"]#big-radio3:checked:after,input[type="radio"]#big-radio4:checked:after, input[type="radio"]#big-radio5:checked:after, input[type="radio"]#big-radio6:checked:after,input[type="radio"]#big-radio7:checked:after, input[type="radio"]#big-radio8:checked:after, input[type="radio"]#big-radio9:checked:after,input[type="radio"]#big-radio10:checked:after, input[type="radio"]#big-radio11:checked:after, input[type="radio"]#big-radio12:checked:after {	content: '\2714';	font-size: 28px;	width: 0px;	height: 0px;	left: 2px;	top: -70%;}/*input type="text" */input[type="text"] {	outline: none;}*::-webkit-input-placeholder {	color: #949494;}/*radio-menu*/#indexRadioButton1, #indexRadioButton1:checked:after {	width: 145px;	height: 170px;	background-color: transparent;	border: none;	padding: 8px;	-webkit-box-shadow: none;	box-shadow: none;}#indexRadioButton1:checked:after{	border: 2px solid green;	border-radius: 8px;}#indexRadioButton2, #indexRadioButton2:checked:after {	width: 145px;	height: 170px;	background-color: transparent;	border: none;	padding: 16px;	-webkit-box-shadow: none;	box-shadow: none;}#indexRadioButton2:checked:after{	border: 2px solid green;	border-radius: 8px;}#indexRadioButton3, #indexRadioButton3:checked:after {	width: 145px;	height: 170px;	background-color: transparent;	border: none;	padding: 16px;	-webkit-box-shadow: none;	box-shadow: none;}#indexRadioButton3:checked:after{	border: 2px solid green;	border-radius: 8px;}#indexRadioButton4, #indexRadioButton4:checked:after {	width: 140px;	height: 170px;	background-color: transparent;	border: none;	padding: 16px;	-webkit-box-shadow: none;	box-shadow: none;}#indexRadioButton4:checked:after{	border: 2px solid green;	border-radius: 8px;}#indexRadioButton5, #indexRadioButton5:checked:after {	width: 145px;	height: 170px;	background-color: transparent;	border: none;	padding: 20px;	-webkit-box-shadow: none;	box-shadow: none;}#indexRadioButton5:checked:after{	border: 2px solid green;	border-radius: 8px;}.myBut{	cursor:pointer;	background: rgba(110,120,53,1);	background: linear-gradient(45deg, rgba(255,188,82,1) 0%, rgba(255,132,5,1) 100%);	width: 356px;	height: 72px;	border-radius:10px;	border: none;	font-family: Arial;	color: #fff;	font-size: 20px;}}input[type="radio"] {	-webkit-appearance: none;	background-color: #fafafa;	border: 2px solid #A7A7A7;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);	padding: 10px;	border-radius: 50px;	display: inline-block;	position: relative;	cursor: pointer;	transition: all .2s;	outline: none;}input[type="radio"]:hover {	background-color: #9a9a9a;	-webkit-transition-duration: 0.3s;	-o-transition-duration: 0.3s;	transition-duration: 0.3s;}input[type="radio"]:checked:after {	content: ' ';	width: 16px;	height: 16px;	border-radius: 50px;	position: absolute;	top: 2px;	background: #F57E36;	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);	text-shadow: 0px;	left: 2px;	font-size: 32px;	cursor: pointer;	transition: all .2s;}input[type="radio"]:checked {	background-color: #e9ecee;	color: #F57E36;	border: 2px solid #A7A7A7;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);	cursor: pointer;	transition: all .2s;	}input[type="radio"]:active, input[type="radio"]:checked:active {	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);	cursor: pointer;	transition: all .2s;	}#big-radio1, #big-radio2, #big-radio3, #big-radio4, #big-radio5, #big-radio6, #big-radio7, #big-radio8, #big-radio9, #big-radio10, #big-radio11, #big-radio12 {	padding: 10px;}input[type="radio"]#big-radio1:checked:after, input[type="radio"]#big-radio2:checked:after, input[type="radio"]#big-radio3:checked:after,input[type="radio"]#big-radio4:checked:after, input[type="radio"]#big-radio5:checked:after, input[type="radio"]#big-radio6:checked:after,input[type="radio"]#big-radio7:checked:after, input[type="radio"]#big-radio8:checked:after, input[type="radio"]#big-radio9:checked:after,input[type="radio"]#big-radio10:checked:after, input[type="radio"]#big-radio11:checked:after, input[type="radio"]#big-radio12:checked:after {	content: '\2714';	font-size: 28px;	width: 0px;	height: 0px;	left: 2px;	top: -70%;}/*input type="text" */input[type="text"] {	outline: none;}*::-webkit-input-placeholder {	color: #949494;}/*radio-menu*/