
/**
 * Uploader
 */
#sdna-ft-upload-dropzone {
    border: 3px dashed #61bdba;
    padding: 50px 3px;
    text-align: center;
    background: #f7f7f7;
    margin-bottom: 50px;
}

#sdna-ft-upload-dropzone .sdna-item {
	float: left;
	margin-right: 20px;	
	border: 1px solid #61bdba;
}

#sdna-ft-upload-dropzone p , #sdna-ft-upload-dropzone img {
    margin: 0;
}


#sdna-ft-upload-dropzone .infos {
	font-size: 48px;
	color: #547c83;
	font-family: 'BrandonGrotesque-Bold';
	line-height: 57px;
	margin-top: 10px;
}


#sdna-ft-upload-dropzone .formats {
	padding-top: 25px;
	color: #547c83;
}



#sdna-ft-upload-dropzone img {
    margin-bottom: 2px;
}

#sdna-ft-upload-filelist
{
	margin-bottom: 20px;
}

#sdna-ft-upload-filelist img {
    /*border: 1px solid #ccc;*/
    /*padding: 5px;*/
    /*border-radius: 5px;*/
    margin: 3px 3px 5px;
}

#sdna-ft-upload-filelist .button {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.upload-error-message {
    color: red;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    font-family: sans-serif;
}
.upload-error-message .close {
    padding: 2px 4px;
    border: 1px #808080 solid;
    cursor: pointer;
}

#sdna-ft-upload-filelist .img {
	float:left;
	width: 200px;
}

#sdna-ft-upload-filelist .exif {
	float: left;
	width: calc(100% - 200px);
}

#sdna-ft-upload-filelist .exif dl
{
	margin: 0;
}

#sdna-ft-upload-filelist .exif dt
{
	float: left;
	width: 170px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

#sdna-ft-upload-filelist .exif dd
{
    margin-left: 190px;
}

#addMapCanvas
{
	height: 300px;
	width: 100%;
}

#mapFields
{
	margin-bottom: 15px;
}

#geoCoords
{
	margin-top: 13px;
}

#geoCoords .label
{
	font-weight: bold;
}

#mapFields strong
{
	font-weight: bold;
}

#mapFields .label
{
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

#geoCoords #lat, #geoCoords #lng
{
	
}

.wpuf-post-form input[type="text"].location
{
	/*
	width: 200px;
	margin-right: 15px;
	*/
	
	
	
}

.wpuf-post-form input[type="text"].location::-webkit-input-placeholder { color:#999; opacity: 1; }
.wpuf-post-form input[type="text"].location::-moz-placeholder { color:#999; opacity: 1; } 
.wpuf-post-form input[type="text"].location:-ms-input-placeholder { color:#999; opacity: 1; }
.wpuf-post-form input[type="text"].location:-moz-placeholder { color:#999; opacity: 1; }