@font-face {
    font-family: "futura-pt";
    font-weight: 400;
    src: url('../fonts/FUTURA-BOOK.TTF') format('truetype');
}

@font-face {
    font-family: "futura-pt";
    font-weight: 700;
    src: url('../fonts/FUTURA-BOLD.TTF') format('truetype');
}

@font-face {
    font-family: "proxima-nova";
    font-weight: 400;
    src: url('../fonts/ProximaNova-Reg.otf') format('opentype');
}

@font-face {
    font-family: "proxima-nova";
    font-weight: 700;
    src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
}

/* global body padding */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'proxima-nova', sans-serif;
    color: #192235;
}

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

h1, h5, h6{
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    color: #1f4c8f;
}

.btn, nav, .nav-pills {
    font-weight: 700;
    font-size: 1.12em;
}

h1 {
    font-size: 2.78em;
}

.sidebar-nav {
    font-size: 1.18em;
}


/* 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-primary, .page-item.active .page-link,
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #224B8E;
    border-color: #224B8E;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #2D395A;
    border-color: #2D395A;
}
.btn-outline-primary {
    border-color: #224B8E;
    color: #224B8E;
    border-width: 4px;
}
.nav-pills .nav-link.active, .nav-pills .nav-item.tagsort-active a, .nav-pills .nav-item.show .nav-link {
    background-color: #1f4c90;
}

a {
    color: #205ba7;
}

a:hover {
    color: #2D395A;
}

.btn-danger {
    background-color: #a62d40;
    border-color: #a62d40;
}

.btn-danger:hover {
    background-color: #2D395A;
    border-color: #2D395A;
}

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

.table .header {
    font-weight: bold;
}

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

.sidebar-header {
    padding-bottom: 40px;
}

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

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

strong {
    font-weight: bold;
}

.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.minheight {
    /*min-height: 115px;*/
    min-height: 135px;
    margin-bottom: 0.5em;
}

.picture-item.with-variants label.minheight {
    /*min-height: 65px;*/
    min-height: 85px;
    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;
}

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

.Invoiced:hover {
    background: #f1d1f1;
}

.Invoiced .status {
    color: #bb18b9;
}

.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;
}

.summary .btn-link {
    padding: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    line-height: 1em;
}

.summary .btn-link.btn-danger {
    color: #e42313;
    background: transparent;
    border: transparent;
}

.cat-sub-pill {
    padding: 2px 8px;
    color: #fff;
    background-color: #95c11f;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.form-check-input {
    position: absolute;
    margin-top: 0.35rem;
    margin-left: 0;
}

.campaign-form {
    margin-top: 2rem;
}

.campaign-form label {
    font-weight: 700;
}

#campaignselector {
    margin: -1rem 0 2rem;
}

#campaignselector .title {
    font-weight: 700;
}
