.move-project-box {
	margin-top: 1rem;
}

.move-project-box label {
	margin-bottom: 0.5rem;
}

.move-project-box .block>label {
	margin-right: 0.25rem;
}

#warning-move-project {
	font-size: 87.5%;
	color: #fc5c65;
	padding-left: 3.75rem;
}

.project-template #content:before,
.controller-redmine_x_project_templates #content:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	top: 0;
	background-image: repeating-linear-gradient(135deg, #fc5c65 0px, #fc5c65 15px, transparent 15px, transparent 30px, #4ca0ff 30px, #4ca0ff 45px, transparent 45px, transparent 60px);
	opacity: 0.75;
}

body:not([class*="theme-"]) #content:before {
	top: 83px;
}

body:not([class*="theme-"]).controller-projects.action-show #content:before,
body:not([class*="theme-"])[class*="project-"] #content:before {
	top: 112px;
}

body:not([class*="theme-"]).controller-redmine_x_project_templates #content:before {
	top: 107px;
}

.theme-Circle #content:before {
	top: 30px;
}

.theme-Classic #content:before {
	top: 24px;
}

.theme-Abacusmine #content:before {
	top: 0;
}

.theme-Redminex #content:before {
	top: 53px;
}

body[class*="theme-Zenmine"] #content:before {
	top: -25px;
}

.controller-admin .project-template-item a,
.project-template-label {
	font-style: italic;
}

.project-template-label {
	display: block;
}

@media only screen and (min-width: 480px) {
	
	.controller-favorite_projects .modal, 
	.controller-projects .modal {
		min-width: 435px !important;
	}
}

.controller-favorite_projects .modal .select2-container, 
.controller-projects .modal .select2-container {
	width: 100% !important;
}

.select2-search__field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not(.filename):not(.attachments_fields .description) {
	max-width: none !important;
}

.controller-redmine_x_project_templates #content>h2 {
	font-style: italic;
}

.controller-redmine_x_project_templates #content>h2 span {
	font-style: normal;
}

.controller-redmine_x_project_templates #content>h2 span:before {
	content: ':';
	margin: 0 4px 0 -4px;
}

.controller-favorite_projects .ui-dialog-content, .controller-projects .ui-dialog-content {
	height: 100% !important;
	overflow-x: hidden;
}

.controller-favorite_projects .modal-opened.ui-dialog, .controller-projects .modal-opened.ui-dialog {
	min-height: 400px;
}

.controller-favorite_projects .modal-opened .ui-dialog-content, .controller-projects .modal-opened .ui-dialog-content {
	min-height: 360px !important;
}

.controller-favorite_projects .modal-opened #ajax-modal form, .controller-projects .modal-opened #ajax-modal form {
	min-height: 345px;
	display: flex;
	flex-direction: column;
}

.controller-favorite_projects .modal-opened #ajax-modal form p.buttons, .controller-projects .modal-opened #ajax-modal form p.buttons {
	margin-top: auto;
}