#participantData {
	margin: 10px 0;
	text-align: center;
}

#sendLettersForm input[type="text"]{
	display: inline-block;
	margin-top: 5px;
	border: 1px solid #CCC;
	padding: 5px;
	color: #333;
	outline: 0;
	background: transparent;
	font-size: 100%;
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	border-radius: 3px;
	box-sizing: border-box;
	width: 200px;
}

#sendLettersForm tr td:first-child input {
	width: 150px;
}

#step_2 ul.droppable {
	list-style: none;
	margin: 0;
	padding: 22px 0 50px;
	-moz-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#step_2 ul.droppable li {
	position: relative;
	display: inline-block;
	height: 100px;
	margin: 0 46px;
	width: 100px;
	background: url(./img/drag.png) no-repeat 11px center;
	vertical-align: top;
	-moz-box-shadow: inset 0 0 0 2px rgba(136,136,136,0.2);
	-webkit-box-shadow: inset 0 0 0 2px rgba(136,136,136,0.2);
	box-shadow: inset 0 0 0 2px rgba(136,136,136,0.2);
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
}

@media (max-width: 568px) {
	#step_2 ul.droppable li {
		margin: 0 auto;
	}
}

#step_2 ul.droppable li:last-child {
	margin-right: 0;
}

#step_2 ul.droppable li .close {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 2px;
	right: 2px;
	background: #798187 url(./img/icon_cross.png) no-repeat center center;
	border-radius: 100%;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
}

#step_2 ul.droppable li.filled .close {
	display: block;
}

#step_2 ul.droppable li .close:hover{
	background-color: #4e5356
}

#step_2 ul.droppable li.filled:hover .close {
	opacity: 1;
}

#step_2 ul.draggable {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#step_2 ul.draggable li {
	position: relative;
	display: inline-block;
	width: 276px;
	height: 205px;
	margin: 0 0 15px;
	vertical-align: top;
	text-align: center;
}

#step_2 ul.draggable li div {
	position: relative;
	display: inline-block;
	height: 160px;
	width: 160px;
	cursor: pointer;
	z-index: 7;
}

#step_2 ul.draggable li div img {
	position: relative;
	border: 1px solid transparent;
	border-radius: 2px;
	-moz-transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
}

#step_2 .prize img {
	width: 100%;
	height: 100%;
}

#step_2 ul.draggable li figure {
	position: absolute;
	top: 0;
	left: 58px;
	height: 160px;
	width: 160px;
	background: #fff;
	z-index: 1;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	display: block;
	margin-top: 0;margin-right: 0;
}

#step_2 ul.draggable li figure img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
	width: 100%;
	height: 100%;
}

#step_2 ul.draggable li span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
}

#step_2 ul.droppable li .prize {
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 2px;
	opacity: 1;
	height: 100%;
	width: 100%;
}

#step_2 ul.droppable li span {
	position: absolute;
	bottom: -36px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 767px) {
	#step_2 ul.droppable li span {
		display: -webkit-box;
		left: 100%;
		bottom: -43px;
		width: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

#submitPrizes.disabled,
#submitPrizes.disabled:hover {
cursor: default;
background-position: 0px -186px;
opacity: 0.5;
}

.winError {
width: fit-content;
margin-top: 5px;
color: red;
text-align: center;
}

.redBorder {
border-color: red !important;
}

#submitPrizes {
margin: 5px auto;
}

.lettersBlock {
background: white !important;
}

.lettersBlock .ui-dialog-titlebar {
display: none;
}

#sendLettersForm table {
width: 100%;
border-spacing: 5px;
border-collapse: separate;
margin: 10px 0;
}

#participantData {
text-align: center;
margin: 5px 0;
}

.lettersBlock .ui-dialog-buttonpane {
text-align: center;
}

.lettersBlock .ui-dialog-buttonpane .ui-dialog-buttonset {
float: none !important;
}

.progress {
width: 280px;
height: 72px;
position: relative;
margin: 0 auto;
font-size: 12px;
display: block;
margin-bottom: 20px;
}

.progress hr {
background: #003C71;
border: 0;
position: absolute;
top: 31px;
left: 0;
height: 4px;
width: 100%;
}

.progress figure {
position: absolute;
width: 51px;
height: 51px;
text-align: center;
color: #003C71;
background: url(./img/progress_icons.png) no-repeat left top;
}

.progress figure.first {
background-position: 0px -52px;
left: -90px;
}

.progress figure.first.active {
background-position: 0px -52px;
left: -90px;
}

.progress figure.first.done {
background-position: 0 0;
}

.progress figure figcaption {
position: absolute;
bottom: -24px;
left: 50%;
width: 200px;
margin-left: -100px;
}

.progress figure.middle {
background-position: -141px 0px;
left: 50%;
margin-left: -25px;
}

.progress figure.middle.active{
background-position:-141px -52px;
}

.progress figure.last {
background-position: -279px 0px;
right: -90px;
}

.progress figure.last.active {
background-position: -279px -52px;
}

#lettersForm {
padding-top: 10px;
}

.control-label {
text-align: left !important;
padding-left: 0;
}

.win-page .error:after {
content: none;
}

.form-group {
text-align: left;
}
