/* /* -- CSS Document -- 
Subject : CSS Magex */

/* ELEMENT */
*
{
    /*Box Sizing*/
    box-sizing: border-box;
}
html,
body,
form
{
    height: 100%;
    background: #262262;
}
body
{
    margin: 0px;
    color: #262262;
    font-size: 12px;
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
}
form[style^="background-image"]
{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-color: #262262;
    background-image: none !important;
}

input, 
select,
textarea
{
    text-align: left;
    vertical-align: middle;
    color: #282d06;
    font-size: 12px;
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
}
textarea
{
    /* Restrict: Textarea Resizing To Vertical*/
    resize: vertical;
}
input[type="text"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="email"], 
textarea, 
select
{
    background-color: #fcfcfc;
    border: 1px solid #c5c7c9;
    padding: 2px 2px 2px 2px;
    margin: 2px 0px 2px 0px;   
    border-radius: 4px 4px 4px 4px;
    box-shadow:none;
}
input:focus,
textarea:focus,
select:focus
{
    outline: none; 
    /*Box Shadow*/
    box-shadow: 0px 0px 3px #CCCCCC;
}
/* Field */
select.field,
input.field,
textarea.field
{
    background-color: #fcfcfc;
    border: 1px solid #d9d9d9;
    border: 1px solid rgba(181,181,181, 0.5);
    color: #282d06;
}
select.required,
textarea.required,
input.required
{
    color: #a31515;
    background-color: #fffef2;
}
select.watermark,
textarea.watermark,
input.watermark
{
    color: #8e8e8e;
}
select.fieldSelected,
textarea.fieldSelected,
input.fieldSelected
{
    background-color: #f7fafd;
    border: 1px solid #adbcd0;
    color: #223d61;
}
select.disabled,
select.fieldDisabled,
textarea.disabled,
textarea.fieldDisabled,
input[type="text"].disabled, 
input[type="password"].disabled, 
input[type="number"].disabled, 
input[type="tel"].disabled, 
input[type="email"].disabled, 
input.fieldDisabled
{
    background-color: #ebeef0;
    border: 1px solid #c5c7c9;
    color: #6f6f6f;
}
select.fieldReadOnly,
textarea.fieldReadOnly,
input.fieldReadOnly
{
    background-color: #f6f0e7;
    border: 1px solid #c5c7c9;
    color: #223d61;
}
select.fieldLabel,
textarea.fieldLabel,
input.fieldLabel
{
    color: #282d06;
    border-width: 0;
}
input[type="radio"], 
input[type="checkbox"] 
{
    cursor: pointer;
    padding:0;
    margin: 3px 3px 3px 2px;
    vertical-align: middle;
    
    position: relative;
    top: -1px;
    overflow: hidden;
}
input[type="radio"] + label, 
input[type="checkbox"] + label
{
    cursor: pointer;
}
IMG
{
    border: 0px;
    vertical-align: middle;
}
H1
{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
H2
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
H3
{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
P
{
    line-height: 16px;
    margin: 0px 0px 10px 0px;
}
UL
{
    list-style-type: disc;
    list-style-position: outside;
    margin: 0px;
    padding: 0px 0px 0px 12px;
}
LI
{
    padding: 3px 0px 0px 0px;
}
table
{
    border-spacing: 0px;
    empty-cells:show;
}
thead,
tbody,
tfoot
{
    width: 100%;
}
th
{
    text-align: left;
}
td
{
    padding:0px;
}
A
{
    color: #262262;
    text-decoration: none;
}
A:hover
{
    color: #22915b;
    text-decoration: underline;
}
/************** Text Selection ***************/
::-moz-selection
{
    background-color: transparent;
}
input::-moz-selection, textarea::-moz-selection
{
    background-color: #cfe2f5;
}
::selection
{
    background-color: transparent;
}
input::selection, textarea::selection
{
    background-color: #cfe2f5;
}
.selectable::-moz-selection
{
    background-color: #cfe2f5;
}
.selectable::selection
{
    background-color: #cfe2f5;
}
/****** Remove Numeric Spiner ******/
input[type='number'] {
    -moz-appearance:textfield;
}
input[type="number"]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin-left: 0px;
}
/* Container*/
.containerMain
{
    max-width: 1248px;	
    min-height: 800px;
	min-width:1148px;
    text-align: left;
	margin: auto auto;
}
.containerMainGuest
{
    max-width: 800px;
	min-height: 800px;
    text-align: left;
    padding-top: 50px;
    margin-right: auto;
    margin-left: auto;
}
.containerHeader
{
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.containerContent
{
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.containerFooter
{
    width: 100%;
    color: #646464;
    padding: 0px;
}
.ui-autocomplete,
.containerRounded
{
    color: #223d61;
    background-color: #f7fafd;
    border: 1px solid #adbcd0;
    padding: 2px 2px 2px 2px;
    margin: 2px 0px 2px 0px!important; 
    /*Border Radius*/
    border-radius: 4px 4px 4px 4px;
    /*Box Shadow*/
    box-shadow: 0px 0px 3px #CCCCCC;
}
.ui-autocomplete a.ui-state-focus,
.containerRounded:focus
{
     font-weight:bold!important; 
     margin: 0px!important; 
}
/* Inner Container */
.innerContainerHeader
{
    width: 100%;
    height: 47px;
    border-top: 1px solid #282d06;
    border-left: 1px solid #282d06;
    border-right: 1px solid #282d06;
}
.innerContainerMessageNotifier
{
    height: auto;
    width: 100%;
}
.innerContainerContent
{
    width: 100%;
    vertical-align: top !important;
}
.innerContainerLeft
{
    width: 226px;
    vertical-align: top;
    background-color: #f5f8fe;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #282d06;
    border-left: 1px solid #282d06;
    padding: 0px;
    margin: 0px;
}
.innerContainerRight
{
    width: auto;
    vertical-align: top !important;
    border-bottom: 1px solid #282d06;
    border-right: 1px solid #282d06;
    border-left: 1px solid #282d06;
    background-color: #FDFDFD;
}
.innerContainerFooter
{
    width: 100%;
    color: #646464;
    border-bottom: 1px solid #282d06;
    border-left: 1px solid #282d06;
    border-right: 1px solid #282d06;
    /* Background */
    background: #f0f0f0;
    background: linear-gradient(to bottom,  #f0f0f0 0px,#efefef 35%,#d2d2d2 85%);
}
/****** layout ******/
.layoutCentered
{
   display:inline-block;
   margin: 0px auto;
}
.layoutLoginLogo
{
    margin: 15px 5px 15px 5px;
    max-width: 210px;
}
/* Header */
.contentHeader
{
    width: 100%;
    margin: 0px;
    /*Text Shadow*/
    text-shadow: 0px 1px 1px rgba(0,0,0,.5);
    background: #cfdae6;
    background: linear-gradient(to right, #fff 30%,#262262 100%);
}
.contentHeaderLeft
{
    width:225px;
    vertical-align:middle;
}
.contentHeaderRight
{
    width:auto;
    vertical-align:bottom;
}
/* Toolbar */
.toolbarStepData
{
    line-height:0px;
    position:relative;
    left:13px;
    top: -1px;
}
/* DataTable */
.dataTableContainer
{
    width: 100%;
    margin: 0px;
}
.dataTableContainer > TR > TD,
.dataTableContainer > * > TR > TD
{
    vertical-align: top;
    padding: 0px;
}
.dataTableList
{
    width: 100%;
    margin: 0px;
}
.dataTableList > TR > TD,
.dataTableList > * > TR > TD
{
    vertical-align: middle;
    padding: 0px 0px 0px 2px;
}
.dataTableList > TR > TD:first-child,
.dataTableList > * > TR > TD:first-child 
{
     padding-left: 4px;
}
.dataTableList > TR > TD:last-child,
.dataTableList > * > TR > TD:last-child 
{
     padding-right: 4px;
}
.dataTableHeader
{
    height: 27px;
    width: 100%;
    margin: 0px;
    border-top: 1px solid #282d06;
    border-bottom: 1px solid #282d06;
    /* Background */
    background: #EDEDED;
    background: linear-gradient(to bottom,  #f9f9f9 0%,#fafafa 35%,#ededed 85%);
}
/*********** Vertical Alignment ***********/
/*
 * Class Is Supported Only By
 * tr, td, th, Display:Table-Cell, Display:Inline-Block
 */
.verticalAlignTop,
TR.verticalAlignTop TD
{
	vertical-align:top !important;
}
.verticalAlignMiddle,
TR.verticalAlignMiddle TD
{
	vertical-align:middle !important;
}
.verticalAlignBottom,
TR.verticalAlignBottom TD
{
	vertical-align:bottom !important;
}
/********* Horizontal Alignment *********/
/*
 * Class Is Supported Only By
 * table, Display:Table, Display:Block
 */
.horizontalAlignLeft
{
    margin-left: 0px !important;
    margin-right: auto !important;
}
.horizontalAlignCenter
{
    margin-left: auto !important;
    margin-right: auto !important;
}
.horizontalAlignRight
{
    margin-left: auto !important;
    margin-right: 0 !important;
}
/********* Content Alignment *********/
.contentAlignLeft
{
    text-align: left !important;
}
.contentAlignCenter
{
    text-align: center !important;
}
.contentAlignRight
{
    text-align: right !important;
}
/* Padding */
.paddingNone
{
    padding: 0px !important;
}
.padding2px
{
    padding: 2px !important;
}
.padding5px
{
    padding: 5px !important;
}
.padding10px
{
    padding: 10px !important;
}
.padding20px
{
    padding: 20px !important;
}
/* Padding Top */
.paddingTopNone
{
    padding-top: 0px !important;
}
.paddingTop2px
{
    padding-top: 2px !important;
}
.paddingTop5px
{
    padding-top: 5px !important;
}
.paddingTop10px
{
    padding-top: 10px !important;
}
.paddingTop20px
{
    padding-top: 20px !important;
}
/* Padding bottom */
.paddingBottomNone
{
    padding-bottom: 0px !important;
}
.paddingBottom2px
{
    padding-bottom: 2px !important;
}
.paddingBottom5px
{
    padding-bottom: 5px !important;
}
.paddingBottom10px
{
    padding-bottom: 10px !important;
}
.paddingBottom20px
{
    padding-bottom: 20px !important;
}
/* Padding Left */
.paddingLeftNone
{
    padding-left: 0px !important;
}
.paddingLeft2px
{
    padding-left: 2px !important;
}
.paddingLeft5px
{
    padding-left: 5px !important;
}
.paddingLeft10px
{
    padding-left: 10px !important;
}
.paddingLeft20px
{
    padding-left: 20px !important;
}
/* Padding Right */
.paddingRightNone
{
    padding-right: 0px !important;
}
.paddingRight2px
{
    padding-right: 2px !important;
}
.paddingRight5px
{
    padding-right: 5px !important;
}
.paddingRight10px
{
    padding-right: 10px !important;
}
.paddingRight20px
{
    padding-right: 20px !important;
}
/* Margin */
.marginNone
{
    margin: 0px !important;
}
.margin2px
{
    margin: 2px !important;
}
.margin5px
{
    margin: 5px !important;
}
.margin10px
{
    margin: 10px !important;
}
.margin20px
{
    margin: 20px !important;
}
/* Margin Top */
.marginTopNone
{
    margin-top: 0px !important;
}
.marginTop2px
{
    margin-top: 2px !important;
}
.marginTop5px
{
    margin-top: 5px !important;
}
.marginTop10px
{
    margin-top: 10px !important;
}
.marginTop20px
{
    margin-top: 20px !important;
}
/* Margin Bottom */
.marginBottomNone
{
    margin-bottom: 0px !important;
}
.marginBottom2px
{
    margin-bottom: 2px !important;
}
.marginBottom5px
{
    margin-bottom: 5px !important;
}
.marginBottom10px
{
    margin-bottom: 10px !important;
}
.marginBottom20px
{
    margin-bottom: 20px !important;
}
/* Margin Left */
.marginLeftNone
{
    margin-left: 0px !important;
}
.marginLeft2px
{
    margin-left: 2px !important;
}
.marginLeft5px
{
    margin-left: 5px !important;
}
.marginLeft10px
{
    margin-left: 10px !important;
}
.marginLeft20px
{
    margin-left: 20px !important;
}
/* Margin Right */
.marginRightNone
{
    margin-right: 0px !important;
}
.marginRight2px
{
    margin-right: 5px !important;
}
.marginRight5px
{
    margin-right: 5px !important;
}
.marginRight10px
{
    margin-right: 10px !important;
}
.marginRight20px
{
    margin-right: 20px !important;
}
/* Height */
.height25px
{
    height: 25px;
}
.height30px
{
    height: 30px;
}
.height40px
{
    height: 40px;
}
.height50px
{
    height: 50px;
}
.height75px
{
    height: 75px;
}
.height100px
{
    height: 100px;
}
.height250px
{
    height: 250px;
}
/* Text */
.textBold
{
    font-weight: bold;
}
.textHighlight
{
    color: #282d06;
    vertical-align: middle;
}
.textHighlightBold
{
    color: #282d06;
    vertical-align: middle;
    font-weight: bold;
}
.textFadded
{
    color: #353535;
}
.textTitleNormal
{
    color: #262262 !important;
    font-size: 22px;
}
.textTitleBold
{
    color: #FDFDFD;
    font-size: 18px;
    font-weight: bold;
}
.textSubTitleNormal
{
    font-size: 16px;
}
.textSubTitleBold
{
    font-size: 16px;
    font-weight: bold;
}
.textTitleNormalReadOnly
{
    color: #ac1d0a;
    font-size: 18px;
}
.textTitleBoldReadOnly
{
    color: #ac1d0a;
    font-size: 18px;
    font-weight: bold;
}
.textReadOnlyNormal
{
    color: #ac1d0a;
    vertical-align: middle;
}
.textReadOnlyBold
{
    color: #ac1d0a;
    vertical-align: middle;
    font-weight: bold;
}
.textMenuHeader
{
    color: #282d06;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    vertical-align: middle;
}
.textErrorNormal
{
    color: #ac1d0a;
    font-size: 12px;
}
.textErrorBold
{
    color: #ac1d0a;
    font-size: 12px;
    font-weight: bold;
}
.textWarningNormal
{
    color: #c36203;
    font-size: 12px;
}
.textWarningBold
{
    color: #c36203;
    font-size: 12px;
    font-weight: bold;
}
.textInformationNormal
{
    color: #282d06;
    font-size: 12px;
}
.textInformationBold
{
    color: #282d06;
    font-size: 12px;
    font-weight: bold;
}
.textQuestionNormal
{
    color: #3D5B65;
    font-size: 12px;
}
.textQuestionBold
{
    color: #3D5B65;
    font-size: 12px;
    font-weight: bold;
}
/* BackGround Color */
.bgColorError
{
    background-color: #fff3e8!important;
}
/* Link */
A.linkActionNormal
{
    color: #262262!important;
    vertical-align: middle;
    text-decoration: none;
}
A.linkActionNormal:hover
{
    color: #22915b !important;
    text-decoration: underline;
}
A.linkActionBold
{
    color: #262262!important;
    vertical-align: middle;
    text-decoration: none;
	margin: 0 10px  0 0!important;
}
A.linkActionBold:hover
{
    color: #22915b !important;
    text-decoration: none;
}
A.linkReadOnlyNormal
{
    color: #ac1d0a!important;
    vertical-align: middle;
    text-decoration: none;
}
A.linkReadOnlyNormal:hover
{
    color: #d85f1f!important;
    text-decoration: underline;
}
A.linkAlternate
{
    color: #646464!important;
}
A.linkAlternate:hover
{
    color: #9b9b9b!important;
    text-decoration: underline;
}
A.linkMenuHeader
{
    color: #282d06!important;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}
A.linkMenuHeader:hover
{
    color: #22915b!important;
    text-decoration: underline;
}
A.disabled,
A.disabled:hover,
A.linkActionNormal.disabled,
A.linkActionNormal.disabled:hover,
A.linkActionBold.disabled,
A.linkActionBold.disabled:hover
{
    cursor:default;
    color: #a0a0a0!important;
    text-decoration: none;
}
/********* Rows *********/
*[class*=row],
*[class*=row] > td,
*[class*=row] > th
{
    line-height: 19px;
}
*[class*=row] a
{
    display: block;
}
.row,
.row > td, 
.row > th
{
    background-color: #FDFDFD;
}
.rowAlternate,
.rowAlternate > td, 
.rowAlternate > th
{
    background-color: #F9F9F9;
}
.rowBluePale
{
    background-color: #F5F8FE;
}
.rowHighlight,
.rowHighlight > td, 
.rowHighlight > th
{
    background-color: #F6F6F6;
}
/********* Columns *********/
*[class*=column]
{
    margin:0px;
    padding:0px 3px 0px 3px;
    overflow: hidden;
    vertical-align:middle;
    /* IMP: Set min-heigh To Avoid Empty Column Disappear */
    min-height:1px;
}
div[class*=column],
span[class*=column]
{
    display:inline-block;
    float:left;
}
.columnHidden
{
    visibility: collapse;
    display: none;
}
.columnVariable
{
    width: auto;
}
.columnMinimal
{
    width: 1px;
}
.columnSelect
{
    width: 21px;
    text-align: center;
}
.columnIdentification
{
    width: 150px;
}
.columnAddress
{
    width: 200px;
}
.columnEmail
{
    width: 200px;
}
.columnPhone
{
    width: 75px;
}
.columnCountry
{
    width: 100px;
}
.columnProvince
{
    width: 100px;
}
.columnDate
{
    width: 58px;
}
.columnPostalCode
{
    width: 58px;
}
.columnNumber
{
    width: 75px;
    text-align: right;
}
.columnVeryNarrow
{
    width: 58px;
}
.columnNarrow
{
    width: 75px;
}
.columnNormal
{
    width: 100px;
}
.columnWide
{
    width: 200px;
}
.columnVeryWide
{
    width: 300px;
    overflow:visible;
}
.columnExtraWide
{
    width: 400px;
}
.columnOneHalf
{
    width: 50%;
}
.columnOneThird
{
    width: 33.33%;
}
.columnOneFourth
{
    width: 25%;
}
.columnFull
{
    width: 100%;
}
div.columnFull, 
span.columnFull
{
    float:none;
    display: block;
}
.columnLast
{
    width: auto;
}
div.columnLast, 
span.columnLast
{
    float:none;
    display: block;
}
/*********** Borders ***********/
.border
{
     border-width: 1px !important;
     border-style: solid !important;
}
.borderSolid
{
    border-width: 1px !important;
    border-style: solid !important;
}
.borderDotted
{
    border-width: 1px !important;
    border-style: dotted !important;
}
.borderDashed
{
    border-width: 1px !important;
    border-style: dashed !important;
}
.borderDouble
{
    border-width: 3px !important;
    border-style: double !important;
}
.borderNone
{
    border-width: 0px !important;
    border-style: none !important;
}

.borderTop
{
     border-top-width: 1px !important;
     border-top-style: solid !important;
}
.borderTopNone
{
     border-top-width: 0px !important;
     border-top-style: none !important;
}
.borderTopDouble
{
    border-top-width: 3px !important;
    border-top-style: double !important;
}
.borderTopDashed
{
    border-top-width: 1px !important;
    border-top-style: dashed !important;
}

.borderRight
{
     border-right-width: 1px !important;
     border-right-style: solid !important;
}
.borderRightNone
{
     border-right-width: 0px !important;
     border-right-style: none !important;
}

.borderBottom
{
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}
.borderBottomNone
{
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
}
.borderBottomDouble
{
    border-bottom-width: 3px !important;
    border-bottom-style: double !important;
}
.borderBottomDashed
{
    border-bottom-width: 1px !important;
    border-bottom-style: dashed !important;
}

.borderLeft
{
     border-left-width: 1px;
     border-left-style: solid !important;
}
.borderLeftNone
{
     border-left-width: 0px !important;
     border-left-style: none !important;
}
/********* Border Width *********/
.borderThin
{
    border-width:thin !important;
}
.borderMedium
{
    border-width:medium !important;
}
.borderThick
{
    border-width:thick !important;
}
/********* Border Radius *********/
.borderRadius
{
    border-radius: 6px !important;
}
.borderRadiusCircle
{
    border-radius: 50% !important;
}
.borderRadiusNone
{
    border-radius: 0px !important;
}
.borderRadiusTopLeft 
{ 
     border-top-left-radius: 6px !important;
}
.borderRadiusTopLeftNone 
{ 
     border-top-left-radius: 0px !important;
}
.borderRadiusTopRight 
{
     border-top-right-radius: 6px !important;
}
.borderRadiusTopRightNone 
{
     border-top-right-radius: 0px !important;
}
.borderRadiusBottomLeft 
{
     border-bottom-left-radius: 6px !important;
}
.borderRadiusBottomLeftNone 
{
     border-bottom-left-radius: 0px !important;
}
.borderRadiusBottomRight  
{
    border-bottom-right-radius: 6px !important;
}
.borderRadiusBottomRightNone  
{
    border-bottom-right-radius: 0px !important;
}
/************** Border Colors ***************/
.borderColorWhite,
input.borderColorWhite
{
      border-color: #ffffff !important;
}
.borderColorOffWhite,
input.borderColorOffWhite
{
      border-color: #eaeaea !important;
}
.borderColorGrayPale,
input.borderColorGrayPale
{
      border-color: #C5C7C9 !important;
}
.borderColorBluePale,
input.borderColorBluePale
{
      border-color: #cedae5 !important;
}
.borderColorBlueDark,
input.borderColorBlueDark
{
     border-color: #146bac !important;
}
/* Column Width */
TD.colWidthEmpty
{
    height: 5px;
    font-size: 1px;
}
TD.colWidth5px
{
    height: 2px;
    font-size: 2px;
    width: 5px !important;
}
TD.colWidth15px
{
    height: 2px;
    font-size: 2px;
    width: 15px !important;
}
TD.colWidth25px
{
    height: 2px;
    font-size: 2px;
    width: 25px !important;
}
TD.colWidth50px
{
    height: 2px;
    font-size: 2px;
    width: 50px !important;
}
TD.colWidth75px
{
    height: 2px;
    font-size: 2px;
    width: 75px !important;
}
TD.colWidth100px
{
    height: 2px;
    font-size: 2px;
    width: 100px !important;
}
TD.colWidth125px
{
    height: 2px;
    font-size: 2px;
    width: 125px !important;
}
TD.colWidth150px
{
    height: 2px;
    font-size: 2px;
    width: 150px !important;
}
TD.colWidth175px
{
    height: 2px;
    font-size: 2px;
    width: 175px !important;
}
TD.colWidth200px
{
    height: 2px;
    font-size: 2px;
    width: 200px !important;
}
TD.colWidth250px
{
    height: 2px;
    font-size: 2px;
    width: 250px !important;
}
TD.colWidth300px
{
    height: 2px;
    font-size: 2px;
    width: 300px !important;
}
TD.colWidth350px
{
    height: 2px;
    font-size: 2px;
    width: 350px !important;
}
TD.colWidth400px
{
    height: 2px;
    font-size: 2px;
    width: 400px !important;
}
TD.colWidth450px
{
    height: 2px;
    font-size: 2px;
    width: 450px !important;
}
TD.colWidth500px
{
    height: 2px;
    font-size: 2px;
    width: 500px !important;
}
TD.colWidthAuto
{
    height: 2px;
    font-size: 2px;
    width: auto !important;
}
/* Width */
.width5px
{
    width: 5px;
}
.width15px
{
    width: 15px;
}
.width25px
{
    width: 25px;
}
.width50px
{
    width: 50px;
}
.width60px
{
    width: 60px;
}
.width75px
{
    width: 75px;
}
.width85px
{
    width: 85px;
}
.width100px
{
    width: 100px;
}
.width125px
{
    width: 125px;
}
.width150px
{
    width: 150px;
}
.width175px
{
    width: 175px;
}
.width200px
{
    width: 200px;
}
.width225px
{
    width: 225px;
}
.width250px
{
    width: 250px;
}
.width300px
{
    width: 300px;
}
.width325px
{
    width: 325px;
}
.width350px
{
    width: 350px;
}
.width400px
{
    width: 400px;
}
.width450px
{
    width: 450px;
}
.width500px
{
    width: 500px;
}
.width550px
{
    width: 550px;
}
.width650px
{
    width: 650px;
}
.widthAuto
{
    width: auto;
}
.widthFull
{
    width: 100%;
}
/********* Item *********/
.itemLabel
{
    color: #282d06;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    display: block;
}
.itemField
{
    padding: 2px 0px 2px 0px;
    display: block;
}
/* Date Image */
.codePostal
{
    width: 55px;
}
.date
{
    text-align: center;
    width: 70px;
}
/* Chiffre */
.number
{
    width: 83px;
    text-align: right;
}
.numberSmall
{
    width: 55px;
    text-align: right;
}
.numberLarge
{
    width: 100px;
    text-align: right;
}
/* Info Bulle */
a.infoBulle
{
    z-index: 100;
    font-size: 11px;
    font-weight: bold;
    color: #FDFDFD;
    position: relative;
    text-decoration: none;
}
a.infoBulle:hover
{
    z-index: 100;
    font-size: 11px;
    font-weight: bold;
    color: #64b4ff;
    cursor: pointer;
    background-color: Transparent;
    z-index:2;
}
a.infoBulle span
{
    display: none;
}
a.infoBulle:hover span
{
    display: block;
    position: absolute;
    top: -0.3em;
    left: -18.5em;
    width: 20em;
    border: 1px solid #262262;
    color: #262262;
    background-color: #f5f8fe;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    white-space: normal;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
a.infoBulle:hover img
{
    vertical-align: middle;
}
a.infoBulle span span, a.infoBulle:hover span span
{
    display: inline !important;
    position: static !important;
    top: 0px !important;
    left: 0px !important;
    width: auto !important;
    border-style: none !important;
    background-color: transparent !important;
    padding: 0px !important;
}
.infoBulle .header
{
    display: block;
    color: #282d06;
    font-weight: bold;
    border-bottom: 1px solid #282d06;
    margin-top: 2px;
    min-height: 18px;
    margin-bottom: 4px;
    text-align: left;
}
.infoBulle .textHighlight
{
    color: #282d06 !important;
}
.infoBulle .openHelp
{
    margin-top: 8px;
    text-align: right;
}

.infoBulle .helpIcon
{
    position: absolute;
    top: 5px;
    right: 5px;
    vertical-align: middle;
}
/* Info Bulle Ratio */
a.infoBulle_Ratio
{
    font-size: 12px;
    font-weight: bold;
    color: #0074cb;
    text-decoration: none;
}
a.infoBulle_Ratio:hover
{
    color: #64b4ff;
    position: relative;
    background-color: Transparent;
    z-index:2;
}
a.infoBulle_Ratio span
{
    display: none;
    position: absolute;
}
a.infoBulle_Ratio:hover span
{
    display: block;
    position: absolute;
    top: 1.5em;
    left: 0em;
    min-width: 350px;
    border: 1px solid #262262;
    color: #262262;
    background-color: #f5f8fe;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    white-space: normal;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
/*  Info Bulle Promotion */
a.infoBulle_Promotion
{
    z-index: 100;
    font-size: 10px;
    font-weight: bold;
    color: #FDFDFD;
    position: relative;
    text-decoration: none;
}
a.infoBulle_Promotion:hover
{
    z-index: 24;
    color: #64b4ff;
    background-color: Transparent;
    z-index:2;
}
a.infoBulle_Promotion span
{
    display: none;
}
a.infoBulle_Promotion:hover span
{
    display: block;
    position: absolute;
    top: 1.2em;
    left: -37.5em;
    width: 36em;
    border: 1px solid #262262;
    color: #262262;
    background-color: #f5f8fe;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    white-space: normal;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
/* - ContentBox - */
.contentBox
{
    color: #282d06;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 0 3px rgba(103,103,103,0.3);
    border: 1px solid #e0e0e0;
    background: #fefefe;
    border-radius: 6px;
}
.innerContentBox
{
    color: #282d06;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 0 3px rgba(103,103,103,0.3);
    border: 1px solid #C5C7C9;
    background-color: #f5f8fe;
    border-radius: 3px;
}
/* Hidden ToolBar Link Bouton*/
div.hidenToolBarLink
{
    z-index: 100;
    left: 8px;
    top: -22px;
    float: left;
    position: relative;
}
a.linkToolBarStart
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 117px;
    background-color: Transparent;
}
a.linkToolBarSaisieDonne
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 169px;
    background-color: Transparent;
}
a.linkToolBarAI
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 128px;
    background-color: Transparent;
}
a.linkToolBarRapport
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 127px;
    background-color: Transparent;
}
a.linkToolBarPublish
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 122px;
    background-color: Transparent;
}
/* Shadow */
.shadowTop
{
    height: 8px;
    width: 100%;
    background: url(../images/ShadowBottom.png) repeat-x;
}
/*********** Visibility Animation ***********/
.showTrigger .showTarget
{
   visibility:hidden;
   opacity:0;
   transition:0.4s;
}
.showTrigger:hover > .showTarget,
.showTrigger:hover > * > .showTarget,
.showTrigger:hover > * > * > .showTarget,
.showTrigger:hover > * > * > * > .showTarget
{
   visibility:visible;
   opacity:1;
   transition:0.4s;
}
.hideTrigger .hideTarget
{
    visibility:visible;
    opacity:1;
    transition:0.4s;
}
.hideTrigger:hover > .hideTarget,
.hideTrigger:hover > * > .hideTarget,
.hideTrigger:hover > * > * > .hideTarget,
.hideTrigger:hover > * > * > * > .hideTarget
{
   visibility:hidden;
   opacity:0;
   transition:0.4s;
}
/*********** Draggable ***********/
.draggable
{
    cursor:move;
}
/*********** Map ***********/
.mapContainer
{
    width: auto;
    height:600px;
    text-align:center;
    border: 1px solid #C5C7C9;
}
/*********** Import ***********/
.importContainer
{
    min-height: 600px;
    width: 60%;
    margin: 0px auto 0px auto;
}
.importContainerMobile
{
    /* IMP: Define Class In StyleSheet To Enable Import For Mobile Devices */
    max-width: 300px;
    margin-left: -5px;
    min-height: 400px;
}
/*********** Modal - Dialogue ***********/
.modalDialogContainer
{
    top:5px;
    height:0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1502;
}
.modalDialogContent
{
    width: 80%;
    min-width:850px;
    max-width:900px;
    margin: 0px auto;
   
    left: 0;
    right: 0;
    position: relative;
    z-index: 1502;
}
.modalDialogBackground
{
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #666666;
    position: fixed;
    z-index: 1502;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
/*********** Modal - MessageBox ***********/
.messageBoxContainer
{
    top:100px;
    height:0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1503;
}
.messageBoxContent
{
    width: 450px;
    min-width: 300px;
    max-width: 600px;
    left: 0;
    right: 0;
    position: relative;
    margin: 0px auto;
    z-index: 1503;
}
.messageBoxContent.contentBox 
{
    padding:0px;
}
.messageBoxContent.borderRadius 
{
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.messageBoxBackground
{
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #666666;
    position: fixed;
    z-index: 1503;
}
/*********** Modal - ProgressBox ***********/
.progressBoxContainer
{
    height:0px;
    top:200px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1505;
    visibility:hidden;
    text-align:center;
}
.progressBoxContent
{
    display:inline-block;
    min-width: 200px;
    max-width: 400px;
    position: relative;
    padding: 10px;
    z-index: 1505;

    color: #4e4e50;
    border-radius:5px;
    border: 1px solid #dfdfdf;
    background: #fefefe;
    margin: 0px 6px 6px 0px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.progressBoxBackground
{
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #666666;
    position: fixed;
    z-index: 1505;
}


/*
New top header
*/
#crumbs {

}
#crumbs ul {
    display: inline-table;
    list-style: outside none none;
	 
}
#crumbs ul li {
    display: inline;
	
	
}
#crumbs ul li a {
    background: #2bb673 none repeat scroll 0 0;
    color: #ffffff !important;
    display: block;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 5px 10px 0 0;
    padding: 10px 10px 0px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
	transition-duration:0.7s;
	white-space:nowrap;
}

#crumbs ul li a::after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #2bb673;
    border-top: 20px solid transparent;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
	transition-duration:0.7s;
}
#crumbs ul li a::before {
    border-bottom: 20px solid transparent;
    border-left: 20px  solid #fff;
    border-top: 20px solid transparent;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
	transition-duration:0.7s;		
}

#crumbs ul li.data a::before {
border-left: 20px  solid #fbfbfc !important;
}

#crumbs ul li.review a::before{
border-left: 20px  solid #c9c8d8 !important;
}

#crumbs ul li.report a::before{
border-left: 20px  solid #a9a7c1 !important;
}

#crumbs ul li.post a::before{
border-left: 20px  solid #8987a9 !important;
}
#crumbs ul li:first-child a {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
#crumbs ul li:first-child a::before {
    display: none;
}
#crumbs ul li:last-child a {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 20px;
}
#crumbs ul li:last-child a::after {
    display: none;
}
#crumbs ul li a:hover {
    background: #262262 none repeat scroll 0 0;
}
#crumbs ul li a:hover::after {
    border-left-color: #262262;
}

#crumbs ul li.selected a {
background-color: #262262;

}

#crumbs ul li.selected a::after{
border-left: 20px solid #262262;
}

#crumbs ul li a .numberHeader{
font-weight:bold;
padding:2px 6px 1px 6px!important; 
display:inline-block;
min-height:20px;
min-width:20px;
border-radius:50%;
background-color:#262262;
position:relative;
top: -0px;
left: -2px;
}

#crumbs ul li.selected a .numberHeader{
background-color:#2bb673;
}

#crumbs ul li a.disabled .numberHeader{
background-color:#c2c2c2;
color:#282d06;
}
#crumbs ul li a.disabled .numberHeader:hover{
background-color:#c2c2c2;
color:#282d06;
}

#crumbs ul li a.disabled {
background-color:#8f8f8f;
color:#282d06;
}

#crumbs ul li a.disabled::after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #8f8f8f;
    border-top: 20px solid transparent;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 3;
	transition-duration:0.7s;
}
.numberHeader{
transition-duration:0.7s;
}
#crumbs ul li a:hover .numberHeader{
     background: #2bb673;
}
#crumbs ul li a.disabled:hover .numberHeader{
 
	  background: #c2c2c2 ;
}
