.msg_error {
	background-color:#cc0000;
	padding-left:10px;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	line-height: 34px;
}
.msg_success {
	background-color:#009900 ;
	padding-left:10px; 
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	line-height: 34px;
}
.header_actions {
	color: #0073aa;
}
#the-list.td_background {
	background-color: #f9f9f9;
}
#the-list.first_td {
	float: left;
}
#the-list tr td .td_with {
	width: 100%;
}
.input-form{
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-content: center;
	justify-items: stretch;
	width: 30%;
	margin-bottom: 10px;
}
.style-margin-top{
	margin-top: 20px !important;
}
.style-margin-bottom{
	margin-bottom: 20px !important;
}
.orders-actions {
	display: flex;
	flex-direction: row;
	padding-top: 21px;
}
#consult_allwarnings{
	padding-left: 30px;
}