﻿.quickSearchandFilterPanel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 256px;
  height: calc(100vh - 256px);
  overflow-y: auto;
}
.quickSearchandFilterPanel.k-tabstrip > .k-content {
  padding: 0;
}
.quickSearchandFilterPanel .filterScrollable {
  max-height: 400px;
  overflow-y: auto;
}
.quickSearchandFilterPanel .k-sprite {
  background-image: url(images/quickFilter.png);
}
#employeeFilterandQuickSearch > .k-item > .k-link > .k-image {
  margin-top: 2px;
  margin-left: -5px;
}
#employeeFilterandQuickSearch > .k-item > .k-link > .k-sprite {
  margin-top: 6px;
}
.spriteFind {
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.spriteFilter {
  background-position: 0 -26px;
  width: 16px;
  height: 16px;
}
.filterHeader {
  height: 32px;
}
.filterFooter {
  background: #65abd3;
  height: 32px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
#filterPanel {
  border-color: #65abd3;
}
#filterPanel:after {
  content: "";
  margin: 25px auto;
  position: relative;
  top: -35px;
  display: block;
  width: 95%;
  height: 16px;
  box-shadow: 0 25px 15px #aaa;
  border-radius: 50%;
}
.quickSearchPanel {
  margin: 10px;
  height: 100%;
}
.filterPanel {
  margin: 10px;
  height: 100%;
}
.updateFieldPanel {
  height: 437px;
  margin: 0;
  border: 1px solid #65abd3;
  background-color: #FFFFFF;
}
.filterItem {
  position: relative;
  text-align: right;
  width: 100%;
}
.filterButton {
  position: relative;
  text-align: right;
  margin-top: 2px;
  margin-right: 5px;
  font-size: 12px;
}
.quickSearchTile {
  position: relative;
  margin: 0 16px 16px 0;
  text-align: center;
  padding: 0;
  float: left;
  width: 90px;
  height: 90px;
  cursor: pointer;
  background: #6DA2C5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6DA2C5 0, #5A91C0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6DA2C5), color-stop(100%, #5A91C0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #6DA2C5 0, #5A91C0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6DA2C5 0, #5A91C0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6DA2C5 0, #5A91C0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6DA2C5 0, #5A91C0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6DA2C5', endColorstr='#5A91C0', GradientType=1);
  /* IE6-9 */
}
.quickSearchPrimaryTitle {
  position: absolute;
  bottom: 8px;
  margin-top: 8px;
  font-size: 1em;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: white;
  width: 100%;
}
.quickSearchDisplayValue {
  display: table;
  position: absolute;
  width: 24px;
  height: 24px;
  background: red;
  border-radius: 24px;
  margin-right: -8px;
  margin-top: -8px;
  top: 0;
  right: 0;
  font-size: 0.75em;
  box-shadow: 1px 3px 4px #888;
}
.quickSearchDisplayValue p {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
}
.quickSearchTile:hover {
  box-shadow: 0 0 5.625px #111;
}
#filterPanel .k-dropdown {
  width: 100%;
}
.extendDropDowns .k-dropdown {
  width: 100%;
}
.quickSearchTile.selected {
  border: 2px solid black;
  box-shadow: 0 0 8px;
  box-sizing: border-box;
}