﻿    .k-filter-row th, .k-grid-header th.k-header {
        padding: .5em !important; 
    }
    .k-grid td {
        padding: .0123em .93em !important; 
    }
    .k-ff input.k-textbox, input.k-textbox {
        height: 2em;
    }
    .add-on .input-group-btn > .btn {
      border-left-width:0;left:-2px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    /* stop the glowing blue shadow */
    .add-on .form-control:focus {
     box-shadow:none;
     -webkit-box-shadow:none; 
     border-color:#cccccc; 
    }

    .small-margin {
        margin : 2%;
    }
    .small-margin-top {
        margin-top: 2%;
    }
    .small-margin-bottom {
        margin-bottom : 2%;
    }
    .small-margin-left {
        margin-left : 2%;
    }
    .small-margin-right {
        margin-right : 2%;
    }

      .f-12 {
        font-size: 12px;
        font-weight: bold;
    }

    .h-25 {
        /*height: 25px !important;*/
    }

    .no-b-margin {
        margin-bottom: 0px !important;
    }

    .k-textbox > input, span.k-autocomplete .k-input, span.k-dropdown-wrap .k-input, span.k-numeric-wrap .k-input, span.k-picker-wrap .k-input, span.k-selectbox .k-input {
        height: 1.400em !important;
        padding: 3px 0 !important;
    }

     .k-dropdown .k-dropdown-wrap {
       height: 28px;
    }
    .k-dropdown-wrap .k-input {
        line-height: auto;
        padding: 0 !important;
        margin: 0 !important;
    }
    .k-dropdown-wrap .k-icon {
        position: relative;
        top: -4px;
    }

    span.k-picker-wrap .k-input {
        height: 1.9em !important;
    }
    .k-picker-wrap.k-state-default{
        height: 2.4em !important;
        border-radius: 2px;
    }

    .k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
        border-color: #d2d6de !important;
    }

    .k-dropdown .k-dropdown-wrap {
        border-radius: 3px !important;
    }

    :/*root * > .k-button-group .k-tool-icon, :root * > .k-icon, :root * > .k-sprite {
        vertical-align: initial !important;
    }*/

    .k-ff input.k-textbox, input.k-textbox {
        height: 1.9em;
    }

    .k-list-filter {
        margin-top: -3px !important;
    }

    .add-on .input-group-btn > .btn {
      border-left-width:0;left:-2px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    /* stop the glowing blue shadow */
    .add-on .form-control:focus {
     box-shadow:none;
     -webkit-box-shadow:none; 
     border-color:#cccccc; 
    }

