.header-order-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f3f4f6;
    height: 40px;
    z-index: 2000;
}

.none {
    display: none;
}

#search-order-info {
    display: flex;
    position: relative;
    padding-right: 50px;
}

#delete-order-info {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

#search-order-info span {
    margin-left: 10px;
}

header .navbar-menu ul#navbar-menu li a {
    white-space: nowrap;
}

.order_info div p {
    font-size: 15px;
}

.order_info .order_info_subtitle {
    font-weight: 600;
}

.order-search-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.order-search-form .div-input {
    display: flex;
    padding: 10px 0;
}

.order-search-form .div-input .number-input {
    margin-left: 10px;
}
.order-search-form .div-input div {
    width: 50%;
}

.order-search-form .div-input input {
    font-size: 14px;
}

.order-search-form .div-btn {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 992px) {
    .order-search-form .div-input {
        flex-direction: column;
    }

    .order-search-form .div-input .number-input {
        margin-left: 0;
    }

    .order-search-form .div-input .phone-input {
        margin-bottom: 10px;
    }

    .order-search-form .div-input div {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .order-search-form .div-input {
        flex-direction: row;
    }

    .order-search-form .div-input div {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .order-search-form .div-input {
        flex-direction: column;
    }

    .order-search-form .div-input .number-input {
        margin-left: 0;
    }

    .order-search-form .div-input .phone-input {
        margin-bottom: 10px;
    }

    .order-search-form .div-input div {
        width: 100%;
    }

    #search-order-button {
        width: 100%;
    }
}

.order-search-form input {
    border: 2px solid #ececec;
    border-radius: 4px 0 0 4px;
    height: 40px;
}

.order-search-form button {
    align-self: flex-end;
    height: 40px;
    width: 100px;
    margin: 10px 0 0 0;
}

#h2-order-info {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;;
}

#seach-order-block {
    margin-bottom: 10px;
    padding: 20px 30px;
}

.order_info_area {
    display: flex;
}

.order_info_area > div {
    width: 50%;
}

.order_block {
    display: none;
    background: #fff;
    box-shadow: 0 4px 10px rgb(78 88 98 / 10%);
    border-radius: 6px;
    padding: 20px 30px;
}

.order_not_found {
    text-align: center;
}

.order_not_found p {
    padding: 20px;
    margin: 0;
    background: #f4f4f4;
    border-radius: 4px;
}

#order-messages {
    margin: 0;
    padding: 0;
    font: 300 14px OpenSans;
}

.order_block p {
    color: #5d5f63;
    font: 400 14px OpenSans;
}

.order_block h1 {
    color: #333;
    font: 600 26px "Avenir Next";
    margin: 0 -30px 20px;
}

.seacrh_order_loader {
    text-align: center;
}

.seacrh_order_loader div {
    padding: 10px 0 20px;
}

.seacrh_order_loader p {
    padding-top: 20px;
}

.order-box div {
    width: 14%;
}

.order-box div p:first-child {
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.order-margin {
    width: 20px;
}

.order_info_area > div:first-child {
    width: 50%;
}

.order_info_area > div:last-child {
    width: 50%;
}

.order_info_area {
    padding-bottom: 40px;
}

.order_info_area > div:first-child {
    margin-right: 10px;
}

#order-statuses {
    margin: 0;
    padding: 20px 30px;
}

.order_info_area h2 {
    color: #333;
    margin-bottom: 20px;
}

#order-statuses h2 {
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
}

@media (max-width: 768px) {
    .order_info_area > div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    #order-statuses {
        margin: 0 0 20px 0;

    }

    .order_info_area > div:last-child {
        width: 100%;
    }

    #search-order-info span {
        font-size: 12px;
    }

    .order_block {
        width: 100%;
    }

    #order-statuses h2 {
        font-size: 18px;
    }

    .order_info_area {
        flex-direction: column;
    }

    .order-margin {
        height: 20px;
    }

    .order-box div {
        width: 100%;
    }

    .order-box {
        flex-direction: column;
    }
    .order-box div p:first-child {
        height: 40px;
        border-bottom: none;
        padding-top: 10px;
        margin-bottom: 0;
    }
    .order-box div p:last-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
    }
    .order-box div:last-child p {
        border-bottom: none;
        margin-bottom: 0;
    }

    .order-life-point {
        width: 80px;
    }
}

.order-life-status {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
}

.order-life-point {
    width: 80px;
    display: block;
    text-align: center;
    font-size: .8em;
    position: relative;
}

.order-life-point span {
    margin-top: 5px;
    display: block;
}

.order-life-point-circle {
    display: block;
    margin: 0 auto;
    height: 15px;
    width: 15px;
    background: #b7b7b7;
    border-radius: 100%;
}

.order-life-point-circle:before {
    content: '';
    position: absolute;
    width: 100%;
    left:0;
    height: 5px;
    top: 5px;
    background: #b7b7b7;
}

.order-life-point:first-child .order-life-point-circle:before {
    width: 50%;
    left:50%;
}

.order-life-point:last-child .order-life-point-circle:before {
    width: 50%;
    right:50%;
}

.order-life-point-complete .order-life-point-circle.canceled {
    background: #FF0000;
}

.order-life-point-complete span.canceled-font,
#accordionOrders .canceled {
    color: #FF0000;
}

.order-life-point-complete .order-life-point-circle.issued {
    background: #27b20e;
}

.order-life-point-complete span.issued-font,
#accordionOrders .issued {
    color: #27b20e;
}

.order-life-point-complete .order-life-point-circle.suspended {
    background: #ff7518;
}

.order-life-point-complete span.suspended-font,
#accordionOrders .suspended {
    color: #ff7518;
}

.order-life-point-complete .order-life-point-circle:before {
    background: #268ae1;
}

.no-before:before{
    display:none;
}

.order-life-point-complete .order-life-point-circle {
    background: #268ae1;
}

.order-life-point-complete span,
#accordionOrders .completed {
    color: #268ae1;
}

