/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
div#track-truxcargo-modal-dialog{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.track-order-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #80808087;
}

.track-order-preview .wc-backbone-modal-content {
    background: #fff;
    width: 50%;
    margin-top: 60px;
    margin-left: 25%;
}
.track-truxcargo-modal section.wc-backbone-modal-main {
    width: 100%;
    float: left;
    background: #fff;
    padding: 5px;
}

.track-truxcargo-modal header.wc-backbone-modal-header {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}
.truxcargo-close-model {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
}