
.table
{
    position: relative;
    width: auto;
    margin: 0;
    /*padding: 5px*/;
    line-height: 0;
    width: 576px;

}

.row
{
    display: block;
    position: relative;
    margin: 0;
    border: none;
    line-height: 0;
}

.cell
{
    width: 40px;
    height: 40px;
    background-color: #A3E0FF;
    content:' ';
    border: 0px black solid;
    margin: 4px;
    display: inline-block;
    position: relative;
}

.cell:hover
{
    background-color: #f5f7ed;
}

.cell_new
{
    content:' ';
    width: 40px;
    height: 40px;
    background-color: #1DB5FF;
    /*border: 1px #90c9ff solid;*/
    margin: 0px;
    padding: 0;
    position: absolute;
    line-height: 0;
    top : 4px;
    left : 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

.cell_new.selected
{

    box-shadow: 0px 0px 10px 4px rgba(13, 66, 166, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(13, 66, 166, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(13, 66, 166, 0.75);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 1000;

}

.cell_pattern
{
    content:' ';
    width: 40px;
    height: 40px;
    background-color: #1DB5FF;
    margin: auto;
    padding: 0;
    position: relative;
    line-height: 0;
    border-radius: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
}


.layout{
    position: relative;
    padding : 0;
}

.div_layout{
    border : 1px dashed #777;
    padding : 0;
}

.div_layout:hover{
    padding : 0;
    background-color: #EEE;
}

.grid_pattern{
     padding:5px;
 }

.grid_pattern > div:hover{
    background-color: #DDD;
}

.grid_pattern > div{
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    padding-top: 4px;
    margin-bottom: 0px;
}

.void{
    border : none;
}

.btn_continue {
    font-size: 20px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

.btn_retour {
    font-size: 20px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

.step{
    height: 700px;
}

.hr_footer{
    height: 1px;
    padding: 0;
    color: rgba(0, 0, 0, 0.48);
    background-color: rgba(0, 0, 0, 0.48);
    border: 0;
}

.template_result{
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
    border-radius: 10px;
    height:95% ;
    padding: 15px;
    overflow: auto;

}

