@media (max-width: 1800px) {
    ._xxxl_col16 { width: 16.66%; }
    ._xxxl_col20 { width: 20%; }
    ._xxxl_col25 { width: 25%; }
    ._xxxl_col30 { width: 30%; }
    ._xxxl_col33 { width: 33.333%; }
    ._xxxl_col40 { width: 40%; }
    ._xxxl_col50 { width: 50%; }
    ._xxxl_col60 { width: 60%; }
    ._xxxl_col66 { width: 66.666%; }
    ._xxxl_col75 { width: 75%; }
    ._xxxl_col80 { width: 80%; }
    ._xxxl_col100 { width: 100%; }

    ._xxxl_hidden { display: none; }
    ._xxxl_visible { display: block; }
    ._xxxl_ivisible { display: inline-block; }
    ._xxxl_flex { display: flex; flex-wrap: wrap; }
}

@media (max-width: 1600px) {
    html { font-size: 19px; }

    ._xxl_col16 { width: 16.66%; }
    ._xxl_col20 { width: 20%; }
    ._xxl_col25 { width: 25%; }
    ._xxl_col30 { width: 30%; }
    ._xxl_col33 { width: 33.333%; }
    ._xxl_col40 { width: 40%; }
    ._xxl_col50 { width: 50%; }
    ._xxl_col60 { width: 60%; }
    ._xxl_col66 { width: 66.666%; }
    ._xxl_col75 { width: 75%; }
    ._xxl_col80 { width: 80%; }
    ._xxl_col100 { width: 100%; }

    ._xxl_hidden { display: none; }
    ._xxl_visible { display: block; }
    ._xxl_ivisible { display: inline-block; }
    ._xxl_flex { display: flex; flex-wrap: wrap; }

    .searchOrder { border-radius: 1rem; margin-left: 0; }
}

@media (max-width: 1400px) {
    html { font-size: 18px; }

    ._xl_col16 { width: 16.66%; }
    ._xl_col20 { width: 20%; }
    ._xl_col25 { width: 25%; }
    ._xl_col30 { width: 30%; }
    ._xl_col33 { width: 33.333%; }
    ._xl_col40 { width: 40%; }
    ._xl_col50 { width: 50%; }
    ._xl_col60 { width: 60%; }
    ._xl_col66 { width: 66.666%; }
    ._xl_col75 { width: 75%; }
    ._xl_col80 { width: 80%; }
    ._xl_col100 { width: 100%; }

    ._xl_hidden { display: none; }
    ._xl_visible { display: block; }
    ._xl_ivisible { display: inline-block; }
    ._xl_flex { display: flex; flex-wrap: wrap; }
}

@media (max-width: 1200px) {
    html { font-size: 17px; }

    ._lg_col16 { width: 16.66%; }
    ._lg_col20 { width: 20%; }
    ._lg_col25 { width: 25%; }
    ._lg_col30 { width: 30%; }
    ._lg_col33 { width: 33.333%; }
    ._lg_col40 { width: 40%; }
    ._lg_col50 { width: 50%; }
    ._lg_col60 { width: 60%; }
    ._lg_col66 { width: 66.666%; }
    ._lg_col75 { width: 75%; }
    ._lg_col80 { width: 80%; }
    ._lg_col100 { width: 100%; }

    ._lg_hidden { display: none; }
    ._lg_visible { display: block; }
    ._lg_ivisible { display: inline-block; }
    ._lg_flex { display: flex; flex-wrap: wrap; }

    .order td { padding: 0.5rem 1rem 0.5rem 0; }
    .order._brief td:nth-child(8) { padding-right: 1rem; width: 25%; }
    .order._brief:hover { border: none; border-left: 2px solid transparent; border-top: 1px solid #cccdce; }
    .order._full td:nth-child(4) { padding-right: 1rem; }
}

@media (max-width: 991px) {
    html { font-size: 16px; }

    ._md_col16 { width: 16.66%; }
    ._md_col20 { width: 20%; }
    ._md_col25 { width: 25%; }
    ._md_col30 { width: 30%; }
    ._md_col33 { width: 33.333%; }
    ._md_col40 { width: 40%; }
    ._md_col50 { width: 50%; }
    ._md_col60 { width: 60%; }
    ._md_col66 { width: 66.666%; }
    ._md_col75 { width: 75%; }
    ._md_col80 { width: 80%; }
    ._md_col100 { width: 100%; }

    ._md_hidden { display: none; }
    ._md_visible { display: block; }
    ._md_ivisible { display: inline-block; }
    ._md_flex { display: flex; flex-wrap: wrap; }
}

@media (max-width: 767px) {
    html { font-size: 15px; }

    ._sm_col16 { width: 16.66%; }
    ._sm_col20 { width: 20%; }
    ._sm_col25 { width: 25%; }
    ._sm_col30 { width: 30%; }
    ._sm_col33 { width: 33.333%; }
    ._sm_col40 { width: 40%; }
    ._sm_col50 { width: 50%; }
    ._sm_col60 { width: 60%; }
    ._sm_col66 { width: 66.666%; }
    ._sm_col75 { width: 75%; }
    ._sm_col80 { width: 80%; }
    ._sm_col100 { width: 100%; }

    ._sm_hidden { display: none; }
    ._sm_visible { display: block; }
    ._sm_ivisible { display: inline-block; }
    ._sm_flex { display: flex; flex-wrap: wrap; }
}

@media (max-width: 575px) {
    html { font-size: 14px; }

    ._xs_col16 { width: 16.66%; }
    ._xs_col20 { width: 20%; }
    ._xs_col25 { width: 25%; }
    ._xs_col30 { width: 30%; }
    ._xs_col33 { width: 33.333%; }
    ._xs_col40 { width: 40%; }
    ._xs_col50 { width: 50%; }
    ._xs_col60 { width: 60%; }
    ._xs_col66 { width: 66.666%; }
    ._xs_col75 { width: 75%; }
    ._xs_col80 { width: 80%; }
    ._xs_col100 { width: 100%; }

    ._xs_hidden { display: none; }
    ._xs_visible { display: block; }
    ._xs_ivisible { display: inline-block; }
    ._xs_flex { display: flex; flex-wrap: wrap; }

    .order._brief td:nth-child(5) { text-align: right; }
}

@media (max-width: 400px) {
}