.alfresco-form-content .form-row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.alfresco-form-content .form-row label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.alfresco-form-content .form-row input[type='text']{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	color: #888;
	width: 90%;
}

.alfresco-form-content .form-row input[name='fileName']{
	width: 70%;
}

.alfresco-form-content .form-row h4 {
	margin-bottom: 10px;
}

ul.alfresco-child-folders {
	list-style: none;
}

ul.alfresco-child-folders li {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
	background-color: white;
	border-bottom: 1px solid #ddd;
}

ul.alfresco-child-folders li span {
	display: inline-block;
	color: black;
	margin-right:10px;
	vertical-align: top;
}

ul.alfresco-child-folders li.selected span {
	font-weight:bold;
}

ul.alfresco-child-folders li a {
	color: #2a6ebb;
	display: inline-block;
	margin-right:10px;
}

ul.alfresco-child-folders li:hover {
	cursor: pointer;
}

.copy-error,
.error-filename-duplicate,
.error-folder-name-required,
.error-filename-required,
.folder-create-error,
.error-folder-required {
	display: none;
	color: red;
	font-weight: bold;
}

.copy-success {
	display: none;
	color: green;
	font-weight: bold;
}

a.back-to-parent {
	display: block;
	background-image: url(/plugins/alfresco-connector/resources/images/arrow-up-circle.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
	padding-top: 2px;
    padding-bottom: 20px;
}

a.back-to-parent:hover {
	background-image: url(/plugins/alfresco-connector/resources/images/arrow-up-circle-fill.svg);
}

a.child-folder-select {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(/plugins/alfresco-connector/resources/images/square.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;	
}

li.selected a.child-folder-select,
a.child-folder-select:hover {
	background-image: url(/plugins/alfresco-connector/resources/images/check-square-fill.svg);
}

a.child-folders-link {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(/plugins/alfresco-connector/resources/images/folder.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	float: right;
}

a.child-folders-link:hover {
	background-image: url(/plugins/alfresco-connector/resources/images/folder-fill.svg);
}

h4.create-folder {
	display: inline-block;
	background-image: url(/plugins/alfresco-connector/resources/images/chevron-up.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;	
	padding-left: 30px;
}

h4.create-folder:hover {
	cursor: pointer;
}

h4.create-folder.expanded {
	background-image: url(/plugins/alfresco-connector/resources/images/chevron-down.svg);
}

div#create-folder {
	display: none;
}

div#breadcrumbs {
	margin-bottom:10px;
}

div#breadcrumbs .folder-not-selected {
	color #ccc;
}

div#breadcrumbs a.folder:hover {
	cursor: pointer;
}