
.bold {
	font-weight: bold;
}

.container {
	max-width: 960px;
}

main {
	margin-bottom: 60px;
}

.custom-container {
	min-width: 960px;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/*
 * Custom translucent site header
 */

.site-header {
	background-color: rgba(0, 0, 0, .85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
	color: #8e8e8e;
	transition: color .15s ease-in-out;
}
.site-header a:hover {
	color: #fff;
	text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
	position: absolute;
	right: 10%;
	bottom: -30%;
	width: 300px;
	height: 540px;
	background-color: #333;
	border-radius: 21px;
	transform: rotate(30deg);
}

.product-device::before {
	position: absolute;
	top: 10%;
	right: 10px;
	bottom: 10%;
	left: 10px;
	content: "";
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px;
}

.product-device-2 {
	top: -25%;
	right: auto;
	bottom: 0;
	left: 5%;
	background-color: #e5e5e5;
}

#tableNPKCrops .form-control, #tableNPKCrops .form-select{
	min-width: 100px;
}

/* Multilevel menu */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: 1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: 100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}



/*
 * Extra utilities
 */

.flex-equal > * {
	flex: 1;
}
@media (min-width: 768px) {
	.flex-md-equal > * {
		flex: 1;
	}
}




.bg-dark {
    background-color: #233644 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #121b22 !important
}


.img-logo-height {
    height: 30px !important;
    margin-right: .15rem
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: B612;
    font-weight: 500;
    line-height: 1.2;
}

.flex-shrink-0 .container-fluid{
	padding-top: 7rem!important;
}
/*
.pt-banner {
    padding-top: 7rem!important;  
}
*/

.bg-accent {
    background-color: #A5BE00;
}

#generalframework .card{
	margin-right: 3rem;
}


.chart {
	position: relative;
}
.chart p {
	font-family: 'Reenie Beanie';
	font-size: 2rem;
	line-height: 1.2;
}
.chart ul,.chart li {
	list-style:none;
}
.chart ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	left: calc(45% - 260px);
	width: 640px;
}
.chart ul:nth-child(1) {
	top: 0px;
}
.chart ul:nth-child(2) {
	top: 300px;
}
.chart ul li a {
	text-decoration:none;
	color:#000;
	background:#ffa;
	display:block;
	height:260px;
	width:260px;
	padding:1em;
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	transition: transform .15s linear;
}
.chart ul li:nth-child(1) a {
	transform:rotate(15deg);
}
.chart ul li:nth-child(2) a {
	transform: rotate(-15deg);
}
.chart ul li:nth-child(3) a {
	transform: rotate(20deg);
}
.chart ul li a:hover {
	box-shadow:10px 10px 7px rgba(0,0,0,.7);
	transform: scale(1.25);
	position:relative;
	z-index: 2;
}
.chart ul li {
	margin-left:5px;
	margin-top:-15px;
	cursor: pointer;
}
.chart form {
	width: 40%;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 30%;
	z-index: 1;
	padding: 15px;
}
.chart form.dark {
	background-color: grey;
	color: white;
}
.chart form.control {
	position: relative;
	top: 5%;
	left: 0;
	width: 100%;
	z-index: 0;
}
.chart {
	margin-left: 5%;
	width: 90%;
}
.faded {
	opacity: 0.3;
}
.chart input[type=range] {
	display: inline-block;
	transform: rotate(-90deg);
	margin-top: 80px;
	margin-left: -60px;
}
canvas {
	user-select: none;
}
label {
	cursor: help;
}
[data-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}
[data-title]:after {
	content: attr(data-title);
	background-color: #333;
	color: #fff;
	font-size: 16px;
	position: absolute;
	padding: 3px 20px;
	bottom: -1.6em;
	left: 100%;
	white-space: nowrap;
	box-shadow: 1px 1px 3px #222222;
	opacity: 0;
	border: 1px solid #111111;
	z-index: 99999;
	visibility: hidden;
	border-radius: 6px;
}
[data-title] {
	position: relative;
}
