.top-0 {top: 0;}
.bottom-0 {bottom: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}

.required:after {
	content: " *";
	color: red;
}
.form-check .required:after {
	content: '';
}
.rounded-bottom-0 {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: -1px;
}
.rounded-top-0 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
a.link-raw, a.link-raw * {
	color: inherit;
	text-decoration: inherit;
}
.crossed-out {
	position: relative;
}
.crossed-out::before {
	position: absolute;
	content: '';
	left: 0; right: 0;
	top: 50%;
	border-top: 1px solid;
	border-color: inherit;
	transform: rotate(-15deg);
}

.sortable .card-header {
	cursor: move;
}
.component-list .card {
	min-height: 350px;
}
.document-list .card {
	min-height: 350px;
}
.page-list .card {
	min-height: 350px;
}
.card-body {
	overflow: hidden;
}

.card.hover {
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}

a.card-body {
	color: inherit;
	text-decoration: inherit;
}



.thumb-remove {
	background: white;
}

.btn-container {
	transition: opacity 0.5s linear 0.5s;
	opacity: 0;
}
.card-body:hover .btn-container {
	opacity: 1;
}


h1 a .fa-chevron-left {
	margin-left: -1.25em;
	margin-right: 0.25em;
}

.media-collection .form-check {
	display: none;
}

.header-link img {
	max-height: 60px;
}
.header-link img.active {
	outline: 2px solid #007bff;
}
.form-control-file {
	overflow: hidden;
}

.status-submit .card {
	border: 2px solid rgba(0, 128, 0, 0.5);
}
.status-process .card {
	border: 2px solid rgba(23, 162, 184, 0.6);
}

/* PRINTABLE */

.printable h1, .printable .h1 { font-size: 2.5em; margin: 0;}
.printable h2, .printable .h2 { font-size: 2em; margin: 0;}
.printable h3, .printable .h3 { font-size: 1.75em; margin: 0;}
.printable h4, .printable .h4 { font-size: 1.5em; margin: 0;}
.printable h5, .printable .h5 { font-size: 1.25em; margin: 0;}
.printable h6, .printable .h6 { font-size: 1em; margin: 0;}

.printable .col-sm-3 {flex: 0 0 25%; max-width: 25%;}
.printable .col-sm-4 {flex: 0 0 33.333333%; max-width: 33.333333%;}
.printable .col-sm-5 {flex: 0 0 41.666667%; max-width: 41.666667%;}

.printable .card {border-radius: 0; padding-right: 5px;}
.printable .card-header {display: none;}


@media print {
	.badge {
		border: none;
	}
}

.printable .images-container {padding-top: 55%; margin: 2px;}

.printable .col-6 {font-size: 90%; padding: 2rem 3rem;}
.printable .col-4 {font-size: 65%; padding: 0.5rem 1.5rem;}
.printable .col-3 {font-size: 50%; padding: 1.25rem 1rem;}