

/* fil d'ariane */
#controls{

	height: 35px;
	width: 100%;
	padding:0;
    margin:0;
	-moz-box-shadow: 0px 2px 2px 0px #656565;
	-webkit-box-shadow: 0px 2px2px 0px #656565;
	-o-box-shadow: 0px 2px 2px 0px #656565;
	box-shadow: 0px 2px 2px 0px #656565;

	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	
}

ul.ariane
{
	list-style:none;
	left:10px;
	position:absolute;
	font-size:11px;
}
ul.ariane li.racine
{
	
	
}


ul.ariane li.item
{
	float: left;
	display: block;
	background: url("../images/immocloud/breadcrumb.png") no-repeat right 0;
	padding: .75em 1.5em 0 1em;
	height: 35px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
	font-size:11px !important;
}
li.item a
{	
	font-size:11px !important;
}
ul.ariane li.current
{
	background: none;
	padding-right: 5px;
}
ul.ariane li.current a,
ul.ariane li.current a:hover,
li.item a:hover,
li.item 
{
	/* font-weight: bold ; */
	font-size:11px !important;
}

.browse,
.item {cursor:pointer;}

/* divers */
.public
{
	color:#a00;
}

.progressText
{
	width:100%;margin:5px auto 0 auto;
	position:absolute;text-align:center;
	background:none !important;
	background-color:none !important;
	background-image:none !important;
	font-weight:bold;
	
}

tr.info_DD
{
	background-color:#fff !important;
	
	padding:10px;
	margin:10px;
	
}
tr.info_DD td{
	border:1px dashed #777 !important;
	padding:50px 0 50px 0;
	font-size:22px;
	text-align:center;
	color:#777;
	font-weight:bold;
	border-radius: 6px;
	background:url("../images/immocloud/CloudDownload.png") no-repeat center center;
}
tr.info_DD div
{
	display:none;
}

div.listing
{
	position:relative;
	width:100%;
	margin-top:5px;
	
}
div.show_logo_root
{
	background:url("../images/immocloud/logo-wide2.png") no-repeat center center;
	width:100%;
	height:170px;
}
#filetree_root
{
	border-collapse: separate;
	border-spacing: 0;
	white-space: nowrap;
	width:100%;
}

.filetree thead
{
	font-size:12px;
	color:#888;
}
.filetree thead th
{
	height:30px;
}

#headerName
{
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	width:65%;
	text-indent:20px;
}	
#headerActions
{
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	width:10%;
}
#headerSize
{
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	width:15%;
}
#headerDate
{
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	width:10%;
}	
.filetree tbody
{
	font-size:12px;
	color:#000;
}
/* .filetree tbody tr:nth-child(odd)
{
	background-color:#efefef;
} */

.filetree tbody tr:hover
{
	background-color:#eee;
}

.filetree tbody td
{
	height:30px;
	border-bottom: 1px solid #eee;
}

.file_folder span{
	display:block;position:relative;
	cursor:pointer;white-space:nowrap;display: inline-block;
}


.size,
.last_modified,
.actions
{
	font-size:11px;
	color:#888;
	padding:0 1px 0 1px;
}

.file_folder
{
	font-size:12px;
	color:#000;
	text-indent:10px;
	font-weight:bold;
	padding-left: 6px;
}


/* Filetree */

#listing-tree .tree-header-row {
	display: flex;
	margin-top: 4px;
	height: 31px;
	font-size: 12px;
    color: #888;
    font-family: 'Open Sans';
    border-bottom: 1px solid #ddd;
	align-items: center;
}

#listing-tree .tree-header-row > div:first-child {
	flex: 1;
	text-indent: 20px;
}


#listing-tree .folder_area:hover {
    background-color: rgba(240,240,240,0.3);
}


#listing-tree .file > span, #listing-tree .folder > span {
	padding-left: 20px;
	cursor: pointer;
}


#listing-tree .tree-row {
    border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#listing-tree .tree-folder {
	height: 41px;
}

#listing-tree .tree-file {
	height: 35px;
}


#listing-tree .tree-row:hover {
    background-color: rgb(236,236,236);
}

#listing-tree .tree-row > div:first-child {
	flex: 1;
}

#listing-tree .tree-row > div:not(:first-child) {
	/*text-align: center;*/
	font-size: 11px;
	color: #888;
	padding: 0 1px 0 1px;
	font-weight: normal;
}

#listing-tree .actions-container {
	width: 10%;
	visibility: hidden;
	display: flex;
	align-items: center;
}
#listing-tree .tree-row:hover .actions-container {
	visibility: visible;
}

#listing-tree .actions-container .fa {
	color: black;
	font-size: 16px;
}

#listing-tree .actions-container .fa::after {
	content: none;
}

#listing-tree .tree-size, td.size {
	width: 15%;
}
#listing-tree .last-modif, td.last_modified {
	width: 10%;
}



/* icones */
#listing-tree .folder > span {background:url("../images/immocloud/filetypes/folder.png") no-repeat 0px 0px;}
#listing-tree .foldershared > span	{background:url("../images/immocloud/filetypes/foldershared.png") no-repeat 0px 1px !important;}
#listing-tree .img > span	{background:url("../images/immocloud/filetypes/image.png") no-repeat 0px 1px;}
#listing-tree .pdf > span	{background:url("../images/immocloud/filetypes/application-pdf.png") no-repeat 0px 1px;}
#listing-tree .video > span	{background:url("../images/immocloud/filetypes/video.png") no-repeat 0px 1px;}
#listing-tree .txt > span	{background:url("../images/immocloud/filetypes/text.png") no-repeat 0px 1px;}
#listing-tree .zip > span	{background:url("../images/immocloud/filetypes/application-zip.png") no-repeat 0px 1px;}
#listing-tree .audio > span	{background:url("../images/immocloud/filetypes/audio.png") no-repeat 0px 1px;}
#listing-tree .autre > span	{background:url("../images/immocloud/filetypes/file.png") no-repeat 0px 1px;}
#listing-tree .shared	{width:20px;height:20px;position:absolute;background:url("../images/immocloud/shared.png") no-repeat 0px 1px;}

.folder-to-move-in > span {
	padding-left: 20px;
	background:url("../images/immocloud/filetypes/folder.png") no-repeat 0px 0px;
}

.folder-to-move-in {
	display: flex;
	align-items: center;
	height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

#folder-list {
	margin: 10px;
	padding: 1px;
	border: 1px solid #ccc;
}

.folder-to-move-in:hover {
	background-color: #ccc;
}

#folder-list > div {
	overflow: auto;
}












#owncloud_content .ax-button,
#owncloud_content .ax-main-title{
	display:none;
}
#owncloud_content .ax-file-list li:hover{

	background:none;
}
#owncloud_content .ax-file-list li{
height:30px;
border-top: 1px solid #DDDDDD;
margin: 0 2px 2px 0;
padding: 15px 2px 2px;
position: relative;
text-align: center;
width: 100%;
clear:both;
}

#owncloud_content .ax-file_name{margin:0;width:100%;}
#owncloud_content .ax-details{margin:0;width:60%;}
#owncloud_content .ax-progress{margin:0;float:right;}
#owncloud_content .ax-prev-container{display:none;}
#owncloud_content .ax-progress-bar {background:url("../images/ui-bg_highlight-soft_75_cccccc_1x100.png");}


/* icones */
#filetree_root .folder 			{background:url("../images/immocloud/filetypes/folder.png") no-repeat 6px 11px;}
#filetree_root .foldershared 	{background:url("../images/immocloud/filetypes/foldershared.png") no-repeat 6px 12px !important;}
#filetree_root .image	{background:url("../images/immocloud/filetypes/image.png") no-repeat 6px 6px;}
#filetree_root .pdf	{background:url("../images/immocloud/filetypes/application-pdf.png") no-repeat 6px 6px;}
#filetree_root .video	{background:url("../images/immocloud/filetypes/video.png") no-repeat 6px 6px;}
#filetree_root .text	{background:url("../images/immocloud/filetypes/text.png") no-repeat 6px 6px;}
#filetree_root .zip	{background:url("../images/immocloud/filetypes/application-zip.png") no-repeat 6px 6px;}
#filetree_root .audio	{background:url("../images/immocloud/filetypes/audio.png") no-repeat 6px 6px;}
#filetree_root .autre	{background:url("../images/immocloud/filetypes/file.png") no-repeat 6px 6px;}
#filetree_root .shared	{width:20px;height:20px;position:absolute;background:url("../images/immocloud/shared.png") no-repeat 1px 1px;}

#uploader_div
{
	width:100%;
}

img.download,
img.delete,
img.share,
img.rename,
img.info,
img.process_rename,
.fa-sign-in
{
	cursor:pointer;
	margin-right:10px;
}
img.download:hover,
img.delete:hover,
img.share:hover,
img.rename:hover,
.fa-sign-in:hover
{

-moz-box-shadow: 0px 5px 5px -5px #656565;
-webkit-box-shadow: 0px 5px 5px -5px #656565;
-o-box-shadow: 0px 5px 5px -5px #656565;
box-shadow: 0px 5px 5px -5px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);

}
img.process_rename {
	position: relative;
	left: 18px;
}

.rename_item {
	width: 300px;
	margin: 0;
	position: relative;
	left: 10px;
	margin-top: -10px;
    color: #eee !important;
    background-color: #948686 !important;
    font-weight: bold;
    font-size: 12px !important;}


.actions .actions_container
{
	width: 100px;
	visibility:hidden;
	position: relative;
	left: -48px;
}
.filetree tbody tr:hover .actions .actions_container
{
	visibility:visible;
}

/* menu actions */
#controls-buttons {
	display: flex;
	align-items: center;
	height: 100%;
}

#controls-buttons .fa {
	font-size: 1.5em;
	cursor: pointer;
	color: black;
}


#controls-buttons .fa.active {
	color: #452f49;
	text-shadow: 0px 0px 8px rgba(150, 150, 244, 1);
}

#controls-buttons > * {
	margin-left: 6px;
	margin-right: 6px;
	line-height: normal;
}

#controls_actions {
	display: flex;
	/*width:90px;*/
	float:right;
	
	position: relative;
	height: 35px;
}
#controls_actions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#controls_actions .not_root, 
#controls_actions .not-tree-view,
#controls_actions .not-display
{
	display:none !important;
}
#controls_actions > ul {
  position: relative;
  display: block;
  
  height: 35px;
  width: 100%;
  z-index: 90;
}
#controls_actions > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#controls_actions > ul > #menu-button {
  display: none;
    
}
#controls_actions ul li div {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
  cursor:pointer;
}
#controls_actions > ul > li > div {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px;
  color: #7a8189;
  text-transform: uppercase;
}
#controls_actions > ul > li.has-sub > div {
  /*padding-right: 32px;*/
  text-align: center;
}
#controls_actions > ul > li:hover > div {
  color: #000;
}
#controls_actions li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#controls_actions > ul > li.has-sub::after {
  right: 10px;
  top: 17px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#controls_actions > ul > li:hover::after {
  border-top-color: #ffffff;
}
#controls_actions ul ul {
/*	position: absolute;
	left: -9999px;
	top: 70px;
*/	opacity: 0;
	border:1px solid #aaa;
	z-index: 1000;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

#controls_actions ul ul li {
  position: relative;
}
#controls_actions > ul > li:hover > ul {
  left: -65px;
  top: 37px;
  opacity: 1;
}
#controls_actions ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#controls_actions ul ul li div {
  width: 130px;
  border-bottom: 1px solid #aaa;
  padding: 5px 10px;
  font-size: 12px;
  color: #666;
  background: #fff;

}
#controls_actions ul ul li:hover > div {
  background: #eee;
  color: #000;
  font-weight:bold;
}
#controls_actions ul ul li:last-child > div,
#controls_actions ul ul li.last > div {
  border-bottom: 0;
}

#controls_actions ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;

}
#controls_actions ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*Drag and drop*/
.ax-drop
{
	border:0 !important;
}


.immocloud_alert
{
	width:100%;clear:both;float:left;position:relative;text-align:center;background:#ffebc4;color:#aa7a00;font-weight:bold;font-size:11px;line-height:12px;padding:3px;margin-right:5px;
}
.fatal
{
	background:#f2bcbc !important;color:#b24545;line-height:20px;font-size:13px;
}
