/* column view container */
.column-view-container {
	width: 100%;
	padding: 0;
	background: #FFF;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	/*position: fixed;*/
}

/* the composition div for colums */
.column-view-composition {
	position: relative;
	top: 0px;
	display: table;
}

.columninfo {
	table-layout: fixed;
	width: 320px;
    overflow: hidden;
}

/**/
.column {
	display: table-cell;
	border-right: 1px solid #999;
	min-width: 290px;
}

.column:last-child {
	border-right: 1px dotted #ccc;
}

.column:only-child {
	border-right: 1px solid #999;
}

/* for error messages */
.column > table {
	position: absolute;
	top: 0px;
	padding-top: 6px;
	width: 320px;
}

.column > table.emptydir {
	width: 290px;
}

.column.infobox {
	background: #f8f8f8;
	border-right: 1px solid #999;
	width: 330px;
	min-width: 330px;
}

.metahdr {
	color: #666;
}

/* for column listing */
.column ul {
	margin: 0;
	padding: 0;
	width: 290px;
	overflow-y: auto;
	list-style: none;
	margin-top: 0px;
	white-space: nowrap;
}

.column.dragtarget {
	background-color: #fafafa;
	background-image: url('../images/dragtarget.png');
	background-repeat:no-repeat;
	background-position:center;
}

.column ul li {
	position: relative;
	margin: 0;
	padding: 3px 10px 1px 5px;
	overflow: hidden;
	-o-text-overflow: ellipsis; /* pour Opera 9 */
	text-overflow: ellipsis; /* pour le reste du monde */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.column ul li.clickable:hover {
	cursor: pointer;
}

.column ul li.clickable i {
	position: absolute;
	top: 2px;
	right: 5px;
	font-style: normal;
}

.column ul li.clickable img {
	float: left;
	margin-top: -1px;
	margin-bottom: 1px;
	margin-left: 2px;
	margin-right: 8px;
}

.column ul li.clickable:hover {
	background: #EEEEEE;
	color: #444444;
}

.columninfo h1 {
	float: left;
	font-family: "Helvetica Neue Light", sans-serif;
	font-size: 24px;
	margin-left: -4px;
	color: #bbb;
	width: 290px;
	text-align: center;
	text-shadow: 0px 1px -1px #4d4d4d;
	font-variant:small-caps;
}

.columninfo p {
	float: left;
	padding: 0px;
	/*padding: 10px;*/
	color: #bbb;
	margin-left: -4px;
	width: 290px;
	font-size: 14px;
	text-align: center;
	width: 290px;
}

.column ul li.clickable.active {
	background: #e5e6e8;
	color: #444444;
}
.column ul li.clickable.active.rightmost {
	background: #598198;
	color: #FFFFFF;
}

#objectstore-columns:focus .column ul li.clickable.active {
	background: #dce0e8;
}

#objectstore-columns:focus .column ul li.clickable.active.rightmost {
	background: #1a6a98;
}

.column ul li.clickable:hover a, .column ul li.active a {
	color: #FFFFFF;
}

.column ul li.search {
	margin: 0;
	padding: 5px;
}

.column ul li.search input {
	width: 100%;
	margin: 0;
}


/* icon type, could be replace with FontAwesome */
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

.icon-chevron-right {
	background-position: -456px -72px;
}

.icon-globe {
	background-position: -336px -144px;
}

.icon-file {
	background-position: -23px -24px;
}
