/home/ivoiecob/email.hirewise-va.com/modules/FilesWebclient/styles/storages.less
.storages_panel {
	min-width: 200px;
	width: 200px;
	
	.title {
		.icon.typepersonal:before {
			content: "\e618";
		}

		.icon.typecorporate:before {
			content: "\e629";
		}
		
		.icon.typeshared:before {
			content: "\e912";
		}
		.icon.typetrash:before {
			content: "\e612";
		}
		.icon.typefavorites:before {
			content: "\e613";
		}
	}
	
	.panel_bottom  {
		background: none;
		border: 0px;
		border-radius: 0px;
		padding: 0px 0px 4px 0px;
		min-height: 24px;
	}
}