#priority_bg {
	background-image: url("../assets/priorities/bg_catagory.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 420px;
	top: 0px;
	position: relative;
}

#activity_drag {
	/*width:100%;
	height:100%;*/
}

#priority_title_div {
	background-image: url("../assets/priorities/bg_final_q.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 82px;
    margin: 0 auto;
    position: relative;
    top: 65px;
    width: 100%
}

#priority_title_text {
	position:relative;
	line-height: 25px;
	text-align: center;
	font-size: 29px;
	top: 22px;
}

#priority_title_text.min_font {
	position:relative;
	line-height: 25px;
	text-align: center;
	font-size: 18px;
	top:20px;
}

.drag_card {
	position:absolute;
	cursor:pointer;
	visibility:visible;
}

.drag_card.selected {
	opacity:.5;
}

.hide_card {
	visibility:hidden;
}

.slot {

	cursor:pointer;
	width: 30px;
	height: 30px;
	position:absolute;
	font-size: 34px;
	text-align: center;
	background-color: rgba(255, 0, 0, 0);
	color: #d31e40;
	z-index: 2;
}

.card_1 {
	width:122px;
	height:126px;
	background-image:url('../assets/priorities/note1.png');
		/*left: 33%;*/
	left: 267px;
	top: 160px;
}

.card_2 {
	width:106px;
	height:110px;
	background-image:url('../assets/priorities/note2.png');
	/*	left: 44%;*/
	left: 355px;
	top: 150px;
}

.card_3 {
	width:110px;
	height:118px;
	background-image:url('../assets/priorities/note3.png');
	/*left: 55%;*/
	left: 440px;
	top: 160px;
	position: absolute;
}

.slot_1 {
	top: 119px;
	/*left: 20%;*/
}

.slot_2 {
	top: 186px;
	/*left: 42%;*/
}

.slot_3 {
	top: 255px;
	/*left: 64%;*/
}

.slot_right {
	right: 440px;
}

.slot_left {
	left: 535px;
}

.slot_right_iphone {
	right: 314px;
}

.slot_right_ipad {
	right: 326px;
}


/*.slot_right_android {
	right: 314px;
}*/

.slot_left_iphone {
	left: 413px;
}

.slot_left_ipad {
	left: 423px;
}

/*.slot_left_android {
	left: 413px;
}*/

.arrow {
	background-position: 173px;
}

.priority_title {
	text-align: center;
	font-size: 30px;
	color: white;
	top: 75px;
	position: relative;
}

.priority_title.min_font {
	font-size: 23px;
}


#priority_next_button_container
{
	z-index: 5;
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}

#priority_next_button_container img.btn
{
	margin-right: 20px;
}

#priority_slots_container 
{
	width: 800px;
	/*height: 480px;*/
	display: block;
	position: absolute;
	top: -10px;
}

#priority_cards_container {
	width: 800px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0px;
}
