
/**//**//**//*Button_Dropdown*//**//**//**/

.btn-select #select:focus, .btn-select #rerun:focus{
 outline: none;
}

.btn-select > .ui-menu, .btn-select > .ui-widget, .btn-select > .ui-widget-content, .btn-select > .ui-corner-all{
	left: 0 !important;
	
}
.btn-select >  .ui-widget-content{
	margin-top:6px;	

}
.btn-select .ui-buttonset{
	width: 120px;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	background-color: #37c8d7;
	border-radius: 6px;
	border: 1px solid #39959f;
	margin-bottom: 12px;
		box-shadow:  0px 3px 3px rgba(0,0,0,0.25), inset 0px 0px 30px rgba(0,0,0,0.25);
-webkit-box-shadow:  0px 3px 3px rgba(0,0,0,0.25), inset 0px 0px 30px rgba(0,0,0,0.25);	
-moz-	box-shadow:  0px 3px 3px rgba(0,0,0,0.25), inset 0px 0px 30px rgba(0,0,0,0.25)
}
.btn-select .ui-button-text{
	color: #fff;
}
.btn-select .ui-state-default .ui-icon {
	background-image:none;
}
.btn-select button#select {	
	background-image: url(../img/icon_triangle.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.btn-select #rerun{
	width: 100px;
	height: 36px;
	background: none;
	border: none;
}
.btn-select #select{
	width: 20px;
	height: 36px;
	background: none;
	border: none;
}
.btn-select .ui-widget-content {
	width: 120px;

	border: 1px solid #39959f;
	background: none;
	background-color:#37c8d7; 
	color: #333333;
	overflow: hidden;
		box-shadow:  0px 3px 3px rgba(0,0,0,0.25), inset 0px 0px 30px rgba(0,0,0,0.25);
-webkit-box-shadow:  0px 3px 3px rgba(0,0,0,0.25), inset 0px 0px 30px rgba(0,0,0,0.25);	
-moz-	box-shadow:  0px 3px 3px rgba(0,0,0,0.25), inset 0px 0px 30px rgba(0,0,0,0.25)
}
.btn-select .ui-widget-content a {
	color: #fff;
	height: 36px;

}
.btn-select .ui-widget-content .ui-state-focus,
.btn-select .ui-widget-header .ui-state-focus {
	border: 1px solid rgba(0,0,0,0);
	background:none; 
	margin: 0;
	background-color: #24808a;
	color: #fff;
	border-radius: 0;

	-webkit-transition: 0.4s ease-out all;
     -moz-transition: 0.4s ease-out all;
     -ms-transition: 0.4s ease-out all;
     -o-transition: 0.4s ease-out all;
     transition: 0.4s ease-out all;
}
.btn-select ul {
	margin-top: 20px !important;
	
}
.btn-select ul li:nth-child(2n+0){
	background-color: rgba(0,0,0,0.1);
}
.btn-select .ui-menu{
	padding: 0;
	top: -20px !important;
}
.btn-select .ui-menu .ui-menu-item a.ui-state-focus,
.btn-select .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: 0px;
}

/**//**//**//*Button_Dropdown*//**//**//**/

/**//**//*reset*//**//**/

.btn-blu{
	display: inline-block;
	width: 90px;
	height:28px;
	background-color: #37c8d7;
	border-radius: 14px;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;

		box-shadow: inset 0px 0px 30px rgba(0,0,0,0.25), inset 0px -2px 2px rgba(0,0,0,0.25);
-webkit-box-shadow: inset 0px 0px 30px rgba(0,0,0,0.25), inset 0px -2px 2px rgba(0,0,0,0.25);
-moz-	box-shadow: inset 0px 0px 30px rgba(0,0,0,0.25), inset 0px -2px 2px rgba(0,0,0,0.25);
}
.btn-blu div{
	width: 100%;
    display:block;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color:#fff;
	line-height: 28px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.btn-blu:hover{
	background-color: #3fe0f2;
	-webkit-transition: 0.4s ease-out all;
    -moz-transition: 0.4s ease-out all;
    -ms-transition: 0.4s ease-out all;
    -o-transition: 0.4s ease-out all;
    transition: 0.4s ease-out all;
}
/**//**//*gray_triangle*//**//**/
#btn-check span, #btn-try span, #btn-well span, .btn-nav span {
	bottom: -7px;
	right: 0px;
	width: 6px;
	height: 7px;
	background-image: url(../img/btn_corner.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
}
/**//**//*next*//**//**/
#btn-next{
	float: right;
	opacity:0.5;
	filter:alpha(opacity=50) ;
	width: 132px;
	height:46px;
	background-color: #fff;
	border-radius: 30px 0 0 30px;
	padding: 9px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-moz-	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	position: relative;
}
#btn-next .btn-blu{
	width: 100px;
}
#btn-next a{
	text-align: left;
	text-indent: 20px;
	background-image: url(../img/well_arrow.png);
	background-repeat: no-repeat;
	background-position: 85% 50%;
	background-size: 20%;

}
/**//**//*check*//**//**/
#btn-check{
	/*width: 132px;*/
	width: 114px;
	height:42px;
	background-color: #fff;
	border-radius: 30px 0 0 30px;
	padding: 9px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-moz-	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

#btn-check .btn-blu{
	width: 100px;
	height:42px;
	border-radius: 21px;
}
#btn-check .btn-blu div{
	line-height: 42px;
}

/**//**//*try*//**//**/
#btn-try{
	bottom: 20px;
	right: 0;
	margin-right: -6px;
	display: none;
	opacity: 0;

	width: 134px;
	/*height:60px;*/
	height: 42px;
	background-color: #fff;
	border-radius: 30px 0 0 30px;
	padding: 9px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-moz-	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	position: absolute;
}
#btn-try .btn-btry{
	width: 120px;
	height:42px;
	background-color: #FF675E;
	border-radius: 21px;
	cursor: pointer;

		box-shadow: inset 0px 0px 30px rgba(0,0,0,0.25), inset 0px -2px 2px rgba(0,0,0,0.25);
-webkit-box-shadow: inset 0px 0px 30px rgba(0,0,0,0.25), inset 0px -2px 2px rgba(0,0,0,0.25);
-moz-	box-shadow: inset 0px 0px 30px rgba(0,0,0,0.25), inset 0px -2px 2px rgba(0,0,0,0.25);
}
#btn-try .btn-btry div{
	display: block;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color:#fff;
	vertical-align: middle;
	line-height: 42px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
#btn-try .btn-btry:hover{
	background-color: #ff8855;
	-webkit-transition: 0.4s ease-out all;
     -moz-transition: 0.4s ease-out all;
     -ms-transition: 0.4s ease-out all;
     -o-transition: 0.4s ease-out all;
     transition: 0.4s ease-out all;
}


/**//**//*well-done*//**//**/
#btn-well{
	bottom: 20px;
	right: 0;
	margin-right: -7px;
	display: none;
	opacity: 0;


	width: 110px;
	/*height:104px;*/
	height: 58px;
	background-color: #fff;
	border-radius: 30px 0 0 30px;
	/*padding: 9px;*/
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-moz-	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	position: absolute;
}
#btn-well .btn-green-check{
	top: 8px;
	left: 25px;
	width: 54px;
	height: 44px;
	background: none;
	background-image: url(../img/green_check.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	border-radius: 0px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0);
-moz-	box-shadow: 0px 0px 10px rgba(0,0,0,0);
}
#btn-well .btn-bwell{
	margin: 0 9px;
	display: none;

	top:54px;
	width: 80px;
	height:42px;
	background-color: #37c8d7;
	border-radius: 21px;
	position: absolute;
	cursor: pointer;

		box-shadow: inset 0px 0px 30px rgba(0,0,0,0.25), inset 0px -2px 2px rgba(0,0,0,0.25);
-webkit-box-shadow: inset 0px 0px 30px rgba(0,0,0,0.25), inset 0px -2px 2px rgba(0,0,0,0.25);
-moz-	box-shadow: inset 0px 0px 30px rgba(0,0,0,0.25), inset 0px -2px 2px rgba(0,0,0,0.25);
}
#btn-well .btn-bwell div{

	width: 100%;
	height: 100%;
	display: block;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color:#fff;
	vertical-align: middle;
	line-height: 42px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	background-image: url(../img/well_arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#btn-well .btn-bwell:hover{
	background-color: #3fe0f2;
	-webkit-transition: 0.4s ease-out all;
     -moz-transition: 0.4s ease-out all;
     -ms-transition: 0.4s ease-out all;
     -o-transition: 0.4s ease-out all;
     transition: 0.4s ease-out all;
}
#btn-well .btn-bwell:hover >div{
	background-position: 60% 50%;

	-webkit-transition: 0.4s ease-out all;
     -moz-transition: 0.4s ease-out all;
     -ms-transition: 0.4s ease-out all;
     -o-transition: 0.4s ease-out all;
     transition: 0.4s ease-out all;
}
.btn-well-msg{
	display: none;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	right: 115px;

	/*left: -130px;*/
	/*height:42px;*/
	height: 22px;
	background-color: rgba(5,210,110,0.75);
	border-radius: 21px;
	position: absolute;
	padding: 12px 20px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-moz-	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

/**//**//*nav*//**//**/
.btn-nav{
	background-color: rgba(255,255,255,0.7);
	top: 50%;
	margin-top: -32px;
	width: 28px;
	height: 75px;
	display: inline-block;
	border-radius: 6px 0 0 6px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-moz-	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	position: absolute;
	background-image: url(../img/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.btn-nav:hover{
	background-color: rgba(255,255,255,1);
	background-position: 80% 50%;
	-webkit-transition: 0.2s ease-in all;
     -moz-transition: 0.2s ease-in all;
     -ms-transition: 0.2s ease-in all;
     -o-transition: 0.2s ease-in all;
     transition: 0.2s ease-in all;
}
#btn-nav-r{
	margin-right: -7px;
	right: 0;
}

#btn-nav-l{
	margin-left: -7px;
	left: 0;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/**//**//*audio*//**//**/

#btn-audio{
	width: 42px;
	height:32px;
	border-radius: 16px;
	background-image: url(../img/audio_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
/**//**//*?*//**//**/
#btn-help{
	width: 32px;
	height: 24px;
}
#btn-help a{
	font-size: 20px;
	line-height: 24px;
}

/**//**//*play*//**//**/
#btn-play{
	width: 145px;
	height: 145px;
	overflow: hidden;
	display: block;
	background-image: url(../img/btn_play_replay.png);
	background-size: 145px 145px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 100% 200%;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
#btn-play:hover{
	opacity:0.7;
	filter:alpha(opacity=70) 

	-webkit-transition: 0.4s ease-out all;
     -moz-transition: 0.4s ease-out all;
     -ms-transition: 0.4s ease-out all;
     -o-transition: 0.4s ease-out all;
     transition: 0.4s ease-out all;
}
/**//**//*replay*//**//**/
#btn-replay{
	width: 145px;
	height: 145px;
	background-image: url(../img/btn_play_replay.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-size: 100% 200%;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	overflow: hidden;
}

#btn-replay:hover{
	opacity:0.7;
	filter:alpha(opacity=70) 

	-webkit-transition: 0.4s ease-out all;
     -moz-transition: 0.4s ease-out all;
     -ms-transition: 0.4s ease-out all;
     -o-transition: 0.4s ease-out all;
     transition: 0.4s ease-out all;
}

/**//**//*message-yellow*//**//**/
.btn-message{
	display: none;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	right: 160px;

	padding: 10px 20px;
	color:#555;
	line-height: normal;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-moz-	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
#btn-yellow{
	display:inline-block;
	border-radius: 21px;
	background-color: rgba(255,240,180,0.75);
}
#btn-gray {
	display:inline-block;
}
#btn-gray .btn-message{
	color:#000;
	font-size: 15px;
	background-color: rgba(238,238,238,0.75);
	border-radius: 10px;
	max-width: 400px;
}
#btn-gray .btn-gray-triangle{
	width: 27px;
	height: 18px;
	margin: -18px 0 0 50px;
	position: absolute;
	z-index: 2;
	background-image: url(../img/btn_gray.png);
}

/**//**//*fraction_input*//**//**/

#btn-form .btn-fraction-line{
	width: 54px;
	height: 2px;
	background-color: #000;
}
.btn-fraction{
	margin: 5px 3px 5px 3px;
}
.fraction-input{
	display: inline-block;
}
.fraction-input .btn-fraction-line{
	width: 54px;
	height: 2px;
	background-color: #000;
}
.fraction-input input[type=text]{
	padding: 1px;
	width: 42px;
	height: 42px;
	color:#000;
	font-size: 24px;
	text-align: center;
	border-radius: 6px;
	border: solid 2px #37c8d7;
	-moz-box-shadow: inset 0px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0px 3px 3px rgba(0,0,0,0.25);
	box-shadow: inset 0px 3px 3px rgba(0,0,0,0.25);
}
.fraction-input input[type=text]:focus{
	border: solid 2px rgba(0,0,0,0);

	-moz-box-shadow: 0px 0px 16px #37c8d7;
	-webkit-box-shadow: 0px 0px 16px #37c8d7;
	box-shadow: 0px 0px 16px #37c8d7;
	outline-color: transparent;
  	outline-style: none;

  	-webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

.fraction-input .btn-fraction-up{
	background-color:#c4f6cf;
}
.fraction-input .btn-fraction-bottom{
	background-color:#ffc2bf;
}