/*
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 : 20/07/2018, 17:04:45
    Author     : ti4
*/

.cfuncao-mais-acoes
{
    font-size: 1rem;
    padding: 0px !important;
    margin: 0px !important;
}

.cfuncao-mais-acoes-titulo
{
    /*display: block;*/
    padding: 5px 5px 5px 10px;
    width: 100%;
}

.cfuncao-mais-acoes-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.cfuncao-mais-acoes-elem
{
    border-bottom: 1px solid #ccc;
}

.cfuncao-mais-acoes-elem > .field_link > a > span
{
    line-height: 3em;
    padding: 0 0 0 5px;
}

@media only screen and (max-width: 600px)
{
    .cfuncao-mais-acoes
    {
        height: 3.5rem;
    }

    .cfuncao-mais-acoes-titulo
    {
        display: none;
    }

    .cfuncao-mais-acoes-content
    {
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .cfuncao-mais-acoes-elem
    {
        width: 3.5em;
        height: 3.5em;
        border: 1px solid #ccc;
    }

    .cfuncao-mais-acoes-elem > .field_link,
    .cfuncao-mais-acoes-elem > .field_link > a
    {
                padding: 0 !important;
                margin: 0 !important;
                border: none !important;
                outline: none !important;
                height: 100%;
                width: 100%;
    }

    .cfuncao-mais-acoes-elem > .field_link:hover
    {
        /*background-color: rgba(255,255,120,.1);*/
    }

    .cfuncao-mais-acoes-elem > .field_link > a
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .cfuncao-mais-acoes-elem > .field_link > a > span,
    .cfuncao-mais-acoes-elem > .field_link > a > div > span
    {
        display: none;
    }

    .cfuncao-mais-acoes-elem > .field_link > a > .estrutura_elemento_flutuante,
    .cfuncao-mais-acoes-elem > .field_link > a > .estrutura_elemento_flutuante > .display,
    .cfuncao-mais-acoes-elem > .field_link > a > .estrutura_elemento_flutuante > .display > svg
    {
        width: 36px;
        height: 36px;
    }
}
