.user-id-badge,
.info-text {
    color: #20a8d8;
}
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/* .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

} */

.stepwizard-row > .stepwizard-step:first-child:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    height: 1px;
    right: 0;
    left: unset;
    background-color: #ccc;
    width: 50%;
    z-index: -1;
}

.stepwizard-row > .stepwizard-step:last-child:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    height: 1px;
    left: 0;
    background-color: #ccc;
    width: 50%;
    z-index: -1;
}

.stepwizard-row > .stepwizard-step:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #ccc;
    width: 100%;
    left: 0;
    z-index: -1;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 1;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.input-group .float-right {
    margin-top: 10px;
    padding-left: 10px;
}

.item-row,
.tx-row {
    cursor: pointer;
}

.item-row.pending:hover,
.tx-row:hover,
.item-row.to-warehouse:hover {
    background-color: #63c2de !important;
}

.item-row.pending-payment:hover,
.item-row.china-warehouse:hover {
    background-color: #ffc107 !important;
}

.item-row.to-cambodia:hover {
    background-color: #f86c6b !important;
}

.item-row.purchasing:hover,
.item-row.arrived-cambodia:hover {
    background-color: #4dbd74 !important;
}

.item-row:hover a {
    color: #fff;
}

.item-form_label {
    text-align: right;
}

.status-option {
    padding: 3px 5px;
    border: 1px solid #63c2de;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}

.status-option.selected {
    background: #63c2de;
    color: #fff;
}

.full-width {
    width: 100%;
}

.padding-side-5 {
    padding: 0 5px;
}

.no-margin {
    margin: 0;
}

.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
    display: none;
}

.datepicker td,
.datepicker th {
    padding: 5px;
}

.coupon-footer {
    text-align: center;
}

.image-holder {
    width: 100%;
    min-height: 200px;
    border: 1px solid;
    margin-bottom: 5px;
}

.notfication-row {
    padding: 10px;
    letter-spacing: unset;
    /* background: #46ce46; */
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.stepwizard-step .badge {
    background: red;
    position: absolute;
    top: 16px;
    border-radius: 50%;
    color: #fff;
}

.billing-item {
    cursor: pointer;
}

.billing-item:hover {
    background: #ccc;
}

.filter-row {
    cursor: pointer;
    background: #ccc;
}

.filter-row.active {
    background: blue;
    color: #fff;
}

.report-row {
    /* cursor: pointer; */
}

.report-row:hover {
    background: rgba(0, 0, 0, 0.05);
}
