/*!
 * Materialize v0.97.8 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of 'select', unless a 'border' property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
 #filter-bar select{
    padding:.5rem 3rem .5rem 1rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display:block;
    margin-left: 10px;
  }
  #ju-form
 {
     padding: 30px 2vw;
 }

 #ju-form input.btn, #ju-form button.btn, #ju-form button.btn-large, .accordion-header .accordion-button {
   text-decoration:
 none;
   color: #fff;
   background-color: #2E486B;
   border-color: #2E486B;
   text-align: center;
   letter-spacing: .5px;
   transition:
 .2s ease-out;
   cursor: pointer;
   margin: 2px 0px 2px 0px;
 }

 #details .control-group .control-label
 {
  width:100px;
 }
 #details 
 {
  margin-top:10px;
 }
 .navbar-form.pull-left
 {
  width:70%;
 }
 #container_mml #postcode{
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
 #ju-form .container_mml_3 input.btn
 {
  margin:15px 0px 0px 0px;
 }
 #ju-form legend
 {
  font-size: 1.5em;
 }