@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300;1,400;1,500;1,800&display=swap");

@font-face {
    font-family: Parkinsans;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Parkinsans-Regular.woff2) format("woff2"), url(../fonts/Parkinsans-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: Parkinsans;
    src: url(../fonts/Parkinsans-Light.woff2) format("woff2"), url(../fonts/Parkinsans-Light.woff) format("woff");
    font-weight: 300;
}

@font-face {
    font-family: Parkinsans;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Parkinsans-Regular.woff2) format("woff2"), url(../fonts/Parkinsans-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: Parkinsans;
    src: url(../fonts/Parkinsans-Medium.woff2) format("woff2"), url(../fonts/Parkinsans-Medium.woff) format("woff");
    font-weight: 400;
}

@font-face {
    font-family: Parkinsans;
    src: url(../fonts/Parkinsans-SemiBold.woff2) format("woff2"), url(../fonts/Parkinsans-SemiBold.woff) format("woff");
    font-weight: 500;
}

@font-face {
    font-family: Parkinsans;
    src: url(../fonts/Parkinsans-Bold.woff2) format("woff2"), url(../fonts/Parkinsans-Bold.woff) format("woff");
    font-weight: 700;
}

@font-face {
    font-family: Parkinsans;
    src: url(../fonts/Parkinsans-ExtraBold.woff2) format("woff2"), url(../fonts/Parkinsans-ExtraBold.woff) format("woff");
    font-weight: 800;
}

/* global body padding */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #000046;
}

@media (min-width: 576px) {
    body {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.dashhead-subtitle {
    color: #000046;
}

h1 {
    font-family: Parkinsans;
    font-weight: 700;
}

/*h5,h6, nav, .nav-pills, .btn{*/
/*}*/
.sidebar-nav {
    font-size: 1.39em;
}


/* global spacing overrides */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
}

/*hr {
    margin-top: 30px;
    margin-bottom: 30px;
}*/

.navbar-fixed-top,
.navbar-static-top {
    border-bottom: 0;
}

.btn {
    border-radius: 4rem;
    /*text-transform: uppercase;*/
    font-weight: 500;
}

.btn-primary, .page-item.active .page-link, button.btn,
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #000046;
    border-color: #000046;
    color: #fff;
}

.btn-primary:hover, button.btn:hover, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #000046;
    color: #000046;
    text-decoration: none;
}

.btn-outline-primary {
    color: #000046;
    background-image: none;
    background-color: transparent;
    border-color: #000046;
}

.nav-pills .nav-link {
    color: #000046;
    font-weight: 500;
    color: #000;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-item.tagsort-active a, .nav-pills .nav-item.show .nav-link {
    background-color: transparent;
    color: #000046;
    text-decoration: underline;
    font-weight: 500;
}

a {
    padding: 0 0.2em;
    color: #000046;
    border-bottom: 1px solid #000046;
    text-decoration: none;
    transition: background-color 300ms ease-in-out;
}
a.aruklogo, a.nav-link{
    border-bottom: none;
}

a:hover {
    color: #000046;
    text-decoration: none;
    background-color: #00BFFF;
}
a.aruklogo:hover{
    background-color: transparent;
}

button.btn.btn-danger, button.btn.btn-danger.btn-link {
    background-color: #fef752;
    border-color: #000046;
    color: #000046;
}

button.btn.btn-danger:hover, button.btn.btn-danger.btn-link:hover {
    background-color: #00BFFF;
    border-color: #000046;
    color: #000046;
    text-decoration: none;
}

.btn:disabled {
    background-color: #ddd;
    border-color: #ddd;
}

.table .header, th {
    font-weight: 500;
}

.aruklogo {
    background: url(../images/logo.png);
    -moz-background-size: 197.25px 45.2704918px;
    -o-background-size: 197.25px 45.2704918px;
    -webkit-background-size: 197.25px 45.2704918px;
    background-size: 197.25px 45.2704918px;
    width: 197.25px;
    height: 45.2704918px;
    display: block;
    position: relative
}

.table td.detail-row {
    border-top: none;
    padding: 0;
}

.table td.detail-row div p {
    padding: 0.75rem;
}

strong {
    font-weight: 500;
}

.table.detail, .table.changelog {
    background: #f5f5f5;
}

.table.changelog th, .table.changelog td {
    padding-bottom: 0;
}

.table.changelog td {
    padding-top: 0;
}

.table.changelog tr:last-child td {
    padding-bottom: 0.75em;
}

.breadcrumb-item.active {
    color: #ccc;
}

.breadcrumb-item.active.selected {
    color: #333;
}

.picture-item label {
    min-height: 115px;
    margin-bottom: 0.5em;
}

.picture-item.with-variants label {
    min-height: 65px;
    margin-bottom: 0.5em;
}

.picture-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.picture-item .select-wrapper {
    min-height: 50px;
}

.picture-item .form-group {
    margin-bottom: 1em;
}

.pending-stock {
    color: #da3749;
    font-weight: bold;
}

.removed {
    color: #ddd;
    font-weight: normal;
    text-decoration: line-through;
}

.removed label {
    text-decoration: line-through;
}

.details {
    color: #000;
    font-weight: normal;
}

/* status values */

.status {
    font-weight: bold;
}

.Pending { /* red */
    background: #fbebec;
}

.Pending:hover {
    background: #f8d7db;
}

.Pending .status {
    color: #da3749;
}

.In { /* blue */
    background: #e9f6f8;
}

.In:hover {
    background: #d3ecf1;
}

.In .status {
    color: #24a2b7;
}

.Picking { /* yellow */
    background: #fff9ea;
}

.Picking:hover {
    background: #fff2d5;
}

.Picking .status {
    color: #fdc02f;
}

.Despatched { /* green */
    background: #eaf6ed;
}

.Despatched:hover {
    background: #d6eddb;
}

.Despatched .status {
    color: #30a64a;
}

.Invoiced { /* pink */
    background: #f8e7f8;
}

.Invoiced:hover {
    background: #f1d1f1;
}

.Invoiced .status {
    color: #bb18b9;
}

.Cancelled { /* light grey */
    background: #f6f7f8;
}

.Cancelled:hover {
    background: #edeef0;
}

.Cancelled .status {
    color: #a3acb6;
}

.Returned, .Partially { /* dark grey */
    background: #f3f3f4;
}

.Returned:hover, .Partially:hover {
    background: #e7e8ea;
}

.Returned .status, .Partially .status {
    color: #868e96;
}

.multiselect-selected-text {
    font-size: 0.7em;
}
