﻿/*
----------------------------------------------------------------------
    Links
----------------------------------------------------------------------
*/
.navigationLink {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    padding-top: 12px;
}

.navigationLabel {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    padding-top: 12px;
}

.linkWithPadding {
    padding-left: 12px;
}

.navigationLink:hover {
    color: #CCCCCC;
}

.languageLink {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

    .languageLink:hover {
        color: #CCCCCC;
    }

.breadCrumbLink {
    font-size: 11px;
    font-weight: normal;
    color: #BF0E2B;
    text-decoration: none;
    margin-right: 5px;
    padding-left: 10px;
    background: url(../images/breadcrumbtriangle.png) no-repeat;
    background-position: left center;
}

    .breadCrumbLink:hover {
        text-decoration: underline;
    }

.breadCrumbLink_lock {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    margin-right: 5px;
    padding-left: 10px;
    background: url(../images/breadcrumbtriangle.png) no-repeat;
    background-position: left center;
}

    .breadCrumbLink_lock:hover {
        text-decoration: none;
    }

.simpleLink {
    font-size: 11px;
    font-weight: normal;
    color: #BF0E2B;
    text-decoration: none;
    margin-left: 5px;
}

    .simpleLink:hover {
        text-decoration: underline;
    }

.pdfLink {
    font-size: 11px;
    margin-right: 7px;
    padding: 2px 0 2px 17px;
    background: url(../images/pdf.jpg) no-repeat -2px 0;
}

.pageSubTitle {
    font-size: 12px;
    font-weight: bold;
    color: #BF0E2B;
    margin-top: 30px;
}

.userNameHeader {
    font-size: 12px;
    font-weight: bold;
    color: #BF0E2B;
}

.redItalic {
    font-size: 11px;
    font-weight: normal;
    color: #BF0E2B;
    font-style: italic;
}

.graytext {
    color: #666666;
}
/*
----------------------------------------------------------------------
    Forms
----------------------------------------------------------------------
*/
.formSubTitle {
    font-size: 11px;
    font-weight: bold;
    color: #BF0E2B;
    padding-left: 10px;
    background: url(../images/formsubtitletriangle.png) no-repeat;
    background-position: left center;
    margin-top: 15px;
}

.dataBlockLeft {
    vertical-align: top;
    width: 230px;
}

.dataBlockCenter {
    vertical-align: top;
    width: 350px;
}

.dataBlockRight {
    vertical-align: top;
    width: 200px;
}

.dataBlockHelp {
    vertical-align: top;
    width: 20px;
}

.dataBlockVerdict {
    border: solid 1px #BF0E2B;
    padding: 5px;
    width: 600px;
}

.fieldCaption {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}

.fieldError {
    font-size: 11px;
    font-weight: normal;
    color: #BF0E2B;
}

input {
    color: #333333;
}

textarea {
    color: #333333;
}

span.verticalRadioList, span.verticalRadioList_lock {
    display: block;
    white-space: nowrap;
}

.calendarHeader {
    width: 25px;
    height: 20px;
    color: #ffffff;
    background-color: #BF0E2B;
    text-align: center;
    font-weight: bold;
}

.calendarDay {
    width: 25px;
    height: 20px;
    color: #333333;
    background-color: #eeeeee;
    text-align: center;
    font-weight: bold;
}

.hSeparator {
    height: 1px;
    background-color: #cccccc;
    margin-top: 15px;
}

.help {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/redhelp.png) no-repeat;
    cursor: pointer;
    margin-left: 5px;
}

.help_inline {
    display: inline;
    background: url(../images/redhelp.png) no-repeat;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    margin-left: 5px;
    padding: 8px;
}

.fonctionLevel1 {
    display: block;
    background: url(../images/breadcrumbtriangle.png) no-repeat;
    background-position: left center;
    padding-left: 10px;
    color: #888888;
}

.fonctionLevel2 {
    display: block;
    background: url(../images/breadcrumbtriangle.png) no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-left: 10px;
    color: #888888;
}

.fonctionLevel3 {
    display: block;
    background: url(../images/breadcrumbtriangle.png) no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-left: 20px;
}
/*
----------------------------------------------------------------------
    Grids
----------------------------------------------------------------------
*/
.searchBox {
    width: 790px;
    border: solid 1px #BF0E2B;
    background-color: #eeeeee;
    padding: 5px;
    color: #333333;
}
/*
----------------------------------------------------------------------
    Summary
----------------------------------------------------------------------
*/
.pnlStepSummary {
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    padding: 5px;
}

.stepSummaryCaption {
    font-size: 11px;
    font-weight: bold;
    color: #BF0E2B;
    padding-left: 10px;
    margin-bottom: 10px;
    background: url(../images/breadcrumbtriangle.png) no-repeat;
    background-position: left center;
}

.summaryItemCaption {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    height: 16px;
    line-height: 16px;
}

.summaryItemCaptionWrapper {
    width: 350px;
    float: left;
    height: 20px;
}

.summaryItemValueWrapper {
    margin-left: 250px;
    line-height: 16px;
    height: 20px;
}

.page-title {
    margin-bottom: 10px;
}

/*
----------------------------------------------------------------------
    User Messages
----------------------------------------------------------------------
*/
.warning, .error, .success, .question {
    padding: 15px 15px 15px 70px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .7);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .7);
    margin: 20px;
    text-align: left;
    position: relative;
    background-color: #eee;
    color: #666;
    border: 2px solid #666;
}

.warning {
    background-image: url(../images/icon-warning-large.png);
}

.error {
    background-image: url(../images/icon-error-large.png);
}

.success {
    background-image: url(../images/icon-success-large.png);
}

.question {
    background-image: url(../images/icon-question-large.png);
}

/*
----------------------------------------------------------------------
    Justif Frais Prestations
----------------------------------------------------------------------
*/
.jfp-main-wrapper {
    padding: 10px;
}

.jfp-col-left {
    width: 150px;
}

.jfp-fieldset {
    border: 1px solid #888;
    margin: 10px 0px;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font: normal 12px/24px "Segoe UI", Arial, sans-serif;
    line-height: 22px;
    font-size: 12px;
    color: #000;
}

.jfp-legend {
    margin: 0px;
    border: 1px solid #888;
    padding: 0px 6px;
    background: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    letter-spacing: 2px;
}

.jfp-justif-wrapper {
}

/*
    Helpers
*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
-------------------------------------------------------------------------------
    GRIDS
-------------------------------------------------------------------------------
*/

/* Lines
/* ============================================= */

/* Base class */
.line, .line_lock {
    overflow: hidden;
    _overflow: visible;
    _zoom: 1;
    margin-bottom: 7px;
}

.bordLine, .bordLine_lock {
    overflow: hidden;
    _overflow: visible;
    _zoom: 1;
    margin-bottom: 7px;
    padding: 7px;
    border: solid 1px #828282;
}

/* Extends line */
.lastLine, .lastLine_lock {
    margin-bottom: 0;
}

.tabLine, .tabLine_lock {
    margin-bottom: 0;
    margin-top: -1px;
}

/* Units
/* ============================================= */

/* Base class */
.unit, .unit_lock {
    float: left;
    _zoom: 1;
    margin-right: 7px;
}
/* Extend unit */
.unitExt, .unitExt_lock {
    float: right;
    margin-right: 0;
}

.lastUnit, .lastUnit_lock {
    margin-right: 0;
}

.size1of1, .size1of1_lock {
    float: none;
    margin-right: 0;
}

.size1of2, .size1of2_lock {
    width: 50%;
    margin-right: 0;
}

.size1of3, .size1of3_lock {
    width: 33.33333%;
    margin-right: 0;
}

.size2of3, .size2of3_lock {
    width: 66.66666%;
    margin-right: 0;
}

.size1of4, .size1of4_lock {
    width: 25%;
    margin-right: 0;
}

.size3of4, .size3of4_lock {
    width: 75%;
    margin-right: 0;
}

.size1of5, .size1of5_lock {
    width: 20%;
    margin-right: 0;
}

.size2of5, .size2of5_lock {
    width: 40%;
    margin-right: 0;
}

.size3of5, .size3of5_lock {
    width: 60%;
    margin-right: 0;
}

.size4of5, .size4of5_lock {
    width: 80%;
    margin-right: 0;
}

/*
-------------------------------------------------------------------------------
    SPACINGS
-------------------------------------------------------------------------------
*/

/* Paddings
/* ============================================= */

/* No Padding
/* -------------------- */
.noPad, .noPad_lock {
    padding: 0;
}

.noPadRight, .noPadRight_lock {
    padding-right: 0;
}

.noPadLeft, .noPadLeft_lock {
    padding-left: 0;
}

.noPadTop, .noPadTop_lock {
    padding-top: 0;
}

.noPadBottom, .noPadBottom_lock {
    padding-bottom: 0;
}

/* Extra-small
/* -------------------- */
.xsmlPad, .xsmlPad_lock {
    padding: 3px;
}

.xsmlPadRight, .xsmlPadRight_lock {
    padding-right: 3px;
}

.xsmlPadLeft, .xsmlPadLeft_lock {
    padding-left: 3px;
}

.xsmlPadBottom, .xsmlPadBottom_lock {
    padding-bottom: 3px;
}

.xsmlPadTop, .xsmlPadTop_lock {
    padding-top: 3px;
}

/* Small
/* -------------------- */
.smlPad, .smlPad_lock {
    padding: 5px;
}

.smlPadRight, .smlPadRight_lock {
    padding-right: 5px;
}

.smlPadLeft, .smlPadLeft_lock {
    padding-left: 5px;
}

.smlPadBottom, .smlPadBottom_lock {
    padding-bottom: 5px;
}

.smlPadTop, .smlPadTop_lock {
    padding-top: 5px;
}

/* Medium
/* -------------------- */
.medPad, .medPad_lock {
    padding: 7px;
}

.medPadRight, .medPadRight_lock {
    padding-right: 7px;
}

.medPadLeft, .medPadLeft_lock {
    padding-left: 7px;
}

.medPadBottom, .medPadBottom_lock {
    padding-bottom: 7px;
}

.medPadTop, .medPadTop_lock {
    padding-top: 7px;
}

/* Large
/* -------------------- */
.lgePad, .lgePad_lock {
    padding: 10px;
}

.lgePadRight, .lgePadRight_lock {
    padding-right: 10px;
}

.lgePadLeft, .lgePadLeft_lock {
    padding-left: 10px;
}

.lgePadBottom, .lgePadBottom_lock {
    padding-bottom: 10px;
}

.lgePadTop, .lgePadTop_lock {
    padding-top: 10px;
}

/* Extra-large
/* -------------------- */
.xlgePad, .xlgePad_lock {
    padding-right: 15px;
}

.xlgePadRight, .xlgePadRight_lock {
    padding-right: 15px;
}

.xlgePadLeft, .xlgePadLeft_lock {
    padding-left: 15px;
}

.xlgePadBottom, .xlgePadBottom_lock {
    padding-bottom: 15px;
}

.xlgePadTop, .xlgePadTop_lock {
    padding-top: 15px;
}

/* Margins
/* ============================================= */

/* Extra-small
/* -------------------- */
.xsmlMarg, .xsmlMarg_lock {
    margin: 3px;
}

.xsmlMargRight, .xsmlMargRight_lock {
    margin-right: 3px;
}

.xsmlMargLeft, .xsmlMargLeft_lock {
    margin-left: 3px;
}

.xsmlMargBottom, .xsmlMargBottom_lock {
    margin-bottom: 3px;
}

.xsmlMargTop, .xsmlMargTop_lock {
    margin-top: 3px;
}

/* Small
/* -------------------- */
.smlMarg, .smlMarg_lock {
    margin: 5px;
}

.smlMargRight, .smlMargRight_lock {
    margin-right: 5px;
}

.smlMargLeft, .smlMargLeft_lock {
    margin-left: 5px;
}

.smlMargBottom, .smlMargBottom_lock {
    margin-bottom: 5px;
}

.smlMargTop, .smlMargTop_lock {
    margin-top: 5px;
}

/* Medium
/* -------------------- */
.medMarg, .medMarg_lock {
    margin: 7px;
}

.medMargRight, .medMargRight_lock {
    margin-right: 7px;
}

.medMargLeft, .medMargLeft_lock {
    margin-left: 7px;
}

.medMargBottom, .medMargBottom_lock {
    margin-bottom: 7px;
}

.medMargTop, .medMargTop_lock {
    margin-top: 7px;
}

/* Large
/* -------------------- */
.lgeMarg, .lgeMarg_lock {
    margin: 10px;
}

.lgeMargRight, .lgeMargRight_lock {
    margin-right: 10px;
}

.lgeMargLeft, .lgeMargLeft_lock {
    margin-left: 10px;
}

.lgeMargBottom, .lgeMargBottom_lock {
    margin-bottom: 10px;
}

.lgeMargTop, .lgeMargTop_lock {
    margin-top: 10px;
}

/* Extra-large
/* -------------------- */
.xlgeMarg, .xlgeMarg_lock {
    margin: 15px;
}

.xlgeMargRight, .xlgeMargRight_lock {
    margin-right: 15px;
}

.xlgeMargLeft, .xlgeMargLeft_lock {
    margin-left: 15px;
}

.xlgeMargBottom, .xlgeMargBottom_lock {
    margin-bottom: 15px;
}

.xlgeMargTop, .xlgeMargTop_lock {
    margin-top: 15px;
}


/* dematContainerCancelMessageBlock*/
.dematCenterElement {
    width: 100%;
    display: flex;
    justify-content: center;
}

.dematMainCancelMessageBox {
    border: 1px solid #000;
    width: 450px;
    height: 390px;
    border-radius: 9px;
    background-color: #F6F6F6;
}

.dematMainCancelMessageBoxHeadFoot {
    width: 100%;
    height: 66px;
}

    .dematMainCancelMessageBoxHeadFoot .titleFormat {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        padding-left: 10px;
        position: relative;
        top: +24px;
    }

    .dematMainCancelMessageBoxHeadFoot .buttonNo {
        border: 1px solid #000;
        border-radius: 4px;
        background-color: #F6F6F6;
        color: "000";
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        float: right;
        margin-right: 10px;
        margin-top: 15px;
    }

    .dematMainCancelMessageBoxHeadFoot .buttonYes {
        border: 1px solid #000;
        border-radius: 4px;
        background-color: #F6F6F6;
        color: "000";
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        float: right;
        margin-right: 10px;
        margin-top: 15px;
        color: #BF0E2B;
    }

    .dematMainCancelMessageBoxHeadFoot .buttonMessage {
        float: right;
        margin-right: 10px;
        margin-top: 25px;
    }

.dematMainCancelMessageBody {
    width: 450px;
    height: 258px;
    background-color: #FFF;
}

.dematMainCancelMessageInfo {
    width 100%;
    height: 20px;
    padding-top: 10px;
    padding-left: 10px;
}
