.limitImg{
	text-align:center;
    width: 28.5px;
    height: 28.5px;
	background-color: transparent;
	background-repeat:no-repeat;
	background-size: cover;
	cursor:pointer;
	float:left;
	margin-right:30px;
	display:inline-block;
	background-size: 10px;
	background-position:center;
	padding:0;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1.42857;
	border: 1px solid transparent;
    border-radius: 4px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.limitImg:active{background-color:#343434}

.limitImgAdd{background-color:#F9A630;}
.limitImgRemove{background-color:#343434;}

.applicationButtons{float:right; margin-right:5px; clear:both; margin-top: 15px;}
.applicationButtons ul, .applicationButtons li{display:inline; font-size:80%;}

.appBtn{
	line-height: 1.42857;
	white-space: nowrap;
    vertical-align: middle;
	display:inline;
	font-size:11px;
	color:white;
	width:70px;
	padding:6px 10px;
	cursor:pointer;
    border: 1px solid transparent;

}

.btn-cancel{
	right:20px;
	bottom:10px;
	position:absolute;
	padding:10px;
	width:70px;
	background:#ac00d5;
	font-size:12px;
	cursor:pointer;
}

.btn-del{
	left:20px;
	bottom:10px;
	position:absolute;
	padding:10px;
	width:70px;
	background:#343434;
	font-size:12px;
	cursor:pointer;
}

.appBtn:active, .btn-del:active, .btn-cancel:active{background-color:#343434}

.appBtnDisable{color:#fff;background:#ac00d5;}
.appBtnDisable:hover{background:#550168;}

.appBtnEnable{background:#ac00d5;}

.photoButton{float:right;margin-right:5px;}

.deletePhoto{background:#343434}
.downloadPhoto{background:#5E5E5E; width:50px}
.sharePhoto{background:#7299D0; width:35px}

.deletePhoto:active, .downloadPhoto:active, .sharePhoto:active{background-color:#343434}

.urlButtons{position:absolute; text-align:center; right:0; top:10px}
.urlButtons:active{opacity:1}

.settingsSaveButton{margin-left:26px;background:#ac00d5;padding:8px;width:auto;float:left;}
.settingsSaveButton:hover{background:#550168;}


.geoButtons{
	padding:5px;
	color:white;
	cursor:pointer;
	font-size:15px;
	margin:12px auto;
	width:80%;
	text-align:center;
}

.list-selected{
	background-color: #cccccc;
}
