﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

select.pageSize {
    max-width: 100px;
    float: right;
}

.row {
    align-items: center;
}

#blazor-error-ui {
    background: #00ffff;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazored-modal-content {
    max-height: 500px !important;
    overflow-y: auto !important;
}

.mud-card-content .searchBar {
    margin-top: 0 !important;
}

.mud-card-content .searchBar .mud-input {
    margin-top: 5px !important;
}

.mud-card-content .searchBar .mud-input input {
    text-align: right !important;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

#snackbar a {
    color: #1b6ec2;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

div.category td [data-label = "\00a0"]:empty{
    display: none !important;
}

@media (max-width: 960px) {
    div.category .mud-sm-table .mud-table-row .mud-table-cell:last-child{
        border-bottom-width: 15px;
    }    
}

.posmappingselect .mud-input-control>.mud-input-control-input-container>div.mud-input.mud-input-text{
    margin-top:0 !important;
    min-width: 100px;
}

.target-cost:before {
    border-bottom-color: var(--mid-palette-secondary) !important;
}

#barcodeScannerElement video{
    max-width: 100%;
}

