/*
	This file has been auto-generated by a tool at 26/08/2026 15:15:52
	Any changes made will be overwritten the next time it is regenerated.
*/

/** 
 *
 *  Empresa Legacy Grid CSS
 *  Version: 0.1;
 *
 *  Config: values to change are commented #CONFIG#
 *
 */


/*  Container   */

.container
{
    margin: 0 auto;
    max-width: <%= Framework.Core.Helper.GetAppSetting<string>("Grid.MaxWidth", "1024px") %> !important; /* #CONFIG# - The maximum width the site will ever be, change to 100% for a full width site */
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: <%= Framework.Core.Helper.GetAppSetting<string>("Grid.MaxWidth", "1024px") %> !important;
}


/*  Collumns  */

.colRow 
{ 
    margin-left: -17px;     /* #CONFIG# - Half of the collumn gutter size */
    margin-right: -17px;    /* #CONFIG# - Half of the collumn gutter size */
    position: relative; 
    width: auto;
}

    .colRow .col 
    { 
        box-sizing: content-box !important;
        float: left;
        margin-bottom: 42px;    /* #CONFIG# - Bottom margin size for collumns */
        padding-left: 17px;     /* #CONFIG# - Half of the collumn gutter size */
        padding-right: 17px;    /* #CONFIG# - Half of the collumn gutter size */
        min-height: 30px;
    }

    .col01 { width: 54px !important; }
    .col02 { width: 142px !important; }
    .col03 { width: 230px !important; }
    .col04 { width: 318px !important; }
    .col05 { width: 406px !important; }
    .col06 { width: 495px !important; }
    .col07 { width: 583px !important; }
    .col08 { width: 671px !important; }
    .col09 { width: 759px !important; }
    .col10 { width: 847px !important; }
    .col11 { width: 935px !important; }
    .col12 { width: 1024px !important; }
