/* Admin Area Style Overides */
.received {
    color: #666 !important;
}

.photos-checked {
    color: #ff9900 !important;
}

.production {
    color: #ff9900 !important;
}

.quality-control {
    color: #993399 !important;
}

.awaiting-dispatch {
    color: #993399 !important;
}

.dispatched {
    color: #339900 !important;
}

.onhold {
    color: red !important;
}

.final-payment {
    color: #BA55D3 !important;
}

.deposit-requested {
    color: #000000 !important;
}

.deposit-link-sent {
    color: #000000 !important;
}

.deposit-received {
    color: #000000 !important;
}

.full-payment-received {
    color: #000000 !important;
}

.biomap-sent {
    color: #FF6600 !important;
}

/*.request_placed { color: #666; }
.request_accepted { color: #00a7c8; }
.return_received { color: #c84eb0; }
.sent_for_repair { color: #c8c408; }
.back_from_repair { color: #000ec8; }
.dispatched { color: #339900; }*/

.request_placed {
    color: #666;
}

.request_accepted {
    color: #666;
}

.photos_checked {
    color: #ff9900;
}

.return_received {
    color: #666;
}

.sent_for_repair {
    color: #ff9900;
}

.back_from_repair {
    color: #993399;
}

.dispatched {
    color: #339900;
}

.resolved {
    color: #339900;
}

.cancelled {
    color: #FF3300;
}

.onhold {
    color: red;
}

.further-action {
    color: red;
}

.await-3-0 {
    color: blue;
}

body .wrap table.table.table-striped.table-bordered tr td {
    font-size: 12px;
    line-height: 16px;
}

/* //////////////////////////////// START OF RESPONSIVE STYLES //////////////////////////////// */

@media screen and (orientation: landscape) and (max-width: 768px) {
}

@media screen and (orientation: portrait) {
}


/* ////////////////////////////////  bigger than mobile version //////////////////////////////// */

@media screen and (min-width: 480px) {
}

/* //////////////////////////////// ipad mini or galaxy note version //////////////////////////////// */

@media screen and (min-width: 480px) and (max-width: 768px) {
}

/* //////////////////////////////// big ipad version //////////////////////////////// */

@media screen and (min-width: 768px) {
}


/* //////////////////////////////// full wide version //////////////////////////////// */

@media screen and (min-width: 960px) {


}

/* //////////////////////////////// full wide version //////////////////////////////// */

@media screen and (min-width: 1500px) {

    body .wrap .container {
        width: 1400px !important;
    }

}

/* //////////////////////////////// full wide version //////////////////////////////// */

@media screen and (min-width: 1700px) {

    body .wrap .container {
        width: 1600px !important;
    }

}

.admin-default-index {
    min-height: calc(100vh - 158px);
}

.nav-padding {
    margin-top: 78px
}