#uzdevumi {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	overflow: hidden;
	width: 730px;
	height: 424px;
	background: url("img/bg_game.jpg") no-repeat;
}

#uzdevumi.sectIndex {
	background: url("img/bg_start.jpg") no-repeat;
}

#uzdevumi .checkboxesCont {
	margin: 0 auto;
	width: 200px;
}
#uzdevumi .checkboxesCont .item {
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	color: #5b2f52;
	background: url("img/cb.png") no-repeat 0 5px;
	display: inline-block;
	padding-left: 32px;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
}
#uzdevumi .checkboxesCont .item.checked {
	background: url("img/cb_c.png") no-repeat;
}

#uzdevumi .btn_rules {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url("img/btn_rules.png") no-repeat;
	width: 135px;
	height: 32px;
	cursor: pointer;
	text-decoration: none;
}

#uzdevumi.sectGame .logo {
	margin: 20px auto 0;
}

#uzdevumi .logo {
	position: relative;
	width: 169px;
	height: 67px;
	/*display: inline-block;*/
	background: url("img/logo.png") no-repeat;
	margin: 30px auto 0;
}

#uzdevumi .intro_text {
	position: relative;
	width: 353px;
	height: 134px;
	background: url("img/intro_text.png") no-repeat;
	margin: 5px auto;
}

#uzdevumi .intro_desc {
	color: #236124;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

#uzdevumi .btn_start {
	position: relative;
	display: block;
	width: 376px;
	height: 60px;
	background: url("img/btn_play.png") no-repeat;
	margin: 20px auto 15px;
}

#uzdevumi .weekCont {
	margin: 12px 20px 0 30px;
}

#uzdevumi .week {
	position: relative;
	display: inline-block;
	width: 100px;
	text-decoration: none;
	margin-right: 10px;
}

#uzdevumi .week:hover {
	opacity: .9;
}

#uzdevumi .week img {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}

#uzdevumi .week .btn_week {
	position: relative;
	background: url("img/week_back.png") no-repeat;
	width: 96px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
}

#uzdevumi .week.active .btn_week {
	color: #71165f;
	background: url("img/week_back_open.png") no-repeat;
}

#uzdevumi .week.active.closed .btn_week {
	color: #fff;
}


#uzdevumi .week.closed .btn_week {
	opacity: .5;
	background: url("img/week_back.png") no-repeat;
}

#uzdevumi .checkboxesCont.pb {
	position: absolute;
	bottom: 40px;
	left: 285px;
}

#uzdevumi .gameCont {
	margin: 20px;
}

#uzdevumi .gameCont .task {
	height: 35px;
	color: #444836;
	font-size: 14px;
	font-weight: bold;
	padding-left: 35px;
	margin-bottom: 3px;
	vertical-align: bottom;
	line-height: 35px;
	background: url("img/cbl.png") no-repeat 0 2px;
}

#uzdevumi .gameCont .task a {
	text-decoration: none;
}

#uzdevumi .gameCont .task span {
	height: 20px;
	border-radius: 10px;
	background: #f0932b;
	color: #fff;
	line-height: 20px;
	vertical-align: middle;
	font-size: 12px;
	min-width: 91px;
	font-weight: normal;
	margin-left: 6px;
	padding: 0 10px;
	text-decoration: none;
}

#uzdevumi .gameCont .task.completed {
	background: url("img/cbl_c.png") no-repeat 0 1px;
}

#uzdevumi .rules {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background: #97b63b;
	background: rgba(151, 182, 59, .95);
	padding: 40px;
	color: #fff;
	min-height: 424px;
	box-sizing: border-box;
}

#uzdevumi .rules .rclose {
	position: absolute;
	top: 15px;
	right: 15px;
	padding-right: 20px;
	background: url("img/icon-close.png") no-repeat;
	background-position: right;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

#uzdevumi .rtxt {
	font-size: 13px;
}

#uzdevumi .rtxt span {
	font-size: 22px;
	font-weight: bold;
}

#uzdevumi #pogaTime {
	position: absolute;
	top: 300px;
	right: 185px;
	font-size: 18px;
	color: #444836;
	font-weight: bold;
}

#uzdevumi #rec {
	position: absolute;
	top: 365px;
	right: 20px;
}