﻿/*.menuBilanCkdo, .bilanckdo { display:none!important; }*/


a.orange {
    color: #f49000;
}

#leftPanel {
    width: 235px;
    float: left;
}
    #leftPanel .title
    {
        height:40px;
        line-height:40px;
        color:Black;
        font-size:13px;
        font-weight:bold;
        padding-left:5px;
    }
    #leftPanel .nav
    {
        border:1px solid #dadada;
        border-right:0px solid white;
	    -khtml-border-radius:8px 0px 0px 8px;
	    -webkit-border-radius:8px 0px 0px 8px;
	    -moz-border-radius:8px 0px 0px 8px;
	    border-radius:8px 0px 0px 8px;
	    padding:0px 8px 0px 8px;
	    margin-bottom:8px;
    }
    
    #leftPanel .nav.account
    {
        border:1px solid #ff6600;
        border-right:0px solid #ff6600;
        background-color:#ffd1b3;
    }
    
    #leftPanel .nav.command
    {
        border:1px solid #97bf0d;
        border-right:0px solid #97bf0d;
        background-color:#d6eb8c;
    }
    
    #leftPanel .nav.adv
    {
        border:1px solid #00b2d0;
        border-right:0px solid #00b2d0;
        background-color:#b3e8f1;
    }
    #leftPanel .nav.bilan {
        border: 1px solid #00b2d0;
        border-right: 0px solid #00b2d0;
        background-color: #b3e8f1;
    }
    
    #leftPanel .nav.disable
    {
        /*color:Black;
        background-color:#f5f4f0;*/
        cursor:pointer;
        height:30px;
        overflow:hidden;
    }
     
     
    
    #leftPanel .nav.disable li
    {
        display:none;
    }
    
    #leftPanel .nav.account.disable
    {
    }  
    
    #leftPanel .nav.command.disable
    {
    }  
    
    #leftPanel .nav.adv.disable
    {
    }
    
    #leftPanel ul {
      font-family: Arial, Verdana;
      font-size: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    #leftPanel ul li {
      display: block;
      position: relative;
      line-height:30px;
      height:30px;
      padding-left:10px;
      border-bottom: 1px dotted #aca996;
    }
    
    #leftPanel ul li:hover {
        cursor:pointer;
        color:White;
    }
    
    #leftPanel .account ul li:hover {
        background-color:#ff6600;
        cursor:pointer;
        color:White;
    }
    
    #leftPanel .account ul li.hovered {
        background-color:#ff6600;
        cursor:pointer;
        color:White;
    }
    
    #leftPanel .command ul li:hover {
        background-color:#97bf0d;
        cursor:pointer;
        color:White;
    }
    
    #leftPanel .command ul li.hovered {
        background-color:#97bf0d;
        cursor:pointer;
        color:White;
    }
    
    #leftPanel .adv ul li:hover {
        background-color:#00b2d0;
        cursor:pointer;
        color:White;
    }
    
    #leftPanel .adv ul li.hovered {
        background-color:#00b2d0;
        cursor:pointer;
        color:White;
    }
    
    
    #leftPanel ul li.last {
      border-bottom: 0px dotted #aca996;
    }
    
    #leftPanel .header
    {
        line-height:30px;
        height:30px;
        padding-left:18px;
        color:white;
        font-weight:bold;
    }
    
    #leftPanel .account .header,
    #leftPanel .command .header,
    #leftPanel .adv .header
    {
        margin-bottom:3px;
        margin-left:-8px;
        margin-right:-8px;
        background-color:#ff6600;
        
        border:1px solid #ff6600;
        border-bottom:0px solid white;
	    -khtml-border-radius:8px 0px 0px 0px;
	    -webkit-border-radius:8px 0px 0px 0px;
	    -moz-border-radius:8px 0px 0px 0px;
	    border-radius:8px 0px 0px 0px;
    }
    
    #leftPanel .command .header
    {
        background-color:#97bf0d;
        
        border:1px solid #97bf0d;
    }
    #leftPanel .adv .header
    {
        background-color:#00b2d0;
        
        border:1px solid #00b2d0;
    }
    #leftPanel .disable .header
    {
        /*color:Black;*/
    }
    
    #leftPanel .iconAccount,
    #leftPanel .iconCommand,
    #leftPanel .iconAvantage
    {
        background: url("images/Sprites.png") no-repeat -112px -37px;
        width:21px;
        height:21px;
        display:block;
        float:left;
        margin-right:5px;
        margin-top:5px;
    }
    
    #leftPanel .iconAccount
    {
        background: url("images/Sprites.png") no-repeat -112px -37px;
        width:21px;
        height:21px;
        display:block;
        float:left;
        margin-right:5px;
        margin-top:5px;
    }
    
    #leftPanel .iconCommand
    {
        background: url("images/Sprites.png") no-repeat -112px -59px;
    }
    
    #leftPanel .iconAvantage
    {
        background: url("images/Sprites.png") no-repeat -112px -81px;
    }
    
    #leftPanel li ul { display: none; }
    
    #rightPanel
    {
        width:713px;
        min-height:450px;
        float:left;
	    -khtml-border-radius:8px;
	    -webkit-border-radius:8px;
	    -moz-border-radius:8px;
	    border-radius:8px;
	    padding:8px;
	    padding-left:20px;
	    font-size:12px;
    }
    
    #rightPanel .puce
    {
        width:8px;
        height:8px;
	    background: url(images/sprites.png) -60px -104px no-repeat;
	    float:left;
	    margin-right: 5px;
	    margin-top: 3px;
    }
    
    #rightPanel.account
    {
        border:1px solid #ff6600;
        background-color:White;
    }
    
    #rightPanel.command
    {
        border:1px solid #97bf0d;
    }
    
    #rightPanel.adv
    {
        border:1px solid #00b2d0;
    }

/* Styles for editor and display helpers
----------------------------------------------------------*/
#rightPanel .display-label, 
#rightPanel .editor-label {
    width:250px;
    text-align:right;
	padding-right:5px;
	font-size:12px;
}
#rightPanel .display-field {
    width:250px;
}

#rightPanel .display-field, 
#rightPanel .editor-field {
    float:left;
    content:".";
    line-height:35px;
}
#rightPanel .display-fieldH, 
#rightPanel .editor-fieldH {
    width:192px;
    float:left;
    content:".";
    line-height:35px;
    margin-right:10px;
}

#rightPanel input[type='text'],
#rightPanel input[type='password'] {
	border:1px solid #ddd;
	background-color:#f4f4f4;
	width:95%;
	height:25px;
	line-height:25px;
	padding-left:5px;
	padding-right:5px;
}

#rightPanel select {
	border:1px solid #ddd;
	background-color:#f4f4f4;
	padding:5px;
	font-size:12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#rightPanel .textboxDt
{
    width:150px;
}

#rightPanel input.disabled { background:#ddd !important; }

#rightPanel a.delete span {
	display: none;
}
#rightPanel a.delete {
	display:block;
	width:17px;
	height:17px;
	background: url(images/sprites.png) -71px -89px no-repeat;
	float:none;
	margin:auto;
}

#rightPanel .titleIP,
#rightPanel .titleCA,
#rightPanel .titleSD
{
    color:white;
    font-weight:bold;
    font-size:14px;
    padding-left:10px;
    line-height:25px;
    height:25px;
    margin-left:-20px;
    margin-right:-8px;
    margin-top:-8px;
    
}

#rightPanel .titleOrange {
    color:#f49000;
    font-weight: bold;
    font-size: 17px;
    padding-left: 7px;
    line-height: 25px;
    height: 25px;
    margin-left: -20px;
    margin-right: -8px;
    margin-top: -8px;
}

#rightPanel .limitSubTitle
{
    font-weight:bold;
    border-bottom: 1px solid #00b2d0;
    padding-bottom:5px;
    padding-top:5px;
    margin-bottom:15px;
}

#rightPanel .titleIP
{
    background-color:#ff6600;
}

#rightPanel .titleCA
{
    background-color:#97bf0d;
}

#rightPanel .titleSD
{
    background-color:#00b2d0;
}

#rightPanel a.edit span {
	display: none;
}
#rightPanel a.edit {
	display:block;
	width:17px;
	height:17px;
	background: url(images/sprites.png) -134px -37px no-repeat;
	float:none;
	margin:auto;
}

#rightPanel .addButton {
	display:block;
	width:22px;
	height:22px;
	background: url(images/sprites.png) -134px -55px no-repeat;
	float:left;
}

#rightPanel .info
{
	display:block;
	width:19px;
	height:19px;
	background: url(images/sprites.png) -19px -54px no-repeat;
	float:left;
}

#rightPanel .infoMailPerso
{
    float:left;
    display:inline;
    width:19px;
	height:19px;
	background: url(images/sprites.png) -19px -54px no-repeat;
}

#rightPanel .infoP2
{
 margin-left:15px;
}

#rightPanel .infoP1
{
    margin-left:20px;
    margin-top:7px;
}

#rightPanel .infoMsg
{
        border:1px solid #dddddd;
	    -khtml-border-radius:8px 8px 8px 8px;
	    -webkit-border-radius:8px 8px 8px 8px;
	    -moz-border-radius:8px 8px 8px 8px;
	    border-radius:8px 8px 8px 8px;
	    background-color: #c6d345;
	    width: 150px;
	    margin-left:15px;
	    padding:6px;
	    position:absolute;
	    margin-top:-10px;
	    margin-left:510px;
}

#rightPanel .cmdDetails
{
}

#rightPanel .cmdDetails.disable
{
    display:none;
}

/*
/*  orderHistory
/*******************************************************/

#orderHistory table,
#subventions table
{
    margin:auto;
    width:100%;
}
#orderHistory table,
#orderHistory td,
#subventions table,
#subventions td
{
     border-bottom:1px solid #dadada;
     border-collapse:collapse;
}
#orderHistory td,
#subventions td
{
     padding:4px;
}
#orderHistory th,
#subventions th,
#myAddress th
{
    background-color: #bab6aa;
    color: White;
    text-align:left;
    padding-left:8px;
    height:35px;
}
#orderHistory .noBorder
{
    border:0px;
}
#subventions th { height:25px; background-color: #00b2d0; }
#orderHistory th { background-color: #97bf0d; }
#myAddress th { background-color: #ff6600; }

#myAddress td { border-bottom:1px solid #ff6600; }

#orderHistory td { border-bottom:1px solid #97bf0d; }

#subventions td { border-bottom:1px solid #00b2d0; }


#orderHistory .first
{
    
}

#orderHistory .cmdDetails,
#subventions .cmdDetails,
#mySubvTable .cmdDetails
{
    margin:5px;
    margin-bottom:0px;
    margin-left:20px;
    background-color:#f5f4f0;
    border:1px solid #dadada;
}

.CpnLot {
    line-height:18px;
}

.CpnLot .Left {
    border-right: 2px solid #AAAAAA;
    color: #777777;
    float: left;
    font-size: 16px;
    height: 60px;
    text-align: center;
    width: 44px;
}

.PassCL {
    background: url("images/E-pass.jpg") no-repeat left 20px transparent;
}

.CKdoKalidea {
    background: url("images/E-carte.jpg") no-repeat left 20px transparent;
}

.CpnLot .Right {
	float:left;
	padding-left: 8px;
}

.BtnSwitchLot {
	display: block;
    height: 30px;
    margin: 8px 0 0 0;
    width: 70px;
}

.BtnSwitchLot.Off {
	background:url("Images/switchON_OFF.png") no-repeat -85px 0px transparent;
    cursor: pointer;
}

.BtnSwitchLot.On {
	background:url("Images/switchON_OFF.png") no-repeat 0px 0px transparent;	
    cursor: default;
    float: left;
}

#aShowCartesFournisseur {
	background-color: #EFEFEF;
	color: #999;	
	font-weight: 700;
	width: 46%;
	height: 40px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0;
	display: block;
	text-decoration: none!important;
	font-size: 13px!important;
	padding: 0 2%;
}

#aShowECartes {
	background-color: #EFEFEF;
	color: #999;	
	font-weight: 700;
	width: 46%;
	height: 40px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0;
	display: block;
	text-decoration: none!important;
	font-size: 13px!important;
	padding: 0 2%;
}

#DefinitionCarteKdo {
	cursor:pointer;
	background:url("images/questionUA.png") no-repeat scroll 98% 85% #D6EB8C;
	color: #222222;
	padding:12px 2%;
	width: 96%;
	/*margin: 15px 20px;*/
	line-height: 16px;
	text-align: left !important;
	display: none;
}

.TabSelected {
	background-color: #97BF0D!important;
	color: #FFF!important;
	cursor:default!important;	
}

#aShowCartesFournisseur:hover, #aShowECartes:hover {
	background-color: #97BF0D!important;
	color: #FFF!important;	
}

#orderHistory .noBorder2 { border:0 none!important; }

.tdNoCarteKdo { text-align:center;font-weight:700;font-size:14px;border:1px solid #97BF0D;background-color:#D6EB8C;color:#8BAE0D; }

.trDetailLot { display:none; background-color: #F5F4F0; margin: 5px 5px 0 20px; }
.trDetailLot td { border-bottom:0 none!important; }

.tableResultCartes {
	border-bottom:0 none!important;
	margin-top:7px!important;
}

.downloadCartes {
	margin-top:10px;
}

.downloadCartes a {
    background-color: #AAAAAA !important;
    border: 1px solid #999999 !important;
    color: #FFFFFF !important;
    display: block;
    float: right;
    font-weight: 700;
    margin-bottom: 8px;
    margin-left: 13px;
    margin-right: 3px;
    padding: 5px 5px 5px 24px;
    text-align: center;
    text-decoration: none !important;
    width: 210px;
}

.downloadCartes a:hover {
	border:1px solid #555 !important;
}

.downloadCartes .dlCsv {
	background:url("images/excel.png") 4px center no-repeat transparent;
}

.downloadCartes .dlPdf {
	background:url("images/pdf.png") 4px center no-repeat transparent;
}

.cbxCheckAllCpn, .cbxUncheckAllCpn {
	font-style: italic;
}

.cbxCheckAllCpn {
	margin-left: 10px;
}

.tableResultCartes th {
  background-color: #CCC!important;
  height: 24px!important;
  color: #333!important;
}

.DateActLot {
    display: block;
    float: left;
    line-height: 24px;
    margin: 8px 0 0 20px;
}

.tdTxtCtr { text-align:center; }

.clr { clear: both; overflow: hidden; height: 0; font-size: 0; clear: both; visibility: hidden; }

.noVA { vertical-align: top; padding:0px!important; }

#orderHistory .cmdDetails>td>div,
#subventions .cmdDetails>div
{
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
}

#orderHistory .center,
#subventions .center
{
    text-align:center;
}

#subventions .cmdDetails
{
    cursor: pointer;
}

#subventions a
{
    text-decoration:underline;
}

/*.Accountgiftcard .pdf*/
#orderHistory .pdf, .Accountgiftcard .pdf {
    background: url("images/Sprites.png") no-repeat -520px -488px;
    width: 16px;
    height: 16px;
    margin: auto;
    cursor: pointer;
}

#orderHistory .html
{
    background: url("images/Sprites.png") no-repeat -552px -488px;
    width:16px;
    height:16px;
    margin:auto;
    cursor:pointer;
}

#orderHistory .jpg
{
    background: url("images/Sprites.png") no-repeat -537px -488px;
    width:16px;
    height:16px;
    margin:auto;
    cursor:pointer;
}

#mySubvTable THEAD TR .header,
#tablesorter THEAD TR .header {
	
	BACKGROUND-IMAGE: url(images/bg.gif);
	 BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: right center; 
	 CURSOR: pointer
}
#mySubvTable THEAD TR .headerSortUp,
#tablesorter THEAD TR .headerSortUp {
	BACKGROUND-IMAGE: url(images/asc.gif)
}
#mySubvTable THEAD TR .headerSortDown,
#tablesorter THEAD TR .headerSortDown {
	BACKGROUND-IMAGE: url(images/desc.gif)
}

#orderHistory .ButtonAboStop
{
    background: url("images/btn_stop.jpg");
    width:39px;
    height:17px;
    cursor:hand;
}

#orderHistory .imgTelFacture
{
    BACKGROUND-IMAGE: url("images/telechargement-facture.png");
    background-repeat:no-repeat;
    BACKGROUND-POSITION: center;
}
/*ADHESION*/


#adhesion table,
#adhesion table
{
    margin:auto;
    width:100%;
}
#adhesion table,
#adhesion td,
#adhesion td,
#adhesion th
{
    background-color: rgb(219, 230, 233);
    color: black;
    text-align:left;
    padding-left:8px;
    height:35px;
}
#adhesion .noBorder
{
    border:0px;
}
#adhesion th { background-color:#99c100; color:White; }

#adhesion tr:first-child td {background-color:#ffffff;}
#adhesion td { border-bottom:1px solid rgb(0, 178, 208) }


/*  NEWSLETTER
/*****************************************/
#newsletterTab
{
    padding-top:20px;
}
#newsletterTab Table
{
    border-collapse:collapse;
}
#newsletterTab Table td
{
    border: 1px solid #DADADA;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}
#newsletterTab Table tr
{
    line-height:30px;
}

#newsletterTab Table th
{
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background-color: #EEEEEE;
    line-height:30px;
    padding-left:10px;
    padding-right:10px;
}

#newsletterTab .buttonOn
{
    background: url("images/Sprites.png") no-repeat -341px -114px;
    width:62px;
    height:25px;
}
#newsletterTab .buttonOff
{
    background: url("images/Sprites.png") no-repeat -341px -140px;
    width:62px;
    height:25px;
}
#advLivr ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

#advLivr li
{
    background-image: url("images/puces.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-left: 15px;
    line-height:20px;
}

.bigTitleEditAccount {
	display:block;
	font-size:16px;
	font-weight:700;
	margin:10px 0 2px 0
}

.rLinkButtonEditAccount {
    display: block;
    float: left;
    line-height: 35px;
    margin-left: 10px;
    text-decoration: underline !important;
}

.swModifierLogin, .swModifierPw {
	display: none;
}

.EditAccountCB { width:120px; text-align:right; padding:4px 10px 2px 0; }
.EditAccountLibelle {  width:190px; text-align:left; vertical-align:top; padding-top:2px; padding-left:10px; }


/************* Coupons / Chèques-cadeaux *************/

#giftCards table
{
    margin:auto;
}
#giftCards table,
#giftCards td,
#giftCards th
{
     border-collapse:collapse;
     padding:4px;
}

#giftCards td {
	border-top:1px solid #99c100;
	border-bottom:1px solid #CCC;
    border-left:1px solid #017F98;
    border-right:1px solid #017F98;
}

#giftCards th {
    border: 1px solid #d9d9d9 !important;
    font-weight: 700;
}

#giftCards td, #giftCards th
{
    text-align:center;
}

#giftCards td a {
	text-decoration:underline;
	color: inherit!important;
}

#giftCards th {
	background-color:#00B1D0;
	color: #FFF;
}

#giftCards td.grayed {
	color: #777;
}

#giftCards td.tdBarre {
	text-decoration:line-through;
}

#giftCards tr.lgrayed td {
	background-color: #fff;
}

#giftCards tr.llast td {
     border-bottom:1px solid #017F98!important;
}

#giftCards tr.lcantuse td {
	background-color: #ebeaea!important;
	color: #b1b1b1 !important;
}

#giftCards td.empty {
	background: url("images/itemsVide.png") no-repeat scroll left center #DBE6E9;
    border: 1px solid #00B2D0 !important;
    color: #00B2D0 !important;
    padding-bottom: 10px;
    padding-left: 48px;
    padding-right: 6px !important;
    padding-top: 10px;
}

#lblForAddCoupon {
	float:left;
	line-height:28px;
}

#tbAddCoupon {
	width: 200px!important;
	margin:0 8px;
	float:left;
}

.Spacer {
	height: 20px;
	line-height: 20px;
	clear: both;
	overflow: hidden;
	font-size: 1px;
}

.Spacer.Smaller {
	height: 10px!important;
	line-height: 10px!important; 
}

.addBtn .img {
	display:block;
	float:left;
	width:22px;
	height:22px;
	line-height:22px;
	margin-top: 2px;
	background: url(images/sprites.png) -134px -55px no-repeat;
}

.addBtn .txt {
	float:left;
	height:22px;
	line-height:22px;
	margin-left:6px;	
	margin-top: 2px;
	font-weight:700!important;
}

#ui-datepicker-div 
{
    z-index: 1000!important;
}

#rightPanel #DDL_NbrEnfants option {
	padding-right: 12px!important;
}

#modal__cancel_cadhoc {}
#modal__cancel_cadhoc table {}
#modal__cancel_cadhoc table td { width:200px; }
#modal__cancel_cadhoc table td:last-child { text-align:center; }

.titre19-bleuF {
    font-size: 19px !important;
    color: #3c88ad;
}

.titre20-bleuF {
    font-size: 20px !important;
    color: #3c88ad;
}

.titre22-bleuF {
    font-size: 22px !important;
    color: #3c88ad;
}

.btn-blue-pdf {
    background-color: #2196f3;
    background-image: none !important;
    color: white;
    text-shadow: none;
    border: none !important;
    padding: .8rem;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: none !important;
    cursor:pointer;
}

    .btn-blue-pdf:hover {
        background-color: #1f8fe8;
        color: white;
    }

.pdfLink {
    font-size: 13px;
    font-weight: bold;
}