﻿:root {
	--lp-gradient-start: rgb(145, 43, 94) 0%;
	--lp-gradient-end: rgb(17, 37, 140) 100%;
	--primary-color: #0058bd;
	--primary-color-hover: #0b5ed7;
	--primary-bordcer-color: #0b5ed7;
}
/*html {
	width: 100vw;
}*/
body {
	background-color: var(--bg-color);
	color: var(--font-color);
}

html, body {
	position: relative;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*	font-family: 'Lato', sans-serif; */
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins','Roboto', sans-serif;
	/*	font-family: 'Rajdhani','Roboto', sans-serif;
*/ font-weight: 400;
}

.container > h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	/*	color: #4681c5;*/
}

.lead {
	font-family: 'Poppins','Roboto', sans-serif;
	font-weight: 200;
}

strong {
	/*font-family: 'Poppins','Roboto', sans-serif;*/
	font-weight: bolder;
}

/*p {
	font-family: 'Lato', sans-serif;
}*/
/*main > .container {
	padding: 60px 0 0 !important;
}

.main-container {
 padding: 76px 0 0 !important;
}*/

main.container {
	min-height: 25vh; /* TODO some min height */
}

.hero {
	height: 75vh;
	background: linear-gradient(45deg, var(--lp-gradient-start), var(--lp-gradient-end));
	color: #fff;
}

.sub-hero {
	height: 25vh;
	background: linear-gradient(115deg, #4e54c8, #8f94fb);
}

.hero, .sub-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	padding-left: 10vw;
	padding-right: 10vw;
}

section.wide.gradient {
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(223deg, rgb(145, 43, 94) 0%, rgb(17, 37, 140) 100%);
	background-repeat: no-repeat;
	background-position: center top;
}

.badge-notification {
	position: absolute;
	font-size: .6rem;
	margin-top: -.1rem;
	margin-left: -.7rem;
	padding: .2em .45em;
}

/*.page-container {
	background-color: #fff;
}*/

#footer {
	height: 60px;
	background-image: url(/Images/blue_line-bottom.png) !important;
	background-position: center bottom !important;
	background-repeat: repeat-x;
	background-color: #272727 !important;
	width: 100%;
	padding-top: 60px;
	position: fixed;
	bottom: 0px;
	z-index: -1;
	font-size: 0.85rem;
}

.bg-white-wave {
	background: url('/Images/bg/creative-minimal-geometric-with-dynamic-shapes-abstract-white-grey-color-background-wallpaper_176697-503.jpg');
	background: url('/Images/bg/white-3d-paper-style-wallpaper_23-2148400294.jpg');
	background: url('/Images/bg/5e1193106307501.5f981ff64379f.jpg');
	background: url('/Images/bg/517fdc87901645.5de8293e63d49.jpg');
	background: url('/Images/bg/27c7d260789323.5a81c6936fd83.png');
	background: url('/Images/bg/06210460789323.5a82ba7f9ee85.png');
	background: url('/Images/bg/abstract-rectangle-gradient-white-gray-pattern-white-background_121035-348.jpg');
}

.bg-black-sample {
	background: url('/images/bg/black-sample.png') no-repeat center center;
}

.bg-1 {
	background: url('/images/bg/abstract-rectangle-gradient-white-gray-pattern-white-background_121035-348.jpg');
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply; /* screen */
}

.bg-2 {
	background: url('/images/bg/shutterstock_1408742924.jpg');
	background-size: cover;
	/*	background-image: url('/images/bg/shutterstock_1408742924.jpg'), linear-gradient( 300deg,#eb01a5, #3f51b5) !important;
*/
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply; /* screen */
}

.bg-3 {
	background: url(/images/bg/shutterstock_1408742924.jpg);
	background-size: cover;
	background-image: url(/images/bg/shutterstock_1408742924.jpg), linear-gradient( 300deg,#af0000, #3f51b5) !important;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}

.gradient-1 {
	background-image: linear-gradient( 300deg,#eb01a5, #3f51b5);
}

.toast-container {
	width: auto;
}

	.toast-container > .toast {
		width: initial;
	}

	.toast-container .toast-header {
		background-color: rgb(197 44 102);
		background-color: rgb(147 147 147);
		background-color: #0058bd;
		background-color: rgb(123 29 116);
		background-color: linear-gradient( 300deg, #701a78, #0058bd) !important;
		rgb(112 26 120);
		color: white;
	}

.toast-header {
	font-size: 1.2rem;
}

	.toast-header .badge {
		font-size: 0.75rem !important;
		/*		background-color: hsl(339deg 53% 17%);
		background-color: hsl(339deg 53% 17%);
*/
		padding-left: 8px;
		padding-right: 8px;
		border: 1px solid white;
	}

.login-form {
	border: 1px solid #fff;
	border-radius: 15px;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 1;
	box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	/*	-webkit-backdrop-filter: blur(8px) saturate(100%) contrast(45%) brightness(130%);
	backdrop-filter: blur(8px) saturate(100%) contrast(45%) brightness(130%);
*/
	-webkit-backdrop-filter: blur(8px) saturate(50%) contrast(80%) brightness(140%);
	backdrop-filter: blur(8px) saturate(50%) contrast(80%) brightness(140%);
	padding-left: 30px;
	padding-right: 30px;
}

	.login-form:before {
		backdrop-filter: blur(10px);
	}

.line-footer {
	height: 0;
	width: 100%;
	border-bottom: 6px solid #2ca9e1;
	border-top: 3px solid #e8eced;
	background-position: bottom left !important;
	background-repeat: repeat-x;
}

.copyright {
	background-color: #1e1e1e !important;
}

/* theme switch */
/*[data-theme=dark] {
	--primary-color: #9A97F3;
	--secondary-color: #818cab;
	--font-color: #e1e1ff;
	--bg-color: #161625;
	--heading-color: #818cab;
}
*/
/*body {
	background-color: var(--bg-color);
	color: var(--font-color);
}*/
/*
.theme-switch-wrapper {
	display: flex;
	align-items: center;
	em
{
	margin-left: 10px;
	font-size: 1rem;
}

}*/



/* flags */

/*.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}

	.flag-icon:before {
		content: "\00a0";
	}

	.flag-icon.flag-icon-squared {
		width: 1em;
	}


.flag-icon-sv {
	background-image: url(/images/flags/4x3/se.svg);
}

.flag-icon-en {
	background-image: url(/images/flags/4x3/gb.svg);
}

.flag-icon-pl {
	background-image: url(/images/flags/4x3/pl.svg);
}

.flag-icon-de {
	background-image: url(/images/flags/4x3/de.svg);
}

.flag-icon-cn {
	background-image: url(/images/flags/4x3/cn.svg);
}

.flag-icon-jp {
	background-image: url(/images/flags/4x3/jp.svg);
}

.flag-icon-es {
	background-image: url(/images/flags/4x3/es.svg);
}

.flag-icon-pt {
	background-image: url(/images/flags/4x3/pt.svg);
}

.flag-icon-ru {
	background-image: url(/images/flags/4x3/ru.svg);
}

.flag-icon-fr {
	background-image: url(/images/flags/4x3/fr.svg);
}*/


.bg-gradient-primary {
	background-image: linear-gradient( 310deg,#7928ca,#ff0080);
}

.premium-gradient {
	background-image: linear-gradient( 90deg, #2c5e92 0%, #552f6d 80%);
}

.premium-secondary-gradient {
	background-image: linear-gradient( 90deg, #2c5e92 0%, #552f6d 80%);
}

.hero-bg-premium {
	background-image: -webkit-gradient(linear, left top, right top, from(#c074b2), to(#8ab5e8));
	background-image: linear-gradient( 90deg, #c074b2, #8ab5e8);
}

.hero-bg-premium {
	background-color: #509BF5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c074b2), to(#8ab5e8));
	background-image: linear-gradient(#c074b2, #8ab5e8);
}

.tint-1 {
	background-color: rgb(74 74 74 / 50%);
	background-blend-mode: multiply;
	background-image: url(/images/bg/creative-minimal-geometric-with-dynamic-shapes-abstract-white-grey-color-background-wallpaper_176697-503.jpg), linear-gradient(90deg, rgb(0 0 0 / 75%), rgb(123 123 123 / 85%));
	background-image: -webkit-gradient(linear, left top, right top, from(#c074b2), to(#8ab5e8));
	background-image: linear-gradient(90deg, #c074b2, #8ab5e8);
}

.tint {
	background-color: rgba(100,00,100,.5);
	background-color: rgba(100,100,100,.5);
	background-blend-mode: multiply; /* screen */
	/*	background-color: linear-gradient(rgba(249, 119, 76,.75), rgba(128, 42, 12,.85));*/
	background-image: url(/images/bg/creative-minimal-geometric-with-dynamic-shapes-abstract-white-grey-color-background-wallpaper_176697-503.jpg), linear-gradient(rgba(249, 119, 76,.75), rgba(128, 42, 12,.85));
	background-image: linear-gradient(transparent, #000);
	background-image: url(/Images/bg/abstract-molecules-soft-grey-background-molecular-structures-dna-strand-neural-network-genetic-engineering-scientific-technological-concept_120542-594.jpg); /* fallback */
	background-image: url(/Images/bg/abstract-molecules-soft-grey-background-molecular-structures-dna-strand-neural-network-genetic-engineering-scientific-technological-concept_120542-594.jpg), linear-gradient(90deg,#eb01a5, #d13531); /* W3C */
	background-image: url(/Images/bg/abstract-molecules-soft-grey-background-molecular-structures-dna-strand-neural-network-genetic-engineering-scientific-technological-concept_120542-594.jpg), linear-gradient( 300deg,#eb01a5, #3f51b5);
	/*background-image: url(/Images/bg/abstract-molecules-soft-grey-background-molecular-structures-dna-strand-neural-network-genetic-engineering-scientific-technological-concept_120542-594.jpg), linear-gradient( 300deg,#01e9eb, #8400de);*/
	background-size: cover;
}

	.tint[data-color=blue]:after {
		background: #2ca8ff
	}

	.tint[data-color=orange]:after {
		background: #ffa82c
	}

	.tint[data-color=black] {
		background-color: #000000D0
	}

	.tint[data-color=white] {
		background-color: #ffffffd0;
	}

	.tint[data-color=red] {
		background-color: #dc3545d0;
	}

	.tint[data-color=indigo] {
		background-color: #6610f2d0;
	}

	.tint[data-color=pink] {
		background-color: #d63384d0;
	}

	.tint[data-color=yellow] {
		background-color: #ffc107d0;
	}

	.tint[data-color=orange] {
		background-color: #fd7e14d0;
	}

	.tint[data-color=green] {
		background-color: #198754d0;
	}

	.tint[data-color=blue] {
		background-color: #0d6efdd0;
	}


/*          Fixed Plugin       */

.fixed-plugin {
	/* position: fixed; */
	/* top:0px; */
	/* right: 50px; */
	z-index: 1031;
}

	.fixed-plugin .fa-cog {
		color: #FFFFFF;
		background-color: rgba(0,0,0,.2);
		padding: 10px;
		border-radius: 0 0 6px 6px;
	}

	.fixed-plugin .dropdown-menu {
		/* right: 0; */
		/* left: auto; */
	}

		.fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before {
			right: 10px;
			margin-left: auto;
			left: auto;
		}

	.fixed-plugin .fa-circle-thin {
		color: #FFFFFF;
	}

	.fixed-plugin .active .fa-circle-thin {
		color: #00bbff;
	}

	.fixed-plugin .dropdown-menu > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.fixed-plugin .dropdown-menu > .active > a, .fixed-plugin .dropdown-menu > .active > a:hover, .fixed-plugin .dropdown-menu > .active > a:focus {
		background: none;
		color: #777777;
	}

	.fixed-plugin img {
		border-radius: 6px;
		width: 150px;
		max-height: 65px;
		border: 4px solid #FFFFFF;
	}

	.fixed-plugin .active img, .fixed-plugin a:hover img {
		border-color: #00bbff;
	}

	.fixed-plugin .btn {
		margin: 10px 15px 0;
		color: #FFFFFF;
	}

		.fixed-plugin .btn:hover {
			color: #FFFFFF;
		}

	.fixed-plugin .badge {
		border: 3px solid #FFFFFF;
		border-radius: 50%;
		cursor: pointer;
		display: inline-block;
		height: 23px;
		margin-right: 5px;
		position: relative;
		top: 5px;
		width: 23px;
	}

		.fixed-plugin .badge.active, .fixed-plugin .badge:hover {
			border-color: #00bbff;
		}

	.fixed-plugin .badge-black {
		background-color: #000000;
	}

	.fixed-plugin .badge-white {
		background-color: #ffffff;
	}

	.fixed-plugin .badge-red {
		background-color: #dc3545;
	}

	.fixed-plugin .badge-indigo {
		background-color: #6610f2;
	}

	.fixed-plugin .badge-pink {
		background-color: #d63384;
	}

	.fixed-plugin .badge-yellow {
		background-color: #ffc107;
	}

	.fixed-plugin .badge-orange {
		background-color: #fd7e14;
	}

	.fixed-plugin .badge-green {
		background-color: #198754;
	}

	.fixed-plugin .badge-blue {
		background-color: #0d6efd
	}

	.fixed-plugin .header h5 {
		font-size: 12px;
		font-weight: 600;
		color: #888888;
		text-transform: uppercase;
	}

	.fixed-plugin .dropdown-menu > li > a {
		padding: 9px 15px;
	}

@media (max-width:768px) {
	.fixed-plugin {
		top: 80px;
		right: 0px;
	}

	.main .container {
		margin-bottom: 50px;
	}

	#video_background {
		display: none;
	}
}

.infographics-card {
	position: absolute;
	left: 40%;
	top: -20px;
	border-radius: 50%;
}


.counter {
	padding: 4px;
	align-items: center;
	justify-content: center;
}

	.counter > h1 {
		font-weight: bold;
	}

	.counter > hr {
		height: 8px;
		padding: 0;
		margin: 0;
	}

	.counter > .counter-icon {
		display: inline-block;
		padding: .35em .65em;
		line-height: 1;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		border-radius: .25rem;
		font-size: 2rem;
	}

	.counter > small {
		font-size: 0.675em;
	}





.list-group-item-action:focus, .list-group-item-action:hover {
	background-color: #d8d8d8 !important;
}


.rounded-xl {
	border-radius: 5rem !important;
}

.rounded-xm {
	border-radius: 3rem !important;
}

.rounded-xs {
	border-radius: 1rem !important;
}



/*.grow {
	flex: 1;
	overflow: hidden;
}
*/
/*.main, .side {*/
/*	overflow-y: auto;*/
/*height: calc(100% - 55px);
}*/

/*.footer, .header {
	height: 55px;
}
*/
.well {
	min-width: 250px;
}

.columnlist {
	position: relative;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

	.columnlist .list-item + .list-item {
		margin-top: 5px;
		margin-bottom: 5px;
	}

/*a:hover {
	text-decoration: underline;
}
*/

.select2-border-glow {
	/*color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
	z-index: 100;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
	background-image: var(--bs-gradient) !important;
}

	.select2-border-glow:focus {
		outline: none;
		border-color: #9ecaed;
		box-shadow: 0 0 10px #9ecaed;
		z-index: 100;
	}




/*@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

section {
	position: relative;
	z-index: 0;
	border-radius: 10px;
	overflow: hidden;
	padding: 2rem;
}

	section::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: #399953;
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-position: 0 0, 100% 0, 100% 100%, 0 100%;
		background-image: linear-gradient(#eb01a5, #3f51b5), linear-gradient(#eb01a5, #d13531), linear-gradient(#01e9eb, #8400de), linear-gradient(#377af5, #377af5);
		animation: rotate 4s linear infinite;
	}

	section::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		background: white;
		border-radius: 5px;
	}
*/

/*section {
	--borderWidth: 3px;
	background: inherit;*/ /*1D1F20;*/
/*position: relative;
	border-radius: var(--borderWidth);
}

	section:after {
		content: '';
		position: absolute;
		top: calc(-1 * var(--borderWidth));
		left: calc(-1 * var(--borderWidth));
		height: calc(100% + var(--borderWidth) * 2);
		width: calc(100% + var(--borderWidth) * 2);
		background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
		border-radius: calc(2 * var(--borderWidth));
		z-index: -1;
		animation: animatedgradient 3s ease alternate infinite;
		background-size: 300% 300%;
	}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}*/


div.dataTables_info {
	color: #999;
	font-size: 0.85rem;
}

.validation-summary-errors {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

	.validation-summary-errors::before {
		content: "Error";
		font-weight: bold;
	}

	.validation-summary-errors ul {
		padding-left: 0;
		list-style: none;
	}




ul.columns-2 {
	-webkit-column-count: 2; /* Chrome/Opera, Safari */
	-moz-column-count: 2; /* Mozilla Firefox */
	column-count: 2;
	/* Properties below are optional: */
	-webkit-column-gap: 50px; /* Chrome/Opera, Safari */
	-moz-column-gap: 50px; /* Mozilla Firefox */
	column-gap: 50px;
	-webkit-column-rule: 1px single grey; /* Chrome/Opera, Safari */
	-moz-column-rule: 1px single grey; /* Mozilla Firefox */
	column-rule: 1px single grey;
}

ul.columns-4 {
	-webkit-column-count: 4; /* Chrome/Opera, Safari */
	-moz-column-count: 4; /* Mozilla Firefox */
	column-count: 4;
	/* Properties below are optional: */
	-webkit-column-gap: 50px; /* Chrome/Opera, Safari */
	-moz-column-gap: 50px; /* Mozilla Firefox */
	column-gap: 50px;
	-webkit-column-rule: 1px single grey; /* Chrome/Opera, Safari */
	-moz-column-rule: 1px single grey; /* Mozilla Firefox */
	column-rule: 1px single grey;
}

.columns-3 {
	column-count: 3;
	column-width: 100px;
	column-gap: 40px;
/*	column-rule-style: dashed;
	column-rule-width: 1px;
*/}

/* Bootstrap Lamport-Custom style */
/* Buttons */
/* input fields */
/* Allows for customizing button radius independently from global border radius*/
/*.input-group-text {
	border-radius: 1.25rem;
}
.btn {
	border-radius: 1.25rem;
}
.form-select, .form-select-sm, .form-select-md, .form-select-lg {
	border-radius: 1.25rem;
}
.form-control {
	border-radius: 1.25rem;
}
.input-group .form-control {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
*/
/*
a {
	color: #f30a96;
}
a:hover {
	color: #f30a96;
}
*/
footer a {
	/*	color: #f30a96;
*/ text-decoration: none;
}

/*	footer a:hover {
		color: #493ef0;
		text-decoration: underline;
	}

	footer a.widget-link {
		color: rgba(255, 255, 255, 0.5) !important;
		color: #f30a96;
		text-decoration: none;
	}

		footer a.widget-link:hover {
			color: rgba(255, 255, 255, 1.0) !important;
			color: #f30a96;
			text-decoration: underline;
		}
*/
.slick-line {
	height: 2px;
	margin-bottom: 1rem;
}




/* Bootstrap overrides */


.btn-primary {
	background-color: var(--primary-color);
}

btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	background-color: var(--primary-color-hover);
	border-color: var(--primary-bordcer-color);
}

.btn-filter {
    background-color: red;
}
btn-filter:hover {
    background-color: green;
}

@media (max-width: 576px) {
	.lead {
		font-size: 1rem;
	}
}


@media (min-width: 576px) {
	.lead {
		font-size: 1rem;
	}
}


@media (min-width: 768px) {
	.lead {
		font-size: 1rem;
	}
}


@media (min-width: 992px) {
	.lead {
		font-size: 1.1rem;
	}
}


@media (min-width: 1200px) {
	.lead {
		font-size: 1.2rem;
	}
}


@media (min-width: 1400px) {
	.lead {
		font-size: 1.3rem;
	}
}

.progress {
	background-color: #6c757d !important;
}


.top-of-page-link {
	position: fixed;
	float: right;
	bottom: 10px;
	right: 10px;
	/*font-size: 12px;*/
	background-color: rgba(130,5,99,0.5);
	background-color: rgba(125,125,125,0.5);
	padding: 0.5rem;
	display: block;
	position: fixed;
	bottom: 15px;
	width: 45px;
	height: 45px;
	text-align: center;
	/*-webkit-backface-visibility: hidden;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: translateZ(0);
	transform: translateZ(0);*/
	transition: all .2s ease-in-out;
	opacity: 0.25;
}
	.top-of-page-link:hover {
		opacity: 1;
	}
.top-of-page-link:hover {
	content: 'Scroll to Top';
}

		.top-of-page-link:hover .top-of-page-link:after {
			content: 'ADD';
		}

.not-stretched-link {
	position: relative;
	z-index: 2;
}