.custom_font_size_table{
    font-size: 12px;
    line-height: normal;
}

.max-wid-150{
    max-width: 150px !important;
}
.max-wid-auto{
    max-width: max-content;
}

.center_header_font{
    font-size: 12px !important;
    line-height: normal !important;
    text-align: center;
    max-width: 150px;
    flex-grow: 1 !important;
    padding: 0 2px;
    overflow: hidden;
}

.auto_width{
    width: auto!important;
}

.dop_header{
    display: none;
}

.dop_header_flex{
	display: none;
}

.justify-between{
    justify-content: space-between;
}

.align-left{
    text-align: left;
}

.char_property{
    cursor: default;
    font-size: 14px;
	color:#000;padding: 2px 5px 0px 5px;margin-right: 2px;
}

.header_dop_property{
    width: 100%;
    padding: 0 40px;
}
.items_dop_property{
    width: 100%;
    padding: 0 10px;
}

.left-padding-30{
    padding-left: 30px !important;
}

.width-200{
    width: 200px;
}

@media screen and (max-width: 1359px){
    .display-none-1200{
        display: none !important;
    }
}
.item-article {
    font-size: 11px;
    white-space: nowrap;
}