/* Minification failed. Returning unminified contents.
(28,1): run-time error CSS1019: Unexpected token, found '@charset'
(28,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(28,17): run-time error CSS1019: Unexpected token, found ';'
 */
/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; display: inline-block; position: relative; vertical-align: top; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; -webkit-overflow-scrolling: touch;} 
.ui-selectmenu-open { display: block; }
ul.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.3em; display: block; padding: .4em 2.1em .4em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.1em; }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.3em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }
@charset "UTF-8";

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 100%;    
  }
}

* 
{
    margin: 0px;
    padding: 0px;
}

body {
    overflow: hidden;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    background-color: #fff;
}
textarea
{
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}

table 
{
    border-collapse: collapse;
    margin-bottom: 6px;
}

header, footer, nav, section {
    display: block;
}

img 
{
    border: none;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clear 
{
    clear: both;
}

.loading
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url("Images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Left
{
    text-align: left;
}
.Right
{
    text-align: right;
}
.Center
{
    text-align: center;
}
.Justify,
.Justify p,
.Justify li
{
    text-align: justify;
}



/* DEFAULTS
-----------------------------------------------------------*/
ul, ol
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li 
{
    margin-bottom: 0px;
    margin-left: 1em;
}
.BulletList
{
    padding-left: 20px;
    background-image: url("Images/TriangleList.png");
    background-position: left 7px;
    background-repeat: no-repeat;
}
ul.Dash
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.Dash li:before
{
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
ul.Bullet
{
    list-style: url("Images/TriangleList.png");
    margin-left: 0;
    padding-left: 0;
}
    ul.TextHome.Bullet li
    {
        margin-left: 0px;
        font-size: 16px;
    }
p
{
    font-size: 16px;
    margin-bottom: 1em;
}
    p.TextHome,
    ul.TextHome li
    {
        text-align: left;
        font-size: 20px;
    }
        p.TextHome.Small
        {
            font-size: 16px;
        }
ul.TextHome
{
    margin-left: 20px;
    margin-bottom: 20px;
}

a
{
    color: #000000;
    text-decoration: underline;
}

a:hover 
{
    color: inherit;
    text-decoration: none;
}

h1
{
    font-size: 2em;
    margin-bottom: 1.5em;
}

h2
{
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1.2em;
}

h3
{
    font-size: 18px;
    margin-bottom: 1em;
}

h4, h5, h6
{
    font-size: 1em;
    margin-bottom: 1em;
}



/* FORMS
-----------------------------------------------------------*/
select
{
    padding-right: 1em;
}

input[type=checkbox],
input[type=radio],
.iradio_square-grey,
.icheckbox_square-grey
{
    margin: 0.4em 0.4em 0.4em 0em;
    float: left;
    cursor: pointer !important;
}
.iradio_square-grey,
.icheckbox_square-grey
{
    margin-top: 2px !important;
    margin-right: 12px !important;
}
td input[type=checkbox],
td input[type=radio],
td .iradio_square-grey,
td .icheckbox_square-grey
{
    float: none !important;
    margin: 0px !important;
    margin-top: 3px !important;
}
td.QuestionCell
{
    cursor: pointer;
}
#Q5Intro
{
    margin-top: 40px;
}

input[type=button], input[type=reset], input[type=submit], button
{
    padding: 0.4em 1em;
    vertical-align: top;
}

input[type=text], input[type=password], textarea
{
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #000000;
    display: inline-block;
    padding: 0.4em;
    font-size: 1em;
    line-height: 1em; 
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

label
{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    min-height: 29px;
    max-width: 660px;
    float: left;
    margin-top: 4px;
    font-size: 16px;
}
table label
{
    float: none;
}

.FormFields
{
    margin-bottom: 20px;
}
.placeholder
{
    color:#666
}

.placeholderFocus
{
    color:#000
}



/* VALIDATION
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff3333;
    display: block;
    padding: 8px;
    background-color: #eeeeee;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.field-validation-valid {
    display: none;
}

.FormBody.FormMeeting
{
    padding: 0px 87px 0px 108px;
}
.UserForm .field-validation-error,
.FormMeeting .field-validation-error {
    color: #ff3333;
    display: block;
    padding: 0px;
    background-color: transparent;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}
.FormMeeting .field-validation-error
{
    padding-left: 275px !important;
}
.FormMeeting .AcceptPDF .CheckboxLabel
{
    height: auto !important;
}
.FormMeeting .AcceptWarning .field-validation-error
{
    padding-left: 34px !important;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
.SummaryError
{
    border: 1px solid #ff3333;
    color: #ff3333;
    display: block;
    padding: 10px;
    background-color: #ffdddd;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}



/* LAYOUT
-----------------------------------------------------------*/
.Wrapper
{
    position: relative;
    width: 960px;
    margin: 0px auto;
    margin-bottom: 40px;
}
#TestVersion 
{
    position: fixed;
    left: 0px;
    top: 60px;
    width: 246px;
    height: 244px;
    background-image: url('Images/Test.png');
    background-position: top left;
    background-repeat: none;
}
#Header
{
    position: relative;
    height: 60px;
    background-color: #eee;
}
    #Header #Logo
    {
        position: absolute;
        left: 0px;
        top: 14px;
        width: 86px;
        height: 33px;
        background-image: url("Images/logo.png");
    }
    #Header #LogoTxt
    {
        position: absolute;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        top: 30px;
        left: 104px;
        height: 16px;
    }
    #Header #Liens
    {
        margin-top: 30px;
    }
    #Header #Liens a,
    #Header #Liens span
    {
        font-size: 15px;
        font-weight: 900;
        text-decoration: none;
        text-transform: uppercase;
        top: 30px;
    }
        #Header #Liens a:hover
        {
            text-decoration: underline;
        }

#PageBody
{
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 60px;
    overflow: auto;
}
    #PageBody .Wrapper
    {
        background-image: url("Images/bg-white.png");
        margin-top: 40px;
        padding: 40px 80px;
        width: 800px;
        text-align: center;
    }
#PageBodyAdmin
{
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 60px;
    overflow: auto;
}
#PageBodyBg
{
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 60px;
    overflow: hidden;
    z-index: -1;
}
    #PageBodyBg img
    {
        position: absolute;
        left: 0px;
        top: 0px;
    }
#Footer
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
    color: #ffffff;
    height: 60px;
}
    #Footer .Wrapper
    {
        height: 60px;
        background-image: url("Images/logo-footer.png?v=1.1");
        background-position: right center;
        background-repeat: no-repeat;
    }
    #Footer .FooterMenu a
    {
        color: #ffffff;
        text-decoration: none;
        line-height: 60px;
    }
        #Footer .FooterMenu a:hover
        {
            text-decoration: underline;
        }

    #AdorLogo
    {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        opacity: 1.0;
    }
    #AdorLogoImg
    {
        position: absolute;
        width: 447px;
        height: 171px;
        left: 50%;
        top: 50%;
        margin-left: -223px;
        margin-top: -86px;
        background-image: url("Images/ador_home.png");
        background-position: center;
        background-repeat: no-repeat;
    }

.FormBody
{
    text-align: left;
    padding: 0px 50px;
}

.ButtonBar
{
    margin-top: 50px;
}

.BigButton
{
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 11px 21px !important;
    text-decoration: none;
    border: 3px solid #000000;
    background-color: #ffffff;
    color: #000;
}
.BigButton:disabled {
	background-color: #ccc;
	color: #aaa;
	border-color: #aaa;
}
input[type=button].BigButton,
input[type=submit].BigButton,
input[type=reset].BigButton
{
    padding: 9px 19px !important;
}

.UpTitle
{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
table th
{
    font-weight: 600;
}
table td,
table th
{
    text-align: center;
    vertical-align: top;
    padding: 4px;
}
table td.Left,
table th.Left
{
    text-align: left;
}
table td.Right,
table th.Right
{
    text-align: right;
}
table.Questions
{
    width: 100%;
}
    table.Questions td,
    table.Questions td:first-child,
    table.Questions th,
    table.Questions th:first-child,
    table.Questions tr:first-child th
    {
        border: none;
    }
.TableM2
{
    width: 800px;
}
.GuichetM2Radio
{
    width: 60px;
    font-size: 12px;
}
.QuestionRow
{
    border-bottom: 1px solid #4a4a49;
}
    .QuestionRow.even
    {
        background-color: rgba(74, 74, 73, 0.1);
    }
    /*.QuestionRow:hover
    {
        background-color: rgba(0, 0, 0, 0.1);
    }*/
.QuestionCol input[type=radio]
{
    margin-top: 8px;
}
.ErrorBox
{
    display: block;
    padding: 10px;
    border: 1px solid #ff0000;
    background-color: #ffcccc;
    color: #000000;
    margin-bottom: 20px;
}
.InfoBox
{
    display: block;
    padding: 10px;
    border: 1px solid #008000;
    background-color: #ccffcc;
    color: #000000;
    margin-bottom: 20px;
}
.InputRow
{
    margin-bottom: 5px;
    text-align: left;
}
.InputRow label
{
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    text-align: left;
    line-height: 29px;
    height: 29px;
    margin-top: 0px;
}
.FormMeeting .InputRow label
{
    width: 260px;
}
    .FormMeeting .InputRow label.CheckboxLabel
    {
        width: auto;
        float: left;
        display: inline-block;
        margin-right: 10px;
        text-align: left;
        line-height: 29px;
        height: 29px;
        margin-top: 0px;
    }
.InputRow input[type=text],
.InputRow input[type=password]
{
    width: 300px;
}
.InputRow textarea
{
    width: 300px;
    height: 120px;
}
.InputRow .field-validation-error
{
    padding-left: 215px;
}

td.Question
{
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
}
.ValueIndicator
{
    font-size: 24px;
    font-weight: 900;
}

#Results
{
    position: fixed;
    width: 420px;
    left: -390px;
    top: 20px;
    bottom: 20px;
    z-index: 100;
}
    #Results .ResultsLoading
    {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 30px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.8);
        background-image: url('images/loading2.gif');
        background-position: center;
        background-repeat: no-repeat;
        z-index: 101;
    }
    #Results #ResultsBody
    {
        position: absolute;
        width: 388px;
        top: 0px;
        bottom: 0px;
        overflow-y: auto;
        background-color: #ffeeee;
        border: 1px solid #444444;
    }
    #Results #ResultsButton
    {
        position: absolute;
        right: 0px;
        top: 130px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background-image: url("images/right.png");
        background-repeat: no-repeat;
    }
        #Results #ResultsButton.Opened
        {
            background-image: url("images/left.png");
        }
    #Results table
    {
        width: 100%;
    }
    #Results .ResultsColHeader,
    #Results .ResultsColHeader a
    {
        font-weight: bold;
        background-color: #656565;
        color: #ffffff;
    }
    #Results .ResultsCol,
    #Results .ResultsColHeader
    {
        vertical-align: top;
    }
    #Results .ResultsCol1,
    #Results .ResultsColHeader1
    {
        text-align: left;
    }
    #Results .ResultsCol2,
    #Results .ResultsCol3,
    #Results .ResultsCol4,
    #Results .ResultsCol5,
    #Results .ResultsCol6,
    #Results .ResultsColHeader2,
    #Results .ResultsColHeader3,
    #Results .ResultsColHeader4,
    #Results .ResultsColHeader5,
    #Results .ResultsColHeader6
    {
        width: 35px;
        text-align: right;
    }
    #Results .ResultsCol4,
    #Results .ResultsCol6
    {
        font-weight: bold;
    }
    #Results .ResultsColHeaderGraph,
    #Results .ResultsColGraph
    {
        position: relative;
        width: 211px;
    }
    #Results tr.Odd
    {
        background-color: #fff6f6;
    }
.ResultDivider
{
    position: absolute;
    left: 50%;
    top: 0px;
    height: 27px;
    width: 1px;
    background-image: url("Images/Divider.png");
}



.ResultsPage
{
}
    .ResultsPage table
    {
        width: 800px;
    }
    .ResultsPage .ResultsColHeader
    {
        font-weight: bold;
        background-color: #656565;
        color: #ffffff;
    }
    .ResultsPage .ResultsCol,
    .ResultsPage .ResultsColHeader
    {
        vertical-align: top;
    }
    .ResultsPage .ResultsCol0
    {
        padding-top: 10px;
        text-align: left;
        width: 35px;
        font-weight: 900;
    }
        .ResultsPage .ResultsCol0.First
        {
            padding-top: 0px;
        }
    .ResultsPage .ResultsCol1,
    .ResultsPage .ResultsColHeader1
    {
        text-align: left;
    }
    .ResultsPage .ResultsCol2,
    .ResultsPage .ResultsCol3,
    .ResultsPage .ResultsCol4,
    .ResultsPage .ResultsCol5,
    .ResultsPage .ResultsCol6,
    .ResultsPage .ResultsColHeader2,
    .ResultsPage .ResultsColHeader3,
    .ResultsPage .ResultsColHeader4,
    .ResultsPage .ResultsColHeader5,
    .ResultsPage .ResultsColHeader6
    {
        width: 35px;
        text-align: right;
    }
    .ResultsPage .ResultsCol4,
    .ResultsPage .ResultsCol6
    {
        font-weight: bold;
    }
    .ResultsPage .ResultsColHeaderGraph,
    .ResultsPage .ResultsColGraph
    {
        position: relative;
        width: 250px;
    }
    .ResultsPage tr.Odd
    {
        background-color: #f6f6f6;
    }
.FormResultTitle
{
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
    background-image: url("Images/TriangleList.png");
    background-position: left 3px;
    background-repeat: no-repeat;
}
.FormResultHelp
{
    font-weight: 500;
    text-transform: none;
}
.FormResultTable
{
    margin-left: 20px;
}
.FormResultTable td
{
    padding: 3px 0px 3px 0px;
    border: none;
    text-align: left; 
}
    .FormResultTable td a
    {
        font-weight: 500;
    }
    .FormResultTable td.LinkSelected a
    {
        font-weight: 700;
    }

.DialogBody
{
    margin-top: 10px;
}
.DialogButtons
{
    margin-top: 10px;
    text-align: center;
}



/*
    LOGIN FORM
*/
#loginForm
{
    position: relative;
    margin: 0px auto;
    width: 350px;
    height: 250px;
}
    #loginForm .validation-summary-errors ul
    {
        list-style: none;
    }
    #loginForm .validation-summary-errors li
    {
        margin-left: 0px;
    }
    #loginForm fieldset
    {
        padding: 0px;
        border: none;
    }
        #loginForm fieldset legend
        {
            display: none;
        }
    #loginForm ol
    {
        list-style: none;
        padding: 0px;
    }
        #loginForm ol li
        {
            margin-bottom: 10px;
            margin-left: 0px;
        }
    #loginForm .label
    {
        display: inline-block;
        width: 100px;
    }
    #loginForm .input
    {
        width: 200px;
    }
    #loginForm .field-validation-error
    {
        margin-left: 100px;
    }
.LinkSelected a
{
    font-weight: 700;
}

.ui-widget
{
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 600;
}




/*
    PRINT STYLES */
body.Print
{    
    overflow: auto;
}
.PrintPage
{
    position: relative;
    break-inside: avoid;
    min-width: 820px;
    max-width: 820px;
    min-height: 1380px;
    overflow: hidden;
    padding-bottom: 70px;
    font-family: Arial;
    font-weight: normal;
    font-size: 20px;
    page-break-after: always;
}
.PrintHomeHeader
{
    height: 120px;
    margin-bottom: 240px;
    border-bottom: 1px solid #000000;
    position: relative;
}
.PrintHomeFooter
{
    position: absolute;
    bottom: 0px;
    height: 90px;
    width: 100%;
    border-top: 1px solid #000000;
    padding-top: 14px;
}
    .PrintHomeFooter p
    {
        font-size: .75em;
        font-weight: normal;
    }
.PrintHomeFooterCiip
{
    float: right;
    width: 104px;
    height: 80px;
    background-image: url("Images/Print/Ciip.png");
    background-position: center;
    background-repeat: no-repeat;
}
.PrintHomeLogo
{
    position: absolute;
    height: 77px;
    width: 200px;
    left: 0px;
    bottom: 2px;
    background-image: url("Images/Print/Logo200.png");
    background-position: center;
    background-repeat: no-repeat;
}
.PrintHomeLogoText
{
    position: absolute;
    right: 0px;
    bottom: 8px;
    text-transform: uppercase;
    font-size: 1.4em;
}
.PrintHomeTitle
{
    background-color: #376092;
    font-size: 1.5em;
    font-weight: 700;
    color: #ffffff;
    padding: 28px;
    margin-bottom: 36px;
    text-align: center;
}
.PrintHomeSep
{
    background-color: #376092;
    height: 16px;
    margin-top: 36px;
}
.PrintHomeInfo p
{
    font-size: 1em;
    line-height: 1.3em;
    text-align: justify;
}
.PrintHomeUser
{
    text-align: right;
    margin-top: 100px;
}
.PrintHomeUserInfo
{
    display: inline-block;
    margin-right: 80px;
}
    .PrintHomeUserInfo p
    {
        font-size: 1em;
        font-weight: normal;
        text-align: left;
    }
        .PrintHomeUserInfo p.PrintHomeUserName
        {
            color: #ff0000;
            font-size: 1.4em;
            font-weight: bold;
        }

.PrintPageHeader
{
    height: 44px;
    margin-bottom: 30px;
    background-color: #376092;
    font-size: 1em;
    font-weight: bold;
}
    .PrintPageHeader .PrintPageHeaderLeft
    {
        height: 44px;
        line-height: 44px;
        padding-left: 10px;
        text-transform: uppercase;
        color: #ffffff;
    }
    .PrintPageHeader .PrintPageHeaderRight
    {
        height: 44px;
        line-height: 44px;
        float: right;
        padding: 0px 50px;
        background-color: #000000;
        color: #ffffff;
        text-align: center;
        font-weight: normal;
    }
.PrintPageFooter
{
    position: absolute;
    bottom: 0px;
    height: 50px;
    right: 0px;
    left: 10px;
    border-top: 1px solid #000000;
    padding-top: 10px;
}
    .PrintPageFooter .PrintPageFooterPage
    {
        float: right;
    }
    .PrintPageFooter p
    {
        font-size: 0.8em;
        font-weight: normal;
    }
.PrintPageBody
{
    padding-left: 10px;
}
.PrintPageBody p,
.PrintPageBody li,
.PrintPageBody p.PrintTextSubTitle2
{
    font-weight: normal;
    font-size: .9em;
}
    .PrintPageBody p.PrintTextTitle
    {
        font-size: 1.3em;
        font-weight: bold;
    }
    .PrintPageBody p.PrintTextSubTitle,
    .PrintPageBody ul.PrintTextSubTitle li
    {
        font-size: 1.1em;
        font-weight: bold;
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .PrintPageBody p.PrintTextSubTitle2
    {
        font-weight: bold;
    }
    .ResumePage .Dim span
    {
        display: inline-block;
        float: left;
        height: 12px;
        margin: 3px 0px;
    }
.PrintPage .ResultsTable
{
    width: 99%;
    margin: 0px auto 30px;
}
    .PrintPage .ResultsTable td
    {
        text-align: left;
        font-size: 0.9em;
        font-weight: bold;
        padding: 12px;
    }
        .PrintPage .ResultsTable td.Change
        {
            border-top: 1px solid #000000;
        }
        .PrintPage .ResultsTable td.Last
        {
            border-bottom: 1px solid #000000;
        }
    .PrintPage .ResultsTable .Col1
    {
        border-left: 1px solid #000000;
        position: relative;
        width: auto;
        text-align: right;
    }
    .PrintPage .ResultsTable .Col2
    {
        width: 399px;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
        background-image: url("Images/Print/bg-cell.png");
        background-position: center;
        background-repeat: no-repeat;
    }
.PrintPage.PrintPage5 .ResultsTable td
{
    padding: 6px 12px;
}
    .PrintPage.PrintPage5 .ResultsTable td.Col2
    {
        padding-left: 0px;
        padding-right: 0px;
    }
.PrintPage .Dim span
{
    display: inline-block;
    float: left;
    height: 16px;
    margin: 3px 0px;
    min-width: 2px;
}
.PrintPage .Dim1
{
    color: #e46c0a;
}
.PrintPage .Dim2
{
    color: #558ed5;
}
.PrintPage .Dim3
{
    color: #77933c;
}
.PrintPage .Dim4
{
    color: #953735;
}
.PrintPage .Dim5
{
    color: #7030a0;
}
.PrintPage .Dim1 span
{
    background-color: #e46c0a;
}
.PrintPage .Dim2 span
{
    background-color: #558ed5;
}
.PrintPage .Dim3 span
{
    background-color: #77933c;
}
.PrintPage .Dim4 span
{
    background-color: #953735;
}
.PrintPage .Dim5 span
{
    background-color: #7030a0;
}
.PrintPage .ResultTableHeader
{
    width: 100%;
}





.UserForm
{
    margin-bottom: 1em;
}


.ResumePage
{
    text-align: center;
}
.ResumePage .ResultsTable
{
    width: auto;
    margin: 0px auto 30px;
}
    .ResumePage .ResultsTable .Col1
    {
        width: auto;
        text-align: right;
        padding-right: 6px;
    }
    .ResumePage .ResultsTable .Col2
    {
        width: 200px;
        border: 1px solid #000000;
        text-align: left;
    }
    .ResumePage .ResultsTable td
    {
        text-align: left;
    }
    .ResumePage .ReportLink
    {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding-left: 38px;
        background-image: url("Images/pdf.png");
        background-position: left center;
        background-repeat: no-repeat;
    }
    .ResumePage .Dim span
    {
        display: inline-block;
        float: left;
        height: 12px;
        margin: 3px 0px;
    }
    .ResumePage .Dim1 span
    {
        background-color: #e46c0a;
    }
    .ResumePage .Dim2 span
    {
        background-color: #558ed5;
    }
    .ResumePage .Dim3 span
    {
        background-color: #77933c;
    }
    .ResumePage .Dim4 span
    {
        background-color: #953735;
    }
    .ResumePage .Dim5 span
    {
        background-color: #7030a0;
    }


.DimensionInfoLink
{
    width: 16px;
    height: 20px;
    display: inline-block;
    background-image: url("Images/Information.png");
    background-position: center;
    background-repeat: no-repeat;
}

.ui-tooltip
{
    padding: 10px;
    background-color: #fcfcb1;
    max-width: 350px;
    border-radius: 5px;
    border-color: #000000;
    box-shadow: 0 0 7px black;
}


.iradio_square-grey.focus {
    outline: 1px dotted blue !important;
    /*background-position: -192px 0 !important;
    outline: 1px solid red!important;
    border: 1px solid red!important;*/
}

.iradio_square-grey.focus.checked {
    outline: 1px dotted blue !important;
    /*background-position: -216px 0 !important;
    outline: 1px solid red!important;
    border: 1px solid red!important;*/
}

.icheckbox_square-grey.focus {
    outline: 1px dotted blue !important;
    /*background-position: -72px 0 !important;
    outline: 1px solid red!important;
    border: 1px solid red!important;*/
}

.icheckbox_square-grey.focus.checked {
    outline: 1px dotted blue !important;
    /*background-position: -96px 0 !important;
    outline: 1px solid red!important;
    border: 1px solid red!important;*/
}

.checkbox-label {
    width: auto !important;
    height: auto !important;
    max-width: 750px;
    line-height: normal !important;
}

@media (max-width: 991px) {
    #Header,
    #PageBody,
    #Footer {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .Wrapper,
    #PageBody .Wrapper {
        box-sizing: border-box;
        width: 100%;
    }
    #PageBody .Wrapper form {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
    }
    #PageBody .Wrapper form .FormBody.FormMeeting {
        width: 313px;
        max-width: 100%;
        padding: 0;
    }
    .InputRow input[type="text"],
    .InputRow input[type="password"] {
        width: 313px;
        box-sizing: border-box;
    }
    .InputRow .field-validation-error {
        padding-left: 0 !important;
    }
}

@media (max-width: 676px) {
    #Header {
        height: auto;
        padding-bottom: 15px;
    }
    #Header .Wrapper {
        margin-bottom: 0;
    }
    #LogoWrapper {
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: end;
    }
    #LogoWrapper,
    #Liens {
        width: 100%;
    }
    #Header #Logo,
    #Header #LogoTxt {
        position: relative;
        left:auto;
        top: auto;
    }
    #Header #LogoTxt {
        margin-left: 10px;
        padding-bottom: 2px;
    }
    #Header #Liens {
        margin-top: 15px;
        text-align: center;
    }
    #PageBody {
        position: relative;
        top: 0;
        max-height: calc(100vh - 96px - 60px);
    }

    .FormBody.FormMeeting {
        padding-left: 0;
        padding-right: 0;
    }
    .ui-selectmenu {
        max-width: 100%;
    }
    .ui-selectmenu-menu {
        width: 230px !important;
        /*left: 15px !important;*/
    }
    .ui-selectmenu-menu ul {
        max-width: 100%;
        left: 0;
    }
}

@media (max-width: 500px) {
    #PageBody {
        max-height: calc(100vh - 96px - 90px);
    }
    #PageBody .Wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    #Footer {
        height: 90px;
    }
    #Footer .Wrapper {
        background-position: center top;
        display: flex;
        justify-content: center;
        align-items: end;
        height: inherit;
        margin-bottom: 0;
    }
    #Footer .FooterMenu {
        height: initial;
        margin-bottom: 10px;
    }
    #Footer .FooterMenu a {
        line-height: normal;
        font-size: 12px;
    }
    .InputRow input[type="text"],
    .InputRow input[type="password"],
    .InputRow textarea {
        box-sizing: border-box;
        max-width: 100%;
    }
    .ui-selectmenu-menu li a, .ui-selectmenu-status {
        padding-right: 10px;
    }
}

@media (max-width: 400px) {
    #LogoWrapper {
        flex-wrap: wrap;
        height: 60px;
        padding-top: 10px;
    }
    #Header #LogoTxt {
        text-align: center;
        margin-left: 0;
        width: 100%;
    }
}
html {
	 -webkit-font-smoothing: antialiased;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
    max-width: 300px;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

