#tabelaProdutos{
    width: 100%;
    border-bottom: solid 1px #d0d0d0;
    text-align: center;
    border-collapse: separate;
}
.ajustTabela{
    width: 100%;
    height: 470px;
    overflow: auto;
    margin-bottom: 40px;
}
.materialTitle{
    background-color: #DBDBDB;
    text-align: left;
    padding: 5px 15px;
    border-right: solid white;
}
.materialTitle2{
    background-color: #DBDBDB;
    text-align: left;
    padding: 5px 15px;
    border-left: solid white;
}
.ajustM1{
    background-color: rgb(239, 239, 239);
    border-right: solid white;
    padding: 4px 0px 0px 15px;
}
.ajustM2{
    background-color: rgb(239, 239, 239);
    border-left: solid white;
    padding: 4px 0px 0px 15px;
}
.trColor{
    background-color: #DBDBDB;
    text-align: center;
}
.trColor th{
    padding: 7px 4px;
    border-top: solid 1px #d0d0d0;
}
.thL{
    border-left: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0;
}
.thR{
    border-right: solid 1px #d0d0d0;
}
td {
    border-top: solid 1px #d0d0d0;
}
.tdLajust{
    border-top: none;
    border-left: none;
    border-right: solid 1px #d0d0d0;
    background-color: white;
}
.ajustPesquisa{
    width: 300px;
    height: 35px;
    margin: 0px 0px 20px 35px;
    float:left;
}
.alinharBotoes{
    float:right;
    margin-bottom: 10px;
}
.alinharBotoes .btn{
    margin:0px 10px;
}
.form-combo{
    text-align: center;
    display: inline;
    min-width: 90px;
    max-width: 400px;
    height: 27px;
    margin: 1px 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-c2{
    max-width: 45px;
    min-width: 45px;
}
.bordNone{
    text-align: center;
    display: inline;
    width: 90px;
    height: 27px;
    margin: 1px 0;
    margin-bottom: 6px;
    margin-top: 6px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#tabelaProdutos label{
    font-size: 14px;
    font-weight: normal;
}
#btn-adicionar{
    font-size: 19px;
    color: green;
    margin: 3px 0px 0px 13px;
}
#btn-deletar-densidade{
    font-size: 19px;
    color: red;
    margin: 3px 0px 0px 13px;
}
.ajustTamanho{
    width: 45px;
}
#itens:hover{
    background-color: #DADADA;
}
.marginProdutos{
    margin-right: 7px;
}
.tirarBorda{
    border:none;
}
#listaProdutos .selected{
    background-color: #D2E2FF;
}
.blink {
  animation: blink 1.3s steps(2, end) infinite;
  -webkit-animation: blink 1.3s steps(2, end) infinite;
}
@keyframes blink {
  to {
    fill: rgb(113, 5, 165);
    background-color: rgb(113, 5, 165);
  }
}
@-webkit-keyframes blink {
  to {
    fill: rgb(113, 5, 165);
    background-color: rgb(113, 5, 165);
  }
}

#divLegendaDeIndicadores {
    display: table;
    background-color: #eaecee;
    padding: 10px;
    border-radius: 10px;
    margin: 20px;
    float: right;
}
#divLegendaDeIndicadores ul {
    list-style: none;
    position: relative;
}

#divLegendaDeIndicadores li {
    display: flex;
    align-content: center;
}

#divLegendaDeIndicadores li div {
    width: 15px;
    height: 15px;
    border: solid 1px black;
    margin: 5px;
}
