﻿#gridData_wrapper td {
    vertical-align: middle;
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.hint {
    margin-top: 3px;
    color: gray;
}

.order-img {
    /* Layout Properties */
    top: 213px;
    left: 363px;
    width: 100%;
    height: 237px;
    /* UI Properties */
    background: transparent url('img/NoPath - Copy (3).png') 0% 0% no-repeat padding-box;
    border-radius: 14px;
    opacity: 1;
}

.order-details-container {
    padding-left: 45px;
}

.order-status-text {
}

.text-blue {
    color: #007AD6;
}

.text-green {
    color: #00A130
}

.text-gray {
    color: #C1C1C1;
}

.button-rounded {
    padding: 3px 15px !important;
    border-radius: 15px;
    opacity: 1;
}

    .button-rounded.black {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #272727;
    }

    .button-rounded.yellow {
        background: #FFCC00 0% 0% no-repeat padding-box;
        border: none;
        color: #272727;
    }

    .button-rounded.blue {
        background: #007AD6 0% 0% no-repeat padding-box;
        border: none;
        color: #FFFFFF;
    }

    .button-rounded.red {
        background: #D2002E 0% 0% no-repeat padding-box;
        border: none;
        color: #FFFFFF;
    }

    .button-rounded.gray {
        background: #C1C1C1 0% 0% no-repeat padding-box !important;
        border: none;
        color: #FFFFFF;
    }

.order-modal {
    max-width: 700px !important;
}

    .order-modal .order-modal-content {
        border-radius: 14px !important;
    }

.order-modal .btn-close {
    cursor: pointer;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 10px;
    color: red !important;
}


.shipping-box {
    display: flex !important;
    align-items: center !important;
    padding: 25px 30px !important;
    background-color: #FFFFFF !important;
    border: 1px dashed #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0px 0px 16px #0000000F;
    margin: 10px 25px !important;
}

    .shipping-box p {
        margin: auto;
    }

    input.disabled{
        color:gray !important;
    }

.font-italic {
    font-style: italic !important;
}

.text-underline {
    text-decoration: underline !important;
}
.no-margin{
    margin:0px !important;
}