﻿/* KendoGrid */
.k-grid {
    font-size: 13px;
        margin-bottom: 0px;
}
.k-grid tr td { 
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
}
.k-grid-content-locked {
    border: none;
}

.k-grid-header th.k-header,
.k-grid-header th.k-header, .k-filter-row th {
	overflow: hidden;
	border-right: none;
	border-top: none;
    border-left: 1px #eee solid;
	border-bottom: 1px #eee solid;
    padding: .4em .6em;
    font-weight: 600;
    font-size: 13px;
    white-space: normal;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
   /* background-image: linear-gradient(#D2FFB6, #EBFFC4);*/
     background-color: #e2e2e2;
}
.k-widget{ border:0px solid black;}
.k-grid tr td {border-bottom: 0px solid #DAD8D8;}
@media (max-width:767px){
    .k-grid-short {width: 100% !important;}
}

thead.k-grid-header > tr:last-child > th.k-header,
.k-grid-header thead > tr:last-child > th.k-header,
thead.k-grid-header > tr > th.k-header[rowspan],
.k-grid-header thead > tr > th.k-header[rowspan],
thead.k-grid-header > tr > th.k-header[data-field],
.k-grid-header thead > tr > th.k-header[data-field] {
    border-bottom: 5px #90DA00 solid;
}
.k-grid tbody > tr:first-child > td {border-top: 0px #8bc34a solid;}

/* Grid Column Menu */
.k-menu .k-item > .k-state-border-right, .k-menu .k-item > .k-state-border-left {
    background-color: #88B56B;
    color: #ffffff;
}
li.k-item > span > input[type=checkbox] {
    margin-right: 10px !important;
}


/* Selected Row */
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: #000;
  background-color: #88B56B;
  border-color: #88B56B;
}
.k-grid td.k-state-selected.k-state-focused {
  background-color: #88B56B;
}
.k-grid tr:hover .k-state-selected,
.k-grid tr.k-state-selected:hover td {
   background-color: #88B56B;
}
.k-grid tr:hover .k-state-focused,
.k-grid tr.k-state-focused:hover td {
background-color: #88B56B;
}

.k-grid tr:hover .k-state-focused.k-state-selected,
.k-grid tr.k-state-selected:hover td.k-state-focused {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
td.k-state-focused.k-state-selected,
.k-state-selected td.k-state-focused,
.k-listview > .k-state-focused.k-state-selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.k-grid td.k-state-focused {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.k-pager-wrap .k-link:hover {
    color: #4caf50;
    border-color: #cccccc;
    background: #ebebeb;
}
.k-link:link, .k-link:visited, .k-state-hover.k-nav-current .k-link {
    color: #68BC31;
}

/*.k-icon {
    margin-top: 25%;
}*/
.k-pager-wrap>.k-link {
    height: 2.2em;
    line-height: 2.2em;
}

.k-state-selected a,
.k-state-selected a:link,
.k-state-selected a:visited,
.k-state-focused a,
.k-state-focused a:link,
.k-state-focused a:visited {
    color: #fff;
}

.k-primary, .k-overflow-container .k-primary {
    color: #fff;
    border-color: #488624;
    background-image: none;
    background-position: 50% 50%;
    background-color: #6DB533;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.k-primary:hover {
    color: #fff;
    border-color: #288E2D;
    background-image: none;
    background-color: #279024;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
.k-grid-footer th.k-state-focused,
td.k-state-focused,
.k-button.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.k-grid-header th>.k-link>.k-icon {
    vertical-align: middle;
}
.k-pager-numbers .k-link, .k-pager-wrap {
    line-height: 2.2em;
}
.k-header {
    background-color: #fff;
}
/* Kendo Grid */
.k-grid-norecords-template {
	color: #D80000;	
    background-color: transparent;
    border: none;
    border-bottom: 1px #eee solid;
   /* border-top: 4px #ffa900 solid;*/
    padding: .4em .6em;
    height: 2em;
    line-height: 2em;
    width: 100%;
    /*line-height: 2em;*/
    font-size: 12px;
    font-style: italic;
    text-transform:capitalize;
}

/* Kendo Progress */
.k-loading-mask { 
}
.k-loading-image {
    background-image: url(../../images/loading-black3.gif);
    opacity: 0.7;
    background-size: 100px;
}

.no-scrollbar .k-grid-header {
    padding: 0 !important;
}
.no-scrollbar .k-grid-content {
    overflow-y: hidden;
}
.k-grid-norecords {
    overflow: hidden;
}

.k-grid .k-grid-toolbar { padding-right: 0; }
/*.k-auto-scrollable { overflow: hidden !important; }*/
.k-grid-footer { width: 100%; }

/* Autocomplete */
.k-list-container > .k-list-scroller > ul.k-list > li.k-item > table > tbody > tr > td,
.k-list-container > .k-list-scroller > ul.k-list > li.k-item > table > tbody > tr > td.name,
.k-list-container > .k-list-scroller > ul.k-list > li.k-item > table > tbody > tr > td.value1,
.k-list-container > .k-list-scroller > ul.k-list > li.k-item > table > tbody > tr > td.value2,
.k-list-container > .k-list-scroller > ul.k-list > li.k-item > table > tbody > tr > td.value3 {
    color: #555;
}
.k-list-container > .k-list-scroller > ul.k-list > li.k-item > table > tbody > tr > td:first-child,
.k-list-container > .k-list-scroller > ul.k-list > li.k-item > table > tbody > tr > td.key,
.k-list-container > .k-list-scroller > ul.k-list > li.k-item > table > tbody > tr > td.code {
    color: #277500;
    min-width: 100px;
}
/* Kendo */
span.form-control {
    padding: 0;
    margin: 0;
    width: 100%;
}
.k-textbox:focus,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
    box-shadow: none;
}
.k-autocomplete .k-input,
/*.k-dropdown-wrap .k-input,*/
.k-numeric-wrap .k-input,
/*.k-picker-wrap .k-input,*/
.k-selectbox .k-input,
.k-textbox > input {
    display: block;
    width: 100%;
    height: 18px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.k-autocomplete .k-input:focus,
.k-dropdown-wrap .k-input:focus,
.k-numeric-wrap .k-input:focus,
.k-picker-wrap .k-input:focus,
.k-selectbox .k-input:focus,
.k-textbox > input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

form.k-filter-menu  > ul.k-multicheck-wrap > li.k-item > label.k-label > input[type=checkbox] { margin-right: 5px; }

/* Kendo Chart */
/*.chart2 circle, #chart2 circle { display: none !important; }*/
