/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/09/2018, 11:11:12
    Author     : rober
*/

.bar-aux-cfuncao
{

}

@media only screen and (max-width: 600px)
{
    .bar-aux-cfuncao
    {

    }

    .bar-aux-cfuncao-container
    {
        background-color: #FFF;
    }
}

/* ITENS GENERICOS */

.cfuncao-item-aux
{
    background-color: #FFF;
}

.cfuncao-item-aux-titulo
{
    background-color: #82B856;
    font-weight: bold;
}

.cfuncao-item-aux-titulo svg
{

}

.cfuncao-item-aux-titulo svg path
{
    fill: #000 !important;
}

.cfuncao-item-aux.btn-filter
{

}

@media only screen and (max-width: 600px)
{
    .cfuncao-item-aux
    {

    }

    .cfuncao-item-aux-titulo
    {
        background-color: #FFF;
    }
    .cfuncao-item-aux-titulo span
    {

    }
    .cfuncao-item-aux-titulo,
    .cfuncao-item-aux-titulo svg
    {
        
        /*        width: 1Em;
                height: 1Em;*/
    }
    .cfuncao-item-aux svg,
    .cfuncao-item-aux svg path,
    .cfuncao-item-aux svg g path
    {
        width: 2Em !important;
        height: 2Em !important;
        fill: #000 !important;
    }

    .cfuncao-item-aux:hover .cfuncao-item-aux-titulo
    {
        background-color: #FFF;
    }

    .cfuncao-item-aux:hover .cfuncao-item-aux-titulo svg
    {

    }

    .cfuncao-item-aux:hover .cfuncao-item-aux-titulo svg fill
    {

    }

    .cfuncao-item-aux-content
    {
        background-color: #f7f7f7;
    }

    .cfuncao-item-aux:hover .cfuncao-item-aux-content
    {        
        display: block;
    }

    .cfuncao-item-aux.btn-filter
    {

    }
}
