html,body{
    height:100%;
}
body {
	margin: 30px 0 0 0;
	/*background-color: #e2e2cd;*/
	color: #515348;
}
/* pass */

table tbody tr:nth-child(even) {
	background: #f6f8ff;
}
#loading {
	background: url('img/loading.gif') no-repeat;
	min-height: 40px;
	min-width: 100%;
	background-position-x: 49%;
}
div#wrapper{
    position:relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height:100%;
}
#container{
	position:relative;
}
.row-fluid {
	padding-bottom:100px;
}
.button {
	font-size: 13px;
	padding: 10px 11px 10px;
}

a {
	color: #2e3f6d;
}
a:hover {
	color: #677aac;
}

input#nuovo_tag ,input.rem_tag_input{
	display: block;
	float: left;
	width: 80%;
}
a#add_tag {
	background: url('img/add.png') no-repeat;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 5px;
	cursor:pointer;
}
a.rem_tag {
	background: url('img/delete.png') no-repeat;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 5px;
	cursor:pointer;
}
a.agg_tag {
	background: url('img/edit.png') no-repeat;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 5px;
	cursor:pointer;
}
.del_edit_tag {
	margin-top:15px;
	padding: 10px;
	border: 1px solid lightgrey;
	display: inline-block;
	width: 100%;
}
.header-basic-dark {
	font-family: arial,sans-serif;
	padding: 10px 0px;
	box-sizing: border-box;
	/* box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15); */
	height: 40px;
	color:white;
	/*background-color: #677aac;*/
	background-color:#2e3f6d; 
	border-bottom: 1px solid lightgrey;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
a#addInput {
	float: left;
	line-height: 38px;
	font-size: 40px;
	margin-left: 10px;
}
input.inputPlus {
	width: 200px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.bottoneAdd {
	display:block;
	float:left;
	padding:10px;
	cursor:pointer;
}
.input_fields_wrap {
	float: left;
	display: block;
	/* padding: 10px; */
	
}
.input_campi_wrap {
	float: left;
	display: block;
	/* padding: 10px; */
	width: 100%;
	padding: 10px;
	border: 1px solid lightgrey;
}
.inputAggiunti {
	display: block;
	float: left;
	
}
.header-basic-light{
	padding: 20px 25px;
	box-sizing:border-box;
	/*box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);*/
	height: 95px;
	/* background-color: #fff; */
	background-color:whitesmoke;
	border-bottom:1px solid lightgrey;
}

.header-basic-light .header-limiter {
	/* max-width: 1200px; */
	/* text-align: center; */
	margin: 0 auto;
}

/* Logo */

.header-basic-light .header-limiter h1{
	float: left;
	font: normal 28px Alfa Slab One, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}

.header-basic-light .header-limiter h1 span {
	color: #5383d3;
}

/* The header links */

.header-basic-light .header-limiter a {
	color: #5c616a;
	text-decoration: none;
}

.header-basic-light .header-limiter nav{
	font:15px Arial, Helvetica, sans-serif;
	/* line-height: 40px; */
	line-height: 75px;
	float: right;
}

.header-basic-light .header-limiter nav a{
	display: inline-block;
	padding: 0 5px;
	opacity: 0.9;
	text-decoration:none;
	color: #5c616a;
	line-height:1;
	cursor: pointer;
}



.header-basic-light .header-limiter nav a.selected , .header-basic-light .header-limiter nav a:hover {
	background-color: #86a3d5;
	color: #ffffff;
	border-radius: 3px;
	padding:6px 10px;
}

/* Making the header responsive. */

@media all and (max-width: 600px) {

	.header-basic-light {
		padding: 20px 0;
		height: 85px;
	}

	.header-basic-light .header-limiter h1 {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}

	.header-basic-light .header-limiter nav {
		line-height: 1;
		float:none;
	}

	.header-basic-light .header-limiter nav a {
		font-size: 13px;
	}

}

/* For the headers to look good, be sure to reset the margin and padding of the body */

body {
	margin:0;
	padding:0;
}

/* icone */
.directory  .nome {
	background: url("img/folder.png") no-repeat;
	background-position:center;
	min-width:40px;
}
.directory  .nome.inps {
	background: url("img/inps.png") no-repeat;
	background-position:center;
	min-width:40px;
}
.directory.back-button .nome{
	background: none;
	background-position:center;
	min-width:40px;
}
.file  .nome{
	background: url("img/generic.png") no-repeat;
	background-position:center;
	min-width:40px;
}
.file  .nome.generic.word{
	background: url("img/word.png") no-repeat;
	background-position:center;
	min-width:40px;
}
.file  .nome.generic.excel{
	background: url("img/excel.png") no-repeat;
	background-position:center;
	min-width:40px;
}
.file  .nome.img{
	background: url("img/img.png") no-repeat;
	background-position:center;
	min-width:40px;
}
.file  .nome.generic.pdf{
	background: url("img/pdf.png") no-repeat;
	background-position:center;
	min-width:40px;
}
.file  .nome.generic.email{
	background: url("img/email.png") no-repeat;
	background-position:center;
	min-width:40px;
}







.fileupload-container.navigation-button {
	display: block;
	float: left;
	max-width: 65%;
	position:relative;
}
form#fileupload {
	padding: 10px;
	border: 1px solid lightgray;
}
#newfolder_button {
	max-width: 33%;
}

.reveal-modal {
	padding: 20px;
}

.row {
	width:100%;
	
}
.column, .columns {
	/* padding:0; */
}
.button {
	background: #2e3f6d;
	border: 1px solid #2e3f6d;
}
.button:hover{
	background: #677aac;
}
.button.dropdown.split > a:hover {
background-color: #677aac;
}
.button.dropdown.split > span:hover {
	background-color: #677aac;
}
.button.dropdown.split:hover {
	background-color: #677aac;
}
.button.dropdown.split > span {
	background-color:#2e3f6d;
	border-left: 1px solid #2e3f6d;
}

.right{
	float: right;
}

.clear {
	clear: both;
}

.button,
.button *,
button,
button *{
	white-space: nowrap;
}
.login #logo {
	width:100%;
	margin:0pt auto;
}
#logo {
	margin: 0 0 30px 0;
	padding-top: 0px;
	width: 260px;
	float: left;
	
	/* pass */
	/* border-bottom: 1px solid lightgrey;
	padding-bottom: 30px;
	padding-top: 15px; */
}

#logo img{
	border: 0;
}

.login #logo img {
	display: block;
	margin: 0 auto;
}

.login input[type="Submit"]{
	width: 120px;
	margin: 20px 0 20px 0;
}

a:hover.button,
table a:hover{
	text-decoration: none;
}


.top-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 30px;
	line-height: 26px;
	/* background-color: #383838; */
	background-color: #2e3f6d;
	padding: 2px 0 2px 0;
	text-align: right;
	color: #E0FFFA;
	font-size: 12px;
	overflow: hidden;
}

.top-menu a{
	color: #E0FFFA;
	cursor: pointer;
}

.top-menu a:hover{
	text-decoration: underline;
}

.top-menu .row{
	padding: 0 15px 0 15px;
	min-width: 800px;
}

.top-menu-spacer{
	height: 30px;
}

.nav{
    overflow: hidden;
    margin: 0 0 20px 0;
}

.navigation-button-right {
	float: right;
}

.navigation-button-right a,
.navigation-button-right input{
	float: left;
}

#newfolder_button{
	width: 400px;
	margin: 56px 0 0 0;
	float:right;

}

#newfolder_button ul li{
	min-height: 30px;
}


button.upload-done{
	width: 120px;
}


.navigation-button-right input{
	width: 56%;
	height: 37px;
	margin: 0;
	border-radius: 3px 0 0 3px;
}

.navigation-button-right div.radius{
	border-radius: 0 3px 3px 0;
	width: 44%;
}

form#fileset {
	margin: 12px 0 0 0;	
}

#fileset td{
	white-space:nowrap;	
}

table {
    width: 100%;
	white-space: nowrap;
}

table tbody {
    min-height: 50px;
    overflow: hidden;
}

table tbody tr td {
    border: medium none;
    color: #373737;
    padding: 4px 5px;
    line-height: 40px;
    vertical-align: middle;
}
.datatable td {
	line-height: 25px;
}

table .chkboxes {
	min-width: 40px;
	width: 40px;
	text-align: center;
}

a.back{
	background: url("img/icons30px.png") no-repeat scroll -30px -360px transparent;
	width: 30px;
	height: 30px;
}

table .actions{
		width: 10%;
}
table .actions button {
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align:middle;
}

table .actions button:hover {
	opacity:0.4;
}

table .actions button.action-info
{
	background: url("img/icons30px.png") no-repeat scroll -120px -150px transparent;
	display: block;
}

table .actions button.action-delete-account,
table .actions button.action-account{
	float: right;
}

table .actions button.action-account
{
	background: url("img/icons30px.png") no-repeat scroll -120px -150px transparent;
	display: block;
}

table .actions button.action-delete-account
{
    background: url("img/icons30px.png") no-repeat scroll -150px -240px transparent;
	display: block;
}

table tr.directory a{
	color: #373737;
	font-weight: bold;
}

table td.filename a{
	color: #373737;
}

tr.file td.filename a{
	max-width: 560px;
}

table td.filename a.buffer-cut {
	color: #999999;
}

table td.filename a.buffer-copy {
	color: #000080;
}

.file-list a{
	display: block;
	color: #373737;
}

table .filename{
	text-align: left;
	width: 100%;
	overflow: hidden;
}

table .filesize{
	text-align: right;
	min-width: 70px;
}

table .username{
	width: 150px;
	max-width: 150px;
	min-width: 150px;
	overflow: hidden;
}

table .homedir{
	max-width: 230px;
	overflow: hidden;
}

table .permissions{
	width: 50px;
	min-width: 50px;
	text-align: center;
	font-weight: bold;
}

table .accounts{
	width: 70px;
}

.bottom-actions{
	margin: 0 0 10px 0;
	height: 37px;
}

.bottom-actions button{
	width: auto;
	display: inline;
	padding: 10px 20px 10px 20px;
}

button.select-button{
	width: 130px;
	margin: 0 10px 0 0;
}
div#content {
	padding: 20px 30px 20px 30px;
	color: #515348;
	font-size: 76%;
	line-height: 1.6em;
	height: 1%;
	background: #FFF;
	width: 100%;
}

.reveal-modal{
	padding-top: 40px;
	top:0px !important;
}

textarea#file-content{
	max-height: 400px;
	resize: none;
}

#big_modal{
	top: 40px;
}

.modal-descr{
	margin: 0 0 20px 0;
}

.modal-content{
	margin: 20px 0 30px 0;	
}

.modal-buttons button{
	margin: 0 0 0 3px;
}

table[role="presentation"] {
	width: 100%;
	display: block;
	min-height: 40px;
}

.rename_content{
	margin: 0 0 20px 0;	
}

.close-reveal-modal{
   background: url("img/icons30px.png") no-repeat scroll -150px -240px transparent;
   width: 30px;
   height: 30px;
}

.close-reveal-modal:hover{
   opacity:0.4;
}


div#top-panel {
	height: 0px;
	margin: 20px 0 0 0;
	overflow: hidden;
}

.small-auth-menu{
	float: right;
	font-weight: bold;
}

#close-top-panel{
	display: none;
	overflow: hidden;
	margin: 0 0 10px 0;
}

tbody.files .name {
	width: 40%;
	max-width: 200px;
	overflow: hidden;
	padding: 0 0 0 10px;
}

tbody.files .progress-col,
tbody.files .error {
	width: 100%;
}

div.progress {
	width: 100%;
}

.tbody.files {
    width: 100%;
}

.template-upload span.ok {
    background: url("img/icons30px.png") no-repeat scroll -180px -240px transparent;
    border: 0 none;
    float: right;
    height: 30px;
    overflow: visible;
    width: 30px;
}

.template-upload button {
    background: url("img/icons30px.png") no-repeat scroll -150px -240px transparent;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
    margin: 2px 0 0 0;
}

.template-upload button:hover {
	opacity:0.4;
}

div.error {
	margin: 1em 0;
	background: #a62b25;
	border-top: 2px solid #db6e3c;
	border-bottom: 2px solid #db6e3c;
	padding: 5px 10px;
	color: #f2dec4;
	color: #fff;
	font-weight: bold;
}

.login div#wrapper {
	width: 420px;
}

.login div#content{
	overflow: hidden;
}

.main div#wrapper {
	min-width: 800px; 
	min-height: 100%;
	position: relative;
}
.container {
	padding-bottom:100px;
	position:relative;
}
.login div#topcorners {
	width: 420px;
}

.login div#bottomcorners {
	width: 420px;
}

.login div#header h1 a {
	width: 360px; /* 420 - 30 - 30 */
}

div#wrapper {
	text-align: left;
	margin: 0 auto;
}

div#header {
	margin-bottom: 20px;
	padding: 30px 0 0 0;
	color: #515348;
}

div#header h1 {
	margin: 0 30px;
}

div#content {
	padding: 15px 30px 10px 30px;
}

.login div#content input.inputtext {
	color: #515348;
	height: 50px;
	padding: 10px;
	font-size: 130%;
}

.login input[type="Submit"] {
	float: right;
}

#topcorners {
	background: #FFF;
	height: 10px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	behavior: url(/PIE.htc);
}

#bottomcorners {
	background: #FFF;
	height: 10px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	behavior: url(/PIE.htc);
}

.directory-tree{
	background: url("img/icons30px.png") no-repeat scroll -90px -120px transparent;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin: 0 8px 0 6px;
}

.directory-tree:hover{
	opacity:0.4;
}




/* pass */
.cerca-chiavi{
	background: url("img/keyword.png") no-repeat scroll  transparent;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin: 0 8px 0 6px;
}

.cerca-chiavi:hover{
	opacity:0.4;
}











.view-style{
	background: url("img/icons30px.png") no-repeat scroll -120px -300px transparent;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin: 0 0px 0 6px;
}

.view-style:hover{
	opacity:0.4;
}

.filter-field {
	float: right; 
	width: 140px; 
	height: 30px
}

.odd {
	background: none repeat scroll 0 0 #FFFFFF !important;
}

.even {
	background: none repeat scroll 0 0 #F9F9F9 !important;
}

.image-preview {
	width: 80px;
	/*height: 50px;*/	
	margin-right: 20px;
	border: 0;
	position: relative;
	bottom: -8px;
}

.image-size {
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin: 0 0px 0 6px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.image-size.increase{
	background: url("img/icons30px.png") no-repeat scroll -120px 0px transparent;
}

.image-size.decrease{
	background: url("img/icons30px.png") no-repeat scroll -90px 0px transparent;
}

.image-size:hover{
	opacity:0.4;
}


.filter-field .postfix {
	font-size: 85%;
	background: url("img/icons30px.png") no-repeat scroll -60px -240px transparent;
}


#dir-links{
	height: 300px;
	overflow: scroll;
}

#text-search{
	width: 200px;
	float: left;
	height: 37px;
}

.text-search-box{
	float: right;
}

.text-search-box .search-img{
	background: url("img/icons30px.png") no-repeat scroll -60px -240px transparent;
	width: 30px;
	height: 30px;
	margin: 3px 10px 0 0;
	display: block;
	float: left;
}

#dir-links li[clink]{
	cursor: pointer;
	font-weight: bold;
}

#dir-links li[isfile]{
	cursor: default;
	font-weight: normal;
}

#dir-links li{	
	list-style-type: disc;
}

#dir-links{ padding: 5px; background-color: White; margin: 0; } 
#dir-links ul{ padding: 0; margin: 0 0 0 10px; } 
#dir-links li a{ font-family: Arial; text-decoration: none; color: black; } 
#dir-links li a:hover{ color: blue; } 
#dir-links li{ list-style: none; background-image: url("img/dotted.gif"); background-repeat: repeat-y; padding: 2px 0 2px 20px; text-indent: -19px; background-position: 9px 0; } 
#dir-links li:before{ content: url("img/folder.gif") "  "; }
#dir-links li[isfile]:before{ content: url("img/page.gif") "  "; }
#dir-links li{ list-style: none; background-image: url("img/dotted.gif"); background-repeat: repeat-y; padding: 2px 0 2px 20px; text-indent: -19px; background-position: 9px 0; } 
#dir-links li:last-child{ background-repeat: no-repeat; }

div.breadcrumbs {
	margin: 0 8px 0 8px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	color: #666666;
}

div.breadcrumbs a{
	color: #666666;
}

.version-info{
	text-align: center;
	margin: 0;
	float: left;
	cursor: pointer;
}


/*----------------------------
	The Footer
-----------------------------*/

footer{
   
    bottom:0;
    height:80px;
    position:absolute;
    width:100%;
    text-align:center;
	 border-top:1px solid lightgrey;
	 z-index:1000;
}
#footer {
	margin: 50px 0 0 0;
	height: 30px;
}
.clear{
	clear:both;
}

.footer-basic-centered{
	/* background-color: ghostwhite; */
	/* background-color:seashell; */
	background-color:whitesmoke;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;

	padding: 15px;
	margin-top: 80px;
	position:absolute;
	bottom:0px;
	margin-bottom:0px;
}

.footer-basic-centered .footer-company-motto{
	color:  #8d9093;
	font-size: 20px;
	margin: 0;
	font-family: 'Gruppo', cursive;
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
	font-family: 'Gruppo', cursive;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}
footer a {
	color: cornflowerblue;
	text-decoration: none;
}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}

/*-------------------------
	Inline help tip
--------------------------*/


.help-tip{
	position: absolute;
	top: 18px;
	right: 18px;
	text-align: center;
	background-color: #BCDBEA;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

.button.dropdown ul.no-hover.show-dropdown {
	display: block !important;
	z-index: 10000;
}
.scheda {
	min-width:32px;
}