.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.button-group-container-right-top {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.button-group-element {
	margin-left: 5px;
}

.clear {
	clear: both;
}

.table-responsive {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	border: 0;
}

.sidebar .content .cite {
	color: #5d5d5d;
	margin: 0;
	margin-top: 20px;
}

.form-control.small {
	width: auto;
	display: inline;
}

.error-message {
	margin-top: 5px;
	font-size: 12px;
	color: #ff0000;
}

.sidebar li.highlight-light {
	background: #555555;
}

.arrow-highlight {
	color: #ffffff !important;
}

.sidebar li.highlight-light a, .arrow-highlight-light {
	color: #eeeeee !important;
}

/*
 *  explanation boxes
 */
.explanation-anchor {
	position: relative;
}

.explanation-quit {
	position: fixed;
	width: 100%;
	bottom: 10px;
	left: 0px;
	right: 0px;
	z-index: 100000;
	text-align: center;
	display: none;
}

.explanation-box {
	display: none;
	position: absolute;
	z-index: 2000;
}

.explanation-box.active {
	display: block;
	display: -webkit-box;
}

.explanation-box .explanation-content {
	width: 400px;
	position: absolute;
}

.explanation-box h2, .explanation-box p {
	color: #fff;
	line-height: 160%;
}

.explanation-box p {
	line-height: 200%;
	margin-bottom: 20px;
}

.explanation-box.position-full {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	background: rgba(0, 0, 0, 0.9);
	padding: 60px;
}

.explanation-box.position-full .inner {
	max-width: 600px;
	margin: 0px auto;
}

.explanation-box.position-choose-backend {
	position: fixed;
	right: -25px;
	top: -25px;
	width: 300px;
	height: 100px;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.9) 0 0 0 1990px;
}

.explanation-box.position-choose-backend i {
	position: absolute;
	top: 100px;
	left: -20px;
	color: #fff;
	font-size: 30px;
}

.explanation-box.position-choose-backend .explanation-content {
	top: 130px;
	left: -250px;
	color: #fff;
}

.explanation-box.position-menu {
	position: fixed;
	left: -25px;
	top: 70px;
	width: 240px;
	height: 430px;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.9) 0 0 0 1990px;
}

.explanation-box.position-menu i {
	position: absolute;
	top: 200px;
	left: 250px;
	color: #fff;
	font-size: 30px;
}

.explanation-box.position-menu .explanation-content {
	top: 80px;
	left: 300px;
	color: #fff;
}

.explanation-box.position-content-area-with-buttons {
	position: absolute;
	left: -5px;
	right: -5px;
	top: 45px;
	bottom: 0px;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.9) 0 0 0 1990px;
}

.explanation-box.position-content-area-with-buttons i {
	position: absolute;
	top: -30px;
	left: -30px;
	color: #fff;
	font-size: 30px;
}

.explanation-box.position-content-area-with-buttons .explanation-content {
	top: -225px;
	left: -190px;
	color: #fff;
	width: 600px;
}

.explanation-box.position-content-area-buttons {
	right: -10px;
	left: -10px;
	height: 50px;
	top: -9px;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.9) 0 0 0 1990px;
}

.explanation-box.position-content-area-buttons i,
.explanation-box.position-content-area-multiple-tables i {
	position: absolute;
	top: 10px;
	left: -70px;
	color: #fff;
	font-size: 30px;
}

.explanation-box.position-content-area-buttons .explanation-content,
.explanation-box.position-content-area-multiple-tables .explanation-content {
	top: -80px;
	left: -500px;
	color: #fff;
}

.explanation-box.position-content-area-multiple-tables {
	right: -10px;
	left: -160px;
	height: 50px;
	top: 1px;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.9) 0 0 0 1990px;
}

.explanation-box.position-content {
	right: -10px;
	left: -10px;
	bottom: -9px;
	top: -9px;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.9) 0 0 0 1990px;
}

.explanation-box.position-content i {
	position: absolute;
	top: -55px;
	left: 70px;
	color: #fff;
	font-size: 30px;
}

.explanation-box.position-content .explanation-content {
	top: -200px;
	left: 130px;
	color: #fff;
}

.explanation-box.position-content .explanation-content.left {
	left: -130px;
}

.explanation-box.position-content .explanation-content.up-left {
	top: -250px;
	left: -130px;
}

.explanation-box.position-content .explanation-content.big {
	width: 600px;
}

.login-layout {
	background: url('bg-login.jpg');
	background-size: cover;
}

.login-subtitle {
	margin-top: 30px;
	color: #fff;
}

.modal-isotope {
	height: 90%;
	width: 90%;
}

.modal-isotope .modal-content {
	height: 100%;
	background: #f5f5f5;
	position: relative;
}

.modal-isotope .modal-content .modal-header {
	background: #fff;
	height: 105px;
}


.isotope-button-container {
	margin-top: 15px;
}

.modal-isotope .modal-content .modal-body {
	position: absolute;
	top: 105px;
	bottom: 0px;
	width: 100%;
	padding: 0px;
}

.isotope-scroll-container {
	overflow: auto;
	height: 100%;
}

.isotope-item {
	width: 23%;
	padding: 10px;
	margin: 10px 1%;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}

.isotope-item img {
	width: 100%;
}

.dd-elements {
	width: 100%;
	max-width: 100%;
}

.elements-dragable-handle {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.elements-dragable-handle:before {
	position: relative;
	top: 0px;
	width: auto;
}

.elements-dragable-content {
	height: auto;
}

.elements-dragable-content img {
	float: left;
	width: 20%;
}

.elements-dragable-content .elements-dragable-content-desc {
	float: left;
	width: 55%;
	margin: 0px 5px;
}

.elements-dragable-content .elements-dragable-content-config {
	float: left;
	width: 20%;
}

.elements-dragable-content .elements-dragable-content-desc h2,
.elements-dragable-content .elements-dragable-content-config h2 {
	margin: 0px;
	margin-bottom: 10px;
	color: #000 !important;
	font-size: 20px;
	font-weight: bold;
}

.elements-dragable-content .elements-dragable-content-desc p,
.elements-dragable-content .elements-dragable-content-config p {
	color: #000 !important;
}

.elements-dragable-content .elements-dragable-content-config p .value {
	font-weight: 500;
}

.elements-dragable-content:after {
	content: '';
	display: block;
	clear: both;
}

.elements-heading .panel-title {
	height: 65px;
}

.elements-heading button {
	position: absolute;
	right: 15px;
	top: 15px;
}

.elements-footer form {
	margin-bottom: 0px;
}

.m-right-10 {
	margin-right: 10px;
}

.img-responsive {
	width: 100%;
}

.area-invisible {
	display: none;
}

.editor-visible {
	position: relative;
	height: 600px;
	width: 100%;
}

.expert-feature {
	font-size: 8px;
	color: #bb0000;
}

@media screen and (max-width: 1199px) {
	.isotope-item {
		width: 31%;
	}
}

@media screen and (max-width: 991px) {
	.explanation-box, .ico-info-sign, .explanation-quit {
		display: none !important;
	}

	.isotope-item {
		width: 48%;
	}
}

@media screen and (max-width: 479px) {
	.isotope-item {
		width: 98%;
	}
}

.first-steps-container {
	border-radius: 5px;
	background-color: #4b8df8;
	padding-top: 10px;
}

.first-steps-title {
	color: #fff;
}

ol.termsConds, ol.termsConds > ol {
	list-style: none;
	padding-left: 0;
}

ol.termsConds {
	counter-reset: paragraph-counter;
	font-size: 2rem;
}

ol.termsConds > li {
	counter-increment: paragraph-counter;
}

ol.termsConds > li > ol {
	padding-left: 0;
	padding: 0.3rem 0 0.7rem 0.2rem;
	font-size: 1rem;
}

ol.termsConds > li::before {
	content: "§" counter(paragraph-counter) " ";
}

ol.termsConds > ol {
	counter-reset: under-paragraph-counter;
}

ol.termsConds > li > ol > li {
	counter-increment: under-paragraph-counter;
	display: flex;
	padding: 0.3rem 0 0.3rem 0;
}

ol.termsConds > li > ol > li::before {
	content: counter(paragraph-counter) "." counter(under-paragraph-counter);
	padding-right: 0.5em;
}

.description-text {
	color: #6f6f6f;
	font-size: 10px;
	font-weight: lighter;
}

.checkbox-align-middle {
	margin: 0px 5px 0 0 !important;
	vertical-align: middle;
}

.purchase-form {
	display: none;
}

.purchase-form.active {
	display: block;
}

.test-period-expired-text {
	text-align: center;
}

.standard-pic-uploader {
	margin: 0;
	width: 100%;
}

@media (max-width: 1199px) {
	#buttonContainer {
		margin-top: 10px;
	}
}

.datetimeContainer {
	display: inline-flex;
	white-space: nowrap;
}

/**
for devises smaller as as iphone 6/7/8 plus
 */
@media (max-width: 415px) {
	.datetimeContainer {
		display: inline-grid;
	}
}

/**
for Galaxy Fold
 */
@media (width: 280px) {
	.datetimeContainer {
		white-space: inherit;
	}
}

@media (min-width: 992px) and (max-width: 1023px) {
	.datetimeContainer {
		display: block;
	}
}

.places-selection-aggregated,
.places-selection{
	padding-top: 0 !important;
	border-top: 1px solid transparent;
	border-top-color: #e0e7e8 !important;
}

.tab-wrapper{
	display: flex;
	flex-direction: row;
}

.competition-tab{
	padding: 10px;
	background: lightgrey;
	border-right: 1px solid whitesmoke;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.competition-tab:hover{
	cursor: pointer;
	background: white;
}

.competition-tab.active{
	background: #4b8df8;
	color: white;
}

.hidden-submit-btn{
	display: none;
}

#submit-text{
	margin: 0 0 0;
}

#input-btn-gallery{
	display: none;
}
