/*
 Theme Name:   Vincentz Theme
 Description:  Theme developed for Vincentz Networks
 Author:       Wirth-Horn GmbH
 Author URI:   http://www.wirth-horn.de
 Template:     genesis.2.2.7
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  genesis.2.2.7-child
*/


/* --- BACKGROUND --- */

body {
	background-color: #2A4480;
	background: url(images/bg_image.jpg) no-repeat center center fixed;
	background-size: cover;
	font-family: Ubuntu;
	min-width: 600px;
}

*:focus {
	outline: none;
}

/* --- LOADING INDICATOR --- */

.spinner {
	opacity: 1.0;
	color: rgb(200, 200, 200);
}

.spinner-small {
	width: 15px;
	height: 15px;
}

.spinner-inline {
	display: inline-block;
	margin-left: 5px;
}

.loading-indicator {
	color: rgb(225, 225, 225);
	padding: 15px;
	text-align: center;
}

.loading-indicator > i {
	font-size: 70px;
}

.loading-indicator > .text {
	display: block;
}

/* --- Cookie advice --- */
#cookie-notice .button.bootstrap {
	background: #FFFFFF;
	color: #1aa8e6;
	font-size: 14px;
	border: none;
	border-radius: 0;
	padding: 3px 15px;
}

/* --- To Top button --- */
.to-top-button {
	position: fixed;
    bottom: 0px;
    right: auto;
    cursor: pointer;
    transition: opacity 0.3s, visibility 0.3s;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    font-size: 25px;
    line-height: 100%;
    color: white;
    background: rgb(0, 159, 227);
    opacity: 0;
    visibility: hidden;
}

#cookie-notice .button.bootstrap:hover,
#cookie-notice .button.bootstrap:focus {
	color: black;
	background: white;
}

/* --- TOOLTIPSTER --- */

.tooltipster-template {
	display: none;
}

.tooltipster-content .tooltipster-template {
	display: block;
	max-width: 400px;
	line-height: 150%;
}

.tooltipster-sidetip .tooltipster-content {
	color: black;
}

.tooltipster-content .tooltipster-template p {
	margin-bottom: 10px;
}

.tooltipster-content .tooltipster-template p:last-child {
	margin-bottom: 0;
}

.tooltipster-content .tooltipster-template li {
	padding-left: 10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
	background: rgba(255, 255, 255, 0.9);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: rgba(255, 255, 255, 0.9);
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
	color: #666;
}

/* --- BOOTSTRAP MULTISELECT --- */

.multiselect {
	text-transform: none;
	border-radius: 0;
}

.multiselect-container > li > a > label {
	padding: 10px 20px 10px 10px;
	display: flex;
	align-items: center;
}

.multiselect-container>li>a>label>input[type=checkbox] {
	margin-left: 0;
	margin-right: 7px;
	margin-bottom: 0;
	position: relative;
}

/* --- BOOSTRAP --- */

.nav-tabs {
	border-bottom-color: #1aa8e6;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-color: #1aa8e6;
	background: #1aa8e6;
	color: white;
	font-weight: 400;
}

.nav-tabs>li>a {
	border-radius: 0;
	padding: 8px 15px;
	background: #eee;
	border-bottom-color: #1aa8e6;
}

.nav-tabs>li>a:hover {
	background: #D9EBF0;
	border-color: #D9EBF0 #D9EBF0 #1aa8e6;
}

.label {
	padding: 0;
	font-weight: inherit;
	text-align: left;
	border-radius: 0;
}

label {
	font-weight: normal;
}

.checkbox {
	display: initial;
	margin: 0;
}

input[type=checkbox] {
	margin: 0;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: default;
}

*[data-toggle="collapse"] {
	cursor: pointer;
}

.alert {
	border: none;
	border-radius: 0;
	color: white;
}

.alert-danger {
	background: rgb(255, 0, 0);
}

.alert-info {
	background: white;
	color: black;
}

.pagination {
	margin: 20px 0;
}

.pagination > li > a {
	cursor: pointer;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background: #1aa8e6;
}

.pagination>li>a,
.pagination>li>span {
	color: #1aa8e6;
}

.home .pagination {
	margin: 20px;
	position: absolute;
	bottom: -40px;
}

.home .pagination a {
	color: white;
}

/* --- HEADER --- */

body > div {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color:black;
	font-family: Ubuntu;
	margin-top: 20px;
}

h1 {
	font-size: 2.6rem;
	margin-top: 10px;
}

h2 {
	font-size: 2.4rem;
}

h3,
.home .entry-title {
	font-size: 2.2rem;
}

h4, h5 {
	margin-top: 20px;
	font-weight: 500;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.6rem;
}

a, a:visited{
	color:black;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

blockquote {
	margin: 30px;
}

.wp-caption-text {
	font-weight: 300;
	font-size: 14px;
	color: #666;
	margin-bottom: 0;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 20px 20px;
}

img.alignnone, .alignnone {
	margin-bottom: 0;
}

.site-inner {
	padding-top: 130px;
}

.site-header {
	background-color: #002957;
	width: 100%;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	min-width: 600px;
	min-height: auto;
	max-height: none;
}

.site-header .wrap {
	padding: 0px;
	margin: 0px;
	max-width: 100%;
}

.default-header {

}

.default-header > * {
	float: left;
}

.sticky-model-cell {
	position: fixed !important;
	background: white !important;
	top: 50px;
	z-index: 100;
	border-top: 0;
    overflow: hidden;
    width: 9999px;
}

.sticky-model-btns {
	position: fixed !important;
	top: 85px;
	z-index: 100;
}

/* Logo */

.logo {
	margin: 17px 20px 17px 34px;
}

.logo-small {
	height: 40px;
	margin: 5px 34px 5px 34px;
}

/* Primary menu */

.menu-top-navigation-container,
.menu-top-navigation-for-logout-users-container {
	float: right;
}

#menu-top-navigation,
#menu-top-navigation-for-logout-users {
	background-color: #002957;
}

#menu-top-navigation li,
#menu-top-navigation-for-logout-users li {
	float: left;
	padding: 10px 15px;
}

#menu-top-navigation li a,
#menu-top-navigation-for-logout-users li a {
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 5px 5px 5px;
}

#menu-top-navigation li a:hover,
#menu-top-navigation-for-logout-users li a:hover {
	border-bottom: 2px solid #1aa8e6;
}

.default-header .button {
	margin-right: 10px;
	background: #B4BBCB;
}

.default-header .button:last-child {
	margin-right: 0;
}

.default-header .button.active {
	background: #1aa8e6;
}

.area-selection,
.right-menu-items > * {
	margin-top: 40px;
}

.site-header-small .area-selection,
.site-header-small .right-menu-items > * {
	margin-top: 7px;
}

.right-menu-items {
	float: none;
	overflow: hidden;
}

/* Search field */

.site-header .search-form {
	width: auto;
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}

.search-field {
	position: relative;
	border-bottom: 2px solid #FFF;
	padding: 2px;
	margin: 0;
	width: 100%;
	max-width: 400px;
}

.search-field-text {
	padding-left: 17px;
	padding-right: 25px;
}

.search-field-text input {
	font-family: Ubuntu;
	font-size: 18px;
	color: #FFF;
	border: none;
	background: #002957;
	padding: 0px;
	height: 30px;
}

.search-field-text input:-moz-placeholder,
.search-field-text input::-moz-placeholder{
	color: #FFF;
	opacity: 1;
}
.search-field-icon .fa-times{
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #FFF;
}

.search-field-icon {
	position: absolute;
	right: 0;
	top: 3px;
	bottom: 0;
	color: #FFF;
}

.search-field-icon button.search-submit {
	background: none;
	padding: 0;
}

.reset-search-button,
.reset-search-icon {
	/*display: none;*/
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 0;
	cursor: pointer;
	color: #FFF;
	line-height: 30px
}

.search-field-icon a:visited {
	color: #FFF;
}

.search-bar-button {
	background: none;
	margin-top: 28px;
	transition: none;
}

.site-header-small .search-bar-button {
	margin-top: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}

.search-bar-button:hover,
.search-bar-button:focus {
	background: none;
	outline: none;
}

.search-bar {
	position: absolute;
	left: auto;
	right: 0;
	top: 99px;
	height: 100%;
	max-height: 0;
	background: black;
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	transition: max-height 0.35s;
	overflow: hidden;
	z-index: 10001;
}

.site-header-small .search-bar {
	top: 50px;
}

.search-bar.in {
	max-height: 50px;
}

.search-bar .search-field {
	margin: 0;
	margin-top: 5px;
	float: none;
	max-width: none;
}

.search-bar .search-field-text input {
	background: none;
}

/* Help link */
header .help-link {
	float: right;
	padding: 10px 15px;
}

header .help-link > a {
	color: white;
	padding: 0px 5px 5px 5px
}

header .help-link > a:hover {
	border-bottom: 2px solid #1aa8e6;
}

/* --- SIDEBAR --- */

.sidebar {
	width: 300px;
}


.sidebar > *{
	float: right;
}

/* Hide the secondary sidebar */
.sidebar.sidebar-secondary {
	display: none;
}

/* Login Widget */

.login-widget {
	width: 270px;
	margin: 15px;
	background: white;
}

.login-widget .login-header {
	background: #1aa8e6;
	color: white;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.login-widget .input-container {
	margin: 15px;
}

 .input-container input[type="text"],
.login-widget .input-container input[type="password"] {
	padding: 10px;
}

.login-widget input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #777;
}
.login-widget input::-moz-placeholder { /* Firefox 19+ */
	color: #777;
}
.login-widget input:-ms-input-placeholder { /* IE 10+ */
	color: #777;
}
.login-widget input:-moz-placeholder { /* Firefox 18- */
	color: #777;
}

.login-widget input.button,
.login-widget button.button,
.login-widget a.button {
	width: 100%;
	height: 40px;
}

.login-widget a.link {
	display: inline-block;
}

.login-widget .login-failed {
	color: red;
}

.login-redirect-modal .redirect-links {
	text-align: center;
}

.login-redirect-modal .redirect-links .input-container {
	margin-top: 15px;
}

.forget_password input[type="text"] {
	padding:5px 10px;
}

/* Sidebar Widget */

.sidebar .widget {
	margin: 15px;
	padding: 0;
	font-size: 0.0rem;
	width: 270px;
}

.sidebar img {
	margin: 0;
}


/* --- CONTENT --- */
.content {
	width: 900px;
	float: left;
}

.error404 .content {
	margin-top: 15px;
}

.home .entry {
	width: 420px;
	margin: 15px;
	padding: 20px 20px 20px 20px;
}

.home .width-2 {
	width: 870px;
}

.entry-title {

}

.entry-header .entry-meta {
	padding-top: 20px;
	margin-bottom: 0px;
}

.entry-header .date {
	color: #1aa8e6;
}

.home .entry-image {
	margin-top: -20px;
	margin-bottom: -2px;
}

.single .content .entry {
    padding: 20px;
    margin: 15px;
}

.single .post,
.page {
	position: relative;
}
.single .post .back-to-home,
.page .back-to-home {
    position: absolute;
    right: 20px;
    top: 20px;
}

.single .entry-content p {
	margin-bottom: 15px;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 10px;
}

.blue-grid {
	width: 210px;
	height: 25px;
	background: url('/wp-content/themes/vincentz/images/streifen.png');
	position: absolute;
	left: 0px;
	margin-top: -20px;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #1aa8e6;
}

.entry-meta .date {
	color: #1aa8e6;
}

.entry-header .entry-meta {
	margin-bottom: 0;
}

/* --- FOOTER --- */

.site-footer {
	min-height: 45px;
	padding: 0px;
	background-color: #002957;
	height: 45px;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

.site-footer .wrap {
	padding: 0px;
	margin: 0px;
	max-width: 100%;
}

.footer-copyright {
	float: left;
	display: inline;
	font-family: Ubuntu;
	font-size: 14px;
	color: #FFF;
	margin: 16px 10px 15px 30px;
}

.menu-footer-menu-container {
	float: right;
	font-size: 14px;
	color: #FFF;
	margin: 16px 30px 15px 10px;
}

.menu-footer-menu-container li {
	float: left;
}

.menu-footer-menu-container li .separator {
	padding: 0 10px;
}

.menu-footer-menu-container li:last-child .separator {
	display: none;
}

.menu-footer-menu-container li a {
	color: #FFF;
}

/* Secondary menu */

.nav-secondary {
	float: right;
	height: 45px;
	background-color: #002957;
}

.nav-secondary ul li a {
	font-family: Ubuntu;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding: 0px 6px 0px 9px;
}

.nav-secondary .genesis-nav-menu a {
	color: #FFF;
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu {
	width: inherit;
}

.nav-secondary ul {
	list-style: none;
	margin: 15px 30px 14px 10px;
}

.nav-secondary ul li {
	display: inline;
}

.nav-secondary ul li ~ li {
	border-left: 1px solid #fff;
}

.button, .button:focus,
input.button, input.button:focus,
a.button, a.button:focus {
	text-transform: uppercase;
	border: none;
	background: #1aa8e6;
	color: white;
	font-size: 16px;
	font-weight: 500;
	box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
	padding: 5px 15px;
	outline: 0;
	text-align: center;
}

.button:hover,
input.button:hover,
a.button:hover {
	background: #007fb5;
}

.button.inactive,
input.button.inactive,
a.button.inactive,
.button:disabled,
input.button:disabled,
a.button:disabled,
.button.inactive:hover,
input.button.inactive:hover,
a.button.inactive:hover,
.button:disabled:hover,
input.button:disabled:hover,
a.button:disabled:hover {
	background: #B4BBCB;
}

a.link {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
	color: black;
}

a.link:hover {
	color: #1aa8e6;
}

a.link .fa {
	color: #1aa8e6;
}

a.link-inverted,
.entry-content a {
	color: #1aa8e6;
}

a.link-inverted:hover,
.entry-content a:hover {
	color: black;
}

a.link-inline {
	display: inline-block;
}


/* Custom pages */

.custom-page {
	background: white;
	padding: 30px;
}

.custom-page h1 {
	font-size: 27px;
	font-weight: bold;
	line-height: 140%;
	text-transform: uppercase;
}

.custom-page h3 {
	font-size: 24px;
	font-weight: bold;
	color: #1aa8e6;
	line-height: 120%;
	text-transform: uppercase;
}

/* --- OVERVIEW --- */

.overview p {
	font-size: 18px;
	font-weight: normal;
}

.overview .models-list-header .button-bar button,
.overview .models-list-footer button {
	width: 220px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.overview .models-list-header .button-bar .pull-right button {
	margin-right: 0;
	margin-left: 10px;
}

.overview .models-list-header .button-bar button:last-child {
	margin-right: 0;
	margin-left: 0;
}


.overview .models-list-header {
	margin-bottom: 5px;
}

.overview .list-filter {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.overview .list-filter .bootstrap-multiselect {
	display: none;
}

.overview .list-filter .multiselect.dropdown-toggle {
	min-width: 250px;
	text-align: left;
}

.overview .list-filter .multiselect.dropdown-toggle > .caret{
	right: 10px;
	position: absolute;
	top: 50%;
}

.overview .list-filter .dropdown-menu {
	right: 0;
	left: auto;
	padding-bottom: 55px;
	min-width: 250px;
}

.overview .list-filter .dropdown-menu > .active > a,
.overview .list-filter .dropdown-menu > .active > a:focus {
	background: #1aa8e6;
}

.overview .list-filter .multiselect-item.filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.overview .list-filter .multiselect-item.filter > button {
	margin: 10px;
	margin-left: auto;
	display: block;
	padding: 4px 10px;
}

.overview .reset-list-filters {
	vertical-align: middle;
	font-size: 15px;
	margin-left: 5px;
	margin-right: 1px;
	padding: 5px 10px;
	float: right;
}

.overview .models-list-body {
	width: 100%;
}

.overview .model-container {
	display: table;
	table-layout: fixed;
	overflow: hidden;
	margin-bottom: 10px;
	border-collapse: separate;
	width: 100%;
}

.overview .model {
	display: table-row;
}

.overview .model:hover,
.overview .model:visited {
	background: #F5F5F5;
}

.overview .cell {
	display: table-cell;
	border: 1px solid #1aa8e6;
	padding: 10px;
	width: 33.33%;
	vertical-align: top;
}

.overview .cell[href] {
	cursor: pointer;
}

.overview .cell[href]:hover .model-name {
	color: #1aa8e6;
}

.overview .model-image {
	float: left;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}

.overview .info-container {
	overflow: hidden;
}

.overview .model-name {
	font-size: 19px;
	font-weight: bold;
    line-height: 130%;
    margin-bottom: 5px;
	margin-top: 0;
}

.overview .link-detail{
	line-height: 200%;
}

.overview .generation-label {
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
}

.overview .model-select-label {
	margin-bottom: 0;
	padding-top: 5px;
	cursor: pointer;
}

.overview .model-select-label:hover {
	color: #1aa8e6;
}

.overview .model-select {
	cursor: pointer;
}

.overview .label {
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	line-height: 180%;
}

.overview .value {
	float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	text-align: right;
}

.overview .label.no-float,
.overview .value.no-float {
	float: none;
	text-align: left;
}

.overview .middle-cell {
	border-left: none;
	border-right: none;
}

.overview .legend {
	padding-top: 10px;
}

.overview .model-tags {

}

.overview .model-tags .model-tag {
	background: #1aa8e6;
	color: white;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 5px;
	display: inline-block;
	text-transform: none;
	font-weight: normal;
}

.overview .model-tags .model-tag:hover {
	background: #007fb5;
}

/* --- COMPARE --- */

.compare{
    /*padding-bottom: 370px;*/
}
.compare-loading-icon img{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	background: white;
}

.compare .compare-header {
	margin-bottom: 10px;
}

.compare .compare-header .headline h3 {
	margin-top: 0;
	margin-left: 40px;
}

.compare > h1 {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.compare .btn-set {
	position: relative;
}

.compare .btn-set button {
	float: right;
}

.compare .btn-set .csv-button,
.compare .btn-set .excel-button {
	margin-left: 15px;
}

.compare .btn-set .csv-button i,
.compare .btn-set .image-button i{
	width: 18.58px;
}
.compare .btn-set{
	line-height: 30px;
}
.compare .btn-set .fa {
	margin-right: 10px;
	font-size: 20px;
}

.compare p {
	font-size: 18px;
	font-weight: normal;
}

.compare .btn-set .model-found {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}

.compare .btn-set .back-to-list{
	font-size: 15px;
    margin-left: 40px;
}

.compare .btn-set .back-to-list i{
	margin-right: 5px;
	color: #1aa8e6;
}
.compare .btn-set .back-to-list:hover,
.compare .btn-set .back-to-list i:hover{
	color: #007fb5;
}

.compare .nav-tabs {
	margin-left: 35px;
}

.compare .nav-tabs > li > a {
	width: 125px;
	text-align: center;
}

.compare .compare-table {
	position: relative;
}

.compare .compare-table .filter {
	position: absolute;
	top: 80px;
	left: 0;
	width: 33px;
	z-index: 999;
}

.compare .compare-table .filter a.close-btn {
	color: white;
	padding: 6px 11px;
	font-size: 14px;
}

.compare .compare-table .filter .filter-bar {
	border: 1px solid #1aa8e6;
	margin-top: 5px;
	position: relative;
    background: #F5F5F5;
}

.compare .compare-table .filter .filter-bar button[data-toggle="collapse"] {
	background: transparent;
	padding: 0 6px;
}

.compare .compare-table .filter .filter-bar button[data-toggle="collapse"]:focus {
	outline: none;
}

.compare .compare-table .filter .filter-bar .filter-group i,
.compare .compare-table .filter .filter-bar i.arrow {
	display: inline-block;
	color: #B4BBCB;
	cursor: pointer;
	width: 100%;
	text-align: center;
	float: left;
}

.compare .compare-table .filter .filter-bar i.arrow{
	font-size: 31px;
	text-align: center;
	font-weight: bold;
 }

.compare .compare-table .filter .filter-bar i.arrow.fa-angle-up {
	line-height: 43px;
}

.compare .compare-table .filter .filter-bar i.arrow.fa-angle-down{
	line-height: 43px;
}

.compare .compare-table .filter .filter-bar .filter-group i.fa-filter {
	font-size: 15px;
	height: 53px;
	padding-top: 11px;
}

.compare .compare-table .filter .filter-bar .filter-group i.fa-filter:hover,
.compare .compare-table .filter .filter-bar i.active {
	color: #1aa8e6;
}

.compare .back-button-text {
	margin-left: 10px;
}

/* --- COMPARE: FILTER BOX --- */

.compare .filter-box {
	display:none;
	position: fixed;
	top: 200px;
	left:30%;
	padding: 10px;
	background: white;
	border: 1px solid #1aa8e6;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	width: 350px;
	font-size: 15px;
}
.compare .filter-box p.title {
	font-size: 15px;
	line-height: 1.4;
	color: #1aa8e6;
	margin-bottom: 10px;
}
.compare .filter-box p.title .fa-filter {
	height: auto;
	padding: 0;
	width: auto;
	margin-right: 15px;
	cursor: pointer;
}

.compare .filter-box p.title .close-btn {
	color: #666;
	float: right;
	font-size: 20px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 5px;
}

.compare .filter-box label{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.compare .filter-box input.checkbox{
    margin-right: 5px;
    vertical-align: middle;
}

.compare .filter-box .search-input-container {
	position: relative;
}

.compare .filter-box input.search {
	width: 130px;
	font-size: 15px;
	padding: 5px;
	margin-left: 5px;
	float:right;
	box-shadow: inset 1px 1px 4px -3px black;
	-moz-box-shadow:inset 1px 1px 4px -3px black;
	-webkit-box-shadow:inset 1px 1px 4px -3px black;
}

.compare .filter-box input.search.main-search {
	padding: 5px 25px 5px 5px;
	float: none;
	margin-left: 0;
	width: 100%;
}

.compare .filter-box i.fa-search {
	position: absolute;
	right: 7px;
	top: 6px;
	color: #ccc;
}

.compare .filter-box .checkbox-label {
	display: flex;
	align-items: center;
}

.compare .filter-box .multiple-select {
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 5px 0px;
	padding: 5px 0;
	max-height: 170px;
}

.compare .filter-box hr{
	margin: 5px 0;
}
.compare .filter-box a.check{
	float:right;
}

.compare .compare-table .datas-wrapper {
	margin-left: 35px;
	overflow: hidden;
	position: relative;
    /*margin-right: -96px;*/
    background: white;
}

.compare .scroll-buttons-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	height: 120px;
	width: 75px;
	background: transparent;
	z-index: 1000;
}

.scroll-button {
	position: absolute;
	padding: 9px 20px;
	font-weight: bold;
	font-size: 29px;
	z-index: 10000;
}

.scroll-button-left {
	right: 0;
	top: 95px;
	display:none;
}

.scroll-button-right {
	right: 0;
	top: 35px;
}

.compare .compare-table .datas {
	border: 1px solid #1aa8e6;
	border-top: none;
	width: 20000px;
	margin-left: 0px;
}

.compare .compare-table .datas .model-cell,
.compare.sticky-header .model-cell {
	display: inline-block;
	border-right: 1px solid #1aa8e6;
	border-bottom: 1px solid #1aa8e6;
	float: left;
	padding: 5px 10px;
	width: 240px;
	height: 120px;
	background: url('/wp-content/themes/vincentz/images/streifen.png') center bottom repeat-x;
	position: relative;
}

.compare .compare-table .datas .model-cell .view-details,
.compare.sticky-header .model-cell .view-details{
	background-color: rgba(255,255,255,0.85);
	border: 2px solid #1aa8e6;
	bottom: 30px;
	left: 5%;
	position: absolute;
	text-align: center;
	padding: 4px;
	width: 90%;
	word-break: break-all;
	color: #1aa8e6;
	cursor: pointer;
	display: block;
	color: #007fb5;
}

.compare .compare-table .datas .model-cell .model-name,
.compare.sticky-header .model-cell .model-name {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 130%;
}

.compare .compare-table .datas .model-cell img{
	max-height: 75px;
}

.target:before {
	content:"";
	display:block;
	height: 50px; /* fixed header height*/
	margin:-50px 0 0; /* negative fixed header height */
}

.target.jump-target:before {
	height: 165px;
	margin: -165px 0 0;
}

.compare .compare-table .datas .tab-title,
.compare .super-tab {
	color: white;
	background-color: #1aa8e6;
	padding: 8px 10px;
	border-bottom: 1px solid white;
	font-weight: 400;
	position: relative;
}

.compare .super-tab {
	cursor: default;
}

.compare .compare-table .datas .tab-title.has-super-tab {
	background-color: #B4BBCB;
}

.compare .filter-super-tab {
	height: 42px;
	float: left;
}

.compare .tab-title .fa-chevron-up,
.compare .tab-title .fa-chevron-down {
	/*position: absolute;*/
	padding: 0 10px;
	/*top: 2px;*/
	/*left: 9999px;*/
	position: relative;
	display: inline-block;
}

.compare .compare-table .datas .tab-title:hover{
	background-color: #007fb5;
}

.compare .compare-table .datas .tab-title.collapse {
	border-bottom: 1px solid white;
	display: block;
}
.compare .compare-table .datas .column {
	border-right: 1px solid #1aa8e6;
	width: 240px;
	float: left;
}
.compare .compare-table .datas .column.hover,
.compare .compare-table .datas .cell.hover,
.compare .compare-table .datas .cell.filtered
/*,.compare .compare-table .datas .model-cell.hover*/ {
	background: #D9EBF0;
}

.compare .compare-table .datas .column .cell {
	border-bottom: 1px solid #999;
	padding: 5px 10px;
	min-height: 53px;
}

.compare .compare-table .datas .column .cell.last {
	border:0;
}

.compare .compare-table .datas .label {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 150%;
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}

.compare .compare-table .datas .column .cell .value {
	font-size: 14px;
	color: black;
	line-height: 150%;
	font-weight: 400;
}

.compare .compare-table .datas .tab-container.images .label {
	padding: 8px 10px;
}

.compare .compare-table .datas .tab-container.images .column .cell img{
	cursor: pointer;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.compare .compare-table .datas .tab-container.images .column .cell .image-wrapper{
	position: relative;
    height: 219px;
	margin-bottom: 5px;
}

.no-image {
	display: block;
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	border: 1px solid #B4BBCA;
	position: relative;
}

.no-image .text {
	font-size: 30px;
	line-height: 120%;
	color: rgb(102, 102, 102);
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
	text-align: center;
	width: 100%;
}

.no-image .small-text {
	font-size: 14px;
}

.compare .compare-table .datas .tab-container.images .column .cell .image-wrapper .default-overlay{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 35px;
	height: 35px;
	background: #1aa8e6;
	opacity: 0.4;
}

.compare .compare-table .datas .tab-container.images .column .cell .image-wrapper > .fa-search{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 11;
	width: 35px;
	height: 35px;
	color: white;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}

.compare .compare-table .datas .tab-container.images .column .cell .image-wrapper:hover .default-overlay,
.compare .compare-table .datas .tab-container.images .column .cell .image-wrapper:hover > .fa-search{
	display:none;
}

.compare .compare-table .datas .tab-container.images .column .cell .image-wrapper .hover-overlay{
	display:none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: #1aa8e6;
    opacity: 0.2;
    height: 100%;
}

.compare .compare-table .datas .tab-container.images .column .cell .image-wrapper .hover-text{
	display:none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 219px;
	z-index: 21;
	color: white;
	cursor: pointer;
}

.compare .compare-table .datas .tab-container.images .column .cell .image-wrapper:hover .hover-overlay,
.compare .compare-table .datas .tab-container.images .column .cell .image-wrapper:hover .hover-text{
	display:block;
}

.compare .compare-table .datas .tab-container.images .column .cell{
	/*height: 260px;*/
	border-bottom: 0;
}

.compare .lightbox-wrapper .big_image{
	width:100%;
}

.compare #no_results_message {
	padding: 30px 40px 0 35px;
	margin-bottom: 10px;
	display: none;
}

.compare #no_results_message .reset-filter-button {
	color: #1aa8e6;
}

.close-lightbox-button {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.close-lightbox-button .fa-close {
	padding: 15px;
	font-size: 20px;
}
.close-lightbox-button .fa-close:hover {
	color: #1aa8e6;
}

/* --- COMPARE STICKY HEADER ---*/

.compare.sticky-header {
	display: none;
	background: url('/wp-content/themes/vincentz/images/streifen.png') center bottom repeat-x;
	background-color: white;
}

.compare.sticky-header .navigation {
	background: #002957;
}

.compare.sticky-header .nav-tabs {
	float: left;
	margin-top: 10px;
	position: relative;
}

.compare.sticky-header .site-inner {
	padding-top: 0;
	padding-left: 30px;
	position: relative;
}

.compare.sticky-header .navbar-right button:not(.button),
.compare.sticky-header .navbar-right .dropdown-toggle {
	background: none;
	color: white;
	padding: 12px 24px;
}

.compare.sticky-header .navbar-right button:focus {
	outline: none;
}

.compare.sticky-header .navbar-right .active button {
	color: #1aa8e6;
}

.compare.sticky-header .navbar-right .back-button {
	margin-top: 7px;
}

.compare.sticky-header .navbar-right {
	float: right!important;
	margin-right: -15px;
	margin: 0;
}

.compare.sticky-header .navbar-right > li {
	float: left;
}

/* Dropdown */

.compare.sticky-header .dropdown-menu {
	background: #002957;
	padding: 0;
	min-width: 220px;
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	z-index: 100001;
	float: left;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.compare.sticky-header .dropdown-menu li > a {
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	display: block;
	border-bottom: 2px solid transparent;
}

.compare.sticky-header .dropdown-menu li > a:hover,
.compare.sticky-header .dropdown-menu li > a:focus {
	border-bottom: 2px solid #1aa8e6;
	background: #002957;
	outline: 0;
}

.compare.sticky-header .dropdown-menu li > a > i.fa {
	display: inline-block;
	margin-right: 10px;
}

.compare.sticky-header .dropdown-menu li.separator {
	height: 1px;
	background: rgba(255, 255, 255, 0.75);
	width: 100%;
}

.compare.sticky-header .model-header {
	margin-left: 35px;
	overflow: hidden;
	position: relative;
}

.compare.sticky-header .reset-filter-button {
	position: absolute;
	left: 30px;
	top: 50px;
	color: white;
	padding: 8px 11px;
	font-size: 14px;
}

.compare.sticky-header .model-cells {
	border: 1px solid #1aa8e6;
	border-top: none;
	width: 99999px;
}

.compare.sticky-header .model-cells .model-cell {
	background: none;
}

.compare.sticky-header .scroll-button {
	padding-top: 5px;
	padding-bottom: 5px;
}

.compare.sticky-header .scroll-button-left {
	top: 80px;
}

/* --- DETAIL --- */

.detail {
	width: 100%;
	float: left;
	padding: 50px 80px;
}

.model-navigation {
	width: 100%;
	position: relative;
}

.model-navigation .disabled {
	cursor: default;
	pointer-events: none;
}

.model-navigation-button, .model-navigation-button:active {
	width: 50px;
	height: 50px;
}

.model-navigation .inactive:hover {
	background: #B4BBCB;
}

.model-navigation .left {
	position: absolute;
	top: 270px;
	right: -30px;
}

.model-navigation .right {
	position: absolute;
	top: 200px;
	right: -30px;
}

.model-navigation-button .fa {
	font-size: 20px;
}

.detail .title-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.detail .title-wrapper h1 {
	float: left;
}

.detail .print-button {
	float: right;
	width: 100px;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 14px;
}

.detail .print-button .fa {
	margin-right: 5px;
}

.detail .back-button {
    margin-top: 10px;
    float: right;
    font-size: 14px;
}

/* --- DETAIL: 360 view swiper slider --- */

.detail .swiper-container {
	width: 60%;
	float: right;
	/*height: 350px;*/
	border: 1px solid #1aa8e6;
}

.detail .swiper-container .image-wrapper {
	padding: 29px 40px 40px 40px;
	position: relative;
}

.detail .swiper-container .swiper-image {
	width: auto;
	height: 310px;
	margin: auto;
	display: block;
	cursor: pointer;
}

.detail .swiper-container .label-container {
	width: auto;
	background-color: #1aa8e6;
	padding: 4px 10px;
	color: white;
}

.swiper-navigation-button,
.swiper-navigation-button:active,
.swiper-navigation-button:hover,
.swiper-navigation-button:focus {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 40px 10px 10px 10px;
	z-index: 100;
	background: none;
	color: #1aa8e6;
	box-shadow: none;
	outline: 0;
}

.swiper-navigation-button .fa {
	font-size: 20px;
}

.swiper-navigation-button.left {
	left: 0px;
}

.swiper-navigation-button.right {
	right: 0;
}

.detail .swiper-button-disabled {
	display: none;
}

.detail .swiper-pagination {
	bottom: 5px;
}

.detail .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.detail .swiper-pagination .swiper-pagination-bullet-active {
	color: #1aa8e6;
}

/* ---- END: 360 view swiper slider --- */

.detail .view-button {
	float: left;
	margin: 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	cursor: pointer;
}

.detail .view-button:hover {
	color: #1aa8e6;
}

.detail .view-button i {
	color: #009DE7;
}

.detail .view-button .fa {
	margin-right: 5px;
}

.detail .datas-wrapper {}

.detail .noncollapsible-tabs {
	width: 40%;
	float: right;
	padding-left: 20px;
}

.detail .noncollapsible-tabs .field-group .row .label {
	color: #666666;
	line-height: 150%;
	font-size: 14px;
	width: 50%;
	border-bottom: 1px solid #B6BCC8;
	border-right: 1px solid #B6BCC8;
	float: left;
	background: white;
	padding: 10px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail .noncollapsible-tabs .field-group .row .value {
	color: black;
	line-height: 150%;
	font-weight: 400;
	font-size: 14px;
	width: 50%;
	border-bottom: 1px solid #B6BCC8;
	float: left;
	background: white;
	padding: 10px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail .noncollapsible-tabs .field-group .row:last-childe .label,
.detail .noncollapsible-tabs .field-group .row:last-childe .value {
	border-bottom: none;
}

.detail .collapsible-tabs {
	width: 100%;
	float: left;
}

.detail .small-images-wrapper{
	overflow: hidden;
    width: 96%;
    height: 100%;
    float: left;
    margin: 5px 2%;
}

.detail .small-images-wrapper .small-images{
	width:	99999px;
	height: 100%;
}

.detail .small-images-wrapper .small-images .small-image{
	cursor: pointer;
	height: 60px;
	margin: 10px;
	width: 90px;
	float: left;
}

.detail .small-images-wrapper .small-images .small-image:hover{
	border: solid 2px #1aa8e6;
}

.detail .images-group .image-donwload {
	float: right;
	cursor: pointer;
}

.detail .images-group .image-donwload:focus {
	color: white;
}

.detail .images-group .image-donwload .fa {
	padding-right: 6px;
}

.detail .images-group .fa-chevron-right {
    position: absolute;
	right: 5px;
    top: 63px;
    font-size: 20px;
    color: #009DE7;
    cursor: pointer;
}

.detail .images-group .fa-chevron-left {
    position: absolute;
	left: 5px;
    top: 63px;
    font-size: 20px;
    color: #009DE7;
    cursor: pointer;
}

.detail .field-group {
	border: 1px solid #1aa8e6;
	margin-bottom: 30px;
	position: relative;
}

.detail .field-group .tab-title {
	color: white;
	background: #1aa8e6;
	padding: 4px 0 4px 10px;
	border-bottom: 0;
	width: 100%;
	font-weight: 400;
}

.detail .field-group .tab-title:hover {
	background: #007fb5;
}

.detail .field-group .tab-title .fa-chevron-up,
.detail .field-group .tab-title .fa-chevron-down,
.detail .collapsible-tabs .field-group .subdivision .fa {
	float: right;
	padding: 5px 10px 2px;
}

.detail .row {
	margin: 0;
}

.detail .collapsible-tabs .row {
	/* float: left; */
	width: 100%;
}

.detail .collapsible-tabs .subdivision {
    color: black;
	line-height: 150%;
	width: 100%;
	border-top: 1px solid #B6BCC8;
	border-bottom: 1px solid #B6BCC8;
	background: rgb(245,245,245);
	padding: 6px 10px;
	padding-right: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	cursor: pointer;
}

.detail .collapsible-tabs .tab-title > [data-toggle="collapse"] {
	cursor: pointer;
}

.detail .collapsible-tabs .tab-title.no-cursor {
	cursor: auto;
}

.detail .collapsible-tabs .row .label {
	color: #666666;
	line-height: 150%;
	width: 30%;
	border-bottom: 1px solid #B6BCC8;
	border-right: 1px solid #B6BCC8;
	float: left;
	padding: 6px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	min-width: 270px;
}

.detail .collapsible-tabs .field-group .row .value {
	color: black;
	line-height: 150%;
	font-weight: 400;
	font-size: 14px;
	border-bottom: 1px solid #B6BCC8;
	background: white;
	padding: 6px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail .collapsible-tabs .field-group .row:last-child .label,
.detail .collapsible-tabs .field-group .row:last-child .value {
	border-bottom: none;
}

.detail .link {
	display: inline-block;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 32px;
}

.detail .default-overlay{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: #002957;
    opacity: 0.4;
}

.detail .fa-search{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 21;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 15px;
}

/* DETAIL: material mix */

.detail .material-mix.in,
.detail .material-mix.collapsing {
	display: flex;
}

.detail .material-mix-values {
	order: 1;
	flex-grow: 3;
}

.detail .material-mix > .pie-chart {
	order: 2;
	width: 340px;
	padding: 20px;
	text-align: center;
}

.detail .material-mix > .pie-chart .loading-indicator {
	font-size: 150px;
	margin-top: 65px;
	color: rgba(0, 0, 0, 0.05);
}

.detail .material-mix .row .label {
	padding-left: 21px;
}

.detail .material-mix .row.main-category .label {
	padding-left: 6px;
	font-weight: 600;
}

.detail .material-mix .row.main-category .value {
	font-weight: 600;
}

.material-mix-values.has-highlight > *,
.pie-chart.has-highlight path {
	transition: opacity 0.3s;
	opacity: 0.15;
}

.material-mix-values > .material-mix-color.highlighted,
.pie-chart path.highlighted {
	transition: opacity 0.3s;
	opacity: 1;
}

/* Material-colors */

.material-mix-color.low-strength-steel > .label {
	background: rgb(153, 204, 255);
}
.material-mix-color.hss-hsif-hsla > .label {
	background: rgb(51, 102, 255);
}
.material-mix-color.ahss > .label {
	background: rgb(255, 153, 204);
}
.material-mix-color.stainless-steel > .label {
	background: rgb(051, 51, 153);
}
.material-mix-color.uhss > .label {
	background: rgb(204, 153, 255);
}
.material-mix-color.phs > .label {
	background: rgb(128, 0, 128);
}
.material-mix-color.aluminium-sheets-7xxx-series > .label {
	background: rgb(51, 204, 153);
}
.material-mix-color.aluminium-sheets-6xxx-series > .label {
	background: rgb(0, 255, 0);
}
.material-mix-color.aluminium-sheets-5xxx-series > .label {
	background: rgb(204, 255, 204);
}
.material-mix-color.aluminium-extrusion-profiles > .label {
	background: rgb(153, 204, 0);
}
.material-mix-color.cast-aluminium > .label {
	background: rgb(51, 153, 102);
}
.material-mix-color.magnesium > .label {
	background: rgb(255, 255, 0);
}
.material-mix-color.frp > .label {
	background: rgb(255, 0, 0);
}
.material-mix-color.smc > .label {
	background: rgb(255, 153, 0);
}
.material-mix-color.thermoplastics > .label {
	background: rgb(153, 051, 0);
}
.material-mix-color.elastomers > .label {
	background: rgb(255, 204, 204);
}
.material-mix-color.others > .label {
	background: rgb(192, 192, 192);
}

.material-mix-color.hss-hsif-hsla > .label,
.material-mix-color.stainless-steel > .label,
.material-mix-color.phs > .label,
.material-mix-color.cast-aluminium > .label,
.material-mix-color.thermoplastics > .label {
	color: white !important;
}

.material-mix-color.empty-value > .label {
	background: transparent;
	color: #666666 !important;
}

/* --- LICENSE MANAGER --- */

.license-manager h1, .license-manager form.menu-btns{
	display: inline-block;
}
.license-manager a.link{
	border-bottom: 0;
}
.license-manager .profile_link{
	color: white;
	border-bottom: 0;
}
.license-manager .profile_link:hover{
	border-bottom: 0;
}
.license-manager .login-form label{
    display: block;
}
.license-manager .login-button{
    height: 40px;
    float: right;
}
.license-manager table .new-data td{
	line-height:2;
}

.license-manager table .new-data .checking {
	border: 1px solid rgb(0, 170, 0);
	padding: 5px;
	margin: 0 5px;
}

.license-manager table .new-data .checking > div {
	color: rgb(0, 170, 0);
}

.license-manager table .new-data .checking .fa {
	color: rgb(0, 170, 0);
}

.license-manager table .fa{
	cursor: pointer;
}
h3.popover-title{
	font-size: 14px;
	font-weight: normal;
	color: inherit;
	text-transform: inherit;
}
.license-manager .profile_popover {
	display:none;
}
.license-manager .editable-input label span{
    width: 84px;
    display: inline-block;
}

.license-manager .modal-dialog {
	margin-top: 200px;
}

/**
 * Plain 404 page used for non existing 3d views
 */
.plain-404 {
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
	background: white;
}

/* --- MODEL DESCRIPTION --- */

.value > .fa.tooltipster {
	font-size: 18px;
	margin-left: 10px;
	cursor: pointer;
	display: inline-block;
	color: inherit;
	color: #aaa;
}

/* --- NOTES --- */

.tab-title > .fa.tooltipster,
.super-tab > .fa.tooltipster {
	font-size: 18px;
	margin-left: 10px;
	cursor: pointer;
	display: inline-block;
	color: inherit;
}

.detail .collapsible-tabs .field-group .subdivision .fa.tooltipster {
	float: none;
	margin-top: 0;
	font-size: 18px;
	margin-left: 10px;
	cursor: pointer;
	display: inline-block;
	color: inherit;
	color: #666;
}

/* ----- DOCUMENTS ----- */

.documents .documents-list {
	border: 1px solid #1aa8e6;
	padding: 10px;
	overflow: hidden;
}

.documents .documents-list .result-stats {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #888;
	font-size: 13px;
}

.documents .document {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.documents .document:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.documents .document > * {
	flex: 1 auto;
}

.documents .document > .media {
	margin-bottom: 10px;
}

.documents .document.type-pdf > .media,
.documents .document.type-benchmark > .media {
	min-width: 80px;
	max-width: 80px;
}

.documents .document.type-pdf.pdf-is-viewing > .media,
.documents .document.type-benchmark.pdf-is-viewing > .media {
	min-width: auto;
	max-width: none;
}

.documents .document.type-pdf.pdf-is-expanded > .media,
.documents .document.type-benchmark.pdf-is-expanded > .media {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 100001;
	overflow-y: auto;
}

.documents .document.type-pdf.pdf-is-expanded > .media .pdf,
.documents .document.type-benchmark.pdf-is-expanded > .media .pdf {
	width: 80%;
	margin: 20px 10%;
	background: white;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
}

.documents .document > .media .pdf > .file-icon {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.documents .document > .media .pdf > .file-icon > .fa-expand {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 50%;
	color: #1aa8e6;
	font-size: 50px;
	transform: translate(-75%, -60%);
	opacity: 0;
	transition: opacity 0.3s;
}

.documents .document:hover > .media .pdf > .file-icon > .fa-expand {
	opacity: 1;
}

.documents .document.type-pdf > .media  a:hover,
.documents .document.type-benchmark > .media  a:hover {
	color: #1aa8e6;
}

.documents .document.type-pdf.pdf-is-expanded > .media .pdf > .filesize,
.documents .document.type-benchmark.pdf-is-expanded > .media .pdf > .filesize {
	padding: 0 10px;
}

/* Paging */

.documents .document.type-pdf .paging,
.documents .document.type-benchmark .paging {
	background: #002957;
	display: flex;
}

.documents .document.type-pdf .paging > li,
.documents .document.type-benchmark .paging > li {
	padding: 3px 7px;
	color: white;
}

.documents .document.type-pdf .paging > li a,
.documents .document.type-pdf .paging > li:hover a,
.documents .document.type-benchmark .paging > li a,
.documents .document.type-benchmark .paging > li:hover a {
	color: inherit;
}

.documents .document.type-pdf .paging > li:hover,
.documents .document.type-benchmark .paging > li:hover {
	color: white;
}

.documents .document.type-pdf .paging > li.disabled,
.documents .document.type-benchmark .paging > li.disabled {
	color: rgba(255, 255, 255, 0.5);
}

.documents .document.type-pdf .paging > li.current-page,
.documents .document.type-benchmark .paging > li.current-page {
	margin-left: auto;
	margin-right: auto;
}

.documents .document.type-pdf .paging > li.current-page input[type="number"],
.documents .document.type-benchmark .paging > li.current-page input[type="number"] {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
	background: transparent;
	width: 50px;
	text-align: center;
	padding: 2px;
	font-size: inherit;
	font-weight: inherit;
}

.documents .document.type-pdf .pdf .previous-button,
.documents .document.type-pdf .pdf .next-button,
.documents .document.type-benchmark .pdf .previous-button,
.documents .document.type-benchmark .pdf .next-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	color: black;
	padding: 3px 8px;
	top: 50%;
	transform: translateY(-50%);
}

.documents .document.type-pdf .pdf .next-button,
.documents .document.type-benchmark .pdf .next-button {
	right: 0;
}

.documents .document.type-pdf .pdf button.disabled,
.documents .document.type-benchmark .pdf button.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.documents .document.type-video .duration {
	margin-top: 10px;
}

.documents .document.type-video .duration > i {
	font-size: 18px;
	padding: 0 10px;
	cursor: pointer;
}

.documents .document.type-video .video-react .video-react-big-play-button {
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 100%;
	width: auto;
	height: auto;
	padding: 10px;
	line-height: 100%;
	font-size: 4em;
}

.documents .document.type-video .video-react-big-play-button:before {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
}

.documents .document.type-video .video:hover .video-react .video-react-big-play-button {
	opacity: 0.7;
}

.documents .document .info-and-tags {
	/* display: flex; // REMOVED BY ARMIN */
	flex-direction: column;
}

.documents .document .info-and-tags > * {
	/* flex: 0 50%; // REMOVED BY ARMIN */
	margin-bottom: 10px;
}

.documents .document .body .info-and-tags > *:last-child {
	margin: 0;
}

.documents .document .body h5 {
	margin: 0;
	margin-bottom: 5px;
}

.documents .document .body .info > * {
	margin-bottom: 10px;
}

.documents .document .body .info > *:last-child,
.documents .document .body .info > *:empty {
	margin-bottom: 0;
}

.documents .document .body .speaker {
	font-style: italic;
}

.documents .document .body .speaker:after {
	content: ",";
	display: inline-block;
	margin-right: 5px;
}

.documents .document .body .speaker:last-child:after {
	content: "";
}

.documents .document .body .tags {
	margin-bottom: 15px;
}

.documents .document .body .tags:empty {
	margin-bottom: 0;
}

.documents .document .body .tags .tag {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #1aa8e6;
	color: white;
	cursor: pointer;
	font-size: 14px;
}

.documents .document .body .tags .tag:hover {
	background: #007fb5;
}

.documents .document .body .tags .tag.active {
	border: 3px solid #1aa8e6;
	background: white;
	color: black;
	padding: 2px 7px;
}

.documents .document .body .tags-and-models .model {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	background: #888;
	color: white;
}

.documents .document .body .tags-and-models .model:hover {
	background: #666;
}

.documents .document .body .tags-and-models .model > i {
	margin-right: 10px;
}

.documents-list .reset-filters {
	color: #1aa8e6;
	margin-top: 10px;
	display: block;
}

.documents-list .reset-filters:hover {
	color: #007fb5;
}

@media only screen and (min-width: 768px) {

	.documents .document .info-and-tags {
		/* display: flex; // REMOVED BY ARMIN */
	}

	.documents .document .body .tags-and-models {
		padding-left: 10px;
	}
}

@media only screen and (min-width: 1221px) {

	.documents .document {
		flex-direction: row;
		align-items: flex-start;
	}

	.documents .document > .media {
		min-width: 30%;
		max-width: 30%;
	}

	.documents .document.video-is-playing,
	.documents .document.pdf-is-viewing {
		flex-direction: column;
		align-items: inherit;
	}

	.documents .document.video-is-playing > .media,
	.documents .document.pdf-is-viewing > .media {
		min-width: auto;
		max-width: none;
	}

	.documents .document .body {
		padding-left: 15px;
	}

	.documents .document.type-pdf .info-and-tags > .info {
		flex-basis: 79%;
	}
}

/* ----- FACETS ----- */

.facets-list {
	float: left;
	margin-right: 15px;
	max-width: 33%;
	min-width: 230px;
}

.facets-list .facet {
	margin-bottom: 20px;
	border: 1px solid #1aa8e6;
}

.facets-list .facet:last-child {
	margin-bottom: 0;
}

.facets-list .facet .facet-header {
	text-transform: uppercase;
	background: #1aa8e6;
	color: white;
	padding: 3px 10px;
}

.facets-list .facet .facet-values {
	padding: 3px 10px;
}

.facets-list .facet .facet-values.has-dropdown {
	padding: 0;
}

.facets-list .facet .facet-values .facet-button {
	display: block;
	cursor: pointer;
}

.facets-list .facet .facet-values .facet-button label {
	cursor: pointer;
}

.facets-list .facet .facet-values .facet-button input {
	margin-right: 7px;
	cursor: pointer;
}

.facets-list .sort {
	border-color: #002957;
}

.facets-list .sort .facet-header {
	background: #002957;
	text-transform: none;
}

.facets-list .sort .facet-button label {
	text-transform: capitalize;
}

.facets-list .sort .facet-button label i {
	margin-left: 7px;
	font-size: 18px;
}

.facets-list .Select-control {
	border-radius: 0;
}

.facets-list .Select-value-label > span {
}

.facets-list .Select-menu-outer {
	left: -1px;
	right: -1px;
	width: auto;
}

.documents-list .pagination .disabled {
	display: none;
}

.documents-list .pagination a,
.documents-list .pagination a:focus,
.documents-list .pagination > li:first-child > a,
.documents-list .pagination > li:last-child > a {
	border: none;
	outline: none;
	border-radius: 100%;
}

#documents_search .search-field-text input::-ms-clear {
	display: none;
}

.load-next-button {
	margin:auto;
	display: block;
}

/* # Print Style
---------------------------------------------------------------------------------------------------- */
@media screen {
	.only-print {
		display: none;
	}
}

@media print {
	.only-print {
		display: inline;
	}

	.only-print .logo {
		margin: auto;
		margin-top: -60px;
		display: block;
	}

	.detail {
		padding: 2cm 1cm;
	}

	.site-header, .site-footer {
		display: none;
	}

	.detail .swiper-container, .detail .fa {
		display: none;
	}

	.detail .noncollapsible-tabs {
		width: 100%;
		padding: 0px;
/* 		page-break-after: always;
		float: none; */
	}

	.detail .collapsible-tabs {
/* 		page-break-after: always;
		float: none; */
	}

	.detail .images-group .tab-title {
/* 		display: none; */
	}

	.detail .small-images-wrapper{

	}

	.detail .small-images-wrapper .small-images{
		width: 100%;
	}

	.detail .small-images-wrapper .small-images .small-image{
		width: 8cm;
		height: 5.33cm;
	}

	.detail .field-group .tab-title {
		border-bottom: 1px solid #B6BCC8;
	}

	.detail .collapsible-tabs .field-group .row .label, .detail .collapsible-tabs .field-group .row .value {
		width: 50%;
	}
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1220px) {

	.right-menu-items .search-form {
		float: none;
	}

	.content-sidebar-wrap {
		display: flex;
		position: relative;
		flex-direction: column;
		width: 100%;
	}
	.content {
		/*display: table-header-group;*/
		float: none;
		margin-top: 300px;
	}

	.error404 .content {
		margin-top: 300px;
	}

	.sidebar {
		/*display: table-footer-group;*/
		float: none;
	}
	.login-widget {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.site-inner {
		max-width: 900px;
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar {
		width: 900px;
		/* display: inline; */
	}
	.sidebar .widget {
		display: inline;
		float: left;
	}
	.login-widget {
		width: 870px;
	}

	/* Overview */

	.overview .label,
	.overview .value {
		float: none;
		text-align: left;
	}

	/* Detail */

	.detail {
		padding: 20px 30px;
	}

	.detail .swiper-container {
		width: 100%;
	}

	.detail .noncollapsible-tabs {
		width: 100%;
		padding-left: 0;
	}

	.detail .collapsible-tabs .field-group .row .label {
		width: 50%;
	}

	.detail .view-button {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 1170px) {

	.compare.sticky-header .search-field {
		width: 100%;
	}

	.logo {
		margin: 17px 20px;
		height: 40px;
	}

	.logo-small {
		height: 40px;
		margin: 5px 5px 10px 34px;
	}

	.area-selection,
	.right-menu-items > * {
		margin-top: 20px;
	}
}

/* Overwrite Genesis style */
@media only screen and (max-width: 960px) {
	.site-header .search-form {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 930px) {

	.site-header-small .area-selection {
		margin-top: 10px;
		margin-left: 10px;
	}

	.right-menu-items {
		width: 100%;
		margin-bottom: 10px;
	}

	.right-menu-items > *,
	.site-header-small .right-menu-items > * {
		margin-top: 0;
	}

	.site-header .search-form {
		margin-top: 0;
		margin-bottom: 0;
	}

	.search-field {
		max-width: none;
	}

	.content-sidebar-wrap {
		width: 100%;
	}
	.content {
		width: 100%;
		cursor: pointer;
	}
	.home .entry {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.sidebar {
		width: 100%;
	}
	.login-widget {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.overview .model-image {
		width: 100%;
		float: none;
	}

	.overview .info-container {
		overflow: auto;
	}

	.overview .middle-cell {
		padding-top: 10px;
	}

	.overview .middle-cell > div {
		margin-bottom: 5px;
	}

	.overview .legend {
		float: left;
	}

	#menu-top-navigation li,
	.site-header-small #menu-top-navigation li {
		padding-left: 7px;
		padding-right: 7px;
	}

	.search-bar-button {
		padding-left: 10px;
		padding-right: 10px;
	}

	.search-bar-button {
		padding-left: 10px;
		padding-right: 10px;
	}

	.search-bar {
		top: 145px;
	}

	.site-header-small .search-bar {
		top: 101px;
	}
}

@media only screen and (max-width: 815px) {


}

@media only screen and (max-width: 815px) {
	.content .entry {
		padding: 20px;
	}
}

@media only screen and (max-width: 760px) {

	.logo {
		margin: 17px 10px;
	}

	.search-bar {
		width: 100%;
	}

	.compare.sticky-header .search-field {
		width: 100%;
	}

	.detail .material-mix {
		flex-direction: column;
	}

	.detail .material-mix .material-mix-values {
		order: 2;
	}

	.detail .material-mix .pie-chart {
		order: 1;
		margin: auto;
	}

	.compare .back-button-text {
		display: none;
	}

	.compare .nav-tabs > li > a {
		width: auto;
	}
}
