.nav-tab-content:not(.active) {
	display: none;
}

.bootstrap-switch-container.mini-inline-switch {
	width: 70px;
	margin-left: 7px;
	display: inline;
}

.modal-content > ul.nav-tabs {
	margin-bottom: 5px !important;
}


button.toggle-on-hover {
	width: 180px;
	height: 22px;
	overflow: hidden;
	position: relative;
}

.toggle-on-hover > span {
	transition: all 0.3s ease 0s;
	position: absolute;
	left: 0;
	right: 0;
	top: 2px;
	margin: auto;
}

.toggle-on-hover > span.on-hover,
.toggle-on-hover:hover > span.default {
	top: -50px;
}

.toggle-on-hover:hover > span.on-hover {
	top: 2px;
}

td > div.stripe-row {
	color: white;
	width: 100%;
	height: 15px;
	background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #e7ecf1 11px, #e7ecf1 12px);
}

.progress > .bg-success-lighter {
	background-color: #adc546 !important;
}


.gallery--container {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	overflow: auto;
	position: relative;
}

.gallery--container.gallery--container--expanded {
	display: block !important;
}

.gallery--container .gallery--image {
	max-height: 250px;
	height: 250px;
	display: inline-flex;
	position: relative;
	margin-bottom: 15px;
	min-width: 250px;
	border: 1px solid #dee2e6;
	border-radius: .25rem !important;
	justify-content: center;
	align-items: center;
}

.gallery--container .gallery--image > .gallery--primary-image--container {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #0000001a;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 20;
}

.gallery--container .gallery--image.gallery--primary-image > .gallery--primary-image--container {
	display: flex;
}

.gallery--container .gallery--image > .gallery--primary-image--container > i,
.gallery--container .gallery--image > .gallery--primary-image--container > svg {
	font-size: 2rem;
}

.gallery--container .gallery--image:not(:last-of-type) {
	margin-right: 15px;
}

.gallery--container .gallery--image > img {
	max-width: 100%;
	max-height: 100%;
	z-index: 10;
	padding: 10px;
	border: none !important;
	background: transparent;
}

.gallery--container.choosing-primary-image .gallery--image:hover {
	border-color: #10a5bd;
	border-width: 2px;
}

.gallery--container.choosing-primary-image .gallery--image:hover > .gallery--primary-image--container {
	display: flex;
}

.gallery--container .gallery--image .btn-outline-danger {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 100;
	width: 30px;
	text-align: center;
	padding: 0;
	height: 30px;
}

.form-group + #language-nav {
	margin-top: 20px;
}

legend + #language-nav + .tab-content > .tab-pane > .form-group:first-child,
.form-group:first-child + #language-nav + .tab-content > .tab-pane > .form-group:first-child{
	display: none;
}

fieldset .tab-content + .cms-form-buttons,
.tab-content input[type="button"]:not([onclick])
{
	display: none;
}