/* 
    Created on : 20 avr. 2015, 10:53:41
    Author     : Thomas RIBIERE http://thomas.ribie.re
*/
/*body{
    padding-bottom:20px;
}

.header{
    margin:30px 0;
}
*/

.top-navigation .navbar-brand{background-color: transparent;}

/* Client params */
/*
.addstate_line, .addmodule_line{
    margin-top:5px;
    margin-bottom:5px;
}
*/

.state_check, .state_label{
    margin-bottom:10px;
}
.state_label{
    line-height: 32px;
}

.top-navigation .navbar-brand {
    padding:0 15px;
}
.navbar-brand img{
    top: 0;
    height: 50px;
}


.wizard > .steps > ul > li{
    width: 16.66%;
}

.wizard-big.wizard > .content {
    min-height: 530px;/*810px;*/
}

.wizard > .content > .body.current{
    position:relative;
}

.wizard > .actions a[href="#finish"]{
    display:none;
}


/** CGV **/
.form-group ul{
    padding-left:40px;
}


.menu_separateur{
    padding:15px 0px;
}

/* Charts */
.line-legend{list-style: none;}
.line-legend li {float:left;margin-right:10px;}
.line-legend li span{
    width: 25px;
    height:15px;
    margin: -2px 5px;
    display: inline-block;
}


/* Signin */
.wizard > .content > .body{
    float:none;
    position: inherit;
}


.cydprogress {
    margin: 20px auto;
    text-align: center;
}

.cydprogress .circle,
.cydprogress .bar {
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
}

.cydprogress .bar {
    position: relative;
    width: 10%;
    height: 6px;
    top: -33px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.cydprogress .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 17px;
}

.cydprogress .circle .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
}

/* Done / Active */
.cydprogress .bar.done,
.cydprogress .circle.done {
    background: #eee;
}

.cydprogress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.cydprogress .circle.done .label {
    color: #FFF;
    background: #81CE97;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.cydprogress .circle.done .title {
    color: #444;
}

.cydprogress .circle.active .label {
    color: #FFF;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.cydprogress .circle.active .title {
    color: #0c95be;
}

.cydprogress span.label {
    padding-top: 0px;
}

.container.landing-page {
    background-color: white;
    margin-bottom: 25px;
}