*{
  padding: 0;
  margin: 0;
}

.shadow{
  width: 100%;
  height: 100%;
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 99;
  display: none;
}

.loader-1{
width: 50px;
height: 50px;
padding: 20px 28px 25px 20px;
position: absolute;
z-index: 9999;
top: 50%;
left: 50%;
margin-top: -75px;
margin-left: -75px;
background: #FFF;
border-radius: 5px;
display: none;
}

.loader-circle-1 {
  animation: is-rotating 1s infinite;
  border: 3px solid #E5E5E5;
  border-radius: 50%;
  border-top-color: #00AE7D;
  height: 50px;
  width: 50px;
  left: 0;
  top: 0;
  animation: spin 0.8s linear infinite;
}

.form-consulta{
  width: 400px;
  margin: 10px auto;
}

.form-novo-cliente{
  width: 824px;
  margin: 10px auto;
}

.form-consulta input[type=text]{
  width: 400px;
  height: 50px;
  border: solid 1px #CCC;
  margin: 0 0 10px 0;
  text-indent: 10px;
  border-radius: 4px;
}

.form-novo-cliente input[type=text]{
  border: solid 1px #CCC;
  text-indent: 10px;
  border-radius: 4px;
  float: left;
}

label{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

select{
  width: 400px;
  height: 50px;
  border: solid 1px #CCC;
  text-indent: 10px;
  border-radius: 4px;
  float: left;
  margin: 0 0 10px 0;    
}

.input-1{
  width: 400px;
  height: 50px;
  margin: 10px 10px 0 0;
}

.input-2{
  width: 263px;
  height: 50px;
  margin: 10px 10px 0 0;
}

.select-2{
  width: 264px;
  height: 50px;
  margin: 10px 10px 0 0;
}

input[type=button]{
  width: 100px;
  height: 40px;
  border-radius: 4px;
  color: #FFF;
  background: #555;
  border: none;
  cursor: pointer;
  margin: 10px 0 0 0;
}


.btn-2{
  width: 25px;
  height: 24px;
  border-radius: 3px;
  color: #FFF;
  background: #555;
  border: none;
  cursor: pointer;
  margin: 10px 12px 0 0;
  float: right;
  font-size: 19px;
}


.placa{
text-transform: uppercase;
}

.clear{
clear: both;
}

.btn-controle-1{
width: 824px;
margin: 10px auto;
}