﻿
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@media (max-width: 768px) {
    h2 {
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .blazored-toast-container {
        top: 0rem;
        right: 0rem;
    }
}
/*.nav-item[b-wfbuzjodd7] {
    font-size: 17px !important;
}*/
#updatebtn:hover, #donebtn:hover, #searchbtn:hover, #backbtn:hover {
    background: #fff;
    color: #ef8321;
    border: 5px solid #ef8321;
}

h6 {
    text-align: right;
}

.scanview-field {
    margin-bottom: 10px;
}

#quantityfield, #barcodefield {
    border-bottom: 2px solid #ef8321;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    /*border-radius: 10px;*/
}

input [type="text"], #quantityfield, #barcodefield {
    outline: 0 !important;
    box-shadow: none;
    text-align: center;
}

#updatebtn, #donebtn, #backbtn, #searchbtn {
   /* background: #ef8321;
    border: 5px solid #ef8321;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
     margin-left: 15px;*/
    background: #ef8321;
    border: 5px solid #ef8321;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    /* margin-left: 15px; */
    /* padding-bottom: 0px; */
    min-width: 80px;
}

#searchbarbtn {
    background: #ef8321;
    border: 1px solid #ef8321;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    margin-left: 15px;
}

#searchbarbtn:hover {
    background: #fff;
    color: #ef8321;
    border: 1px solid #ef8321;
}

h4 {
    margin-bottom: 5px;
}

.main-col h4, h4span {
    margin-bottom: 30px;
    margin-top: 20px;
}

.row.sopickinglines {
    margin-bottom: 30px;
}

    .row.sopickinglines h4 {
        margin-bottom: 0px;
        /*text-align: right;*/
    }
/*.main-col h4 span {
    font-weight:600;
}*/
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #636363;
    font-size: 13px;
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.table {
    color: #636363 !important;
}

.userinitials {
    font-weight: 900;
    background: #fff;
    padding: 6px;
    border-radius: 20px;
    color: #ef8321;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6izfpeqxma] {
        display: flex !important;
    }
}

.userinitials:hover {
    color: #ef8321;
    text-decoration: none;
}

.sidebar[b-6izfpeqxma] {
    /*    background: #f8f8f8 !important;
    border-left: 3px solid #ef8321 !important;
    border-right: 3px solid #ef8321 !important;*/
}

a, .btn-link {
    color: #0366d6;
}

#loginfield:focus {
    outline: none;
}

.login-btn {
    min-width: 30%;
    background: #ef8321;
    border: 5px solid #ef8321;
    /* padding: 6px 10px;*/
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
}

.login h2 {
    margin-bottom: 30px;
    padding: 10px;
    color: #636363;
    /*box-shadow: 0 10px 30px 0 rgb(0 0 0 / 8%);*/
    font-size: 22px;
}

::-webkit-input-placeholder {
    text-align: center;
}

/*.login-form-wrapper {
    padding: 40px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 8%);
    margin-top: 50px;
}*/

.sopickinglinesheader h4 {
    margin-bottom: 5px !important;
}

.sopickinglinesheader {
    margin-bottom: 30px !important;
}


.sidebar .nav-item a {
    color: #f8f8f8 !important;
    background: #ef8321;
}

    .sidebar .nav-item a:hover {
        color: #ef8321 !important;
        background: #f8f8f8 !important;
        border: 1px solid #ef8321;
    }

.top-row {
    background: #ef8321 !important;
    border-bottom: 2px solid #ef8321 !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/*.fa-refresh:before {
    content: "\f021";
    font-weight: 900;
    background: #fff;
    padding: 8px;
    border-radius: 20px;
    color: #ef8321;
    margin: 0px;
}*/
.nav-item[b-wfbuzjodd7] a.active {
    background-color: #f8f8f8 !important;
    /*border: 2px solid #ef8321 !important;*/
    color: #ef8321 !important;
    color: #ef8321 !important;
}

.main-col {
    padding: 0px !important;
}

#searchbox {
    border-bottom: 2px solid #ef8321;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}
/*.content {
    padding-top: 1.1rem;
}*/
.loader-wrapper {
    padding: 50% 0;
    text-align: center;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.login-form-wrapper {
    margin-top: 60px;
}

.login-footer {
    margin-top: 100px;
}

#blazor-error-ui {
    background: lightyellow;
    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;
    }

.containers {
    margin-top: 5%;
    margin-bottom: 5%;
}


input [type="text"], #searchbox {
    outline: 0 !important;
    box-shadow: none;
}

input::-webkit-input-placeholder {
    text-align: center
}

.table td, .table th {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.table-pointer tbody tr {
    cursor: pointer;
}

.initialrefresh {
    margin-right: 5px;
    background: #fff;
    border: 0px;
    outline: none;
    width: 30px;
    height: 30px;
    /*font-weight: 900;*/
    background: #fff;
    /* padding: 8px; */
    border-radius: 50%;
    color: #ef8321;
}
