body {
    background-color: #eee;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.col-md-4 a{
    width: 100%;
}

.zone_c{
    width: 100%;
}

.container_main_menu{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.container_main_menu .col-md-4{
    margin-bottom: 1%;
}

#footer{
    background: none repeat scroll 0 0 #2b2b2b;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    text-align: center;
    color: white;
    margin-top: 40px;
}

#disconnect_module{
    padding-bottom: 20px;
    padding-top: 20px;
}

.container_search_reception{
    margin-top: 6%;
}

.sous_container_product{
    margin-bottom: 1%;
}

.container_product_qty {
    margin-top: 3%;
}

.container_space_destination{
    margin-bottom: 2%;
}

.container_motion .row{
    margin-left: 0;
    margin-right: 0;
}

.container_motion .row .col-xs-6:first-child{
    margin-right: 2%;
}

.container_motion .row .col-xs-6{
    width: 49%;
}

.grid_triple_button .row{
    margin-left: 0;
    margin-right: 0;
}

.grid_triple_button .row .col-md-4{
    margin-right: 1%;
}

.grid_triple_button .row .col-md-4:last-child{
    margin-right: 0;
}

.grid_triple_button .row .col-md-4{
    width: 30.8%;
}

.title_detail_product{
    margin-bottom: 0;
}

.reappro_product{
    float: right;
}

.title_reapro{
    text-align: center;
    margin-bottom: 4%;
    margin-top: 4%;
    font-size: 22px;
}

.container_middle_reapro{
    margin-bottom: 6%;
}

.container_action_reapro{
    margin-bottom: 6%;
    margin-top: 3%;
}

.container_action_reapro table tr{
    background-color: #eee!important;
}

.button_action_reapro{
    margin-left: 0;
    margin-right: 0;
}

.button_action_reapro .btn{
    width: 49%;
}

.button_action_reapro .btn:first-child {
    margin-right: 1%;
}

.container_text_reapro{
    margin-bottom: 2%;
    margin-top: 2%;
    font-size: 14px;
}

.icon_main_menu{
    float: right;
    position: relative;
    bottom: 30px;
    background-image:url("../images/menu_mobile.png");
    background-size:100%;
    background-repeat:no-repeat;
    width: 48px;
    height: 48px;
}

.codemp_arr {
    display: inline-block;
    width: 100%;
}

.legend {
    width: 100%;
}

.legend-line {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

.legend-color {
    display: inline-block;
    height: 25px;
    width: 5%;
    margin-right: 15px;
}

.legend-label {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.color-black {
    background-color: #333333;
}

.color-green {
    background-color: #46C14D;
}

.color-red {
    background-color: #FF0000;
}

.color-orange {
    background-color: #EE8833;
}

.color-grey {
    background-color: #BFBFBF;
}