/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color: #EEE;
    padding-top: 20px;
    padding-bottom: 20px;
}

span {
    margin: 0px;
    padding: 0px;
}

.gauge-red,
.gauge-orange,
.gauge-yellow,
.gauge-green {
    display: block;
    height: 34px;
    margin: 5px 0;
}

.gauge-red.deactivated,
.gauge-orange.deactivated,
.gauge-yellow.deactivated,
.gauge-green.deactivated {
    opacity: 0.2;
}

.cube {
    display: inline-block;
    height: 25px;
    width: 25px;
}

.gauge-rounded-left {
    border-radius: 15px 0px 0px 15px;
}

.gauge-rounded-right {
    border-radius: 0px 15px 15px 0px;
}

.adaptivesize {
    font-weight: bold;
    padding-left: -10px;
    font-size: 18px;
}

.inlineblock {
    display: inline-block;
    margin-left: 2%;
    margin-top: 1%;
}

.data-description {
    display: none;
    text-align: justify;
}

.margin-right-50 {
    margin-right: 50%;
}


/*LOGO BOITE A IDEES*/

.logobai {
    font-family: "Century Gothic";
    font-size: 36px;
}


/************** PROGRESS BAR CSS *******************/

.progressbar {
    width: 50%;
}

.progress {
    background: none;
    border: medium none;
    box-shadow: none;
    height: auto;
    text-align: center;
}

.progress .circle,
.progress .bar {
    display: inline-block;
    background: #777;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
    word-wrap: normal;
}

.progress .bar {
    position: relative;
    width: 80px;
    height: 6px;
    top: -30px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.progress .circle .label {
    border-radius: 32px;
    color: #FFF;
    cursor: default;
    display: inline-block;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.progress .circle .title {
    color: #333;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
    word-wrap: normal;
    white-space: nowrap;
}


/****** Done Progress Bar *****/


/* Done red */

.progress .bar.donered {
    background: #D91E18;
    /* DONE BAR COLOR */
}


/* Done Orange */

.progress .bar.doneorange {
    background: #F9690E;
    /* DONE BAR COLOR */
}


/* Done Yellow */

.progress .bar.doneyellow {
    background: #F7CA18;
    /* DONE BAR COLOR */
}


/* Done Green */

.progress .bar.donegreen {
    background: #0b7f01;
    /* DONE BAR COLOR */
}


/* Validated */

.progress .bar.activated {
    background: #1fa81a;
    /* DONE BAR COLOR */
}


/* Aborted */

.progress .bar.aborted {
    background: #f40000;
    /* DONE BAR COLOR */
}


/* Done Inner Outter Circle */


/* red */

.progress .bar.done,
.progress .circle.donered {
    background: #D91E18;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.done .label {
    color: #FFF;
    background: #D91E18;
    /* DONE INNER CIRCLE COLOR */
}

.progress .circle.donered .title {
    font-weight: bold;
    color: #333;
}


/* orange */

.progress .bar.done,
.progress .circle.doneorange {
    background: #F9690E;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.done .label {
    color: #FFF;
    background: #F9690E;
}

.progress .circle.doneorange .title {
    font-weight: bold;
    color: #333;
}


/* yellow */

.progress .bar.done,
.progress .circle.doneyellow {
    background: #F7CA18;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.done .label {
    color: #FFF;
    background: #F7CA18;
}

.progress .circle.doneyellow .title {
    font-weight: bold;
    color: #333;
}


/* green */

.progress .bar.done,
.progress .circle.donegreen {
    background: #0b7f01;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.done .label {
    color: #FFF;
    background: #0b7f01;
}

.progress .circle.donegreen .title {
    font-weight: bold;
    color: #333;
}


/* Activated */

.progress .bar.done,
.progress .circle.activated {
    background: #1fa81a;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.done .label {
    color: #FFF;
    background: #1fa81a;
}

.progress .circle.activated .title {
    font-weight: bold;
    color: #333;
}


/* Aborted */

.progress .bar.done,
.progress .circle.aborted {
    background: #f40000;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.done .label {
    color: #FFF;
    background: #f40000;
}

.progress .circle.aborted .title {
    font-weight: bold;
    color: #333;
}


/***********************Active Circle Color Classes*****************************/


/* red */

.progress .circle.activered .label {
    color: #FFF;
    background: #D91E18;
}

.progress .bar.done,
.progress .circle.activered {
    background: #D91E18;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.activered .title {
    font-weight: bold;
    color: #333;
}


/* orange F9690E */

.progress .circle.activeorange .label {
    color: #FFF;
    background: #F9690E;
}

.progress .bar.done,
.progress .circle.activeorange {
    background: #F9690E;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.activeorange .title {
    font-weight: bold;
    color: #333;
}


/* yellow */

.progress .circle.activeyellow .label {
    color: #FFF;
    background: #F7CA18;
}

.progress .bar.done,
.progress .circle.activeyellow {
    background: #F7CA18;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.activeyellow .title {
    font-weight: bold;
    color: #333;
}


/* green */

.progress .circle.activegreen .label {
    color: #FFF;
    background: #0b7f01;
}

.progress .bar.done,
.progress .circle.activegreen {
    background: #0b7f01;
    /* DONE OUTTER CIRCLE COLOR */
}

.progress .circle.activegreen .title {
    font-weight: bold;
    color: #333;
}


/* **********Active Progress Bar ****************/


/* Progress Bar Red*/

.progress .bar.activered {
    background: linear-gradient(to right, #D91E18 40%, #777 60%);
}


/* Progress Bar Orange*/

.progress .bar.activeorange {
    background: linear-gradient(to right, #F9690E 40%, #777 60%);
}


/* Progress Bar Yellow*/

.progress .bar.activeyellow {
    background: linear-gradient(to right, #F7CA18 40%, #777 60%);
}


/* Progress Bar Green*/

.progress .bar.activegreen {
    background: linear-gradient(to right, #0b7f01 40%, #777 60%);
}

.create-form .btn span.glyphicon,
.update-form .btn span.glyphicon {
    opacity: 0;
}

.create-form .btn.active span.glyphicon,
.update-form .btn.active span.glyphicon {
    opacity: 1;
}