/* Google Maps */

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
       #map {
        height: 50vh;
        width: 100%;
        margin: auto;
    }
    
    #search {
        height: 100%;
        width: 100%;
    }
    
    /* Optional: Makes the sample page fill the window. */
    .controls {
        margin-top: 10px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 300px;
    }
    
    #pac-input:focus {
        border-color: #4d90fe;
    }
    
    .pac-container {
        font-family: Roboto;
    }
    
    #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
    }
    
    #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }
    
    #target {
        width: 345px;
    }
    
    /* Login / Register Form */
    
    form {
     margin:0 auto;
     width: 100% ;
    
    }
    
    label, button {
      cursor:pointer;
    }
    
    #form-switch {
      display:none
    }
    #register-form {
      display:none;
    
    }
    #form-switch:checked~#register-form {
      display:block
    }
    #form-switch:checked~#login-form {
      display:none;
    }
    
    /* Sidebar "Viewport" Size */
    .col-md-12 #sidebar{
        background: #ffee00; 
        height: 30vh;
        width: 100%;
        margin: auto;
    }
    
    /* Footer */
    .col-md-12 footer {
        font-size: 16px;
        text-align: center;
        letter-spacing: 2px;
        background: #F7F7F7;
    }
    
    .col-md-12 footer b{
            font-size: 20px;
    }
    
    #curve_chart{
      width: 100%;
      height: 100%;
    }

  /* Toggle Button */  

#switcher{

}

th#temperature{
    width: 10%;
    height: auto;
}

.th#row{
    position: auto;
}

th#details{
    width: 20%;
    height: auto;
}

.btn-success {
    width: auto;
    height: auto;
}

