/**
 * extra.css (InstaMATSDK)
 *
 * Copyright © 2020 InstaMaterial GmbH - All Rights Reserved.
 *
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * This file and all it's contents are proprietary and confidential.
 *
 * @file extra.css
 * @copyright 2020 InstaMaterial GmbH. All rights reserved.
 * @section License
 */

.bs-sidebar::after
{
	display: block;
	content: ' ';
	clear: both;
}

.well
{
	background-color: #eee;
	border: solid 1px #eaeaea;
	border-radius: 15px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
}
@media (min-width: 992px)
{
	.well { min-height: 400px; }
}

.bs-sidenav
{
	background-image: none;
}

.bs-sidebar .nav>.active>a, .bs-sidebar .nav>.active:hover>a, .bs-sidebar .nav>.active:focus>a
{
	border-left: none;
	border-right: none;
}

.bs-sidebar .nav>li>a:hover, .bs-sidebar .nav>li>a:focus
{
	border-right: none;
}

.navbar-default
{
	border: none;
}

.navbar-brand::after
{
	background-image: url(Images/Brand.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 200px;
	display: block;
	position: absolute;
	top: 12px;
	left: 0px;
	content: ' ';
}

.navbar-brand
{
	position: relative;
	width: 200px;
	color: #343838 !important;
	margin-left: 10px !important;
}

.navbar
{
	min-height: 62px;
}

.navbar::after 
{
	border-top: solid 4px #009efd;
	position: absolute;
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	z-index: 20;
	content: ' ';
}

.navbar-toggle
{
	margin-top: 15px;
}

@media (min-width: 768px)
{
	.navbar-nav>li>a 
	{
		padding-top: 24px;
		padding-bottom: 17px;
	}

}

.modal-title
{
	font-weight: bold;
	font-size: 30px;
	font-style: normal;
}

.navbar-nav>li>a 
{
	font-size: 15px;
}


.nav.bs-sidenav li.active::before
{
	content: ' ';
	display: block;	
	position: absolute;
	left: 0px;
	width: 5px;
	background-color: #009efd;
	height: 100%;
}


@media (min-width: 992px)
{
	.bs-sidebar.affix
	{
		top: 100px;
	}

	.navbar-brand 
	{
		margin-left: 0px !important;
		margin-right: 50px;
	}
}

html body,
html .navbar-brand,
html .bs-sidenav,
html .nav
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1[id]:before, h2[id]:before, h3[id]:before, h4[id]:before, h5[id]:before, h6[id]:before {
	display: none;
	content: '';
}

html a
{
	color: #009efd;
}

h3
{
	font-weight: bold;
}

.node-preview
{
	width: 33%;
	max-width: 256px;
	will-change: filter;
	filter: drop-shadow(0px 5px 25px rgba(0,0,0,0.5));
	margin-left: 50px;
	margin-bottom: 50px;
	margin-top: 20px;
}

.node-category
{
	display: block;
	color: #999;
	font-size: 30px;
	font-weight: bold;
	margin-top: -20px;
}

.node-parameter-category
{
	position: absolute;
	color: #aaa;
	left: 35px;
	font-size: 22px;
	margin-top: 0px;
}

.node-parameter-category + ul
{
	padding: 20px;
	padding-left: 40px;
	padding-top: 40px;
	border-left: solid 4px #ccc;
}

.node-parameter-category + ul .label-type
{
	background-color: #fff;
}

.node-splitpreview img 
{
    max-height: 256px;
    background-image: 	/* tint image */
				    	linear-gradient(to right, rgba(50, 50, 50, 0.95), rgba(50, 50, 50, 0.95)),
				    	/* checkered effect */
				    	linear-gradient(to right, black 50%, white 50%),
				    	linear-gradient(to bottom, black 50%, white 50%);
    background-blend-mode: normal, difference, normal;
    background-size: 2em 2em;
    border-radius: 10px;
}

.node-splitpreview i
{
	font-size: 100px;
	line-height: 256px;
}

.page-content ul
{
	padding-left: 40px;
}
.page-content ul li
{
	margin-bottom: 15px;
}

.label
{
	border-radius: 4px;
	font-weight: bold;
}

.label-type
{
	background-color: #e7e7e7;
	color: #333;
}

.hex
{
	font-style: initial;
	font-size: 12px;
	display: inline-block;
	transform: rotate(90deg);
}

h1::after
{
	content: ' ';
	height: 2px;
	width: 100%;
	display: block;
	margin-top: 10px;
	background: linear-gradient(to right, #FF007B, #8127f3);
}

.library-content h1::after
{
	content: '';
	height: 0px;
	display: none;
	background: none;
}

h2#input-parameters
{
	margin-top: 40px;
}

h2#meta
{
	margin-top: 200px;
}

.admonition
{
	border-radius: 5px;
}

.modal-content
{
	border-radius: 20px;
	padding: 30px;
}

.modal-header .close
{
	position: absolute;
	top: 30px;
	right: 30px;
}