html, body {
	font-family: 'Roboto', sans-serif;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 24px;
}
.fotoup {
  width: 40px;
  height: 40px;
}

.layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
}
.drawer-header {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 16px;
	height: 151px;
}
.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}
.nomeuser{
	padding-top: 16px;
	padding-bottom: 16px;
}

.avatar-dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.options .material-icons {
  color: rgba(255, 255, 255, 0.89);
}

.mdl-card-vereador{
	background-color: #FFFFFF;
	width: 310px;
	}
	
.lista-vereador {
  width: 99%;
}
.lista-assunto {
  width: 99%;
}
.demo-list-icon {
  width: 300px;
}
	
.mdl-card-assunto{
	background-color: #FFFFFF;
	width: auto;
	}

.mdl-card-foto{
	background-color: #003333;
	width: 267px;
	}
	
.mdl-card-form{
	background-color: #FFFFFF;
	width: 95%;
	text-align: center;
	}
	
.mdl-card{
	background-color: #FFFFFF;
	height:auto;
	}
.mdl-card__supporting-text {
	height:100%;
	}
	
.mdl-card-img{
	background-color: #FFFFFF;
	text-align:center;
	width: auto;
    height: auto;
	}
.mdl-card__media {
    margin: 0;
}
.mdl-card__title-text-titulo {
	font-size: 18px;
}
.mdl-card__title-text-descricao {
	font-size: 16px;
	text-align: justify;
}

.mdl-card__media > img {
    max-width: 100%;
}
.mdl-card__actions {
    display: flex;
    box-sizing:border-box;
    align-items: center;
}
.mdl-card__actions > .mdl-button--icon {
    margin-right: 3px;
    margin-left: 3px;
}

.mdl-layout-login1 {
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-color: #f4f4f4;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
}
.mdl-layout-content-login {
	padding: 24px;
	flex: none;
}
.mdl-button--file input {
  cursor: pointer;
  height: 100%;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 4;
}
.mdl-textfield--file .mdl-textfield__input {
  box-sizing: border-box;
}
.mdl-textfield--file .mdl-button--file {
  right: 0;
}
#add-pedido {
      position: fixed;
      display: block;
      right: 0;
      bottom: 0;
      margin-right: 20px;
      margin-bottom: 50px;
      z-index: 900;
    }
.botao-click-neutro {
	background: none;
	border: none;
	text-decoration: none;
	text-align: left;
	width: 100%;
}
#preloader {
	height: 100%;
	width: 100%;
	background-color: #FAFAFA;
	position: fixed;
	z-index: 10000;
	overflow: hidden;
}

#load {
    background-color: #FAFAFA;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  overflow: hidden;
}
/* Table Sorting */
input + table {
  margin-top: 1em;
}

th.sort {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 75px;
}
th.sort:hover {
  cursor: pointer;
  text-decoration: none;
}
th.sort:focus {
  outline: none;
}
th.sort:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: relative;
  top: -10px;
  right: -5px;
}
th.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: "";
  position: relative;
  top: 4px;
  right: -5px;
}
th.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  content: "";
  position: relative;
  top: -4px;
  right: -5px;
}
.material-icons.icomenu { 
color: #FB8C00; 
}

.mdl-dialog{
	
	}
.mdl-dialog__title {
	margin: 0;
	font-size: 1rem;
	background-color: #093;
	color: #FFF;
	vertical-align: middle;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	color:#F90;
}
.texto-wrap {
	word-wrap:break-all;
  white-space: normal;
	}
.drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }
.botao-lista {
	width: 100%;    
  }
  input[type="text"] {
	font-size: 20px;
}
.mdl-textfield__input{
	font-size: 20px;
}

 input[type="number"] {
	width: 50px;
	font-size: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C6;
	border-right-color: #0C6;
	border-bottom-color: #0C6;
	border-left-color: #0C6;
}
#ped_vlr_produto{
	width: 120px;
	font-size: 24px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C6;
	border-right-color: #0C6;
	border-bottom-color: #0C6;
	border-left-color: #0C6;
}
#pesquisa{
	width: 100%;
	font-size: 16px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C6;
	border-right-color: #0C6;
	border-bottom-color: #0C6;
	border-left-color: #0C6;
}
#btn-pesquisa{
	width:100px;
	height:35px;
	}
.preco-produto{
	font-size: 24px;
	}
.texto-wrap {
	text-align: left;
	word-wrap: break-word;
	}
@keyframes ef-pisca {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }
 }
.ef-pisca {
   -webkit-animation: fa-blink .75s linear infinite;
   -moz-animation: fa-blink .75s linear infinite;
   -ms-animation: fa-blink .75s linear infinite;
   -o-animation: fa-blink .75s linear infinite;
   animation: fa-blink .75s linear infinite;
}
.mdl-dialog__actions .mdl-button {
	background-color: #EEE;
	}
