@font-face {
    font-family: "LG Smart Regular";
    src: url("/fonts/LG_Smart_Regular.woff") format("woff")
}

@font-face {
    font-family: "LG Smart Bold";
    src: url("/fonts/LG_Smart_SemiBold.woff") format("woff")
}

body,
html {
    color: #6b6b6b;
    font-family: "LG Smart Regular", sans-serif;
    outline: none !important;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

.btn {
    border: none;
    border-radius: 0;
}

.btn-primary,
.btn-secondary,
.login-btn {
    background: #a40034;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
}

.login-btn {
    text-transform: uppercase;
    padding: .6rem 1rem !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-secondary:hover,
    .btn-secondary:focus,
    .login-btn:hover,
    .login-btn:focus {
        background: #710024;
        color: #fff;
        transition: all .5s ease-in-out;
    }

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #710024;
    border-color: #710024;
}

input,
select,
textarea,
.form-control {
    border-radius: 0 !important;
    color: #6b6b6b;
    padding: .475rem .75rem;
}

    input:focus,
    select:focus,
    textarea:focus,
    .form-control:focus,
    option {
        outline: none !important;
    }

    input[type="submit"] {
        background: #a40034;
        border: none;
        border-radius: 0;
        color: #fff;
        font-size: 1rem;
        padding: .6rem 1rem;
        text-transform: uppercase;
    }

        input[type="submit"]:hover,
        input[type="submit"]:focus {
            background: #710024;
            transition: all .5s ease-in-out;
        }

    .form-control:focus {
        border-color: #a4003452;
        box-shadow: 0 0 0 0.2rem rgba(164, 0, 52, 0.1);
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

dt {
    font-weight: normal;
}

h2 {
    color: #1f1f1f;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 4rem 0 0 0;
}

.front-wrapper h2 {
    color: #1f1f1f;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.front-wrapper p {
    margin-bottom: 2rem;
}

.front-wrapper .btn {
    width: 100%;
}

p {
    font: normal normal 1.125rem/150% "LG Smart Regular", Arial, Helvetica, sans-serif;
}

a {
    color: #1f1f1f;
}

    a:hover,
    a:focus {
        background-color: #f6f6f6;
        color: #a40034;
        text-decoration: none;
    }

.navbar {
    background-color: #fff;
}

.nav-down .navbar {
    box-shadow: 0 4px 40px 0px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    color: #a7acb1 !important;
    margin-right: 5rem;
}

    .navbar-brand img {
        width: 180px;
    }

    .navbar-brand a img[src*='svg'],
    .navbar-brand a img[src*="svg"] {
        width: 100%;
        max-width: 100%;
    }

.navbar-nav {
    text-transform: uppercase;
}

.navbar-nav-first {
    display: inline-block !important;
    text-transform: uppercase;
    width: 50%;
}

.navbar-nav .outline a {
    margin: 0 0 0 .5rem;
    text-transform: uppercase;
    padding: .3rem 1rem !important;
}

.logout-form {
    margin-top: .25rem;
    width: 100%;
}

.navbar-right {
    display: inline;
    width: 50%;
}

.full-width {
    width: 100% !important;
}

.navbar-right .nav-item {
    float: right;
}

    .navbar-right .nav-item.last a {
        padding-right: 0;
    }

.nav-item {
    display: inline-block;
}

.navbar-nav .text-muted {
    color: #6b6b6b !important;
    display: inline-block;
    padding: .5rem;
    text-transform: none;
    margin-left: 0;
}

.navbar-nav .nav-item:nth-child(5) {
    margin-left: 4rem;
}

.navbar-nav .text-muted:hover,
.navbar-nav .text-muted:focus {
    background: transparent;
    opacity: .5;
    transition: all .5s ease-in-out;
}

.navbar-brand:hover,
.navbar-brand:focus {
    background: transparent;
}

.front-img {
    z-index: -1;
}

.front-wrapper {
    padding: 2rem 0;
}

label {
    color: #000;
    font-family: 'LG Smart Bold', sans-serif;
    margin-bottom: .7rem;
}

#loginForm .form-group {
    padding: 0 1rem;
}

#loginForm hr {
    margin-bottom: 2rem;
}

.new-user {
    display: inline-block;
}

.forgot {
    display: inline-block;
    padding: 0 2rem;
    text-decoration: underline;
}

    .forgot a:hover,
    .forgot a:focus {
        background: transparent;
        transition: all .5s ease-in-out;
    }

.outline {
    display: inline-block;
}

    .outline a:hover,
    .outline a:focus {
        transition: all .5s ease-in-out;
    }

    .btn-outline,
    .outline a {
        padding: 1rem;
        border: 1px solid #cdcdcd;
        width: auto;
    }

    .outline a {
        display: inline-block;
        margin-top: 2rem;
    }

#ProductList tbody tr:hover {
    transition: all .25s ease-in-out;
    background-color: #f6f6f6;
    color: #a40034;
}

.remove-user-icon {
    cursor: pointer;
    margin: 0.2rem;
}

    .remove-user-icon:hover {
        transition: all .5s ease-in-out;
        color: #a40034;
        cursor: pointer;
    }

    .remove-user-icon.fa-disabled {
        color: lightgray;
        cursor: default;
    }

.front-wrapper .wrapper {
    background: rgb(255, 255, 255);
    background: linear-gradient(325deg, rgba(255, 255, 255, 1) 30%, rgba(241, 241, 241, 1) 100%);
    text-align: center;
}

.jumbotron {
    margin-top: -500px;
    position: absolute;
    padding: 3rem;
    background: rgba(255, 255, 255, .8);
    border-radius: 0;
}

.k-filter-row th,
.k-grid-header th.k-header {
    font-weight: 700;
}

.k-grid td {
    padding: 0.25rem 0.5rem;
}

    .k-grid td a {
        color: #6b6b6b;
    }

    .k-grid td.k-state-selected:hover a,
    .k-grid tr:hover a {
        color: #fff;
        background-color: transparent;
        text-decoration: underline;
    }

    .k-grid td.k-state-selected:hover .k-button,
    .k-grid tr:hover .k-button {
        color: #6b6b6b;
    }

    .k-grid td.k-state-selected:hover a:hover,
    .k-grid tr:hover a:hover {
        opacity: .5;
        transition: all .5s ease-in-out;
    }

    .k-grid td.k-state-selected:hover,
    .k-grid tr:hover {
        background-color: #bd6773;
        /*background-color: #a40034;*/
    }

.k-button.k-state-focused,
.k-button.k-state-hover,
.k-button:focus,
.k-button:hover,
.k-draghandle:hover,
.k-other-month.k-state-hover .k-link,
.k-pager-wrap .k-link:hover,
.k-split-button:focus,
.k-state-hover,
.k-state-hover:hover,
.k-textbox:hover,
div.k-filebrowser-dropzone em {
    background: #a40034;
    border-color: #a40034;
    color: #fff !important;
    transition: all .5s ease-in-out;
}

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited {
    background: #a40034;
    border-color: #a40034;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.k-button.k-state-focused,
.k-button.k-state-hover,
.k-button:focus,
.k-button:hover,
.k-draghandle:hover,
.k-other-month.k-state-hover .k-link,
.k-pager-wrap .k-link:hover,
.k-split-button:focus,
.k-state-hover,
.k-state-hover:hover,
.k-textbox:hover,
div.k-filebrowser-dropzone em {
    background: #a40034;
    border-color: #dbdbdb;
    color: #fff !important;
    transition: all .5s ease-in-out;
}


.k-block,
.k-content,
.k-dropdown .k-input,
.k-popup,
.k-toolbar,
.k-widget {
    color: #6b6b6b;
}

.k-grid tbody td > .k-grid-delete,
.k-grid tbody td > .k-grid-delete:hover,
.k-grid tbody td > .k-grid-delete:focus {
    background-color: transparent;
    text-decoration: none;
    opacity: 1;
}

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-state-focused > .k-select,
.k-state:hover > .k-select {
    background-color: #a40034 !important;
    background-image: none;
    background: #a40034 !important;
    color: #fff !important;
}

    .k-autocomplete.k-state-focused .k-icon,
    .k-dropdown-wrap.k-state-focused .k-icon,
    .k-multiselect.k-header.k-state-focused .k-icon,
    .k-numeric-wrap.k-state-focused .k-icon,
    .k-picker-wrap.k-state-focused .k-icon,
    .k-state-focused > .k-select .k-icon,
    .k-state:hover > .k-select .k-icon {
        filter: invert(.3);
    }

.k-button.k-button-icontext .k-icon,
.k-button.k-button-icontext .k-image {
    margin: .2rem;
}

.k-button:hover .k-i-collapse,
.k-button:hover .k-i-minus,
.k-button:hover .k-i-minus-disabled,
.k-button:hover .k-minus,
.k-button:hover .k-minus-disabled,
.k-button:focus .k-i-collapse,
.k-button:focus .k-i-minus,
.k-button:focus .k-i-minus-disabled,
.k-button:focus .k-minus,
.k-button:focus .k-minus-disabled {
    background-position: -15px -224px !important;
}

.k-button:hover .k-i-expand,
.k-button:hover .k-i-plus,
.k-button:hover .k-i-plus-disabled,
.k-button:hover .k-plus,
.k-button:hover .k-plus-disabled,
.k-button:focus .k-i-expand,
.k-button:focus .k-i-plus,
.k-button:focus .k-i-plus-disabled,
.k-button:focus .k-plus,
.k-button:focus .k-plus-disabled {
    background-position: -15px -192px;
}

.k-icon:hover {
    opacity: 1 !important;
}

:root * > .k-icon,
:root * > .k-sprite,
:root * > .k-tool-icon {
    vertical-align: top;
    margin-top: .5rem;
}

.k-grid-header th.k-header .k-icon.k-filter {
    margin-top: 0;
}

.k-button:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: inset 0 0 0 1px #a40034 !important;
}

.k-button.k-state-active:hover,
.k-button:active:hover {
    background-color: #fff !important;
    background-image: none;
    background: #fff !important;
    color: #fff !important;
}

.k-button.k-state-active,
.k-button:active {
    background-color: #fff !important;
    background-image: none;
    background: #fff !important;
    color: #fff !important;
}

.k-datepicker {
    width: 15vw;
}

.pdf-url {
    max-width: 200px;
    word-break: break-all;
}

.k-input,
.k-multiselect-wrap,
.k-textbox > input,
input.k-textbox,
textarea.k-textbox,
span.k-select {
    background-color: white !important;
    color: #6b6b6b !important;
}


    input.k-textbox:hover,
    textarea.k-textbox:hover,
    span.k-select:hover {
        color: #787878 !important;
    }

.k-primary {
    background-color: #a40034 !important;
    border: #a40034 !important;
}

    .k-primary:hover {
        background: #710024 !important;
        border: #710024 !important;
    }

.k-state-hover > .k-input,
.k-state-hover > .k-select {
    color: white !important;
    background-color: #a40034 !important;
}


.full-width-container {
    margin-left: calc(50% - 49vw);
    margin-right: calc(50% - 49vw);
}

a.k-button.k-button-icontext.k-grid-delete {
    background-color: white;
    min-width: 20px;
}

    a.k-button.k-button-icontext.k-grid-delete:hover {
        background-color: #a40034;
    }
