/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html,body{
 background-color: #f7f7f7;   
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.stick {
    position:fixed;
    top:0px;
}

#search{
    color: #fff;
}

.pesquisar{
    margin-top: 7px;
    width: 40px;
    height: 28px;
    background: url('../botao.png');
    background-repeat: no-repeat;
    float: right;
}

.adicionar-pesquisa{
    margin-top: 3px;
    width: 150px;
    height: 39px;
    background: url('../adicionar.png');
    background-repeat: no-repeat;
    float: right;
}

.planejamento {
    display: table;
    border: #ccc;
    border-width: 1px;
    border-radius: 20px;
    border-style: solid;
    border-collapse: inherit;   
}

.luupabusca{
    background: url('../images/box1.png');
    min-height: 583px!important;
    background-position: 50%;
    background-repeat: no-repeat;
}

.tabela-cnae td{
    padding: 0;
}

.btntb{
    width: 97%!important;
    padding: 0 1.5rem!important;
}
.tbatividades{
    padding-top: 10px!important;
    font-size: 11.5px;
}

.tbatividades .otitulo{
    font-size: 13px;
}

.tabela-cnae > a{
    text-transform: inherit;
}

.legenda{
    display: inline;
    list-style-type: none;
    text-align: right;
}

.legenda > li{
    display: inline;
    list-style-type: none;
    height: 20px;
    padding: 5px;
    line-height: 0px;
    text-transform: capitalize;
    cursor: default;
}
.alegenda{
    text-align: left;
    width: 22%;
    margin-left: 78%;
}

a.btn.grey.btntb {
    text-transform: initial;
}