.vignette .text h1 {
	white-space: pre-wrap;
}

.vignette .text h2 {
	white-space: pre-wrap;
}

.content-container {
	height: 100%;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.portrait {
	position: relative;
}

.no-overflow {
	overflow: hidden;
}

.fa-sort:after {
	content: '\f0dc';
	overflow: hidden;
	height: 12px;
	left: 0px;
	position: absolute;
}

.fa-sort {
	position: relative;
}

.no-overflow {
	overflow: hidden;
}

.up.fa-sort:after{
	color: #6460ab;
}

.down.fa-sort:before{
	color: #6460ab;
}

.form-row>.col-2 .select2 {
    max-width:  450px;
}

iframe:not([title='reCAPTCHA']) {
	height: 100%;
	width: 100%;
	border: none;
}

iframe.full {
	height: 100vh;
	width: 100%;
	border: none;
}

.menu > li.menu-item.disabled {
	opacity: 0.2;
	cursor: not-allowed;
}

.flex-direction-column {
	flex-direction: column !important;
}

.card.flex-row .card-body {
	height: 100%;
}

.card-footer {
	margin: 1.75rem;
}
button, input, select, textarea {
	font-family: inherit;
}

.showContent {
	display: block;
	width: 100%;
	height: auto;
	padding: .75rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	background-clip: padding-box;
	border-radius: 5px;
	transition: border-color .15s ease-in-out;
	outline: initial !important;
	box-shadow: none !important;
	border: 1px solid rgba(255,255,255,0.15);
	background: rgba(0,0,0,0.15);
	color: #fff;
}