body{
   position:relative;
}


.search{
   position:absolute;
   top:11px;
   left:50px;
   background: rgb(240, 240, 240);
   z-index:500;
   display:flex;
   flex-direction: column;
   margin-right:200px;
   border:1px solid black;

}

@media only screen and (max-width:600px){
   .search{
      width:90%;
    
      position:relative;
      top:initial;
      left:initial;
      margin-right:0;
      z-index:999999999999;
      pointer-events: all;
      margin-bottom:5px;
   }
}

.search__title{
   margin:0;
   font-size:14px;
   padding:3px;
   text-align:left;
   box-sizing: border-box;
   background: rgb(240, 240, 240);
}



.search__form{
   display:flex;
}

.search__text-field{
   flex: 0 0 70%;
   margin:0;
   padding:0;
   box-sizing: border-box;
   padding:3px;
   border:0;
   border-top:1px solid black;
}

.search__button{
 
   margin:0;
   padding:0;
   padding:3px;
   border:0;
   border-left:1px solid black;
   border-top:1px solid black;
   box-sizing:border-box;

}

@media only screen and (max-width:600px){
   .search__button{
      padding:0;
      flex: 0 0 30%;
   }
}


.search__button:hover{
   cursor:pointer;
}

.polygon{
   fill: red;   
   fill-opacity: 0.2; 
   stroke: red;        
   stroke-width: 2;  
}

.leaflet-overlay-pane{
   z-index: 500;
}

.score__table {
   border-collapse: collapse;
   margin: auto;
 }
 
 .score__table, th, td {
   border: 1px solid black;
 }
 
 th, td {
   padding: 2px 8px;
   text-align: center;
 }
 
 tr{
   background:white;
 }

.score{
   position:absolute;
   left:12px;
   bottom:12px;
   z-index:500;
   display:none;
}

@media only screen and (max-width:600px) {
   .score{
      width:100%;
      position:relative;
      bottom:initial;
      pointer-events: all;
   }
   .score__table, .score{
      width:100%;
      margin:0 !important;
   }
   .score{
      left:0;
      z-index:9994323423324;
   }
   tr th {
      padding:1px;
      font-size:14px;
   }
   tr td{
      padding:1px;
      font-size:14px;
   }
}

.display-score{
   display:initial;
}

.score__data-of-one-place:hover{
   background:#ddf;
   cursor:pointer;
}

.searching-wrapper{
   width:100%;
}

@media only screen and (max-width:600px){
   .searching-wrapper {
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      pointer-events: none;
   }
}

.error-window{
   position:absolute;
   left:12px;
   bottom:12px;
   z-index:500;
   color:black;
   background: rgba(255,0,0,0.6);
   border:1px solid red;
   padding:0;
}

@media only screen and (max-width:600px){
   .error-window{
      position:relative;
      left:0;
      bottom:0;
      z-index:9999999;
   }
}

.error-window p {
   font-weight:bold;
   text-align: center;
   margin:0;
   padding:10px;
}

.error-window-no-display{
   display:none;
}

path{
   fill-rule: nonzero;
}

.score-titles th{
   background: rgb(240, 240, 240);
}

.score__show-data img{
   height:16px;
   width:16px;
}