/* -- ITEMMANAGEMENT -- */

body {
	margin: 60px 20px;
}

.btn-link i {
	margin-right: 5px;
}

.attribute,.image-upload {
    display:none;
}

.image-upload li {
	padding: 10px 0 0 180px;
	border-bottom: 1px solid #eee;
}
.image-upload li:first-child {
	padding-top: 0;
}
.image-upload li.new {
	padding-top: 0;
	padding-left: 170px;
	border: none;
}
.image-upload li input {
	line-height: 1;
}

#images {
	margin-bottom: 10px;
	padding-left: 180px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#items form,#images form {
    display: inline-block;
    margin: 0;
}

#search {
	position: relative;
}
#search .show-all {
	position: absolute;
	bottom: -25px;
	left: 12px;
	font-size: 12px;
	color: #999;
}
#search .show-all:hover {
	color: #777;
}
#search .show-all i {
	margin: 0 3px 0 0;
	opacity: 0.5;
}

/* ITEMS */

#items {
    clear: both;
    margin-bottom: 20px;
}
#items > li {
	box-sizing: border-box;
    position: relative;
    min-height: 71px;
    margin: 0;
    padding: 10px 0;
    line-height: 20px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}
#items .details, #items .controls {
	clear: both;
}

/* Controls */

#items li .controls {
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: hidden;
	font-size: 12px;
	background: #fff;
}
#items li:hover .controls { visibility: visible; }

/* Item Details */

#items .brand, #items .model {
	font-size: 18px;
	font-weight: bold;
}
#items .brand {
	text-transform: uppercase;
}
#items .image {
	text-align: right;
}

.no-items {
    margin-top: 10px;
    clear: right;
}

.form-horizontal h3 {
	margin: 20px 0;
	font-size: 20px;
	font-weight: 300;
	border-bottom: 1px solid #eee;
}