/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 janv. 2014, 14:03:40
    Author     : jean-serge.quetier
*/


.container-page {
    margin-top:50px;
}

/*****************************************
* SHOP
******************************************/
.product-line {
    /*margin-bottom: 20px;*/
}

.product {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    margin-bottom: 20px;
}
.product-description{
    widows: 100%;
    padding-bottom: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*****************************************
* ACCOUNT
******************************************/
#account .data-account fieldset{
    border-top: 1px solid #D8D8D8;margin-top: 20px;
}
#account .data-account fieldset:first-child{
    margin-top: 26px;
}
#account .data-account fieldset:last-of-type{
    margin-bottom: 20px;
}
.data-account .label-account{
    font-weight: bold;
}

/*****************************************
* LOGIN Blog
******************************************/
.bloc {
    margin-bottom: 20px;
}

/*****************************************
* LOG <PRE>
******************************************/
pre {
    top:50px;
    position: relative;
    width: 100%;
    z-index: 9999;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
}

/*****************************************
* MODALS
******************************************/
.modal-dialog{
    margin-top : 70px;
}

/*****************************************
* I18N FONCTIONNALITIES
******************************************/
div.translatable{
    display: initial;
}

div.translatable-found{
    background-color: #50D4FD;
}

div.translatable-notfound{
    background-color: #ac2925;
}
/*****************************************
* PROGRESS BAR
******************************************/
.progress-thresholds{
    position: relative; 
    top:-20px; 
    width:100%;
}

.progress-threshold{
    position: absolute;
}

.threshold-caret-left{
    position: absolute; 
    top:-5px; 
    left:-4px; 
    color: #666;
}

.threshold-caret-right{
    position: absolute;
    right:-4px; 
    top:-5px;
    color: #666;
}