body.fullscreen {
	font-size: 14px;
}

.btn {
	border-radius: 3px;
}

.btn:hover {
    background-color: #008078;
    color: white;
    border-color: #008078;
}

.btn:focus {
    outline: none;
    border-color: #339999;
    background-color: #339999;
    color: white;
}

.btn.active {
    background-color: #339999;
    color: white;
    border-color: #339999;
}

input[type="radio"]:checked + .btn {
    background-color: #339999;
    color: white;
    border-color: #339999;
}

input[type="radio"] {
    display: none;
}

.btn.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-group-xs > .btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 3px;
}

.btn-primary {
	background-color: #339999;
	color: white;
	white-space: normal;
	border: none;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #008078;
	color: white;
	border-color: #008078;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #025852;
}

.form-control,
.input-group-addon {
    padding: 6px 12px; /* Standardize padding */
    margin: 0; /* Remove margin */
    height: auto; /* Ensure height consistency */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}

/* Adjust the validation feedback icon to sit left of the toggle icon */
#login-password ~ .form-control-feedback {
    right: 30px !important;
}

#toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
}

.label {
    padding: 6px 12px; /* Standardize padding */
}

.input-group .form-control {
    width: 100%;
}

.input-group-addon {
    white-space: nowrap; /* Prevent text wrapping */
}

.irs--modern .irs-line {
    top: 0;
    height: 20px;
    background: linear-gradient(to right, #008080 0% 25%, #3db3b3 25% 50%, #ffdd93 50% 75%, #FA8072 75% 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 3px;
}
.irs--modern .irs-bar {
    top: 0;
    height: 20px;
    background-color: transparent;
    opacity: 0;
}
.irs--modern.irs-with-grid {
    height: 41px;
}
.irs--modern .irs-handle {
    top: 28px;
    width: 16px;
    height: 17px;
    border: 1px solid black;
    border-top-width: 1px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    display: block;
    top: -5.8px;
    left: 2px;
    width: 11px;
    height: 11px;
    border: 1px solid black;
    background: black;
    transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0.2px;
    left: 0.2px;
    width: 14.5px;
    height: 15.5px;
    background: black;
    background: linear-gradient(to bottom, black 0%, #000000 100%);
    border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 5px;
    left: 5px;
    width: 5px;
    height: 6px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.fullscreen-map-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 56px;
	overflow: hidden;
	padding: 8px 15px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

.fullscreen-map-title {
	line-height: 1.42857143;
}

.fullscreen-map-header .project-name,
.fullscreen-map-header .scenario-name {
	line-height: 39px;
	overflow: hidden;
}

.fullscreen-map {
	position: absolute;
	top: 56px;
	right: 0;
	bottom: 0;
	left: 0;
}

.fullscreen-map .leaflet-draw-toolbar a,
.fullscreen-map .leaflet-retina .leaflet-draw-toolbar a {
	background-image: none !important;
}

.fullscreen-map .leaflet-control-messagebox {
	display: none;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.fullscreen-map .leaflet-control-messagebox .error {
	font-weight: bold;
	color: #a94442;
}

.fullscreen-map .leaflet-control-messagebox .success {
	font-weight: bold;
	color: #3c763d;
}

.fullscreen-map .leaflet-control-messagebox .info {
	font-weight: bold;
	color: #31708f;
}

.fullscreen-map .leaflet-control-messagebox .warning {
	font-weight: bold;
	color: #8a6d3b;
}

.fullscreen-map .geocoder-control-suggestions .geocoder-control-suggestion.geocoder-control-selected,
.fullscreen-map .geocoder-control-suggestions .geocoder-control-suggestion:hover {
	color: #fff;
	background: #339999;
	border-color: #339999;
}

.fullscreen-map .leaflet-popup-content h4 {
	color: #339999;
}

.fullscreen-map .leaflet-popup-content input[type="radio"],
.fullscreen-map .leaflet-popup-content input[type="checkbox"] {
	margin-top: 0;
}

.fullscreen-map .leaflet-popup-content .table {
	margin-bottom: 15px;
}

.fullscreen-map .leaflet-control .error {
	color: #a94442;
}

.fullscreen-map .leaflet-control .success {
	color: #3c763d;
}

.fullscreen-map .easy-button-button i {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	text-shadow: -1px -1px 5px white;
	-webkit-text-stroke: 1px white;
}

.fullscreen-map .leaflet-pm-toolbar .leaflet-buttons-control-button {
	padding: 0;
}

.fullscreen-map .leaflet-bar.leaflet-control-filelayer a {
	border-radius: 4px !important;
	padding: 3px 2px 0 0;
	font-size: 12px;
	line-height: 36px;
}

.fullscreen-map .leaflet-draw-actions span.toolbar-input {
	display: block;
	background-color: #919187;
	border-left: 1px solid #AAA;
	color: #FFF;
	font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 28px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
}

.fullscreen-map .leaflet-draw-actions span.toolbar-input input[type=range] {
	display: inline-block;
	vertical-align: middle;
}

.fullscreen-map.leaflet-touch .leaflet-draw-actions span.toolbar-input {
	font-size: 12px;
	line-height: 30px;
	height: 30px
}

.fullscreen-map.leaflet-touch .leaflet-bar a {
	line-height: 26px;
}

.fullscreen-map.leaflet-touch .leaflet-bar a.leaflet-bar-part-single {
	line-height: 30px;
}

.fullscreen .required-field:before {
	content: "*";
	color: #a94442;
}

.fullscreen-map .forage-map-popout input[type="text"],
.fullscreen-map .forage-map-popout input[type="number"] {
	min-width: 80px;
	padding: 4px 12px;
	color: #000;
	background-color: transparent;
}

#geosearch-spinner {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 36px;
	height: 36px;
	background-color: #fff;
	font-size: 20px;
	line-height: 36px;
	padding-left: 4px;
}

.fullscreen .select2-results__option {
	font-size: 12px;
}

.fullscreen .select2-results__option[aria-selected=true] {
	background-color: #339999 !important;
	color: white !important;
}

.fullscreen .select2-results__option[aria-selected=true]::after {
	content: "\f00c";
	float: right;
	font: normal normal normal 14px/1 'Font Awesome 5 Pro';
	font-weight: 900;
}

.fullscreen .select2-selection__choice__remove {
	float: right;
	padding-left: 5px;
	color: white !important;
}

.fullscreen .select2-selection__choice {
	background-color: #008078 !important;
	color: white !important;
}

.fullscreen .select2-results__options--nested {
	padding-left: 30px !important;
}

.fullscreen .select2-results__option[role="group"] {
	padding-left: 0 !important;
}

.fullscreen .select2-results__group {
	font-size: 1em !important;
}

#forage-bulk-import-results {
	height: 400px;
	overflow-y: scroll;
}

.feature-form legend {
	margin-bottom: 10px;
	font-size: inherit;
	font-weight: 700;
}

.feature-form fieldset .form-group {
	margin-bottom: 5px;
}

.feature-form .land-condtion-label {
	padding: 5px;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 2px #000;
}

.feature-form .mb-0,
#forage-report-form .mb-0 {
	margin-bottom: 0;
}

#forage-report-form .row.condensed {
	margin-left: -10px;
	margin-right: -10px;
}

#forage-report-form .row.condensed div[class^="col-"],
#forage-report-form .row.condensed div[class*=" col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

#forage-report-form .alert.alert-small {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 0.9em;
}

#forage-report-form .forage-extra-info {
	border-top: dotted 2px lightgray;
}

#save-button.bg-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.fullscreen-map .bottom-corners {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.land-type-name {
	display: block;
	overflow: hidden;
	height: 17px;
}

.leaflet-control-layers-toggle {
	width: 40px;
	height: 40px;
}

.leaflet-bar a,
.leaflet-bar a:hover,
.leaflet-bar button,
.leaflet-bar button:hover {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.geocoder-control {
	width: 40px;
	height: 40px;
}

.geocoder-control-input,
.geocoder-control-input.geocoder-control-loading {
	height: 40px;
}

.geocoder-control-input {
	background-position: 6px 50%;
	padding-left: 25px;
}

.geocoder-control-suggestions {
	top: 40px;
}

.geocoder-control-expanded,
.leaflet-touch .geocoder-control-expanded {
	z-index: 900;
	width: 281px;
}

#forage-features-map a:focus {
	outline: none;
}

.tooltip-inner {
	font-size: 14px !important;
}

.leaflet-container.land-type-mode-enabled {
	cursor: pointer;
}

.privacy-statement {
	margin-top: 1em;
}

.privacy-statement > * {
	font-size: 0.8em;
}

.privacy-statement label {
	line-height: 1em !important;
	font-weight: normal !important;
}

.modal-dialog {
	margin-top: 66px;
}
.leaflet-bottom.leaflet-left {
	top: 19px;
	bottom: unset;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 1100;
}
.leaflet-bottom.leaflet-left .leaflet-control {
	margin: 0;
}

.leaflet-bottom .leaflet-control-mouseposition {
	margin-bottom: 5px;
}
.leaflet-right .leaflet-control-mouseposition {
	margin-right: 12px;
}
.leaflet-control-mouseposition {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.alert.mb-3 {
	margin-bottom: 15px;
}

.legend {
	padding: 6px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	border-radius: 5px;
}
.legend h6 {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
}
#legend-colours .legend-row {
	display: flex;
	margin-top: 3px;
	font-size: 11px;
	line-height: 16px;
}
#legend-colours .colour-label {
	flex-grow: 1;
	margin-right: 5px;
	text-align: right;
}
#legend-colours .colour {
	width: 16px;
	height: 16px;
	border-radius: 3px;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
	pointer-events: auto;
}
