﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.wrapper.no-sideMenu .content-wrapper,
.wrapper.no-sideMenu .main-footer {
    margin-left: 0px;
}

.max-height {
    min-height: 100%;
    max-height: 100%;
    overflow: auto;
}

.kendo-grid-box > p, .form-group > p, .kendo-grid-box > .input-group > p {
    display: none;
}

.k-dialog.k-alert .k-dialog-titlebar.rk-danger {
    color: white;
    background-color: #00c0ef;
}

.rk-danger-icon, .rk-confirm-icon, .rk-info-icon {
    margin: 0 5px;
}

.k-dialog.k-alert .k-dialog-titlebar.rk-info {
    color: white;
    background-color: #dd4b39;
}

.k-dialog.k-confirm .k-dialog-titlebar.rk-confirm {
    color: white;
    background-color: #3c8dbc;
}

.k-dialog.k-alert .k-content, .k-dialog.k-confirm .k-content {
    white-space: pre-wrap;
}

.k-dropdown.form-control, .k-datepicker.form-control {
    width: 100%;
    display: block;
}

    .k-dropdown.form-control.withAddon,.k-autocomplete.form-control.withAddon {
        display: table-cell;
    }

        .k-dropdown.form-control.withAddon .k-dropdown-wrap, .k-autocomplete.form-control.withAddon, .br-0 {
            border-radius: 0;
        }

.form-control.input-validation-error {
    border: 2px solid #a94442;
}

.main-header .sidebar-toggle:before {
    content: none;
}

.rk-button-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .rk-button-div.btn-2 .btn {
        width: 45%;
    }

    .rk-button-div.btn-1 {
        width: 100%;
    }

.box {
    margin-bottom: 8px;
}

.box-footer {
    padding: 5px;
}

.box-body {
    padding-top: 5px;
    padding-bottom: 5px;
}

.order-NotInOrder  {
    background-color: #f78686;
}
.order-Completed  {
    background-color: #b1f29b;
}
.order-OutOfStock  {
    background-color: #fad87a;
}
.statusblock {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right:5px;
}

tr.is-in-inventory {
    background-color: #00a65a;
    color: white;
}

    tr.is-in-inventory:hover {
        background-color: #007540;
    }

tr.not-in-storage {
    background-color: #fcc060;
}

tr.not-in-storage:hover {
    background-color: #f39c12;
}
}

.k-button.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
    color:white;
}
.k-button.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
    color: white;
}

.rk-align-right {
    text-align: right;
}

.date-form-control, w-100 {
    width: 100%;
}

/*HACK, hogy a combobox ne csússzon szét*/
.k-widget.k-dropdown.k-header.form-control.withAddon {
    max-width: 1px;
}

.rk-content-right {
    text-align: right;
}

label.origin-icon {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width:100%;
}

    label.origin-icon::before {
        margin-right: 5px;
    }

/*Bevételezés*/
label.origin-1::before {
    font-family: "Glyphicons Halflings";
    content: "\e169";
}
/*Árazás*/
label.origin-2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f53a";
}

.label-date {
    float: right;
}