 button.add_newroad_button {  
    border:0;
    float:right;
    background-color:transparent;
    font-size:0.8em;
}
.content:hover button.add_newroad_button{
    font-size:1em;
    margin:-0.1em -0.1em 0 0;
    transition:font-size 0.2s;
    /*color:#000;*/
}
#race-map-admin{
    /*width: 96%;*/ 
    height: 550px; 
    border: 1px solid black; background: gray;
    /*margin-left: 2%;*/
    /*margin-right: 2%;*/
    visibility: hidden;
}

#race-map{
    width: 96%; 
    height: 550px; 
    border: 1px solid black; background: gray;
    margin-left: 2%;
    margin-right: 2%;
}

#race-map-information{
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
}

#race-map-information h4{
    position: relative;
    left: -20px;
}

.map-settings-container{
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
}

.map-settings-container span:first-child{
    position: relative;
    top: -11px;
    left: 15px;
    background-color: white;
}

.map-settings-container input[type="range"]{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
}
#specjal-places{
      /*display: none;*/
}
  
.button-add-specjal-obiect{
      width: 46%;
      min-width:192px;
      margin-left: 2%;
      text-align: center;
      margin-top: 9px;
      display: inline-block;
      color: white;
      cursor: pointer;
      box-shadow: 3px 3px 6px gray;
}

.button-add-specjal-obiect:hover{
      box-shadow: 2px 2px 2px gray;    
}
  
.button-add-specjal-obiect-marker{
      width: 46%;
      min-width:192px;
      margin-left: 2%;
      text-align: center;
      margin-top: 9px;
      display: inline-block;
      cursor: pointer;
      /*text-shadow:1px 1px 6px gray;*/
}

.button-add-specjal-obiect-marker:hover{
     text-shadow: 0px 0px 0px gray;
}

#specjal-place-parking{
      background-color: #3366cc;
}
  
#specjal-place-tolets{
      background-color: #ffcc00;
}
  
#specjal-place-food{
      background-color: #009900;
      
}
  
#specjal-place-scene{
      background-color: #871F78;
}

#specjal-place-parking-legend{
      background-color: rgba(51,102,204,0.5);
      border: 1px solid rgb(51,102,204);
}
  
#specjal-place-tolets-legend{
      background-color: rgba(255,204,0,0.5);
      border: 1px solid rgb(255,204,0);
}
  
#specjal-place-food-legend{
      background-color: rgba(0,153,0,0.5);
      border: 1px solid rgb(0,153,0);
      
}
  
#specjal-place-scene-legend{
      background-color: rgba(135,31,120,0.5);
      border: 1px solid rgb(135,31,120);
}
  
.map-legend{
      position: absolute;
      top: 160px;
      right: 40px;
      z-index: 200;
      background-color: rgba(210,210,210,0.65);
      min-width: 50px;
      min-height: 150px;
      max-width: 150px;
}

.map-legend-element{
    font-size: 11px;
    margin-top: 5px;
    display: none;
}

.map-legend-element img{
    position: relative;
    top: -8px;
    margin: 2px !important;
}

.map-legend-area{
    margin-bottom: 6px;
    width: 100%;
    font-size: 11px;
    text-align: center;
    display: none;
}
