.container-footer .moduletable {
    width: 30%;
}

.footer2
{
    background-color: rgba(3,45,87,1);
    background: #1f1f1f;
    padding: 34px 0 14px;
    margin-bottom: 0;
    /*color: #777;*//////////
    color: rgba(255, 255, 255, 1);
}

.container-header .grid-child {
    width: auto;
}

.container-header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.finline
{
    display: flex;
}
div.pdr15 {
    padding-right: 15px;
}

#filterDialogContent
{
    margin-left:20px;
    margin-right:20px;
}

.joomla-dialog-header
{
    background-color: #042f48;
    color: #fff;
}

.endbottom
{
   margin-top:40px; 
}

.btnsdiv
{
    display: flex;
    align-content: space-around;
    justify-content: flex-end;
    align-items: center;
}