/*
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 : 07/03/2019, 12:29:27
    Author     : rober
*/

#DisplayGrupoSistemas
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#DisplayGrupoSistemas .dbmenu-grupo-fieldset
{
    width: 100%;
    margin: 1rem 0 1.5rem;
}

#Grupo
{
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#GrupoSistemas
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#Sistemas
{
    width: 100%;
    height: auto;
    min-height: 0;
    align-items: flex-start;
    align-content: flex-start;
}

.dbmenu-elem .dbmenu-banner{
    background-color: #FFFFFF !important;
/*    background: linear-gradient(to right, #027363, #7fab8e);*/
}