/*
BIOTRONIK
Developed by netpeople.hu
info@netpeople.hu
http://netpeople.hu
All rights reserved.
(c) 2012
*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	list-style: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	font: normal 14px "Trebuchet MS", Helvetica, sans-serif;
	color: #3e3e3e;
	text-align: center;
	overflow: hidden;
	overflow-y: scroll;
}

i, em { font-style: italic; }
b, strong { font-weight: bold; }

.phone-wrapper {
	width: 480px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}

.wrapper { 
	width: 100%;
	float: left;
	margin: 30px 0;
}

/* Header section */
#header {
	width: 100%;
	float: left;
}

#header .logo {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	margin: 0 0 15px 0;
}

/* Main content */
#main {
	width: 100%;
	float: left;
}

#main h4 {
	width: 100%;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0;
	padding: 10px;
	background: #055d88;
	border-radius: 3px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	box-shadow: inset 0 0 1em #052640;
	line-height: 22px;
}

.submit-button {
	display: inline-block;
	font: bold 1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin: 20px auto;
	padding: 15px 40px;
	background: #75af1e;
	border: none;
	border-radius: 3px;
	box-shadow: inset 1px 1px rgba(255, 255, 255, .9);
	text-shadow: 1px 1px rgba(0, 0, 0, .2);
	cursor: pointer;
	-webkit-appearance: none;
}

p.welcome {
	width: 100%;
	float: left;
	color: #111 !important;
	font-size: .9em !important;
	line-height: 1.8em !important;
	margin: 30px 0 0 0;
	text-align: left;
}

p.welcome b {
	font-size: 1.4em;
}

p.welcome a {
	padding-left: 10px;
	color: #000000;
	text-decoration: underline;
	font-size: 1.2em;
	float: right;
}

.alert {
	width: 100%;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin: 5px 0;
}

.alert.red { color: #c11d1d; }
.alert.green { color: #7b9f00; }

/* Login screen */
#login, #loginPoints {
	width: 100%;
	float: left;
	margin: 10px 0;
}

#login p, #loginPoints p {
	width: 100%;
	float: left;
	margin: 10px 0;
}

#login p label, #loginPoints p label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
	color: #055e89;
}

#login .login-input, #loginPoints .login-input {
	width: 100%;
	float: left;
	font: normal 18px "Trebuchet MS", Helvetica, sans-serif;
	color: #444;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 5px 0;
	text-align: center;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
}

/* Product box */
.product-header {
	width: 100%;
	/*min-height: 100px;*/
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0;
	padding-top: 10px;
	text-align: center;
	/*background: url(img/qr.png) top center no-repeat;*/
}

.product-header h1 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	color: #055e89;
}

/* Questions about the product */
.questions,
.questions article,
.questions article ul {
	width: 100%;
	float: left;
}

.questions article span.no {
	width: 100%;
	float: left;
	font-size: 1.3em;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 15px 0 5px 0;
	color: #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.questions article p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}

.questions article ul li {
	margin: 3% 0;
	display: block;
}

.questions article ul li select {
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.questions .range-slider {
	width: 100%;
	float: left;
	position: relative;
	margin: 20px 0 80px 0;
}

.questions .range-slider .measure {
	position: absolute;
	bottom: -35px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.questions .range-slider .measure.negative { left: 0; color: #ae2525; }
.questions .range-slider .measure.positive { right: 0; color: #639003; }

.questions .ui-slider-handle {
	width: 38px !important;
	height: 36px !important;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold !important;
	color: #fff !important;
	text-align: center;
	margin-top: -0.5em !important;
	background: #055e89 !important;
	cursor: pointer !important;
	outline: none;
}

.questions .range-select {
	width: 60px;
	position: absolute;
	top: -30px;
	right: 0;
}

/* Activity */
#activity p {
	width: 100%;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #055e89;
	margin: 10px 0;
}

#activity table {
	width: 100%;
	float: left;
	margin: 15px 0;
	border-collapse: collapse;
}

#activity table th {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background: #055e89;
	color: #fff;
	vertical-align: middle;
}

#activity table td {
	border-bottom: 1px solid #e1e1e1;
	padding: 12px 5px;
	vertical-align: middle;
}

/* Media queries */
@media only screen and (max-width: 480px) {
	.phone-wrapper { width: 400px !important; }
	#header .logo img { width: 90% !important; }
}

@media only screen and (max-width: 320px) {
	.phone-wrapper { width: 300px !important; }
	#header .logo img { width: 90% !important; }
	.product-header h1 { font-size: 18px !important; }
}

.smallbtn {
	font-size: 16px;
	padding: 5px 30px;
}

.resultTable {
	width: 600px;
}

.resultTable td {
	text-align: left;
	padding: 5px;
	border: #cacaca 1px solid;
}