
.mrd-comptable-wrap { margin: 25px 0; overflow: auto; }
.mrd-comptable { border-collapse: separate; margin: 0; width: 100%; border-spacing: 0; max-width: 100%; border:1px solid transparent; }
.mrd-comptable th, .mrd-comptable td { padding: 15px; box-sizing: border-box; }
.mrd-comptable td ul li, .mrd-comptable td ul { margin: 0; list-style: disc inside none; }
.mrd-comptable td:first-child { border-left-width: 1px; }
.mrd-comptable td img { max-width: 250px; max-height: 250px; padding: 15px }
.mrd-comptable .subheader td { font-weight: 600; }
.mrd-comptable td .mrd-button{margin: 10px 15px; white-space: nowrap;}
.stacktable { width: 100%; }
.mrd-comptable th.st-head-row { background-color: #eee; color: black; border-left-width: 1px; font-weight: 400;position: relative; }
.mrd-comptable .st-key { width: 48%; text-align: right !important; padding-right: 2%; }
.mrd-comptable .st-key.mrd-spec-heading{text-align: left !important;    background-color: #F4F4F4;}
.mrd-comptable .st-val { width: 48%; padding-left: 2%;}
.mrd-comptable .subheader th.st-head-row { font-weight: 700; background-color: #eaeaea; }
.mrd-comptable th.st-head-row-main { display: none; }
.mrd-comptable .mrd-bar, .mrd-comptable .mrd-bar-title span, .mrd-comptable .mrd-bar-bar, .mrd-comptable .mrd-bar-percent{height: 20px; line-height: 20px} 
.mrd-comptable .mrd-bar{margin-bottom: 10px}
.mrd-comptable .mrd-bar-title span {padding: 0 12px}
.mrd-comptable .editor_selected_row td:first-child{border-left:3px solid #77B21D;}
.mrd-comptable .editor_selected_row td:last-child{border-right:3px solid #77B21D;}
.mrd-comptable .editor_selected_row td:not(.st-key):not(.st-val){border-bottom:3px solid #77B21D;border-top:3px solid #77B21D;}
.editor_selected_row .st-head-row{border: 3px solid #77B21D !important; border-bottom: none !important;}
.mrd-comptable td.editor_selected_col, .mrd-comptable th.editor_selected_col{border-left:3px solid #77B21D;border-right:3px solid #77B21D;}
.mrd-comptable th.editor_selected_col{background-color: #77B21D !important; color: #fff !important}
.mrd-comptable tr:last-child td.editor_selected_col{border-bottom:3px solid #77B21D;}
.badge_div_col_img{position: absolute;background: url('../img/editor_badge.png');width: 65px;height: 65px;top: 10px;right: 10px;}

/* RESPONSIVE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 991px) {
    .stacktable.large-only { display: none; }
    .stacktable.small-only { display: table; }
}

@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}