﻿:root {
    --kendo-font-size: 12px !important;
    --kendo-font-size-md: 12px !important;
    --kendo-font-size-lg: 14px !important;
    --kendo-font-size-xl: 16px !important;
    --kendo-font-size-xxs: 8px !important;
    --kendo-font-size-xs: 8px !important;
    --kendo-font-size-sm: 10px !important;
    --kendo-color-primary: #41af1c;
    --kendo-color-primary: #41af1c;
    --kendo-color-primary-hover: #328716;
    --kendo-color-primary-active: #328716;
}

/*---------------------------------------------------------------Vertical tab Begin---------------------------------------------------------------*/

/*  bhoechie tab */
div.bhoechie-tab-container {
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0;
    padding-top: 5px;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #41af1c;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

div.bhoechie-tab-content {
    background-color: #ffffff;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #41af1c;
    border-color: #41af1c;
}

.m-l-r-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

/*---------------------------------------------------------------Vertical tab End---------------------------------------------------------------*/

/*---------------------------------------------------------------Manage Product Start-----------------------------------------------------------*/

.k-grid tbody .k-button {
    min-width: 32px;
}

.delete-link {
    width: 12px;
    height: 12px;
    background: transparent url("/Contracts/Content/images/close.png") no-repeat 50% 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    margin: 2px 0 0 3px;
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
}

.k-in.k-selected {
    color: white;
}

.k-selected.k-state-focused {
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.k-treeview .k-in.k-state-hover {
    color: white;
    /*background-color: #01843e;*/
}

.k-in {
    color: black;
}


.k-treeview span.k-in {
    padding: 0 !important;
    margin: 0 !important;
}

.btn-command {
    margin: 2px !important;
    width: 80px !important;
}

.grid-inner-table {
    border: solid;
    border-width: 1px;
}

.table-scrollable tbody tr td {
    border: 0;
    border-right: 1px solid #e5e9ec !important;
    border-bottom: 1px solid #e5e9ec !important;
    font-size: 11px;
    line-height: 15px;
    cursor: default;
}

.manage-products-table thead tr th {
    background: #31362f;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    border: 0 !important;
    border-right: 1px solid #434941 !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 10px !important;
    text-align: left !important;
    position: relative;
}

    .manage-products-table thead tr th:last-child {
        border-right: 0 !important;
    }

    .manage-products-table thead tr th a.k-link,
    .manage-products-table thead tr th .k-link {
        margin: 0 !important;
        padding: 0 !important;
    }

        .manage-products-table thead tr th a.k-link br,
        .manage-products-table thead tr th .k-link br, .k-dropdownlist .k-input-loading-icon {
            display: none;
        }

        .manage-products-table thead tr th a.k-link span.k-i-sort-asc-sm,
        .manage-products-table thead tr th a.k-link span.k-i-sort-desc-sm {
            position: relative;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: none !important;
        }

            .manage-products-table thead tr th a.k-link span.k-i-sort-asc-sm:before {
                content: "\f0de";
                font-family: 'FontAwesome';
                background: none !important;
                color: #fff;
                line-height: 20px;
            }

            .manage-products-table thead tr th a.k-link span.k-i-sort-desc-sm:before {
                content: "\f0dd";
                font-family: 'FontAwesome';
                background: none !important;
                color: #fff;
                line-height: 5px;
            }

    .manage-products-table thead tr th .k-grid-filter span.k-icon.k-i-filter {
        display: none;
    }

    .manage-products-table thead tr th a.k-grid-filter {
        background: url('../../../images/icon-filter.png') left top no-repeat;
        width: 17px;
        height: 17px;
    }

.manage-products-table tbody tr td {
    border: 0;
    border-right: 1px solid #e5e9ec !important;
    border-bottom: 1px solid #e5e9ec !important;
    padding: 5px 10px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    cursor: pointer;
}

.manage-products-table tbody tr {
    background: #ffffff;
    color: #000000;
}

    .manage-products-table tbody tr td:last-child {
        border-right: 0 !important;
    }

    .manage-products-table tbody tr.k-alt {
        background: #f2f2f2;
    }

    .manage-products-table tbody tr:hover {
        background: #c9dae8 !important;
        color: #646464 !important;
    }

.manage-products-table thead tr .k-grid-filter .k-icon {
    background: none !important;
}

.manage-products-table thead tr .k-grid-filter {
    padding: 0;
    margin: 0;
}

.manage-products-table thead tr .k-icon {
    color: #428bca;
}

.manage-products-table thead tr th input[type="checkbox"]:checked,
.manage-products-table tbody tr td input[type="checkbox"]:checked {
    background: #fff url('../../../images/checkbox-checked.png') center center no-repeat;
}

/*---------------------------------------------------------------Manage Product End-----------------------------------------------------------*/

.mar-top-5 {
    margin-top: 5px !important;
}

.modal-body-fixed-header {
    overflow-y: hidden;
    height: 55vh;
    overflow-x: hidden;
}

.pr-17 {
    padding-right: 17px !important;
}

.modal-body-scroller-73 {
    overflow-y: auto;
    height: 73vh;
    overflow-x: hidden;
}

#dvNotificationScenarios .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px !important;
}

.pb-14 {
    padding-bottom: 14px;
}

#dvNotificationSection .panel-group {
    margin-bottom: 0px !important;
}

.disable-element {
    opacity: 0.6 !important;
    pointer-events: none;
    background: #fff;
}

.pl-15 {
    padding-left: 15px;
}

.pl-3 {
    padding-left: 3px;
}

.pr-14 {
    padding-right: 14px;
}

.mt-2 {
    margin-top: 2px;
}

.mb-0 {
    margin-bottom: 0px;
}

.k-loading-image {
    position: fixed !important;
}

.menu-item-title {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
    white-space: normal;
}

#gridProducts .k-invalid-msg {
    display: none !important;
}

#gridProducts .k-grid-header th.k-with-icon .k-link {
    margin-right: 18px !important;
}

.modal-layer-1 {
    z-index: 10050 !important;
}

.modal-layer-2 {
    z-index: 10055 !important;
}

.modal-layer-3 {
    z-index: 10060 !important;
}

.modal-layer-4 {
    z-index: 10065 !important;
}

#dvPreferenceSec {
    padding: 20px;
    border: 1px solid #ddd;
}

.ml-10 {
    margin-left: 10px;
}

#tab_supp_preferrences {
    min-height: 100px;
}

.btn-pref-save {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.pl-14 {
    padding-left: 14px;
}

.mt-7 {
    margin-top: 7px
}

.no-preferences-text {
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #777;
}

.bold {
    font-weight: bold !important;
}

.pl-0 {
    padding-left: 0px;
}

.wd-100, #staffDeliveryDateSection .k-datepicker, #EditCollectedDateSection .k-datepicker {
    width: 100% !important;
}

.wd-95 {
    width: 95%;
}

.wd-82 {
    width: 95%;
}

.wd-75 {
    width: 75% !important;
}

.wd-204 {
    width: 204px !important;
}

.wd-60 {
    width: 60% !important;
}

.wd-67 {
    width: 67% !important;
}

.req-field-bg {
    background: #ffd6d6;
    border: 1px solid #ff0000 !important;
    border-radius: 20px;
    padding-top: 3px;
    padding-left: 6px;
    width: 102px;
}

.pricing-table {
    margin-bottom: 0px !important;
}

#variantFieldsContainer {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

    #variantFieldsContainer .form-group {
        padding-right: inherit;
    }

.lod-icon-absolute .k-loading-image {
    position: absolute !important;
}

.hide-number-spin input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wd-116 {
    width: 116px;
}

.wd-118 {
    width: 118px;
}

.wd-217 {
    width: 217px;
}

#treeview .k-treeview-leaf {
    cursor: pointer !important;
}

.mb-8 {
    margin-bottom: 8px;
}

.nav-stacked > li.active {
    border-top: none !important;
}

.radio-group {
    padding-top: 6px !important;
}

#gridProducts .k-state-active {
    background: url('../../../images/icon-filter-active.png') left top no-repeat !important;
}

#gridProducts .k-dropdown-wrap {
    background: none !important;
}

input[data-role="datepicker"] {
    border: none !important;
}

input[data-role="dropdownlist"] {
    border: none !important;
}

input[data-role="combobox"] {
    border: none !important;
}

input[role="combobox"] {
    border: none !important;
}

.price-alert {
    margin: 9px 0px 0px 16px;
    padding: 5px 10px 4px 10px;
    font-size: 12px !important;
    width: 499px;
}

.font-green {
    color: green;
}

.ml-6 {
    margin-left: 6px;
}

.auto-curser {
    cursor: auto !important;
}

.mt-5 {
    margin-top: 5px;
}

.label-mr-9 label {
    margin-right: 9px;
}

.table-header {
    background-color: #f2f2f2;
    padding-bottom: 0px;
    padding-top: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;
}

    .table-header h4 {
        color: black;
        margin-bottom: 3px;
        margin-top: 5px;
        text-align: center;
    }

.pricing-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.pricing-table tbody tr:nth-child(odd) {
    background-color: #ecf0f5;
}

.price-section {
    margin-top: 10px;
}

    .price-section .box {
        margin-bottom: 0px !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) !important;
    }

    .price-section .with-border {
        border-bottom: 1px solid #e0e0e0 !important;
    }

.bg-latest-price {
    background-color: rgba(128, 128, 128, 0.65) !important;
    color: white !important;
}

    .bg-latest-price:hover {
        color: #000000 !important;
    }

/*legend icons*/
.legend-current-price {
    color: #fff;
    padding: 1px 5px;
    display: inline-block;
    margin-right: 2px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    margin: 1px;
}

.legend-current-price {
    background: rgba(128, 128, 128, 0.65);
    border: 1px solid rgba(128, 128, 128, 0.80);
}

    .legend-current-price span {
        padding: 0px 2px 0px 6px;
    }

#contractVariantDetailsDescription ul {
    padding-left: 15px !important;
}

#mdlVariantDetails {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.mb-0-5 {
    margin-bottom: 0.5px;
}

#splitter {
    border: none !important;
}

#left-pane, #center-pane, #right-pane {
    color: #000;
    background-color: #eee;
}

#splitter #right-pane.k-scrollable {
    overflow: hidden !important;
}

.k-splitbar .k-icon {
    overflow: visible;
    font-size: 28px;
}

    .k-splitbar .k-icon.k-i-arrow-60-left {
        margin-left: -10px !important;
        margin-top: -36px !important;
    }

    .k-splitbar .k-icon.k-i-arrow-60-right {
        margin-left: -9px;
        margin-top: 22px !important;
    }

.k-splitter .k-splitbar-horizontal {
    width: 12px !important
}

.k-splitbar .k-resize-handle.k-i-vbar {
    width: 10px !important;
    height: 24px;
    margin-left: 0;
}

/*k-splitbar-horizontal .k-resize-handle {
    background: url('../../kendo/Flat/sprite_2x.png') -330px -573px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal-hover > .k-resize-handle {
    background: url('../../kendo/Flat/sprite_2x.png') -360px -573px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal .k-icon.k-expand-prev {
    background: url('../../kendo/Flat/sprite_2x.png') -331px -389px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal .k-icon.k-collapse-prev {
    background: url('../../kendo/Flat/sprite_2x.png') -331px -454px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal-hover > .k-icon.k-expand-prev {
    background: url('../../kendo/Flat/sprite_2x.png') -361px -389px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal-hover > .k-icon.k-collapse-prev {
    background: url('../../kendo/Flat/sprite_2x.png') -361px -454px;
    width: 20px;
    height: 20px;
}

.k-splitbar.k-splitbar-horizontal {
    width: 15px;
}*/

#splitter .k-widget {
    box-sizing: border-box;
}

.pt-6 {
    padding-top: 6px;
}

.pt-8 {
    padding-top: 8px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-6 {
    margin-top: 6px;
}

.pr-0 {
    padding-right: 0px;
}

.mt-8 {
    margin-top: 8px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.modal-body-container {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.modal-layer-0 {
    z-index: 1035 !important;
}

.modal-layer5 {
    z-index: 10070;
}

.category-icon {
    font-size: 2em;
    line-height: 3px;
    vertical-align: -170%;
    cursor: pointer;
}

.parent-category:focus, .parent-category:hover {
    color: #555;
    /*text-decoration: none;*/
    background-color: #f5f5f5;
    background: #f5f5f5 radial-gradient(circle, transparent 1%, #ffffff 1%) center/15000%;
}

.highlight-category {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.category-item-label a {
    color: #555;
}

#panelbar .k-icon {
    top: 50% !important;
    margin-right: 10px;
}

/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 1.1s;
}

    .ripple:active {
        background-color: #f5f5f5;
        background-size: 100%;
        transition: background 0s;
    }

.text-parent-category:hover {
    text-decoration: underline !important;
}

.category-icon-plus {
    font-size: 2em;
    line-height: 3px;
    vertical-align: -149%;
    cursor: pointer;
}

.category-icon-plus-v1 {
    font-size: 1.777777em;
    line-height: 5px;
    vertical-align: -48%;
    cursor: pointer;
}

.plus-icon-grey {
    color: #aeaeae !important;
}

    .plus-icon-grey:hover {
        color: rgba(174, 174, 174, 0.75) !important
    }

    .plus-icon-grey:active {
        color: rgb(154, 154, 154) !important
    }

/*Use this class to move a object left to right*/
.arrow {
    color: #0c5449;
    background-color: #f6f3ed;
    margin: 1em 0;
    display: inline-block;
    padding-left: 8px;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

    .arrow:hover {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
        color: #0c5449;
        background-color: #f6f3ed;
    }

.mr-0 {
    margin-right: 0px;
}

.ml-8 {
    margin-left: 8px !important;
}

/*Use this class to get a toggle effect on any button or icon*/
.toggle {
    border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
    background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
    background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
    background-image: linear-gradient(top, #f4f1ee, #fff);
}

    .toggle:active {
        background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
        background-image: linear-gradient(top, #efedec, #f7f4f4);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0px -3px 1px 1px rgba(204,198,197,.5);
    }

        .toggle:active:after {
            color: #dbd2d2;
            text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white;
        }

/*Use this class to get a sonar effect on any button or icon*/
.sonar {
    position: relative;
}

    .sonar::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        top: 0;
        left: 0;
    }

    .sonar:hover::before {
        -webkit-animation: sonar-effect 1s ease-in-out .1s infinite;
        animation: sonar-effect 1s ease-in-out .1s infinite;
    }

@-webkit-keyframes sonar-effect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 5px #c6c6c6, 0 0 10px 10px #c6c6c6, 0 0 0 10px #fff;
    }

    100% {
        box-shadow: 0 0 0 5px #c6c6c6, 0 0 10px 10px #c6c6c6, 0 0 0 10px #fff;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonar-effect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 5px #c6c6c6, 0 0 10px 10px #c6c6c6, 0 0 0 10px #c6c6c6;
    }

    100% {
        box-shadow: 0 0 0 5px #c6c6c6, 0 0 10px 10px #c6c6c6, 0 0 0 10px #c6c6c6;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes fade-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        opacity: 0.8;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fade-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        opacity: 0.8;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

#productCategories .k-widget {
    box-sizing: border-box !important;
}

#productCategories .category-item-label {
    width: auto !important;
}

.wd-auto {
    width: auto !important;
}

@media (max-width: 768px) {
    .category-icon-plus {
        line-height: 6px !important;
    }

    .category-item-badge {
        margin-top: -18px !important;
    }
}

@media (max-width: 991px) {
    .category-icon-plus {
        line-height: 5px !important;
    }

    .category-item-badge {
        margin-top: -18px !important;
    }
}

.category-item-badge {
    margin-top: -15px;
}

.ml-15 {
    margin-left: 15px;
}

.wd-80 {
    width: 80% !important;
}

.notification-message-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

.wd-30 {
    width: 30% !important;
}

.k-grid-norecords {
    padding: 15px 0px;
}

.wd-90 {
    width: 90% !important;
}

#dvMessageContent {
    overflow-y: auto;
    min-height: 250px;
    display: inline-block;
    border: 2px solid #ddd;
    width: 100%;
    max-height: calc(100vh - 275px) !important;
    padding: 3px;
}

#dvBulkMessageContent {
    overflow-y: auto;
    min-height: 250px;
    display: inline-block;
    border: 2px solid #ddd;
    width: 100%;
    max-height: calc(100vh - 320px) !important;
    padding: 3px;
}

#dvMessageRecipients {
    overflow-y: auto;
    max-height: 100px;
}

#dvMessageDetails {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.recipients-search-panel .k-dropdown .k-dropdown-wrap, .recipients-search-panel .k-dropdown.k-state-border-down .k-dropdown-wrap.k-state-border-down {
    padding: 2.5px !important;
}

.recipients-contract {
    width: 120px !important;
}

.k-grid-header {
    background-color: #31362f !important;
    background-image: none !important;
}

.message-content li.k-overflow-tools {
    visibility: hidden !important;
}

.recipient-info {
    font-size: 12px;
    padding: 5px;
    display: inline-block;
    margin-top: 2px;
}

    .recipient-info .fa-white {
        color: white;
    }

.notification-message-details {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.pad-5 {
    padding: 5px;
}

.pad-bot-0 {
    padding-bottom: 0px;
}

.pad-bot-5 {
    padding-bottom: 5px;
}

.notifications-count {
    font-size: 12px !important;
}

.display-table-cell {
    display: table-cell;
}

.wd-65 {
    width: 65% !important;
}

.m-t-1 {
    margin-top: 1px;
}

.m-l-8 {
    margin-left: 8px;
}

.header-message {
    color: yellow;
    font-style: italic;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 450px;
    font-size: 14px;
    width: 390px;
}

.email-rules {
    color: red;
    font-size: 12px;
    letter-spacing: -0.2px;
}

div.k-window {
    top: 26px !important;
}

.k-filebrowser .k-tiles-arrange .k-dropdown {
    width: 7.3em;
}

.k-edit-form-content {
    height: 500px !important;
    overflow: auto;
}

.k-tiles {
    overflow: initial !important;
}

#mdlCreateMessage .k-editor-toolbar .k-button-group .k-tool {
    height: 35px !important;
    line-height: 35px !important;
}

.wd-99 {
    width: 99% !important;
}

.checkbox-required-field {
    background-color: #fbe1e3;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    z-index: 1032 !important;
}

.main-sidebar {
    top: 50px !important;
    padding-top: 0px !important;
}

.manage-products-categories.k-treeview .k-in {
    max-height: none !important;
}

.m-r-2 {
    margin-right: 2px;
}

.mar-top-10 {
    margin-top: 10px;
}

.border-bottom-grey {
    border-bottom: 1px solid #d2d2d2;
}

.m-b-2 {
    margin-bottom: 2px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-0 {
    margin-top: 0px;
}

.input-wd-60 {
    width: 60% !important;
}

.k-grid-content table[role="grid"].k-selectable td:hover {
    cursor: pointer;
}

.font-weight-normal {
    font-weight: normal;
}

.sidebar-menu a img {
    width: 16px;
    height: 16px;
}

.sidebar-menu > li > a {
    padding: 2px 5px 5px 3px !important;
    display: block;
}

.k-grid-content table tbody tr td a {
    cursor: pointer;
}

.treeview-menu.sidebar-treeview-submenu > li > a {
    padding: 2px 2px 3px 2px !important;
}

.k-editor .k-editable-area {
    padding: 4px;
}

.k-editor .k-editor-toolbar {
    background-color: #eae8e8;
    border: none;
}

.k-editor {
    background-color: #eae8e8;
    border-radius: 4px;
}

    .k-editor .k-editable-area .k-content {
        border-color: #c5c5c5;
    }

.k-editor-toolbar .k-button-group .k-button {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.k-editor-toolbar .k-button {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px 4px 4px 4px;
}

.k-editor-toolbar .k-button-group .k-group-start {
    border-radius: 4px 0 0 4px;
}

.k-editor-toolbar .k-button-group .k-group-end {
    border-radius: 0 4px 4px 0;
}

.k-editor-toolbar .k-button.k-selected {
    border-color: #f85a00;
}

.width-62 {
    width: 62%;
}

.float-right {
    float: right;
}

.contract-product-note {
    display: flex;
    margin-bottom: 5px;
}

    .contract-product-note.information {
        background-color: #A8DAA0;
    }

    .contract-product-note.warning {
        background-color: #F4E09B;
    }

    .contract-product-note.restriction {
        background-color: #F0CBCB;
    }

    .contract-product-note .icon {
        display: flex;
    }

    .contract-product-note .information-icon {
        background-color: #007830;
    }

    .contract-product-note .warning-icon {
        background-color: #E4B863;
    }

    .contract-product-note .restriction-icon {
        background-color: #CA0E13;
    }


    .contract-product-note .icon i {
        font-size: 32px;
        color: #FFFFFF;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 40px;
        margin-left: 4px;
        margin-top: 1px;
    }

    .contract-product-note .note {
        padding: 4px;
    }

.margin-top-1 {
    margin-top: 1px;
}

.k-multiselect .k-button, .k-multiselect .k-input-values .k-chip-solid-base {
    background-color: #00c0ef !important;
    border-color: #00c0ef !important;
    color: #fff !important;
    border-radius: 0.2em;
    text-transform: capitalize !important;
    margin: 2px;
}

    .k-multiselect .k-button .k-icon {
        color: #00c0ef !important;
        background: white;
        font-size: 12px;
    }

#ddlOrganisationTrades_listbox .k-state-focused.k-selected {
    padding: 0 4px !important;
    margin: 2px !important;
}

#ddlOrganisationTrades_listbox .k-item.k-state-focused {
    box-shadow: none !important;
}

.disable-link {
    pointer-events: none;
    opacity: 0.5;
}

.wrap-grid-header {
    height: auto;
    white-space: normal !important;
}

.m-r-3 {
    margin-right: 3px;
}

.p-t-3 {
    padding-top: 3px;
}

.cursor-pointer {
    cursor: pointer;
}

.p-t-9 {
    padding-top: 9px;
}

.panel {
    margin-bottom: 5px !important;
}

.panel-heading {
    padding: 5px 5px !important;
}

.panel-body {
    padding: 5px !important;
}

input:focus {
    outline: none !important;
    border-color: #719ECE !important;
    box-shadow: 0 0 10px #719ECE !important;
}

textarea:focus {
    outline: none !important;
    border-color: #719ECE !important;
    box-shadow: 0 0 10px #719ECE !important;
}

.k-dropdown-wrap.k-state-focused {
    outline: none !important;
    border-color: #719ECE !important;
    box-shadow: 0 0 10px #719ECE !important;
}

.btn:focus {
    box-shadow: 0 0 10px #719ece !important;
}

.dropdown-button {
    white-space: nowrap;
}

.wrap-grid-column {
    white-space: normal !important;
    word-break: break-all !important;
}

.preview-store-image {
    background-color: #ecf0f5;
    border: 1px solid #ccc;
    width: 262px;
}

    .preview-store-image img {
        width: 250px;
        margin: 5px;
    }

#mdlManageStore .modal-body {
    position: relative;
    overflow-y: auto;
}

.modal-body-scroller-65 {
    overflow-y: auto;
    height: 65vh;
    overflow-x: hidden;
}

.card {
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid white;
    width: 55%;
    float: left;
    padding: 6px;
}

.card-store {
    width: 32%;
    display: inherit;
    float: left;
    margin-top: 15px;
    margin-right: 9px;
}

.store-finder-contract-codes {
    display: inline;
}

.card .store-image, #mdlStoredetails .store-image {
    width: 200px;
    height: 150px;
    padding: 1rem;
}

.store-image {
    background-color: #ecf0f5;
    border: 1px solid #ccc;
}


.card .card-body-store {
    float: left;
}

.store-phone {
    color: #3c8dbc;
    font-style: normal;
    padding-bottom: 10px;
}

.store-distance {
    color: #068b45;
    font-style: italic;
    font-weight: bold;
    min-height: 16px;
}

span.store-delivery-distance {
    color: green;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 10px;
}

@media only screen and (min-width:300px) and (max-width: 1024px) {
    .card-store {
        width: 96%;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1900px) {
    .card-store {
        width: 48%;
    }
}


.store-item {
    width: 33.333%;
    display: inherit;
    float: left;
    word-wrap: break-word;
}

    .store-item.selectable-store-item {
        width: 33.333%;
        display: inherit;
        float: left;
        word-wrap: break-word;
    }


    .store-item .card-store {
        width: 100%;
        margin: 0%;
        float: left;
        word-wrap: break-word;
        padding: 0px;
    }

    .store-item .store-card-item {
        min-height: 180px;
        padding-right: 10px;
        padding-top: 9px;
    }

    .store-item .card {
        background-color: transparent;
        border: 0px;
    }

    .store-item .card-store .row {
        padding: 8px;
        background-color: #f2f2f2 !important;
        margin: 0%;
        border: 1px solid #a9a9a9 !important;
        border-radius: 3px;
    }

    .store-item .store-distance, .store-item .store-title {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .store-item .card-body {
        background-color: #fff !important;
        padding: 5px;
        border: 1px solid #a9a9a9 !important;
        border-radius: 1px;
        margin-right: 40px;
        min-height: 116px;
    }

    .store-item .store-details, .store-item .store-distance-image {
        padding: 0px;
    }

    .store-item .store-websiteurl, .store-item .store-phone, .store-item .store-email {
        font-style: normal;
        padding-bottom: 10px;
    }

    .store-item .store-distance-image {
        margin-right: 0px;
    }

    .store-item .store-image {
        background-color: transparent;
        padding: 0;
        height: 118px;
        width: 100%
    }

    .store-item.selectable-store-item .store-image {
        background-color: transparent;
        padding: 0;
        height: 118px;
        width: auto;
        max-width: 100%;
    }

@media only screen and (min-width:300px) and (max-width: 600px) {
    .store-item {
        width: 100%;
    }
}

@media only screen and (min-width:600px) and (max-width: 1024px) {
    .store-item {
        width: 50%;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1900px) {
    .store-item {
        width: 33%;
    }
}

.rbtn-contract-code {
    padding-right: 7px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.label-contract-code {
    font-size: 17px;
    padding-right: 5px;
}

.store-finder-map {
    height: 400px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    display: none !important;
}

.navbar-header {
    padding: 4px 0px 0px 10px;
}

.ccg-logo {
    padding-left: 20px;
}

.sidebar-collapse-btn {
    position: fixed;
    bottom: 10px;
    left: 15px;
}

.main-sidebar {
    position: fixed;
    width: 180px;
}

.skin-blue .main-header .navbar .nav > li > a {
    border: none;
}

.content-wrapper, .main-footer {
    margin-left: 180px;
}

.content-wrapper {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .content-wrapper {
        padding-top: 100px !important;
        margin-left: 50px !important;
    }

    .main-footer {
        margin-left: 50px !important;
    }

    .navbar-header {
        text-align: center !important;
    }
}

.sidebar-menu .treeview-menu > li > a, .sidebar-menu > li > a > span {
    font-size: 10px;
}

.menu-item-title {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 40px;
}

.menu-item-title {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}

.switch-contracts-btn {
    position: fixed;
    bottom: 50px;
    left: 5px;
}

.sidebar-menu .treeview-menu > li:hover {
    background: #1e282c;
}

.sidebar-menu .treeview-menu > li:first-child:hover {
    border-top-right-radius: 4px !important;
}

.sidebar-menu .treeview-menu > li:last-child:hover {
    border-bottom-right-radius: 4px !important;
}

.sidebar-menu .treeview-menu {
    padding-left: 0 !important;
}

.treeview-menu {
    border-top-right-radius: 4px !important;
    top: 0 !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-tabs-custom {
    margin-bottom: 10px;
}

.sidebar-treeview-submenu {
    white-space: normal;
    bottom: 0% !important;
    top: auto !important;
    max-width: 340px !important;
    min-width: 240px !important;
    width: auto !important;
}

    .sidebar-treeview-submenu img {
        height: 12px !important;
    }

.wd-130 {
    width: 130px;
}

.k-pager-numbers .k-link, .k-treeview .k-in {
    border-radius: 2px;
    max-height: 26px;
    border-color: #ccc;
    margin: 0 1px;
}

a.k-link.k-pager-nav, a.k-pager-refresh.k-link {
    border-radius: 2px !important;
    background-color: #fff !important;
    color: #333 !important;
    margin-left: 2px !important;
    height: 2.2em !important;
    border-color: #c5c5c5 !important;
}

.k-pager-wrap {
    border: none;
    background-color: #eee !important;
    background-image: none !important;
}

    .k-pager-wrap .k-pager-numbers .k-selected {
        min-width: 2.2em !important;
    }

.k-selected {
    border-radius: 2px !important;
    border: 1px solid #009bdc;
    background-color: #f6f6f6 !important;
    color: #333 !important;
    /*height: 2.2em !important;
    line-height: 2em !important;*/
    margin-left: 2px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    box-shadow: none !important;
    /*min-width: 2em;*/
}

.k-treeview-leaf.k-selected {
    border: none !important;
}
/*------------------------------------------------------------------Grid filters styles begin --------------------------------------------------------------------------*/
.k-grid-filter .k-icon {
    background-color: white !important;
}

.k-i-sort-desc-sm, .k-i-sort-asc-sm {
    background-color: white !important;
}

.k-autocomplete.k-state-focused > .k-i-close, .k-autocomplete.k-state-hover > .k-i-close, .k-combobox > .k-dropdown-wrap.k-state-focused > .k-i-close, .k-combobox > .k-dropdown-wrap.k-state-hover > .k-i-close, .k-combobox .k-svg-i-x {
    display: none !important;
}

.k-grid-filter.k-state-active {
    background-color: #232323;
}

.k-grid-header th.k-with-icon .k-link {
    margin-right: 0px;
    padding: .5em .1em .4em .1em;
}

.boolean-filter .nav-tabs > li.active > a, .boolean-filter .nav-tabs > li.active > a:hover, .boolean-filter .nav-tabs > li.active > a:focus,
.dropdown-filter .nav-tabs > li.active > a, .dropdown-filter .nav-tabs > li.active > a:hover, .dropdown-filter .nav-tabs > li.active > a:focus {
    color: white !important;
    cursor: default;
    background: #4cac41 !important;
}

.boolean-filter .nav-stacked > li, .dropdown-filter .nav-stacked > li {
    float: none;
    background: #01843e !important;
    color: white !important;
}

.boolean-filter ul, .dropdown-filter ul {
    width: 100px;
    color: white !important;
}

.boolean-filter .nav-tabs > li > a:hover, .dropdown-filter .nav-tabs > li > a:hover {
    background: #4cac41 !important;
}



.boolean-filter .nav-tabs > li:hover, .dropdown-filter .nav-tabs > li:hover {
    background: #4cac41 !important;
}

.boolean-filter a:focus, .boolean-filter a:hover, .dropdown-filter a:focus, .boolean-filter a:hover {
    color: white !important;
}

.boolean-filter .nav-stacked > li a, .dropdown-filter .nav-stacked > li a {
    color: white !important;
    background: #01843e !important;
    display: block;
}

.boolean-filter .nav-tabs > li.active, .dropdown-filter .nav-tabs > li.active {
    background: #4cac41 !important;
}

    .boolean-filter .nav-tabs > li.active > a, .boolean-filter .nav-tabs > li.active > a:hover, .boolean-filter .nav-tabs > li.active > a:focus,
    .dropdown-filter .nav-tabs > li.active > a, .dropdown-filter .nav-tabs > li.active > a:hover, .dropdown-filter .nav-tabs > li.active > a:focus {
        border: 0px !important;
    }

.flyout_menu {
    font-weight: 600;
    width: 160px;
}

    .flyout_menu ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .flyout_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .flyout_menu ul li:hover {
            position: relative;
            z-index: 599;
        }

        .flyout_menu ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 598;
        }

        .flyout_menu ul li:hover > ul {
            visibility: visible;
        }

        .flyout_menu ul ul {
            top: 0;
            left: 100%;
        }

    .flyout_menu span, .flyout_menu a {
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
    }

    .flyout_menu li {
        background: #01843e;
    }

        .flyout_menu li:hover, .flyout_menu li.active {
            background: #4cac41;
        }

    .flyout_menu a {
        color: #FFF;
        line-height: 160%;
        padding: 8px 4px 8px 14px;
        width: 164px;
    }

    .flyout_menu ul ul li {
        background: #01843e;
        border-bottom: 1px solid #01843e;
        white-space: nowrap;
    }

        .flyout_menu ul ul li:hover {
            background: #4cac41;
        }

.table-scrollable {
    overflow-x: auto;
}

    .table-scrollable thead tr th {
        background: #31362f !important;
        color: #ffffff;
        font-weight: normal;
        font-size: 11px;
        border: 0 !important;
        border-right: 1px solid #434941 !important;
        text-align: left !important;
        position: relative;
    }

        .table-scrollable thead tr th:last-child {
            border-right: 0 !important;
        }

        .table-scrollable thead tr th a.k-link,
        .table-scrollable thead tr th .k-link {
            margin: 0 !important;
            padding: 0 !important;
        }

            .table-scrollable thead tr th a.k-link br,
            .table-scrollable thead tr th .k-link br {
                display: none;
            }

            .table-scrollable thead tr th a.k-link span.k-i-sort-asc-sm,
            .table-scrollable thead tr th a.k-link span.k-i-sort-desc-sm {
                position: relative;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                background: none !important;
            }

                .table-scrollable thead tr th a.k-link span.k-i-sort-asc-sm:before {
                    content: "\f0de";
                    font-family: 'FontAwesome';
                    background: none !important;
                    color: #fff;
                    line-height: 20px;
                }

                .table-scrollable thead tr th a.k-link span.k-i-sort-desc-sm:before {
                    content: "\f0dd";
                    font-family: 'FontAwesome';
                    background: none !important;
                    color: #fff;
                    line-height: 5px;
                }

        .table-scrollable thead tr th .k-grid-filter span.k-icon.k-i-filter {
            display: none;
        }

        .table-scrollable thead tr th a.k-grid-filter {
            background: url('../../../images/icon-filter.png') left top no-repeat;
            width: 17px;
            height: 17px;
        }

            .table-scrollable thead tr th a.k-grid-filter:hover {
                background: url('../../../images/icon-filter.png') left top no-repeat !important;
                width: 17px;
                height: 17px;
            }

    .table-scrollable tbody tr td {
        border: 0;
        border-right: 1px solid #e5e9ec !important;
        border-bottom: 1px solid #e5e9ec !important;
        font-size: 11px;
        line-height: 15px;
        cursor: pointer;
    }

    .table-scrollable tbody tr {
        background: #ffffff;
        color: #000000;
    }

#selectedOperator:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 6px 0 0;
}

#selectedOperator.changed:before {
    content: "\f104";
    font-family: 'FontAwesome';
    padding: 0 6px 0 0;
}

.table-scrollable tbody tr td:last-child {
    border-right: 0 !important;
}

.table-scrollable tbody tr.k-alt {
    background: #f2f2f2;
}

.table-scrollable tbody tr:hover {
    background: #c9dae8 !important;
    color: #646464;
}

.table-scrollable thead tr .k-grid-filter .k-icon {
    background: none !important;
}

.table-scrollable thead tr .k-grid-filter {
    padding: 0;
    margin: 0;
}

.table-scrollable thead tr .k-icon {
    color: #428bca;
}

.k-animation-container .k-filter-menu.k-popup {
    margin: 9px 0 0 -13px;
}

.k-animation-container .k-filter-menu.k-popup {
    background: #ffffff;
    bordert-radius: 4px !important;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
    padding: 8px;
}

.k-animation-container .k-filter-menu.k-popup {
}

    .k-animation-container .k-filter-menu.k-popup:after {
        bottom: 100%;
        left: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
    }

    .k-animation-container .k-filter-menu.k-popup br {
        display: none;
    }

.k-animation-container .flyout_menu {
    width: 160px;
    margin-bottom: 8px;
}

    .k-animation-container .flyout_menu li.selected-operator > a {
        width: 85%;
        display: block;
    }

    .k-animation-container .flyout_menu a {
        width: 70px;
    }

.k-animation-container .k-filter-menu > div > div:last-child {
    border: 0;
    margin: 8px 0 0;
    padding: 0;
}

.k-animation-container input.k-textbox {
    border: 1px solid #dbdbdb;
    border-radius: 2px !important;
    height: 34px;
    margin: 0;
    padding: 6px 8px;
    font-size: 12px;
}

.k-animation-container .btn {
    color: #fff;
    border: 0;
    border-radius: 2px !important;
    font-size: 12px;
    font-weight: 700;
    background: #428bca;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    padding: 7px 13px 7px;
}

    .k-animation-container .btn.btn-default {
        background: #e63138;
    }

        .k-animation-container .btn.btn-default:hover {
            background: #bb1a20;
        }

.flyout_menu li,
.boolean-filter .nav-stacked > li, .dropdown-filter .nav-stacked > li {
    background: none !important;
}

    .flyout_menu li.selected-operator {
        width: 117%;
    }

    .flyout_menu li a {
        color: #646464;
        font-size: 12px;
        background: none;
        position: relative;
        font-weight: 400;
        padding: 4px 7px 4px 7px;
    }

        .flyout_menu li a:before { /*left: 0; top: 0;*/ /*content: "\f105";*/
            font-family: 'FontAwesome';
            padding: 0 6px 0 0;
        }

.flyout_menu ul ul li {
    background: none;
    border-bottom-color: #e9e9e9;
}

    .flyout_menu ul ul li:last-child {
        border-bottom: 0;
    }

.flyout_menu ul ul.operator-list {
    background: #ffffff;
    bordert-radius: 4px !important;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
    padding: 8px;
}

    .flyout_menu ul ul.operator-list:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -0.5em;
        top: 4px;
        left: 0;
        box-sizing: border-box;
        border: 0.7em solid black;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 8px 0;
        transform: rotate(-315deg);
        box-shadow: rgba(0,0,0,0.1) -3px 3px 3px 0;
    }

.flyout_menu li a:hover,
.flyout_menu li:hover, .flyout_menu li:hover > a, .flyout_menu li.active, .flyout_menu li.active a {
    color: #fff !important;
    background: #428bca;
}

.k-animation-container .boolean-filter .nav-tabs > li,
.k-animation-container .dropdown-filter .nav-tabs > li {
    background: none !important;
    border-bottom: 1px solid #e9e9e9;
}

    .k-animation-container .boolean-filter .nav-tabs > li:last-child,
    .k-animation-container .dropdown-filter .nav-tabs > li:last-child {
        border-bottom: 0;
    }

    .k-animation-container .boolean-filter .nav-tabs > li.active,
    .k-animation-container .dropdown-filter .nav-tabs > li.active,
    .k-animation-container .boolean-filter .nav-tabs > li.active a,
    .k-animation-container .dropdown-filter .nav-tabs > li.active a,
    .k-animation-container .boolean-filter .nav-tabs > li:hover a,
    .k-animation-container .dropdown-filter .nav-tabs > li a:hover {
        color: #fff !important;
        background: #428bca !important;
    }

    .k-animation-container .boolean-filter .nav-tabs > li a,
    .k-animation-container .dropdown-filter .nav-tabs > li a {
        color: #646464 !important;
        font-size: 12px;
        background: none !important;
        position: relative;
        font-weight: 400;
        position: relative;
        line-height: 17px;
        padding: 4px 7px;
        border: none;
    }

        .k-animation-container .boolean-filter .nav-tabs > li a:before,
        .k-animation-container .dropdown-filter .nav-tabs > li a:before { /*left: 0; top: 0;*/
            font-family: 'FontAwesome';
            padding: 0 10px 0 0;
        }

.k-animation-container .boolean-filter ul {
    width: 80px;
}

.k-animation-container .dropdown-filter ul {
    width: 120px;
}
/*.table-scrollable thead tr th input[type="checkbox"],
                        .table-scrollable tbody tr td input[type="checkbox"] { -webkit-appearance: none;  -moz-appearance: none;  box-sizing: borer-box;  width: 20px !important;  height: 20px;  cursor: pointer; background-color:#fff; border:1px solid #d1d1d1; border-radius: 4px !important; margin:0 !important; padding: 0 !important}*/
.table-scrollable thead tr th input[type="checkbox"]:checked,
.table-scrollable tbody tr td input[type="checkbox"]:checked {
    background: #fff url('../../../images/checkbox-checked.png') center center no-repeat;
}

.k-animation-container .k-widget.k-datepicker.k-header.k-datetimepicker {
    width: 100%;
}

.k-datetimepicker.k-input {
    font-size: 12px;
    width: 100% !important;
}

.k-animation-container .k-datetimepicker .k-picker-wrap .k-icon {
    margin-top: 10px;
}

.k-grid-header {
    padding: 0 !important;
}

.k-grid-content {
    overflow-y: visible;
}

.k-grid-filter.k-state-active {
    background: url('../../../images/icon-filter-active.png') left top no-repeat !important;
    width: 17px;
    height: 17px;
}

.margin-right-4 {
    margin-right: 4px;
}

.k-animation-container .k-datetimepicker .k-picker-wrap .k-icon {
    margin-top: 0px;
}


/*---------------------------------------------------------------------Grid filters styles END ----------------------------------------------------------------------*/

/*---------------------------------------------------------------------Drop down button filters START ---------------------------------------------------------------*/

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div>
    - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 8px 5px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*------------------------------------------------------------------------Drop down button filters END -----------------------------------------------------------------------*/

.k-selected {
    border-color: none;
}

.k-header a.k-link, .k-header .k-calendar-nav-fast {
    background-color: #333 !important;
    color: #fff !important;
}

    .k-header a.k-link.k-nav-prev, .k-header a.k-link.k-nav-next {
        background-color: transparent !important;
        color: #fff !important;
    }

.k-pager-wrap .k-pager-numbers .k-selected {
    min-width: 2.2em !important;
}

.k-pager-wrap {
    border: none;
    background-color: #eee !important;
    background-image: none !important;
}


.k-header.k-grid-toolbar {
    display: none;
    border: none !important;
    text-align: right;
    padding: 3px !important;
}

.grid-filters-count {
    text-align: left !important;
    margin-top: 8px !important;
}

.k-icon.k-i-arrow-s.k-panelbar-expand {
    padding-right: 25px !important;
    font-size: 12px !important;
    color: #009bdc !important;
}

line-height: 1.65em
.k-icon.k-i-arrow-n.k-panelbar-collapse {
    padding-right: 25px !important;
    font-size: 12px !important;
    color: #009bdc !important;
}

.k-datepicker .k-input-button, .k-picker .k-input-button, .k-combobox .k-input-button, .k-timepicker .k-input-button {
    width: 2.2em;
    color: dimgray !important;
    background-color: #c2c2c2 !important;
}

.k-list .k-list-content .k-focus, .k-list-optionlabel.k-selected {
    box-shadow: inset 0 0 2px 0 #428bca, inset 0 0 7px 0 #76abd9;
    border-radius: 4px;
}

.k-pager-numbers .k-button-text {
    color: #333;
}

.k-pager-numbers .k-button.k-button-flat.k-selected {
    border-radius: 2px !important;
    border: 1px solid #009bdc !important;
    background-color: #f6f6f6 !important;
    margin-left: 2px !important;
    box-shadow: none !important;
    top: 2px;
}

.k-pager-refresh.k-button {
    width: 28px;
}

.k-icon.k-i-clock, .k-icon.k-i-arrow-60-down {
    color: dimgray !important;
}

.k-datepicker.k-input-md {    
    width: 47%;
    height: 30px;
    min-width: 140px;
}

.k-icon.k-i-arrow-60-down {
    top: 2px !important;
}

.k-pager-numbers-wrap .k-button-flat-primary {
    color: #f6f6f6;
}

.k-dropdown .k-dropdown-wrap, .k-dropdown.k-state-border-down .k-dropdown-wrap.k-state-border-down, .k-dropdownlist .k-input-inner {
    padding: 2px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
}

.k-dropdownlist.k-invalid .k-input-inner {
    background: #ffd6d6 !important;
}

.k-editor.k-invalid {
    background-color: #eae8e8 !important;
    border-color: #c5c5c5 !important;
}

.k-pager-numbers .k-link, .k-pager-numbers .k-selected, .k-pager-numbers-wrap .k-pager-first, .k-pager-numbers-wrap .k-button-flat-primary, .k-pager-numbers-wrap .k-button-flat-base {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}

.k-pager-numbers .k-selected {
    line-height: 1.6em;
    cursor: pointer;
}

.k-dropdown .k-dropdown-wrap .k-select, .k-ie .k-dropdown .k-dropdown-wrap .k-select, .k-ff .k-dropdown .k-dropdown-wrap .k-select {
    background-color: lightgray !important;
}

.k-list .k-item {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 4px;
}

.k-listview {
    border: none;
}

.contracts .k-listview {
    box-shadow: none !important;
}
.width-35 {
    width: 35%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-60 {
    width: 60%;
}

.width-65 {
    width: 65%;
}

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-50 {
    width: 50%;
}

.width-98 {
    width: 98%;
}

.width-89 {
    width: 89% !important;
}

.width-100 {
    width: 100% !important;
}

.width-70 {
    width: 70% !important;
}

.width-79 {
    width: 79% !important;
}

.required-label::after {
    content: "*";
    color: red;
}

.nav-tabs {
    border-bottom: none !important;
}

.tab-content {
    background-color: #fff !important;
    border: 1px solid #ccc;
    margin-bottom: 10px !important;
    padding: 10px;
}

.nav-tabs-custom > .nav-tabs > li.active a {
    background-color: #fff !important;
    border-left-color: #ccc !important;
    border-right-color: #ccc !important;
}

.nav-tabs > li.active {
    border-top: 3px solid #3c8dbc !important;
    border-radius: 0 !important;
    border-bottom: 0 !important
}

.nav-tabs > li.active {
    border-bottom-color: transparent;
    border: 1px 1px solid;
}

    .nav-tabs > li.active a {
        border-left: 1px solid #ccc !important;
        border-right: 1px solid #ccc !important;
    }

.nav-tabs > li > a {
    margin-right: 0px !important;
}

.nav-tabs > li > a {
    border-radius: 0px !important;
    border: none !important;
    color: #444;
}

.pt-7 {
    padding-top: 7px;
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.k-combobox-clearable .k-dropdown-wrap {
    background-color: white !important;
    border-radius: 0 !important;
}

    .k-combobox-clearable .k-dropdown-wrap .k-state-focused, .k-combobox-clearable .k-dropdown-wrap .k-state-focused .k-input {
        box-shadow: none !important;
    }

.k-list-container.k-popup.k-state-border-up, .k-list-container.k-popup.k-state-border-down {
    background-color: #fff !important;
    box-shadow: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

[data-role="popup"] ul li[class="k-item k-state-hover"], [data-role="popup"] ul li[class="k-item k-state-focused k-state-hover"] {
    background-color: lightgrey !important;
    cursor: pointer;
}

[data-role="popup"] ul li[class="k-item k-state-focused k-selected"] {
    box-shadow: none !important;
    border: none !important;
}

.k-pager-wrap .k-pager-numbers .k-selected {
    min-width: 2.2em !important;
}

.k-picker-wrap {
    border-radius: 0 !important;
    background-color: white !important;
    height: 2.2em !important;
}

.k-calendar .k-selected {
    box-shadow: none !important;
    height: 1.5em !important;
}

    .k-calendar .k-selected .k-link {
        color: #333 !important;
    }

.k-calendar .k-today, .k-calendar .k-today .k-state-focused {
    background-color: #ecf0f5 !important;
    border: none !important;
    color: white !important;
    box-shadow: none !important;
}

span .k-select {
    background-color: lightgray;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: none !important;
}

.k-icon.k-i-calendar, .k-icon.k-i-clock, .k-icon.k-i-arrow-60-down {
    color: #696969 !important;
}

.k-icon.k-i-arrow-60-down {
    top: 2px !important;
}

.w-29 > .k-datepicker, .w-29 > .k-timepicker {
    width: 29% !important;
}

.k-picker-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover {
    background-color: #eee;
}

.k-dropdown-wrap .k-selected {
    background-image: none !important;
    background-color: none !important;
}

.k-calendar .k-today .k-link {
    color: #009bdc;
}

.k-dropdown .k-dropdown-wrap, .k-dropdown.k-state-border-down .k-dropdown-wrap.k-state-border-down {
    padding: 2px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
}

    .k-dropdown .k-dropdown-wrap .k-select, .k-ie .k-dropdown .k-dropdown-wrap .k-select, .k-ff .k-dropdown .k-dropdown-wrap .k-select {
        background-color: lightgray !important;
    }

.m-l-10 {
    margin-left: 10px;
}

.inline-edit-input {
    width: 150px !important;
    padding-bottom: 2px;
}

.btn-quick-search-radius {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.btn-clear-search-radius {
    margin-left: 5px !important;
    border-radius: 3px !important;
}

.k-pager-sizes .k-dropdown .k-dropdown-wrap, .k-pager-sizes .k-dropdown.k-state-border-down .k-dropdown-wrap.k-state-border-down {
    padding: 0px !important;
}

.box-grey {
    border-radius: 5px;
    padding: 10px;
    background-color: #F5F5F5;
}

.box-sub-title {
    font-weight: 600;
    font-size: 14px;
}

.bg-black {
    background-color: black !important;
}

.fa-tool-tip {
    font-size: 13px;
}

.box-with-border {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 10px;
}

.width-75 {
    width: 75% !important;
}

.m-t-2 {
    margin-top: 2px;
}

.m-t-6 {
    margin-top: 6px !important;
}

.width-115 {
    width: 115px !important;
}

.no-color {
    color: none;
}

.m-l-3 {
    margin-left: 3px !important;
}

.k-invalid {
    border: 1px solid red !important;
    background: #ffd6d6 !important;
}

.p-t-4 {
    padding-top: 4px !important;
}

.horizontal-separator {
    margin-top: 10px;
    margin-bottom: 10px;
}

.inline-block {
    display: inline-block;
}

.m-t-5 {
    margin-top: 5px;
}

.vertical-separator {
    border-right: 1px solid #eee;
}

.text-align-right {
    text-align: right;
}

.min-height-25 {
    min-height: 25px !important;
}

.box-no-background {
    border: none !important;
    background: none;
    box-shadow: none;
}

.m-t-15 {
    margin-top: 15px;
}

.modal-content-scroller {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 120px);
}

.m-r-15 {
    margin-right: 15px;
}

.required-title {
    color: #ff0000;
}

.p-l-7 {
    padding-left: 7px;
}

.min-height-22 {
    min-height: 22px !important;
}

.min-height-10 {
    min-height: 10px !important;
}

.input-wdt-125 {
    width: 125px !important;
}

.m-t-9 {
    margin-top: 9px !important;
}

.p-b-1 {
    padding-bottom: 1px;
}

.text-left {
    text-align: left;
}


.inline-edit-remove {
    color: #7d7f7c;
    font-size: 20px;
    margin-top: 2px;
}

.inline-edit-progress {
    font-size: 16px;
}

.position-relative {
    position: relative !important;
}

.m-r-5 {
    margin-right: 5px;
}

.display-flex {
    display: flex !important;
}

.priceAlign {
    text-align: right;
}

.fa-20 {
    font-size: 20px !important;
}

.wd98 {
    width: 98%;
}

.disable-element.no-background {
    background: none !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.max-height-25 {
    max-height: 25px !important;
}

.height-25 {
    height: 25px !important;
}

.hm-quote-margin .k-icon.k-i-arrow-60-down {
    top: -2px !important;
}

.width-150 {
    width: 150px;
}

.fa-help-text {
    font-size: 13px;
    color: #1e90ff;
}

.link-help-text {
    color: lightskyblue !important;
}

/* Contractor Finder Css Styles Start*/
.contractor-finder-map {
    height: 400px;
}

.contractor-phone {
    color: #3c8dbc;
    font-style: normal;
    padding-bottom: 10px;
}

.contractor-distance {
    color: #068b45;
    font-style: italic;
    font-weight: bold;
    margin: auto;
}

.contractor-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .contractor-card-deck .contractor-card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 10px;
        margin-top: 10px;
        margin-left: 10px;
        background: #fcfcfc;
        border-radius: 5px;
        max-width: calc(25% - 30px);
        min-width: calc(25% - 30px);
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        word-wrap: break-word;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0.25rem;
        float: left;
        height: 320px;    
    }

    .contractor-card-deck .contractor-card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
        padding-bottom: 0px;
    }

ul.contractor-service-types {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.contractor-finder-map .gm-style-iw {
    width: 500px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #fcfcfc;
    min-width: 500px !important;
    max-height: 300px !important;
    max-width: 500px !important;
}

.contractor-finder-map .gm-style .gm-style-iw-d {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.contractor-finder-map .gm-style-iw-d {
    max-height: 300px !important;
}

.contractor-finder-map button.gm-ui-hover-effect {
    visibility: hidden;
}

.contractor-map-modal-content-scroller {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 180px);
}

/* Contractor Finder Css Styles End*/

input[data-lpignore] + div[data-lastpass-icon-root] {
    display: none !important;
}

input[data-lpignore] + span + div[data-lastpass-icon-root] {
    display: none !important;
}

.k-selected input.quantityTextArea {
    color: black !important;
}

.dropdown-menu > li > a {
    color: #333 !important;
}

.no-filters, .no-brands {
    padding: 15px;
    font-size: 12px;
    color: red;
    margin: 0;
}

.w-335 {
    width: 335px !important;
}

.input-number-width-sm {
    width: 150px;
}

.quick-search-width-sm {
    width: 320px;
}

.stores .card {
    word-wrap: break-word;
    background-color: #E6E6E6 !important;
    border: 1px solid #A9A9A9 !important;
    width: 48%;
    float: left;
    padding: 6px;
    border-radius: 5px;
}

.stores .card-body {
    background: #fff !important;
    margin-left: 20px !important;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.stores .card .store-image {
    width: auto !important;
    height: 77px !important;
}

.bootstrap-growl {
    z-index: 10000009 !important;
}

.width-350 {
    width: 350px;
}

.legend-Lock {
    color: #fff;
    padding: 1px 5px;
    display: inline-block;
    margin-right: 2px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    background-color: red;
    border: 1px solid;
}

#legend-Lock {
    margin: 7px 12px;
}

.ml-4 {
    margin-left: 4px;
}

.badge {
    font-weight: 600;
    border-radius: 0.25rem;
}

.width-355 {
    width: 355px;
}

.EditUserRolestable {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 180px
}
/* security common css  */
﻿
.m-r-5 {
    margin-right: 5px;
}
/*---------------------------------------------------------------Vertical tab Begin---------------------------------------------------------------*/
/*  bhoechie tab */

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #41af1c;
    background-image: #5A55A3;
    color: #ffffff;
}

    div.bhoechie-tab-menu div.list-group > a.active:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -13px;
        border-left: 0;
        border-bottom: 13px solid transparent;
        border-top: 13px solid transparent;
        border-left: 10px solid #41af1c;
    }


/*---------------------------------------------------------------Vertical tab End---------------------------------------------------------------*/

#dvVarintPriceMsg {
    margin: 5px 0px 0px 0px;
    padding: 6px 10px 4px 10px;
    font-size: 12px !important;
}


.mt-12 {
    margin-top: 12px;
}

.wd60 {
    width: 60% !important;
}

.mt-8 {
    margin-top: 8px;
}

.modal-body-scroller {
    overflow-y: auto;
    height: 55vh;
    overflow-x: hidden;
}

.pr-22 {
    padding-right: 22px;
}

#resetPaswordForm .alert-warning {
    color: #8a6d3b !important;
    background: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%) !important;
    border-color: #faebcc !important;
    text-align: left;
    padding-left: 18px;
    margin-left: 2px;
}

@media (max-width: 767px) {
    .p-l-15 {
        padding-left: 15px !important;
    }
}

.mb {
    margin: -4px 0 0 !important;
}

.mt-3 {
    margin-top: 3px;
}

.mt-15 {
    margin-top: -15px;
}

.p-2 {
    padding: 2px;
}

#mdlViewNotificationDetails h4 {
    color: black !important;
}

.k-selected.selected-row {
    background: #3379b5 !important;
    color: #fff !important;
}

    .k-selected .selected-row a {
        color: #fff !important;
    }

    .k-selected .selected-row:hover i {
        color: #fff !important;
    }

    .k-selected .selected-row:hover a {
        color: #3c8dbc !important;
    }

.main-sidebar {
    top: 50px !important;
    padding-top: 0px !important;
}

.login-form {
    margin: 10% auto;
}

#divider h5:before,
#divider h5:after {
    background-color: #e0e0e0;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

#divider h5:before {
    right: 0.5em;
    margin-left: -50%;
}

#divider h5:after {
    left: 0.5em;
    margin-right: -50%;
}

.main-header .navbar .nav > li.user > a > .fa-user {
    vertical-align: baseline !important;
}

.small-box-footer {
    position: absolute !important;
    bottom: 0 !important;
    padding: 5px 10px 5px 15px !important;
    width: 100% !important;
}

.small-box {
    height: 150px;
}

.small-box-footer {
    color: #333 !important;
}

.forgot-password-confirmation-box, .reset-password-confirmation-box {
    margin: 11% auto !important;
    width: 450px;
}

.m-0 {
    margin: 0;
}

.profile-box .row {
    padding: 10px 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-7 {
    padding-top: 7px;
}

#loginForm .checkbox label {
    padding-left: 0 !important;
}

input[type="checkbox"] {
    margin-top: 1px !important
}

.forgot-password-box {
    margin: 10% auto !important;
    width: 400px;
}

.help-info {
    margin-top: 15px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 0;
}

.box-sso {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: none;
    width: 90%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 0;
}

.main-footer {
    font-size: 10px;
    padding: 5px;
}

.approval-tooltip {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px dashed #f5c6cb;
    padding: 3px;
    border-radius: 3px;
}

.content-wrapper {
    padding-top: 50px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-95 {
    margin-left: 95px;
}

input.input-validation-error {
    border: 1px solid #ff0000 !important;
    background: #ffd6d6;
}

.main-footer .row {
    margin: 0 !important;
}

footer a {
    color: #41af1c !important;
}

#divider h5 {
    overflow: hidden;
    text-align: center;
}


@media (max-width: 991px) {
    .col-md-4 .box {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
}
/* Pager styles */

/* Styles for k-picker-wrap */
.k-icon {
    color: dimgray !important;
}

select, select option {
    font-size: 12px !important;
}

.k-picker-wrap, .k-datepicker .k-state-border-down {
    border-radius: 0px;
    background-color: #fff !important;
}

span .k-select {
    background-color: lightgray;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: none !important;
}
/* Styles for k-picker-wrap end */
#ddlViewStatus {
    padding-left: 5px !important;
}

.pt-5 {
    padding-top: 5px;
}

.k-widget.k-listview {
    border: none !important;
}

/* Nav tabs styles */
.nav-tabs-custom > .tab-content {
    background: #fff !important;
    padding: 10px !important;
}

.nav-tabs li {
    margin-bottom: 0 !important;
}

.nav-tabs {
    border-bottom: 0 !important;
}

    .nav-tabs li a {
        color: #444;
        border-radius: 0 !important;
        margin-right: 0 !important;
    }

    .nav-tabs > li {
        margin-bottom: -2px !important;
    }

        .nav-tabs > li.active {
            border-top: 3px solid #065687 !important;
        }

/* Nav tabs styles end */
/* Notification Styles */
.alert-danger {
    background-color: #fbe1e3 !important;
    border-color: #fbe1e3 !important;
    color: #e73d4a !important;
    font-size: 15px !important;
}

.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    font-size: 15px !important;
}
/* Notification Styles end */
/*------------------------------------------------------------------Grid filters styles begin --------------------------------------------------------------------------*/

.k-dropdown-wrap, .k-state-border-down .k-dropdown-wrap.k-state-border-down {
    padding: 2px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
}

    .k-dropdown-wrap .k-select, .k-ie .k-dropdown-wrap .k-select, .k-ff .k-dropdown-wrap .k-select {
        background-color: lightgray !important;
    }


.k-invalid {
    border: 1px solid red;
}
/*---------------------------------------------------------------------Grid filters styles END ----------------------------------------------------------------------*/
.k-widget.k-tooltip-validation {
    background-color: #fa8072 !important;
    color: #ff0000 !important;
    background-image: none !important;
    box-shadow: none !important;
    opacity: 0.9;
    padding: 10px;
    font-size: 11px;
}

.k-tooltip-validation .k-callout-n {
    border-bottom-color: #fa8072 !important;
}

.form-group {
    margin-bottom: 5px !important;
}

#popup_EditHPOrg .modal-body {
    max-height: calc(100vh - 185px);
    overflow-y: auto;
}

.m-10 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
/*Generic details screen*/
.control .field {
    border: none;
    border-radius: 5px;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-top: 0px;
}

.field-bg-color {
    background-color: #F2F2F2 !important;
}

.h-28 {
    height: 28px;
}

.field-label {
    margin-bottom: 0px !important;
}

.section-border {
    border: 1.5px solid #80808040;
}

.section-height {
    height: auto;
}

.control {
    list-style: none;
}

.input-group .inline-edit-input {
    width: 100% !important;
    height: 28px !important;
}

.separator-column {
    background-color: rgb(99, 99, 99);
    width: 3px !important;
    border: none !important;
}

.form-control textarea {
    border-radius: 4px;
}

.setnowbtn {
    position: relative;
    top: -30px;
    float: right;
    right: 30px;
}

.details-btn-container {
    text-align: right;
}

#divHPDivisionsSection {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.margin-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

input#chkSearchByCode, input#chkSearchByDescription, input#chkSearchByName, input#chkSearchByBrand {
    margin-left: -15px;
}

.search-by-checkbox .checkbox {
    margin-top: 40px;
}

.checkbox.pull-right {
    margin-top: 10px;
}

.pwd-font {
    font-size: 12px !important;
}

.pwd-input-font {
    font-size: 11px !important;
}

.reset-pwd-screen-width {
    width: 36%;
}

.validate-form-passwords {
    display: flex;
    align-content: flex-start;
    justify-content: center;
}

.reset-pwd-box {
    padding: 18px;
}

.reset-pwd-screen-width .box-header {
    margin-left: 12px;
}

.reset-pwd-layout {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0px 18px 18px 18px;
}

.update-pwd-input-box {
    margin-bottom: 6px;
}

.upd-pwd-header-box {
    margin-left: 0px !important;
}

.upd-pwd-header-title {
    margin-left: 14px !important;
}

.status-msg-box {
    padding: 8px !important;
}

.account-confirmation-screen {
    display: flex;
    flex-direction: column;
    align-content: center !important;
    justify-content: center !important;
}

.account-confirmation-box {
    align-self: center;
    text-align: center;
}

.update-password-box .alert-warning {
    color: #8a6d3b !important;
    background: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%) !important;
    border-color: #faebcc !important;
    text-align: left;
    padding-left: 18px;
    margin-left: 2px;
}



.update-password-box .box-title {
    margin-left: 7px;
}

.update-password-section {
    height: 88vh;
}

.update-password-box .box-title {
    margin-top: 2px;
}

.update-password-box .box-body .row {
    margin-bottom: 5px;
}

.update-password-box form {
    width: 58%;
}

.account-setup-section {
    height: 88vh;
}
/* Overriden css for Update Password Screen*/
.password-updation-container .k-invalid-msg {
    display: none !important;
}

.update-password-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.update-pwd-form-container, .update-password-section {
    display: flex !important;
    justify-content: center !important;
}

.box .nav-item #tbiUserLogin, .box .nav-item #tbiSSOLogin {
    font-size: 18px;
}

.box .nav-item.active {
    border-top: 3px solid #41af1c !important;
}

.box #loginTabsContent {
    border: 1px solid #ccc !important;
}

#loginTabsContent {
    min-height: 290px;
    height: auto;
    margin-bottom: 0 !important;
}

    #loginTabsContent #login, #loginTabsContent #singleSignOn {
        margin: 25px;
    }

    #loginTabsContent .required-label {
        padding-top: 7px;
    }

.box .nav #liUserLogin, .box .nav #liSSOLogin {
    border-right: none;
    border-left: none
}

#loginTabsContent:has(label-error-msg:visible) {
    height: auto;
    overflow: visible;
}

#loginTabsContent .checkbox label {
    padding-left: 0;
}

.reset-pwd-box .k-invalid-msg {
    display: none !important;
}

#ForgotPasswordForm .k-tooltip-validation {
    display: none !important;
}

.adjust-reset-password-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 87vh;
}

.k-animation-container .k-filter-menu {
    display: block;
    position: absolute;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: translateY(0px);
}

.k-pager .k-pager-sizes .k-dropdownlist .k-input-button {
    margin: 0px;
}

.k-dropdownlist .k-input-value-text, .k-combobox .k-input-inner {
    line-height: 1.65em;
    padding: .17857143em 0;
    text-indent: .571em;
    border: 0;
    margin: 0;
    overflow: hidden;
    font-size: 1.2em;
}

.k-combobox .k-input-button {
    vertical-align: middle;
    text-align: center;
    width: 2.2em;
    color: dimgray !important;
    background-color: #c2c2c2 !important;
}

.k-grid-filter-menu {
    position: absolute !important;
    top: 3px !important;
}

.k-switch-md {
    width: 4.2em;
    height: 1.9em;
    font-size: 1em;
    text-align: left;
    border: none;
    border-radius: 4px;
}

.k-switch-on .k-switch-track {
    border-color: #d5d5d5;
    border-radius: 4px;
    background-color: #f35800;
}

.k-switch-on .k-switch-thumb {
    border-radius: 3px;
    width: 1.6em !important;
    height: 1.6em !important;
    left: 3px;
}

.k-switch-off .k-switch-track {
    border-color: #d5d5d5;
    border-radius: 4px;
    background-color: #bababa;
    right: 8px;
    color: #ffffff !important;
    width: 5.2em;
}

.k-switch-off .k-switch-thumb {
    border-radius: 3px;
    width: 1.6em !important;
    height: 1.6em !important;
    left: -3px;
}

.k-switch-md .k-switch-label-on {
    left: 3px;
    width: 50%;
}

.k-grid-toolbar.k-toolbar {
    display: none;
}

.k-upload-async .k-dropzone.k-upload-dropzone {
    padding: 0.8em;
    background-color: #eae8e8;
}

.k-upload.k-upload-async {
    border-color: #c5c5c5;
    border-radius: 4px;
}

.k-upload-async .k-dropzone-hint {
    display: none;
}

.k-upload-async .k-button {
    width: 7.167em;
    padding: 4px 8px;
    border-radius: 4px;
}

.k-input .k-button.k-icon-button {
    border-left: 0;
}

.list-group .k-listview-content .parent-category.ripple, .list-group .k-panelbar .k-link {
    border: 1px solid #ddd;
    padding: 10px 15px;
    background-color: white !important;
}

.list-group .k-panelbar .k-link {
    background-color: #f0f0f0 !important;
}

.panelbar .k-panelbar-item .k-panelbar-item-text h6 {
    padding: 1px 10px 1px 0px !important;
}

.k-pager-numbers .k-button-flat.k-button-flat-primary:hover {
    background-color: #bcb4b0 !important;
}

.k-pager-numbers .k-button.k-button-flat.k-selected:hover {
    background-color: #f6f6f6 !important;
    cursor: pointer;
}

.k-grid .k-table-th.k-sorted {
    background-color: #31362f;
}

.k-grid .k-grid-container .k-grid-content {
    overflow: scroll !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
}

#popup_EditHPOrg .k-switch-md, #dvPreferenceSec .k-switch-md {
    padding: 0px;
}

.btn-primary, .btn-danger {
    color: white !important;
}

    .k-numerictextbox .k-button {
        background-color: #c2c2c2 !important;
    }

.k-list-item.k-selected {
    color: #2e2e2e;
    background-color: #f6f6f6;
}

    .k-list-item.k-selected:hover, .k-list-item.k-selected.k-hover {
        color: #2e2e2e;
        background-color: #ffffff;
    }

.k-list-item {
    font-size: 1.2em;
}

.k-button {
    color: #2e2e2e;
}

.k-button-md.k-icon-button .k-button-icon {
    width: 28px;
}

.k-button-flat {
    border-color: #b6b6b6 !important;
    background: white !important;
}

.k-grid a {
    color: #3c8dbc;
}

.k-grid-filter-menu, .k-grid-filter-menu.k-grid-header-menu.k-active:hover {
    background: url(../../../images/icon-filter.png) left top no-repeat !important;
}

    .k-grid-header .k-hierarchy-cell .k-icon.k-active, .k-grid-filter-menu.k-grid-header-menu.k-active {
        background: url(../../../images/icon-filter-active.png) left top no-repeat !important;
    }

    .k-grid-filter-menu span {
        display: none;
    }

.k-button-md {
    font-size: 1.2rem;
}

.k-grid .k-grid-md .k-table-th > .k-cell-inner, .k-grid-md .k-table-th > .k-cell-inner {
    margin-block: 0px;
    margin-inline: 0px;
}

.k-grid-header .k-table-row .k-cell-inner .k-link .k-sort-icon .k-icon {
    color: white !important;
    opacity: 1;
}

.k-table-row.k-master-row .k-datepicker, .k-table-row.k-master-row .k-picker-solid {
    width: 100% !important;
}

.k-table-row.k-master-row .k-input-button.k-button {
    min-width: 18px;
    margin: 0px;
    width: 30px;
}

.k-table-row.k-master-row .k-input-spinner .k-button {
    color: dimgray !important;
}

.k-input-spinner .k-spinner-increase, .k-input-spinner .k-spinner-decrease {
    min-width: 22px !important;
    margin: 0px !important;
}

    .k-input-spinner .k-spinner-increase .k-icon, .k-input-spinner .k-spinner-decrease .k-icon {
        height: 20px !important;
        min-width: 18px !important;
    }

.k-grid-header-menu {
    margin-top: 5px;
}

.k-window-content .k-form-label, .k-window-content .k-checkbox-label {
    font-size: 12px;
}

.k-window-content .k-form .k-input-inner {
    height: 2.43rem;
    font-size: 12px;
}

.k-editor-window .k-actions .k-button-text {
    color: #ffffff;
    font-size: 12px;
}

.k-editor-window .k-actions .k-svg-icon {
    display: none;
}

.k-pager-md .k-pager-sizes .k-dropdown-list, .k-pager-md .k-pager-sizes .k-dropdown, .k-pager-md .k-pager-sizes .k-dropdownlist, .k-pager-md .k-pager-sizes > select {
    width: 6em;
}

.k-upload .k-dropzone .k-upload-button-wrap .k-button {
    background-color: #41af1c;
    color: #ecf0f5;
}

    .k-upload .k-dropzone .k-upload-button-wrap .k-button:hover {
        background-color: #a99f9a;
        color: #ffffff;
        cursor: pointer;
        border-color: #a99f9a !important;
    }

.k-upload .k-dropzone.k-upload-dropzone {
    justify-content: flex-start !important;
}

.k-upload .k-dropzone .k-upload-status {
    color: #c3c3c3;
    font-size: 12px !important;
}

.k-upload .k-upload-files .k-file-name {
    font-size: 12px !important;
}

.k-upload .k-upload-files .k-file-invalid.k-file-error .k-file-name {
    color: #db4240;
}

.k-upload .k-upload-files .k-file-invalid.k-file-error .k-file-validation-message {
    font-size: 10px;
    color: #c3c3c3;
    margin-top: 2px !important;
}

.k-upload .k-upload-files .k-upload-actions .k-button {
    justify-content: flex-end !important;
    padding-right: 0px !important;
}

.k-upload .k-upload-files .k-file.k-file-invalid {
    border-style: solid;
    padding: .65em .17em .65em 1em;
    white-space: nowrap;
    background-color: #fff;
    border-color: #d5d5d5;
    border-right-width: 0px;
}

.k-upload .k-upload-files {
    padding-bottom: 5px;
    background-color: #eae8e8;
    border-width: 1px 0px 0px 0px;
    border-color: #221f1f;
    border-style: solid;
}

.k-upload-button-wrap .k-button:active {
    background-color: #e95400 !important;
    border-color: #e95400;
}

.k-upload-button-wrap .k-button:focus {
    border-color: #f85a00;
    box-shadow: 0 0 2px 1px #f35800;
    background-color: #41af1c;
}

.form-inline .k-picker.k-dropdownlist {
    width: 12.6em;
}

.k-grid td.k-selected, .k-grid .k-table-row.k-selected > td, .k-grid .k-table-td.k-selected, .k-grid .k-table-row.k-selected > .k-table-td, .k-grid .k-table-row.k-selected a {
    background-color: #3379b5 !important;
    color: #fff;
}

.k-grid-header th[data-role="columnsorter"] span.k-link {
    cursor: pointer;
}

.k-datepicker .k-input-inner {
    font-size: 12px;
}

.nav.navbar-nav .dropdown.messages-menu {
    cursor: pointer;
}
/*----Global Styling Area Start----*/

.k-pager-numbers-wrap .k-pager-numbers .k-button-md .k-button-text, .k-pager-sizes span, .k-grid-pager .k-pager-info, .k-grid .k-grid-toolbar .k-toolbar-item .toolbar .grid-filters-count {
    font-size: 12px !important;
}

.k-pager-sizes .k-dropdownlist .k-input-value-text {
    padding: 0px 5px !important;
    line-height: 10px !important;
}

.k-dropdownlist-popup .k-list-ul .k-list-item, .k-dropdownlist .k-input-inner .k-input-value-text {
    font-size: 12px;
}

.k-grid .k-grid-md .k-grid-header .k-grid-filter, .k-grid .k-grid-md .k-grid-header .k-header-column-menu, .k-grid .k-grid-md .k-grid-header .k-grid-header-menu, .k-grid-md .k-grid-header .k-grid-filter, .k-grid-md .k-grid-header .k-header-column-menu, .k-grid-md .k-grid-header .k-grid-header-menu {
    right: 0px;
    margin-right: 0px;
    width: 20px;
}

a.btn.btn-success {
    color: #FFF;
}

.k-grid .k-toolbar-item, .k-grid .k-toolbar-item .toolbar {
    width: 100%
}

.k-datepicker.k-input.k-datetimepicker.k-input-solid.k-input-md.k-rounded-md.k-input-inner {
    padding-block: 0;
    padding-inline: 0;
    border: 1px solid;
    border-color: var(--kendo-color-border, rgba(0, 0, 0, 0.08));
    align-items: normal;
}

.k-grid .k-table-row.k-table-alt-row {
    background-color: #F2F2F2;
}
.panel.panel-default.k-listview-item {
    margin-right: 15px;
    margin-left: 15px;
}
.k-filter-menu .k-datepicker.k-input.k-datetimepicker{
    width:100% !important;
}
/*----Global Styling Area End----*/
/*----Component Styling Area Start----*/
.k-calendar .k-calendar-view .k-calendar-tbody .k-calendar-tr .k-calendar-td.k-selected .k-link {
    border-color: #3c8dbc !important;
    color: #fff !important;
    background-color: #3c8dbc !important;
    background-image: none !important;
}

.k-calendar .k-calendar-view .k-calendar-tbody .k-calendar-tr .k-calendar-td.k-today .k-link {
    box-shadow: inset 0 0 0 1px grey !important;
}

.k-grid .k-grid-table .k-table-tbody .k-table-row.selectedId .k-table-td a, .k-grid .k-grid-table .k-table-tbody .k-table-row.selected-row .k-table-td a {
    color: white !important;
}

.k-numerictextbox.k-input {
    border-radius: 3px !important;
}
.k-grid-edit-row span.k-numerictextbox {
    background-color: #FFF;
}
/*----Component Styling Area End----*/
/* Visual Catalog */
.filter.k-listview-item {
    border-width: 1px;
}

.filter .k-slider{
    width: 80%;
    min-width: 180px;
}
.k-slider .k-slider-selection {
    background-color: var(--kendo-color-primary, #41af1c);
}
.k-slider .k-draghandle{
    background-color: #000;
}
/*END OF Visual Catalog*/