#apPropertyDiv {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 360px;
	z-index: 99;
}
#PropertyClose i{
	height:36px;
	line-height:36px;
	font-size:20px;
}
#PropertyDivMain {
	position: absolute;
	overflow: auto;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	border-top: none;
	width: 360px;
	padding: 12px 0;
}

.apPropertyInnerDiv {
	background: #fff;
	border: 1px solid #ccc;
	margin: 12px 20px;
	border-radius: 2px;
	padding: 8px 0;
}
.apPropertyInnerDiv .col.s6{
	text-align:center;
}
.apPropertyInnerDiv img{
	width:100px;
	height:100px;
}
.Label6g {
	backGround: #eaf8ff;
	color: #1f81c1;
	padding: 2px 6px;
	margin-left: -4px;
	border-radius: 2px;
}
.Label5g {
	backGround: #cfe8f9;
	color: #1f81c1;
	padding: 2px 6px;
	margin-left: -4px;
	border-radius: 2px;
}
.Label24g {
	backGround: #64b4e8;
	color: #fff;
	padding: 2px 6px;
	margin-left: -4px;
	border-radius: 2px;
}

.centerLabel {
	text-align: center;
	font-size: 12px;
	line-height: 14px
}

nav .nav-wrapper {
	background: #eaeaea;
	border: 1px solid #ccc;
}

#apPropertyDiv nav {
	color: #5b686d;
	background-color: #778f9b;
	width: 100%;
	height: 39px;
	line-height: 39px;
}

#apPropertyDiv nav ul {
	margin: 0;
	width:100%;
}

#apPropertyDiv nav ul li {
	float: left;
	padding: 0;
}

#apPropertyDiv nav ul li.active {
	background-color: #f6f6f6;
	opacity: 1;
}

#apPropertyDiv nav ul a {
	transition: background-color .3s;
	font-size: 14px;
	color: #5b686d;
	display: block;
	padding: 0 15px;
	cursor: pointer;
}

#apPropertyDiv nav ul li.active a {
	opacity: 1;
}

#apPropertyDivMain input[type=text] {
	margin: 0;
	height: 25px;
}

#apPropertyDivMain>div label {
	font-size: 15px;
	float: right;
	color: #5b686d;
}
#apPropertyDivMain .input-field{
	margin-top:0;
}
#apPropertyDivMain .baseinfo .row,#apPropertyDivMain .apPropertyInnerDiv .row
	{
	margin-bottom: 15px;
}

#apPropertyDivMain .input-field label {
	top: -0.4rem;
}

#apPropertyDivMain .input-field label.active {
	font-size: 0.8rem;
	top: -0.2rem;
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
}

#apPropertyDivMain input[type=range] {
	margin: 10px 0;
}

#apPropertyDivMain .select-wrapper input.select-dropdown {
	margin: 0;
	height: 25px;
	width: 150px;
	padding-left: 8px;
}

#apPropertyDivMain .switch label .lever {
	margin-left: 0;
}

#apPropertyDivMain .select-wrapper {
	height: 32px;
}

#apPropertyDivMain .dropdown-content {
	max-height: 240px;
}

#apPropertyDivMain .dropdown-content li {
	min-height: 32px;
	line-height: 32px;
}

#apPropertyDivMain .dropdown-content li>span {
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	font-size: 15px;
}

.atdel a {
	font-size: 18px;
	
	color: #778f9b;
}

.atdel a:hover {
	color: #ced7db;
}

.atsel {
	height: 32px;
	width: 100%;
	border: 1px solid #ced7db;
}

.atsel:hover {
	border: 1px solid #778f9b
}

.atsel a {
	color: #ced7db;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	padding: 0 8px;
	display:block;
	width:224px;
}
.atsel.mobilep a{
	width:auto;
}

.atsel a i {
	line-height: 32px;
	float:right;
}

.atsel .dropdown-content {
	width: 255px;
	border: 1px solid #ced7db;
}

.atsel .dropdown-content:hover {
	border: 1px solid #778f9b
}

.atsel .dropdown-content .row {
	margin: 8px;
	border: 1px solid #ced7db;
	padding: 4px 0;
}
#AntennaProperty_mobile{
	top:180px;
	left:80px;
}
#AntennaProperty_mobile .row{
	margin: 8px;
	border: 1px solid #ced7db;
	padding: 4px 0;
}
#AntennaProperty_mobile .collection{
	border: 1px solid #ced7db;
	width:276px;
}
#AntennaProperty_mobile img{
	width:80px;
}
#antenna24_0,#antenna5_0 {
	padding: 8px 0;
	margin-top: -8px;
}

input[type=range]+.thumb {
	background-color: #778f9b;
}

input[type=range]+.thumb .value {
	color: #778f9b;
}

input[type=range]::-webkit-slider-thumb {
	background-color: #778f9b;
}

input[type=range]::-moz-range-thumb {
	background: #778f9b;
}

input[type=range]::-ms-thumb {
	background: #778f9b;
}

.deleteTip {
	background: #fff3f3 !important;
	display: none;
	padding: 0 0;
	text-align: center;
	margin-bottom:0 !important;
}

 .deleteTip .btn {
	background: rgba(255, 255, 255, 0.6) !important;
	filter: Alpha(opacity = 60);
	background: #ffffff;
	color: #f34235;
	font-weight: bold;
}

.deleteTip .btn:hover {
	background: #ffffff !important;
	color: #f34235;
	opacity: 1;
	border: none;
}

.deleteTip .btn.btn-flat {
	background: transparent !important;
	font-weight: normal;
}

.deleteTip .btn.btn-flat:hover {
	text-decoration: underline;
	background: transparent !important;
	color: #f34235;
}

.deleteTip p {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #f34235 !important;
	text-align: center;
} 