
/*/////////////////////////// base */

@font-face {
  font-family: 'ttf_regular';
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url('/_vue/Regular.ttf');
  font-display: swap;
}
 
 
@font-face {
  font-family: 'ttf_bold';
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url('/_vue/Bold.ttf') ;
  font-display: swap;
}
 
body {
	font-size: 16px;
	font-family: inherit;
	font-weight: 500;
	margin: 0;
	letter-spacing: 1px;
}
 

#my_body {
  display: flex;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  min-height: 100%;
}
#nav_top {
  position: fixed;
  padding: 2px 4px;
  display: flex;
  top: auto;
  left: 0;
  right: 0;
  z-index: 400;
}
#nav_top .icbt{
  margin:0;
  display:flex;
}
#nav_top .icbt svg{
  margin:auto;
}
#navtitle{
    margin: auto;
    display: flex;
    font-size: 26px;
    user-select: none;
    max-height: 24px;
    margin-top: -3px;
}
#nav_tool{
    position: absolute;
    right: 0;
    top: 40px;
    display: flex;

}
#nav_tool div{
    padding: 2px 6px;

}
 #report.icbt {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    padding: 2px;
}
/*/////////////////////////// base */
 
#main_side {
    max-height: 100%;
	width: 100%;
    overflow: auto;
	margin: 4px;
    grid-template-rows: auto 1fr auto;
}
html.s #main_side {
	margin-bottom: 150px;
}

#my_page{
	max-width: 600px;
	margin:auto;
}

html.s #main_side {
	padding-top: 35px;
}
html.m #main_side ,html.l #main_side{
    padding-top: 34px;
	margin-left: 192px;
}



#right_side a, #left_side a,#fab a {
	display: flex;
    padding: 6px;
    margin-bottom: 6px;
}
#right_side a p,#left_side a p ,#fab a p {
	margin-left: 0;
    margin-bottom: 0;
}
#right_side a svg, #left_side a svg,#fab a svg{
	margin: 0;
    padding-right: 8px;
	min-width: 24px;

}

/*/////////////////////////// s */
#left_side ,#right_side{
    padding: 6px;
    max-height: 100%;
    transition-duration: 300ms;
	transition-property: transform;
    min-height: 100%;
    border-right: solid 1px;
	overflow: auto;
}
html.l #left_side,html.m #left_side {
    height: 100%;
}


#left_side{
  left: 0;
  border-bottom-right-radius:8px;
  transform: translate(-100%, 0);
  width: 170px;
}

#right_side {
  right: 0;
  border-bottom-left-radius:8px;
  transform: translate(100%, 0);
}

#left_side, #right_side {
  top: 0;
  padding: 8px;
  padding-top:40px;
  position: fixed;
  overflow: hidden auto;
  max-height: 100%;
  z-index:300;
}

#right_side_off, #left_side_off {
	position: fixed;
	top: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
}
#left_side_off {
	transform: translate(-100%, 0);
}
#right_side_off {
	transform: translate(100%, 0);
}

html.m #left_side_off,html.l #left_side_off {
display:none;
}

html.m #left_side, html.l #left_side{
	transform: translate(0, 0);
	
}

#left_side.show, #right_side.show,#right_side_off.show, #left_side_off.show {
transform: translate(0, 0);
}
html.m #left_side_bt,html.l #left_side_bt{
	display:none;
}
html.s #right_side,html.s #left_side {
    height: 100%;
	width:auto;
}

.feetsmarge{
	min-height:64px;
}

.left_side_divs{
	display:flex;
}
.left_side_divs a:first-child {
  width: 100%;
}
/*/////////////////////////// L */
 
#fab {
    position: fixed;
    bottom: 32px;
    right: 32px;
    border-radius: 100%;
    display: flex;
    padding: 12px;
	z-index: 500;
	min-height:45px;
	min-width: 45px;
}
#fab.show {
  border-radius: 8%;
}
 
#fabaction{
    margin: auto;
    height: 0;
    width: 0;
    position: relative;
    left: -19px;
    top: -19px;
}
#fab.show #fabaction{
 display:none;
}


#fabdiv{
	display: none;
	overflow: hidden;
	height:0;
	width:0;
}
#fab.show #fabdiv{
	display: block;
    height: auto;
    width: auto;
}

html.m #fab,html.l #fab {
    top: 2px;
    bottom: auto;
    left: 164px;
    right: auto;
}
#fab_off  {
    position: fixed;
    bottom: 0;
    right: 0;
	top: 0;
    left: 0;
	display:none;

}
#fab_off.show {
    display:block;
}

/*/////////////////////////// L */


#alert {
  z-index: 600;
  border: solid 1px;
  width: 95%;
  max-width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 
#alert_off {
	z-index: 600;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}
 
 
 
#alert_head{
  padding: 8px;
  display: flex;
}
#alert_body{
  padding: 8px;
}
/*/////////////////////////////////////////////////////////////////////////////////////// L */

#zoomdiv{
	display: flex;
    width: max-content;
    margin: auto;
}
#zoomdiv p{
    padding: 2px 12px;
}


#left_side select{
    width: 100%;
}

/*/////////////////////////////////////////////////////////////////////////////////////// L */
h1{
	text-align: center;
    max-width: 80%;
    margin: 30px auto;
	padding: 0 16px;
}
h2{

    margin-bottom: 0;
}
p {
	margin: auto;
	max-width: 600px
}
p.infos {
    padding: 4px;
}
 
a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 6px;
    margin-bottom: -4px;
}
a svg {
    margin-bottom: -4px;
	margin-left: 4px;
}
form div.flex {
	margin-bottom: 4px;
}
input, textarea{
	width: -webkit-fill-available;
	margin: 0;
}

input[type=submit] {
	font-size: 1em;
    border-radius: 4px;
	width: auto;
    padding: 4px 12px;
    margin-right: 0;
    margin-left: auto;
}
.action {
	display:flex;
	width:100%;
}
/*/////////////////////////// L */

form {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto; /* Center the form horizontally */
}

.dial {
    margin: auto;
    max-width: 100%;
    width: fit-content;
}

.dial div {
    width: fit-content;
    margin: auto;
	max-width: 100%;
}

form .erase{
    margin: 0;
}


.dial p {
    max-width: 100%;
}


.dial textarea{
    width: -webkit-fill-available;
    font-size: 1em;
    border-radius: 4px;
	max-width:100%;
}
.dial input[type=submit] {
	width: 100%;
}
#shart_tchek{
    width: 100%;
    display: flex;
}
#shart_tchek input{
    width: 25px;
}
/*/////////////////////////// L */

#alert_head{
	display:flex;
}
#alert_head button{
	margin-left:auto;
}
#gpsalert {
	position: fixed;
    bottom: 0;
    padding: 8px;
	z-index: 1000;
	width: 100%;
}
#gpsalert p{
	max-width: 100%;
	width: 100%;
}

/*/////////////////////////// L */

.unshow{
	display:none !important;
}

/*/////////////////////////// L */
#search_form{
    border-top-left-radius: 6px;
    overflow: hidden;
	width: 100%;
}
#searchTab{
	height: 26px;
    padding-left: 8px;
    border-top-left-radius: 8px;
    width: 100%;
}

#search_div{
	display: flex;
    overflow: hidden;
	width: 100%;
}
#searchtxt_container{
	position: relative;
	flex: 1;
	width: auto;
	min-width: 5px;
	height: 26px;
}
#searchSelect {
    min-width: 64px;
	padding-left: 6px;
}
#searchtxt{
    margin: 0;
	padding-left: 6px;
    min-width: 5px;
    height: -webkit-fill-available;
}
.search-icon {
	position: absolute;
    top: 50%;
    right: 1px;
    transform: translate(-4px, -50%);
    
}
#searchIc{
	pointer-events: none;
}
#searchClear{
	background:none;
    border: none;
}
  
.bt_key {
    display: flex;
}
.el{
	display:flex;
    margin: 6px 0;
}

.els_legende{
    margin-bottom: -4px;
    padding: 0;
    display: flex;
}

.el .key, .el .dist,.el .name,.el .num,.el .fav{
    margin: 0;
    padding: 4px;
}


.el .name{
    text-align: left;
    width: 100%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
      padding-left: 0;
}

.el .num{
    margin-right: 4px;
	text-align: end;
}
/*/////////////////////////// L */
a.help{
	position: relative;
    top: -8px;
    left: -8px;
}
/*/////////////////////////// L */
.flex{
	display:flex;
}
/*/////////////////////////// L */

#mapicker {
    z-index: 1;
}