/* missing styles from bundle.css start */

*

@version v2.1.12
* @link https://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
*/
    /*!
     * Bootstrap v4.3.1 (https://getbootstrap.com/)
     * Copyright 2011-2019 The Bootstrap Authors
     * Copyright 2011-2019 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     */
:root {
    --blue: #467fd0;
    --indigo: #6610f2;
    --purple: #605ca8;
    --pink: #e83e8c;
    --red: #cd201f;
    --orange: #fd9644;
    --yellow: #ffc107;
    --green: #4dbd74;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #73818f;
    --gray-dark: #2f353a;
    --light-blue: #63c2de;
    --primary: #467fd0;
    --secondary: #c8ced3;
    --success: #4dbd74;
    --info: #63c2de;
    --warning: #ffc107;
    --danger: #cd201f;
    --light: #f0f3f9;
    --dark: #2f353a;
    --default: #c8ced3;
    --notice: #63c2de;
    --error: #cd201f;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #23282c;
    text-align: left;
    background-color: #f0f3f9
}

body {
    -webkit-font-smoothing: antialiased;
}

.app-footer, .breadcrumb, .breadcrumb-menu .btn {
    font-size: .9em;
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #467fd0;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #295aa1;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #73818f;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #73818f
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f0f3f9;
    border: 1px solid #c8ced3;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #73818f
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #23282c;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #23282c
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }

    .sidebar.sidebar-fixed {

        /*top: 67px;*/

    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .nav-dropdown-toggle {
    position: relative
}

.sidebar .nav-dropdown-toggle:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-top: -4px;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform .3s
}

.sidebar .nav-dropdown.open > .nav-dropdown-toggle:before {
    transform: rotate(-90deg);
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #23282c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #23282c;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(70, 127, 208, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #467fd0;
    border-color: #467fd0
}

.btn-primary:hover {
    color: #fff;
    background-color: #316bbf;
    border-color: #2e66b5
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(98, 146, 215, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #467fd0;
    border-color: #467fd0
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e66b5;
    border-color: #2b60ab
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(98, 146, 215, .5)
}

.btn-secondary {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-secondary:hover {
    color: #23282c;
    background-color: #b3bbc2;
    border-color: #acb5bc
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0 rgba(175, 181, 186, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #23282c;
    background-color: #acb5bc;
    border-color: #a5aeb7
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(175, 181, 186, .5)
}

.btn-success {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-success:hover {
    color: #fff;
    background-color: #3ea662;
    border-color: #3a9d5d
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0 rgba(104, 199, 137, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a9d5d;
    border-color: #379457
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(104, 199, 137, .5)
}

.btn-info {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-info:hover {
    color: #23282c;
    background-color: #43b6d7;
    border-color: #39b2d5
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0 rgba(89, 171, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b2d5;
    border-color: #2eadd3
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(89, 171, 195, .5)
}

.btn-warning {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #23282c;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 0 rgba(222, 170, 13, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #23282c;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(222, 170, 13, .5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #ac1b1a;
    border-color: #a11918
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 0 rgba(213, 65, 65, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a11918;
    border-color: #961717
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 65, 65, .5)
}

.btn-light {
    color: #23282c;
    background-color: #f0f3f9;
    border-color: #f0f3f9
}

.btn-light:hover {
    color: #23282c;
    background-color: #d5ddee;
    border-color: #ccd6ea
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 0 rgba(209, 213, 218, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #23282c;
    background-color: #f0f3f9;
    border-color: #f0f3f9
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #23282c;
    background-color: #ccd6ea;
    border-color: #c2cfe7
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(209, 213, 218, .5)
}

.btn-dark {
    color: #fff;
    background-color: #2f353a;
    border-color: #2f353a
}

.btn-dark:hover {
    color: #fff;
    background-color: #1e2225;
    border-color: #181b1e
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 0 rgba(78, 83, 88, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #2f353a;
    border-color: #2f353a
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #181b1e;
    border-color: #121517
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(78, 83, 88, .5)
}

.btn-default {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-default:hover {
    color: #23282c;
    background-color: #b3bbc2;
    border-color: #acb5bc
}

.btn-default.focus, .btn-default:focus {
    box-shadow: 0 0 0 0 rgba(175, 181, 186, .5)
}

.btn-default.disabled, .btn-default:disabled {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
    color: #23282c;
    background-color: #acb5bc;
    border-color: #a5aeb7
}

.btn-default:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(175, 181, 186, .5)
}

.btn-notice {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-notice:hover {
    color: #23282c;
    background-color: #43b6d7;
    border-color: #39b2d5
}

.btn-notice.focus, .btn-notice:focus {
    box-shadow: 0 0 0 0 rgba(89, 171, 195, .5)
}

.btn-notice.disabled, .btn-notice:disabled {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-notice:not(:disabled):not(.disabled).active, .btn-notice:not(:disabled):not(.disabled):active, .show > .btn-notice.dropdown-toggle {
    color: #fff;
    background-color: #39b2d5;
    border-color: #2eadd3
}

.btn-notice:not(:disabled):not(.disabled).active:focus, .btn-notice:not(:disabled):not(.disabled):active:focus, .show > .btn-notice.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(89, 171, 195, .5)
}

.btn-error {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f
}

.btn-error:hover {
    color: #fff;
    background-color: #ac1b1a;
    border-color: #a11918
}

.btn-error.focus, .btn-error:focus {
    box-shadow: 0 0 0 0 rgba(213, 65, 65, .5)
}

.btn-error.disabled, .btn-error:disabled {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f
}

.btn-error:not(:disabled):not(.disabled).active, .btn-error:not(:disabled):not(.disabled):active, .show > .btn-error.dropdown-toggle {
    color: #fff;
    background-color: #a11918;
    border-color: #961717
}

.btn-error:not(:disabled):not(.disabled).active:focus, .btn-error:not(:disabled):not(.disabled):active:focus, .show > .btn-error.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 65, 65, .5)
}

.btn-outline-primary {
    color: #467fd0;
    border-color: #467fd0
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #467fd0;
    border-color: #467fd0
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(70, 127, 208, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #467fd0;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #467fd0;
    border-color: #467fd0
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(70, 127, 208, .5)
}

.btn-outline-secondary {
    color: #c8ced3;
    border-color: #c8ced3
}

.btn-outline-secondary:hover {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(200, 206, 211, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #c8ced3;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(200, 206, 211, .5)
}

.btn-outline-success {
    color: #4dbd74;
    border-color: #4dbd74
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(77, 189, 116, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #4dbd74;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(77, 189, 116, .5)
}

.btn-outline-info {
    color: #63c2de;
    border-color: #63c2de
}

.btn-outline-info:hover {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(99, 194, 222, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #63c2de;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(99, 194, 222, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #cd201f;
    border-color: #cd201f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(205, 32, 31, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #cd201f;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(205, 32, 31, .5)
}

.btn-outline-light {
    color: #f0f3f9;
    border-color: #f0f3f9
}

.btn-outline-light:hover {
    color: #23282c;
    background-color: #f0f3f9;
    border-color: #f0f3f9
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(240, 243, 249, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f0f3f9;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #23282c;
    background-color: #f0f3f9;
    border-color: #f0f3f9
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(240, 243, 249, .5)
}

.btn-outline-dark {
    color: #2f353a;
    border-color: #2f353a
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2f353a;
    border-color: #2f353a
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(47, 53, 58, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #2f353a;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #2f353a;
    border-color: #2f353a
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(47, 53, 58, .5)
}

.btn-outline-default {
    color: #c8ced3;
    border-color: #c8ced3
}

.btn-outline-default:hover {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-outline-default.focus, .btn-outline-default:focus {
    box-shadow: 0 0 0 0 rgba(200, 206, 211, .5)
}

.btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #c8ced3;
    background-color: transparent
}

.btn-outline-default:not(:disabled):not(.disabled).active, .btn-outline-default:not(:disabled):not(.disabled):active, .show > .btn-outline-default.dropdown-toggle {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-outline-default:not(:disabled):not(.disabled).active:focus, .btn-outline-default:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(200, 206, 211, .5)
}

.btn-outline-notice {
    color: #63c2de;
    border-color: #63c2de
}

.btn-outline-notice:hover {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-outline-notice.focus, .btn-outline-notice:focus {
    box-shadow: 0 0 0 0 rgba(99, 194, 222, .5)
}

.btn-outline-notice.disabled, .btn-outline-notice:disabled {
    color: #63c2de;
    background-color: transparent
}

.btn-outline-notice:not(:disabled):not(.disabled).active, .btn-outline-notice:not(:disabled):not(.disabled):active, .show > .btn-outline-notice.dropdown-toggle {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-outline-notice:not(:disabled):not(.disabled).active:focus, .btn-outline-notice:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-notice.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(99, 194, 222, .5)
}

.btn-outline-error {
    color: #cd201f;
    border-color: #cd201f
}

.btn-outline-error:hover {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f
}

.btn-outline-error.focus, .btn-outline-error:focus {
    box-shadow: 0 0 0 0 rgba(205, 32, 31, .5)
}

.btn-outline-error.disabled, .btn-outline-error:disabled {
    color: #cd201f;
    background-color: transparent
}

.btn-outline-error:not(:disabled):not(.disabled).active, .btn-outline-error:not(:disabled):not(.disabled):active, .show > .btn-outline-error.dropdown-toggle {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f
}

.btn-outline-error:not(:disabled):not(.disabled).active:focus, .btn-outline-error:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-error.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(205, 32, 31, .5)
}

.btn-link {
    font-weight: 400;
    color: #467fd0;
    text-decoration: none
}

.btn-link:hover {
    color: #295aa1;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #73818f;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.form-control {
    display: block;
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px); */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.btn-danger:hover, .btn-dark:hover, .btn-ghost-danger:hover, .btn-ghost-dark:hover, .btn-ghost-info:hover, .btn-ghost-primary:hover, .btn-ghost-success:hover, .btn-info, .btn-info:hover, .btn-outline-danger:hover, .btn-outline-dark:hover, .btn-outline-info:hover, .btn-outline-primary:hover, .btn-outline-success:hover, .btn-primary:hover, .btn-success:hover {
    color: #fff !important
}


.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select /*, .form-control */
{
    display: block;
    width: 100%;
    height: 2.375rem;
    padding: .375rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, .12);
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#crudTable_wrapper .dataTables_length select {
    min-width: 4.3rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: none !important;
}

table.dataTable .col- * {
    padding-right: 15px;
    padding-left: 15px;
}

.border-xs {
    border: 1px solid rgba(0, 40, 100, .12);
}

.table-striped tbody tr:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, .02);
}

.table-striped tbody tr:nth-of-type(odd) td {
    background-color: transparent;
}

.table td, .table th,
table[data-sortable].sortable-theme-slick tbody td {
    border-top: 1px solid #e0e0e0;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #c8ced3;
}

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#crudTable_wrapper #crudTable td, #crudTable_wrapper #crudTable th, #crudTable_wrapper table.dataTable td, #crudTable_wrapper table.dataTable th {
    outline: none;
    vertical-align: middle;
    line-height: inherit;
}

#crudTable_wrapper #crudTable td.inputtypecheckboxclasscrudbulkactionsgeneralcheckbox span {
    display: none;
}

#crudTable_wrapper #crudTable td.inputtypecheckboxclasscrudbulkactionsgeneralcheckbox span.crud_bulk_actions_checkbox {
    display: inline-block;
}

.app-header .navbar-brand {
    color: #73818f;
}

.card, .shadow-xs {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.bg-white {
    background-color: #fff !important;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.float-right {
    float: right !important;
}


.bg-primary {
    background-color: #467fd0 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #2e66b5 !important
}

.bg-secondary {
    background-color: #c8ced3 !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #acb5bc !important
}

.bg-success {
    background-color: #4dbd74 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #3a9d5d !important
}

.bg-info {
    background-color: #63c2de !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #39b2d5 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #cd201f !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #a11918 !important
}

.bg-light {
    background-color: #f0f3f9 !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #ccd6ea !important
}

.bg-dark {
    background-color: #2f353a !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #181b1e !important
}

.bg-default {
    background-color: #c8ced3 !important
}

a.bg-default:focus, a.bg-default:hover, button.bg-default:focus, button.bg-default:hover {
    background-color: #acb5bc !important
}

.bg-notice {
    background-color: #63c2de !important
}

a.bg-notice:focus, a.bg-notice:hover, button.bg-notice:focus, button.bg-notice:hover {
    background-color: #39b2d5 !important
}

.bg-error {
    background-color: #cd201f !important
}

a.bg-error:focus, a.bg-error:hover, button.bg-error:focus, button.bg-error:hover {
    background-color: #a11918 !important
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid #c8ced3;
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f9;
    border-bottom: 1px solid #c8ced3
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f0f3f9;
    border-top: 1px solid #c8ced3
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}


.bg-danger, .bg-dark, .bg-info, .bg-primary, .bg-success, .bg-warning {
    color: #fff;
}


.card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 40, 100, .12);
    border-radius: 3px
}

.card-header {
    border-bottom: 1px solid rgba(0, 40, 100, .12);
    background: transparent
}

.card-footer {
    border-top: 1px solid rgba(0, 40, 100, .12);
    background: transparent
}

.card.bg-danger, .card.bg-info, .card.bg-primary, .card.bg-warning {
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.brand-card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 40, 100, .12);
    border-radius: 3px
}


/* missing styles from bundle.css end */


/* fixing modal backdrop position */
.main > .container-fluid.fadeIn {
    animation-name: initial !important;
    -webkit-animation-name: initial !important;
}


/* missing forms.css start */

.form-group.required > label:not(:empty):not(.form-check-label)::after {
    content: ' *';
    color: #ff0000;
}

.help-block {
    margin-top: .25rem;
    margin-bottom: .25rem;
    color: #73818f;
    font-size: 0.9em;
}

.nav-tabs .nav-link:hover {
    border-bottom: none;
    color: #384c74;
}

form .select2-container--bootstrap .select2-selection--single,
form .select2-container--bootstrap .select2-selection--multiple {
    min-height: 38px;
}

form .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-height: 36px;
}

form .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px;
}

form .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 8px;
}

form .select2-container--bootstrap .select2-selection--single {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* missing forms.css ends */

.form-control.colorInput {
    padding: 5px 10px 5px 0;
    border: none;
}

.color-settings .form-group span {
    line-height: 0.9em;
}

.color-settings .form-group {
    display: flex;
    align-items: center;
}


td.status span {
    text-transform: capitalize;
}

.po-standby-0, .container-standby-0{
    background-color: #f3a845 !important;
}

.po-standby-1, .container-standby-1{
    background-color: #479ebe !important;
}

.po-standby-2, .container-standby-2{
    background-color: #c058f5 !important;
}

.po-standby-3, .container-standby-3{
    background-color: #766df3 !important;
}

.po-standby-4, .container-standby-4{
    background-color: #f2de39 !important;
}

.po-standby-5, .container-standby-5{
    background-color: #50ccfc !important;
}

.po-standby-6, .container-standby-6{
    background-color: #f16767 !important;
}

.po-standby-7, .container-standby-7{
    background-color: #5f7ae3 !important;
}

.po-standby-8, .container-standby-8{
    background-color: #d896f1 !important;
}

.po-standby-1 a, .container-standby-0,
.po-standby-2 a, .container-standby-1,
.po-standby-3 a, .container-standby-2,
.po-standby-6 a, .container-standby-3,
.po-standby-7 a, .container-standby-4{
    color: #fff
}

.help-block {
    font-size: 85%;
}

.iretm-send-email {
    margin-top: 10px;
}

.inventory-api-table th {
    min-width: 120px
}

#crudTable.inventory-api-table thead > tr > th {
    padding-right: 5px
}

#crudTable tr th:first-child, #crudTable tr td:first-child, #crudTable table.dataTable tr th:first-child, #crudTable table.dataTable tr td:first-child {
    display: table-cell;
}

.media-with-preview {
    background-color: #6c757d;
    margin: 4px;
    color: #fff !important;
    font-weigth: bold;
    float: left;
}

.media-with-preview .preview {
    background-size: cover !important;
    height: 200px;
    border: 3px #737B83 solid;
    border-top: none;
}

.packing-list-image-wrapper {
    cursor: pointer;
}

.packing-list-image {
    background-size: cover !important;
    height: 200px;
    border: 0px #737B83 solid;
    border-top: none;
}

.pl-border-success {
    border: 3px solid forestgreen
}

.pl-border-incomplete {
    border: 3px solid red
}

#crudTable td em {
    display: none;
}

.avatar-img {

}

.app-header .header-toggler {
    width: 75px;
    height: 25px;
}

@media (min-width: 1200px) {
    .sidebar-lg-show table.dataTable.fixedHeader-floating {

        width: calc(100% - 295px) !important;
    }

    body:not(.sidebar-lg-show) table.dataTable.fixedHeader-floating {
        left: 40px !important;
        width: calc(100% - 70px) !important;
    }
}

.app-header {
    background-color: #101426 !important;
    justify-content: flex-end;
    flex-wrap: nowrap;
    padding: 0;
}

.app-header .navbar-brand {
    margin-right: 1rem;
    width: 100%;
    height: auto;

    display: block;
    text-align: right;
}

.app-header .navbar-brand img {
    display: inline-block;
    width: 170px;
}

.app-header .navbar-brand::after {
    content: "Seller Central";
    display: block;
    line-height: 1em;
    font-size: 0.7em;
    letter-spacing: 0.03em;
}

.app-header .navbar-nav {
    order: 2;
    margin-left: 0 !important; /* width: 100%; */
}

.app-header .navbar-toggler {
    color: #fff;
    order: 1;
}

.app-body,
.wrapper {
    /*margin-left: 256px;*/
    transition: all 0.2s ease;
}

.sidebar {
    transition: all 0.2s ease;
}

.sidebar .nav-dropdown .nav-link.nav-dropdown-toggle:not(.collapsed),
.sidebar li.nav-dropdown > .nav-dropdown-items:has(li a.active),
.sidebar .nav-dropdown .nav-dropdown-items.collapse.show {
    background: rgba(0, 0, 0, .2) !important;
}

.sidebar .simplebar-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar .simplebar-content > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.sidebar li.nav-dropdown > .nav-dropdown-items {
    padding-bottom: 10px;
}

.sidebar .nav-dropdown:has(li a.active) > .nav-dropdown-items {
    padding-bottom: 0px;
}

.sidebar .nav-dropdown:has(li a.active) .nav-link.nav-dropdown-toggle:before,
.sidebar .nav-dropdown .nav-link.nav-dropdown-toggle:not(.collapsed):before {
    transform: rotate(-90deg) !important;
}

body:has(.phpdebugbar) .sidebar {
    bottom: 35px;
}

.sidebar.hide + .app-body {
    margin-left: 0;
}

.app-body .sidebar { /* order: 2; */
}

.app-body .main { /* order: 1; */
    transition: all 0.2s ease;
}

.sidebar .sidebar-nav, .sidebar .sidebar-scroll, .sidebar .nav {
    width: 256px;
    transition: all 0.05s ease;
}

.sidebar.hide {
    margin-left: -256px !important;
}

.app-header .nav-item .nav-link {
    outline: none;
}

.sidebar .nav-dropdown-toggle:before {
    background-color: #fff;
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    background-image: none;
    background-repeat: no-repeat;
    width: 7px;
    height: 8px;
}

.sidebar,
.sidebar-nav {
    background: #0061A7;
}

.sidebar .nav-link {
    font-weight: 400;
    white-space: normal;
    color: white !important;
    align-items: flex-start;
}

.sidebar-nav .simplebar-content .nav-group-toggle::after {
    margin-right: 10px;
}

.sidebar-nav .simplebar-content > li > a.nav-group-toggle::after {
    margin-top: 6px;
}

#sidebar .nav-dropdown-items a.nav-group-toggle + ul.nav-dropdown-items .nav-link {
    padding-left: 100px !important;
}

.sidebar .nav-dropdown.open {
    background: rgba(0, 0, 0, .2) !important
}

.sidebar .nav-item .nav-link {

    background: none !important;
}

.sidebar .nav-item a.nav-link:not(.active):hover,
.sidebar .nav-item a.nav-link:not(.active):active,
.sidebar .nav-item a.nav-link:not(.active):focus {
    background: rgba(255, 255, 255, 0.05) !important;
}

.sidebar .nav-link .nav-icon {
    font-size: 1.7em;
    color: #fff;
    vertical-align: middle;
    margin: -2px -10px 0px 0;
}

.sidebar .nav-dropdown .nav-dropdown-items li a.nav-link .nav-icon {
    margin-top: 0;
}

.sidebar .nav-link.active {
    background: rgba(255, 255, 255, 0.84) !important;
    color: #333 !important;
    font-weight: bold;
    font-size: 0.95em;
}

.sidebar ul ul .nav-link.active {
    font-weight: normal;
    font-size: 0.9em;
}

.sidebar ul ul .nav-link {
    line-height: 1em;
    padding: 0.5em 0.25em 0.2em;

}

.sidebar .nav-dropdown:has(li a.active) .nav-link.nav-dropdown-toggle,
.sidebar .simplebar-content > li > a.nav-link.active {
    background: rgba(16, 20, 38, 1) !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 0.95em;
}

.sidebar .nav-link {
    padding: 0.91rem 0.25rem;
}

.sidebar .simplebar-content > li > a.nav-link.active {
    padding: 1rem 0.25rem;
}

.simplebar-content:after, .simplebar-content:before {
    display: none;
}

.sidebar .nav-dropdown:has(li a.active) .nav-link.nav-dropdown-toggle .nav-icon,
.sidebar .nav-link.active .nav-icon {
    color: #FC0013;
}

.nav-dropdown-items .nav-link {
    font-size: 0.9em;
    padding: 0.1rem 0.25rem;
    padding-left: 0.3rem !important;
}

.nav-dropdown-items .nav-dropdown-items .nav-link {
    padding-left: 2rem !important;
}

.nav-dropdown-items .nav-link .nav-icon {
    font-size: 1.2em;
}

.sidebar .nav-dropdown.open > .nav-dropdown-items {
    padding-bottom: 0.8rem
}

.nav-dropdown-items:has(li a.active) {
    display: block !important;
    transition: none !important;

}

.sidebar .nav-dropdown.open .nav-link.active {
    margin-left: 0;
    padding-left: 0.8em;
    color: #333;
    font-weight: 400;
    font-size: 0.9em
}


#crudTable {
}

#fm-products-table .select2-container {
    width: 100% !important;
}

#crudTable thead tr,
table[data-sortable].sortable-theme-slick thead tr,
.fixedHeader-floating thead tr {
    background: rgba(0, 78, 133, 0.87);

}


.table_row_slider table thead tr:hover {
    background: rgba(0, 78, 133, 0.87) !important;
}

.table_row_slider table tbody tr:nth-of-type(2n):hover {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

#crudTable thead tr th,
table[data-sortable].sortable-theme-slick thead tr th,
.fixedHeader-floating thead tr th {
    background: none !important;
    color: white;
    font-size: 0.95em;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;

}

#crudTable tfoot tr,
table[data-sortable] tr {
    background: rgba(0, 0, 0, 0.5);

}

#crudTable tfoot tr th,
table[data-sortable] th:not([data-sortable="false"]) {
    background: none !important;
    color: white;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle !important;
}

#crudTable tfoot tr th:after,
table[data-sortable] th:after {
    display: none !important;
}

table#crudTable[data-sortable].sortable-theme-slick tbody > tr > td {
    padding: 5px 10px;
    /* background-color: transparent!important; */
}

table#crudTable[data-sortable].sortable-theme-slick tbody > tr:nth-child(odd) > td {
    /* background-color: transparent!important; */

}

.dataTables_filter input {
    border-radius: 5px !important;

}

.dataTables_scrollHead + .dataTables_scrollBody #crudTable {
}

.bg-warning {
    background-color: rgba(205, 154, 0, 0.84) !important;
    color: rgba(0, 0, 0, 0.55);
}

.bg-warning a {
    color: rgba(0, 0, 0, 0.55);
}

#crudTable.table-striped tbody tr:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, .05);
}

.page-item.active .page-link {
    background: #333;
    border-color: #333;
}

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #cd000f;
    border-color: #FC0013;
    font-weight: 600;
}

.btn-primary .fa,
.btn-success .fa {
    font-weight: 600;
    font-size: 1.2em;
    vertical-align: text-bottom;
    margin: 0;
}

.btn-success {
    color: #fff;
    background-color: #0ebc17;
    border-color: #0ebc17;
    font-weight: 600;
}

.breadcrumb {
    justify-content: start !important
}

.btn-link {
    color: #0062A6;
}

.ppc-send-message-button,
.iretm-send-email {
    background: #0062A6;
    color: #fff;
}

.ppc-send-message-button:hover,
.iretm-send-email:hover {
    background: #005087;
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #347CB6;
    color: #fff;
}

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    outline: none !important;
}

.btn-primary:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0062A6;
    border-color: #0062A6;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled).active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled):active, .dataTables_wrapper .dataTables_paginate .show > .dropdown-toggle.paginate_button.current, .show > .btn-primary.dropdown-toggle {
    background: #0062A6;
    border-color: #0062A6;
    outline: none;
}

.bg-green {
    background-color: #0ebc17 !important;
}

a.bg-danger,
button.bg-danger {
    background-color: rgba(185, 27, 17, 1) !important;
}


.dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
}

#tab_elastic_search .form-check-label {
    display: block;
    margin-bottom: 0;
}

/* Dashboard Widgets Styles */


.widgets {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    align-content: stretch;
}

.widgets > div {
    background: #fff;
    border-radius: 3px;
    padding: 15px 10px 10px;
    width: calc(50% - 10px);
    flex-grow: 1;
    margin: 5px;
}

.widgets .btn {
    padding: 2px 8px;
    font-size: 14px;
}

.widgets > div.issues {
    width: 100%;
}

.widgets > div.my_design_request,
.widgets > div.my_design_tasks {
    width: calc(37% - 10px);
}

.widgets > div.my_design_timeframe,
.widgets > div.chat,
.widgets > div.shipping {
    width: calc(26% - 10px);
}

.widgets > div > div {
    max-height: 343px;
    border: 1px solid rgba(0, 40, 100, .12);
    overflow-y: auto !important;
}

.widgets #crudTable {
    border-collapse: separate;
    border: none;
    margin-bottom: 0;
}

.widgets #crudTable.table thead tr,
.widgets #employeeTable.table thead tr {
    background-color: transparent !important;
}

.widgets #crudTable.table thead th,
.widgets #employeeTable.table thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 10;
    background-color: rgba(0, 78, 133, 0.87) !important;
    padding: 7px !important;
}

.widgets h4.widget_title {
    margin: 0 0 13px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.widgets h4.widget_title > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widgets h4.widget_title .btn {
    white-space: nowrap;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --cui-table-accent-bg: initial;
    color: initial;
}

.widgets table[data-sortable] tr {
    background-color: initial;
}

.widgets .table-striped tbody tr:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, .05);
}

.table-hover > tbody > tr.even:hover,
.table-hover > tbody > tr.odd:hover {
    background-color: rgba(0, 0, 0, .12) !important;
}

.table-hover > tbody > tr.even:hover > td,
.table-hover > tbody > tr.odd:hover > td {
    background-color: transparent !important;
}

#forecastTable.table-hover > tbody > tr.even + tr:hover > td,
#forecastTable.table-hover > tbody > tr.odd + tr:hover > td {
    background-color: #fafafa !important;
    --cui-table-accent-bg: #fafafa;
}

.widgets .table th {
    white-space: nowrap;
}

.widgets .table td, .widgets .table th {
    border: none !important;
    padding: 5px 7px !important;
    font-size: 12px !important;
    min-width: 10px !important;
}

table[data-sortable].sortable-theme-slick tbody td {

}

@media (min-width: 1500px) {
    .widgets > div {
        width: calc(33% - 10px) !important;
    }
}

@media (max-width: 1200px) {
    .widgets > div {
        width: 100% !important;
    }

    .widgets > div.my_design_request,
    .widgets > div.my_design_tasks {
        width: calc(50% - 10px) !important;
    }
}


@media (max-width: 1200px) {
    #crudTable .btn.btn-sm.btn-link .fa {
        display: block;
        font-size: 30px;
    }

    #crudTable .btn.btn-sm.btn-link {
        overflow: hidden;
        height: 33px;
        width: 36px;
    }

    .app-header .navbar-brand {
        position: relative;
        left: 0;
    }
}

@media (max-width: 992px) {

    #packing-list-components .pl-component {
        width: 100% !important
    }
}

.pl-component > label,
.pl-component > input[type=checkbox] {
    display: none;
}


@media (max-width: 992px) {
    #packing-list-components .pl-component {
        width: 100% !important
    }


    .pl-component {
        position: relative;
    }


    .pl-border-success > label {
        position: absolute;
        width: 100%;
        cursor: pointer;
        height: 35px;
        z-index: 999;
        top: 0;
        left: 0;
        display: block;
    }

    .pl-border-success > input[type=checkbox] {
        opacity: 0;
        position: absolute;
        display: block;
    }

    .pl-border-success > input[type=checkbox]:checked ~ div.w-50 > div,
    .pl-border-success > input[type=checkbox]:checked ~ div.packing-list-image-wrapper {
        display: block !important;
    }

    .pl-border-success > input[type=checkbox]:checked ~ div.w-50 > div {
        line-height: inherit;
    }

    .pl-border-success {
        background: forestgreen;
        color: #fff;
        margin: 2px 0;
        border: 1px solid #000;
        height: auto;
    }

    .pl-border-success div.w-50 > div {
        line-height: 32px;
    }

    .pl-border-success .packing-list-image-wrapper {
        display: none;
    }

    .pl-border-success > input[type=checkbox]:checked ~ div.w-50 > div {
        border-color: #fff !important;
    }

    .pl-border-success .w-50 {
        width: 100% !important;
        position: relative;
    }

    .pl-border-success .w-50 > div {
        display: none;
        border-color: transparent !important;
    }

    .pl-border-success .w-50 > div:first-child {
        display: block;

    }

}

@media (max-width: 768px) {

    .popup-content-wrapper {
        max-width: calc(100% - 10px);
        width: calc(100% - 10px);
        min-width: 10px !important;
    }

    .popup-content-wrapper table {
        max-width: 100% !important;
        width: 100% !important;
    }

    .widgets > div,
    .widgets > div.my_design_request,
    .widgets > div.my_design_tasks {
        width: 100% !important;
    }

    .btn.btn-primary {
        width: 100%
    }

    .main .container-fluid {
        padding-right: 20px;
    }

    .form-group > .form-group {
        padding-left: 0;
        padding-right: 0;
    }

    div > a.btn:not(.btn-xs) {
        width: 100%;
        padding: .375rem 0;
        white-space: nowrap;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }

    table.dataTable.fixedHeader-floating {
        display: none !important;
    }

    body:not(.header_fixed) .app-header {
        position: fixed;
        width: 100%;
    }

    .well.well-sm a:not(.btn) {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .well.well-sm a.btn.btn-default.btn-xs.pull-right {
        padding: 0.2em 0.4em;
        font-size: 0.7em;
    }

    .app-body {
        margin-top: 55px !important;
    }

    #crudTable,
    #crudTable tbody,
    #crudTable tr {
        display: block;
        width: 100%;
    }

    #crudTable th {
        display: none !important;
    }

    #crudTable td {
        border: none;
    }

    #crudTable td:before {
        display: none !important;
    }

    #crudTable tr td:first-child {
        padding-left: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.31);
    }

    #crudTable td em {
        font-weight: bold;
        display: block;
        order: 0;
        margin: 0 10px 0 0;
        font-style: normal;
        font-size: 0.9em;
        line-height: 1.9em;
        letter-spacing: -1px; /* width: 100px; */
    }

    #crudTable td:nth-child(-n+2) em {
        display: none;
    }

    #crudTable tr {
        display: block;
        width: 100%;
    }

    #crudTable td {
        display: flex !important;
        justify-content: left;
        padding: 5px 10px;
        overflow: hidden;
        min-width: 0px !important; /* flex-wrap: wrap; */
    }

    #crudTable td > span {
        order: 1;
        width: 100%;
        white-space: normal;
    }

    #crudTable td > span div {
        padding: 0 5px !important;
        display: inline-block;
    }

    #crudTable td:not([class]) em,
    #crudTable td.Actions em {
        display: none !important;
    }

    #crudTable td:not([class]),
    #crudTable td.Actions {
        padding-left: 0;
    }

    #crudTable td em {
        text-transform: uppercase;
    }

    #crudTable tr td:last-child {
        border: none;
        padding-bottom: 20px;
    }

    .app-header .nav-item .avatar.nav-link > img, .app-header .nav-item .nav-link > .img-avatar {
        width: 50px !important;
        height: 35px !important;
    }

    #formRequest * {
        font-size: 1em;
    }

    #formRequest > .row {
        margin-bottom: 1rem;
    }

    .tab-content .tab-pane {
        /* padding: 0; */
    }

    .tab-content .form-group > .btn {
        margin: 0 15px;
        width: 100%;
    }

    .tab-content .form-group > .btn.ppc-send-message-button {
        margin: 10px 0 0;
    }

    #formRequest .form-group#saveActions {
        margin: 0;
    }

    #formRequest .form-group {
        padding: 0;
        width: 100%;
    }

    .btn-group, .btn-group-vertical {
        width: 100%
    }

    .btn-group.ml-4 {
        margin-left: 0 !important;
    }

    .btn-group .btn-group {
        /* margin: 0 15px; */
    }

    #formRequest .form-group .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;

    }

    #formRequest .form-group .col-8 .row {
        /* margin-left: 0; */
        /* margin-right: 0; */
    }

    #formRequest > .form-group.col-md-12 {
        /* margin-left: -15px!important; */
        /* margin-right: -15px!important; */
        /* width: 100%!important; *//* min-width: 100%; *//* max-width: 100%; *//* display: flex; *//* flex-wrap: wrap; */
    }

    #formRequest > .form-group.col-md-12 * {
        width: 100% !important;
    }

    .nav-tabs .ds_tab {
        max-width: 100% !important;
        width: 100%;
    }

    .box .form-group.col-sm-12 {
        padding: 0;
    }


    #tab_designrequests table thead,
    #inventory_html table thead,
    .pip-rpm-calculator thead {
        display: none;
    }

    #tab_designrequests table tr,
    #inventory_html table tr,
    .pip-rpm-calculator tr:not(.success) {
        display: block;
        margin-bottom: 20px;
    }

    .pip-rpm-calculator tr.success td {
        display: none;
    }

    .pip-rpm-calculator tr.success td:last-child {
        display: block;
    }

    #tab_designrequests table td,
    #tab_designrequests table th,
    #inventory_html table td,
    #inventory_html table th,
    .pip-rpm-calculator td,
    .pip-rpm-calculator th {
        display: block;
        padding: 3px;
        background: #fff;
        color: #333;
        text-align: left !important;
    }

    #tab_designrequests table td a,
    #inventory_html table td a,
    .pip-rpm-calculator td a {
        color: #333;
    }

    #tab_designrequests table td span,
    #inventory_html table td span,
    .pip-rpm-calculator td span {
        display: inline-block;
    }

    #tab_designrequests table td:before,
    #inventory_html table td:before,
    .pip-rpm-calculator tr:not(.success) td:before {
        display: inline-block;
        font-weight: bold;
        margin-right: 10px;
    }

    #rubber td:nth-child(1):before {
        content: "Rubber ";
    }

    #rubber td:nth-child(2):before {
        content: "# of Bags ";
    }

    #rubber td:nth-child(3):before {
        content: "Price Per Bag ";
    }

    #rubber tr:not(.success) td:nth-child(4):before {
        content: "Cost ";
    }

    #binder td:nth-child(1):before {
        content: "Binder ";
    }

    #binder td:nth-child(2):before {
        content: "# of Pails ";
    }

    #binder td:nth-child(3):before {
        content: "Price Per Pail ";
    }

    #binder tr:not(.success) td:nth-child(4):before {
        content: "Cost ";
    }

    #tab_designrequests table td:nth-child(1):before {
        content: "ID# ";
    }

    #tab_designrequests table td:nth-child(2):before {
        content: "Job Name ";
    }

    #tab_designrequests table td:nth-child(3):before {
        content: "SKU ";
    }

    #tab_designrequests table td:nth-child(4):before {
        content: "Model ";
    }

    #tab_designrequests table td:nth-child(5):before {
        content: "Status ";
    }

    #tab_designrequests table td:nth-child(6):before {
        content: "Type ";
    }

    #inventory_html table td:nth-child(1):before {
        content: "Manufacturer ";
    }

    #inventory_html table td:nth-child(2):before {
        content: "SKU ";
    }

    #inventory_html table td:nth-child(3):before {
        content: "Name ";
    }

    #inventory_html table td:nth-child(4):before {
        content: "AAA SKU ";
    }

    #inventory_html table td:nth-child(5):before {
        content: "AAA Name ";
    }

    #inventory_html table td:nth-child(6):before {
        content: "Available ";
    }

    #inventory_html table td:nth-child(7):before {
        content: "Model ";
    }

    .card-body {
        padding: 0.5em 0.85em 0.5em 0.5em;
    }

    .attachfile {
        width: 100%;
        max-width: 100%;
    }

    .attachfile .thumb {
        max-width: 100%;
        height: auto !important;
        width: 100% !important;
    }

    .nav-tabs-custom .nav-tabs {
        flex-wrap: nowrap;
    }

    .nav-tabs-custom .nav-tabs li a {
        padding: 5px;
        font-size: 0.95em;
        height: 100%;
    }

    .form-group.btn-design-add-custom {
        padding: 0;
        margin: 0;
    }

    .card-header {
        padding: 0.75em;
    }

    .card-header .btn {
        margin: 4px 0 0 0;
    }

    .card-header input.s_model {
        float: left;
        width: 80%;
        font-size: 0.8em;
        margin: 7px 0 0;
    }

    .media-with-preview {
        margin: 0 -15px 0 -15px; /* max-width: 100%; */
        float: none;
        width: 116%;
        padding: 0;
    }

    .media-with-preview .text-center > span {
        white-space: nowrap;
        max-width: 67%;
        float: left;
        padding: 4px 0 0 7px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 !important;
    }

    .media-with-preview .preview {
        background-repeat: no-repeat !important;
        background-position: center !important;
    }


    .issue #tab_main .form-group > a.float-right {
        float: none !important;
        width: 100% !important;
    }

    .issue #tab_main .form-group > a.float-right span {

        display: block;
        font-weight: 400;
        color: #23282c;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .issue #saveActions .btn-group .btn.btn-success.dropdown-toggle {
    }

    #saveActions .btn-group .btn-group {
        width: auto;
    }

    #calc-total-cost,
    #calc-cost-per-sqf,
    #calc-retail-total-cost,
    #calc-retail-cost-per-sqf,
    #calc-commission {
        font-size: 1.2em !important;
    }

    .pip-rpm-calculator .excludes-freight-cost {
        font-size: 0.8em !important;
    }
}

@media (max-width: 450px) {
    .app-header .navbar-brand img {
        width: 70%;
    }

    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #datatable_search_stack {
        float: none !important;
    }

    .dataTables_filter {
        text-align: center !important;
    }

    .dataTables_filter input {
        width: 100% !important;
        display: block !important;
        margin-left: 0 !important;
    }

    .dataTables_filter label {
        display: block;
        margin: 10px 0 0;
        padding: 0;
    }

    .hidden-print.with-border .btn.btn-primary.ladda-button {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}

@media (max-width: 320px) {
    .app-header .navbar-brand {
        margin: 0;
    }

}

#design-request-edit .nav-tabs-custom .nav-tabs {
    flex-wrap: wrap;
}

.modal-header {
    background-color: #0061a7;
    color: #fff;
}

.select2-search__field {
    background-color: #e4e7ea !important;
}


table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
}

table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:after {
    opacity: 1;
}

div.dtr-modal div.dtr-modal-content {
    padding: 1.4em!important;
}

div.dtr-modal div.dtr-modal-close {
    width: 24px!important;
    height: 24px!important;
    font-size: 31px!important;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    margin: 0;
    border: none!important;
    background-color: transparent!important;
}
