/**
 * styles added here will override the standard TM4Web styles
 */

/* Uncomment the following and set the height if you want your logo to be above the menu bar. */
/*
.Logo { height: 182px; // set to height of your logo
	padding: 0; margin: 0; float:none; background-color: white; opacity:1;
}
.Logo img {
	height: 182px; // set to height of your logo
}
.MenuContainer { margin-top: 0px; }

*/

/* Uncomment the following to customize the height of the Bill Details Item History grid. */
/*
#bdILT_grid .k-grid-content { max-height: 400px !important; }
*/

/* Uncomment the following to allow printing specific grids/sections, check the id of the grid/section you want to be able to print */
/*
@media print {
  body > * { display: block !important; }
  body > #ContentContainer { display: none !important;}
	body * {
    visibility: hidden;
  }
  #grid, #grid * {
    visibility: visible;
  }
  #traceGrid, #traceGrid * {
    visibility: visible;
  }
}
*/

/* Uncomment the following to use Kendo Web Font Icons */
/*
.k-i-print{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-print:before { content: "\e10a"; }

.k-i-email{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-email:before { content: "\e809"; }

.k-i-file-excel{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-file-excel:before { content: "\e90a"; }

.k-i-file-pdf{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-file-pdf:before { content: "\e90e"; }

.k-i-aggregate-fields{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-aggregate-fields:before { content: "\e905"; }

.k-i-hyperlink-open{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-hyperlink-open:before { content: "\e134"; }

.k-i-rotate{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-rotate:before { content: "\e50a"; }

.k-i-globe{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-globe:before { content: "\e672"; }

.k-i-clock{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-clock:before { content: "\e107"; }

.k-i-email-box{ background-image: none; width:1em; height:1em; vertical-align:text-top !important; }
.k-i-email-box:before { content: "\e80a"; }
*/