html, body {
	font-family: 'Roboto', 'Helvetica', sans-serif;
  background: url('../images/bg2.jpg') center 30% no-repeat;
  background-size: cover;
}
.mdl-layout__header-row{
    padding: 0 0px 0 80px;
}
@media (max-width: 767px) {
  .sumir-celular {
    display: none !important;
  }
}
.separador {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
}
.conteudo {
    background-color: rgba(255,255,255,0.95);
	border-radius:6px;
	padding-bottom:50px;
}
.centralizar {
    display: table-cell;
    vertical-align: middle;
    height:100%;
}
.button-class {
    float: left;
    width: 29px;
    height: 29px;
    text-align: center;
      border-width: 0px !important;
}
input[type=text2] {
  float: left;
  width: 30px;
  font:  20px Helvetica, sans-serif;
  padding: 0 0 0 0;
  text-align: center;
}
.button {
 
}
.dec {

}
.mdl-textfield {
	width:100% !important;
}
.mdl-list__item, .mdl-list__item .mdl-list__item-primary-content{
margin-left: -6px;}

::-webkit-input-placeholder {
   color: #000 !important;
}

:-moz-placeholder {
   color: #000 !important;
}

::-moz-placeholder {
   color: #000 !important;
}

:-ms-input-placeholder {  
   color: #000 !important;
}
.mdl-textfield__input {
    border-bottom: 1px solid rgb(0, 0, 0);
	color:#000 !important;	
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label{
    color: #3f51b5;	
	}
	
.azul{
	color:#3f51b5}
.numeracao{
    min-width: 10px;}
.ativa{
    background-color: #e2e2e4;	}
.mdl-data-table{text-align: left;}
.mdl-data-table th{ text-align:left;}
.mdl-data-table td{ text-align:left;}
h4{margin: -14px 0 16px;}
.tam{ font-size:32px; margin-top:-6px;}

.origin-add {
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.origin-add:focus {
    width: 100%;
}

.destination-add {
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

    .destination-add:focus {
        
    }
*/