/*
 * IMPORTANT:
 * + The ORDER of the styles in this file matters in terms of precedence.
 * + use !important at the end of value to override inline styles
 */

/** Explorer based styles **/
ul.eflpro_thumbs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 5px;
	padding: 0px;
}

ul.eflpro_thumbs > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

li.thumb {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	height: 100px;
	width: 80px;
	text-align: center;
	display: block;
	padding: 4px;
	line-height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

li.thumb input[type="checkbox"] {
	margin-top: 1px;
	margin-bottom: 2px;
	height: 12px;
	width: 12px;
}

li.clear {
	display: block;
	clear: both;
}

.thumb-icon {
	height: 50px;
}

.thumb-folder {
	height: 50px;
	margin-top: 15px;
}

.thumb-name {
	font-size: 11px;
}

.thumb-post {
	font-size: 11px;
}

.thumb-message {
	font-size: 10px;
	height: 34px; /* 18 + 16 = 34px */
	overflow: hidden;
}
