/* Most CSS is in resources.css - Classes are reused for assignments, for the same look */

.web-page-assignments {
	margin      : 0 1rem;
	opacity     : 1;
	padding-top : 2.2rem !important;
	transform   : translateX(0) scale(1);
	transition  : opacity 0.5s, transform 0.5s;
}

.web-page-assignment-create .resource-image-container {
	background : #56b76b !important;
}

.web-page-assignment-link .resource-image-container {
	background : #00b5ad !important;
}

.web-page-assignment-create .resource-image-container,
.web-page-assignment-link .resource-image-container {
	border-radius : 5px;
	transform     : none;
	transition    : transform 0.3s;
}

.web-page-assignment-create .resource-default-image,
.web-page-assignment-link .resource-default-image,
.web-page-assignment-create .resource-default-image::before,
.web-page-assignment-link .resource-default-image::before {
	background-color : inherit !important;
}

.web-page-assignment-create .resource-default-image::before {
	background-image : url(../img/plus.png);
}

.web-page-assignment-create:hover .resource-image-container,
.web-page-assignment-link:hover .resource-image-container {
	background : #66c77b;
	transform  : scale(1.015) translate(0,0.15rem);
}

.web-page-assignment-create:active .resource-image-container,
.web-page-assignment-link:active .resource-image-container {
	background : #36974b;
	transform  : none;
}

.web-page-assignment-edit .resource-default-image::before,
.web-page-assignment-view .resource-default-image::before {
	background-image : url(../img/picture-o.png) !important;
}

.web-page-link-assignment {
	display : block;
}

.web-page-assignment-top {
	padding : 1.3rem;
}

.web-page-link-assignment-row {
	display : flex;
	margin  : 0.4rem;
}

.web-page-assignment-link-select,
.web-page-assignment-link-category {
	flex-grow : 1;
}

.web-page-assignment-link-text {
	display     : inline-block;
	font-size   : 1.1rem;
	font-weight : 900;
	width       : 7rem;
}

.web-page-link-assignment .resource-bottom {
	align-items     : center;
	background      : linear-gradient(to left, #f7f7f0, #f3f7fa);
	border-top      : 1px solid #e9e9e9;
	display         : flex;
	justify-content : flex-end;
	padding         : 0.7rem 0.4rem;
}

.resource-bottom .link-assignment-save {
	background : #56b76b;
	color      : white;
}
