﻿@import url('https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/font/css/open-iconic.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;
}

.nav-link {
    color: #e39d01;
}

.nav-link:focus, .nav-link:hover {
    color: #804003
}

.hasPointerCursor{
    cursor:pointer;
}

.validation-message {
    color: red;
}

#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;
}

.bg-light {
    background-color: #F6F6F6;
}

.inventalert {
    padding: 0.5rem !important;
    /*
   position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    */
}

.btn-primary.active {
    color: #fff;
    background-color: #043479;
    border-color: #0a53be;
}

.spwn_min_size_input_group {
    min-width: 7em;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.file-input-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: white;
    cursor: pointer;
    position: relative;
    width: 120px;
    height: 30px;
    border-radius: 0.25rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.file-input-zone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;

}

li.nav-item {
    margin-left:2rem;
}

/*Pagination links ovverride*/
.active > .page-link, .page-link.active {
    z-index: 3;
    color:;
    background-color: #e68429;
    border-color: #e68429;
}

.page-link {
    color: #e68429;
}

/*Cień dla karty edycji nowego elementu*/
.isHooverAboveTop {
    box-shadow: 0 -10px 10px #eee;
}

