.check-order-status {
    padding-bottom: 5px;
}

.check-order-status header {
    text-align: center;
    font-size: 15px;
    color: #444;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 2px dotted #444;
    margin-bottom: 10px;
}

.check-order-status .order_id-or-email {
    margin-bottom: 15px;
}

.check-order-status .form-group {
    margin-bottom: 5px;
}

.check-order-status .result {
    margin: 5px;
}

.check-order-status .order-split-line {
    display: block;
    margin: 5px 0;
    border-bottom: 1px solid #444;
}

.control-comment {
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 20px;
}

/* Styles for modal window */
#check-order-status-window button.btn-primary,#check-order-status-window .order_id-or-email {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    display: block;
}

#check-order-status-window label {
    width: 100%;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 17px;
}

#check-order-status-window .order_id-or-email {
    margin-top: 5px;
    margin-bottom: 13px;
}

/* Results */
#check-order-status-window .result {
    font-size: 14px;
}

/* In case error*/
#check-order-status-window .result.text-danger {
    text-align: center;
    font-size: 11px;
    background-color: #fff;
    color: #ff5050;
}

/* For modal background */
#check-order-status-window .modal-dialog {
    z-index: 1600
}
