@media (min-width: 580px) {

    /*    body > header > .titulo-GCIC {
        padding: 10px 10px 0 40px;
        width: calc(100% - 35rem);
    }    */

    body>header>#logoGCIC {
        width              : 13rem;
        background-color   : #ffc20e;
        background         : url('../../core/templates/v2/img/logo-GCIC.png') no-repeat center;
        background-image   : url('../../core/templates/v2/img/logo-GCIC.png');
        background-color   : #ffc20e;
        background-size    : contain;
        background-size    : 85%;
        background-position: center;
    }
}

body>header>#logoGCIC {
    width              : 9rem;
    background-color   : #ffc20e;
    background         : url('../../core/templates/v2/img/logo-GCIC.png') no-repeat center;
    /* background-image: url(/core/templates/v2/img/logo-GCIC.png); */
    /* background-color: #ffc20e; */
    /* background-size : cover; */
    background-size    : 85%;
    background-position: center;
    /*    height       : 4rem;
    width              : 6rem;*/
    /*    height       : 48px;
    */
    /*    width        : 144px;  
    background         : url(/core/templates/v2/img/logo-GCIC.png) no-repeat center;
    background-color   : #ffc20e;
    background-size    : 100% 100%;
    */
    margin-right       : 0.25rem;
}

body>header>.separadorGCIC {
    background-color          : #ffc20e;
    height                    : 3rem;
    width                     : 3rem;
    -webkit-transform         : skew(-40deg);
    transform                 : skew(-40deg);
    margin-left               : 0.5rem;
    margin-right              : -1.5rem;
    border-bottom-right-radius: 4px;
}

body>header>.logoGCIC {
    background-color: #ffc20e;
    width           : 13rem;
    height          : 8rem;
    line-height     : 13rem;
    overflow        : hidden;
    padding         : 0 10px 0 20px;
    font-weight     : bold;
    font-size       : 1.2rem;
    background      : url('../../core/templates/v2/img/logo-GCIC.png') no-repeat left;
    height          : 13px;
}

body>header>.titulo-GCIC {
    background-color: #ffc20e;
    width           : calc(100% - 23.5rem);
    height          : 3rem;
    /*line-height   : 13rem;*/
    overflow        : hidden;
    padding         : 10px 10px 0 30px;
    font-weight     : bold;
    font-size       : 1.2rem;
    color           : black;

}

.form .controle a.nova {
    background-image: url('../../core/templates/v2/img/novo.png');
}

.grid-accordion .selected {
    /*
    background-color: #87CEFA;
*/
    background-color: #87CEFA;

}

.grid-accordion .linha:hover {
    /*
    background-color: #51C3EB;    
*/
    background-color: #D6EDFC;
}


.acoes-grid>a.documentos {
    background-image: url('../../core/templates/v2/img/ico_arquivos.png');
}

div.icones>a.acao-mais {
    background-image: url('../../core/templates/v2/img/ico_mais.svg');
}

div.icones>a.acao-menos {
    background-image: url('../../core/templates/v2/img/ico_menos.svg');
}


div.icones>a.arquivo {
    background-image: url('../../core/templates/v2/img/ico_arquivos.png');
}

div.icones>a.alterar-claro {
    background-image: url('../../core/templates/v2/img/alterar-claro.png');
}

div.icones>a.alterar-claro:active {
    background-image: url('../../core/templates/v2/img/alterar-claro-active.png');
}

div.icones>a.pdf {
    background-image: url('../../core/templates/v2/img/ic-PDF-5.png');
}

div.icones>a.xls {
    background-image: url('../../core/templates/v2/img/ficha-resumo.png');
}

div.icones>a.detalhes {
    background-image: url('../../core/templates/v2/img/detalhes.png');
}

div.icones>a.detalhes-claro {
    background-image: url('../../core/templates/v2/img/detalhes-claro.png');
}

div.icones>a.foto {
    background-image: url('../../core/templates/v2/img/ico_foto.svg');
}

div.icones>a.casa {
    background-image: url('../../core/templates/v2/img/ico_casa.svg');
}

div.icones>a.arquivo {
    background-image: url('../../core/templates/v2/img/ico_arquivo.svg');
}

div.icones>a.pesquisar {
    background-image: url('../../core/templates/v2/img/pesquisar.png');
}

div.icones>a.msg-a {
    background-image: url('../../static/img/msg-a.png');
}

div.icones>a.ficha-resumo {
    background-image: url('../../core/templates/v2/img/ficha-resumo.png');
}

.form .controle a.ficha-resumo {
    background-image: url('../../core/templates/v2/img/ficha-resumo.png');
}


.sub-level tr:nth-child(even) {
    background: #FFF
}

.sub-level tr:nth-child(odd) {
    background: #EEE
}




/*.grid-accordion .selected {
    background-color: #00B1EB;
    
}

.grid-accordion .linha:hover{ 
    background-color: #51C3EB;    
} 
*/