﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
    font-family: Roboto;
    font-size: 14px;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.labelIcon {
    text-align: center;
    width: 20px !important;
    margin-right: 8px;
}

.dropdown-item,
.dropdown-item-text {
    font-size: 14px;
    width: auto !important;
}

.page-header {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1rem;
}

.sub-heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #aeaeae;
}

.control-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.form-control {
    font-size: 14px !important;
}

.bottom-4 {
    margin-bottom: 4px;
}

.error {
    border-color: red;
    box-shadow: 0 0 5px -1px red !important;
}

.field-validation-error,
.error-block {
    font-size: 12px;
    color: red !important;
}

input[type=checkbox],
input[type=radio] {
    width: 17px;
    height: 17px;
}

.btn {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0.25rem 0.75rem !important;
}

.bold {
    font-weight: 500 !important;
}

.bolder {
    font-weight: bold !important;
}

.max {
    width: 100% !important;
}

.eulabelcontainer {
    vertical-align: middle;
    height: 40px;
    cursor: pointer;
}

.eulabel {
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 27px;
    padding-top: 20px;
    color: white;
    font-weight: 500;
}

.eulabel_fuel {
    padding-left: 5px;
    color: black;
}

.eulabel_fuel_a {
    background-image: url('/images/eulabel_fuel_a.png');
    padding-left: 5px;
}

.eulabel_fuel_b {
    background-image: url('/images/eulabel_fuel_b.png');
    padding-left: 5px;
}

.eulabel_fuel_c {
    background-image: url('/images/eulabel_fuel_c.png');
    padding-left: 5px;
}

.eulabel_fuel_d {
    background-image: url('/images/eulabel_fuel_d.png');
    padding-left: 5px;
}

.eulabel_fuel_e {
    background-image: url('/images/eulabel_fuel_e.png');
    padding-left: 5px;
}

.eulabel_fuel_f {
    background-image: url('/images/eulabel_fuel_f.png');
    padding-left: 5px;
}

.eulabel_fuel_g {
    background-image: url('/images/eulabel_fuel_g.png');
    padding-left: 5px;
}

.eulabel_grip {
    background-image: url('/images/eulabel_grip.png');
    padding-left: 5px;
}

.eulabel_db {
    background-image: url('/images/eulabel_db.png');
    padding-left: 3px;
}

.VKCalculated1, .VKCalculated2, .VKCalculated3 {
    display: none;
    font-size: 13px;
    line-height: 1.2;
}

.VKCalculated1 {
    color: forestgreen;
}

.VKCalculated2 {
    color: blue;
}

.VKCalculated3 {
    color: indianred;
}

.VKCalculated1-tag {
    background-color: lightgreen;
}

.VKCalculated2-tag {
    background-color: lightblue;
}

.VKCalculated3-tag {
    background-color: orange;
}

.k-grid-header th.k-header, .k-filter-row th {
    font-weight: 500 !important;
}

.tireInfoSpan {
    background-color: rgb(153, 153, 153) !important;
    border-radius: 2.5px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline;
    font-weight: 500;
    font-size: 10.5px;
    padding: 2px 4px;
    vertical-align: baseline;
    white-space: nowrap;
    width: auto;
}

.k-master-row {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.k-filter-row th, .k-grid-header th.k-header {
    border-top: none !important;
}

.noborder-grid.k-grid tr td {
    border: none !important;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    padding: .065em 0 !important;
}

.k-window-titlebar {
    padding: 4px 12px !important;
}

.k-window-title {
    font-weight: 500 !important;
}

/* reset everything to the default box model */

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.k-window-content {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 7px 0 #76abd9;
}

.btn-primary:focus, .btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 7px 0 rgba(38, 143, 255, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 7px 0 rgba(216, 217, 219, 0.5);
}

.navIcon {
    font-size: 20px !important;
}

.cart-badge {
    border-radius: 20px !important;
    top: -5px !important;
    font-weight: 500;
    font-size: 12px;
}

.totalFont {
    font-size: 16px;
    font-weight: 500;
}

.k-numeric-wrap .k-select {
    width: 2em !important;
}

.k-numeric-wrap {
    padding-right: 2em !important;
}

.pointer {
    cursor: pointer;
}

.card-image {
    width: 200px;
    margin: 0 auto;
}

.dropdown-toggle::after {
    display: none !important;
}

.k-i-arrow-60-down:before {
    content: "\e015" !important;
}

.k-i-arrow-60-up:before,
.k-i-arrow-n:before {
    content: "\e013" !important;
}

.k-i-expand:before {
    content: "\e014" !important;
}

.k-i-collapse:before,
.k-i-arrow-s:before {
    content: "\e015" !important;
}

footer {
    background: white !important;
    height: 30px !important;
    line-height: 30px !important;
}

.container-with-consent {
    min-height: calc(100vh - 134px) !important;
}

.container-without-consent {
    min-height: calc(100vh - 87px) !important;
}

.details-div .loading {
    margin: 10px auto;
    display: block;
}

.shadow-grid {
    width: 100%;
    box-shadow: rgb(202, 202, 202) 0px 0px 15px;
    border: none;
}

.k-grid tr:hover .dropdown-divider {
    border-top: 1px solid white !important;
}

.k-editor-inline.k-editor {
    box-shadow: rgb(202, 202, 202) 0px 0px 15px !important;
}

.fullheight {
}

.block-heading {
    font-size: 16px;
    font-weight: 500;
}

.tooltip-inner {
    max-width: 350px !important;
    /* If max-width does not work, try using width instead */
    min-width: 200px !important;
}

button:focus {
    outline: none !important;
}

.calc-button {
    width: 24px;
    height: 24px;
    padding: 4px;
}

.k-button.k-state-disabled, .k-button[disabled], .k-state-disabled .k-button {
    opacity: .2 !important;
}

.k-window-titleless .k-window-content {
    padding-top: 4px !important;
}

.modal-heading {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e9ecef;
}

.badge {
    font-weight: 500 !important;
}

.green {
    color: #099441;
}

.red {
    color: #d9321f;
}

.status-pending {
    background: #d9321f !important;
    color: white !important;
}

.status-completed {
    background: #099441 !important;
    color: white !important;
}

.k-filemanager-listview .k-file-preview {
    max-height: 48px !important;
    height: auto !important;
}

.k-filebrowser .k-tiles-arrange .k-dropdown {
    width: 6em !important;
}

label {
    margin-bottom: 0rem;
}

.navbar {
    padding: 0 1rem !important;
}

.navbar-primary .nav-link {
    padding: 1rem !important;
    font-size: 16px !important;
    color: white !important;
    font-weight: 500 !important;
}

    .navbar-primary .nav-link:not(.first-item) {
        border-left: 1px solid;
    }

@media all and (min-width: 992px) {
    /*.navbar .nav-item .main-menu-item {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .nav-item:hover .main-menu-item,
    .navbar .form-horizontal .main-menu-item {
        display: block;
    }

    .navbar .nav-item .main-menu-item {
        margin-top: 0;
    }

    .navbar .nav-item .sub-menu-item {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-item:hover .sub-menu-item {
        display: block;
    }
    
    */
}

.dropdown-menu {
    min-width: 15rem !important;
    cursor: default !important;
    margin: 0 !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0px;
        left: 100%;
        margin-left: 1px;
        margin-right: .1rem;
    }

.show.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    cursor: default;
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-item,
.dropdown-item-text {
    padding: 0.25rem 0.75rem !important;
}

#small-cart-container {
    width: 600px;
    max-height: 500px;
    padding: 8px !important;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 15px 0 rgba(216, 217, 219, 1);
}

.quick-login {
    width: 600px;
    max-height: 400px;
    padding: 8px !important;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}

.k-prompt-container, .k-window-content {
    max-height: calc(100vh - 60px) !important;
}

.k-filebrowser .k-filemanager-listview {
    max-height: calc(100vh - 440px) !important;
}

.k-tiles-arrange {
    margin-left: 1rem !important;
}

.k-file-single > .k-file-name-size-wrapper, .k-file > .k-file-name-size-wrapper, .k-multiple-files-wrapper {
    text-align: left !important;
}

.content-container img {
    max-width: 100%;
}

.search-total {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 18px;
}

.normal-line {
    line-height: normal !important;
}

.light-background {
    background: #eaeaea;
}

.gamma-price {
    color: limegreen !important;
    font-weight: 500;
    font-size: 12px;
}
