html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
dfn,
em,
font,
img,
ins,
q,
s,
samp,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Roboto", sans-serif;
}
a {
  font-family: "Muli", sans-serif;
}
h3 {
  color: #37474f;
  font-size: 26px;
  line-height: 32px;
}
.login-desc {
  padding: 15px;
}
.login-desc {
  color: white;
  text-transform: initial;
  background-color: #2B2828;
}
.login-desc > img {
  max-width: 180px;
}
/*.demo-layout .demo-navigation .mdl-navigation__link {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 0.56);
    font-weight: 400;
}*/
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  padding: 10px 16px;
}
/*.demo-layout .demo-navigation .mdl-navigation__link:hover {
    background-color: #00BCD4;
    color: #37474F;
}*/
.demo-navigation .mdl-navigation__link .material-icons {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.56);
  margin-right: 32px;
}

mdl-navigation__link.ativo {
  text-shadow: 0px 0px 5px;
}
.mdl-navigation{
    background-color: #e0e0e0;
}
/*.mdl-navigation__link.ativo{
    color: #fff !important;
    background-color: #455A64;
}
.mdl-navigation__link.ativo .material-icons{
    color: #fff !important;
}*/
.escolha-inicial-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
  grid-auto-rows: 180px;
  grid-gap: 20px;
  margin: 50px;
}

.escolha-inicial {
  height: 120px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background-color: #fafafa;
}
.escolha-produto-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 30px;
  margin: 30px 0px;
}
.escolha-linha-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  grid-auto-rows: 518px; /*450 + 68*/
  grid-gap: 10px;
  margin: 0px;
}
.card-linha {
  height: 430px;
  text-align: center;
  padding: 10px;
  background-color: #78909c;
  background-position: center;
}
.escolha-linha-container-sem-foto {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  grid-auto-rows: 60px;
  grid-gap: 10px;
  margin: 0px;
}
.escolha-linha-container-sem-foto .card-linha {
  height: 52px;
}
.card-linha-container {
  margin: auto;
  margin-bottom: 20px;
}
.card-linha-container a {
  text-decoration: none;
}
.card-linha-desc {
  color: black;
  background-color: #fafafa40;
  padding: 14px;
}
.card-linha-desc-linha {
  font-size: 20px;
  text-align: center;
  color: #424242;
}
.card-linha-desc-produto {
  font-size: 12px;
  text-align: center;
  color: #bdbdbd;
}
.demo-navigation .mdl-navigation__link .material-icons {
  margin-right: 10px;
}
.nav-sub-desc:hover {
  background-color: #263238 !important;
  color: rgba(255, 255, 255, 0.56) !important;
}
.nav-sub-desc {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px 5px 48px !important;
  background-color: #b8b5b5;
  color: black !important;
  /*cursor: default;*/
}
.nav-sub-link{
    line-height: 18px;
    padding: 5px 10px 5px 16px !important;
    font-weight: 200  !important;
}
.mdl-navigation__link {
  white-space: nowrap;
}
.mdl-navigation__link .material-icons{
    padding-right: 5px;
}
.mdl-navigation__link span{
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    line-height: 16px;
    width: 150px;
}
.demo-navigation .nav-sub-link .material-icons {
  margin-right: 0px;
}
.mais-imagens {
  margin-top: 150px;
}
.btn-transparente{
    font-family: 'Roboto', sans-serif;
    background-color: #607d8bd5;
    color: #000000;
    border: none;
    padding: 30px 50px;
    font-size: 18px;
    cursor: pointer;    
    width: 200px;
    margin-left: -10px;
    margin-right: -10px;
    display:block;
    visibility: hidden;
}

.btn-transparente:hover{
    box-shadow: inset 0 0 0 10px #607d8b;
}

.card-linha:hover .btn-transparente{
    visibility: initial;
}
.mdl-dialog {
  width: 80%;
  max-width: 80%;
  height: 80%;
  max-height: 80%;
}
#dialog-mais-imagens {
  margin: auto;
  background-color: #fafafa;
  text-align: center;
  background-color: #eceff1;
}
#dialog-mais-imagens iframe {
  height: 100%;
}

.escolha-cor-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 120px);
  grid-auto-rows: 150px;
  grid-gap: 50px;
  margin: 50px;
}
.escolha-layout-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 420px);
  grid-auto-rows: 350px;
  grid-gap: 50px;
  margin: 0px;
}
.escolha-ambiente-container {
  display: grid;
  grid-template-columns: 100px 100px;
  grid-auto-rows: 100px;
  grid-gap: 50px;
  margin: 50px;
}

td.reais:before {
  content: "R$";
  float: left;
  margin-right: 10px;
}
td.total_m2:before {
  content: "total em m²"; 
  margin-right: 10px;
}
tfoot td {
  font-weight: 800;
}
img.borda-cor {
  border: 1px solid #acacac;
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  height: 120px;
}
div.borda-cor {
  border: 1px solid #acacac;
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  height: 85px;
  width: 120px;
  padding-top: 35px;
  color: #acacac;
}
.center {
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  
}
.mini-button {
  height: 30px;
  width: 30px;
  min-width: 30px;
}
.mdl-data-table .mini-button {
  background-color: unset;
  box-shadow: unset;
  margin-top: -10px;
  margin-bottom: -10px;
  width: 40px;
  height: 40px;
}
.mdl-data-table .mini-button:hover {
  background-color: rgba(158, 158, 158, 0.2);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.mini-button .material-icons {
  font-size: 24px;
}
.mini-button[disabled][disabled] {
  background-color: unset;
  box-shadow: unset;
}
.imagem-layout {
  transition: all 0.5s;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.imagem-layout:hover{
  cursor: pointer;
  opacity:0.7;
}
#container-resultado {
  overflow-y: auto;
  padding-bottom: 10px;
  min-height: 600px;
}
input:-webkit-autofill ~ .mdl-textfield__label {
  color: rgb(96, 125, 139);
  font-size: 12px;
  top: 4px;
  visibility: visible;
}
.mdl-menu__container {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.borda-geral {
  margin: 16px;
}
.cell-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
  background-color: unset;
  text-shadow: 0px 0px 10px;
}
.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-icon {
  margin-right: 16px;
}
/* alterações 14/09 por Fernando Spigo */
.btn-voltar {
  background-color: rgb(96, 125, 139);
  color: white;
}

.btn-voltar:hover {
  background-color: rgb(96, 125, 139);
}

.meu-header {
  background-color: rgb(133, 90, 90);
}

.meu-nav {
  background-color: #e0e0e0 !important;
}

.nav-a {
  color: black !important;
}

.mdl-tabs__tab.is-active, .mdl-tabs__tab-bar.is-active{
    background-color: #575757 !important;
    color: white !important;
}

.span-switch {
  font-size: 12px;
}

/**CSS adicionar-avulso.php**/

.layout-chip {
  display: flex;
}
.pesquisa-chip {
  padding: 3px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-right: 20px;
  text-align: center;
}

#pesquisa-range {
  display: none;
}

#pesquisa-lista {
  display: none;
}

.w-100 {
  width: 100%;
}

.p-cat {
  margin-top: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.div-lista {
  margin: 10px;
}

.tipo-fltro {
  background-color: unset;
  border: unset;
  color: black !important;
}

.add-lista {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: black !important;
}

.add-lista:hover {
  opacity: 0.5;
}

.meu-checkbox {
  margin: 0.2rem !important;
}

.meu-checkbox:hover {
  opacity: 0.5;
}

.banner{
  background-position: left;
  background-repeat: no-repeat;
  height: 90px;
}

.gaveta {
  padding: 20px;
}

.item-gaveta {
  padding-left: 30px;
  transition: 0.5s;
  overflow: hidden;
  height: 0px;
}

#gaveta-rural.item-gaveta-aberta {
  height: 90px;
}

.item-gaveta-aberta {
  height: 180px;
}

.mdl-endereco_entrega_geolocalizacao,
.mdl-endereco_entrega_pontoreferencia,
.mdl-endereco_entrega_obs {
  width: 100%;
}

.mdl-endereco_entrega_distancia {
  width: 500px;
  max-width: 100%;
}

.campo-desc {
  color: #888;
  margin-top: 5px;
  line-height: 15px;
}