.site_title {
    font-size: 15px !important;
}
.profile_info {
    padding: 10px 0px 0px !important;
    font-size: 11px !important;
}

.profile_info h5 {
    font-size: 11px !important;
}

@media (max-width: 992px) {
.reponsive {

   }
}

@media (max-width: 767px) {
 .reponsive {
     overflow:scroll;
     width: 100%;
     margin-bottom: 15px;
     -ms-overflow-style: -ms-autohiding-scrollbar;
            -webkit-overflow-scrolling: touch;
   }
}

@media (max-width: 1200px) {
.reponsive {

   }
}

@media (max-width: 667px) {
.reponsive {
     overflow:scroll;
     width: 100%;
     margin-bottom: 15px;
     -ms-overflow-style: -ms-autohiding-scrollbar;
            -webkit-overflow-scrolling: touch;
   }
}

@media (min-width: 992px) {
.reponsive {

   }
}

select[multiple], select[size] {
    height: auto;
    min-height: 250px;
}

.cards .numbers {
    text-align: right;
    font-size: 2em;
}
.cards .numbers p {
    margin: 0;
}
.cards .icon-big {
    font-size: 3em;
}

.icon-primary {
    color: #7A9E9F;
}

.icon-info {
    color: #68B3C8;
}

.icon-success {
    color: #7AC29A;
}

.icon-warning {
    color: #F3BB45;
}

.icon-danger {
    color: #EB5E28;
}

[class^="fa"], [class*=" fa"] {
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cards .footer hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

.cards .stats {
    color: #a49e93;
    font-weight: 300;
}
.cards .cards-title, .cards .stats, .cards .category, .cards .description, .cards .social-line, .cards .actions, .cards .content, .cards .footer, .cards small, .cards a {
    position: relative;
}
.cards .content {
    padding: 10px 10px 10px 10px;
}

.card .icon-big {
    font-size: 3em;
}
.card .numbers {
    text-align: right;
    font-size: 2em;
}
.card .numbers p {
    margin: 0;
}

.dl-horizontal.jh-entity-details > dd {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .dl-horizontal.jh-entity-details > dt {
        margin-bottom: 15px;
    }

    .dl-horizontal.jh-entity-details > dd {
        border-bottom: 1px solid #eee;
        padding-left: 180px;
        margin-left: 0;
    }
}

.rdv .btn:hover,
.rdv .btn:focus,
.rdv .btn:active{
    outline: 0 !important;
}
/* entire container, keeps perspective */
.rdv .cards-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin-bottom: 0px;
}
/* flip the pane when hovered */
.rdv .cards-container:not(.manual-flip):hover .cards,
.rdv .cards-container.hover.manual-flip .cards{
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.rdv .cards-container.static:hover .cards,
.rdv .cards-container.static.hover .cards {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.rdv .cards {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.rdv .front,.rdv  .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.rdv .front {
    z-index: 2;
}

/* back, initially hidden pane */
.rdv .back {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    z-index: 3;
}

.rdv .back .btn-simple{
    position: absolute;
    left: 0;
    bottom: 4px;
}
/*        Style       */


.rdv .cards{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}

.rdv .cards-container,.rdv .front,.rdv .back {
    width: 100%;
    height: 380px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
}
.rdv .cards .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.rdv .cards .cover img{
    width: 100%;
}
.rdv .cards .user{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.rdv .cards .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.rdv .cards .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 10px 10px;
}
.rdv .cards .content .main {
    min-height: 160px;
}
.rdv .cards .back .content .main {
    height: 215px;
}
.rdv .cards .name {
    font-family: 'Arima Madurai', cursive;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.rdv .cards h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.rdv .cards .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 10px;
}
.rdv .cards .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}
.rdv .cards .footer .btn-simple{
    margin-top: -6px;
}
.rdv .cards .motto{
    font-family: 'Arima Madurai', cursive;
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.rdv .cards .stats-container{
    width: 100%;
    margin-top: 30px;
}
.rdv .cards .stats{
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
}

.rdv .cards .stats:first-child{
    border-right: 1px solid #EEEEEE;
}
.rdv .cards .stats:last-child{
    border-left: 1px solid #EEEEEE;
}
.rdv .cards .stats h4{
    font-family: 'Arima Madurai', cursive;
    font-weight: 300;
    margin-bottom: 5px;
}
.rdv .cards .stats p{
    color: #777777;
    font-size: 10px;
}
/*      Just for presentation        */

.rdv .space-30{
    height: 30px;
    display: block;
}
.rdv .space-50{
    height: 50px;
    display: block;
}
.rdv .space-200{
    height: 200px;
    display: block;
}



.journeeactive{
    background-color: #3FBFBF;
    color: white;
}
.journeeinactive{
    background-color: white;
}
.facturelivree{
    background-color: #f39c12;
    color: white;

}
.factureencours{
    background-color: white;

}

.factureannulee{
    background-color: #FF0000;

}

.clientwithsolde{
    background-color: #f39c12;

}

/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .rdv .front,.rdv  .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .rdv .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .rdv .front{
        z-index: 4;
    }
    .rdv .cards-container:not(.manual-flip):hover .back,
    .rdv .cards-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}
