body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, 'Trebuchet MS', Verdana;
    height: 100%;
    width: 100%;
    min-width: 1024px;
    min-height: 748px;
    background-color: #efefef;
}

header {
    padding: 10px 0;
    min-width: 1024px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.main {
    padding: 52px 20px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.panel {
    position: absolute;
    right: 20px;
    left: 370px;
    text-align: right;
    height: 45px;
    background-color: transparent;
    border-style: none;
    box-shadow: none;
}

    .panel .views {
        float: left;
        padding: 4px;
        background-color: #dbdbdb;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
        border: 1px solid #bfbfbf;
        background-image: none;
        border-radius: 2px;
        position: relative;
    }

.vascoHeader {
    background-color: rgb(52, 152, 219);
    min-width: 400px;
    color: #ffffff;
    position: fixed;
    padding: 4px;
    top: 0;
    width: 100%;
    height: 55px;
    line-height: 47px;
    z-index: 0;
}

.vascoSidebar {
    top: 56px;
    bottom: 39px;
    position: fixed;
    width: 299px;
    box-shadow: 2px 4px rgba(136, 136, 136, 0.08);
    overflow: auto;
}

.vascoContentSidebar {
    top: 56px;
    bottom: 39px;
    left: 310px;
    position: fixed;
    overflow: auto;
    right: 10px;
}

.vascoContentNoSidebar {
    top: 56px;
    bottom: 39px;
    position: fixed;
    left: 10px;
    overflow: auto;
    right: 10px;
}

.vascoFooter {
    background-color: rgb(52, 152, 219);
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}

.hamburgerMenu {
    /*display: none;*/
    float: left;
    margin-left: 20px;
    position: relative;
}

.left-side, .right-side {
    height: 100%;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    padding: 20px;
    box-sizing: border-box;
    min-height: 500px;
    background-color: #fff;
}

.left-side {
    width: 335px;
    float: left;
    color: #848484;
    font-size: 16px;
    font-weight: normal;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
}


.right-side {
    margin-left: 350px;
    border: 1px solid #cfcfcf;
    border-radius: 1px;
}

.logo, .panel {
    display: inline-block;
}

.logo {
    background-image: url('../images/app-logo.png');
    background-repeat: no-repeat;
    background-size: 188px 56px;
    width: 256px;
    height: 56px;
    margin-left: 40px;
    margin-top: -5px;
}

.dx-datagrid-search-panel {
    margin: 0;
    margin-left: 0 !important;
}

td > .dx-button-has-icon .dx-button-content {
    padding: 4px !important;
}


.artikelSifra {
    vertical-align: top;
    font-size: 0.9em;
    font-weight: 500;
    color: #757473;
    padding-left: 20px;
    margin: 0;
}

.artikelNaziv {
    text-align: left;
    font-size: 1em;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 0px;
    bottom: 0;
    color: #003d73;
}

.artikelNaziv2 {
    text-align: left;
    padding-left: 10px;
    font-size: 0.9em;
    bottom: 0;
    color: #003d73;
}

.artikelProsto {
    text-align: left;
    padding-left: 10px;
    font-size: 0.9em;
    bottom: 0;
    color: #003d73;
}

.artikelOpomba {
    padding-top: 10px;
    padding-bottom: 10px;
}

.artikelNazivContainer {
    vertical-align: top;
    text-align: left;
    padding-top: 0px;
}

.artikelCenaZalogaContainer {
    vertical-align: top;
    text-align: right;
    float: right;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.artikelCenaZalogaCartContainer {
    vertical-align: top;
    text-align: right;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}



.artikelZalogaContainerPositive {
    font-size: 1em;
    margin: 2px;
    color: darkcyan;
}

.artikelZalogaContainerNegative {
    font-size: 1em;
    margin: 2px;
    color: lightcoral;
}

.artikelCenaContainer {
    font-size: 1em;
    padding-right: 0px;
}

.artikelCenaCartContainer {
    font-size: 1em;
}

.artikelCenaBrutoCartContainer {
    font-size: 0.9em;
}

.artikelVrednostBrutoCartContainer {
    font-size: 0.9em;
    color: #003d73;
}


.artikelListCartContainer {
    font-size: 1.3em;
    padding-top: 1px;
    width: 380px;
    vertical-align: middle;
    height: 45px;
}

.artikelListCartContainerLeftCol {
    font-size: 0.8em;
    float: left;
    width: 25%;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: auto;
}

.artikelListCartContainerCenterCol {
    text-align: left;
    font-size: 0.8em;
    float: left;
    width: 16%;
    padding-left: 0px;
    padding-top: 6px;
    padding-bottom: 2px;
    margin: auto;
}

.artikelListCartContainerRightCol {
    font-size: 0.8em;
    float: left;
    width: 59%;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #003d73;
    margin: auto;
}


.artikelCartContainer {
    font-size: 1em;
    padding-top: 1px;
    width: 360px;
    vertical-align: middle;
    height: 85px;
}

.artikelCartContainerLeftCol {
    font-size: 0.8em;
    float: left;
    width: 25%;
    padding-left: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: auto;
}

.artikelCartContainerCenterCol {
    text-align: left;
    font-size: 1em;
    float: left;
    width: 40%;
    padding-left: 2px;
    padding-top: 6px;
    padding-bottom: 2px;
    margin: auto;
}

.artikelCartContainerRightCol {
    font-size: 0.8em;
    float: left;
    width: 35%;
    padding-left: 1px;
    padding-top: 6px;
    padding-bottom: 2px;
    color: #003d73;
    margin: auto;
}

.artikelRow {
    min-height: 140px;
    max-height: 240px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightblue;
}

.artikelRowCart {
    min-height: 180px;
    max-height: 240px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightblue;
}

.artikelRowCartStock {
    background-color: #e6ffe6 !important; /*#ccffcc*/
}

.artikelRowCartStockPartial {
    background-color: #ffddcc !important; /*#ffccb3*/
}

.artikelRowCartStockNone {
    background-color: #ffe6e6 !important; /*#ffebe6 #ffcccc*/
}

.cart-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}

.cart-legend .legend-scale .legend-labels {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}

.cart-legend .legend-scale .legend-labels div {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    margin-right: 2px;
    float: left !important;
}

.cart-legend .legend-scale .legend-labels .legend-item {
    /*margin-left: 2px !important;
    margin-right: 2px !important;*/
    float: left !important;
}

.cart-legend .legend-labels div span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

.cart-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.cart-legend a {
    color: #777;
}

.cartSummaryView {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}

.cartScroll {
    height: 75%;
}

.cartFooter {
    /*height: 15%;*/
    margin: auto;
}

.cartFooterRow {
    font-size: 1.3em;
    background: #bcf897;
    height: 40px;
    padding: 2px;
    text-align: center;
}

.cartNoteRow {
    height: 90px;
}
.cartSimpleRow {
    height: 60px;
}

    .currentUserView {
        float: right;
    }

.headerTitle {
    float: left;
    display: inline-block;
    /*width: 256px;*/
    /*height: 56px;*/
    margin-left: 40px;
    margin-top: 0px;
    font-size: 21px;
    /*font-weight: bold;*/
    color: #0180C2;
    /*float: right;*/
    text-align: left;
    padding-right: 50px;
    /*padding-left: 10px;*/
}


.artikelStaraCena {
    font-size: 0.8em;
    text-decoration: line-through;
}

.artikelNormalnaCena {
    font-size: 1.1em;
    padding-right: 0px;
    color: #003d73;
}

.artikelPriporocenaCena {
    font-size: 0.9em;
    padding-right: 0px;
}


.artikelCenaRabat {
    font-size: 1.2em;
    background-color: #e6f3ff;
}

.artikelOpis2Hidden {
    display: none;
}

.filterWordWrap {
    word-wrap: break-word;
    white-space: normal;
}

.filterPaddingBottom {
    padding-bottom: 8px;
}

.mojaNarocila {
    float: left;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #0180C2;
    padding-right: 10px;
}


.currentCompany {
    display: inline-block;
    width: 256px;
    height: 56px;
    margin-left: 40px;
    margin-top: 0px;
    font-size: 16px; /* 21px */
    font-weight: bold;
  
    color: #0180C2;
}

.splosnoSporociloB2B {
    /*float: left;    */
    /*display: inline-block;*/
    /*width: 406px;*/
    /*margin-left: 40px;*/
    margin-top: 0px;
    font-size: 14px; /* 21px */
    font-weight: bold;
    color: #0180C2;
}

.img {
    height: auto;
    width: auto;
    max-height: 110px;
    max-width: 120px
}

.imgContainer {
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
}

.imgContainer:hover .imgOverlay {
        opacity: 1;
}

.imgOverlay {
    /*position: relative;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); 
    color: #f1f1f1;
    transition: .5s ease;
   
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    max-height: 110px;
    max-width: 120px */
    text-align: center;
    vertical-align: middle;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: beige;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 32px;
    width: 64px;
    transform: translate(-50%, -50%);
}
