﻿/* Variables */
/* Typography */
/*
Explicitly define a Segoe UI font-family so that we can assign Segoe UI 
Semilight to an appropriate font-weight.
*/
@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: local("Segoe UI Light");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: local("Segoe UI Semilight");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: local("Segoe UI");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: local("Segoe UI Semibold");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: local("Segoe UI Bold");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  src: local("Segoe UI Italic");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 700;
  src: local("Segoe UI Bold Italic");
}
/* Mixins */
/*loading spinner using css and one element*/
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #505050, 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.5), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.7), 1.8em -1.8em 0 0em #505050, 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.5), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7), 2.5em 0em 0 0em #505050, 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5), 2.5em 0em 0 0em rgba(80, 80, 80, 0.7), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.5), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.7), 0em 2.5em 0 0em #505050, -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.5), 0em 2.5em 0 0em rgba(80, 80, 80, 0.7), -1.8em 1.8em 0 0em #505050, -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.5), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.7), -2.6em 0em 0 0em #505050, -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.5), -2.6em 0em 0 0em rgba(80, 80, 80, 0.7), -1.8em -1.8em 0 0em #505050;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #505050, 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.5), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.7), 1.8em -1.8em 0 0em #505050, 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.5), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7), 2.5em 0em 0 0em #505050, 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5), 2.5em 0em 0 0em rgba(80, 80, 80, 0.7), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.5), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.7), 0em 2.5em 0 0em #505050, -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.5), 0em 2.5em 0 0em rgba(80, 80, 80, 0.7), -1.8em 1.8em 0 0em #505050, -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.5), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.7), -2.6em 0em 0 0em #505050, -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.5), -2.6em 0em 0 0em rgba(80, 80, 80, 0.7), -1.8em -1.8em 0 0em #505050;
  }
}
/* Legacy Icons */
.k-marquee {
	opacity: 0.04;
	background: #f5f5f5 !important;
}
.search-results {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0;
}
.search-results.embedded {
  max-width: 100%;
}
.search-results > .messaging.fixed {
  width: 500px;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  margin-top: 50px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.search-results .k-grid-header-wrap {
  border-right: 0;
}
.search-results .k-grouping-header {
  background: #FAFAFA;
  padding-left: 10px;
}
.search-results .grid {
  clear: both;
  display: block;
  height: 100%;
}
.search-results .grid .k-grid-content {
  overflow-y: scroll !important;
  min-height: 100px;
}
.search-results .grid .k-grid-content table {
  position: relative;
  z-index: 0;
}
.search-results .grid tr {
  position: relative;
  z-index: 1;
}
.search-results .grid tr.k-grouping-row td {
  background-color: #CCC;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  color: #444;
}
.search-results .grid tr.k-grouping-row .grayedout {
  color: #222;
}
.search-results .grid tr:last-child {
  border-bottom: 1px solid #ebebeb;
}
.search-results .grid tr.k-state-selected {
  background: #c4dbfd !important;
  color: #000;
}
.search-results .grid th {
  background-color: transparent;
  vertical-align: middle;
  cursor: move;
  border-bottom: 0;
  border-right: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: none;
  position: relative;
}
.search-results .grid th .AboutTypeIcon {
  position: relative;
  top: -2px;
}
.search-results .grid th > a.k-link {
  line-height: inherit;
  cursor: pointer;
}
.search-results .grid th:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 28px;
  opacity: 0;
  background: url('../../../Images/icons/search/icon-menu.svg') no-repeat 20px 3px;
  -moz-background-size: 8px;
  -o-background-size: 8px;
  -webkit-background-size: 8px;
  background-size: 8px;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.search-results .grid th:hover:before {
  opacity: .8;
}
.search-results .grid th > a.k-header-column-menu {
  background: white;
  position: relative;
  left: 4px;
}
.search-results .grid th > * {
  line-height: inherit;
  display: block;
}
.search-results .grid th:first-child,
.search-results .grid th.check-all-container {
  cursor: default;
  border-left: none;
}
.search-results .grid th:first-child:before,
.search-results .grid th.check-all-container:before {
  background: none;
  top: -100px;
}
.search-results .grid th.editable span.column-header {
  padding-right: 23px;
}
.search-results .grid th.editable span.column-header:after {
  content: '';
  background: url(../../../Images/Icons/AboutTypes/IconSprite.png) no-repeat !important;
  background-position: -96px -80px !important;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  left: 5px;
}
.search-results .grid td {
  padding: 4px 7px 3px 7px;
  vertical-align: top;
  font-size: 12px;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #ebebeb;
  white-space: normal;
  border-width: 1px 1px 0 0;
  position: relative;
  z-index: 1;
}
.search-results .grid td > * {
  vertical-align: top;
}
.search-results .grid td > .cooltip {
  display: inline-block;
}
.search-results .grid td div.overflow_fix {
  max-height: 150px;
  overflow-y: auto;
}
.search-results .grid td .table_commands {
  text-align: center;
}
.search-results .grid input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEN0M5QTQ2RkU4MTUxMUUzOEE0N0MxRkU3MkM0RDFBNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEN0M5QTQ3MEU4MTUxMUUzOEE0N0MxRkU3MkM0RDFBNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ3QzlBNDZERTgxNTExRTM4QTQ3QzFGRTcyQzREMUE0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ3QzlBNDZFRTgxNTExRTM4QTQ3QzFGRTcyQzREMUE0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uWM9wQAAAN1JREFUeNrs27ENwjAQBVAHRfSwStaBkpYORMMCsAJd5skqUCLRhEMY5Bnsd9JPlHT3fC6vm+c5tVz95zFN0zJe18gmsq6850dkjByGYXj1+eclsm/k0Fe512fktMg/tw1O/+5/Bcqxj7Gouuu47qnseZEaLwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUFP99gbvKe/RFXt1tde9nICxwcO/lRNwjHTpu0K7qrzx3/L0+fPRtb4+/xZgAKvZHNepM+7qAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.search-results .grid input[type="checkbox"]:checked {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QzdDNTM1RkU4MTcxMUUzOTA4NjkyRThBM0Y0RDg0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QzdDNTM2MEU4MTcxMUUzOTA4NjkyRThBM0Y0RDg0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDN0M1MzVERTgxNzExRTM5MDg2OTJFOEEzRjREODRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVDN0M1MzVFRTgxNzExRTM5MDg2OTJFOEEzRjREODRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qhgAuwAAAqlJREFUeNrsmz9IG1EYwL+EEEQQanHSuYK6WLMoDpZIRSjFToqgdNB2ELFdWlzcCoIuKRQHcRGRUgel4KJi0UUUTC2CBKqDCFGoYAuCKS7xvZjEI+jdvXvv7v394Etyt7z3+9337t5d7oWy2SzoHBH8kUwmo+hrEmUfyseKM/9FOYfyQywWu47kd06gHNHkoFfmWTMoR8P5nf0aVv+b4hCwlj0qC6Wp0XAHK3MYNA8jwAgwAowAI8AI0P1eQOZIHadhZecATs7/QfvTWnjR2qiPgM2fKXg9tVTcXvx1BOt7v+HT4CsoL4uqPQRK4a0Shj9/hav/1+oKeAi+ED8O064lhFWDJ5UQVhG+VIISAkjhrRIW1nfkFuAVvhCJ5S15BdDCS30SZAU/EG+STwAr+PiTGuh93iKXAJbwX9712s4KI146d5T+AxXlZRCP1UPVowpp4YkFJL6tQmJtt7hdjc6u4/2d0NZUJyU80RAohcdxepnJdRh3XEZ41wLug7cGrQRe8K4EOMHTSuAJ7yjALbxXCbzhbQXg+TMJPKkEEeBtBcxv7nnulJMEUeBtBZxfZqg695AEkeBtBXQ3N1B3slSCaPC2E6G3Xc9g//gsdz9NK2F26O63SPC2FYAbwA3hBllUgojwjpdBlhJEhHc1ERJBgl/wrqfCPCX4CU90M8RDgt/wxA9EgpQQBLynJ0JBSAgK3pMAvyUECe9ZgF8SgoanEsBaAg94agGsJPCCZyKAVgJPeGYCvErgDc9UAKkEEeCZC3ArQRR4XwQ4SRAJ3vaBCCsJ0983YGH7ILcP/0s78LINRApfX5PDEt73dORS1DCvyhoBRoARYAToHIXL4AXk19FZ1tWpHhfWCpjT8ODPWCvgI8oQ3C6hrVQcvLB4egxvhHRfPn8jwAAm3Fs96GSeYwAAAABJRU5ErkJggg==);
}
.search-results .total-indicator {
	width: 100%;
	text-align: end;
	padding: 0 16px;
}
.search-results .k-pager-info {
  display: none;
}
.search-results.empty .grid .k-grid-content {
  min-height: 200px;
}
.search-results .no-results,
.search-results .no-results-yet {
	z-index: 50;
	position: relative;
	top: 40px;
	left: 30px;
	height: 0px;
	color: gray;
	font-style: italic;
	font-size: 50px;
	font-family: Calibri, Arial;
}
.search-results .no-results > .subtitle,
.search-results .no-results-yet > .subtitle {
  font-size: 30px;
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-results .grid input[type="checkbox"] {
    margin-top: 5px !important;
  }
}
.rightbar .layouts > div {
  width: 100%;
}
.rightbar .layouts .sidebar-container {
  margin: 10px 0;
}
.rightbar .layouts .sidebar-container .layout {
  display: block;
  padding: 3px;
}
.rightbar .layouts .sidebar-container .layout:hover {
  background: #FAFAFA;
  border: 1px solid silver;
  padding: 2px;
}
.rightbar .layouts .sidebar-container .layout .icon-button-remove {
  background: url(../../../Images/Icons/AboutTypes/IconSprite.png) no-repeat !important;
  background-position: -96px -112px !important;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.rightbar .layouts .sidebar-container .select2-container {
  width: 100%;
}
.rightbar .layouts .sidebar-container > label {
  display: block;
  margin-bottom: 3px;
}
.rightbar .layouts .sidebar-container > form {
  display: block;
}
.rightbar .layouts .sidebar-container > form > input {
  display: inline-block;
  border-radius: 3px;
}
.rightbar .layouts .sidebar-container > form > input[type=text] {
  width: 51%;
  padding: 5px 10px;
}
.rightbar .layouts .sidebar-container > form > input[type=submit] {
  margin: -4px 0 0 10px;
}
.rightbar .tab-headers {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.rightbar .tab-headers .tab-header {
  background: white;
  font-size: larger;
  cursor: pointer;
  vertical-align: middle;
  padding: 7px 10px;
  border-top: 1px solid #ccc;
  box-shadow: 0px 5px 30px #F6F6F6 inset;
}
.rightbar .tab-headers .tab-header:hover {
  text-decoration: underline;
  background: #f5f5f5;
  box-shadow: 0px 5px 30px #FAFAFA inset;
}
.rightbar .tab-headers .tab-header.selected {
  background: #F0F0F0;
  font-weight: bold;
}
.rightbar .tab-headers .tab-header.selected:hover {
  background: #F0F0F0;
}
.rightbar .search-sidebar-buttons .search-sidebar-button {
  cursor: pointer;
  margin-bottom: 3px;
}
.rightbar .search-sidebar-buttons .search-sidebar-button > .icon {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.rightbar .search-sidebar-buttons .search-sidebar-button > .button-title {
  display: inline-block;
  color: #003399;
  vertical-align: middle;
}
.rightbar .search-sidebar-buttons .search-sidebar-button:hover > .button-title {
  color: red;
}
.saved-search-remove-confirmation .name {
  font-weight: bold;
}
.saved-searches {
  position: relative;
}
.saved-searches > .spinner {
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  opacity: 0.7;
  z-index: 20000;
  padding: 30px;
}
.saved-searches > .spinner:before {
  content: '.';
  display: block;
  height: 24px;
  /* TODO: We can't use the imageRoot variable here due to some issues with multiple file deep LESS structure */
  background: url('../../../Images/ajaxloader_small.gif') no-repeat center !important;
  font-size: 1px;
  color: transparent;
  margin: 10px 0;
  text-align: center;
}
.saved-searches .list {
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.saved-searches .list li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  border: 1px solid transparent;
}
.saved-searches .list li a {
  display: block;
  padding: 5px 25px 5px 5px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.saved-searches .list li:hover {
  border-radius: 3px;
  border-color: #ccc;
}
.saved-searches .list li .remove {
  position: absolute;
  top: 6px;
  right: 4px;
  opacity: .3;
  cursor: pointer;
}
.saved-searches .list li .remove:hover {
  opacity: 1;
}
.save-search-dialog {
  min-width: 300px;
}
.save-search-dialog .Loading {
  height: 24px;
  /* TODO: We can't use the imageRoot variable here due to some issues with multiple file deep LESS structure */
  background: url('../../../Images/ajaxloader_small.gif') no-repeat center !important;
  font-size: 1px;
  color: transparent;
  margin: 10px 0;
  text-align: center;
}
.search-criteria.regular-filters {
  white-space: normal;
  border-right: 1px solid #ccc;
}
.search-criteria.regular-filters:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.search-criteria.regular-filters .filter-label {
  font-weight: bold;
  margin: 5px;
  float: left;
  font-size: 14px;
  vertical-align: middle;
  line-height: 26px;
  padding-left: 5px;
}
.search-criteria.regular-filters > *,
.search-criteria.regular-filters > .filters > * {
  display: inline-block;
  vertical-align: top;
}
.search-criteria.regular-filters > .filters {
  display: block;
}
.search-criteria.regular-filters > .controls {
  background-color: #FAFAFA;
  float: right;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  margin-bottom: -1px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.search-criteria.regular-filters > .controls > * {
  display: inline-block;
  vertical-align: top;
}
.search-criteria.regular-filters > .controls .data-source-selector {
  background-color: #fff !important;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 150px;
  border: 1px solid #ccc;
  margin: 5px;
  padding-left: 5px;
  position: relative;
  background: url('../../../Images/icons/search/dropdown_arrow.png') no-repeat calc(100% - 7px) center !important;
  overflow: hidden;
  background-position: 96% center;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 3px;
  line-height: 26px;
  padding-right: 30px;
  min-width: 0;
}
.search-criteria.regular-filters > .controls .data-source-selector:hover {
  border: 1px solid #5897fb;
}
.search-criteria.regular-filters > .controls .data-source-selector label {
  float: left;
  color: black;
  cursor: pointer;
}
.search-criteria.regular-filters > .controls input.green {
  margin-top: 6px;
}
.search-criteria.regular-filters .filters-inner {
  display: inline;
}
.search-criteria.regular-filters .filter-container {
  float: left;
  position: relative;
}
.search-criteria.regular-filters .filter-container.locked .lock {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: white;
  opacity: 0.1;
}
.search-criteria.regular-filters .filter-container.locked .Filter {
  border-color: transparent;
  background: #f4f4f4;
}
.search-criteria.regular-filters .more-filters-wrapper {
  margin: 6px;
}
.search-criteria.regular-filters .more-filters-wrapper .more-filters {
  min-width: 180px;
}
.search-criteria.regular-filters label {
  display: block;
  font-size: 14px;
  font-family: Calibri, Arial;
  line-height: 27px;
  margin: 0 5px 0 0;
}
.search-criteria.regular-filters .Filter {
  background-color: #fff !important;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 150px;
  border: 1px solid #ccc;
  margin: 5px;
  padding-left: 5px;
  position: relative;
  background: url('../../../Images/icons/search/dropdown_arrow.png') no-repeat calc(100% - 7px) center !important;
  cursor: pointer;
  border-radius: 3px;
}
.search-criteria.regular-filters .Filter > * {
  vertical-align: middle;
  line-height: 1em;
}
.search-criteria.regular-filters .Filter > .Display {
  height: 26px;
  line-height: 26px;
  padding-right: 35px;
  margin-left: 15px;
}
.search-criteria.regular-filters .Filter > .Display label {
  float: left;
  color: black;
  z-index: 100;
  position: relative;
  cursor: pointer;
}
.search-criteria.regular-filters .Filter > .Display .Thumbs {
  margin-top: 0;
  position: relative;
  top: 9px;
  display: inline-block;
  max-width: none;
}
.search-criteria.regular-filters .Filter.non-closeable > .Display {
  padding-right: 25px;
  margin-left: 0;
}
.search-criteria.regular-filters .Filter.non-closeable > .filter-close-button {
  display: none;
}
.search-criteria.regular-filters .Filter span {
  opacity: .6;
}
.search-criteria.regular-filters .Filter span.filter-title {
  opacity: 1;
}
.search-criteria.regular-filters .Filter:hover {
  border: 1px solid #5897fb;
  background-color: #f5f5f5;
}
.search-criteria.regular-filters .Filter:hover span {
  opacity: 1;
}
.search-criteria.regular-filters .filter-close-button {
  position: absolute;
  left: 2px;
  top: 5px;
  display: inline-block;
  cursor: pointer;
  z-index: 100;
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 1px 1px 2px 0px rgba(255, 255, 255, 0.35);
  box-shadow: inset 1px 1px 2px 0px rgba(255, 255, 255, 0.35);
  width: 16px;
  height: 16px;
  opacity: .3;
}
.search-criteria.regular-filters .filter-close-button:hover {
  opacity: 1;
}
.dropdown-filter-edit-popup {
  padding: 10px;
  min-width: 180px;
  border: 1px solid #bebebe;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  top: -2px;
}
.dropdown-filter-edit-popup .clear-filters {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #Ccc;
  padding: 5px;
  border-radius: 3px;
}
.dropdown-filter-edit-popup .clear-filters:hover {
  background-color: #f5f5f5;
}
.dropdown-filter-edit-popup button.help {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}
.dropdown-filter-edit-popup button.help.close {
  right: 245px;
}
.dropdown-filter-edit-popup .help-container {
  margin-top: -38px;
}
.dropdown-filter-edit-popup .help-container .widgethelp {
  min-height: calc(100% + 38px);
}
.dropdown-filter-edit-popup .select2-container {
  display: block;
}
.dropdown-filter-edit-popup .TextFilter input[type="text"],
.dropdown-filter-edit-popup .TextFilter input[type="date"],
.dropdown-filter-edit-popup .TextFilter textarea {
  width: 100%;
  max-width: 100%;
}
.dropdown-filter-edit-popup .industry-select span {
  padding-right: 20px;
}
.dropdown-filter-edit-popup input.datetime-picker-date {
  background: url('../../../Images/icons/calendar.png') no-repeat 98% center;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 4px;
}
.search-criteria-data-source-selector {
  padding: 10px;
  min-width: 180px;
  border: 1px solid #bebebe;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  top: -2px;
}
.ZipDistanceFilter.Edit label:first-child {
  display: inline-block;
  width: 8em;
}
.mandatoryrequirements-filter div.RequireAllOptions {
  width: 60px;
  display: inline-block;
  margin: 5px;
}
input.Invalid {
  border: 2px solid red;
}
.notes-filter.Edit {
  white-space: nowrap;
}
.notes-filter.Edit > div {
  margin-top: 10px;
}
.notes-filter.Edit > div:first-child {
  margin-top: 0;
}
.notes-filter.Edit .options > * {
  display: inline-block;
}
.notes-filter.Edit .range-date {
  display: inline-block;
}
.notes-filter.Edit .created-by,
.notes-filter.Edit .action {
  display: block;
  margin: 4px 0;
}
.search-grid-column-bool {
  width: 16px;
  height: 16px;
  display: inline-block;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.search-grid-column-bool.true {
  background-image: url('../../../Images/icons/check.png');
}
.search-grid-column-bool.false {
  background-image: url('../../../Images/icons/cross.png');
}
.fts-filter {
  background-color: #fff;
  margin: 5px;
  vertical-align: middle;
  width: 200px;
  overflow: visible;
}
.fts-filter input[type=text] {
  cursor: pointer;
  margin-top: 0;
  vertical-align: text-bottom;
  margin: 0;
  position: relative;
  min-height: 28px;
  min-width: 190px;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 20px;
  background: url('../../../Images/icons/search/dropdown_arrow.png') no-repeat 96% center !important;
  width: 100%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.fts-filter .extended-view {
  display: none;
  position: absolute;
  z-index: 1000;
  border: 1px solid #bebebe;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  white-space: normal;
  width: 670px;
}
.fts-filter .extended-view.visible {
  display: block;
}
.fts-filter .extended-view .help-container {
  vertical-align: top;
  max-height: 290px;
}
.fts-filter .extended-view .options {
  display: block;
  padding: 10px;
}
.fts-filter .extended-view .options .checkbox {
  display: inline-block;
}
.fts-filter .extended-view .options .checkbox > label {
  display: inline;
}
.fts-filter .extended-view > textarea {
  width: 400px;
  height: 290px;
  margin: 10px 0 0 10px;
}
.checkbox-filter.Edit {
  line-height: 23px;
  padding: 2px 12px;
}
.checkbox-filter.Edit label {
  display: inline;
  font-weight: normal;
  color: inherit;
  cursor: pointer;
  vertical-align: text-top;
}
.checkbox-filter.Edit input {
  cursor: pointer;
  vertical-align: middle;
}
.folder-groups-filter > * {
  display: block;
}
.folder-groups-filter div.RequireAllGroups {
  width: 60px;
  display: inline-block;
  margin: 5px;
}
.folder-groups-filter label {
  margin: 10px 0 5px;
}
.folder-groups-column > .separator,
.folder-groups-column > .folder-group {
  display: inline-block;
}
.folder-groups-column > .folder-group.highlight {
  background-color: #FFD;
  color: black;
  font-weight: bold;
}
.list-range-filter.Edit label {
  vertical-align: middle;
  margin: 0 7px;
}
.list-range-filter.Edit .range-select {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.column-name {
  font-size: 1.2em;
  position: relative;
  z-index: 499;
}
.column-name.text-bold {
  text-decoration: none;
}
.column-name .highlight {
  display: block;
  background-color: rgba(217, 191, 45, 0.3) !important;
}
.column-name .contact-info {
  font-size: 12px;
  margin: 5px 0;
  font-weight: normal;
}
.column-name .contact-info a {
  display: inline-block;
}
.column-name .contact-info .phone-number {
  display: block;
}
.column-name:hover .contact-info {
  display: block;
}
.column-name > div {
  vertical-align: middle;
}
.column-name > .email-link {
  display: block;
}
.column-name .type {
  color: #676767 !important;
  text-transform: capitalize;
}
.candidate-skills-filter.Edit {
  min-width: 300px;
}
.candidate-skills-filter > .require-all-options {
  display: block;
  white-space: nowrap;
  margin-top: 5px;
}
.candidate-skills-filter > .require-all-options .option {
  display: inline-block;
}
.candidate-skills-filter > .skills > .skill {
  border-top: 1px solid black;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.candidate-skills-filter > .skills > .skill:last-child {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
.candidate-skills-filter > .skills > .skill > .name {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: large;
}
.candidate-skills-filter > .skills > .skill > .months {
  margin-top: 5px;
}
.candidate-skills-filter > .skills > .skill > .icon-button-remove {
  float: right;
}
.candidate-requirements-filter .unconfirmed-only {
  display: block;
  white-space: nowrap;
}
.candidate-requirements-filter .unconfirmed-only > * {
  display: inline-block;
}
.candidate-past-status-filter .range-date {
  display: inline-block;
}
.position-column-shared {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../../Images/icons/share.png");
  background-repeat: no-repeat;
  background-position: center;
}
.search-criteria.live-filters .filter {
  display: block;
}
.search-criteria.live-filters .filter .title.loading:before,
.search-criteria.live-filters .filter .load_title.loading:before {
  background-image: url("../../../Images/ajaxloader_small.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: '.';
  color: transparent;
  margin-right: 5px;
}
.search-criteria.live-filters .filter .load_title.loading {
  position: relative;
  top: 20px;
  left: 20px;
  display: inline-block;
  height: 50px;
}
.search-criteria.live-filters .filter .load_title {
  display: inline-block;
  margin: 10px 0;
}
.search-criteria.live-filters .filter .option > * {
  display: inline-block;
}
.search-criteria.live-filters .filter .value {
  cursor: pointer;
}
.search-sidebar-mailing-lists {
  padding-left: 10px;
}
.position-semantic-filter.Edit {
  min-width: 350px;
}
.position-semantic-filter.Edit .option > span,
.position-semantic-filter.Edit .option > input {
  cursor: pointer;
}
.semantic-search-categories .sliders {
  display: table;
}
.semantic-search-categories .sliders > .slider {
  display: table-row;
}
.semantic-search-categories .sliders > .slider > label,
.semantic-search-categories .sliders > .slider > div {
  display: table-cell;
}
.semantic-search-categories .sliders > .slider > div {
  width: 150px;
}
.requirements-progress-column-pie {
  display: block;
  padding: 0;
  margin: 0;
}
.requirements-progress-column-pie .pie-container {
  height: 20px;
}
.requirements-progress-column-pie .pie-container .pie-text {
  margin-left: 24px;
}
.requirements-progress-column-pie .pie-container .pie-background {
  background-color: #efefef;
  position: absolute;
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.requirements-progress-column-pie .pie-container .pie-hold {
  position: absolute;
  clip: rect(0px, 20px, 20px, 10px);
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.requirements-progress-column-pie .pie-container .pie-slice {
  position: absolute;
  clip: rect(0px, 10px, 20px, 0px);
  background-color: #1cb24b;
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.scheduled-items-filter.Edit > label {
  margin-top: 7px;
}
.scheduled-items-filter.Edit > .options > .range-date,
.scheduled-items-filter.Edit > .options > label {
  display: inline-block;
}
.category .category-title {
  background: #1f6385;
  color: white;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
}
.category.expanded > .columns {
  max-height: 9999px;
  opacity: 1;
  overflow: visible;
}
.category > .columns {
  margin-left: 3px;
  margin-top: 3px;
  margin-bottom: 13px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -moz-transition: max-height 300ms ease, opacity 100ms 100ms ease;
  -o-transition: max-height 300ms ease, opacity 100ms 100ms ease;
  -webkit-transition: max-height 300ms ease, opacity 100ms 100ms ease;
  transition: max-height 300ms ease, opacity 100ms 100ms ease;
}
.category > .columns label {
  cursor: pointer;
}
.category > .columns label:hover {
  color: gray;
}
.columns-filter {
  width: 100%;
  border-radius: 2px;
  border: 1px solid silver;
  padding: 5px;
}
.search-fullscreen {
  overflow: hidden;
  height: 100%;
}
.search-fullscreen .rightbar.section.search {
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 110px);
  width: 100%;
  padding-bottom: 30px !important;
}