*{
    font-family: Roboto, sans-serif
}
main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
    margin-top: 110px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.day{
    font-weight: bold;
    background-color: #d5fad2;
    /*color: #000 !important;*/
}

.disabled-date{
    background-color: #ffffff !important;
    font-weight: normal;
    color: #777777 !important;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.navbar form > button.logout:focus, .navbar form > button.logout, .login{
    color: rgb(0 157 215) !important;
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}
.navbar form > button.logout:hover, .login:hover{
    color: #e0352d !important;
}
.navbar-med{
    --bs-bg-opacity: 1;
    background-color: #fff !important;
    height:110px;
}
.login, .nav-link {
    color: #009dd7;
}

.login:hover, .login:active, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:hover {
    color: #e0352d !important;
}
.navbar-collapse{
    flex-grow: 0 !important;
}
#w1-collapse {
    background: #fff !important;
}
a.nav-link{
    display: block;
    line-height: 60px;
    padding: 0 20px;
    white-space: nowrap;
}

li.nav-item > a.nav-link{
    display: block;
    line-height: 60px;
    padding: 15px 0;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}

.item_params {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.item_checked{
    width:50px;
}
.item_name {
    width: 80%;
    border-bottom: 1px dotted;
}
.item_price{
    width: 100px;
}
.datepicker {
    z-index: 11110!important;
}
input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1.65em;
    height: 1.35em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.85em;
    height: 0.85em;

    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: #e0352d;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}


@media only screen and (min-width: 1240px) {
    .nav-link .active:after {
        height: 1px;
        left: 10%;
        top: 50%;
        margin-top: 20px;
        width: 80%;
    }
}







/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}