.widefat .column-shiptor {}

.widefat .column-shiptor .badge {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.shiptor-order-details {}

.shiptor-order-details .col {
    width: 48%;
    padding: 0 2% 0 0;
    float: left;
}

.shiptor-order-details .form-field {
    clear: both;
    width: 100%;
    float: left;
}

.shiptor-order-details .select2-container,
.shiptor-order-details .input-text {
    max-width:300px;
    min-width:250px;
}

.shiptor-order-details .action {
    padding: 10px 15px;
    background-color: #f9f9f9;
    text-align: right;
}

.shiptor-order-details .error-notice {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.history-list {
    list-style: none;
    margin:0;
    padding:0;
}

.history-list > li {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.history-list > li > .time {
    width: 85px;
    float: left;
    margin:0;
    margin-top: 20px;
}

.history-list > li > .event {
    width: calc(100% - 116px);
    float: left;
    border-left: 1px #f9f9f9 solid;
    padding-left: 20px;
    padding-top:20px;
}

.history-list > li > .event:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #6fc173;
    position: absolute;
    left: 81px;
    top: 25px;
    border-radius: 100%;
}

.shiptor-table-order > table > tbody > tr > td {
    padding:0 !important;
    line-height:1.3 !important;
    min-width:100px;
}

.shiptor_order_error {
    background-color: #f8d7da !important;
}

@media only screen and (max-width: 767px) {
    .shiptor-order-details .col {
        width:100%;
    }
}

.shiptor-order-details h3 {
    position: relative;
}
.shiptor-order-details .shiptor_edit_address {
    width: 14px;
    height: 0;
    padding: 14px 0 0;
    margin: 0 0 0 6px;
    overflow: hidden;
    position: absolute;
    color: #999;
    border: 0;
    right: 0;
}
.shiptor-order-details .shiptor_edit_address:hover {
    color: #000;
}
.shiptor-order-details .shiptor_edit_address:after {
    font-family: Dashicons;
    content: "\f464";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: top;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
}


.edit_order_details select,
.edit_order_details .select2 {
    width: 300px;
}