/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. 
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */
.adminorders .bootstrap .partial_refund_fields.current-edit .input-group {
/*    min-width: 80px;*/
/*    max-width: 80px;*/
    width: 90px;/* …to allow 4 digits and their "2" decimals */
}
.adminorders .bootstrap .partial_refund_fields.current-edit .form-group > div {
    width: 100% !important;
}

.adminorders .bootstrap .standard_refund_fields.current-edit {
    width: 95px;
}
    .adminorders .bootstrap .standard_refund_fields.current-edit input {
        width: 45px;/* …to allow 4 digits */
        display: inline;
    }

.adminorders .bootstrap .img-thumbnail {
	min-width: 45px;
}
/*
.adminorders .bootstrap #desc-order-standard_refund {
	display: none;
}
*/

.adminorders .bootstrap #total_refund_1,
.adminorders .bootstrap #total_refund_2 {
	color: green;
	font-weight: 900;
}
/* label only… bit how to hide inout ?
.adminorders .bootstrap #lab_refund_3 {
	display: none;
}
*/
.adminorders .bootstrap .gls-logo img {
	max-width: 80px;
	text-align: left !important;
}

/* Hide the useless & not-working PayPal's partial refund button…
NOTICE : 
- This elem is generate on-the-fly from '/modules/paypal/views/js/bo_order.js'
-> js in '/override/controllers/admin/templates/orders/helpers/view/view.tpl' cannot manage it ('cause not created with DOM yet).
*/
.adminorders .bootstrap label[for=doPartialRefundPayPal] {
	background-color: blue;
	display: none;
}

/* 2024-08-02 : for module "bl_statsestimated_attr_details" (which side effects?) */
table.bl_statsestimated_attr_details thead, 
table.bl_statsestimated_attr_details tbody, 
table.bl_statsestimated_attr_details tfoot {
	overflow: auto;
    /* position: relative; */
    display: block;
}
table.bl_statsestimated_attr_details tbody {
	max-height: 60vh;
}
