/* CSS file */

/* ------------------------------------------------- */
/* default variables and loads */
:root {
	--bg-color: #FFFFFF; /* #0D151C */
	--bg-color-border: #DDDDCC; /* #16232E */
	--color-def-font: #0D151C;
	--color-floepp: #19A9AB;
	--color-floepp-dark: #106F71;
	--color-floepp-light: #A4DCDD;
	--color-floepp-shadow: #19A9AB42;
	
	--def-font-size: 0.85rem;
	
	--color-graph-1: #19A9AB; /* #417EBF */
	--color-graph-2: #DF3422;
	--color-graph-3: #40ba73;
	--color-graph-4: #ec7a08;
	--color-graph-5: #5dade2;
	--color-graph-6: #884ea0;
	--color-graph-7: #f4c145;
	--color-graph-8: #b8bbbe;
	--color-graph-9: #1f36ad;
	--color-graph-10: #b478c8;
	--color-graph-11: #797f84;
	--color-graph-12: #353535;
	--color-graph-13: #b77d70;
	--color-graph-14: #884a10;
	--color-graph-15: #000000;
}

@font-face {
	font-family: 'Brown-Bold';
	src: url('../used/fonts/Brown-Bold.eot');
	src: url('../used/fonts/Brown-Bold.eot?#iefix') format('embedded-opentype'),
		url('../used/fonts/Brown-Bold.woff2') format('woff2'),
		url('../used/fonts/Brown-Bold.woff') format('woff'),
		url('../used/fonts/Brown-Bold.ttf') format('truetype'),
		url('../used/fonts/Brown-Bold.svg#Brown-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BrownStd-Regular';
	src: url('../used/fonts/BrownStd-Regular.eot');
	src: url('../used/fonts/BrownStd-Regular.eot?#iefix') format('embedded-opentype'),
		url('../used/fonts/BrownStd-Regular.woff2') format('woff2'),
		url('../used/fonts/BrownStd-Regular.woff') format('woff'),
		url('../used/fonts/BrownStd-Regular.ttf') format('truetype'),
		url('../used/fonts/BrownStd-Regular.svg#BrownStd-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BrownStd-Light';
	src: url('../used/fonts/BrownStd-Light.eot');
	src: url('../used/fonts/BrownStd-Light.eot?#iefix') format('embedded-opentype'),
		url('../used/fonts/BrownStd-Light.woff2') format('woff2'),
		url('../used/fonts/BrownStd-Light.woff') format('woff'),
		url('../used/fonts/BrownStd-Light.ttf') format('truetype'),
		url('../used/fonts/BrownStd-Light.svg#BrownStd-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}


/* ------------------------------------------------- */
/* default settings pages */

.default_font {
	font-family: /*'BrownStd-Bold',*/ sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: /*'BrownStd-Bold',*/ sans-serif;
}

a,
a:focus,
a:active {
	color: var(--color-floepp) !important;
	text-decoration: none;
}

a:hover {
	color: #138687 !important;	
}

html {
	position: relative;
	height: 100%;
}

body {
	font-family: /*'BrownStd-Light',*/ sans-serif;
	padding-bottom: 50px;
	min-height: 100%;
    background-color: var(--bg-color);
	color: var(--color-def-font);
	font-size: var(--def-font-size);
	position: relative;
}

header {
    background-color: var(--bg-color);
	border-bottom: 1px solid var(--bg-color-border);
}

/* ------------------------------------------------- */
/* transision */

.trans_025 {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.trans_05 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.trans_1 {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.trans_2 {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

.trans_3 {
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}

/* ------------------------------------------------- */
/* font sizes */

.font-xs { font-size: 0.65rem; }
.font-s  { font-size: 0.75rem; }
.font-m  { font-size: 0.85rem; }
.font-l  { font-size: 0.15rem; }
.font-xl { font-size: 0.25rem; }


/* ------------------------------------------------- */
/* colors */

.color_floepp	{ color: var(--color-floepp);}
.color_white 	{ color: #FFFFFF;}
.color_dark 	{ color: #2B2928;}
.color_font 	{ color: var(--bg-light); }

.bg_color_floepp{ background: var(--color-floepp); background-color: var(--color-floepp);}
.bg_color_white { background: #FFFFFF; background-color: #FFFFFF;}
.bg_color_dark 	{ background: #2B2928; background-color: #2B2928;}
.bg_default 	{ background: var(--bg-color); background-color: var(--bg-color);}

.border-custom-red 	 	{ border-color: #fd8469 !important;}
.border-custom-green 	{ border-color: #90dfaa !important;}
.border-custom-green-2 	{ border-color: #59a521 !important;}
.border-custom-dark  	{ border-color: #0D151C !important;}
.border-custom-blue  	{ border-color: #84dbff !important;}
.border-custom-blue-2 	{ border-color: #2474a7 !important;}

/* --- */
.text-light 	{ color: #FFFFFF !important;}
.bg-light 		{ background-color: #FFFFFF !important;}
.border-light 	{ border-color: #FFFFFF !important;}
.btn-light, .btn-light-hover:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

/* --- */
.text-grey 		{ color: #ced4da !important;}
.bg-grey 		{ background-color: #ced4da !important;}
.border-grey 	{ border-color: #ced4da !important;}
.btn-grey, .btn-grey-hover:hover {
	color: #000;
	background-color: #ced4da;
	border-color: #ced4da;
}

/* --- */
.text-light-grey 	{ color: #E0E0E0 !important;}
.bg-light-grey 		{ background-color: #E0E0E0 !important;}
.border-light-grey 	{ border-color: #E0E0E0 !important;}
.btn-light-grey, .btn-grey-light-hover:hover {
	color: #000000;
	background-color: #E0E0E0;
	border-color: #E0E0E0;
}

/* --- */
.text-dark 		{ color: #2B2928 !important;}
.bg-dark 		{ background-color: #2B2928 !important;}
.border-dark 	{ border-color: #2B2928 !important;}
.btn-dark, .btn-default	{
	color: #2B2928;
	background-color: #FFFFFF;
	border-color: #2B2928;
}

/* --- */
.text-floepp 	{ color: var(--color-floepp);}
.text-floepp-hover:hover { color: var(--color-floepp);}
.bg-floepp 		{ background-color: var(--color-floepp) !important;}
.border-floepp 	{ border-color: var(--color-floepp) !important;}


/* --- */
.text-floepp-light 	{ color: var(--color-floepp-light);}
.text-floepp-light-hover:hover { color: var(--color-floepp-light);}
.bg-floepp-light 		{ background-color: var(--color-floepp-light);}
.border-floepp-light 	{ border-color: var(--color-floepp-light) !important;}

/* --- */
.text-purple 	{ color: #8654B4 !important;}
.bg-purple 		{ background-color: #8654B4 !important;}
.border-purple 	{ border-color: #8654B4 !important;}
.btn-purple {
	color: #FFFFFF;
	background-color: #8654B4;
	border-color: #8654B4;
}
.btn-purple:hover {
	background-color: #724b96;
	border-color: #724b96;
}

/* --- */
.text-red 		{ color: #FD6B5C !important;}
.bg-red 		{ background-color: #FD6B5C !important;}
.border-red 	{ border-color: #FD6B5C !important;}
.btn-red {
	color: #FFFFFF;
	background-color: #FD6B5C;
	border-color: #FD6B5C;
}
.btn-red:hover {
	color: #FD6B5C !important;
	background-color: #FFFFFF !important;
}

/* --- */
.text-red-dark 		{ color: #FF1800 !important;}
.bg-red-dark 		{ background-color: #FF1800 !important;}
.border-red -dark	{ border-color: #FF1800 !important;}
.btn-red-dark, .btn-red-dark-hover:hover {
	color: #FF1800;
	background-color: #FFFFFF;
	border-color: #FF1800;
}

/* --- */
.text-green		{ color: #90dfaa !important;}
.bg-green 		{ background-color: #90dfaa !important;}
.border-green 	{ border-color: #90dfaa !important;}
.btn-green, .btn-green-hover:hover {
	color: #90dfaa;
	background-color: #FFFFFF;
	border-color: #90dfaa;
}

/* --- */
.text-green-2	{ color: #59a521 !important;}
.bg-green-2 	{ background-color: #59a521 !important;}
.border-green-2 { border-color: #59a521 !important;}
.btn-green-2, .btn-green-2-hover:hover {
	color: #59a521;
	background-color: #FFFFEE;
	border-color: #59a521;
}

/* --- */
.text-green-3	{ color: #2C9984 !important;}
.bg-green-3 	{ background-color: #2C9984 !important;}
.border-green-3 { border-color: #2C9984 !important;}
.btn-green-3 {
	color: #FFFFFF;
	background-color: #2C9984;
	border-color: #2C9984;
}
.btn-green-3:hover {
	background-color: #288A77;
	border-color: #288A77;
}

/* --- */
.text-blue	{ color: #84DBFF !important;}
.bg-blue 	{ background-color: #84DBFF !important;}
.border-blue { border-color: #84DBFF !important;}
.btn-blue, .btn-blue-hover:hover {
	color: #84DBFF;
	background-color: #FFFFEE;
	border-color: #84DBFF;
}

/* --- */
.text-orange 	{ color: #FDA044 !important;}
.bg-orange 		{ background-color: #FDA044 !important;}
.border-orange 	{ border-color: #FDA044 !important;}
.btn-orange, .btn-orange-hover:hover {
	color: #FDA044;
	background-color: #FFFFEE;
	border-color: #FDA044;
}

/* --- */
.text-orange-light	{ color: #FFDFBF !important;}
.bg-orange-light 		{ background-color: #FFDFBF !important;}
.border-orange-light 	{ border-color: #FFDFBF !important;}
.btn-orange-light, .btn-orange-light-hover:hover {
	color: #FFDFBF;
	background-color: #FFFFEE;
	border-color: #FFDFBF;
} 

/* --- */
.btn-info:hover {
	background-color: #2EABBF;
	border-color: #2EABBF;
}

/* --- */
.text-info-2	{ color: #1592A6 !important;}
.bg-info-2 		{ background-color: #1592A6 !important;}
.border-info-2 	{ border-color: #1592A6 !important;}
.btn-info-2 {
	color: #FFFFFF;
	background-color: #1592A6;
	border-color: #1592A6;
}
.btn-info-2:hover {
	background-color: #2EABBF;
	border-color: #2EABBF;
}

/* ------------------------------------------------- */
/* custom css */

.icon_tiny svg,
.icon_tiny img {
	width: 12px;
}

.icon_small svg,
.icon_small img {
	width: 18px;
}

.icon_img {
	width: 125px;
	height: 125px;	
}

.icon_img_large {
	width: 250px;
	max-width: 100%;
}

.loading_icon {
	width: 75px;
	height: 75px;	
}

.loading_icon_xs {
	width: 25px;
	height: 25px;	
}

.shadow {
    -webkit-box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.1) !important;
    box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.1) !important;
}

.vertical_line {
	width: 2px;
	min-height: 40px;
	height: 100%;
	border-right: 1px dashed rgb(187,187,187);	
}

.screen_full {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
}

.mvh-85 {
	max-height: 85vh;	
}

/* image hoverover effect */

.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(255,255,255,0.3);
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.hovereffect img {
	display:block;
	position:relative;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.hovereffect:hover img {	
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hovereffect_example_img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.hovereffect_example_img:hover {	
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* form settings */

.form_small {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 0.75rem;	
}

.form_small_min_width {
	min-width: 175px;
}
/* ------------------------------------------------- */
/* side animation */

.slideanim {
    visibility:hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}


/* ------------------------------------------------- */
/* navbar, menu, buttons and footer */

#side-menu {
	width: 12rem;
	min-width: 12rem;
	padding-right: 1.5rem;	
}

nav {
	width: 95%;
	margin: 0 auto;
}

#logo {
	width: 100%;
	max-width: 500px;
}

#logo-text{
	font-size: 1.5rem;
}



#logo-header {
	width: 2.5rem;
}

#logo-menu {
	height: 40px;
}

.footer {
   	position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
	color: var(--color-def-font);
	font-size: 0.75rem;
	border-top: 1px solid var(--bg-color-border);
}

.btn-floepp {
	color: var(--color-floepp);
	background-color: var(--bg-color);
	border-color: var(--color-floepp);	
}

.btn.active,
.btn-floepp:hover {
    color: var(--bg-color) !important;
	background-color: var(--color-floepp) !important;
}

.btn-floepp:active,
.btn-floepp:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem var(--color-floepp-shadow) !important;
}

.btn-small {
	font-size: 12px;
	padding: 0.1rem 0.3rem;	
}

.btn-icon {
	padding: 0.35rem;
	font-size: 0rem;
}

/* ------------------------------------------------- */
/* page: login */

#logo-login {
	width: 18rem;
}

/* ------------------------------------------------- */
/* page: monitor */

#refresh_bar_wrap {
	width: 100%;
	max-width: 10rem;	
}

#monitor_table_wrap {
	max-height: 80vh;
	overflow: auto;
}

#monitor_table_content tr td:not(:last-child){
	padding-top: 0.45rem;	
}

.monitor_status {
	cursor: help;	
}

.fixed_map {
	position: fixed !important;
	top: 10px;
}

/* ------------------------------------------------- */
/* page: analytics */

.data_line {
	fill: none;
	stroke: var(--color-graph-1);
	stroke-width: 2;
}

.data_line2 {
	fill: none;
	stroke-width: 2;
}

.data_min {
	fill: none;
	stroke: #FDA044;
	stroke-width: 2;
	stroke-dasharray: 0.2rem;
}

.data_max {
	fill: none;
	stroke: #FD6B5C;
	stroke-width: 2;
	stroke-dasharray: 0.2rem;
}

.data_average {
	fill: none;
	stroke: #90dfaa;
	stroke-width: 2;
	stroke-dasharray: 0.2rem;
}

.data_mov_avr {
	fill: none;
	stroke: #2294fd;
	stroke-width: 2;
	/*stroke-dasharray: 0.2rem;*/
}

.data_regression {
	fill: none;
	stroke: #8919C8;
	stroke-width: 2;
}

.data_line_data,
.data_line_data2,
.data_average_data, 
.data_min_data,
.data_max_data,
.data_mov_avr_data,
.data_regression_data {
	fill: none !important;
	stroke: rgba(0,0,0,0) !important;
	stroke-width: 8 !important;
}

.x_axis {
	font-size: 0.75rem;	
}

.y_axis {
	font-size: 0.75rem;
}

.y1_axis {
	font-size: 0.75rem;
	fill: var(--color-graph-1);
}

.y2_axis {
	font-size: 0.75rem;
}

.data_circle {
	fill: var(--color-graph-1);	
	stroke: rgba(0,0,0,0);
	stroke-width: 5;
}

.data_circle2 {
	stroke: rgba(0,0,0,0);
	stroke-width: 5;
}

.data_circle:hover,
.data_circle2:hover {
	r: 4px;
}

.data_circle_hide {
	opacity: 0 !important;
}

.tooltip_graph {
    position: absolute;			
    text-align: center;	
	/*		
    width: 150px;
	height: 60px;	
	*/			
    width: auto;
	height: auto;	
    padding: 0.4rem;				
    font-size: var(--def-font-size);	
    background: var(--bg-color);	
    border: 1px solid var(--color-floepp);		
    border-radius: 8px;			
    pointer-events: none;
	transform: translate(-50%, calc(-100% - 5px));
	z-index: 9999;
}


/* zoom handle */
.brush .selection {
	fill: var(--color-floepp);	
	opacity: 0.4;
}

.brush .handle {
	fill: var(--color-floepp-dark);	
	opacity: 0.5;
	stroke: rgba(0,0,0,0);
	stroke-width: 2;
}

.brush .handle--n,
.brush .handle--s {
	height: 2px;
}

.brush .handle--e,
.brush .handle--w {
	width: 2px;
}

.options_select_small {
	font-size: 12px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	height: auto;
}

.graph_container {
	position: relative;	
}

.graph_options {
	position: absolute;
	top: 40px;
	right: 32px;
}

.graph_options_content {
	min-height: 20px;
	min-width: 200px;
	width: auto;
	height: auto;
	padding: 0.5rem;
    border: 2px solid var(--color-floepp);
    border-radius: 2px;
	background-color: var(--bg-color);
}

.graph_icon {
	width: 24px;
	height: 24px;
	opacity: 0.4;
    cursor: pointer;	
}

.graph_icon:hover {
	opacity: 0.75;
}

.graph_icon.disabled {
	opacity: 0.2 !important;
    cursor: wait;	
}

/* ------------------------------------------------- */
/* page: account and device settings */

#leaflet_content {
	width: 100%;
	height: 80vh;
}


/* ------------------------------------------------- */
/* default table setup */

.table_wrap {
	max-height: 80vh;
	overflow: auto;
}

.table_content tr td:not(:last-child){
	padding-top: 0.45rem;	
}

.table th {
	background-color: var(--bg-color);	
}

.table th,
.table td {
	word-wrap: break-word;	
}

.table td.min-width{
	min-width: 14rem;	
}

.table thead {
	position: sticky;
	top: 0;	
}

#table-head-description {
	/* width: 16rem; */
	width: 30%;
}

#table-head-serial {
	/* width: 10rem; */
	width: 15%;
}

#table-head-last-data {
	/* width: 13rem; */
	width: 18%;
}

#table-head-status {
	width: 2.3rem;
}

#table-head-battery {
	width: 2.3rem;
}

#table-head-collapse-data {
	/* width: 3rem; */
	width: auto;
}

.table-data-cell {
	line-height: 1;
}

.table-width-15p {
	width: 15%;
}

.table-width-20p {
	width: 20%;
}

.table-width-25p {
	width: 25%;
}

.table-width-50p {
	width: 50%;
}

.table-width-auto {
	width: auto;
}

.table-width-4r {
	width: 4rem;
}

.table-width-8r {
	width: 8rem;
}

.table-width-12r {
	width: 12rem;
}

/* Sortable tables */
table.sortable thead {
    background-color:#F4F4F4;
    font-weight: bold;
    cursor: pointer;
}


/* ------------------------------------------------- */
/* image upload */

#image_preview {
	width: 100%;
	height: 300px;
	border: 1px dashed var(--color-floepp) !important;
	border-radius: .25rem !important;
}

#image_preview img {
	max-width: 90%;
	max-height: 90%;
}

#image_preview #no_image_filler{
	width: 100%;	
	height: 100%;
}

#image_preview #no_image_filler svg{
	width: 50px;	
	height: auto;
}

#image_preview_small {
	max-width: 8rem;
}


/* ------------------------------------------------- */
/* animations */


@keyframes slide {
    0% {
		opacity: 0;
		transform: translateY(70%);
    } 
    100% {
		opacity: 1;
		transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
    } 
    100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
    }
}

.leaflet_circle_animation  {
	animation: leaflet_circle_animation 1.5s ease-in-out infinite;
	display: flex !important;	
}

.circle_animation {
	display: none;	
}

@keyframes leaflet_circle_animation {
	0% {
		transform: scale(1, 1);
		opacity: 0;
	}

	50% {
	    opacity: 1;
	}

	100% {
	    transform: scale(1.5, 1.5);
	    opacity: 0;
		}
	}

/* ------------------------------------------------- */
/* changed for sortable */


table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after,
table.sortable th #sorttable_sortfwdind, 
table.sortable th #sorttable_sortrevind { 
	font-size: 12px;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    /*content: "\25B4\25BE" */
	content: "";
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort).hide_sort:after { 
    content: "" 
}

table.sortable th.hide_sort #sorttable_sortfwdind, 
table.sortable th.hide_sort #sorttable_sortrevind {
	display: none;
} 
  
/* ------------------------------------------------- */
/* changed for bootstrap */

.btn {
	border-width: 1px;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.jumbotron {
    border-radius: 0;
    padding: 4rem 0rem 1rem 0rem;
	background-color: inherit;
}

a,
.navbar-dark .navbar-nav .nav-link {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a,
.navbar-nav .nav-link {
    color: var(--color-def-font);
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 1.5rem;
}

a:hover,
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: var(--color-floepp);
	text-decoration: none;
}

.navbar-dark .navbar-toggler {
    border: 0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../used/menu.svg");
}

.form-check-input:checked {
    background-color: var(--color-floepp) !important;
    border-color: var(--color-floepp) !important;
}

.form-check-input:focus ,
.form-select:focus {
    border-color: var(--color-floepp) !important;
    box-shadow: 0 0 0 .2rem var(--color-floepp-shadow) !important;
}

.form-control {
	overflow: hidden;
}

.accordion-item {
	background-color: inherit;
	border: 0px !important;	
}

.accordion-button {
	border: 0px !important;
	color: var(--color-def-font) !important;
	background-color: transparent;
	box-shadow: none !important;
	font-size: var(--def-font-size) !important;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");	
}

.dropdown-menu.show {
	max-height: 400px;
}

.dropdown-menu {
	/*
	padding: 0.25rem !important;
	margin: -0.3rem 0 0 0 !important;
	min-width: 12rem !important;
	*/	
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
	min-width: 100%;
	position: relative !important;
	transform: none !important;
	max-height: 0;
	height: auto;
	overflow: hidden;
	display: block;
	background: none;
}

.dropdown-menu-mobile {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0 !important;	
}

.dropdown-menu-mobile.show {
	border-bottom: 1px solid var(--color-floepp) !important;
}

.btn, span {
	white-space: nowrap;
}

/* ================================================================================== */
/* browser corrections */

/* dotted line around links correction */

* {
    outline: 0 !important;
}





/* media versions */
@media (max-width: 260px) {}

@media (max-width: 370px) {}

@media (max-width: 576px) {}

@media (max-width: 768px) {	
	.fixed_map {
		position: relative !important;
	}
	
	#monitor_table_wrap {
		max-height: 70vh;
	}
	
	.sticky-top-not-mobile {
		position: relative !important;
	}

	#logo-login {
		width: 12rem;
	}
}

@media (max-width: 992px) {
	/* ------------------------------------------------- */
	/* page: analytics */
	
	.x_axis,
	.x_axis text {
		font-size: 0.55rem;	
	}
	
	.y_axis,
	.y_axis text {
		font-size: 0.55rem;
	}	
}

@media (max-width: 1200px){}
