body {
	background-color: #00269a;
	color: white;
	/* overflow-y: hidden; */
}

label {
	font-size: 1.1rem;
}

.labelMoney {
	font-size: 1.1rem;
}

td.red {
	color: red;
}

img {
	border: 15px solid #ffb600;
	padding: 15px;
}

.currentSituationDiv {
	margin: 0px !important;
	padding-right: 0px;
	padding-left: 6px;
}

.currentSituation {
	background-color: gray;
	color: white;
}

.optionsSituationDiv {
	margin: 0px !important;
	padding-right: 0px;
	padding-left: 6px;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	margin: 0 auto;
	border-radius: 5px;
	background: #808080;
	outline: none;
	opacity: 0.7;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ffb600;
	cursor: pointer;
	border: 5px solid #ff0000;
}

input {
	border-radius: 5px;
	height: 50px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.inputSm {
	font-size: 1.5rem !important;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.inputStep02 {
	font-size: 1.5rem !important;
	padding-left: 0px;
	padding-right: 0px;
}

#milkPerCowPossible:focus,
#fatPercentagePossible:focus,
#proteinPercentagePossible:focus,
#dryMatterIntakeChange:focus,
#overallFeedCostChange:focus {
	border: 8px solid #ffb600;
}

/* gauge styles */

#gaugeContainer {
	width: 100%;
	margin: 0 auto;
}

#gaugeStep02 {
	width: 60%;
	margin-top: -15px;
}

canvas {
	margin: 0 auto;
}

.textValueGaujeECM {
	font-size: 1.8rem;
	font-weight: bold;
}
.gaugesPosition {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	/* transform: scale(1.2); */
}

#gaugeStep01Container {
	width: 100%;
	margin: 0 auto;
}

#gaugeResults {
	margin: 0 auto;
}

.bold,
#metricValueCurrent,
#metricValuePossible {
	font-size: 2rem;
	font-weight: bold;
}

#metricFromButton {
	font-size: 1.25rem !important;
}

/* buttons carrousel horizontal */

button {
	font-size: 0.85rem !important;
}
.tabbable .nav-tabs {
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
	border-bottom: 1px solid #00269a;
	padding-bottom: 15px;
}
.tabbable .nav-tabs .nav-link {
	white-space: nowrap;
}

#nav-tab::-webkit-scrollbar {
	height: 30px;
	background-color: #00269a;
}
#nav-tab::-webkit-scrollbar-thumb {
	/* background: green; */
	width: 5%;
	background: #ffb600;
	border-radius: 10px;
}

/* buttons for economic calculations */
.toggle {
	font-size: 1.25rem !important;
	/* width: 90% !important;
	padding: 0 !important; */
}

/* hide slider on last 2 inputs */
.hideSlidercontainer {
	visibility: hidden;
}

/*Splash Screen */
.imgcontainer {
	text-align: center;
	margin: 12px 0 12px 0;
}

.vertical-center_welcome {
	width: 80%;
	margin: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
