.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}
.affix + .container-fluid {
    padding-top: 70px;
}

.front-wizard .front-wizard-nav-tabs{
    background-color: white;
    width: 100%;
    z-index: 1;
    padding-top: 5px;
}
.post-create-commandes-options{
    padding: 1em;
}

.front-wizard-item{
    border:rgba(57,143,192,0.25) 1px solid;
    opacity: 0.8;
    background-color: rgba(75,194,251,0.06);
    padding: 1em 1em;
    border-radius: 10px;
    font-size: 1.3em;
    cursor: pointer;

}

.front-wizard-item:hover{
    border:rgba(57,143,192,0.50) 1px solid;
    opacity: 1;
    background-color: rgba(75,194,251,0.06);
    padding: 1em 1em;
    border-radius: 10px;
    font-size: 1.3em;
    cursor: pointer;
}
.front-wizard-item-checked{
    border:rgba(57,143,192,0.80) 1px solid;
    background-color: rgba(75,194,251,0.2);
    padding: 1em 1em;
    border-radius: 10px;
    font-size: 1.3em;
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 34px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 34px -17px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -17px rgba(0,0,0,0.75);
}
.wizard-bootstrap-combo{
    height: 2.4em;
    background-color: rgba(75,194,251,0.06);
    border:rgba(57,143,192,0.50) 1px solid;
    font-size: large;
}
.wizard-bootstrap-combo-btn{
    /*background-color: rgba(75,194,251,0.06);*/
    /*border:rgba(57,143,192,0.50) 1px solid;*/
}

.front-wizard-checked {
    color:rgba(57,143,192,0.80);
}
.wizard-hr{
    margin-bottom: .5em;
    margin-top: .5em;
}
.wizard-h4{
    margin-bottom: 0em;
}

.space-t{
    margin-top: 1em;
}
.space-l{
    margin-top: 1em;
}
.space-r{
    margin-top: 1em;
}
.space-b{
    margin-top: 1em;
}


.wizard-compress-btn{
    cursor: pointer;
}

#step1, #step2, #step2-1, #step3, #step4, #step5, #step6{
    display: none;
}




/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/

@media (min-width: 500px) {
    .front-commande-unloged-main-panel{
        margin: 30px;
    }
}

.front-commande-unloged-main-panel .panel-heading{
    padding-top: .2em;
    padding-bottom: .2em;
}
.front-wizard {
    background: #fff;
}
.front-wizard form{
    margin-bottom: 0px;
}
.front-wizard form legend{
    margin-bottom: .3em;
}

.front-wizard .nav-tabs {
    position: relative;
    border-bottom-color: #e0e0e0;
    top: 0px;
}

.front-wizard > div.front-wizard-inner {
    position: relative;
    height: 5em;

}

.front-wizard-connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 1;
}

.front-wizard .nav-tabs > li.active > a, .front-wizard .nav-tabs > li.active > a:hover, .front-wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.wizard-round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.wizard-round-tab i {
    color: #555555;
}

.front-wizard li.active span.wizard-round-tab {
    background: #fff;
    border: 2px solid #454547;

}

.front-wizard li.active span.wizard-round-tab i {
    color: #454547;
}

span.wizard-round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.front-wizard .front-wizard-nav-tabs .nav-tabs > li {
    width: 20%;
}

.front-wizard .front-wizard-nav-tabs li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #454547;
    transition: 0.1s ease-in-out;
}

.front-wizard .front-wizard-nav-tabs li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #454547;
}

.front-wizard .front-wizard-nav-tabs.nav-tabs > li a {
    width: 50px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    padding: 0;
}

.front-wizard .front-wizard-nav-tabs.nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.front-space-l {
    margin-left: 1em;
}

.front-space-r {
    margin-right: 1em;
}

.front-space-t {
    margin-top: 1em;
}

.front-space-b {
    margin-bottom: 1em;
}

.front-wizard .tab-pane {
    position: relative;
    padding-top: 1.5em;
}

.front-wizard h3 {
    margin-top: 0;
}

.front-wizard .dropdown ul.dropdown-menu {
    width: 100%;
}

.front-wizard .dropdown ul.dropdown-menu li {
    cursor: pointer;
}

.front-wizard div.checkbox {
    margin: 0px;
}

.front-wizard .tab-pane {
    padding-top: 0;
}

.front-wizard .radio h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.front-wizard .panel h4 {
    margin-top: .3em;
    margin-bottom: .3em;
}


.liciel-loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.liciel-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.liciel-loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.liciel-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.dlk-radio input[type="radio"],
.dlk-radio input[type="checkbox"]
{
    margin-left:-99999px;
    display:none;
}
.dlk-radio input[type="radio"] + .fa ,
.dlk-radio input[type="checkbox"] + .fa {
    opacity:0.15
}
.dlk-radio input[type="radio"]:checked + .fa,
.dlk-radio input[type="checkbox"]:checked + .fa{
    opacity:1
}
.step-wizard {
    min-height:500px
}

h2 {
    margin-bottom: 25px;
    font-weight: bold;
}

.fancy-btn {
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    display: block;
    margin: 20px auto;
    text-decoration: none;
    border-radius: 5px;
    padding: 25px 0;
    color: rgba(30, 22, 54, 0.6);
    box-shadow: rgba(72, 72, 72, 0.4) 0 0px 0px 2px inset;
    font-size: 1.2em;
    font-weight: bold;
    opacity: .4;
    white-space: initial;
}

.fancy-btn:hover, .fancy-btn.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fancy-btn.active {
    border: 2px solid #484848;
    background-color: #f6f6f6;
    opacity: 1;
    -webkit-box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.2);
    transition: display .5s ease;
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
}
.check {
    position: absolute;
    top:-20px;
    right: -20px;
    opacity: 1 !important;
    color: #1d9620;
}

.check .fa-check{
    color:#FFF !important;
}
.hide {
    display: none;
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
}

.btn.btn-default:hover {
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
}
.input-lg {
    border: 2px solid #d9d9d9;
}

#result-adresse-corrigee.result{
    padding:10px; text-align: left; font-size: 1.5em; margin-top: 10px;
    border:1px solid #CCC; cursor: pointer;
}

#result-adresse-corrigee.result:hover{
    border:1px solid #111111;
    -webkit-box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.2);
    transition: display .5s ease;
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
}

.btn-next-prev, #request-add-new-commande, #retour-accueil, #payer-devis-btn {
    border: 1px solid #adadad;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 1.5em;
    color: rgba(30, 22, 54, 0.6);
    box-shadow: rgba(72, 72, 72, 0.4) 0 0px 0px 1px inset;
}
.front-wizard-save-btn, #payer-devis-btn {
    background-color: #31b631 !important;
}

/* Customize the label (the container) */
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border:2px solid #CCC;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #1d9620;
    border:none;
}

.checked-default {
    color: #1d9620 !important;
}
.checked-default:after {
    content:" *";
    color: #1d9620;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.front-wizard .well h2 {
    margin-bottom: 0;
}


.nav-calendar {
    border:none;

}
.nav-calendar li {
    text-align: center;
    font-weight: bold;
    width: 110px;
    height: 90px;
}
.nav-calendar li.active{
    border:none;
}
.nav-calendar li a{
    background-color: #9c9c9c;
    color: #FFF;
}
.nav-calendar li a:hover{
    color: #2c2c2c;
    background-color: #e6e6e6;
}

.day-rdv {
    font-size: 1.5em;
}
.btn-rdv-select {
    border: 2px solid #c5c5c5;
    font-size: 12px;
    margin: 3px;
    color: #434444;
}
.btn-rdv-select.disable {
    background-color: #aeaeae;
    cursor: not-allowed;
    opacity: .5;
}
.btn-rdv-select.selected {
    border: 2px solid #FF0000;
}
.date-rdv-selector {
    width:220px;
    padding:5px 15px;
    float: left;
    background-color: #cbcbcb;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#date-rdv-selector{
    border: 2px solid #a5add9;
    padding: 20px 10px;
    background-image: url("/front/images/calendar.png");
    background-position: center left;
    background-repeat: no-repeat;
    font-weight: bold;
}
.date-rdv-selecto-text{
    color: #575757;font-weight: bold; text-align: center
}

.ticket {
    border: 1px solid #ececec; border-radius: 2px; margin-bottom: 10px;
}

.ticket h3 {
 font-size: 25px; font-weight: bold;
}

.ticket .col-md-8, .ticket .col-md-4 {
    padding-top: 10px;
}
.tarif-presta {
    font-size: 50px; margin-top: 70px; font-weight: bold
}
.list-group-unbordered, .list-group-unbordered .list-group-item {
    border: none;
}
.tarif-box {
    background-color: #ececec; height:300px;
}
.tarif-box hr{
    border-color: #CCC;
}
#dates-list {
    float: left;
}
@media (max-width:990px) {
    .date-rdv-selector {
        width: 100%
    }
}

@media (max-width: 700px) {
    #dates-list {
        float: none;
    }
    .horizontal-list-container {
        display:flex;
        flex-wrap:nowrap;
        flex-direction:row;
        justify-content:flex-start;
        align-items:flex-start;
        overflow-x:scroll;
        -webkit-overflow-scrolling:touch;
        overflow-y:hidden;
        padding:5px 0
    }
    .horizontal-list-container li {
        position:relative;
    }
    .horizontal-list-container .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }
    .horizontal-list-container .nav-tabs>li {
        float: none;
    }
    .select-date-rdv {
    }
    .date-rdv-selector {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .btn-next-prev, #request-add-new-commande, #retour-accueil, #payer-devis-btn {
        font-size: 10px;
    }
}
#result-tarif .list-group .list-group-item {
    text-align: right;
    list-style: none;
}
#result-tarif .list-group .list-group-item i, #result-tarif .list-group .list-group-item b {
    float: left;
    margin-right: 10px;
}
#result-tarif .list-group .list-group-item a.pull-right {
    float: none !important;
}
.info-paiement {
    font-size: 12px;
    max-width: 400px;
    display: block;
    white-space: normal;
    margin: 3px auto;
}