/*é*/
*{
	margin:0;
	padding:0;
}

html{
	background:url('../img/background_tile_2.jpg');
	min-height:100%;
	position:relative;
	
}

body{
	color:#fff;
	margin:0px
	min-height:600px;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}


.rssFeed{
	width:65px;
	display:inline-block;
	height:16px;
	margin-left:10px;
	margin-top:6px;
	color:#cecece;
}

.fileOption,.blue,a,a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

.fileOption:hover,a:hover{
	text-decoration:underline;
}

header, footer{
	display:block;
}

.folderNameBloc{
	display:none;
	float:left;
}

.blackControl{
	background-color: #0F0F0F;
    border: medium none;
    color: #FFFFFF;
    font-size: 10px;
    margin: 3px 3px 3px;
    padding: 3px;
}


.fileInput{
	position: relative;
}
.fileInputText{
	background-color: #0F0F0F;
    border: medium none;
    box-shadow: 0 0 2px #000000;
    color: #FFFFFF;
    font-size: 10px;
    margin: 7px 3px 3px;
    padding: 3px;
    position: relative;
    z-index: 1;
}
.fileInputButton{
	background-color: #0F0F0F;
    border: medium none;
    box-shadow: 0 0 2px #000000;
    color: #FFFFFF;
    font-size: 10px;
    margin: 7px 3px 3px;
    padding: 3px;
    position: relative;
    z-index: 1;
}
.fileInputFile{
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

#userCreateBloc{
	display:none;
}

.preloader{
	
	background: url("../img/preloader.gif") no-repeat scroll 10px center transparent;
    border-radius: 5px 5px 5px 5px;
    float: left;
    display: none;
    float: left;
    font-size: 11px;
    height: 13px;
    margin: 0 0 0 5px;
    min-width: 15px;
    padding: 7px 7px 7px 35px;
    width: 140px;
    opacity:0.5;
}

#userCreateBloc input,#userCreateBloc select,#initProgram input, #paramsBloc input, #paramsBloc select{
	width:70px;
	padding:3px;
	margin:3px;
	margin-top:7px;
	font-size:10px;
	color:#ffffff;
	background-color:#0F0F0F;
	box-shadow:0 0 2px #000;
	border:none;
}

#initProgram input[name="root"]{
	width:238px;
}

#userCreateBloc span input,#userCreateBloc span select,#paramsBloc span select,#paramsBloc span input{
	margin:0px;
}
#versionBloc{
	display:none;
	width: 500px;
	text-align:center;
	margin:auto;
	margin-bottom: 15px;
	margin-top: 75px;
	padding:5px;
	background: url("../img/background_tile_3.jpg") repeat scroll 0 0 transparent;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
    min-height: 20px;
}

#initProgram{
	background: url("../img/background_tile_3.jpg") repeat scroll 0 0 transparent;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
    min-height: 20px;
    overflow: hidden;
    padding: 10px;
    width: 610px;
	margin:auto;
	margin-bottom: 15px;
}
#usersBloc{
	background: url("../img/background_tile_2.jpg") repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
    margin: 15px 10px 10px 10px;
    min-height: 20px;
    overflow: hidden;
    padding: 10px 10px 10px 5px;
    width: 950px;
	display:none;
}

#paramsBloc{
    margin: 15px 10px 10px 10px;
    min-height: 20px;
    overflow: hidden;
    padding: 10px 10px 10px 5px;
    width: 955px;
	display:none;
	clear:both;
}

#paramsBloc li{
	clear:both;
	padding:5px;
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
    background-color:#161616;
    margin:5px;
    width:900px;
}

#paramsBloc li ul li{
	box-shadow:none;
	width:870px;
}

#initProgram h1,#usersBloc h1,#paramsBloc h1{
	color:#cecece;
	margin:0px 5px 5px 10px;
	font-size:16px;
	text-shadow:1px 2px 2px #080808
}
#initProgram p,#usersBloc h2{
	color:#ffffff;
	margin:0px 5px 5px 10px;
	font-size:10px;
	text-shadow:1px 2px 2px #080808;
	cursor:pointer;
}

#usersBloc a{
	cursor:pointer;
}

#usersBloc ul li, #initProgram ul, #paramsBloc ul li{
	list-style-type:none;
	
}
#usersBloc ul li ul , #paramsBloc ul li ul{
	clear:both;
}
#usersBloc ul li ul li, #initProgram ul li, #paramsBloc ul li{
	float:left;

	padding:3px 10px 3px 10px;
	min-height:35px;
}
#usersBloc span,#usersBloc a{
	margin-top:8px;
	display:block;
}

.breadcrumb {
	margin:0px 10px 0px 10px;
	padding:0px;
}
.breadcrumb li {
	background-color:#161616;
	border-radius: 0 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
    float: left;
    margin-left: 2px;
    max-width: 430px;
    min-height: 15px;
    overflow: hidden;
    padding: 5px;
	cursor:pointer;
}
.breadcrumb li:hover {
	background-color:#1C1C1C;
}

.loginBloc .logo{
	margin-right: 15px;
}
.loginBloc span[class^="icon"]{
	font-size:20px;
	color:#cecece;
	cursor:pointer;
	text-shadow: 1px 1px 1px #000000;
}

.loginBloc{
	background-color: #171717;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
    margin: 10px;
    overflow: hidden;
    padding: 10px;
    width:950px;
	float:left;
}


.requireBloc{
	background: url("../img/background_tile_2.jpg") repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
    margin: 5px;
    padding: 10px;
    width: 550px;
    text-align:center;
}

.menuIcon span{
	display:block;
	float:left;
	background: #2d2d2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d2d2d 0%, #1b1b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d2d2d 0%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d2d2d 0%,#1b1b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d2d2d 0%,#1b1b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d2d2d 0%,#1b1b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
	
	border-right:1px solid #0f0f0f;
	border-left:1px solid #292929;
	border-top:1px solid #0f0f0f;
	border-bottom:1px solid #0f0f0f;
	padding:3px;
	margin:0px;
	cursor:pointer;
}

.menuIcon span:last-child{
	border-radius:0 3px 3px 0;
}
.menuIcon span:first-child{
	border-radius:3px 0 0 3px;
	border-left:1px solid #0f0f0f;
}
.menuIcon span.active,.menuIcon span:hover{
	background: #0a0a0a; /* Old browsers */
	background: -moz-linear-gradient(top,  #0a0a0a 0%, #141414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a0a0a), color-stop(100%,#141414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0a0a0a 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0a0a0a 0%,#141414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0a0a0a 0%,#141414 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0a0a0a 0%,#141414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
	border-left:1px solid #0f0f0f;
}

.menuIcon span i{
	width:20px;
	height:20px;
	display:block;
	opacity:0.4;
}
.menuIcon span:hover i{
	opacity:0.7;
}

i.icon-folder{
	background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
	background-position:-210px -154px
}
i.icon-user{
	background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
	background-position:-239px -122px
}

i.icon-setting{
	background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
	background-position:-300px -92px;
}
i.icon-backup{
	background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
	background-position:-207px -151px;
}

i.icon-cross{
	background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
	background-position:-301px -155px;
}

i.icon-ok{
	background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
	background-position:-0px -122px;
}

i.icon-rss{
	background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
	background-position:-268px -126px;
	width:20px;
	height:20px;
	display:block;
	float:left;
	opacity:0.4;
}



.menuBloc{
    min-height: 25px;
    overflow: hidden;
	float:left;
	margin: 10px 0 0 10px;
}

.menuBloc a{
	cursor:pointer;
	width:22px;
	height:22px;
	display:block;
	float:left;
	background-repeat:no-repeat;
	margin-left:3px;
	margin-right:3px;
}


.menuBloc .newFolder{
	background:url('../img/menuIcons.png') no-repeat scroll 0 0 transparent;
	background-position:0px 0px;
	width:20px;
}
.menuBloc .member{
	background:url('../img/menuIcons.png') no-repeat scroll 0 0 transparent;
	background-position:-40px 1px;
	width:20px;
}
.menuBloc .backup{
	background:url('../img/menuIcons.png') no-repeat scroll 0 0 transparent;
	background-position:-136px 0px;
	width:20px;
}
.menuBloc .preferences{
	background:url('../img/menuIcons.png') no-repeat scroll 0 0 transparent;
	background-position:-20px 1px;
	width:20px;
}




.loginBloc input,.loginBloc button{
	padding:5px;
	margin:0 0 0 5px;
	font-size:15px;
	color:#cecece;
	background-color:#0F0F0F;
	border-radius:3px;
	border:none;
}
.loginBloc button{
	font-size:13px;
}



#dropbox:before{
	display: block;
	content:'';
	height:4px;
	width:100%;
	position: absolute;
	top:0;
	left:0;
}

.textLogin{
	float:left;
	margin-top:10px;
}

.avatar{
	padding:3px;
	background-color:#cecece;
	width:30px;
	height:30px;
	box-shadow:0 2px 2px rgba(0,0,0,0.6);
	float:left;
	margin-right:10px;
}

.avatar img{
	width:30px;
	height:30px;
}

#dropbox{
	background:url('../img/background_tile_3.jpg');
	border-radius:3px;
	position: relative;
	margin:15px auto 10px;
	
	overflow: hidden;
    width: 990px;
	box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
}

footer{
	width:100%;
	font-size:10px;
	text-align:center;
}


#dropbox .message{
	font-size: 11px;
    text-align: center;
    padding:10px;
    display: block;
    border:2px dotted #cecece;
    width:100px;
    height:60px;
    margin:auto;
    background-color: #161616;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    float:left;
}



.fileBloc{
	font-size: 11px;
    text-align: center;
    padding:10px;
    display: block;
    width: 90px;

    margin:0 auto 30px auto;
    background-color: #161616;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    clear:both;
}

.fileBloc input,.fileBloc div,.fileBloc span{
	cursor:pointer;
}


#dropbox .message i{
	color:#ccc;
	font-size:10px;
}

#dropbox:before{
	border-radius:3px 3px 0 0;
}

.directLink{
	background-color: #0F0F0F;
    border: medium none;
    box-shadow: 0 0 2px #000000;
    color: #FFFFFF;
    font-size: 10px;
    font-family: Verdana;
    text-align: center;
    padding: 2px;
    display:none;
    width:165px;
    margin:auto;
}


#dropbox .preview{
	width:170px;
	min-height: 140px;
	max-height: 140px;
	float:left;
	margin: 0 0 0 60px;
	position: relative;
	text-align: center;
}

.filePublished .fileName{
	color: #62D827;
}


#dropbox .preview .filePublished img{
	-moz-box-shadow: 0px 0px 5px 1px #62D827;
	-webkit-box-shadow: 0px 0px 5px 1px #62D827;
	-o-box-shadow: 0px 0px 5px 1px #62D827;
	box-shadow: 0px 0px 5px 1px #62D827;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#62D827, Direction=NaN, Strength=5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#dropbox .preview .deleteFile{
	float:right;
	width:12px;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	background-color:#212322;
	box-shadow: 0 0 2px #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:none;
}

.folderPreviewDroppableHover{
	border-radius:5px;
 	box-shadow: 0 0 2px #000000;
 	background-color:#2A2A2C;
 }

#dropbox .imageHolder:hover ul{
	display:block;
}
#dropbox .folderHolder:hover ul{
	display:block;
}

#dropbox .imageHolder:hover  img{
	margin-left:5px;
}





#dropbox .imageHolder ul{
	float:left;
	font-size:10px;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-left:5px;
	text-align:left;
	line-height:12px;
	display:none;
}

#dropbox .preview img{
	max-width: 48px;
	float:left;
	max-height:48px;
	display: block;
	margin-left: 60px;
	box-shadow:0 0 2px #000;
}

#dropbox .imageHolder,#dropbox .folderHolder{
	display: inline-block;
	position:relative;
	padding:5px;
	min-height:85px;
	cursor:pointer;
	width: 170px;
}

#dropbox .dropFolder{
	display: inline-block;
	padding-top:15px;
	height:81px;
	cursor:pointer;
	width: 170px;
	background-image:url('../img/extension/folder.png');
	background-repeat:no-repeat;
	background-position: center center;
	float:left;
	margin: 55px 0 0 60px;
	position: relative;

}
#dropbox .dropFolder h1{
 	color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    width:76px;
    margin: 0 5px 5px 10px;
    text-shadow: 1px 1px 1px #080808;
    text-align:center;
    clear:both;
    max-height:25px;
    overflow: hidden;
    margin-left:47px;
}
#dropbox .dropFolder ul{
	width:76px;
	margin-left:47px;
}
#dropbox .dropFolder ul li{
	list-style-type:none;
	float:left;
	margin: 2px;
	width:20px;
	height:20px;
}
#dropbox .dropFolder ul li img{
	width:20px;
	height:20px;
}

#dropbox .dropFolder:hover{
	background-color:#151516;
	box-shadow: 0 0 2px #000000;
}

#dropbox .imageHolder:hover,#dropbox .folderHolder:hover{
	background-color:#151516;
	box-shadow: 0 0 2px #000000;
}




#dropbox .imageHolder:hover  .deleteFile,#dropbox .folderHolder:hover  .deleteFile{
	display:block;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('../img/done.png') no-repeat center center;
	z-index:1;
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}


.addOptions{
	padding:3px;
	margin:3px;
	margin-top:7px;
	font-size:10px;
	color:#ffffff;
	display:none;
}

.addOptions ul{
	margin:0;
	padding:0;
}

#dropbox .preview .addOptions li{
	float:left;
	margin: 0  5px 0  5px ;
	background-color:transparent;

	height:22px;
	width:22px;
}
#dropbox .preview .addOptions li.optionZip{
	background:url('../img/menuIcons.png') no-repeat scroll -157px 0px transparent;
	width:20px
}

#dropbox .preview .addOptions .optionShare{
	/*background: url('../img/optionShare.png') no-repeat center center rgba(255,255,255,0.5);*/
	background:url('../img/menuIcons.png') no-repeat scroll -114px 0px transparent;
	width:20px
}

#dropbox .preview .addOptions .optionEdit{
	/*background: url('../img/optionEdit.png') no-repeat center center rgba(255,255,255,0.5);*/
	background:url('../img/menuIcons.png') no-repeat scroll -177px 0px transparent;
	width:20px
}

#dropbox .preview .addOptions .optionUrl{
	/*background: url('../img/optionUrl.png') no-repeat center center rgba(255,255,255,0.5);*/
	background:url('../img/menuIcons.png') no-repeat scroll -60px 0px transparent;
	width:20px
}

#dropbox .preview .addOptions .optionDropbox{
	/*background: url('../img/optionDropbox.png') no-repeat center center rgba(255,255,255,0.5);*/
	background:url('../img/menuIcons.png') no-repeat scroll -96px 0px transparent;
	width:20px
}


.preview .fileNameArea{
	padding:5px;
	margin:5px;
	font-size:11px;
	color:#ffffff;
	background-color:#0F0F0F;
	box-shadow:0 0 2px #000;
	border:none;

}

.fileName{
 display: block;
    font-size: 11px;
    min-height: 15px;
    margin-top: 5px;
    overflow: hidden;
    padding-top: 5px;
    width: 170px;

}


#dropbox .progressHolder{
	position: relative;
	background-color:#252f38;
	height:10px;
	width:100%;
	left:0;
	bottom: 0;
	margin-left:5px;
	box-shadow:0 0 2px #000;
}

#dropbox .progress{
	position: absolute;
	height:100%;
	left:0;
	width:0;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
	background: #1AD8F4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9ECD17), to(#046000));
	background: -webkit-linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;
	background: linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;

}

#dropbox .preview.done .progress{
	width:100% !important;
}

.hidden{
	display:none;
}

.fileUrl{
	display:none;
}

.clear{
	clear:both;
}

.tooltip {
	opacity:0.8;
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:8px 8px;
	max-width:200px;
	color:#fff;
	background-color:#000;
}
.tooltip .tip-inner {
	font:bold 11px/14px 'Lucida Grande',sans-serif;
}


.tooltip .tip-arrow-top {
	margin-top:-5px;
	margin-left:-5px; 
	top:0;
	left:50%;
	width:9px;
	height:5px;
	background:url(../img/toolTips.gif) no-repeat;
}
.tooltip .tip-arrow-right {
	margin-top:-4px; 
	margin-left:0;
	top:50%;
	left:100%;
	width:5px;
	height:9px;
	background:url(../img/toolTips.gif) no-repeat -9px 0;
}
.tooltip .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; 
	top:100%;
	left:50%;
	width:9px;
	height:5px;
	background:url(../img/toolTips.gif) no-repeat -18px 0;
}
.tooltip .tip-arrow-left {
	margin-top:-4px; 
	margin-left:-5px;
	top:50%;
	left:0;
	width:5px;
	height:9px;
	background:url(../img/toolTips.gif) no-repeat -27px 0;
}



div#dropZone{
    width:90px;
    height:90px;
    cursor:pointer;
    overflow: hidden;
    float:left;
    background: url("../img/uploadButton.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}

div#dropZone div,div#dropZone input{
	cursor: pointer;
}

#uploadButton{
    cursor: pointer;
    margin: 0;
    opacity: 0;
    height: 90px;
    width:90px;
    font-size:110px;
    background-color: transparent;
    border:none;
}


.left{
	float:left;
}




body >div.popwrap{position:fixed;padding:10px}.top-right{top:0;right:0}
.popup{
	border-radius:5px;
	width:200px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background-color:#161616;
	padding:10px;
	display:block;
	margin-bottom:5px
}
.close{
	display:none;
	float:right;
	cursor:pointer;
	color:#EFEFEF;
	font:bold 12px Tahoma,Arial,Helvetica,sans-serif
	background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
	background-position:-301px -155px;
	width:20px;
	height:20px;
}




.poptext{clear:both;font:12px Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;word-wrap:break-word;color:#FEFEFE;line-height:120%}