.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
    color: #333;
    box-shadow: none;
    display: block;
    height: 42px;
    line-height: 38px;
}

.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-multiselect.k-header, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    border-color: #ccc;
    background: #fff!important;
    box-shadow: none!important;
    height: 42px;
}
.k-i-arrow-60-down:before{ display:none;}
.k-list {
     text-align: left;
}
.k-list-optionlabel.k-state-selected.k-state-focused {
    text-align: left;
}

/*Kendo Listbox*/
.k-listbox.k-widget {

    width: 100%;
}
.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {

    margin-right: -24px;
}
.k-listbox .k-item:hover:not(.k-state-disabled) {
    color: white !important;
} 
/*Kendo Grid Pagination*/

#pagerBottom {
    padding: 0;
    float: left;
    background: none;
    box-shadow: none;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}

/*Kendo Grid Page*/

.btngroup-select .btn.btn-default {
    margin: 0 5px 5px 0;
    border-radius: 5px !important;
    background: #fff;
}

.btngroup-select .btn.btn-default.active {
    font-weight: 400; 
     background-color: #fff;
    color: #126b73;
    border: 2px solid #126b73;
    box-shadow: none;
}

.k-popup .k-list .k-item{text-align: left!important;}

.k-dropdown-wrap {
    background: #fff!important;
    box-shadow: none!important;
}

.dashboard-datatable thead.k-grid-header th.k-header:first-child{border: none!important;}
.dashboard-datatable .k-grid-header th.k-header>.k-link{ color:#fff!important;}
.k-grid-pager {
    background-color: #efefef!important;
}

.ibox-content  .k-grid .k-grid-header th.k-header{ background:#126b73; color:#fff!important; padding:15px 20px; }

.ibox-content .k-grid .k-grid-header th.k-header a{ color:#fff!important;}

.k-grid {
    text-align: left;
    border: none!important;
    border-radius: 0!important;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: #5bf1ff;
}


@media only screen and (max-width: 767px) {

/*Gird table css added on 03-07-2019*/
body .k-grid.k-widget table {

    border: none;
    box-shadow: none;
    display: block;
    width: 100%;

}

.k-grid.k-widget table colgroup {

    width: 100%;

}
.k-grid.k-widget table thead.k-grid-header{ display:none;}
.k-grid.k-widget .k-master-row, .k-grid.k-widget .k-detail-row  {

    border-bottom: 1px solid #ccc !important;
    display: block;
    background: #fff !important;
    padding-bottom: 0px;

}
.k-grid.k-widget tbody {
    display: block;
}
.k-grid.k-widget tr td {

    border: none !important;
    display: block;
    background: #fff !important;
    padding: 5px 15px;
    text-align: left !important;

}
.k-grid.k-widget tr td.k-hierarchy-cell {
    display: none;
}

/*Gird table css added on 03-07-2019*/
}

