﻿body > .k-animation-container
{
  text-align: left;
}
.k-grid-header .k-header {
    background-color: #9F9E9E;
    background-image: none,-ms-linear-gradient(top, #EAEAEA 0,  #9F9E9E 100%);    
    background-image:none,-webkit-linear-gradient(top,#EAEAEA 0,#9F9E9E 100%);
    background-image:none,-moz-linear-gradient(top,#EAEAEA 0,#9F9E9E 100%);
    background-image:none,-o-linear-gradient(top,#EAEAEA 0,#9F9E9E 100%);
    background-image: none, linear-gradient(to bottom, #EAEAEA 0px, #9F9E9E 100%) ;
    white-space:normal !important;
    overflow:visible!important;
}
.k-grid-header-wrap {
    border-right-width: 0;
}
.k-state-selected {
   background-color: #DC661D!important;
   background-image: none !important;
}
.k-dropdown-wrap {
    background-color: #FFFFFF;
}
.k-button.k-autocomplete {
    border-width: 1px;
}
.k-button {
    background-color: #DC661D !important;
    background-image: none;
    border-color: #DC661D;
    color: #FFFFFF;
}
.k-button,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:active,
.k-state-disabled .k-button:active
{
    border-color:#DC661D;
    background-color:#DC661D !important;
}
 
.k-button:hover
{
    color:#2e2e2e;
    border-color:#FAC582 !important;
    background-color:#FAC582 !important;
}
.k-input {
    margin-bottom: 1px;
    margin-top: 1px;
    padding-bottom: 0;
    padding-top: 0;
}
ul.k-pager-numbers li, a.k-link {
    line-height: inherit;
}
ul.k-pager-numbers li, a.k-link:hover {
    line-height: inherit;
}
a.k-link:hover {
    color: #2E2E2E !important;
}
.divTableRow {
    display: table-row;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.divCellOne {
    display: table-cell;
    float: left;
    height: 100%;
    line-height: 28px;
    vertical-align: middle;
    width: 70px;
}
.divCellOneLarge {
    display: table-cell;
    float: left;
    height: 100%;
    line-height: 28px;
    vertical-align: middle;
    width: 100px;
}
.divCellOneFull {
    display: table-cell;
    float: left;
    height: 100%;
    line-height: 28px;
    vertical-align: middle;
    width: 300px;
}
.divCellTwo {
    display: table-cell;
    float: left;
    height: 100%;
    line-height: 28px;
    width: 160px;
}
.divCellTwoFull {
    display: table-cell;
    float: left;
    height: 100%;
    line-height: 28px;
    width: 250px;
}
.divCellThree {
    display: table-cell;
    float: left;
    height: 100%;
    line-height: 28px;
    width: 35px;
}
.divCellThreeFull {
    display: table-cell;
    float: left;
    height: 100%;
    line-height: 28px;
}
.divCellFour {
    display: table-cell;
    float: left;
    height: 100%;
    line-height: 28px;
}

.divTableRow label
{
    font-weight:normal ;  
}
.divbutton
{
    text-align:center;
    width:430px;
}
.k-loading-mask
{
    z-index: 99999 !important;
}
.k-grid-content
{
   min-height : 30px !important;
}
.k-zip-textbox
{
    width: 8em !important;
}
.k-lbl-error
{
    color:Red;
}
.k-pager-wrap .k-dropdown {
    width: 59px !important;
}
.text-label {
    color: #cdcdcd !important;
    font-weight: normal !important;
}