.spark-action,
.spark-action * {
    width: 100%;
    height: 100%;
}

.spark-disabled,
.spark-disabled:hover {
    cursor: default;
    background-color: DimGray;
    color: Gainsboro;
}

.spark-grid-overlay {
    position: absolute;
    top: 0px;
    z-index: 999;
    height: 100%;
    width: 100%;
}

.spark-main-menu * img {
    max-height: 50px;
}

.datepicker {
    z-index: 1151 !important;
}

.dropdown-user {
    background-color: #fff;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    color: black;
    list-style-type: none;
    padding: 20px;
    z-index: 1100;
}

ul.dropdown li a {
    color: #3c4144 !important;
}

/* KENDO GRID OVERRIDE */

.k-grid-header { padding: 0 !important; }
.k-header { background-color: #fff;}
.k-grid-content { overflow-y: visible; }

.k-header, .k-grid-header-wrap, .k-grid .k-grouping-header, .k-grid-header, .k-pager-wrap, .k-pager-wrap .k-textbox, .k-pager-wrap .k-link, .k-grouping-header .k-group-indicator, .k-gantt-toolbar .k-state-default, .k-widget, .k-grid tr td { border-color: #eaeef1;}

.k-grid-header th.k-header>.k-link, .k-grid td { padding: 8px 8px; }

.k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grid-header .k-nav-current.k-state-hover .k-link, .k-grouping-header .k-link { color: #788288; font-weight: bold;}

.k-block, .k-widget, .k-popup, .k-content, .k-toolbar, .k-dropdown .k-input { color: #788288; }

a.panel-toggle:hover, a.panel-toggle:focus {
    background-color: transparent!important;
}

/* Kendo Slider */

.k-slider-selection {
    background-color: #F05023;
}

/* Search Results */
.qtyGridTemplate{
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

/* Guide Image CSS */

.productImg {
     height: 50px;
     float:left;

}

.accountImg {
     height: 75px;

}

.conditionImg {
    height: 20px;
    float:left;

}

.filterDropDowns {
	float:left;
	text-color: blue;
}

.headerConditions {
	background-color:  #eeeeee;
}

.prodPrice {
	color:red; 
	font-size: 95%;  
	font-weight: bold;
}

.prodDescription {
	font-size: 90%;
}

.prodName{
	font-size: 100%;
	font-weight:bold;
}

.bold{
    font-weight:bold;
}

.unitsMeasurement {
	font-size: 95%;
	font-weight:bold;
}
 
.orderDetailsPrice {
	width: 300px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 5px;
}

.messageTextArea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    overflow: auto;
    padding: 2px;
    resize: both;
}

.textAreaBox {
  border:1px solid #999999;
  width:100%;
  height:100%;
  margin:5px 0;
  padding:3px;
  font-size:16px;
}
  
.makeBold {
	font-weight: bold;
}

.makeItalic {
	font-style:italic;
}

.prodDescription{
    font-size: 1.2em;
}

.prodDescription-sm{
    font-size: 1em;
}

.pointWhenHover{
    cursor: pointer;
}

.pointWhenHover.border:hover{
    border:2px solid #00acc8;
    overflow: hidden;
    margin: -2px;
}

.makeUnderline{
    text-decoration: underline;    
}

.makeUnderline:hover {
    cursor: pointer;
    color: blue;
}

.makeFontLarge {
	font-size: 20px;
}

.makeFontMedium {
    font-size: 12px;
}

.makeFontSmall {
    font-size: 8px;
}

input#accountCheckBox
{
  transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
  margin-left: 4px;
}

.checkboxtext
{
  font-size: 110%;
  display: inline;
}

#eachCheckBox.clicked {
	background: #00acc8;
}

#loginListView
{
     max-height: 200px;
     overflow: auto;
}

#accountListView
{
     max-height: 200px;
     overflow: auto;
}

#accountsSelect-list, #accountSearch-list, #userSearch-list, #roleSearch-list, #customerDropdown-list, #productSelect-list
{
     max-height: 165px;
     overflow: auto;
}

#productSearch-list
{
     max-height: 250px;
     overflow: auto;
}

#btnBold.clicked, #btnItalic.clicked, #btnUnderline.clicked, #btnLgFont.clicked, #btnMdFont.clicked, #btnSmFont.clicked {
    background: #00acc8;
}

.securityGridTitles {
	text-align: center; 
	font-weight:bold; 
	background-color: #eeeeee;
}

a.k-grid-update{
	color:white;
}

@page  
{ 
    size: landscape;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 10mm 5mm 10mm 0mm;  
} 
.k-grid tr td {
    overflow:visible;
}

.guidelistitem:hover {
    cursor: default;
    background-color: DimGray;
    color: Gainsboro;
}

.guide-group-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    list-style: none;
}

.guide-group-panel li:hover {
    cursor: default;
    background-color: DimGray;
    color: Gainsboro;
}

p {
    text-indent: 20px;
    text-align: justify;
    text-justify: inter-word;
}

p::first-letter { 
    font-size: 1.5em;
    color: gray;
}

/*ADDED BY DEVON*/
/*productPrint*/
#allergensTable {
	width: 100%;
}
#allergensTable td, th{
	padding: 2px !important;
    line-height: 1.2 !important;
}

#productPrint .accountImg {
	margin-left: 20px;
}

#productPrintBottomText {
	margin: 20px;
}

.allergenHeading {
	font-weight: normal;
}

/*orderGuidePrint*/
.centered-title {
	text-align: center;
}
#printableGrid {
	padding: 20px;
}
#orderGuideGrid {
	font-size: 10px;
}
#orderGuideGrid .k-grouping-row p{
	font-weight: normal;
}
#orderGuideGrid tr td {
	line-height: 1em;
	border: 1px solid black;
}

#purchaseHistoryPrint {
	margin: 20px;
}

#numWeeksInput {
    text-align: right;
    width: 35px;
    height: 30px;
    border-radius: 5px;
}

.header-vcenter {
	display: inline-block;
	vertical-align: middle;
	float:none;
}

#headers {
  position:sticky;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
}

#schoolItemDataGrid th {
  position:sticky !important;
  z-index: 2 !important;
  top:149px !important;
}

.k-list-scroller {
    overflow-y: scroll;
}
