﻿/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    /*min-height: 35em;*/
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    //position: absolute;
    //width: 95%;
    //height: 95%;
    width: 100%;
    height: 100%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input {
    display: block;
    /*display: inline-block;*/
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    background: #eceff8;
}

.wizard > .content > .body input.button-crecompte {
    display: inline-block;
    width:initial;
    background: #444;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    line-height: 18px;
    padding: 10px 15px;
    margin-right: 10px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.wizard > .content > .body input.button-crecompte:hover {
    background: #ea3a3c;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

#NewAdresseLivCheckBox {
    height: 15px;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body input.valide {
    position: relative;
    padding: .75rem 1.25rem;
    margin-top: .35rem;
    margin-bottom: 1rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: .25rem;
    height: 50px;
    width: 100%;
    direction: rtl;
    text-align: center;
}


.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}


.method_liv {
    margin: 0 0 0 -5px;
}

.method_liv > dd > ul > li > input {

    height: 24px;
    width: inherit;
    margin: 0 5px 0 15px;
    vertical-align: middle;
} 

.method_liv dd {
    margin:0 0 0 40px;
}

.method_liv > dd > ul  {
    border-left: 1px solid #d9dde3;
    padding: 0px 10px 0px;
}

.method_liv dd li .agreement-content {
    padding: 0px 0 5px 0;
    margin-bottom: 15px;
    color: #696969;
    font-weight: 600; 
}

/***********************************/
/*** SP Methode ***/
/***********************************/


input.radio {
    display: inline-block;
    //margin: 0 5px 0 0;
    vertical-align: middle;
    width: inherit;

    height: 24px;
    margin: 0 5px 0 15px;
    vertical-align: middle;
}

.sp-methods {
    margin:0 0 8px 10px;
}

.sp-methods dt {
    font-weight:400;
    padding-top:25px;
    /*margin-bottom:10px*/
    /*Espacement entre les modes de livraison (ajouté padding-top et supprimé margin-bottom*/
}

.sp-methods dt:first-child {    
    padding-top:0px;
}

      
.sp-methods dd {
    margin:0 0 0 40px;
}

.sp-methods > dd > ul  {
    border-left: 1px solid #d9dde3;
    padding: 5px 30px 1px;
}


.sp-methods dd li{margin:5px 0}

.sp-methods dd li .agreement-content {
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #b6b6b6;    
    border-radius: 5px;
    border-color: #e4e4e4;  
}


.sp-methods label {
    font-weight:400;
    color:#777;
    display: inline-block;   
    line-height:15px
}
.sp-methods .price{font-weight:400;color:#08c;letter-spacing:0}
/*.sp-methods .form-list li{margin:0 0 5px}*/
.sp-methods select.month{width:154px;margin-right:10px}
.sp-methods select.year{width:96px}
.sp-methods input.cvv{width:4em!important}
.sp-methods .checkmo-list li{margin:0 0 5px}
.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right}
.sp-methods .checkmo-list address{float:left}
.sp-methods .centinel-logos a{margin-right:3px}
.sp-methods .centinel-logos img{vertical-align:middle}
.sp-methods .release-amounts{margin:.5em 0}
.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0}



/********* DISABLE INPUT *************/

.wizard > .content > .body input:disabled {   
    position: relative;    
    background-color: #eeeeee;
    border-color: #cccccc;      
    border-radius: .25rem;
    cursor: not-allowed;
}


