.dd-content {
	position: absolute;
	right: 0px;
	background: rgb(40, 110, 137);
	padding: 0px 0px;
	min-width: 155px;
	display: none;
	z-index: 111;
	width: 100%;
	overflow: hidden;
	top: 52px;
}
.dd-content li {
	display: block;
}
.dd-content li a {
	display: block;
	color: #fff;
	border-bottom: 1px solid #747474;
	padding: 15px 0px;
}
.dd-content.table li {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	padding: 10px;
}
.dd-content.table li div {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.dd-content.table li .close-btn {
	position: absolute;
	right: 15px;
	width: 20px;
	height: 20px;
	background: red;
	padding: 0;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	margin-top: 0px;
}
.dd-content.table li .add-room {
	display: block;
}
.add-room-btn {
	background: #d83a3a;
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.dd-content.table li .add-room-row {
	display: block;
	padding: 8px 0px 0px 0px;
}
.dd-content.table li .add-room-row span {
	display: inline-block;
	width: 66px;
	vertical-align: middle;
}
.dd-content.table li .add-room-row span.right {
	width: 85px;
}
.dd-content.table li .add-room-row span select {
	background: transparent;
	color: #b3b3b3;
	width: 100%;
	height: 24px;
	border: 1px solid #fff;
}
.dd-content.table li .add-room-btn {
	border: 1px solid #8a0a08;
	padding: 7px 5px;
	background: #c90501;
	border-radius: 4px;
	text-align: center;
	margin-top: 15px;
}
.dd-content.table li .add-room-row span a {
	display: inline-block;
	width: 27px;
	border: 1px solid #fff;
	height: 24px;
	padding: 0;
	text-align: center;
	line-height: 24px;
	margin-left: -1px;
}
.dd-content.table li span {
	display: inline-block;
	width: 64px;
}
.dd-content.table .input-text {
	background: transparent;
	border: 1px solid #fff;
	width: 65px;
	padding: 4px 10px;
	border-radius: 0px;
	color: #fff;
}
.dd-content.table li .room_list {
	display: block;
	margin-bottom: 20px;
}
.baner_form_outer .select{
	width: 100%;
    height: 52px;
    background: #fff url(/img/reseller_templates/empire/select_drop_arrow.png) 93% center no-repeat;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    float: left;
    color: #9f9fb5;
    border-radius: 5px;	
	line-height: 52px;
}
