/* <flex icons> */
.dxIcon_Calendar {
    background-image: url('Calendar.svg');
    width: 16px;
    height: 16px;
}
.dxIcon_Arrow_basic {
    background-image: url('Arrow_basic.svg');
    width: 11px;
    height: 6px;
}
.dxIcon_Audit_Trail {
    background-image: url('Audit_Trail.svg');
    width: 15px;
    height: 18px;
}
.dxIcon_Close_widget {
    background-image: url('16x16/16x16_Close_Delete.svg');
    width: 16px;
    height: 16px;
}
.dxIcon_Close_widget_align_top {
    background-image: url('16x16/16x16_Close_Delete.svg');
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.dxIcon_Menu_button {
    background-image: url('hamburger.svg');
    width: 22px;
    height: 16px;
}
.dxIcon_Dropdown_arrow {
    background-image: url('Dropdown_arrow.svg');
    width: 11px;
    height: 6px;
}
.dxIcon_Dropdown_arrow_white {
    background-image: url('Dropdown_arrow_white.svg');
    width: 11px;
    height: 6px;
}
.dxIcon_Search_lens {
    background-image: url('Search_lens.svg');
    width: 17px;
    height: 16px;
}
 .dxIcon_Select {
    background-image: url('16x16/16x16_Select.svg');
    width: 17px;
    height: 16px;
}
.dxIcon_New {
    background-image: url('16x16/add_16.svg');
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
}
.dxIcon_Update {
    background-image: url('16x16/16x16_Refresh.svg');
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
}
.dxIcon_Edit{
    background-image: url('16x16/16x16_Edit.svg');
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
}
.dxIcon_Delete{
    background-image: url('16x16/16x16_Close_Delete.svg');
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
}
.dxIcon_Cancel{
    background-image: url('16x16/back_state_16.svg');
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
}
.dxIcon_Plus{
    background-image: url('24x24/plus24x24.svg');
    width: 24px;
    height: 24px;
}
.dxIcon_Minus{
    background-image: url('24x24/minus24x24.svg');
    width: 24px;
    height: 24px;
}
.dxIcon_Question{
    background-image: url('16x16/16x16_Question.svg');
    width: 16px;
    height: 16px;
}
.toThePageTop {
    background-image: url('24x24/up_normal_24.svg');
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.toThePageTop:hover {
    background-image: url('24x24/up_hover_24.svg');
}
/* </flex icons> */
