﻿/*#region  Global Reset & Standards*/
    *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    /*#endregion*/
/*#region Micro Clearfix*/
    .row { *zoom: 1; }
    .row:before, .row:after { content: " "; display: table; }
    .row:after { clear: both; }
    /*#endregion*/
/*#region Hiding GroupingText in Containment Panel*/
/*.MainContent fieldset { border-style: none;margin: 2% 0;}*/
.MainContent fieldset legend { position: absolute; left: -9999px; z-index: -100;}
/*#endregion*/
/*#region Fluid Grid */
    .row { width: 100%;max-width: 100%; margin: 0 auto;*zoom: 1; }
    .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
    .row.collapse .column, .row.collapse .columns { padding: 0; }
    .row .row.collapse { margin: 0; }
    .column, .columns { float: left; min-height: 1px; padding: 0 5px; position: relative; }
    .column.centered, .columns.centered { float: none; margin: 0 auto; }
    [class*="column"] + [class*="column"]:last-child { float: right; }
    [class*="column"] + [class*="column"].end { float: left; }
    .one, .row .one { width: 8.33333%; }
    .two, .row .two { width: 16.66667%; }
    .three, .row .three { width: 25%; }
    .four, .row .four { width: 33.33333%; }
    .five, .row .five { width: 41.66667%; }
    .six, .row .six { width: 50%; padding-left: 7px;}
    .seven, .row .seven { width: 58.33333%; }
    .eight, .row .eight { width: 66.66667%; }
    .nine, .row .nine { width: 75%; }
    .ten, .row .ten { width: 83.33333%; }
    .eleven, .row .eleven { width: 91.66667%; }
    .twelve, .row .twelve { width: 100%; }
    .row .offset-by-one { margin-left: 8.33333%; }
    .row .offset-by-two { margin-left: 16.66667%; }
    .row .offset-by-three { margin-left: 25%; }
    .row .offset-by-four { margin-left: 33.33333%; }
    .row .offset-by-five { margin-left: 41.66667%; }
    .row .offset-by-six { margin-left: 50%; }
    .row .offset-by-seven { margin-left: 58.33333%; }
    .row .offset-by-eight { margin-left: 66.66667%; }
    .row .offset-by-nine { margin-left: 75%; }
    .row .offset-by-ten { margin-left: 83.33333%; }
    .push-half{left:5.16667%}
    .push-one{left:8.33333%}
    .pull-one{right: 8.33333%}
    .push-two { left: 16.66667%; }
    .pull-two { right: 16.66667%; }
    .push-three { left: 25%; }
    .pull-three { right: 25%; }
    .push-four { left: 33.33333%; }
    .pull-four { right: 33.33333%; }
    .push-five { left: 41.66667%; }
    .pull-five { right: 41.66667%; }
    .push-six { left: 50%; }
    .pull-six { right: 50%; }
    .push-seven { left: 58.33333%; }
    .pull-seven { right: 58.33333%; }
    .push-eight { left: 66.66667%; }
    .pull-eight { right: 66.66667%; }
    .push-nine { left: 75%; }
    .pull-nine { right: 75%; }
    .push-ten { left: 83.33333%; }
    .pull-ten { right: 83.33333%; }
    /*#endregion*/