.b-t-none {
    border-top: none !important;
}

.child-arrow {
    position: absolute;
    height: 50%;
    width: 2px;
    background: grey;
    left: 50%;
}

.new-order .vertical-top-arrow {
    height: 100%;
    vertical-align: top;
}

.new-order .new-level-down-arrow {
    width: 2px;
    height: 50%;
    background: gray;
    margin: 0 auto;
    position: relative;
}

.new-order .new-level-arrow {
    bottom: -6px;
    position: absolute;
    color: gray;
    font-size: 12px
}

.new-order .vertical-bottom-arrow {
    /*margin-bottom: -15px;*/
    vertical-align: bottom
}

.new-border-background-color {
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    border-radius: var(--radius-s);;
}

.border-background-color {
    background-color: white;
    border-radius: var(--radius-s);
}

table#info-order tr th {
    font-weight: normal !important;
    background-color: white !important;
    color: black !important;
    padding: 3px;
    vertical-align: top !important;
}

table#info-two tr th {
    font-weight: normal !important;
    background-color: white !important;
    color: black !important;
    padding: 2px;
    vertical-align: top !important;
}

table#info-one tr th {
    font-weight: normal !important;
    background-color: white !important;
    color: black !important;
    padding: 3px;
    vertical-align: top !important;
}

table#info-three tr th {
    font-weight: normal !important;
    background-color: white !important;
    color: black !important;
    padding: 3px;
    vertical-align: top !important;
}

#outer
{
    width:100%;
    text-align: center;
}
.inner
{
    display: inline-block;
    padding: 0px
}
.list-button-header {
    float: right!important;
    margin: 0 10px 0 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.row-color-high-light{
    /* background-color: #f8f9fa; */
}