/*table.raw_dict_widget_data_table{margin-left:20px;}*/
table.raw_dict_widget_data_table td{    
	border-right: 1px solid #8CACBB;
    padding: 0.25em 0.5em;
    vertical-align: top;
}

table.raw_dict_widget_data_table {width: auto;}
table.raw_dict_widget_data_table .even {
    background-color: #EEF3F5 !important;
}

table tr.even {
    background-color: #EEF3F5 !important;
}

/*table.raw_dict_widget_data_table label {
    font-weight: normal;
    color: #1F3E7F;
}

table.raw_dict_widget_data_table  .picker__input{
	width: 160px !important;
}

table.raw_dict_widget_data_table .labeltd {
width: 160px;
}

table.raw_dict_widget_data_table .fieldtd {
width: 260px;
}*/

table.raw_dict_widget_data_table .inline-radio {

	display: flex;
  border-radius: 3px;
	overflow: hidden;
  border: 1px solid #b6b6b6;
      width: min-content;
}

table.raw_dict_widget_data_table div.radio_group{
	position: relative;
	flex: 1;
	min-width: 40px;
	min-height: 35px;
}

table.raw_dict_widget_data_table label.grouped_label{
		position: absolute;
		top: 0; left: 0;
		color: black;
		width: 100%;
		height: 100%;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: none;
		border-right: 1px solid #b6b6b6;
}

table.raw_dict_widget_data_table div.radio_group{
	position: relative;
	flex: 1;
}


table.raw_dict_widget_data_table input.custom_radio {
    width: 100%;
		height: 100%;
    opacity: 0;
    cursor: pointer;
	}

table.raw_dict_widget_data_table	input.custom_radio:checked + label {
		background: #fdf29a;
    font-weight: 500;
		color: black;
	}

table.raw_dict_widget_data_table .spanwarning{
	color: red;
	/*background-color:red;*/

}

