body {
    color: black;
}

.footer {
    display: block;
    margin: auto;
    border: 1px solid #357ebd;
    height: 50px;
    border-radius: 6px 6px 0px 0px;
    alignment-adjust: middle;
    width: 98%;
}

.field_side {
    display: inline-block;
    width: 200px;
    height: 100%;
    vertical-align: top;
    padding: 5px;
}

.field_control {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
}

.field_container {
    margin: 1px;

}

.from_container {
    border: 1px solid grey;
    border-radius: 3px;
    padding: 5px;
}

.field_button {
    text-align: center;
}

.field_collection_container {
    display: block;
}

.tableau_items {
    border: 1px solid grey;
    border-radius: 3px;

}

.tableau_items td, th {
    /*  border: 1px solid grey;*/
    line-height: 30px;
    margin: 0 auto;
    padding: 3px;
}

header {

}

.side {
    display: inline-block;
    width: 200px;
}

.contenu {
    display: inline-block;

}

/* Popup css */

.content_details {
    display: inline-block;
    text-align: right;
    line-height: 10px;
}

.popup_login {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    z-index: 5;
}

.background_login {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 2;
}

.popup {
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    height: auto;
    min-width: 300px;
    width: auto;
    z-index: 1002;
}

#background {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1001;
}

.box .box-header a {
    color: white;
}

/* ------------- */

@media print {
    .left-side {
        display: none;
    }
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}