﻿body {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    background-color: white;
}

.pageMainCont {
    position: absolute;
    max-width: 2000px;
    width: 100%;
    z-index: 2000;
}

.invis {
    display: none;
    visibility: hidden;
}

.warningStrip {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3000;
    width: 100%;
    margin: 0;
    background-color: #dc3545;
    font-size: 18px;
    max-width: 2000px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 5px;
}

    .warningStrip p {
        margin: 0;
    }

.userSignedCont {
    cursor: pointer;
}

    .userSignedCont .userActCont {
        background-image: url(/Images/langMenuBackR.png);
        background-position: top right;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        height: auto;
        min-height: 65px;
        color: white;
        vertical-align: middle;
        position: absolute;
        box-sizing: border-box;
        top: 64px;
        right: 10px;
        box-sizing: border-box;
        padding: 20px;
        z-index: 2500;
    }

        .userSignedCont .userActCont a {
            color: white;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            display: block;
        }

    .userSignedCont .logoutBtn {
        margin-top: 5px;
        padding-top: 5px;
        border-top: solid 1px lightgray;
    }

    .userSignedCont .userIco {
        position: relative;
        top: 3px;
        z-index: 2600;
    }

@media (max-width: 767px) {
    .w-50 {
        width: 100% !important;
    }
}

.accountContainer .card {
    border-color: #a1a1a1;
}

.topFixedPanel, .mobileName {
    position: relative;
}

    .topFixedPanel .previousArrow, .topFixedPanel .nextArrow {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
        position: absolute;
        cursor: pointer;
    }

    .mobileName .previousArrow, .mobileName .nextArrow {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
        position: absolute;
        cursor: pointer;
    }

    .topFixedPanel .previousArrow.disabled, .topFixedPanel .nextArrow.disabled {
        cursor: not-allowed;
    }

    .mobileName .previousArrow.disabled, .mobileName .nextArrow.disabled {
        cursor: not-allowed;
    }

    .topFixedPanel .previousArrow, .topFixedPanel .nextArrow {
        top: 70px;
    }

    .topFixedPanel .previousArrow {
        left: 17px;
    }

    .topFixedPanel .nextArrow {
        right: 33px;
    }

    /*.showWarning {
    .previousArrow, .nextArrow {
        top: 80px;
    }
}*/
    .mobileName .previousArrow, .mobileName .nextArrow {
        top: 48px;
    }

    .mobileName .previousArrow {
        left: 17px;
    }

    .mobileName .nextArrow {
        right: 17px;
    }

    .mobileName.rxName .previousArrow {
        left: 5px;
    }

    .mobileName.rxName .nextArrow {
        right: 5px;
    }

.cName {
    background-color: transparent;
    color: black;
    align-items: center;
    font-size: 1.8em;
    line-height: 1em;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    min-width: 100%;
    /*    overflow:visible;*/
}

    .cName span {
        /*vertical-align: bottom;*/
        font-weight: 500;
        /*        box-sizing: border-box;
  padding-right: 10px;*/
    }

        .cName span.rxCont {
            background-color: transparent;
            color: black;
            font-weight: 300;
            margin-left: 10px;
            vertical-align: bottom;
        }

        .cName span.deliveryDay {
            font-size: 24px;
            line-height: 1em;
            display: inline-table;
            background-color: black;
            color: white;
            padding: 5px 3px 0 3px;
            width: 40px;
            height: 55px;
            box-sizing: border-box;
            text-align: center;
            font-weight: 700;
            position: absolute;
            margin-left: 10px;
            top: 10px;
            right: 10px;
            /*            z-index:2100;*/
            /*
  @media(max-width:575px) {
      top: -15px;
  }*/
        }

            .cName span.deliveryDay .deliverySufix {
                width: 100%;
                height: auto;
                background-color: transparent;
                text-transform: uppercase;
                font-size: 13px;
                line-height: 14px;
                padding: 0;
                position: absolute;
                bottom: 8px;
                left: 0;
                font-weight: 300;
                display: block;
            }

        .cName span i {
            font-weight: 400;
        }

        .cName span sup {
            font-size: 0.55em;
            position: relative;
            left: -5px;
            top: -10px;
            font-style: oblique;
        }

@media (min-width: 1200px) {
    .cName {
        font-size: 2.2em;
    }
}

@media (max-width: 767px) {
    .cName {
        font-size: 1.65em;
        line-height: 0.9em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .cName {
        font-size: 1.05em;
        line-height: 1em;
    }
}

@media (max-width: 767px) {
    .cName span {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .cName span.rxCont {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .cName span.deliveryDay {
        font-size: 16px;
        height: 42px;
        width: 38px;
        top: -11px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .cName span.deliveryDay .deliverySufix {
        font-size: 11px;
        bottom: 3px;
    }
}

.priceRow {
    margin: 15px 0;
}

.cPrice {
    width: 200px;
    background-color: #F6AB1C;
    font-weight: 700;
    height: 50px;
}

@media (max-width: 767px) {
    .cPrice {
        width: 120px;
        height: 35px;
    }
}

.divInfoTextContainer {
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
}

    .divInfoTextContainer.modifications {
        text-align: left;
    }

.userActCont {
    text-align: right;
}

    .userActCont a {
        font-size: 14px;
    }

.modalForm label {
    font-size: 13px;
}

.divCoatingNameCol {
    background-color: #FBAB18;
    height: 40px;
    min-height: 40px;
    font-size: 0.8em;
    line-height: 1em;
    align-items: center;
    font-weight: 500;
    border-right: solid 1px white;
}

    .divCoatingNameCol span {
        display: block;
        text-align: center;
        justify-content: center;
        width: 100%;
        margin: 2px;
    }

@media (max-width: 767px) {
    .divCoatingNameCol {
        height: 35px;
        min-height: 35px;
        font-size: 0.75em;
    }
}

.divCoatingPriceCol {
    font-weight: 700;
    height: 40px;
    min-height: 40px;
    align-items: center;
    border: none;
    border-right: solid 1px lightgray;
    font-size: 17px;
    padding-left: 3px;
    padding-right: 3px;
}

    .divCoatingPriceCol.unloginUser {
        font-size: 14px;
    }

    .divCoatingPriceCol span {
        display: block;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

@media (max-width: 767px) {
    .divCoatingPriceCol {
        height: 35px;
        min-height: 35px;
    }
}

.divCoatingFooter {
    background-color: #FBAB18;
    height: 40px;
    min-height: 40px;
    font-size: 0.8em;
    line-height: 1em;
    align-items: center;
    font-weight: 500;
}

    .divCoatingFooter span {
        display: block;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

        .divCoatingFooter span i {
            font-style: normal !important;
            float: left;
        }

        .divCoatingFooter span b {
            float: right;
        }

        .divCoatingFooter span u {
            font-weight: 700;
            text-decoration: none;
        }

@media (max-width: 767px) {
    .divCoatingFooter {
        height: 35px;
        min-height: 35px;
        font-size: 0.75em;
    }
}

@media (max-width: 767px) {
    .divCoatingFooter span i {
        float: none;
    }
}

@media (max-width: 767px) {
    .divCoatingFooter span b {
        float: none;
    }
}

.divCoatingTable, .divColorTable {
    text-align: center;
}

    .divCoatingTable .colorCont, .divColorTable .colorCont {
        width: auto !important;
        margin: 0 auto 10px;
    }

    .divCoatingTable .divCoatingCell:last-child .divCoatingPriceCol, .divColorTable .divCoatingCell:last-child .divCoatingPriceCol, .divCoatingTable .divCoatingCell:last-child .divCoatingNameCol, .divColorTable .divCoatingCell:last-child .divCoatingNameCol {
        border-right: none;
    }

    .divCoatingTable.colorTable .divCoatingNameCol, .divColorTable.colorTable .divCoatingNameCol {
        height: 30px;
        min-height: 30px;
    }

    .divCoatingTable.colorTable .divCoatingPriceCol, .divColorTable.colorTable .divCoatingPriceCol {
        height: 30px;
        min-height: 30px;
        font-size: 15px;
    }

.colorTable {
    text-align: center;
}

    .colorTable .divCoatingCell {
        max-width: 160px;
    }

.tableRxRange {
    width: 100%;
    position: relative;
    line-height: 1px;
    border: none;
}

    .tableRxRange tr {
        position: relative;
    }

        .tableRxRange tr.valueRow {
            line-height: 1.2em;
        }

        .tableRxRange tr:first-child {
            font-weight: 300;
            line-height: 1.2em;
        }

            .tableRxRange tr:first-child td {
                border-top: none;
            }

                .tableRxRange tr:first-child td:last-child {
                    text-align: center;
                }

            .tableRxRange tr:first-child .colHeader {
                border-right: none !important;
            }

        .tableRxRange tr td {
            border: 1px solid lightgray;
            border-left: none;
            border-right: none;
            position: relative;
            box-sizing: border-box !important;
            border-spacing: 0;
        }

    .tableRxRange .sphCylTitle {
        font-size: 0.8em;
        font-weight: 600;
    }

    .tableRxRange .colHeader {
        width: 200px !important;
        font-weight: 600;
        text-align: left;
        font-size: 0.8em;
        border-right: solid 1px lightgray;
    }

    .tableRxRange .mobileLegend {
        line-height: 1em;
    }

        .tableRxRange .mobileLegend td {
            font-weight: 600;
            text-align: center;
            font-size: 0.8em;
        }

    .tableRxRange .availableRx {
        background-color: #fcbc47;
        width: unset;
        min-width: unset;
        max-width: unset;
        font-weight: 700;
        font-size: 0.8em;
        border: 1px !important;
        position: relative;
        overflow: visible;
    }

        .tableRxRange .availableRx.alignLeft {
            text-align: left;
        }

        .tableRxRange .availableRx.alignRight {
            text-align: right;
        }

        .tableRxRange .availableRx.zeroRx {
            width: 30px !important;
            min-width: 30px !important;
            max-width: 30px !important;
            text-align: center;
            font-weight: 300;
            overflow: visible !important;
        }

            .tableRxRange .availableRx.zeroRx span {
                position: relative;
                right: 2px;
            }

            .tableRxRange .availableRx.zeroRx.noZero {
                background-color: transparent;
            }

            .tableRxRange .availableRx.zeroRx.fromZero {
                font-weight: 700;
                padding-left: 0;
            }

        .tableRxRange .availableRx span {
            position: absolute;
            top: 0;
            width: auto;
            word-wrap: unset;
            overflow-wrap: normal;
            overflow: visible;
            z-index: 900;
        }

            .tableRxRange .availableRx span.lspan {
                left: 7px;
                overflow: visible;
            }

            .tableRxRange .availableRx span.rspan {
                right: 7px;
                overflow: visible;
            }

            .tableRxRange .availableRx span.rspanfrom {
                left: 7px;
                overflow: visible;
            }

            .tableRxRange .availableRx span.lspanto {
                right: 7px;
            }

    .tableRxRange .emptyRow td.emptyCell {
        width: calc((100% - 230px) / 38) !important;
        min-width: calc((100% - 230px) / 38) !important;
        max-width: calc((100% - 230px) / 38) !important;
        border-left: solid 1px white;
        border-right: solid 1px white;
        color: white;
        overflow: hidden !important;
        padding: 0;
        height: 10px;
    }

    .tableRxRange .emptyRow .zeroRx, .tableRxRange .emptyRow.colHeader {
        color: white;
    }

    .tableRxRange .emptyRow .colHeader {
        border-right: none !important;
    }

    .tableRxRange .emptyRow.noBottomBorder td {
        border-bottom: none;
    }

@media (max-width: 480px) {
    .tableRxRange .colHeader {
        display: none !important;
    }
}

@media (min-width: 481px) {
    .tableRxRange .mobileLegend {
        display: none !important;
    }
}

@media (max-width: 981px) {
    .tableRxRange .availableRx span.rspanfrom {
        left: -20px;
    }
}

@media (max-width: 1199px) {
    .tableRxRange .availableRx span.lspanto {
        right: -20px;
    }
}

@media (max-width: 981px) {
    .tableRxRange .availableRx span.lspanto {
        right: -40px;
    }
}

.divSurchargeTable {
    border-spacing: 0;
    margin: 0 auto;
}

    .divSurchargeTable div {
        align-items: center;
    }

    .divSurchargeTable span {
        justify-content: center;
    }

.surchargeTable {
    max-width: 480px;
}

    .surchargeTable .surchargeRow {
        border-top: solid 1px lightgray;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .surchargeTable .surchargeRow:last-child {
            border-bottom: solid 1px lightgray;
        }

        .surchargeTable .surchargeRow .surchargeName {
            background-color: #ef4b34;
            font-weight: 600;
            line-height: 1em;
        }

        .surchargeTable .surchargeRow .divCoatingNameCol {
            height: 30px;
            min-height: 30px;
        }

        .surchargeTable .surchargeRow .surchargePrice {
            font-weight: 700;
            height: 30px;
            min-height: 30px;
            align-items: center;
            border: none;
            background-color: white;
            margin: 0;
            font-size: 15px;
            max-width: 160px;
        }

            .surchargeTable .surchargeRow .surchargePrice.unloginUser {
                font-size: 14px;
            }

        .surchargeTable .surchargeRow .surchargePriceCol {
            max-width: 320px;
            max-width: 320px;
        }

.divColorizationTable {
    font-size: 0.8rem;
    align-items: center;
    display: inline-flex;
    margin: 0 auto;
}

    .divColorizationTable .colorizationCol {
        border: solid 1px lightgray;
        border-left: none;
        text-align: center;
        font-weight: 700;
        align-items: center;
        min-width: 100px;
    }

        .divColorizationTable .colorizationCol .colorizationName, .divColorizationTable .colorizationCol .colorizationValue {
            align-items: center;
        }

        .divColorizationTable .colorizationCol span {
            justify-content: center;
            text-align: center;
            width: 100%;
        }

        .divColorizationTable .colorizationCol div {
            height: 25px;
            min-height: 25px;
        }

            .divColorizationTable .colorizationCol div:first-child {
                border-bottom: solid 1px lightgray;
            }

        .divColorizationTable .colorizationCol:last-child {
            border-right: none;
        }

        .divColorizationTable .colorizationCol.brownCol {
            color: saddlebrown !important;
        }

        .divColorizationTable .colorizationCol.grayCol {
            color: #6f6a6c !important;
        }

        .divColorizationTable .colorizationCol.greenCol {
            color: #399339 !important;
        }

        .divColorizationTable .colorizationCol.blueCol {
            color: #255696 !important;
        }

        .divColorizationTable .colorizationCol.violetCol {
            color: #824ea1 !important;
        }

        .divColorizationTable .colorizationCol.jantarCol {
            color: #816235 !important;
        }

        .divColorizationTable .colorizationCol.smaragdCol {
            color: #2c5025 !important;
        }

        .divColorizationTable .colorizationCol.rubyCol {
            color: #E0115F !important;
        }

.materialTable {
    border-bottom: solid 1px lightgray;
    font-size: 0.8em;
    margin-bottom: 35px !important;
}

.iconRow .icon {
    margin: 10px 20px;
}

@media (max-width: 575px) {
    .iconRow .icon {
        display: block;
        margin: 15px auto;
    }
}

.captionTitle {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.exclMark {
    margin-right: 5px;
    position: relative;
    top: -3px;
}

/*tree view*/
.k-sprite {
    width: 0;
}

.k-image {
    opacity: 0.65;
}

.k-treeview .k-in.k-state-selected, .k-state-hover {
    background-color: #1d69c6;
}

    .k-treeview .k-in.k-state-selected .k-image, .k-state-hover .k-image {
        opacity: 1;
    }

.subItem {
    position: relative;
    left: -5px;
    padding-left: 3px;
    font-weight: 500;
}

    .subItem.JET160UV420 {
        color: black;
        font-weight: bold;
        padding-right: 5px;
    }

.legendItem {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

    .legendItem span.divSquare {
        text-align: center;
        padding: 3px;
    }

    .legendItem .diametersLeg {
        line-break: normal;
        word-break: normal;
    }

@media (min-width: 575px) {
    .legendItem .diametersLeg {
        font-size: 12px;
    }

        .legendItem .diametersLeg br {
            display: none;
        }
}

.welcomeDiv {
    background-color: #2663ad;
    height: 100% !important;
    min-height: calc(100vh - 80px);
    color: #eeeeee;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
}

    .welcomeDiv a {
        text-decoration: none;
    }

    .welcomeDiv .card-body {
        padding: 0.7rem 0.7rem;
    }

@media (max-width: 767px) {
    .welcomeDiv {
        position: relative;
        top: -40px;
    }
}

.buttonHomePage {
    background-color: #F6AB1C;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    border-radius: 18px;
    line-height: 19px;
    text-decoration: none;
    color: white !important;
    position: relative;
}

    .buttonHomePage:hover {
        box-shadow: 0px 0px 10px #1d2567;
        background-color: #FFBB39;
    }

    .buttonHomePage img {
        width: 50%;
        height: 50%;
    }

    .buttonHomePage.buttonHomePageMineral {
        background-color: #B8B8B8;
    }

        .buttonHomePage.buttonHomePageMineral:hover {
            background-color: #CDCDCD;
        }

@media (min-width: 992px) {
    .buttonHomePage {
        font-size: 17px;
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    .buttonHomePage {
        font-size: 20px;
        line-height: 24px;
    }

        .buttonHomePage .card-text {
            position: relative;
            top: 20px;
        }
}

@media (max-width: 910px) {
    .buttonHomePage.bifo .card-text {
        position: absolute;
        bottom: 15px;
        left: 0;
        line-height: 16px;
        width: 100%;
        font-kerning: auto;
    }
}
/*top menu*/
.navbar-brand {
    color: #2663ad !important;
}

.navbar-toggler {
    border-color: #2663ad !important;
}

    .navbar-toggler:focus {
        box-shadow: red 10px 10px initial;
        color: #2663ad;
    }

.desktopTopRow {
    position: fixed;
    z-index: 2000;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    max-width: 2000px;
}

@media (max-width: 767px) {
    .desktopTopRow {
        display: none;
    }
}

.mobileTopRow {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 2000;
    height: 60px;
    max-height: 60px;
    padding-right: 100px;
}

    .mobileTopRow .iconContainer {
        position: absolute;
        right: -95px;
    }

        .mobileTopRow .iconContainer .icon {
            cursor: pointer;
        }

        .mobileTopRow .iconContainer .userNameLink {
            position: relative;
            font-size: 12px;
            line-height: 0.9em;
            font-weight: 600;
            color: #2663ad;
            top: 10px;
            max-width: 108px;
            padding-left: 5px;
            box-sizing: border-box;
            overflow: hidden;
            padding: 0;
            cursor: pointer;
        }

@media (min-width: 768px) {
    .mobileTopRow {
        display: none;
    }
}

@media (max-width: 400px) {
    .modal-footer input[type=submit], .modal-footer button {
        width: 100%;
        max-width: 100%;
        font-size: 12px !important;
    }
}

.mobileName {
    position: fixed;
    top: 60px;
    background-color: white;
    z-index: 1000;
    border-bottom: solid 1px gray;
}

@media (min-width: 768px) {
    .treeMenuRow .navbar-collapse.collapse {
        display: unset;
        flex-basis: unset;
        position: relative;
        top: 80px;
    }
}

.mobileIcoRow {
    background-color: #F6AB1C;
    color: white !important;
    font-size: 18px;
    line-height: 20px;
    box-sizing: border-box;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: 0 0 5px #222222;
}

    .mobileIcoRow.mineralIco {
        background-color: #B8B8B8;
    }

    .mobileIcoRow.upravyIco {
        background-color: #1C8DF6;
    }

    .mobileIcoRow.fitIco {
        background-color: #89a30e;
    }

    .mobileIcoRow div {
        align-items: center;
    }

@media (max-width: 340px) {
    .mobileIcoRow {
        font-size: 15px;
    }
}

.iconCol img {
    vertical-align: top;
}

.icon {
    margin: 10px 0 10px;
    height: 80px;
    max-width: 150px;
}

@media (max-width: 767px) {
    .iconCol .icon {
        max-width: 120px;
        max-height: 50px;
    }
}

@media (max-width: 574px) {
    .iconCol .icon {
        max-width: 100px;
        max-height: 30px;
        position: relative;
        left: -15px;
    }
}

.lockIcon {
    margin: 0;
    height: 30px;
    position: fixed;
    right: 9px;
    bottom: 18px;
}

@media (min-width: 2000px) {
    .lockIcon {
        left: 1950px;
    }
}

@media (max-width: 575px) {
    .lockIcon {
        bottom: 40px;
        right: -5px;
    }
}

.welcomeIcoCont {
    max-width: 1000px !important;
    margin: 0 auto;
}

/*category grid*/
.kendoGrid {
    width: 100%;
    font-size: 14px;
}

.categoryTitleCont {
    max-width: 1500px;
    position: fixed;
    background-color: white;
    z-index: 2000;
}

@media (max-width: 767px) {
    .categoryTitleCont {
        top: 60px;
        z-index: 2000;
    }
}

@media (min-width: 768px) {
    .categoryTitleCont {
        top: 0;
        box-sizing: border-box;
        padding-top: 20px;
        height: 80px;
        border-bottom: solid 1px gray;
    }
}

.contentDiv {
    position: relative;
}

@media (max-width: 767px) {
    .contentDiv {
        top: 100px;
    }
}

@media (min-width: 768px) {
    .contentDiv {
        top: 80px;
        height: calc(100vh - 80px);
        max-height: calc(100vh - 80px);
        overflow-y: scroll;
    }
}

.categoryTitle {
    font-weight: 400;
    text-align: center;
}

@media (max-width: 767px) {
    .categoryTitle {
        font-size: 20px;
    }
}

.categoryModificationTitle {
    font-weight: 600;
    text-align: left;
    font-size: 24px;
}

.topAccountPanel {
    background-color: white;
    border-bottom: solid gray 1px;
}

.k-grid {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    box-shadow: #cccccc 0px 0px 10px;
}

    .k-grid td {
        width: auto !important;
        min-width: 75px !important;
        text-align: center;
        padding: 6px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .k-grid th {
        text-align: center;
        font-size: 12px;
        line-height: 13px;
        padding: 6px;
    }

        .k-grid th:nth-child(2), .k-grid th:first-child {
            text-align: left;
        }

@media (max-width: 767px) {
    .k-grid {
        box-shadow: #cccccc 0px 0px 10px;
    }
}

.catIndexGrid .k-grid td:first-child {
    text-align: left;
}

.catIndexGrid .k-grid th:nth-child(2) {
    text-align: center;
}

.colorGrid .k-grid td:nth-child(2), .colorGrid .k-grid td:first-child {
    text-align: left;
}

.gridSurcharge .k-grid td:nth-child(2), .gridSurcharge .k-grid td:first-child {
    text-align: left;
}

.surfaceGrid .k-grid td:nth-child(2), .surfaceGrid .k-grid td:first-child {
    text-align: left;
}

.categoryGrid .k-grid {
    width: 99% !important;
}

    .categoryGrid .k-grid td:first-child {
        text-align: left;
    }

    .categoryGrid .k-grid .k-grid-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background-color: #f6ab1c;
    }

@media (max-width: 767px) {
    .categoryGrid .k-grid .k-grid-header {
        top: 90px;
    }
}

.gridEdging .k-grid th:nth-child(2) {
    text-align: center;
}

/*account*/
.indexSettings, .accountSettings {
    font-size: 16px;
}

    .indexSettings .accLabel, .accountSettings .accLabel {
        font-size: 13px;
    }

.k-grid-header .k-header {
    background-color: #f6ab1c;
    height: 40px;
    min-height: 40px !important;
    margin: 0px 0px;
}

.welcomeTitle {
    color: white;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    padding-top: 18px;
}

.welcomeLogo {
    background-image: url(/Images/logoOCI.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2663ad;
}

.treeDiv {
    background-color: #F6AB1C;
    height: calc(100vh - 80px);
    min-height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
}

@media (max-width: 767px) {
    .treeDiv {
        position: fixed;
        top: 0;
        left: 0;
        width: 60%;
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        z-index: 2850;
    }
}

@media (max-width: 767px) {
    .treeContainer {
        padding-top: 70px;
    }
}

.menuContainer a {
    text-decoration: none;
}

.menuContainer .iconTextContainer {
    transition: 0.3s;
}

    .menuContainer .iconTextContainer:hover {
        background-color: #2e78d3;
        transition: 0.3s;
    }

.menuContainer .iconContainer {
    height: 50px;
    max-height: 50px;
}

    .menuContainer .iconContainer .icon {
        height: 40px;
        max-height: 40px;
        transition: 0.3s;
        cursor: pointer;
    }

        .menuContainer .iconContainer .icon:hover {
            height: 50px;
            max-height: 50px;
            transition: 0.3s;
            transform: translateY(-10px);
        }

.menuContainer .iconText {
    font-size: 12px;
    color: white;
    padding-top: 5px;
    line-height: 1em;
    position: relative;
    top: -2px;
    max-height: 35px;
    overflow: hidden;
}

.menuContainerMobile {
    height: 60px;
    max-height: 60px;
    background-color: #2663ad;
    position: fixed;
    z-index: 2750;
    width: 60%;
}

    .menuContainerMobile .iconContainer {
        cursor: pointer;
    }

    .menuContainerMobile .iconTextContainer {
        display: block;
    }

    .menuContainerMobile .icon {
        width: auto;
        height: auto;
        max-height: 40px;
    }

    .menuContainerMobile .back {
        cursor: pointer;
    }

        .menuContainerMobile .back img {
            height: 25px;
            position: relative;
            top: 14px;
        }

.modal, .fadeShow {
    z-index: 3000 !important;
    background-image: url(/Images/modalBack.png);
}

.mainContainer {
    position: relative;
}

.navbar-toggler {
    z-index: 2800;
    margin-right: 40px;
}

.showWarning {
    padding-top: 40px;
}

    .showWarning .treeDiv {
        height: calc(100vh - 120px);
        min-height: calc(100vh - 120px);
        max-height: calc(100vh - 120px);
    }

    .showWarning .mobileName {
        top: 100px;
    }

    .showWarning .mobileTopRow {
        top: 40px;
    }

    .showWarning .lockIcon {
        visibility: hidden;
        display: none;
    }

@media (max-width: 767px) {
    .showWarning .treeDiv {
        top: 100px;
    }
}

@media (min-width: 768px) {
    .showWarning .contentDiv {
        height: calc(100vh - 120px);
        max-height: calc(100vh - 120px);
    }
}

@media (min-width: 768px) {
    .showWarning .categoryTitleCont {
        top: 38px;
    }
}

@media (max-width: 767px) {
    .showWarning .categoryTitleCont {
        top: 100px;
    }
}

.selfPrices td:first-child {
    text-align: left;
}

.upravaPrefix {
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    color: #383838;
    opacity: 0.8;
}

.colorizationCell {
    align-items: center;
}

    .colorizationCell span {
        display: block;
        text-align: center !important;
        justify-content: center;
        width: 100%;
    }

.markertingItemsContainer {
    margin-top: 30px;
    padding: 0;
}

    .markertingItemsContainer .marketingItem {
        padding: 10px 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .markertingItemsContainer .marketingItem:last-child {
            border-bottom: 0;
        }

@media (max-width: 768px) {
    .markertingItemsContainer {
        width: 100%;
        max-width: unset;
    }
}

.bookmarkContainer {
    position: fixed;
    top: 100px;
    right: 4px;
    width: 40px;
    height: 350px;
    z-index: 2900;
}

    .bookmarkContainer .bookBody {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

        .bookmarkContainer .bookBody .bookmarksTab {
            transform: rotate(-90deg);
            border: none;
            font-size: 15px;
            width: 350px;
            position: absolute;
            left: -155px;
            top: 155px;
        }

            .bookmarkContainer .bookBody .bookmarksTab td {
                box-sizing: border-box;
                cursor: pointer;
                border-radius: 5px;
                border: none;
                vertical-align: bottom;
            }

                .bookmarkContainer .bookBody .bookmarksTab td div {
                    border: solid 1px gray;
                    border-bottom: none;
                    border-radius: 5px 5px 0 0;
                    padding: 5px 10px;
                    margin: 0 !important;
                    box-sizing: border-box;
                    background-color: white;
                    text-align: center;
                }

                    .bookmarkContainer .bookBody .bookmarksTab td div.selected {
                        height: 38px;
                        background-color: #2663ad;
                        padding: 10px 10px 5px;
                        color: white;
                    }

@media (max-width: 767px) {
    .bookmarkContainer {
        right: -1px;
        top: 150px;
    }
}

@media (min-width: 2000px) {
    .bookmarkContainer {
        left: 1956px;
    }
}

.showWarning .bookmarkContainer {
    top: 155px;
}

@media (max-width: 767px) {
    .showWarning .bookmarkContainer {
        top: 190px;
    }
}

.categoryAnchor {
    position: relative;
    top: 0;
}

@media (max-width: 767px) {
    .categoryAnchor {
        top: -80px;
    }
}

.showWarning .categoryAnchor {
    top: -10px;
}

@media (max-width: 767px) {
    .showWarning .categoryAnchor {
        top: -130px;
    }
}

.productAnchor {
    position: relative;
    top: -10px;
}

@media (max-width: 767px) {
    .productAnchor {
        top: -110px;
    }
}

.showWarning .productAnchor {
    top: -30px;
}

@media (max-width: 767px) {
    .showWarning .productAnchor {
        top: -140px;
    }
}

::-webkit-scrollbar {
    width: 5px;
    background: #2663ad;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background: #1c8df6;
}

.navbar-light .navbar-toggler {
    background-color: #2663ad;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/Images/hamburgerIco.svg);
}

.topMenu a {
    display: block;
    padding: 0.3125rem 0.25rem;
}
