﻿@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPTBook.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-Bold';
    src: url('../fonts/FuturaPTBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima';
    src: url('../Fonts/OptimaLTStd.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima-Bold';
    src: url('../fonts/OptimaLTStd-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --dark-blue: #03243f;
    --gold: #c89f6d;
    --light-gray: #cecfd1;
}

body {
    font-family: FuturaPT, Arial, sans-serif;
    width: 100%;
}

.futura_bold {
    font-family: FuturaPT-Bold;
}

.optima {
    font-family: Optima;
}

.optima_bold {
    font-family: Optima-Bold;
}

.home_link {
    display: block;
    text-align: center;
    color: #01c6ff;
}

    .home_link:hover {
        text-decoration: none;
    }

.bg_blue {
    background-color: var(--dark-blue);
}

.bg_gray {
    background-color: var(--light-gray);
}

.bg_design {
    background-image: url('../images/bg_design.png');
    /*background-size: contain;*/
    background-repeat: repeat;
}

.footer_img {
    width: 85px;
}

.btn {
    border-radius: 0.75rem;
}

.form-control {
    border-radius: 0.75rem;
}

.modal-footer {
    border-top: none;
}

.hero_title, .hero_subtitle {
    margin: 0;
    letter-spacing: 2px;
    text-shadow: 0 0 20px #000;
}

.order_print .active {
    color: #fff;
    background-color: #fd7e14 !important;
    border-color: #fd7e14 !important;
}

.wrap {
    background-color: rgba(241, 237, 235, 0.8);
    border-radius: 25px;
    margin: 50px 15px;
    padding: 20px;
}

.title {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}


.img_small .close {
    position: relative;
    right: 15px;
    top: -5px;
    color: red;
    width: 20px;
    height: 20px;
    border: solid 1px #000;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 19px;
    cursor: pointer;
}

.multi-collapse table td {
    vertical-align: middle;
    padding-right: 15px;
}

.multi-collapse table td input[type="number"] {
    width: 80px;
    height: 30px;
}

.color_red {
    color: var(--red);
}

.color_blue {
    color: var(--dark-blue);
}

.color_gold {
    color: var(--gold);
}

.order_qty {
    font-size: 0.875rem;
    font-weight: 700;
}

.order_detail .card-body {
    padding: 15px;
}

.max_width {
    max-width: 736px;
}

.vieworder {
    word-break: break-all;
}

.claim_details {
    border: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 15px;
    background: #fcfcfc;
}

.vieworder h6, .vieworder p, .orderstatusline h6, .orderstatusline p, .claim_details h6, .claim_details p {
    margin: 0;
}

.vieworder h6, .orderstatusline h6, .claim_details h6 {
    font-weight: 700;
}

.vieworder > div {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}

.status2 {
    border-bottom: 1px solid #ddd;
}

.orderstatusline .order_item:nth-child(even) > .form-row {
    background-color: #fff;
}

.orderstatusline .order_item:nth-child(odd) > .form-row {
    background-color: #d6d8d9;
}

.order_item {
    padding: 3px 0;
    line-height: 30px;
}

.claim_order h6 {
    font-weight: 700;
}

.claim_order .claim_item {
    padding: 10px 3px;
}

.claim_order .claim_item:nth-child(odd) {
    background-color: #d6d8d9;
}

.claim_order h6, .claim_order p {
    margin-bottom: 0;
}

.claim_row {
    line-height: 2.35rem;
}

@media (max-width:1024px) {
    /*.claim_order h6, .claim_order p {
        font-size: 0.875rem;
    }*/
}

@media (max-width:767px) {
    .vieworder, .vieworder h6 {
        font-size: 0.875rem;
    }

    .claim_body {
        font-size: 14px;
    }

    .before_title {
        text-align: right;
    }

    .claim_item p {
        padding-right: 35px;
    }

    .claim_item p:before {
        display: block;
        position: absolute;
        left: 20px;
        font-weight: 700;
        content: ""attr(relo)"";
    }

    .claim_item .claim_nots {
        padding-left: 60px;
        text-align: left;
        padding-right: 0;
    }

    .claim_item .claim_nots:before {
        position: absolute;
        top: 0;
    }

    .claim_details p.r_conent {
        padding-right: 10px;
    }

    .claim_details .claim_title p.r_conent:before {
        display: block;
        position: absolute;
        left: 15px;
        font-weight: 700;
        content: ""attr(relo)"";
    }
}

@media (min-width:576px) {
    .status1 > div:nth-child(4n), .status2 > div:nth-child(3n) {
        border-right: 1px solid #ddd;
    }

    .min_width {
        min-width: 500px;
    }

    .img_small .img-thumbnail {
        width: 80px;
        height: 80px;
    }

    .pull-sm-right {
        float: right;
    }
}


@media (max-width:575px) {

    .status1 > div:nth-child(2n), .status2 > div:nth-child(2n), .status2 > div:last-child {
        border-right: 1px solid #ddd;
    }

    .min_width {
        width: 100%;
    }

    .img_small .img-thumbnail {
        width: 60px;
        height: 60px;
    }

    .order_detail {
        font-size: 0.75rem;
    }

    .order_detail .card-body {
        padding: 0.75rem;
    }

    .order_url {
        white-space: nowrap;
        overflow: hidden;
        width: 150px;
        text-overflow: ellipsis;
    }

    .order_item p {
        text-align: left;
        padding-left: 110px;
        font-size: 0.875rem;
    }

    .qty_ordered_content:before, .qyt_shipped_content:before, .item_content:before, .description_content:before {
        display: block;
        position: absolute;
        left: 10px;
        font-weight: 700;
    }

    .qty_ordered_content:before {
        content: 'Qty_ordered :';
    }

    .qyt_shipped_content:before {
        content: 'Qty_shipped :';
    }

    .item_content:before {
        content: 'Item :';
    }

    .description_content:before {
        content: 'Description :';
    }

    .order_item {
        line-height: 25px;
    }

    .claim_details {
        padding-left: 15px;
        padding-right: 15px;
    }

    .claim_details .img_small {
        margin: 0;
    }

    .claim_details p.r_conent {
        padding-right: 0;
    }

    .claim_details .claim_title p.r_conent:before {
        left: 5px;
    }
}
