@font-face{font-family: 'AgusSans';src: url('../v3.0-fonts/AgusSans-Regular.woff2') format('woff2'),
url('../v3.0-fonts/AgusSans-Regular.woff') format('woff'),
url('../v3.0-fonts/AgusSans-Regular.ttf') format('truetype');font-weight:400;font-style:normal;}

@font-face{font-family: 'HelveticaNeue';src: url('../v3.0-fonts/AgusSans-Regular.woff2') format('woff2'),
url('../v3.0-fonts/AgusSans-Regular.woff') format('woff'),
url('../v3.0-fonts/AgusSans-Regular.ttf') format('truetype');font-weight:400;font-style:normal;}


/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../v3.0-fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
  

@font-face {
    font-family: 'mdp icons';
    src: url('../v3.0-fonts/mdp-icons.eot');
    src: url('../v3.0-fonts/mdp-icons.eot?#iefix') format('embedded-opentype'),
         url('../v3.0-fonts/mdp-icons.woff') format('woff'),
         url('../v3.0-fonts/mdp-icons.ttf') format('truetype'),
         url('../v3.0-fonts/mdp-icons.svg#mdp-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	color: #585858;
	background-color: #555;
	overflow: hidden;
}

/* fix for latest chrome and edge version */
[popover] {
    position: unset;
    width: unset;
    height: unset;
    color: unset;
    background-color: unset;
    inset: unset;
    margin: unset;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    border-image: unset;
    padding: unset;
    overflow: unset;
}

.mdp-icon {
	display: inline-block;
	font-family: 'mdp icons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mdp-icon-biomass:before {content:'\0041';}
.mdp-icon-fertilizer:before {content:'\0042';}
.mdp-icon-seed:before {content:'\0043';}
.mdp-icon-cropprotection:before {content:'\0044';}
.mdp-icon-edit:before {content:'\0045';}
.mdp-icon-clients:before{content:'\0046';}
.mdp-icon-export:before{content:'\0051';}
.mdp-icon-settings:before{content:'\0048';}
.mdp-icon-logout:before{content:'\0049';}
.mdp-icon-nbalance:before{content:'\004a';}
.mdp-icon-fields:before{content:'\004b';}
.mdp-icon-shared:before{content:'\004c';}
.mdp-icon-orders:before{content:'\004d';}
.mdp-icon-help:before{content:'\004e';}
.mdp-icon-add-fields:before{content:'\004f';}
.mdp-icon-satellite:before{content:'\0050';}
.mdp-icon-upload:before{content:'\0058';}
.mdp-icon-delete:before{content:'\0052';}
.mdp-icon-splitscreen:before{content:'\0053';}
.mdp-icon-icon:before{content:'\0054';}
.mdp-icon-load-more:before{content:'\0056';}
.mdp-icon-applicationmaps:before{content:'\0057';}
.mdp-icon-poi-frost:before{content:'\0059';}
.mdp-icon-poi-hole:before{content:'\005a';}
.mdp-icon-poi-flag:before{content:'\0061';}
.mdp-icon-poi-object:before{content:'\0062';}
.mdp-icon-poi-plant:before{content:'\0063';}
.mdp-icon-poi-fungus:before{content:'\0064';}
.mdp-icon-poi-pest:before{content:'\0065';}
.mdp-icon-poi-waterlogging:before{content:'\0066';}
.mdp-icon-poi-droughtstress1:before{content:'\0067';}
.mdp-icon-poi-droughtstress2:before{content:'\0068';}
.mdp-icon-poi-weed:before{content:'\0069';}
.mdp-icon-poi-warning:before{content:'\006a';}
.mdp-icon-soilsampling:before{content:'\006b';}
.mdp-icon-connect:before{content:'\006c';}
.mdp-icon-folder:before{content:'\006d';}
.mdp-icon-position:before{content:'\006e';}
.mdp-icon-polygon:before{content:'\006f';}
.mdp-icon-pointer:before{content:'\0070';}

.poi-icon {
	text-align: center;
	font-size: 36px;
	text-shadow: 3px 3px 6px #333333;
}

.poi-category-item {
	display: flex;
	height: 34px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.poi-category-item:hover {
	color: #00A500;
	background-color: #fff;
}

.poi-category-item-icon{
	height: 30px;
	width: 30px;
	font-size: 26px;
}

.poi-preview-icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
    /* text-align: center; */
    align-items: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.poi-icon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.poi-icon-list-icon {
	height: 36px;
    width: 36px;
    border: 1px solid #ccc;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 4px;
	padding: 2px;
	cursor: pointer;
}

.poi-icon-list-icon.active {
	background-color: #ccc;
}

.glyphicon {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\f053";
}
.glyphicon-chevron-right:before {
  content: "\f054";
}
.glyphicon-chevron-up:before {
  content: "\f077";
}
.glyphicon-chevron-up:before {
  content: "\f077";
}


a {
	color: #00A500;
	text-decoration: none;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

a:visited, a:active, a:focus {
	color:  #00A500;
}

a:hover {
	color: black;
}

a:visited, a:active, a:hover, a:focus {
	outline: 0;
	text-decoration: none;
}

.left {
	float: left;
}
.right {
	float: right;
}

.hidden {
	display: none;
}

.invalid {
	background-color: var(--mdp-invalid-input-color) !important;
}

.alert {
	margin-bottom: 0;
}

.d-flex {
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.justify-content-between {
	justify-content: space-between;
}

.flex-grow-1 {
	flex: 1;
}

.flex-grow-2 {
	flex: 2;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

/** margin top **/
.mt-0, .my-0 {
    margin-top: 0!important;
}

.mt-1, .my-1 {
    margin-top: .25rem!important;
}

.mt-2, .my-2 {
    margin-top: .5rem!important;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}

.mt-5, .my-5 {
    margin-top: 3rem!important;
}

/** margin bottom **/
.mb-0, .my-0 {
    margin-bottom: 0!important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}

/** margin left **/
.ml-0, .mx-0 {
    margin-left: 0!important;
}

.ml-1, .mx-1 {
    margin-left: .25rem!important;
}

.ml-2, .mx-2 {
    margin-left: .5rem!important;
}

.ml-3, .mx-3 {
    margin-left: 1rem!important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}

.ml-5, .mx-5 {
    margin-left: 3rem!important;
}

/** margin right **/
.mr-0, .mx-0 {
    margin-right: 0!important;
}

.mr-1, .mx-1 {
    margin-right: .25rem!important;
}

.mr-2, .mx-2 {
    margin-right: .5rem!important;
}

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}

.mr-5, .mx-5 {
    margin-right: 3rem!important;
}


/** padding top **/
.pt-0, .py-0 {
    padding-top: 0!important;
}

.pt-1, .py-1 {
    padding-top: .25rem!important;
}

.pt-2, .py-2 {
    padding-top: .5rem!important;
}

.pt-3, .py-3 {
    padding-top: 1rem!important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}

/** padding bottom **/
.pb-0, .py-0 {
    padding-bottom: 0!important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem!important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}

/** padding left **/
.pl-0, .px-0 {
    padding-left: 0!important;
}

.pl-1, .px-1 {
    padding-left: .25rem!important;
}

.pl-2, .px-2 {
    padding-left: .5rem!important;
}

.pl-3, .px-3 {
    padding-left: 1rem!important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}

.pl-5, .px-5 {
    padding-left: 3rem!important;
}

/** padding right **/
.pr-0, .px-0 {
    padding-right: 0!important;
}

.pr-1, .px-1 {
    padding-right: .25rem!important;
}

.pr-2, .px-2 {
    padding-right: .5rem!important;
}

.pr-3, .px-3 {
    padding-right: 1rem!important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}

.pr-5, .px-5 {
    padding-right: 3rem!important;
}

.pointer {
	cursor: pointer;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

a.kbtn, .kbtn {
	border-radius: 2px;
	border: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	height: 30px;
	color: white;
	background-color: var(--mdp-button-color);
}

.kbtn.btn-xs {
	font-size: 12px;
	height: 18px;
}


a.kbtn:hover, .kbtn:hover {
	color: black;
}

.kbtn[disabled] {
	color: white;
	background-color: #c8c8c8 !important;
}

.kbtn:active, .kbtn:focus {
	color: black;
	box-shadow: none;
	outline: none;
}

.kbtn.active {
	color: black;
}

.kbtn.active:hover {
	color: black;
}


/** custom **/


/** bootstrap overwrite **/

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ebebeb;
}

.list-group-item {
	border-radius: 0;
	min-height: 41px;
}

.list-group-item:first-child {
	border-radius: 0;
}

.list-group-item:last-child {
	border-radius: 0;
}

.list-group-item.active {
	background-color: #a3c26b;
	border-color: #cbe2a1;
}

.list-group-item.active:hover {
	background-color: #a3c26b;
	border-color: #cbe2a1;
}



.list-inline {
	height: 34px;
	list-style: outside none none;
	margin-left: -5px;
	padding: 4px 0;
}

.list-inline li {
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right:2px;
  height: 28px;
  white-space:nowrap;
}

.list-inline li .glyphicon {
	float: right;
	padding: 2px 1px;
}


.table > tbody > tr > .no-line {
	border-top: none;
}

.table > thead > tr > .no-line {
	border-bottom: none;
}

.table > tbody > tr > .thick-line {
	border-top: 2px solid;
}

.order-table > tbody > tr > td {
	vertical-align: middle;
	padding: 2px 5px;
}

.logo-color {
	width: auto;
    height: 39px;
    background-repeat: no-repeat;
    background-image: var(--mdp-sidebar-logo-background-image);
    background-size: contain;
    margin-top: 5px;
}

.logo-auto {
	max-width: 100%;
    max-height: 39px;
    margin: auto;
}

.mdp-button {
	border:0;
	background:transparent;
	outline: 0;
	font-size: 16px;
	color: #585858;
}

.mdp-button:hover {
	color: black;
}

.mdp-checkbox {
	margin-top: 3px;
	white-space: nowrap;
}

.mdp-checkbox > input[type="checkbox"] {
	display: none;
}

.mdp-checkbox > label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 30px;
	margin-right: 5px;
}

.mdp-checkbox > label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: inset 0 1 5px rgba(0,0,0,0.65);
	border-radius: 5px;
	content: '';
	height: 10px;
	margin-top: -5px;
	position:absolute;
	opacity: 0.15;
	transition: all 0.4s ease-in-out;
	width: 30px;
}
.mdp-checkbox > label::after {
	background: #ebebeb;
	border-radius: 7px;
   	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
	content: '';
	height: 14px;
	left: 0;
	position: absolute;
	top: -7px;
	transition: all 0.3s ease-in-out;
	width: 14px;
}

.mdp-value-input input[type="range"] {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 1 5px rgba(0,0,0,0.15);
    border-radius: 5px;
    height: 10px;
    margin-top: 11px;
    transition: all 0.4s ease-in-out;
    width: calc(100% - 10px);
    margin-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    background: rgba(0,165,0,0.25);
}

.mdp-value-input input[type="range"]::-webkit-slider-thumb,
.rzslider .rz-pointer {
	-webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00A500;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
}

.rzslider .rz-pointer {
	top:  -5px;

}

.rzslider .rz-pointer::after {
	display: none;
}

.mdp-value-input input[type="range"]::-moz-range-thumb {
	width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00A500;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
}

.mdp-value-input input[disabled] {
    background: #ddd;
}

.mdp-value-input .mdp-slider-text {
	padding: 0px;
	width: 40px;
	height: auto;
	text-align: right;
}

.mdp-checkbox > input[type="checkbox"]:checked + label::before {
	opacity: 0.3;
}

.mdp-checkbox > input[type="checkbox"]:indeterminate + label::before {
    opacity: 0.3;
}

.mdp-checkbox > input[type="checkbox"]:checked + label::after {
	left: 16px;
	background: var(--mdp-checkbox-checked-color);
}

.mdp-checkbox > input[type="checkbox"]:indeterminate + label::after {
    left: 8px;
    background: var(--mdp-checkbox-indeterminate-color);
}

.container {
	padding: 0;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 0;
}

.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child {
	border:0;
	border-radius: 3px;
	background: var(--mdp-button-color);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
    margin: 0;
    margin-bottom: 3px;
    width: 26px;
    height: 26px;
    font-size: 22px;
    line-height: 26px;

}

.leaflet-touch .leaflet-bar a:first-child.leaflet-disabled,
.leaflet-touch .leaflet-bar a:last-child.leaflet-disabled {
	background: #999;
}


.leaflet-control a {
	color: #585858;
}

.leaflet-verticalcenter {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 10px;
}

.leaflet-horizontalcenter{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding-left:10px;
}

.leaflet-control-messagebox {
	display: none; /* Initially hidden */
}

.popover {
	z-index: 2010;
	font-size: 13px;
}

.input-loader {
	background-color: #ffffff;
	background-image: url("http://loadinggif.com/images/image-selection/3.gif");
	background-size: 20px 20px;
	background-position:right center;
	background-repeat: no-repeat;
}

.active {
	color: var(--mdp-active-color);
}

.greyout {
	background: #000000 none repeat scroll 0 0;
	height: 100%;
	opacity: 0.4;
	position: fixed;
	width: 100%;
	z-index: 1500;
	display: block;
	transition-duration: 0.3s;
	top: 0;
}

.greyout.collapsed {
	display: none;
	transition-duration: 0.3s;
}

.swipe-area {
	position: absolute;
	height: 100%;
	width: 5px;
}
.hamburger {
	color: #fff;
	cursor: pointer;
	font-size: 40px;
	position: absolute;
	top: 6px;
	left: 15px;
}
.login-background .logo-container {
	position: absolute;
	left: 20px;
	top: 20px;
}
.login-background .logo-container .logo {
	height: 90px;
	width: 170px;
	background: var(--mdp-login-header-logo-background-image);
	background-repeat: round;
}

.global-info-content {
	padding: 100px 0;
}

.global-info-text {
	font-size:16px;
	color: white;
}


.overlay {
	opacity: 0.5;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2100;
	margin: 0;
}

.help-overlay {
	opacity: 0.5;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2010;
	margin: 0;
}

.dialog-overlay {
	opacity: 0.5;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1090;
	margin: 0;
}

.fetching-data {
	text-align: center;
	position: absolute;
	top: 50%;
	color: #fff;
	width: 100%;
}

.navbar-fixed-top {
	z-index: 70;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
}

.login {
	width: 100%;
	height: 100%;
}


.login-header-bar {
	background-color: var(--mdp-login-header-color);
	height: var(--mdp-login-header-height);
	width: 100vw;
}
.login-background {
	overflow: hidden;
	position: absolute;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--mdp-bg-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: var(--mdp-login-background-image);
}

.login-main {
	width: 100%;
	height: 100%;
}

.login-container {
	overflow: auto;
	position: relative;
    width: 100%;
    height: calc(100vh - 75px);
    top: 75px;
    background: #868686;
    margin: auto;
    z-index: 1000;
    padding: 10px 25px 25px 25px;
}

.login-container.register-container {
	height: calc(100vh - 75px);
}


@media (min-width: 576px) {
	.login-container {
		max-width: 370px;
		border-radius: 10px;
		top: 120px;
		height: auto;
		max-height: calc(100vh - 145px);
	}
}

@media (min-width: 1024px) {
	.login-container.register-container {
		max-width: 740px;
		border-radius: 10px;
		top: 120px;
		height: calc(100vh - 145px);
	}
}

.login-form {
	height: 100%;
}

.login-header {
}

.register-header {
	text-align: center;
	padding: 0 10px;
}

.already-registered {
	margin-top: 20px;
	width: 100%;
}

.login-bar {
	max-width: 300px;
	margin: auto;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
	background-color: #fff;
	height: 2px;
}

.login-text {
	color: #fff;
	font-size: 60px;
}

.login-icon {
	float: right;
    height: 50px;
    width: 50px;
    top: 15px;
    background-image: var(--mdp-login-icon);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-mask {
	margin-top: 20px;
}

.register-mask {
	margin-top: 20px;
    height: calc(100% - 160px);
}

.login-input {
	border: 0;
	border-radius: 0;
}

.login-hint {
	margin-bottom: 15px;
}

.login-addon-buttons {
	padding-top: 10px;
	padding-bottom: 10px;
}

.login-addon-buttons a {
	color: var(--mdp-login-addon-buttons-color);
	margin-top: 5px;
	display: block;
}

.login-addon-buttons a:hover {
	color: black;
}

.after-logout {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	color: #777;
	padding: 0 5px;
	background-color: white;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
}

.login-btn {
	height: 34px !important;
}


.disclaimer {
	margin-top: 50px;
    overflow: auto;
    max-height: calc(100% - 240px);
}

.disclaimer-header {
	font-size: 15px;
    color: white;
    cursor: pointer;    
}

.disclaimer-info table,
.disclaimer-text {
	color: white !important;
	margin-top: 5px;
}

.disclaimer-info {
	text-align: center;
}


.menu-openclose-button {
	cursor: pointer;
	width: 30px;
	text-align: center;
	color: var(--mdp-menu-openclose-button-color);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.menu-openclose-button:hover {
	color: black;
}

.main-menu {
	overflow-y: auto;
	background: #fff;
	height: 100%;
	position: fixed;
	z-index: 2000;
	width: 100%;
	left: 0;
	top: 0;
	transition: left 500ms;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
}

.menu-logo-container {
	flex: 1;
    margin-left: 20px;
    width: auto;
}

.menu-logo-container .logo-color {
	width: 370px;
}

.menu-logo-container.logo-hidden {
    width: 0;
    overflow: hidden;
    transition: width 1s ease-out;
}

.main-menu.small {
	width: 50px;
}

.main-menu.collapsed {
	left: -52px;
}

@media (min-width: 576px) {
	.main-menu {
		width: 440px;
		bottom: 0;
		transition: all 0.5s ease-out;
	}
}

.main-menu .menu-header {
	height: 100px;
	line-height: 50px;
	background: var(--mdp-sidebar-top-background);
	font-size: 16px;
	padding: 5px 0;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-bottom: var(--mdp-sidebar-hamburger-bottom-height) solid var(--mdp-sidebar-hamburger-bottom-background);
}

.main-menu .menu-header .logo-container {
	cursor: pointer;
	padding: 0;
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	margin: 0 56px;
}

.main-menu ul {
	padding: 10px 11px;
	margin: 0;
	border-top: 1px solid #ededed;
}
.main-menu ul li {
	font-size: 16px;
	font-weight: bold;
	list-style: outside none none;
	margin-bottom: 15px;
}

.main-menu ul a {
	padding: 5px 0;
	display: block;
}
.main-menu li .fas,
.main-menu li .far,
.main-menu li .mdp-icon {
	margin-right: 10px;
	font-size: 20px;
	top: 4px;
    position: relative;
}

.main-menu .btn-link {
	display: block;
	padding: 0;
	color: var(--mdp-main-menu-entry-color);
	font-size: 15px;
}

@keyframes attention-glow {
  0% { color: #777; text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #777, 0 0 40px #777, 0 0 50px #777, 0 0 60px #777, 0 0 70px #777; }
  50% { color: #77a577; text-shadow: 0 0 15px #fff, 0 0 25px #77a577, 0 0 35px #77a577, 0 0 45px #77a577, 0 0 55px #77a577, 0 0 65px #77a577, 0 0 75px #77a577;}
  100% { color: #00a500; text-shadow: 0 0 20px #fff, 0 0 30px #00a500, 0 0 40px #00a500, 0 0 50px #00a500, 0 0 60px #00a500, 0 0 70px #00a500, 0 0 80px #00a500;}
}

.main-menu .btn-link .btn-link-attention {
	animation: attention-glow 1500ms infinite;
}



.menu-divider {
	border-top: 1px solid #ededed;
}

.main-menu .btn-link:visited, .main-menu .btn-link:active, .main-menu .btn-link:focus {
	color: var(--mdp-main-menu-entry-color);
}

.main-menu .btn-link:hover {
	color: var(--mdp-main-menu-entry-hover-color);
	text-shadow: 0 0 20px #fff, 0 0 30px var(--mdp-main-menu-entry-hover-color), 0 0 40px var(--mdp-main-menu-entry-hover-color), 0 0 50px var(--mdp-main-menu-entry-hover-color), 0 0 60px var(--mdp-main-menu-entry-hover-color), 0 0 70px var(--mdp-main-menu-entry-hover-color), 0 0 80px var(--mdp-main-menu-entry-hover-color);
}

.main-menu .btn-link .menu-label {
	text-shadow: none;
}

.main-menu .btn-link[disabled]:hover {
	color: var(--mdp-main-menu-entry-color);
	text-shadow: none;
}

.main-menu .btn-link:visited, .main-menu .btn-link:active, .main-menu .btn-link:hover, .main-menu .btn-link:focus {
	outline: 0;
	text-decoration: none;
}

.main-menu .btn-link.active {
	color: var(--mdp-main-menu-entry-active-color);
}

.main-menu a.btn.btn-link {
	display: inline-block;
}

.main-menu .btn-link.btn-link-no-attention {
	color: #ccc;
}


@media (max-height: 650px) {
	.main-menu .btn-link {
		padding: 0;
	}

	.main-menu ul li {
		margin-bottom: 8px;
	}
}

.timeline {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 135px;
	overflow: hidden;
	z-index: 1050;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.65);
	background-color: rgb(0,0,0,0.1);
}

.timeline-header {
	height: 40px;
}

.timeline-list {
	overflow: auto;
    padding: 0px 5px 0px 5px;
    margin: 0;
    will-change: transform;
    user-select: none;
    cursor: pointer;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, .4), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, .4), rgba(255, 255, 255, 0));
	background-position: left center, right center, left center, right center;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
	background-attachment: local, local, scroll, scroll;
	padding-right: 20px;
    padding-left: 20px;
}

.timeline-list.active{
	cursor: grabbing;
    cursor: -webkit-grabbing;
}

.timeline-item {
	min-width: 105px;
	height: 135px;
	border-radius: 0;
    margin-bottom: 0;
    padding: 10px;
    margin-left: 4px;
    margin-right: 0;
    border: 0;
    margin-top: 2px;
    background: rgba(1,1,1,0.1);
}

.timeline-image {
	align-items: center;
    justify-content: center;
    display: flex;
    width: 85px;
    height: 85px;
}

.timeline-image .mdp-loader-small{
	float: unset;
    display: block;
}

.biomass-info-legend .timeline-item {
	margin: 0;
	border: 2px solid #fefefe;
	background: #e5e5e5;
}

.timeline-list:not(.active) .timeline-item:hover {
	background: rgba(1,1,1,0.2);
}

.timeline-item-no-selectable {
	background: rgba(1,1,1,0.1) !important;
	cursor: default;
}

.timeline-item .timeline-text {
	font-size: 12px;
    text-align: center;
    color: #222;
    line-height: 14px;
}

.timeline-item.active {
	margin-top: 0;
}

.timeline-item.active .timeline-text {
	font-size: 14px;
}

.timeline-item .timeline-icon {
	font-size: 14px;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.timeline-item.active .timeline-icon {
	font-size: 16px;
}

.timeline-center-icon {
	text-align: center;
    height: 87px;
    font-size: 25px;
    padding-top: 30px;
}


.timeline-loading-icon {
	width: 40px;
    height: 40px;
    margin: auto;
    background-repeat: no-repeat;
    background-image: url(../resources/loader_mdp.gif);
    background-size: contain;
}

.sidebar-open {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1100;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
	transition: left 500ms;
	transition-delay: 500ms;
}

.sidebar-open.collapsed {
	left: -40px;
	transition: none;
}

.sidebar-search-bar {
	height: 60px;
	line-height: 50px;
	background: var(--mdp-sidebar-top-background);
	font-size: 16px;
	padding: 5px 0;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.sidebar-search-bar .logo-container {
	padding: 0;
	padding-left: 20px;
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
}


.sidebar-fullscreen .sidebar-search-bar {
	display: none;
}

.search-button {
	border:0;
	background:transparent;
	outline: 0;
	font-size: 16px;
	padding: 0 18px;
	color: var(--mdp-search-button-color);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.search-button:hover {
	color: black;
}

.global-search-box {
	margin-left: 10px;
	height: 50px;
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
}

.help-search-box {
	padding-right: 25px;
}

.global-search-box input{
	height: 50px;
	font-size: 16px;
}

.global-search-box button {
	border:0;
	background:transparent;
	outline: 0;
	font-size: 16px;
}

.global-search-box .input-group-addon{
	background: white !important;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.global-search-box .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}


.helpbar-open {
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 1100;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
	transition: right 500ms;
	transition-delay: 500ms;
}

.helpbar-open.collapsed {
	right: -40px;
	transition: none;
}

.helpbar-search-bar {
	height: 60px;
	line-height: 50px;
	background: var(--mdp-helpbar-search-bar-background);
	font-size: 16px;
	padding: 5px 0;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.helpbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 2050;
	transition: all 0.5s ease 0s;
	background-color: white;
	overflow: hidden;
	box-sizing: border-box;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
}

.helpbar.collapsed {
	display: none;
}

@media (min-width: 576px) {
	.helpbar-open {
		top: 5px;
		right: 0;
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
	}
	.helpbar {
		width: 390px;
	}
	.helpbar.collapsed {
		right: -390px;
		display: block;
	}
}


.help-page,
.help-section {
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
    flex-direction: column;
    overflow: hidden;
}

.help-support {
	background: #ebebeb;
	padding: 10px 20px;
    font-size: 13px;
    color: #222;
}

.help-support p {
	margin: 0;
}

.help-footer {
	padding-bottom: 30px;
    text-align: center;
	background: #ebebeb;
}

.help-container {
	padding: 10px 20px;
    font-size: 13px;
    color: #222;
    -webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	overflow: auto;
}

.help-entry {
	line-height: 15px;
	padding: 5px 0;
	cursor: pointer;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.help-content h1,
.help-content h2,
.help-content h3,
.help-content h4 {
	font-size: 13px;
}


.help-content th,
.help-content td {
    font-size: 11px;
    border: 1px solid #ddd;
}

.help-entry .fas {
	color: #00a500;
    margin-right: 5px;
    top: 1px;
    position: relative;
}

.help-title {
	font-weight: bold;
}

.form-control:focus {
	outline: 0;
}

.sidebar-search-results .result-list {
	border-radius: 0;
	max-height: 60vh;
	overflow-x: hidden;
	padding-left: 10px;
}

.sidebar-search-results .result-list .category {
	color: grey;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	cursor: default;
}

.sidebar-search-results .result-list .category ul {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}

.sidebar-search-results .result-list .category li{
	cursor: pointer;
	color: black;
	font-size: 14px;
	font-weight: normal;
	list-style: outside none none;
}

.sidebar-search-results .result-list .category .current {
	background: #d0e0af;
}

.sidebar-search-results .result-list .category li:hover {
	background: #e7efd7;
}

.sidebar-search-results .result-list .category-child{
	height: auto;
}

.sidebar {
	position: absolute;
	top: 0;
	left: 50px;
	width: calc(100vw - 50px);
	bottom: 0;
	overflow: hidden;
	z-index: 1100;
	transition: all 0.5s ease 0s;
	background-color: white;
	overflow: hidden;
	box-sizing: border-box;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
}

.sidebar.collapsed {
	left: -100vh;
}

@media (min-width: 576px) {
	.sidebar-open {
		top: 5px;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
	}
	.sidebar {
		width: 390px;
	}
	.sidebar.collapsed {
		left: -392px;
	}
}

.sidebar.sidebar-fullscreen {
	width: calc(100vw - 50px);
	background: none;
}


.sidebar-content {
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	overflow: hidden;
	background: none;
}

.sidebar-page {
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	width: 100%;
	overflow: hidden;
}


.mdp-page-header {
	height:  40px;
	padding-left: 20px;
	background:  var(--mdp-sidebar-header-color);
	font-size: 18px;
	line-height: 40px;
	color: white;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    text-align: center;
}

.mdp-page-header.header-error {
	background: #A50000;
}

.mdp-page-navigation {
	height: 40px;
	line-height: 40px;
	background: white;
	padding-left: 20px;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.mdp-page-navigation-buttons {
	display: flex;
    flex: 1;
    align-items: center;
    margin: 0 -5px;
}

.mdp-page-navigation-buttons.buttons-left {
    justify-content: flex-start;
}

.mdp-page-navigation-buttons.buttons-right {
    justify-content: flex-end;
    padding-right: 20px;
}

.mdp-page-navigation-buttons.buttons-middle {
    justify-content: center;
}

.mdp-page-navigation-buttons .button {
	background: var(--mdp-button-color);
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 6px;
    overflow: hidden!important;
    -o-text-overflow: ellipsis!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    height: 20px;
    color: white;
    text-transform: uppercase;
    line-height: 20px;
    cursor: pointer;
    margin: 0 5px;
}

.mdp-page-navigation-buttons .button:hover {
	color: #000;
}

.mdp-page-navigation-buttons .button:disabled {
	background:  #c8c8c8 !important;
	color:white;
	cursor: not-allowed;
}

.button-ok {
	background-color: var(--mdp-button-color) !important;
}

.button-cancel {
	background-color: #646464 !important;
}

.button-external {
	border: 1px solid var(--mdp-button-color);
	border-radius: 4px;
	padding: 1px 5px;
}

.button-external:hover {
	color: white;
	background-color: var(--mdp-button-color);
}

.button-external .fas,
.button-external .far {
	font-size: 10px;
}

.mdp-page-header button {
	border: 0;
	background: none;
	padding: 0;
}

.mdp-page-header a.back {
	padding-right: 20px;
	font-size: 16px;
	color: white;
}

.mdp-page-header a.back:hover {
    color: #bfb;
}

.mdp-page-header .title {
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	overflow: hidden!important;
	-o-text-overflow: ellipsis!important;
	text-overflow: ellipsis!important;
	white-space: nowrap!important;
}


.mdp-page-header a.home {
	padding: 0 20px;
	font-size: 16px;
	color: white;
}

.mdp-page-header a.home:hover {
    color: #bfb;
}

.mdp-page-subheader {
	height: 60px;
	padding-top: 8px;
	background: #ebebeb;
	padding-left: 20px;
	text-align: center;
}

.mdp-page-subheader .text {
	padding-left: 20px;
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	min-width: 1px;
}


.mdp-page-subheader .title {
	font-size: 18px;
	color: #585858;
	overflow: hidden!important;
	-o-text-overflow: ellipsis!important;
	text-overflow: ellipsis!important;
	white-space: nowrap!important;
}


.mdp-page-subheader .subtitle {
	font-size: 14px;
	color: rgba(0, 0, 0, .4);
}

.mdp-page-navigation .back,
.mdp-page-navigation .next {
	color: var(--mdp-button-color);
	padding: 0;
	font-size: 18px;
	margin: 0;
	border: 0;
	outline: none;
	background: none;
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-width: 1px;
	white-space: nowrap;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mdp-page-navigation .back .fas,
.mdp-page-navigation .next .fas {
	padding-top: 9px;
}

.mdp-page-navigation .back:hover,
.mdp-page-navigation .next:hover {
	color: #585858;
}

.mdp-page-navigation .back:disabled,
.mdp-page-navigation .next:disabled
{
	color: #ccc;
	cursor: default;
}

.mdp-page-navigation .back {

}

.mdp-page-navigation .next {
	margin-right: 20px;
	text-align: right;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.mdp-page-navigation .text {
	font-size: 12px;
	padding: 0 5px;
	overflow: hidden!important;
	-o-text-overflow: ellipsis!important;
	text-overflow: ellipsis!important;
	white-space: nowrap!important;
}

.mdp-page-content {
	width: 100%;
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	overflow: auto;
}


.mdp-page-section {
	margin: 10px 20px 10px 20px;
}

.mdp-page-section.is-empty + .mdp-page-divider-line {
	display: none;
}

.mdp-page-section-header {
	font-size: 16px;
	margin: 10px 20px 10px 20px;
	height: 30px;
	line-height: 30px;
	color: #585858;
}

.mdp-page-section-header-icon  {
	width: 40px;
    text-align: center;
    color: var(--mdp-icon-color);
    position: relative;
    top: 3px;
}

.mdp-page-section-header a {
	color: #585858;
}

.mdp-page-section-header-expand {
	float: right;
	margin-top: 8px;
	font-size: 12px;
}

.mdp-page-section-header a:hover,
.mdp-page-section-header-expand:hover {
	color: black;
}

.biomass-link:hover,
.biomass-link:hover .mdp-page-section-header {
	color: black;
}


.biomass-link .mdp-page-section-header {
	margin: 0;
}

.mdp-label {
	line-height: 25px;
	padding-bottom: 2px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 10px;
	/**white-space: nowrap;**/
}

.mdp-label .fas {
	top: 5px;
}

.sidebar.collapsed > .sidebar-content {
	overflow-y: hidden;
}

.mdp-page-divider {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mdp-page-divider-line {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
}

.hint {
	background: var(--mdp-hint-color);
	font-size: 12px;
	color: var(--mdp-hint-text-color);
	padding: 10px;
	-moz-box-shadow: 2px 2px 7px rgba(33,33,33,0.7);
	-webkit-box-shadow: 2px 2px 7px rgba(33,33,33,.7);
	box-shadow: 2px 2px 7px rgba(33,33,33,.7);
}

.hint:empty {
	display: none;
}

.hint .icon-btn {
	color: white;
}

.hint .icon-btn:hover {
	color: black;
}

.hint-error {
	background-color: var(--mdp-hint-error-color);
	color: var(--mdp-hint-error-text-color);
}

.hint-error a, .hint a {
	color: white;
	text-decoration: underline;
}

.hint-error a:hover, .hint a:hover  {
	color: black;
}


.hint-error .icon-btn {
	color: white;
}

.hint-error .icon-btn:hover {
	color: black;
}

.hint-warning {
	background-color: var(--mdp-hint-warning-color);
	color: var(--mdp-hint-warning-text-color);
}


.help-icon {
	padding-left:15px;
	cursor: pointer;
}

.help-block {
	background-color: var(--mdp-help-color);
	color: var(--mdp-help-text-color);;
	padding: 5px;
}

.full-dialog {
	position: fixed;
	top: 0;
	left: 50px;
	z-index: 1200;
	right: 0;
	border: 0;
	bottom: 0;
	background: none;
}

.full-dialog-page {
	margin-left: 0;
	margin-right: auto;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background: white;
}

.full-dialog-page-header {
	height: 60px;
	line-height: 50px;
	background: var(--mdp-sidebar-top-background);
	font-size: 16px;
	padding: 0;
}

.full-dialog-page-header .logo-container {
	padding: 5px 0 0 20px;
}

@media (min-width: 768px) {
	.full-dialog-page {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.full-dialog-page {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.full-dialog-page {
		max-width: 1140px;
	}
}

.text-black-60 {
	color: rgba(0, 0, 0, .6) !important;
}

.text-black-30 {
	color: rgba(0, 0, 0, .4) !important;
}

.text-red {
	color: rgb(230, 50, 50) !important;
}

.text-green {
	color: var(--mdp-approved-color) !important;
}

.text-small {
	font-size: 10px;
}

.text-medium {
	font-size: 12px;
}

.text-large {
	font-size: 14px;
}

.text-xlarge {
	font-size: 16px;
}

.text-right {
	text-align: right;
}

.truncate {
	overflow: hidden!important;
	-o-text-overflow: ellipsis!important;
	text-overflow: ellipsis!important;
	white-space: nowrap!important;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	background: #fdfdfd;
}

.expandable {
	cursor: pointer;
}

.select-fields-container {
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


.select-fields-info-container {
	flex: 1;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.select-fields-info {
	flex: 1;
	width: 100%;
	text-align: left;

}

.select-fields-all {
	width: 40px;
    text-align: initial;
}

.select-fields-all .subtitle {
	font-size: 11px;
}

.select-fields-btn {
	font-size: 12px;
	padding-right: 20px;
	text-align: right;
    text-transform: uppercase;
}

.select-fields-btn a {
	cursor: pointer;
	display: block;
	color: white;
    background: var(--mdp-button-color);
    border-radius: 4px;
    padding: 0 6px;
    margin-bottom: 3px;
    line-height: 21px;
    text-align: center;
    height: auto;
    font-size: 12px;
	white-space: nowrap;
}


.create-field-name {
	background: none;
	width: 100%;
	outline: 0;
	border: 0;
}

.draw-toolbar {
}

.draw-toolbar button {
	border-radius: 0;
}

.draw-toolbar button.active {
	outline: 0;
	background: #00a500;
	box-shadow: none;
	color: white;
}


.mdp-groups {
	display: flex;
	min-width: 0;
}
.mdp-group-tag {
	text-transform: uppercase;
    background: var(--mdp-group-tag-color);
    border-radius: 3px;
    padding: 1px 5px;
    color: white;
    font-size: 9px;
    font-weight: 900;
    height: 13px;
    margin-right: 2px;
}

.mdp-group-tag:hover {
	overflow: visible!important;
	-o-text-overflow: visible!important;
	text-overflow: visible!important;
}

.mdp-item-list {
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	overflow: auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.mdp-item-list-table {
    min-height: 30px;
    padding: 3px 20px 3px 20px;
    display: block;
    color: #585858;
    background: #ddd;
}

.mdp-item-list-embedded {
	border-bottom: 0;
	border-top: 0;
	margin: 10px 0;
}

.mdp-item-list-container {
	border-bottom: 1px solid #ddd;
}

.mdp-item-list-filter {
	padding: 10px 15px;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}

.mdp-item-list-filter-entry {
	padding: 0 10px;
}

.mdp-poi-item-color {
    height: 60px;
    width: 10px;
    margin-left: -19px;
    margin-top: -5px;
    margin-right: 19px;
}

.mdp-flex {
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
}

.mdp-flex-column {
	flex-direction: column;
}

.mdp-item-list-filter-entry .mdp-label {
	line-height: inherit;
	margin-top: 0;
}

.mdp-item-list-filter-entry .mdp-value-input {
	line-height: 24px;
    height: 26px;
}

.mdp-item-list-filter-entry .mdp-dropdown-toggle {
	line-height: 24px;
    height: 24px;
}

.mdp-item-list-entry {
	min-height: 60px;
	border-bottom: 1px solid #ddd;
	padding: 5px 20px 0 20px;
	color: #585858;
	display: block;
}

.mdp-item-list-entry-with-color {
	min-height: 60px;
	border-bottom: 1px solid #ddd;
	padding: 5px 20px 0 20px;
	color: #585858;
	display: flex;
}

.mdp-field-list-entry {
	display: flex;
	color: #585858;
	border-bottom: 1px solid #ddd;
	flex-direction: column;
}

.mdp-field-list-entry-header {
	display: flex;
	width: 100%;
	padding: 5px 20px 4px 20px;
	background: #eee;

}

.field-cultivation-entry {
	display: flex;
	border-top: 1px solid #eee;
	padding: 2px 20px 3px 0px;
}

.field-cultivation-entry-color {
    width: 10px;
    margin-right: 10px;
	margin-top: -2px;
	margin-bottom: -3px;
}

.field-cultivation-info {
	padding-top: 6px;
	font-size: 13px;
}

.field-biomass-info {
	display: flex;
	align-items: center;
}
.field-biomass-info div {
	margin-right: 4px;
}


.field-biomass-info .icon-feature {
	font-size: 10px;
	height: 10px;
	width: 10px;
}

.mdp-item-list-entry-with-color:last-child {
	/**border-bottom: 0;**/
	border: none;
}

.mdp-item-list-entry-with-color .mdp-item-list-entry-header {
	flex: 1;
}

.mdp-item-list-group-entry {
	min-height: 45px;
    padding: 5px 20px;
}

.mdp-group-item-entry {
	padding: 5px 0;
    background-color: #eee;
}

.mdp-group-name  {
	padding: 8px 5px 0 5px;
}

.mdp-group-name .mdp-group-tag {
	font-size: 12px;
}

.mdp-group-name-edit {
    font-weight: bold;
    padding: 5px;
    width: 100%;
}

.mdp-group-expand {
	padding: 2px 10px;
}

.mdp-item-list-embedded .mdp-item-list-entry {
	padding: 5px 5px 0 0;
}

.mdp-item-list-entry-color {
	margin-left: -20px;
	margin-top: -5px;
	min-height: 60px;
	width: 10px;
    background-color: #ff0000;
    margin-right: 10px;
}

.mdp-item-list-entry-header {
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.mdp-item-list-entry-expanded {
	border-bottom: 0;
}

.mdp-item-list-entry-140 {
	min-height: 140px;
}


.mdp-item-list-container:last-child {
	border-bottom: 0;
}

.mdp-item-list-entry:last-child {
	/**border-bottom: 0;**/
	border: none;
}


.mdp-item-list-entry-preview {
	line-height: 50px;
}

.mdp-item-list-entry-selection {
	margin-right: 10px;
}

.mdp-item-list-entry-1 {
	min-width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
}
.mdp-item-list-entry-2 {
	min-width: 0;
	-webkit-box-flex: 2;
	-moz-box-flex:  2;
	-webkit-flex:  2;
	-ms-flex:  2;
	flex: 2;
}

a.mdp-item-list-entry.active,
a.mdp-item-list-entry.highlighted {
	background: #e0e7e0;
}


.options-container {
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}


.options-container-vertical {
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	flex-direction: column;
}

.single-option {
	border: 1px solid #ddd;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background: none;
	outline: 0;
	border-left-width: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.options-container-vertical .single-option {
	border-left-width: 1px;
	border-bottom-width: 0;
}

.options-container-vertical .single-option:last-child {
	border-bottom-width: 1px;
}

.single-option:first-child {
	border-left-width: 1px;
}

.single-option.small-option {
	line-height: 24px;
}

.single-option.active {
	background: var(--mdp-single-option-active-color);
	color: var(--mdp-single-option-active-text-color)
}

button.single-option[disabled] {
	cursor: not-allowed;
	color: var(--mdp-single-option-disabled-text-color);
}

.biomass-navigation {
	padding-left: 0;
}

.biomass-navigation .mdp-dropdown-toggle {
	background-color: inherit;
}

.biomass-navigation .mdp-dropdown-value {
	text-align: center;
    padding-top: 5px;
}

.biomass-switch-btn {
	border: 0;
	outline: 0;
	background-color: inherit;
}

.biomass-switch-btn:focus {
	outline: 0;
}

.biomass-select-btn {
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
}

.biomass-legend {
	background-color: #4b4b4b;
	float: right;
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
}


.biomass-info-legend {
	max-width: 200px;
    padding: 0;
}

.legend-text {
	font-size: 12px;
}

.legend-color {
	min-height: 15px;
    width: 75px;
    font-size: 10px;
    padding: 2px;
    line-height: 11px;
    text-align: center;
    color: white;
}

.legend-color:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.legend-color:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.legend-info {
	position: absolute;
	left: 26px;
}

.weather-text {
	white-space: nowrap;
}
.selection-tabs {
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.selection-tab {
	font-size: 14px;
	padding: 5px 8px;
	background-color: var(--mdp-selection-tab-color);
	cursor: pointer;
	text-align: center;
	color: var(--mdp-selection-tab-text-color);
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
}

.selection-tab.active {
	background-color: var(--mdp-selection-tab-active-color);
	color: var(--mdp-selection-tab-active-text-color);
}


.mdp-text-spacer {
	margin: 20px -20px;
    background-color: #00A500;
    color: white;
    padding: 5px 20px;
}

.weather-content {
	height: 205px;
	padding-top: 10px;
}

.weather-content .table>tbody>tr>td {
	padding: 3px;
}

.weather-icon {
	padding: 0;
}

.wind-direction {
	width: 30px;
	height: 30px;
}

.wind-direction-sm {
	width: 26px;
	height: 26px;
}

.wind-direction.SW {
	transform: rotate(0deg);
}

.wind-direction.WSW {
	transform: rotate(22.5deg);
}

.wind-direction.W {
	transform: rotate(45deg);
}

.wind-direction.WNW {
	transform: rotate(67.5deg);
}

.wind-direction.NW {
	transform: rotate(90deg);
}

.wind-direction.NNW {
	transform: rotate(112.5deg);
}

.wind-direction.N {
	transform: rotate(135deg);
}

.wind-direction.NNE {
	transform: rotate(157.5deg);
}

.wind-direction.NE {
	transform: rotate(180.0deg);
}

.wind-direction.ENE {
	transform: rotate(202.5deg);
}

.wind-direction.E {
	transform: rotate(225deg);
}

.wind-direction.ESE {
	transform: rotate(247.5deg);
}

.wind-direction.SE {
	transform: rotate(270deg);
}

.wind-direction.SSE {
	transform: rotate(292.5deg);
}

.wind-direction.S {
	transform: rotate(315deg);
}

.field-content {
	padding: 5px;
}

.mdp-item-list-item {
	padding: 0;
	height: 80px;
}

.mdp-field-filter {
	height: auto;
	margin: 5px 10px;
}

.mdp-field-filter .mdp-item-list-filter {
	border: 0;
	padding: 0;
}

.field-item-outline {
	width: 40px;
	height: 40px;
}

.field-item-content {
	margin-left: 100px;
	padding-top: 20px;
}

.field-info-box .table {
	margin-bottom: 0px;
}

.field-info-box .table>tbody>tr>td {
	padding: 5px 5px;
}

.field-info-box .table>tbody>tr:first-child>td {
	border-top: 0;
}

.feldlink {
	height: 450px;
}

.feldlink iframe {
	width: 100%;
	height: 95%;
}


.attribute-label {
	font-size: 12px;
}

.attribute-value {
	text-align: right;
	font-size: 12px;
}

.applicationmap-filter {
}


.application-map-date {
	position: absolute;
	top: 1px;
	left: 21px;
	color: white;
	font-weight: 600;
	font-size: 12px;
}

.application-map-icon {
	width: 50px;
	height: 50px;
}

.no-data {
	text-align: center;
	font-size: 12px;
	color: black;
	font-weight: 600;
}

.main-background {
	position: absolute;
	height: 100vh;
	width: 100vw;
	background: #ebe9e7;
}

.main-content {
	padding:0;
	height: 100vh;
	width: 100vw;
}

.main-view {
	position: absolute;
	left: 0;
	height: 100vh;
	width: 100vw;
}

.second-view-header {
	height: 60px;
    padding-top: 8px;
    padding-right: 8px;
    text-align: right;
}

.second-view-content {
	height: 100%;
    width: 100%;
    display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.main-view-content,
.second-view-body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-view-content img,
.second-view-body img {
    width: 100%;
	height: auto;
}

.map-button {
	width: 40px;
	height: 40px;
	line-height: 30px;
	background-color: var(--mdp-button-color);
	border: 0;
	border-radius: 3px;
	color: white;
	font-size: 15px;
	margin-left: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1 5px rgba(0,0,0,0.65);
	cursor: pointer;
}

.map-button:hover {
	color: black;
}


@media (min-width: 576px) {
	.sidebar-opened .main-view {
		left: 440px;
		width: calc(100vw - 440px);
	}

	.sidebar-opened .timeline {
		left: 440px;
		width: calc(100vw - 440px);
	}
}

.timeline-opened .main-view {
	height: calc(100vh - 135px);
}



.main-view-map {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.map-half {
	height: 50%;
}

.map-two-third {
	height: 50%;
}

.second-view {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 50%;
	left: 0;
}

.second-view-map {
	height: 100%;
	width: 100%;
}

.preview-view {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 50%;
	left: 0;
	display: flex;
	flex-direction: column;
}

.preview-view-map {
	flex: 1;
}

@media (min-width: 576px) {
	.second-view {
		height: 100%;
		width: 50%;
		border-left: 1px solid #aaa;
		top: 0;
		left: 50%;
	}
	.preview-view {
		height: 100%;
		width: 30%;
		border-left: 1px solid #aaa;
		top: 0;
		left: 70%;
	}
	.map-half {
		height: 100%;
		width: 50%;
		float: left;
	}
	.map-two-third {
		height: 100%;
		width: 70%;
		float: left;
	}
}

.second-view-map-content-select {
	position: absolute;
    background: white;
    /* height: 100%; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.icon-feature {
	display: inline-block;
	height:26px;
	width:26px;
	background-repeat: round;
	border: 0;
    background-color: inherit;
    outline: none;
    font-size: 22px;
    color: var(--mdp-feature-color);
}

.feature-disabled {
	color: var(--mdp-feature-disabled-color);
}

.feature-new {
	color: var(--mdp-feature-new-color);
}

.icon-feature-na {
	opacity: 0.4;
}

.icon-feature-biomass {
}

.icon-feature-fertilizer {
}

.icon-feature-seed {
}

.icon-feature-cropprotection {
}

.icon-feature-multilayer {
}

.icon-feature-soilsampling {
}

.icon-feature-biomass:before {
	display: inline-block;
   font-family: 'mdp icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
	content:'\0041';
}
.icon-feature-fertilizer:before {
	display: inline-block;
   font-family: 'mdp icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content:'\0042';
}
.icon-feature-seed:before {
	display: inline-block;
   font-family: 'mdp icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content:'\0043';
}
.icon-feature-cropprotection:before {
	display: inline-block;
   font-family: 'mdp icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content:'\0044';
}
.icon-feature-multilayer:before {
	display: inline-block;
   font-family: 'mdp icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content:'\0055';
}

.icon-feature-soilsampling:before {
	display: inline-block;
	font-family: 'mdp icons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:'\006b';
 }


.purchase-quantity-error {
	color: #FF0000 !important;
}

.payment-description {
	font-size: 10px;
    line-height: 10px;
}

.payment-option {
	font-size: 24px;
}

.nbalance-negative {
	background-color: #FF9090 !important;
}

.nbalance-positive {
	background-color: #90FF90 !important;
}

.nbalance-negative-text {
	color: #FF0000 !important;
}

.nbalance-positive-text {
	color: #00AA00 !important;
}

.map-edit-section .mdp-label {
	line-height: 15px;
	margin-top: 5px;
}

.color-addon {
	width: 34px;
	border: 0;
	border-radius: 0;
}

.color-icon {
	width: 20px;
	height: 20px;
}

.color-brush {
	cursor: pointer;
    font-size: 14px;
    width: 38px;
    color: white;
}

.icon-btn {
	display: flex;
	border: 0;
	border-radius : 0;
	line-height: 40px;
	background: none;
	padding: 0;
	box-shadow: none;
	outline: none;
	width: 100%;
	text-align: left;
	color: #585858;
	position: relative;
}

.icon-btn-small {
	line-height: inherit;
}

.icon-btn input {
	height: 40px;
	border: 0;
	background: none;
	outline: none;
	opacity: 0;
	position: absolute;
	width: 100%;
	cursor: pointer;
}

.icon-btn.active {
	outline: none;
	background-color: #e0e7e0;
}

.icon-btn-icon {
	height: 40px;
	width:  40px;
	padding-top: 10px;
	color: var(--mdp-icon-color);
	font-size: 20px;
	text-align: center;
}

.icon-btn-icon.fas,
.icon-btn-icon.far {
	font-size: 18px;
}

.icon-btn-small .icon-btn-icon {
	padding-top: 0;
	height: auto;
}

.icon-btn:disabled .icon-btn-icon {
	color: var(--mdp-icon-disabled-color);
}

.icon-btn-text {
	padding-left: 5px;
	font-size: 12px;
}

a.icon-btn:hover {
	color: black;
}

.icon-btn:active, .icon-btn.active, .icon-btn:focus, .icon-btn:active:focus, .icon-btn.active:focus{
	box-shadow: none;
	outline: none;
}

.icon-btn[disabled] {
	color: #aaa;
}

.mdp-input-group {
	display: table-cell;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.mdp-input-group-entry {
	-webkit-box-flex: 1;
	-moz-box-flex:  1;
	-webkit-flex:  1;
	-ms-flex:  1;
	flex: 1;
	margin-left: 20px;
}

.mdp-input-group-entry:first-child {
	margin-left: 0;
}

.dropdown {
	width: 100%;
	z-index: 10;
}

.mdp-dropdown {
	border-radius: 0;
	overflow-x: hidden;
	max-height: 195px;
	list-style: none;
	position: initial;
	float: none;
	margin: 1px 0 10px 0;
	border: 0;
}

.dropdown-non-scrollable {
	overflow: hidden;
}

.dropdown-scrollable-container {
	overflow: auto;
	max-height: 160px;
}

.mdp-dropdown .search-control {
}

.mdp-dropdown .category {
	color: grey;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	cursor: default;
	padding-left: 10px;
}

.mdp-dropdown .category ul {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}

.mdp-dropdown .category li,
.mdp-dropdown-entry{
	cursor: pointer;
	color: var(--mdp-dropdown-entry-text-color);
	font-size: 12px;
	font-weight: normal;
	list-style: outside none none;
	padding: 5px 0 5px 10px;
	line-height: 14px;
}

.mdp-dropdown .category .current,
.dropdown-menu>li>a.active,
.mdp-dropdown-entry.active {
	background-color: var(--mdp-dropdown-entry-active-color);
}

.mdp-dropdown .category li:hover,
.dropdown-menu>li>a:hover,
.mdp-dropdown-entry:hover {
	color: var(--mdp-dropdown-entry-hover-text-color);
	background-color: var(--mdp-dropdown-entry-hover-color);
}

.mdp-dropdown .category .current:hover,
.dropdown-menu>li>a.active:hover,
.mdp-dropdown-entry.active:hover {
	background-color: var(--mdp-dropdown-entry-active-hover-color);
	color: inherit;
}


.mdp-value-input {
	border: 1px solid #ddd;
	line-height: 30px;
	height: 36px;
	width: 100%;
	text-align: left;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #585858;
}

.mdp-value-input input {
	border: 0;
	outline: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 30px 0 10px;
	color: #585858;
}

.mdp-value-input input[type=number]:hover::-webkit-inner-spin-button,
.mdp-value-input input[type=number]:focus::-webkit-inner-spin-button {
	width: 14px;
	height: 34px;
}

.mdp-value-input input.ng-invalid {
	background: var(--mdp-invalid-input-color);
}

.mdp-value-input .input-group {
	height: 100%;
}

.mdp-value-input .input-group input {
	padding-right: 0;
}

.mdp-value-input .input-group-addon {
	border: 0;
	background: 0;
}

.mdp-value-input[disabled] {
	background-color: #ebebeb;
}

.mdp-dropdown-input {
	padding-right: 30px;
	height: 100%;
}

.mdp-dropdown-value {
	padding-right: 30px;
	text-align: left;
	padding-left: 10px;
	height: 100%;
	color: #585858;
	text-overflow: ellipsis;
    overflow: hidden;
}
.mdp-dropdown-value.invalid button {
	background: var(--mdp-invalid-input-color);
}

.mdp-dropdown-toggle {
	line-height: 30px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 0;
	display: block;
	text-align: right;
	width: 100%;
}

.mdp-dropdown-toggle .caret-btn {
	float: right;
	padding: 0 5px;
}

.mdp-dropdown-toggle:active,.mdp-dropdown-toggle:hover,.mdp-dropdown-toggle:focus,.mdp-dropdown-toggle:active:focus {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: 0;
}

.caret {
	color: #585858;
	border-top: 10px dashed;
	border-top: 10px solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.dropup .caret {
	border-bottom: 10px dashed;
}

.mdp-dropdown-clear {
	float: right;
	padding: 0 5px;
}

.export-map-settings {
	padding-bottom: 20px;
	/* border-bottom: 1px solid; */
	border-bottom: 1px solid #ddd;
}

.info-control {
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: none;
}

.info-control h4 {
	margin: 0 0 5px;
	color: #777;
}


.legend {
	line-height: 18px;
	color: #585858;
}
.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}

.message-view {
	background-color:  rgba(0,0,0,0.8);
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 3000;
	display: block;
	top: 0;
}


.message-container {
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	height: auto;
	width: 100%;
}

.message-container .mdp-page-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.message-container .mdp-page-header {
	padding: 0;
}

.message-container .mdp-page-header .title {
	padding-left: 51px;
}

.message-container .mdp-page-subheader {
	padding-left: 0;
}

@media (min-width: 576px) {
	.message-container {
		left: 10vw;
		top: 10vh;
		width: 80vw;
	}
}


@media (min-width: 768px) {
	.message-container {
		left: 10vw;
		top: 10vh;
		width: 80vw;
	}
}

@media (min-width: 992px) {
	.message-container {
		left: 20vw;
		top: 10vh;
		width: 60vw;
	}
}

@media (min-width: 1200px) {
	.message-container {
		left: 25vw;
		top: 10vh;
		width: 50vw;
	}
}

.tutorial-view {
	background-color:  rgba(0,0,0,0.8);
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 3000;
	display: block;
	top: 0;
}


.tutorial-container {
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	height: auto;
	width: 100%;
}

.tutorial-container .mdp-page-section {
    margin-top: 30px;
    margin-bottom: 30px;
}


@media (min-width: 768px) {
	.tutorial-container {
		left: 10vw;
		top: 10vh;
		width: 80vw;
	}
}

.yesno {
	margin: 5px 0;
}

.yesno p {
	font-size: 14px;
}

.yesno .buttons {
	text-align: right;
}

.yesno .icon-btn {
	width: auto;
}

.yesno .icon-btn-icon {
	color: inherit;
}

button.singleView-active,
button.splitScreenView-active,
button.defaultTileLayer-active,
button.satelliteTileLayer-active {
	padding: 0;
	border: 0;
	background: none;
}

.splitscreen-select {
	display: table-cell;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.state-singleView,
.state-splitScreenView,
.state-satelliteTileLayer,
.state-defaultTileLayer {
	background: var(--mdp-button-color);
	border: solid 1px var(--mdp-button-color);
	border-radius: 5px;
	padding: 2px;
	margin: 0;
	outline: 0;
	display: block;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
	color: white;

}

.leaflet-top {
	top: 65px;
}

.state-defaultTileLayer img,
.state-satelliteTileLayer img {
	border-radius: 4px;
}


.share-input-search {
	position: relative;
	margin-right: 20px;
}

.share-input-search input {
	width: 100%;
}

.share-input-search a {
	position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    width: 25px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
    color: #585858;
}

.share-input-search a:hover {
	color: black;
}

.loader {
	position: absolute;
	left: calc(50% - 37.5px);
	top: 50%;
	border: 10px solid var(--mdp-loader-outer-color);
	border-top: 10px solid var(--mdp-loader-inner-color);
	border-radius: 50%;
	width: 75px;
	height: 75px;
	animation: spin 2s linear infinite;
}

.loader-text {
	color: var(--mdp-loader-text-color);
	position: absolute;
	left: calc(50% - 150px);
	top: 47%;
	width: 300px;
	text-align: center;
	font-weight: bold;
}

.mdp-loader {
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	border: 8px solid var(--mdp-loader-outer-color);
	border-top: 8px solid var(--mdp-loader-inner-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}

.mdp-loader-small {
	float: right;
	margin-top: 5px;
	border: 4px solid var(--mdp-loader-outer-color);
	border-top: 4px solid var(--mdp-loader-inner-color);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
}

.mdp-loader-center {
	float: none;
	position: relative;
	left: calc(50% - 10px);
}


.shop-logo {
	position: absolute;
    bottom: 20px;
    right: 10px;
    left: 10px;
    text-align: center;
}

.module-header {
	height: 25px;
    margin-bottom: 5px;
}

.module-title {
	font-weight: bold;
}

.module-logo {
	height: 25px;
	float: right;
}

.seed-map-create-option img {
	-moz-box-shadow: 2px 2px 7px rgba(33,33,33,1);
	-webkit-box-shadow: 2px 2px 7px rgba(33,33,33,.7);
	box-shadow: 2px 2px 7px rgba(33,33,33,.7);
	width: 100px;
	height: 100px;
}

.seed-map-create-option .hint {
	height: 100px;
}

.map-value-mapping-table {
	width: 100%;
}

.map-value-mapping-table .color {
	padding: 8px 7px;
    text-align: center;
	width: 36px;
    height: 36px;
}

.map-value-mapping-table .brush {
	cursor: pointer;
    font-size: 14px;
    color: white;
}

.map-value-mapping-table .mdp-value-input {
	max-width: 150px;
}

.map-value-mapping-table .mdp-value-input input[type="number"] {
	padding: 0;
	text-align: right;
}

.seed-mapping-item {
	height: 100%;
}

.seed-mapping-item input {
	flex: 3;
}

.seed-mapping-item-color-addon{
	padding: 2px 10px;
}

.seed-mapping-item-ref-text {
	text-align: right;
	flex: 1;
	padding-right: 5px;
    border-right: 1px solid #ddd;
    /* padding-left: 5px; */
    border-left: 1px solid #ddd;
    margin-left: 5px;
}

.seed-mapping-item-value-text {
	text-align: right;
	flex: 2;
}


.promotion {
	position: absolute;
	top: 120px;
	left: 50px;
	width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 1024px) {
	.promotion {
		width: 300px;
		height: 300px;
	}
}

.promotion.promotion-register {
	position: absolute;
	top: 120px;
	left: 50px;
	width: 200px;
    height: 200px;
}

@media (min-width: 1380px) {
	.promotion.promotion-register {
		width: 300px;
		height: 300px;
	}
}

.file-dropzone {
	border: 2px dashed #bbb;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    color: #bbb;
    margin-bottom: 20px;
}

.current-organization {
	background-color: #ccc;
    border-bottom: 1px solid #bbb;
}

.multilayer-item {
	margin-top: 20px;
	display: flex;
}

.multilayer-item-content {
	flex: 1;
}

.multilayer-item-indicator {
	width: 10px;
    background-color: #ff0000;
    margin-right: 5px;
}

.multilayer-item-header {
	font-size: 16px;
    text-align: center;
}

.multilayer-item .mdp-item-list-entry {
    padding: 5px 0 0 0;
}

.multilayer-item .mdp-item-list-entry.select-entry {
    padding: 5px 20px 0 20px;
}

.multilayer-chart {
	height: 150px;
}

.favorite-icon {
	cursor: pointer;
}

.favorite-icon:hover {
	color: #bfb;
}

.entry-favorite {
	position: absolute;
	right: -17px;
	top: -4px;
	color: #00A500;
}

.entry-not-favorite {
	opacity: 0;
	transition: opacity 0.4s linear;
}

.mdp-item-list-entry:hover .entry-not-favorite {
	opacity: 1;
}

.impersonated .main-view,
.impersonated .main-menu,
.impersonated .full-dialog,
.impersonated .sidebar,
.impersonated .helpbar  {
	top: 30px;
}

.impersonated .sidebar-open,
.impersonated .helpbar-open {
	top: 35px;
}

.impersonated .leaflet-top {
	top: 95px;
}

.impersonated .main-view {
	height: calc(100vh - 30px);
}

.impersonated.timeline-opened .main-view {
	height: calc(100vh - 165px);
}

.impersonation-header {
	position: fixed;
    top: 0;
    height: 30px;
    z-index: 10000;
    background-color: #FF0000;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
	padding-top: 2px;
    font-size: 18px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:first-child
{
	width: 100%;
	border-radius: 4px;
	height: 34px;
}