/* uploader
 --------------------------------------------------------------------------------------- */
#ubpfattach-message,
#ubpfattach-list,
#ubpfattach-process{ display: none;}

#ubpfattach-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}
#ubpfattach-button span {
  color: #0086b3;
  border-bottom: 1px dotted;
}

#ubpfattach-button:hover span { 
	border-color: #333;
	color: #111;
}
#ubpfattach-button input {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	padding: 100px !important;
	font-size: 100px !important;
	cursor: pointer;
}

#ubpfattach-process img { vertical-align: middle; margin-top: -3px; }

#ubpfattach-info {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999;
	vertical-align: top;
	display: inline-block;
	line-height: 24px;
	
}
#ubpfattach-info strong{
	color: #333;
	font-weight: normal !important;
}

#ubpfattach-message {
	background: lightYellow;
	border: 1px solid #E3E4E5;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 15px 0;
}
#ubpfattach-message.err {
	border:none;
	background: #E41717;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 4px;
}

#ubpfattach-target, 
#ubpfattach-form { width: 0; height: 0; visibility: hidden; position: absolute;}

/* filelist
 --------------------------------------------------------------------------------------- */ 
table.ubpfattach-filelist {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	clear: both;
	position: relative;
	width: auto !important;
	margin: 15px 0 !important;
	border: 1px solid #ddd !important;
	background: #fdfdfd;
}


table.ubpfattach-filelist td {
	line-height: 1.5;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 6px 8px !important;
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	vertical-align: middle !important;
}
/*table.ubpfattach-filelist tr.even td {
	background: #f8f8f8 !important;
} */
table.ubpfattach-filelist td a {
	color: #666;
	text-decoration: none;
}
table.ubpfattach-filelist td a:hover {
	text-decoration: underline;
}
table.ubpfattach-filelist td.links {
	padding-left: 50px !important;
	text-align: right;
}

@media only screen and (max-width: 480px) {
table.ubpfattach-filelist td.links {
	padding-left: 10px !important;
	text-align: right;
}
div.admin-links {
  position: static!important;
}
}

@media only screen and (max-width: 768px) {
ul#topic-post-list li div.post-content {
  margin-left: 0px!important;
}
}
}

table.ubpfattach-filelist.processing td.links a{
	visibility: hidden;
}
table.ubpfattach-filelist .pipe {
	color: #ccc;
}
table.ubpfattach-filelist td.thumb {
	padding: 0 !important;
	position: relative;
	width: 25px;
}
table.ubpfattach-filelist td.thumb.empty {
	width: 0;	
}
table.ubpfattach-filelist a img.thumb {
	width: 25px !important;
	height: 25px !important;
	max-width: none !important;
	max-height: none !important;
	margin: 2px;
}

table.ubpfattach-filelist a.doc img.thumb {
	width: 16px !important;
	height: 16px !important;
	max-width: none !important;
	max-height: none !important;
	margin: 6px 6px 7px 7px;
}

.forum .post-content img {
  max-width: 100%;
}

.forum .post-content a.thumb {
  padding-left: 20px;
  margin-bottom: 3px;
  display: block;
}

.forum .forum-attach {
  clear: both;
  border: 1px dashed #ccc;
  padding: 10px 10px;
}

.forum #post-topic-reply {
  margin: 0 0 20px 75px;
}

.forum .standard-form .submit {
  margin-left: 75px;
}

#forum-user-avatar {
  padding-left: 10px;
  position: absolute;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {

.forum #post-topic-reply {
  margin: 0 0 20px 0px;
}

.forum .standard-form .submit {
  margin-left: 0px;
}

#forum-user-avatar {
  padding-left: 10px;
  position: static;
}
}

.forum .standard-form textarea {
  min-height: 200px;
  width: 100%;
}