/*
|--------------------------------------------------------------------------
| Standard
|--------------------------------------------------------------------------
*/
html,
body {
    font-family: tahoma,'lucida grande',verdana,arial,sans-serif;
    font-size: 12px;
    color: #000;
}

h2 {
    color: #565655;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 1px;
    text-indent: 5px;
}


a {
    color: inherit;
}

a:hover,
a.selected {
    color: #0089BD;
}

#wrapper {
    height: 100%;
}

#webtoolcloud {
    position: relative;
    height: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
}

.icon {
    width: 100%;
    min-width: 16px;
    height: 16px;
}

button {
    background-color: #DFEFFC;
    border: 1px solid #C5DBEC;
    border-radius: 5px;
    color: #2E6E9E;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 8px;
    padding: 5px 5px;
    width: 95%;
}

button:hover {
    background-color: #D7E9F7;
    border-color: #79B7E7;
    cursor: pointer;
}

.button {
   	background-color: #DFEFFC;
    border: 1px solid #C5DBEC;
    border-radius: 5px 5px 5px 5px;
    color: #2E6E9E;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 8px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 90%;
}

.button:hover {
    background-color: #D7E9F7;
    border-color: #79B7E7;
    cursor: pointer;
}

.button-bar {
    position: absolute;
    top: 18px;
    right: 3px;
    z-index: 999;
}

.button-bar .view-toggle {
    display: block;
    overflow: hidden;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    height: 19px;
    width: 19px;
    float: left;
    background-image: url("/image/view-toggle-sprite.png");
}

.button-bar .view-toggle.list {
    background-position: 0 -19px;
}

.button-bar .view-toggle.list:hover,
.button-bar .view-toggle.list.active {
    background-position: 0 0;
    cursor: pointer;
}

.button-bar .view-toggle.tile {
    background-position: -19px -19px;
}

.button-bar .view-toggle.tile:hover,
.button-bar .view-toggle.active {
    background-position: -19px 0;
    cursor: pointer;
}

.ws-finder {
    width: 100%;
}



/*
|--------------------------------------------------------------------------
| File Block
|--------------------------------------------------------------------------
*/
#foldercontent {
    border: 1px solid transparent;
    clear: left;
    height: 100%;
    min-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #EDEDED;
}

.tree-row {
	width: 200px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding: 5px;
}

.info-row {
	width: 200px;
    max-height: 100%;
    position: fixed;
    right: 0;
    top: 5px;
    overflow: auto;
}

.content-row {
    margin: 0 205px;
    height: 100%;
    position: relative;
}



/*
|--------------------------------------------------------------------------
| File Block
|--------------------------------------------------------------------------
*/
#FileVersion {
	position: relative;
}

#FileVersionPreview {

}

#FileVersionContent {
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
}


/* Tile-view ------------------------------ */
.tile-view #list-view-column-names {
    display: none;
}

.tile-view .file {
    background: none repeat scroll 0 0 white;
    float: left;
    margin: 5px;
    list-style: none outside none;
}

.tile-view .filecontent {
    border: 1px solid;
    border-color: #D3D3D3;
    float: left;
    margin: 0px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    width: 110px;	
    color: black;
    text-decoration: none;		
    /* test Mike */
    position: relative;
}

.tile-view .filecontent:hover {
   	background-color: #EFF7FE;
    border-color: #A6C9E2;
}

.tile-view .filecontent.selected {
   	background-color: #DFF1FF;
    border-color: #99CCFF;
}

.tile-view .filecontent .image {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.tile-view .filecontent .image div {
    height: 100px;
    margin: auto;
    overflow: hidden;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tile-view .FileTitle .FileIcon {
    display: none;
}

.tile-view .filecontent span {
	display: block;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
}

.tile-view .FileTitle {
    font-size: 12px;
    margin: 0 0 5px 0;
    display: block;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.tile-view .FileDetails {
    font-size: 90% !important;
}

.tile-view .FileComment {
    display: none !important;
}

.tile-view .secure {
    bottom: 4px;
    height: 25px;
    position: absolute;
    right: 4px;
    width: 25px;
}

.tile-view .filecontent .rightset {

	background-color: rgba(0, 0, 0, 0);
    background-image: url("../js/jstree/themes/classic/d.png");
    background-repeat: no-repeat;	
	background-position: -18px -37px!important;
		
    height: 16px!important;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px!important;	
	
}

.tile-view .filecontent .imageversion {
	/*background-color: #FF5588;*/
    height: 50px!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px!important;	
	
}



/* List-view ------------------------------ */
.list-view .icon {
    background-size: 16px;
    background-repeat: no-repeat;
}

.list-view #list-view-column-names {
    margin-top: 8px;
    margin-left: 5px;
    font-weight: bold !important;
}

.list-view .file {
    background-color: #FFF;
    float: none;
    margin: 0;
    list-style: none outside none;
    font-size: 12px;
    width: 100%;
    position: relative;
}

.list-view .filecontent {
    border-top: 1px solid;
    border-color: #D3D3D3;
    float: none;
    display: block;
    margin: 0px;
    padding: 5px;
    text-align: left;
    width: 100%;   
    color: black;
    text-decoration: none;     
    overflow: auto;
    position: relative;
}

.list-view .filecontent:hover {
    background-color: #EFF7FE;
}

.list-view .filecontent.selected {
    background-color: #DFF1FF;
}

.list-view .filecontent .image {
    display: none;
}

.list-view .FileIcon {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.list-view span {
    display: block;
    float: left;
    font-weight: normal;
    overflow: hidden;
}

.list-view .FileTitle {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    width: 24%;
    margin-right: 1%;
}

.list-view .FileDetails {
    width: 30%;
    position: relative;
}

.list-view .FileDate {
    display: block;
    float: left;
    width: 50%;
}

.list-view .FileSize {
    display: block;
    float: left;
    width: 45%;
    margin-right: 5%;
    text-align: right;
}

.list-view .FileComment {
    width: 45%;
}


.list-view .filecontent .rightset {

	display: none;
	
	background-color: rgba(0, 0, 0, 0);
    background-image: url("../js/jstree/themes/classic/d.png");
    background-repeat: no-repeat;	
	background-position: -18px -37px!important;
		
    height: 16px!important;
    width: 16px!important;	
	
}

/* Diverses ----- */
 #FileDetail .image {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1130px) {
    .hidden-sm {
        display: none;
    }
}

#UserGroup .rightset {
	
	background-color: rgba(0, 0, 0, 0);
    background-image: url("../js/jstree/themes/classic/d.png");
    background-repeat: no-repeat;	
	background-position: -18px -37px!important;
		
    height: 16px!important;
    width: 16px!important;	
	
}

#UserGroup a {
	display: block;
	
}


/*
|--------------------------------------------------------------------------
| JSTree
|--------------------------------------------------------------------------
*/
.tree-row .filetree {
    background-color: transparent !important;
}

.tree-row .filetree a {
    color: #0089BD;
    border: none !important;
}

.jstree-default a:hover {
    background: #E5F3F8;
    border: 1px solid transparent !important;
    cursor: pointer;
}

.jstree-default a.jstree-clicked {
    background: #CCC;
    border: none !important;
}

/* Overrides */
.jstree-default ins,
#vakata-dragged.jstree-default .jstree-ok,
#vakata-dragged.jstree-default .jstree-invalid,
#jstree-marker.jstree-default {
    background-image: url("/image/filetree-sprite.png") !important;
}

.jstree-0 li[rel="drive"] > a > .jstree-icon {
    background-image: url("/image/piktogramm/root.png") !important;
}



/*
|--------------------------------------------------------------------------
| File Extensions
|--------------------------------------------------------------------------
*/
.icon.3gp { background-image: url(/image/piktogramm/film.png); }
.icon.afp { background-image: url(/image/piktogramm/code.png); }
.icon.afpa { background-image: url(/image/piktogramm/code.png); }
.icon.asp { background-image: url(/image/piktogramm/code.png); }
.icon.aspx { background-image: url(/image/piktogramm/code.png); }
.icon.avi { background-image: url(/image/piktogramm/film.png); }
.icon.bat { background-image: url(/image/piktogramm/application.png); }
.icon.bmp { background-image: url(/image/piktogramm/picture.png); }
.icon.c { background-image: url(/image/piktogramm/code.png); }
.icon.cfm { background-image: url(/image/piktogramm/code.png); }
.icon.cgi { background-image: url(/image/piktogramm/code.png); }
.icon.com { background-image: url(/image/piktogramm/application.png); }
.icon.cpp { background-image: url(/image/piktogramm/code.png); }
.icon.css { background-image: url(/image/piktogramm/css.png); }
.icon.doc { background-image: url(/image/piktogramm/doc.png); }
.icon.docx { background-image: url(/image/piktogramm/doc.png); }
.icon.exe { background-image: url(/image/piktogramm/application.png); }
.icon.gif { background-image: url(/image/piktogramm/picture.png); }
.icon.fla { background-image: url(/image/piktogramm/flash.png); }
.icon.h { background-image: url(/image/piktogramm/code.png); }
.icon.htm { background-image: url(/image/piktogramm/html.png); }
.icon.html { background-image: url(/image/piktogramm/html.png); }
.icon.jar { background-image: url(/image/piktogramm/java.png); }
.icon.jpg { background-image: url(/image/piktogramm/picture.png); }
.icon.jpeg { background-image: url(/image/piktogramm/picture.png); }
.icon.js { background-image: url(/image/piktogramm/script.png); }
.icon.lasso { background-image: url(/image/piktogramm/code.png); }
.icon.log { background-image: url(/image/piktogramm/txt.png); }
.icon.m4p { background-image: url(/image/piktogramm/music.png); }
.icon.mov { background-image: url(/image/piktogramm/film.png); }
.icon.mp3 { background-image: url(/image/piktogramm/music.png); }
.icon.mp4 { background-image: url(/image/piktogramm/film.png); }
.icon.mpg { background-image: url(/image/piktogramm/film.png); }
.icon.mpeg { background-image: url(/image/piktogramm/film.png); }
.icon.ogg { background-image: url(/image/piktogramm/music.png); }
.icon.pcx { background-image: url(/image/piktogramm/picture.png); }
.icon.pdf { background-image: url(/image/piktogramm/pdf.png); }
.icon.php { background-image: url(/image/piktogramm/php.png); }
.icon.png { background-image: url(/image/piktogramm/picture.png); }
.icon.ppt { background-image: url(/image/piktogramm/ppt.png); }
.icon.pptx { background-image: url(/image/piktogramm/ppt.png); }
.icon.psd { background-image: url(/image/piktogramm/psd.png); }
.icon.pl { background-image: url(/image/piktogramm/script.png); }
.icon.py { background-image: url(/image/piktogramm/script.png); }
.icon.rb { background-image: url(/image/piktogramm/ruby.png); }
.icon.rbx { background-image: url(/image/piktogramm/ruby.png); }
.icon.rhtml { background-image: url(/image/piktogramm/ruby.png); }
.icon.rpm { background-image: url(/image/piktogramm/linux.png); }
.icon.ruby { background-image: url(/image/piktogramm/ruby.png); }
.icon.sql { background-image: url(/image/piktogramm/db.png); }
.icon.swf { background-image: url(/image/piktogramm/flash.png); }
.icon.tif { background-image: url(/image/piktogramm/picture.png); }
.icon.tiff { background-image: url(/image/piktogramm/picture.png); }
.icon.txt { background-image: url(/image/piktogramm/txt.png); }
.icon.vb { background-image: url(/image/piktogramm/code.png); }
.icon.wav { background-image: url(/image/piktogramm/music.png); }
.icon.wmv { background-image: url(/image/piktogramm/film.png); }
.icon.xls { background-image: url(/image/piktogramm/xls.png); }
.icon.xlsx { background-image: url(/image/piktogramm/xls.png); }
.icon.xml { background-image: url(/image/piktogramm/code.png); }
.icon.zip { background-image: url(/image/piktogramm/zip.png); }
.icon.group { background-image: url(/image/piktogramm/group.gif); }