body {
    background: url(../img/fundo.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.9;
}


input2[type="file"]
{
    color: transparent;
    display: none;
}

.modal-dialog.modal-800 {
    width: 800px;
    margin: 30px auto;
}

.modal-dialog.modal-1200 {
    width: 1200px;
    margin: 30px auto;
}

@media (min-width: 1200px) {
   .modal-xlg {
      width: 90%; 
   }
}

.front .trunk .front_seat .back_seat .painel .back .left_side .right_side {
    color: red;
}

#floating-panel-map {
   
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    line-height: 30px;
    padding-left: 10px;
  }

  #mapin {
        height: 300px;  /* The height is 400 pixels */
        margin: auto;
        width: 100%;
        border: 1px solid green;
        padding: 10px;
       }

         #mapout {
        height: 300px;  /* The height is 400 pixels */
        margin: auto;
        width: 100%;
        border: 1px solid rgb(241, 192, 56);
        padding: 10px;
       }

       #results { 
            width: 50%;  
        }  

        
         
