body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 400;
	width: 100%;
	color: #252525;
	background: #fff;
}

/* ============================= Common styles =================================== */

a {
	color: #005992;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: red;
}

p {
	font-size: 1em;
	margin: 0 0 0.8em 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 500;
	color: #005992;
	margin-bottom: 1em;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.75em;
	font-weight: 500;
	margin-bottom: 1em;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 0.5em;
}

strong {
	font-weight: 600;
}

em {
	font-size: 0.9em;
	color: #707070;
	font-style: normal;
}

.warning {
	color: #dd2c00;
	font-weight: bold;
}

i {
	font-size: 1em !important;
	line-height: 1.5em !important;
	vertical-align: sub !important;
	color: #005992;
}

i.fa {
	color: #707070;
}

i.fa:hover {
	color: #aaa;
}

a em {
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	vertical-align: bottom !important;
}

button em {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    vertical-align: bottom !important;
}

big {
	font-size: 1.2em;
}

hr {
	border: none;
	clear: both;
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	width: 100%;
}

hr.solid {
	height: 2px;
}

sup {
	font-size: smaller;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

.page ul {
	margin: 0px 0px 15px 20px;
}

.page ul li {
	margin-bottom: 5px;
	padding-left: 18px;
	background: url("../images/list_item.png") 0px 10px no-repeat;
}

.page ul ul li {
	margin-bottom: 5px;
	padding-left: 18px;
	background: url("../images/list_item_2.png") 0px 10px no-repeat;
}

.page ul ul ul li {
	margin-bottom: 5px;
	padding-left: 18px;
	background: url("../images/list_item_3.png") 0px 10px no-repeat;
}

.page ol {
	margin: 15px 0px 15px 25px;
	list-style-type: decimal;
}

.page ol li {
	margin-left: 18px;
	margin-bottom: 10px;
	padding-left: 0px;
}


table {
	margin: 10px 0 10px 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* =============================================== Material icons ================================= */

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/css/material-icons.woff2) format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-ms-font-feature-settings: "liga" 1;
}

/* =============================================== Page blocks ================================= */

/* Header */

#top-bar {
	background-color: rgba(0, 0, 0, 0.8);
	height: 1.8em;
	padding: 0 1em 0;
}

#top-bar a {
	font-size: 0.8em;
	text-decoration: none;
	display: inline-block;
	border-radius: 0;
}

#top-bar em {
	font-size: 1em;
	color: #fff;
	vertical-align: sub;
}

#top-bar .lang a {
	padding: 0.3em 0.5em;
}

#top-bar .lang a.current {
	background: rgba(255, 255, 255, 0.1);
}

#top-bar .lang a.current span {
	display: block;
}

#top-bar .lang a.current:hover {
	text-decoration: none;
}

#top-bar .user a {
	color: #fff;
	padding: 0.3em 0.5em;
	margin: 0;
}

#top-bar .dropdown-item {
	color: #252525 !important;
}

#top-bar .dropdown a:after {
	content: none;
}

#top-bar .dropdown-menu {
	left: unset;
	right: -1.1em;
}

/* Nav bar */

#nav-bar {
	box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

#nav-bar a {
	color: #252525;
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

#nav-bar a i {
	font-size: 1.1em !important;
	line-height: 1.5em !important;
	vertical-align: sub !important;
	color: inherit;
}

@media screen and (min-width: 960px) {
	.dropdown-menu {
		border-radius: 0.1rem;
		box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
		border: none;
		margin-left: -1em;
		z-index: 1100;
	}

	.dropdown-menu .row {
		min-width: 38em;
	}

	.flip-border {
		border-left: #e9ecef 1px solid;
		width: 55rem;
	}
}

@media screen and (max-width: 959px) {
	.dropdown-menu {
		border: none;
	}

	.flip-border {
		border-top: #e9ecef 1px solid;
    	padding-top: 0.5rem;
    	margin-top: 0.5rem;
		width: 100%;
	}
}

.dropdown-toggle::after {
	margin-left: 0;
}


.dropdown-menu {
	border-radius: 1rem;
    padding: 0.8rem 0 0.8rem;
}

/* User menu */

#top-bar .user-menu {
	display: none;
	background: #ffffff;
	font-size: 14px;
	z-index: 1100;
	position: absolute;
	border: #d0d0d0 1px solid;
	border-radius: 0.1rem;
	padding: 5px 10px 0;
	top: 1.8em;
	right: 0;
}

#top-bar .user-menu ul {
	margin-bottom: 0.5em;
}

#top-bar .user-menu a {
	color: #252525;
	display: block;
	padding: 5px 15px 5px 0;
}

#top-bar .user-menu a:hover {
	color: #266fd9;
	background: none;
}

/* Breadcrumbs */

#breadcrumbs {
	color: #707070;
	font-size: 0.8em;
	margin: 1.5em 0 -0.5em;
}

#breadcrumbs a {
	color: #8c939e;
}

#breadcrumbs span {
	background: url("../images/breadcrumb.png") right 9px no-repeat;
	padding-right: 12px;
	margin-right: 5px;
}

#breadcrumbs span.current {
	background: none;
}

#breadcrumbs span.current a {
	text-decoration: none;
}

/*Search*/

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	z-index: 9999;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	vertical-align: middle;
}

#search .button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px !important;
	margin-left: -45px !important;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	opacity: 1;
	padding: 15px 15px;
	font-weight: 300;
}

/* Search results */

.search-result {
	margin-top: 25px;
}

.search-result .search-result-item {
	margin-bottom: 25px;
}

.search-result span.search-highlight {
	border-bottom: #505050 1px dotted;
	color: #505050;
	font-weight: bold;
}

/* Column */

div.column-row {
	margin: 0 -25px 0 -25px;
}

div.column-row:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

div.column {
	float: left;
	margin-left: 25px;
	margin-right: 5px;
	width: 280px;
}

div.column.border-right {
	padding-right: 20px;
	width: 270px;
}

/* Buttons */

.nav-tabs {
	border: none;
	text-align: center;
}

.nav-tabs li {
	background: none !important;
}

input[type="text"] {
	font-family: 'Open Sans', sans-serif;
}

input[type="text"]:-webkit-input-placeholder,
input[type="text"]:-moz-placeholder {
	color: #8c939e;
}

a.right {
	float: right;
}

a.header {
	text-decoration: none;
	color: #656565;
}

a.button,
button.button,
a.button-border,
a.button-blog,
a.button-blog-active,
input[type="submit"],
input[type="button"],
input[type="reset"],
.form input[type="button"],
.form input[type="submit"],
.form input[type="reset"],
.form button,
.b24-form-btn {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	font-weight: 400 !important;
}

a.button-blog,
a.button-blog-active {
	font-weight: 400;
}

a.button,
button.button,
.form input[type="button"],
.form input[type="submit"],
.form input[type="reset"],
.form button,
.b24-form-btn {
	text-decoration: none !important;
	display: inline-block;
	white-space: nowrap;
	color: #ffffff !important;
	background: #3c87c7 !important;
	border: #3c87c7 1px solid !important;
	margin: 0.5em 0.5em 0 0 !important;
	padding: 0.3em 1em !important;
	border-radius: 99999rem !important;
	font-size: 1em !important;
}

a.button:hover,
button.button:hover,
.form input[type="button"]:hover,
.form input[type="submit"]:hover,
.form input[type="reset"]:hover,
.form button:hover,
.b24-form-btn:hover {
	background: #4b485b !important;
	border: #4b485b 1px solid !important;
	color: #ffffff;
}

a.button:active,
button.button:active {
	background: #4b485b;
	border: #4b485b 1px solid !important;
	color: #ffffff;
}

a.button-border {
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	color: #005992;
	border: #005992 1px solid;
	margin: 0.5em 0.5em 0 0;
	padding: 0.3em 1em;
	border-radius: 99999rem !important;
}

a.button-border:hover {
	background: #3c87c7;
	border: #3c87c7 1px solid;
	color: #ffffff;
	bottom: 19.5%;
}

a.button-border:active {
	background: #3c87c7;
	border: #3c87c7 1px solid;
	color: #ffffff;
	bottom: 19.5%;
}

a.button.button-download {
	background: #64b450;
	margin-left: 0px;
	border: #64b450 1px solid;
	border-radius: 0.1rem;
}

a.button.button-download:hover {
	background: #4b485b;
	border: #4b485b 1px solid;
	color: #ffffff;
	bottom: 19.5%;
}

a.button.button-download:active {
	background: #4b485b;
	color: #ffffff;
	bottom: 19.5%;
}

a.button-blog {
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	color: #252525;
	border-bottom: #bbbbbb 2px solid;
	margin: 0px;
	padding: 0.3em 2em;
}

a.button-blog:hover {
	color: #3c87c7;
	border-bottom: #3c87c7 2px solid;
}

a.button-blog-active {
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	color: #3c87c7;
	border-bottom: #3c87c7 2px solid;
	margin: 0px;
	margin-top: 10px;
	padding: 0.3em 2em;
}

a.button em,
a.button-border em,
a.button.button-download em {
	line-height: 1.5em;
	vertical-align: bottom;
	color: #ffffff;
	font-size: 16px;
}

a.button-border em {
	color: #005992;
}

a.button-border:hover em {
	color: #ffffff;
}

input[type="checkbox"] {
	margin-right: 5px;
}

#topBar a.button {
	border-radius: 0;
}

/* Pagination */

.pagination {
	margin: 0 0 1.5em;
	text-align: center;
}

ul.pagination li {
	list-style-type: none;
	margin-top: 0.5em;
	padding: 5px;
	margin-bottom: 0.5em;
	background: none;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 0.5em;
	min-width: 2.5em;
	margin: 0 0.3em 0;
	text-align: center;
	text-decoration: none;
	color: #252525;
}

.pagination a:hover,
.pagination a.active,
.pagination span {
	background-position: left -21px;
	background: #efefef;
	border-radius: 2rem;
}

/* Carousel */


.carousel-indicators {
	bottom: -50px;
}

.carousel-indicators li {
	border-radius: 0px;
	margin: 10px;
	height: 6px;
	max-width: 10px;
	border: 1px solid #FFF;
	background-color: grey !important;
}

.carousel-indicators .active {
	background-color: #fff;
	max-width: 12px;
	margin: 10px;
	height: 6px;
}


.carousel-caption {
	text-align: left;
	padding: 2em 0 2em;
	top: 30%;
}

.carousel-caption h2 {
	color: #fff;
	margin-bottom: 0;
}

.carousel-caption p {
	font-weight: 300;
	line-height: 1.3em;
}

@media screen and (min-width: 960px) {
	.carousel-caption h2 {
		font-size: 2em;
	}

	.carousel-caption p {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 959px) {
	.carousel-caption h2 {
		font-size: 1.6em;
	}

	.carousel-caption p {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 719px) {
	.carousel-caption h2 {
		font-size: 1.4em;
	}

	.carousel-caption p {
		font-size: 1em;
	}
}

@media screen and (max-width: 499px) {
	.carousel-caption h2 {
		font-size: 1em;
	}

	.carousel-caption {
		top: -5%;
		text-align: center;
	}
}

.carousel-caption img {
	width: 24em;
	margin: 2em 0 3em 0;

}

.carousel-caption a {
	margin-top: 1.5em;
}


.crop {

	width: 150px;
	height: 100px;

	object-fit: scale-down;
	overflow: hidden;
}

/* Page headers */

div.header {
	padding: 5em 0 5em;
}

.jumbotron {
	padding: 2rem;
	margin-bottom: 0;
	border-radius: 1rem;
	background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 32px 0 rgba(50, 50, 50, 0.37);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(150, 150, 150, 0.18);
}

.jumbotron-carousel {
	background: rgba(0, 0, 0, 0.5);
	margin-bottom: 0;

	border-radius: 0.1rem;
}

.header h1,
.header h2 {
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 0.5rem;
}

.header-pseven {
	background-image: url(/assets/files/slider/pseven-slider.jpg);
	background-position: 0% 50%;
	background-size: cover;
}

.header-pseven-core {
	background-image: url(/assets/files/slider/pseven-core-slider.jpg);
	background-position: 0% 10%;
	background-size: cover;
}

.header-pseven-enterprise {
	background-image: url(/assets/files/slider/enterprise-slider.jpg);
	background-position: 0% 50%;
	background-size: cover;
}

.header-text p {
	color: #ffffff;
	text-align: center;
}

.header-text ul {
	color: #ffffff;
}

.header-text a {
	color: #ffffff;
	text-decoration: underline;
}

.header-text a:hover {
	color: red;
}

.header-text a.button {
	border: #3c87c7 1px solid;
	text-decoration: none;
}

.header-text a.button.button-download {
	border: #64b450 1px solid;
	text-decoration: none;
}

.header-text a.button:hover {
	border: #4b485b 1px solid;
}


.header-text a.button-border {
	color: #ffffff;
	border: #ffffff 1px solid;
	text-decoration: none;
	margin: 0.5em 0.5em 0 0;
}

.header-text a.button-border:hover {
	color: #252525;
	background: #ffffff;
	border: #ffffff 1px solid;
	text-decoration: none;
}

.header-text a.button-border em {
	color: #ffffff;
}

.header-text a.button-border:hover em {
	color: #252525;
}

.header-text-pseven h1,
.header-text-pseven h2,
.header-text-pseven p {
	text-align: left;
	text-transform: none !important;
}

.header-video iframe {
	width: 100%;
	height: 100%;
	min-height: 200px;
}

.header-data-and-model-analysis {
	background-image: url(/assets/files/media/pseven/data-and-model-analysis/data-and-model-analysis-header.jpg);
	background-size: cover;
}

.header-predictive-modeling {
	background-image: url(/assets/files/media/pseven/predictive-modeling/predictive-modeling-header.jpg);
	background-size: cover;
}

.header-design-optimization {
	background-image: url(/assets/files/media/pseven/design-optimization/design-optimization-header.jpg);
	background-size: cover;
}

.header-scale {
	background-image: url(/assets/files/media/enterprise/scale/header-scale.jpg);
	background-size: cover;
}

.header-extend {
	background-image: url(/assets/files/media/pseven/request-demo.png);
	background-size: cover;
}

.header-collaborate {
	background-image: url(/assets/files/media/pseven/request-demo.png);
	background-size: cover;
}

.header-appshub {
	background-image: url(/assets/files/media/enterprise/appshub/appshub-header.png);
	background-size: cover;
}

.header-smartselection {
	background-image: url(/assets/files/media/pseven/smartselection/smartselection-header.jpg);
	background-size: cover;
}

.header-platform {
	background-image: url(/assets/files/media/pseven/platform/platform-header.jpg);
	background-size: cover;
}

.header-documentation {
	background-image: url(/assets/files/media/pseven/documentation-header.jpg);
	background-size: cover;
}

.header-download {
	background-image: url(/assets/files/media/pseven/download-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-licensing {
	background-image: url(/assets/files/media/pseven/licensing-header.jpg);
	background-size: cover;
}

.header-demo {
	background-image: url(/assets/files/media/pseven/request-demo.png);
	background-size: cover;
}

.header-solutions {
	background-image: url(/assets/files/media/solutions/solutions-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-academic-program {
	background-image: url(/assets/files/media/solutions/academic-program-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-aerospace {
	background-image: url(/assets/files/media/solutions/aerospace-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-oil-and-gas {
	background-image: url(/assets/files/media/solutions/oil-and-gas-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-automotive {
	background-image: url(/assets/files/media/solutions/automotive-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-biomedical {
	background-image: url(/assets/files/media/solutions/biomedical-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-electronics {
	background-image: url(/assets/files/media/solutions/electronics-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-industrial-equipment {
	background-image: url(/assets/files/media/solutions/industrial-equipment-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-turbomachinery {
	background-image: url(/assets/files/media/solutions/turbomachinery-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-chemicals {
	background-image: url(/assets/files/media/solutions/chemicals-header.png);
	background-size: cover;
	background-position: center;
}

.header-fuel-cells {
	background-image: url(/assets/files/media/solutions/batteries-header.png);
	background-size: cover;
	background-position: center;
}

.header-consulting {
	background-image: url(/assets/files/slider/consulting-slider.png);
	background-size: cover;
	background-position: center;
}

.header-training {
	background-image: url(/assets/files/slider/enterprise-slider.jpg);
	background-size: cover;
	background-position: center;
}

.header-blog {
	background-image: url(/assets/files/media/news/header-blog.jpg);
	background-size: cover;
	background-position: center;
}

.header-about-us {
	background-image: url(/assets/files/media/about-us/about-us-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-team {
	background-image: url(/assets/files/media/Team/team-header.jpg);
	background-size: cover;
	background-position: 50% 30%;
}

.header-careers {
	background-image: url(/assets/files/media/careers/careers-header.jpg);
	background-size: cover;
}

.header-partners {
	background-image: url(/assets/files/media/Partners/partners-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-distributors {
	background-image: url(/assets/files/media/distributors/distributors-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-publications {
	background-image: url(/assets/files/media/publications/publications-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-contacts {
	background-image: url(/assets/files/media/contacts/contacts-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-registered {
	background-image: url(/assets/files/media/pseven/registered-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-404 {
	background-image: url(/assets/files/media/pseven/404-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-duc2018 {
	background-image: url(/assets/files/media/news/2018/DUC2018/DUC2018-header.png);
	background-size: cover;
	background-position: 30% 60%;
}

.header-duc2018 h1 {
	line-height: 1.5em;
}

.header-duc2019 {
	background-image: url(/assets/files/media/news/2019/DUC2019/DUC2019-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-duc2019 h1 {
	line-height: 1.5em;
}

.header-duc2020 {
	background-image: url(/assets/files/media/news/2020/duc2020/duc2020-header.jpg);
	background-size: cover;
	background-position: center;
}

.header-duc2020 h1 {
	line-height: 1.5em;
}

.header-duc2021 {
	background-image: url(/assets/files/media/news/2021/DUC2021/DUC2021-header.png);
	background-size: cover;
	background-position: center;
}

.header-duc2021 h1 {
	line-height: 1.5em;
}

.header-duc2022 {
	background-image: url(/assets/files/media/news/2022/DUC2022/DUC2022-header.png);
	background-size: cover;
	background-position: center;
}

.header-p7uc2023 {
	background-image: url(/assets/files/media/Events/p7uc2023-landing.png);
	background-size: cover;
	background-position: center;
}

.header-pseven-workflow {
	background-image: url(/assets/files/media/main/pseven-workflow-parallax.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.header-minpromtorg {
	background-image: url(/assets/files/media/news/2018/minpromtorg-parallax.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.header-skoltech-uav {
	background-image: url(/assets/files/media/news/2018/Skoltech-UAV/skoltech-uav-header.png);
	background-size: cover;
	background-position: center;
}

.header-compressor-map {
	background-image: url(/assets/files/media/Use_cases/compressor-map/compressor-map-header.png);
	background-size: cover;
	background-position: center;
}

/** Backgrounds **/

.background-enterprise-screenshot {
	background-image: url(/assets/files/media/enterprise/enterprise-screenshot.png);
	background-size: cover;
    background-repeat: no-repeat;
}

.background-overlay {
	background-color: rgba(45, 45, 57, 0.8);
    padding: 12em 0 12em;
	color: white;
}



/** Footers **/

/* Request Demo Footer */

.container-request-demo {
	background-image: url(/assets/files/media/pseven/request-demo.png);
	background-size: cover;
	padding: 5em 0 5em;
}

.request-demo h2 {
	color: #ffffff;
	text-align: center;
}

.request-demo p {
	color: #ffffff;
	text-align: center;
}

/* Contact Us Footer */

@media screen and (min-width: 993px) {
	.contact-footer-img {
		text-align: center;
	}
}

@media screen and (max-width: 992px) {
	.contact-footer-img {
		text-align: left;
	}
}

.contact-footer-img iframe {
	width: 100%;
	height: 350px;
}

.contact-footer-img img {
	max-width: 80%;
	margin-bottom: 1em;
}

/* Main Footer */

.container-main-footer {
	background-image: url(/assets/files/media/main/menu-footer.jpg);
	background-size: cover;
	padding: 3em 0 1em;
}

.container-main-footer p,
.container-main-footer a {
	color: #eeeeee;
	text-decoration: none;
}

.container-main-footer a:hover {
	color: #266fd9;
}

.footer-menu li {
	font-weight: 600;
	font-size: 1em;
}

.footer-menu li a {
	text-transform: uppercase;
}

.footer-menu li ul {
	margin: 0.3em 0 2em;
}

.footer-menu li ul li {
	font-weight: 300;
}

.footer-menu li ul li a {
	text-transform: none;
}

.copyright {
	font-weight: 300;
}

.social-buttons {
	text-align: center;
}

.fa {
	padding: 0.5em;
	font-size: 1em;
	width: 2em;
	text-align: center;
	text-decoration: none;
	margin: 0 0.5em;
	border-radius: 50%;
}

a.fa:hover {
	opacity: 0.7;
	color: #ffffff;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}

.fa-youtube {
	background: #bb0000;
	color: white;
}

.fab {
	padding: 0.5em;
	font-size: 1em;
	width: 2em;
	text-align: center;
	text-decoration: none;
	margin: 0 0.5em;
	border-radius: 50%;
}

.fa-telegram-plane {
	background: #0088cc;
}

.fa-rss {
	background: #ff6600;
	color: white;
}

#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

/* Page elements */

.shadow {
	box-shadow: 0 .3rem 0.5rem rgba(0,0,0,.1)!important;
}



.block-white {
	padding: 5em 0 5em;
}

.block-white-no-gutters {
	padding: 0;
}

.block-gray {
	padding: 5em 0 5em;
	background-color: rgb(226,228,232);
}

.pseven-article {
	width: 100%;
	padding: 2em;
	margin: 1.5em 0 1.5em;
	background: #ffffff;
	overflow: hidden;
	border-radius: 1rem;
	border: rgba(0, 0, 0, 0.15) 1px solid;
}

.pseven-article-text-left {
	width: 60%;
	float: left;
}

.pseven-article-text-right {
	width: 60%;
	float: right;
}

.pseven-article-img-left,
div.pseven-article-img-right {
	text-align: center;
	width: 35%;
	float: left;
}

.pseven-article-img-left img,
.pseven-article-img-right img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	max-height: 170px;
	border-radius: 0.1rem;
	padding-bottom: 5px;
}

.pseven-text {
	display: block;
	width: 49%;
	float: right;
}

.pseven-half {
	display: block;
	width: 47%;
	float: left;
	padding-right: 25px;
}

.blog-article h2 {
	padding-bottom: 0.5em;
	border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
}

.blog-article img {
	border-radius: 0.5em;
}


.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.triumvir-cell img {
	max-height: 3em;
	max-width: 3.5em;
	margin: 0 1em 0 0;
}

.triumvir-cell p {
	padding-top: 0.5em;
}

.triumvir-img {
	height: 200px;
	padding-bottom: 10px;
	display: table;
}

.triumvir-img div {
	display: table-cell;
	vertical-align: middle;
}

.triumvir-img img {
	max-width: 100%;
	max-height: 200px;
}

.scenario-container {
	text-align: center;
	margin: 1em 0 0;
}

.scenario-cell img {
	height: 7em;
	max-width: 100%;
	margin-bottom: 1em;
}

.scenario-arrow {
	margin-top: auto;
	margin-bottom: auto;
	padding: 0;
}

.scenario-arrow em {
	font-size: 2em;
	color: #909090;
	vertical-align: sub;
	margin-bottom: 1em;
}

.scenario-image img {
	max-height: 10em;
	height: auto;
	width: auto;
}

@media screen and (max-width: 992px) {
	.scenario-arrow em {
		transform: rotate(90deg);
	}
}

/* Blog */

.card {
	border-radius: 1rem;
	border: rgba(0, 0, 0, 0.15) 1px solid;
	margin-bottom: 1em !important;
	padding: 1rem;
}

.card-img-wrapper {
	min-height: 10em;
}

.card-img {
	border-radius: 0;
}

@media screen and (min-width: 993px) {
	.blog-list-img {
		text-align: center;
	}
}

@media screen and (max-width: 992px) {
	.blog-list-img {
		text-align: left;
	}
}

.card-footer {
	background-color: #fff;
	border-top: none;
	padding-top: 0;
	border-radius: 0 0 1rem 1rem !important;
}

.card h2,
h3 {
	border-radius: 1rem 1rem 0 0;
}

.blog-list-img img {
	max-width: 100%;
	max-height: 25em;
	margin-bottom: 1em;
}

.blog-list-card-spec {
	padding: 0;
	margin: 1em 0 1em;
	background: #ffffff;
	overflow: hidden;
	border-radius: 0.1rem;
	border: rgba(0, 0, 0, 0.15) 1px solid;
}

.blog-list-card-spec-image {
	background-color: #ffffff;
	background-size: cover;
	background-position: center;
	min-height: 15em;
	width: 100%;
	position: relative;
}

.blog-card-spec {
	background-color: #ffffff;
	background-size: cover;
	background-position: center;
	min-height: 16em;
	width: 100%;
	position: relative;
	margin-bottom: 1.5em;
	border-radius: 1rem;
}

.blog-card-spec h3,
.blog-card-spec p {
	color: #ffffff;
}

.blog-card-spec a {
	text-decoration: none;
}

.blog-card-spec-info {
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 1rem 1rem;
	padding: 1em 2em 0;
	width: 100%;
	min-height: 7em;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.blog-card-spec-info:hover {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	border-radius: 1rem;
}

.blog-card-spec-description {
	display: none;
	font-weight: 300;
}

.blog-card-spec-info:hover .blog-card-spec-description {
	display: block;
}

.event-card-spec {
	width: 100%;
	padding: 0;
	margin: 1.5em 0 1.5em;
	background: #ffffff;
	overflow: hidden;
	border-radius: 1rem;
	border: rgba(0, 0, 0, 0.15) 1px solid;
}

.event-card-spec-date {
	padding: 2.15em 0.2em 2.15em;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 300;
	background-color: #f2f2f2;
}

.event-card-spec-text {
	padding: 0 2em 0;
}

.event-card-spec-image {
	background-color: #ffffff;
	background-size: cover;
	background-position: center;
	min-height: 12em;
	width: 100%;
	position: relative;
}

/* Share buttons */

.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block;
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 10px 10px 10px 0;
}

.resp-sharing-button__link:hover {
	color: #fff;
	text-decoration: none;
}

.resp-sharing-button {
	border-radius: 99999rem;
	transition: all 0.3s ease;
	padding: 0.25em 1em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.resp-sharing-button__icon svg {
	width: 16px;
	height: 16px;
	margin-right: 0.4em;
	vertical-align: sub;
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}

.resp-sharing-button__icon {
	stroke: #fff;
	fill: none;
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none;
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
	background-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
	background-color: #2795e9;
}

.resp-sharing-button--linkedin {
	background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
	background-color: #046293;
}

.resp-sharing-button--vk {
	background-color: #507299;
}

.resp-sharing-button--vk:hover {
	background-color: #43648c;
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}

.resp-sharing-button--linkedin {
	background-color: #0077b5;
	border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
	background-color: #046293;
	border-color: #046293;
}

.resp-sharing-button--vk {
	background-color: #507299;
	border-color: #507299;
}

.resp-sharing-button--vk:hover,
.resp-sharing-button--vk:active {
	background-color: #43648c;
	border-color: #43648c;
}

/* Partners */

.partner-logo {
	display: table;
	height: 10em;
	width: 100%;
}

.partner-logo div {
	display: table-cell;
	vertical-align: middle;
}

.partner-logo img {
	max-width: 80%;
	max-height: 8em;
}

.channel-partner {
	padding-bottom: 1em;
}

/* Publications */

div.pub {
	padding: 1.5em;
	margin: 1.5em 0 1.5em;
	background: #ffffff;
	overflow: hidden;
	border-radius: 1rem;
	border: rgba(0, 0, 0, 0.15) 1px solid;
}

@media screen and (min-width: 960px) {
	div.pub {
		width: 70%;
	}
}

@media screen and (max-width: 959px) {
	div.pub {
		width: 100%;
	}
}


div.pub p {
	margin-bottom: 10px;
}

div.pub p.date {
	font-size: 0.9em;
	color: #969696;
	margin-bottom: 0px;
}

div.pub section {
	overflow: hidden;
	padding-top: 5px;
}

div.pub div.date {
	float: left;
	margin-right: 1em;
	width: 4em;
	margin-top: 2px;
}

div.pub div.date span.month {
	display: block;
	color: #ffffff;
	font-size: 13px;
	background: #727884 url("../images/pub_date_month_bg.png") repeat-x;
	line-height: 27px;
	text-align: center;
	margin-bottom: 1px;
}

div.pub div.date span.day {
	display: block;
	color: #ffffff;
	background: #cbcfd3;
	text-align: center;
	font-size: 31px;
	line-height: 50px;
}

div.pub div.date span.soon {
	font-size: 13px;
	text-align: center;
	display: block;
	background: #6e7481;
	color: #ffffff;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

div.pub div.date span.passed {
	font-size: 13px;
	text-align: center;
	display: block;
	background: #acb2b8;
	color: #ffffff;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

div.pub div.date span.now {
	font-size: 0.9em;
	text-align: center;
	display: block;
	background: #6e7481;
	color: #ffffff;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

div.pub p.tags {
	color: #969696;
	font-size: 0.9em;
}

div.pub p.tags a {
	color: #969696;
}

div.pub a.bib {
	background: url("../images/icons/bibtex.png") no-repeat;
	height: 24px;
	display: inline-block;
	padding-left: 30px;
	vertical-align: middle;
}

div.pub h3 a.link {
	display: inline-block;
	background: url("../images/icons/hyperlink.png") no-repeat right;
	padding-right: 25px;
}

div.pub h3 a.static {
	display: inline-block;
	background: url("../images/icons/pdfdoc.png") no-repeat right;
	padding-right: 25px;
}

div.pub h3 sup {
	vertical-align: super;
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
}

.pub:after {
	content: '';
	display: block;
	clear: both;
}

.tags>a {
	display: inline-block;
	padding: 0px 0.15em;
	margin: 0 -0.15em;
	color: #707070 !important;
	text-decoration: none !important;
}

.tags>a:hover {
	background: #D4E2E8;
	color: #3D535C !important;
	background: #DADFE2;
	background: #EFF1F1;
	color: #222 !important;
}

#sideRight {
	float: right;
	width: 25%;
	margin: 1.5em 0 1.5em;
	padding: 0.5em 1em;
	background: #efefef;
	border-radius: 1rem;
}

.tags-cloud ul {
	text-align: left;
}

.tags-cloud li {
	display: list-item;
	margin: 0 10px 3px 0px;
}

.tags-cloud li a {
	color: #404040;
	font-size: 0.9em;
}

.tags-cloud li a:hover {
	color: red;
	text-decoration: none;
}

/* Navigation for Next/Prev article */

.page-nav {
	overflow: hidden;
}

.page-nav .page-prev {
	float: left;
}

.page-nav .page-next {
	float: right;
}

.page-nav a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	height: 40px;
	color: #505050;
}

.page-nav a:hover {
	color: #266fd9;
}

.page-nav .page-prev a {
	background: url("../images/arrow_prev.png") no-repeat left;
	padding-left: 40px;
	width: 400px;
}

.page-nav .page-next a {
	background: url("../images/arrow_next.png") no-repeat right;
	padding-right: 40px;
	text-align: right;
	width: 400px;
}

/* POPUP windows */

.fancybox-content {
	padding: 0 !important;
}

.popup {
	position: relative;
	background: #fff;
}

.popup img.close {
	cursor: pointer;
	position: absolute;
	right: 18px;
	top: 18px;
	height: 18px;
}

.popup .content {
	padding: 10px
}

.popup .title {
	padding: 1px;
	padding-bottom: 10px;
	background: #ebebeb;
}

.popup h3 {
	margin: 14px 25px 2px 25px;
	color: #252525;
	text-align: center;
}

#popupReg h3 {
	background: url("../images/popup/user.png") no-repeat;
}

div.popup .form {
	background: none;
	width: auto;
	border: none;
	padding: 0;
}

div.popup .form input[type="text"],
div.popup .form input[type="password"] {
	width: 50%;
}

.date {
	color: #707070;
	font-size: 15px;
}

pre {
	white-space: pre-wrap;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.3em;
}

pre>code {
	display: block;
}

code {
	background: #fbfbfb;
	font-family: 'Open Sans', sans-serif;
}

pre.bibtex {
	border: #ccc 1px solid;
	-moz-border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	-khtml-border-radius: 0.1rem;
	border-radius: 0.1rem;
}

pre.bibtex>code {
	padding: 2px;
}

[data-lang]:before {
	content: 'En';
	display: inline-block;
	margin: 6px 0 0 2em;
	float: right;
	padding: 0.3em;
	width: 2em;
	text-align: center;
	background: #707070;
	color: #fff;
	border-radius: 0.1rem;
	font-size: 0.5em;
	line-height: 1em;
	text-decoration: none;
}

[data-lang="fr"]:before {
	content: 'Fr';
}

[data-lang="ru"]:before {
	content: 'Ru';
}

body[lang="en"] [data-lang="en"]:before,
body[lang="ru"] [data-lang="ru"]:before,
body[lang="en"] [data-lang="web"]:before,
body[lang="fr"] [data-lang="fr"]:before {
	display: none;
}

/* SpecNav */

#contentNav div.spec-navigation {
	background-size: cover;
	background-position: center;
	padding: 10em 0 10em;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.93;
}

#contentNav div.spec-navigation a {
	text-decoration: none;
}

#contentNav div.spec-navigation:hover {
	opacity: 1;
}

#contentNav div.spec-navigation a div.container div.jumbotron {
	z-index: 10;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 1.5em;
	margin: 0 15%;
	border-radius: 1rem;
	background: rgba(0, 0, 0, 0.4);
}

.pre {
	white-space: pre-wrap;
}

.attachment {
	display: inline;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 2em;
}

.attachment>span {
	display: inline;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.attachment:before {
	content: '';
	display: inline;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: -0.5em 0;
	background: url("../images/attachment.png") center center no-repeat;
}

.keyboard-btn {
	border: #ccc 1px solid;
	padding: 0px 0.35em;
	background: #f9f9f9;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-ms-border-radius: 0.1rem;
	-o-border-radius: 0.1rem;
	border-radius: 0.1rem;
}

/* ============================= Forms =================================== */

div.form {
	background: #fff;
	border-radius: 1rem;
	padding: 1em;
}

/* Form header */

div.form h3 {
	text-align: center;
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="url"],
.form textarea,
.form select {
	border: #c0c0c0 1px solid;
	padding: 0.3em;
	font-size: 1em;
	border-radius: 1rem;
}

.form textarea {
	width: 50%;
	height: 80px;
	resize: vertical;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="url"] {
	width: 50%;
}

.form select {
	width: 50%;
	line-height: 1.2em;
	padding: 0.5em;
}

.form fieldset {
	padding: 0.5em;
	margin: 0 0 10px 0;
	border: #ddd 1px solid;
}

.form legend {
	width: auto;
	font-size: 1em;
	margin-bottom: 0;
}

.form label {
	display: block;
}

.form label.required:after {
	content: '\00a0*';
	display: inline;
	color: #900;
}

.form label.disabled {
	opacity: 0.4;
}

.form .row-form.disabled {
	opacity: 0.4;
}

.form .row-form {
	margin: 10px 0;
}

.form .hint {
	margin: 0;
	padding: 0;
	color: #999;
}

.form .note {
	font-style: italic;
}

.form span.required {
	color: red;
}

.form div.error label,
.form label.error,
.form span.error {
	color: #C00;
}

.form div.error input,
.form div.error textarea,
.form div.error select,
.form input.error,
.form textarea.error,
.form select.error {
	background: #fee;
	border-color: #C00;
}

.form div.success input,
.form div.success textarea,
.form div.success select,
.form input.success,
.form textarea.success,
.form select.success {
	background: #E6EFC2;
	border-color: #C6D880;
}

.form .errorSummary {
	color: red;
	text-align: center;
	padding: 5px;
	width: 20em
}

.form .errorMessage {
	color: red;
	font-size: 13px;
}

.form .errorSummary p {
	margin: 0;
	padding: 5px;
}

.form .errorSummary ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.wide.form label {
	float: left;
	margin-right: 10px;
	margin-top: 0.3em;
	position: relative;
	text-align: right;
	width: 120px;
	width: 40%;
}

.wide.form .row-form {
	clear: left;
}

.width-third.form input[type="text"],
.width-third.form input[type="email"],
.width-third.form input[type="password"],
.width-third.form input[type="url"],
.width-third.form textarea {
	width: 100%;
}

.width-third.form select {
	width: 100%;
}

.wide.form .buttons,
.wide.form .hint,
.wide.form .errorMessage {
	clear: left;
	padding-left: 130px;
}

.wide.form .checkbox {
	padding-left: 130px;
	text-align: left;
}

.wide.form .buttons,
.wide.form .hint,
.wide.form .errorMessage,
.wide.form .checkbox {
	padding-left: 44%;
}

.wide.form .buttons {
	padding-left: 0;
	text-align: center;
}

.wide.form .checkbox label {
	display: inline;
	float: none;
}

/* *************************************************** */

.icon-check:after {
	content: "\2713";
	content: '';
	color: #080;
	font-weight: bold;
	background: url("../images/list_item-check.png") center center no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
}

.li-level-1 {
	display: inline-block;
	margin-left: 1.2em;
}

table col.border-right {
	border-right: #bbb 4px solid;
}

table.table {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 15px auto;
}

table.table.table-full-width {
	width: 100%;
}

table.table caption,
table.table th {
	padding: 10px;
	font-weight: bold;
}

table.table td,
table.table th {
	text-align: center;
	border: #d6d7d8 1px solid;
	padding: 10px;
	vertical-align: middle;
}

table.table thead th {
	background: #ebebeb;
	font-size: 1.1em;
}

table.table tbody tr:hover {
	background: #f9f9f9;
}

table.table td,
table.table th {
	text-align: left;
}

table thead.tbhider {
	cursor: pointer;
	font-weight: bold;
}

table thead.tbhider tr height {
	color: #456;
	background: #edeeef;
}

table thead.tbhider tr> :first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	margin-top: -3px;
	background: url('../images/tbhider.png') -28px 0px no-repeat;
	background-color: #cde;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-ms-border-radius: 0.1rem;
	-o-border-radius: 0.1rem;
	border-radius: 0.1rem;
}

table thead.tbhider:hover tr> :first-child:before {
	background-position: -42px 0px;
	background-color: #789;
}

table thead.tbhider.hide-tbody tr> :first-child:before {
	background-position: -0px 0px;
}

table thead.tbhider.hide-tbody:hover tr> :first-child:before {
	background-position: -14px 0px;
}

table thead.tbhider.hide-tbody+tbody {
	display: none;
}

table.table td.nocell,
table.table th.nocell {
	border: none;
	padding: 0;
}

table.table td.table-hr {
	background: #fff;
	border: none;
	padding: 0;
	height: 5px;
	line-height: 5px;
}

table.table td.table-align-left,
table.table th.table-align-left,
table.table.table-align-left td,
table.table.table-align-left th {
	text-align: left;
}

table.table td.table-align-center,
table.table th.table-align-center,
table.table.table-align-center td,
table.table.table-align-center th {
	text-align: center;
}

table.table.table-first-col-align-left>*>tr>td:first-child,
table.table.table-first-col-align-left>*>tr>th:first-child {
	text-align: left;
}

table.table .th-vertical {
	max-width: 2.4em !important;
	height: 16em;
	text-align: right !important;
	vertical-align: bottom;
	font-size: 100%;
	line-height: 1.4em;
}

table.table .th-vertical .th-vertical-content {
	writing-mode: tb-rl;
	white-space: nowrap;
	display: block;
	font-weight: normal;
	height: 2.8em;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	font-weight: bold;
}

body:first-of-type table.table .th-vertical .th-vertical-content {
	width: 100% !important;
}

table.table .th-vertical .th-vertical-content {
	font-weight: bold;
	height: 16em;
}

table.layout {
	display: table !important;
	width: 100% !important;
	border: none !important;
}

table.layout td {
	border: none !important;
	padding: 0 !important;
}

table.layout.fixed {
	table-layout: fixed !important;
}

.footnote-reset {
	counter-reset: footnote;
}

.footnote-text-reset {
	counter-reset: footnote-text;
}

.footnote {
	counter-increment: footnote;
}

.footnote:after {
	content: counter(footnote);
	vertical-align: super;
	line-height: 0;
	font-size: 80%;
	color: #e00;
	font-weight: bold;
	margin-left: 0.2em;
}

.footnote-text {
	counter-increment: footnote-text;
}

.footnote-text:before {
	content: counter(footnote-text) ' ';
	vertical-align: super;
	line-height: 0;
	font-size: 80%;
	color: #c00;
	font-weight: bold;
}

label {
	cursor: pointer;
}

.wide.form .row-form {
	overflow: auto;
}

.row-form.title-form {
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
	font-size: 1em;
}

.wide.form .files input {
	width: 272px;
}

.blockquote {
	font-style: italic;
}

.b24-form-wrapper {
    border-radius: 1rem !important;
    padding: 1rem !important;
    box-shadow: 0 .3rem 0.5rem rgba(0,0,0,.1)!important;
}

.b24-form-control-container {
    display: flex !important;
}

.b24-form-control-container input[type=checkbox] {
    margin-right: 10px;
    margin-left: 10px;
}

.b24-form-control-desc, .b24-form-field-agreement-link {
    color: #252525 !important;
    font-size: 0.8rem !important;
    line-height: 1rem !important;
    opacity: 1 !important;
}

.b24-window-popup-wrapper {
    border-radius: 1rem !important;
    padding: 2em 1em 1em !important;
}

.b24-window-popup-head {
    display: none !important;
}

.b24-window-close {
    background-color: #fff !important;
}

.b24-window-close:before, .b24-window-close:after {
    background-color: #252525 !important;
}

.b24-form-recaptcha {
	margin: 0 !important;
	display: none !important;
}

.b24-form-sign {
	margin: 0 !important;
	display: none !important;
}

.b24-form-field-agreement-link:after {
    content: '\00a0*';
    display: inline;
    color: #900;
}

/*** custom css ***/

img.img-fluid.img90 {
	width: 90%;
}

.filter-pseven {
	filter: invert(56%) sepia(81%) saturate(2908%) hue-rotate(346deg) brightness(97%) contrast(96%);
}

.filter-pseven-enterprise {
	filter: invert(64%) sepia(36%) saturate(4823%) hue-rotate(347deg) brightness(99%) contrast(93%);
}