﻿.custom-grid-small .k-dropdown-operator .k-input-button {
    padding: 4px;
    display: none;
    height: 24px;
    width: 24px;
}

.custom-grid-small .k-button-solid-base {
    height: 25px;
    width: 25px;
}

.custom-grid-small .k-table-md {
    font-size: 12px;
    line-height: 1.1;
}


.custom-grid-small.k-grid-md .k-filtercell .k-filtercell-wrapper {
    gap: 0px;
}

.custom-grid-small .k-button-flat-primary {
    color:dimgray;
}

.custom-grid-small .k-button-md {
    font-size: 12px;
}

.custom-grid-small .k-pager-info {
    font-size: 11px;
       color:dimgray;
}

.custom-grid-small .k-input-md .k-input-inner, 
.custom-grid-small .k-picker-md .k-input-inner {
    font-size: 12px;    
}


/* calendar week color */
.k-calendar .k-alt {
    background-color: rgba(0, 0, 0, 0);
    color: lightgray;
    font-size:10px;
    font-weight:700;
}


.k-grid .k-input-spinner  {
    display:none;
}

/* show notification over darkend overly from popup */
.k-notification-group {
    z-index: 10003 !important;
}

.k-filter-row {
    background-color: #f5f5f0;
}



/* dropdown select and arrow button part */
.k-input-inner {
    background-color: #fff;
}
.k-picker .k-input-button {
    color: inherit;
    background-color:#fff;
    border-color: rgba(0, 0, 0, 0);
}


/* pager size */
.custom-grid-small .k-button-md {
    font-size: 11px;
}
 /* page width grid pager */
 .k-pager-sizes .k-dropdownlist {
    width: 75px;
}

/*  pager select 15, 50, 100 text size */
.k-pager .k-input-value-text {
    font-size: 11px;
}
/*  items per page text size */
.k-pager-sizes {
    font-size:11px;
}

.k-grid .header {
    font-weight: bold;
     color:grey; 
    font-size: 11px;
}


.k-table-tbody {
    /*    background-color: red;*/
    cursor: pointer;
}

/* selected grid row highlighted background color */
.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 {
    background-color:antiquewhite;
}

.k-checkbox-wrap .k-checkbox.k-checked, 
.k-checkbox-wrap .k-checkbox:checked {
    background-color: lightgray;
    border: none;  
}

.k-button-sm.k-icon-button .k-button-icon {
    min-width: 20.0000000004px;
    min-height: 20.0000000004px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* non-sortable headers */
/*.k-grid th.center {
    text-align: center;
}*/

/* sortable headers */
/*th.center .k-cell-inner > .k-link {
    justify-content: center;
}*/

/* non-sortable headers */
/*.k-grid th.right {
    text-align: right;
}*/

/* sortable headers */
/*th.right .k-cell-inner > .k-link {
    justify-content: right;
}*/

.pricechecker-wrapper {
    background-color:#fff;
    padding:25px;
}

.pricechecker-wrapper .custom-label {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
}

.pricechecker-wrapper .box-row {
    color:dimgray;
}

    .pricechecker-wrapper .box-row .left {
        font-size: 14px;
    }

    .pricechecker-wrapper .box-row .right {
        font-size: 14px;
    }

.pricechecker-wrapper .k-combobox.k-input .k-input-inner {
    font-size: 14px !important;
}

.pricechecker-wrapper .k-input {
    font-size: 14px !important;
}

.k-checkbox {
    border-color: lightgrey;
    background-color: #fff;
}



.k-filtercell-wrapper .k-input-solid {
    color: darkorange;
    font-weight: 500;
}

.k-filtercell-wrapper .k-input-value-text {
    color: darkorange;
    font-weight: 500;
}

.k-grid .k-datepicker .k-input-inner {
    color: #666 !important;
    font-size: 11px !important;
    font-weight: normal !important;
}

.k-grid .k-dropdownlist .k-input-value-text {
    color: #666 !important;
    font-size: 11px !important;
    font-weight: normal !important;
}