:root {
  --main-color: #345c89;
  --dark-color: #004a73;
  --main-color-light: #387dac;
  --main-color-light-with-opacity: #387dac;
  --top-border-color: #3f70a7;
  --home-page-tab-color: #004a73;
  --border-secondary-color: #cecece;
  --secondary-nav-hover: #326f99;
  --list-hover-color: #f8f8f8;
  --TextFieldInpuTypeHover: #939598;
  --hover-color: #2d5077;
  --side-nav-selected-color: #fff;
  --selected-item-color: #fff;
}
.btn-primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #345c89;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 30px;
  min-width: 40px;
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-right: 12px;
  padding-right: 1.2rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.btn-primary:focus {
  outline: none;
}
.btn-primary:active {
  color: #ffffff;
  background-color: #004a73;
  border: 1px solid #004a73;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-primary:hover {
  border: 1px solid #004a73;
  background-color: #004a73;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:focus-visible {
  color: #ffffff;
  background-color: #345c89;
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #345c89;
  border: 1px solid #345c89;
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
.saig-btn-primary-tall {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #345c89;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.saig-btn-primary-tall:focus {
  outline: none;
}
.saig-btn-primary-tall:active {
  color: #ffffff;
  background-color: #004a73;
  border: 1px solid #004a73;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.saig-btn-primary-tall:hover {
  border: 1px solid #004a73;
  background-color: #004a73;
  color: #ffffff;
  box-shadow: none;
}
.saig-btn-primary-tall:focus-visible {
  color: #ffffff;
  background-color: #345c89;
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.saig-btn-primary-tall:disabled,
.saig-btn-primary-tall[disabled] {
  background-color: #345c89;
  border: 1px solid #345c89;
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
.saig-btn-secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cecece;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 30px;
  min-width: 40px;
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-right: 12px;
  padding-right: 1.2rem;
  font-size: 1.4rem;
}
.saig-btn-secondary:focus {
  outline: none;
}
.saig-btn-secondary:active {
  border: 1px solid #345c89;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.saig-btn-secondary:hover {
  border: 1px solid #345c89;
  box-shadow: none;
  background-color: #fff;
}
.saig-btn-secondary:disabled,
.saig-btn-secondary[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.saig-btn-secondary:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
  background-color: #fff;
}
.saig-btn-secondary.border-radius {
  border-radius: 5px;
}
.saig-btn-secondary-tall {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  font-size: 1.4rem;
  border: 1px solid #cecece;
}
.saig-btn-secondary-tall:focus {
  outline: none;
}
.saig-btn-secondary-tall:active {
  border: 1px solid #345c89;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.saig-btn-secondary-tall:hover {
  border: 1px solid #345c89;
  box-shadow: none;
  background-color: #fff;
}
.saig-btn-secondary-tall:disabled,
.saig-btn-secondary-tall[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.saig-btn-secondary-tall:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
  background-color: #fff;
}
.saig-btn-secondary-tall.border-radius {
  border-radius: 5px;
}
.saig-btn-secondary-small {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cecece;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 24px;
  min-width: 30px;
  padding-left: 8px;
  padding-left: 0.8rem;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-top: 0px;
  padding-bottom: 0px;
  border-collapse: separate;
}
.saig-btn-secondary-small:focus {
  outline: none;
}
.lt-ie9 .saig-btn-secondary-small {
  min-width: 25px;
}
.saig-btn-secondary-small:active {
  border: 1px solid #345c89;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.saig-btn-secondary-small:hover {
  border: 1px solid #345c89;
  box-shadow: none;
  background-color: #fff;
}
.saig-btn-secondary-small:disabled,
.saig-btn-secondary-small[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.saig-btn-secondary-small:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
  background-color: #fff;
}
.saig-btn-secondary-small.border-radius {
  border-radius: 5px;
}
.saig-btn-secondary-small-inverted {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #345c89;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 24px;
  min-width: 30px;
  padding-left: 8px;
  padding-left: 0.8rem;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-top: 0px;
  padding-bottom: 0px;
  border-collapse: separate;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 0.5;
}
.saig-btn-secondary-small-inverted:focus {
  outline: none;
}
.lt-ie9 .saig-btn-secondary-small-inverted {
  min-width: 25px;
}
.saig-btn-secondary-small-inverted:active {
  border: 1px solid #004a73;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 74, 115, 1);
}
.saig-btn-secondary-small-inverted:hover {
  border: 1px solid #004a73;
  box-shadow: none;
  background-color: rgba(0, 74, 115, 1);
}
.saig-btn-secondary-small-inverted:disabled,
.saig-btn-secondary-small-inverted[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.saig-btn-secondary-small-inverted:focus-visible {
  border: 1px solid #004a73;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.saig-btn-secondary-small-inverted.border-radius {
  border-radius: 5px;
}
.saig-btn-non-dominant {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cecece;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 30px;
  min-width: 40px;
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-right: 12px;
  padding-right: 1.2rem;
  font-size: 1.4rem;
}
.saig-btn-non-dominant:focus {
  outline: none;
}
.saig-btn-non-dominant:active {
  border: 1px solid #345c89;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.saig-btn-non-dominant:hover {
  border: 1px solid #345c89;
  box-shadow: none;
  background-color: #fff;
}
.saig-btn-non-dominant:disabled,
.saig-btn-non-dominant[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.saig-btn-non-dominant:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
  background-color: #fff;
}
.saig-btn-non-dominant.border-radius {
  border-radius: 5px;
}
.saig-btn-non-dominant-tall {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  font-size: 1.4rem;
  border: 1px solid #cecece;
}
.saig-btn-non-dominant-tall:focus {
  outline: none;
}
.saig-btn-non-dominant-tall:active {
  border: 1px solid #345c89;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.saig-btn-non-dominant-tall:hover {
  border: 1px solid #345c89;
  box-shadow: none;
  background-color: #fff;
}
.saig-btn-non-dominant-tall:disabled,
.saig-btn-non-dominant-tall[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.saig-btn-non-dominant-tall:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
  background-color: #fff;
}
.saig-btn-non-dominant-tall.border-radius {
  border-radius: 5px;
}
.saig-button-set > a,
.saig-button-set > input,
.saig-button-set > button {
  margin-left: 10px;
  margin-left: 1rem;
}
.saig-button-set-tall > a,
.saig-button-set-tall > input,
.saig-button-set-tall > button {
  margin-left: 20px;
  margin-left: 2rem;
}
.saig-button-set-field {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  zoom: 1;
  *display: inline;
}
.saig-button-set-field > * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-button-set-field input,
.saig-button-set-field a {
  margin-left: 15px;
  margin-left: 1.5rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.saig-button-set-field .saig-batch-actions-container {
  vertical-align: middle;
  margin: 1px 0px 0px 0px;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.lt-ie8 .saig-button-set-field input {
  margin-top: 6px;
  margin-top: 0.6rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.saig-button-set-field .saig-btn-secondary {
  vertical-align: middle;
  margin-top: 0px;
}
.saig-button-set-field .saig-btn-secondary-small {
  vertical-align: middle;
  margin-top: 0px;
}
.saig-button-set-toolbar {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  height: 30px;
  float: right;
  height: auto;
  margin-right: 5px;
  margin-right: 0.5rem;
}
.saig-button-set-toolbar > * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-button-set-toolbar input,
.saig-button-set-toolbar a {
  margin-left: 15px;
  margin-left: 1.5rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.saig-button-set-toolbar .saig-batch-actions-container {
  vertical-align: middle;
  margin: 1px 0px 0px 0px;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.lt-ie8 .saig-button-set-toolbar input {
  margin-top: 6px;
  margin-top: 0.6rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.saig-btn-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cecece;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 24px;
  min-width: 30px;
  padding-left: 8px;
  padding-left: 0.8rem;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-top: 0px;
  padding-bottom: 0px;
  border-collapse: separate;
}
.saig-btn-menu:focus {
  outline: none;
}
.lt-ie9 .saig-btn-menu {
  min-width: 25px;
}
.saig-btn-menu:focus-visible {
  border: 1px solid #345c89;
  background-color: #fff;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.saig-btn-menu:active {
  border: 1px solid #345c89;
  background-color: #fff;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.saig-btn-menu:hover {
  border: 1px solid #345c89;
  background-color: #fff;
  box-shadow: none !important;
  color: #345c89 !important;
}
.saig-btn-menu:disabled {
  opacity: 0.5;
  box-shadow: none;
}
.saig-btn-menu:focus {
  color: #345c89 !important;
}
.saig-action-menu-group:hover button {
  background-color: #fff;
  border-color: #345c89;
  color: #345c89;
}
.saig-btn-dd-theme {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #345c89;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  line-height: 0.5;
  height: 24px;
  width: 24px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-collapse: separate;
  padding: 5px 4px 5px 2px;
  /*&:focus {
        background-color: @p_bgColor;
        border-color: @colorMainDark;
    }

    &:hover {
        background-color: @p_bgColor;
        border-color: @colorMainDark;
    }

    &:active {
        background-color: @p_bgColor;
        border-color: @colorMainDark;
    }*/
}
.saig-btn-dd-theme:focus {
  outline: none;
}
.saig-btn-dd-theme:active {
  outline: none;
}
.saig-btn-dd-theme:hover {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  outline: none;
}
.saig-btn-dd-theme:focus-visible {
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.lt-ie8 .saig-btn-dd-theme {
  position: relative;
  top: -2px;
  left: -1px;
  padding-top: 0;
  padding-bottom: 0;
}
.lt-ie8 .k-content .saig-btn-dd-theme {
  top: -2px;
}
.saig-btn-dd-theme-inverted {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #345c89;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  line-height: 0.5;
  height: 24px;
  width: 24px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-collapse: separate;
  padding: 5px 4px 5px 2px;
  /*&:focus {
        background-color: @p_bgColor;
        border-color: @colorMainDark;
    }

    &:hover {
        background-color: @p_bgColor;
        border-color: @colorMainDark;
    }

    &:active {
        background-color: @p_bgColor;
        border-color: @colorMainDark;
    }*/
  border-left: 1px solid #ffffff;
}
.saig-btn-dd-theme-inverted:focus {
  outline: none;
}
.saig-btn-dd-theme-inverted:active {
  outline: none;
}
.saig-btn-dd-theme-inverted:hover {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  outline: none;
}
.saig-btn-dd-theme-inverted:focus-visible {
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.saig-btn-dd-theme-inverted .saig-caret-dark {
  color: #ffffff;
}
.saig-btn-dd-theme-inverted:active {
  border: 1px solid #004a73;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 74, 115, 1);
}
.saig-btn-dd-theme-inverted:hover {
  border: 1px solid #004a73;
  box-shadow: none;
  background-color: rgba(0, 74, 115, 1);
}
.saig-btn-dd-theme-inverted:disabled,
.saig-btn-dd-theme-inverted[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.saig-btn-dd-theme-inverted:focus-visible {
  border: 1px solid #004a73;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.saig-btn-dd-theme-inverted.border-radius {
  border-radius: 5px;
}
.lt-ie8 .saig-btn-dd-theme-inverted {
  position: relative;
  top: -2px;
  left: -1px;
  padding-top: 0;
  padding-bottom: 0;
}
.lt-ie8 .k-content .saig-btn-dd-theme-inverted {
  top: -2px;
}
.saig-large-edit-button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  width: 53px;
  height: 53px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -468px -3px;
}
.saig-large-edit-button:hover {
  width: 53px;
  height: 53px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -168px -3px;
}
.saig-large-delete-button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  width: 41px;
  height: 53px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -380px -4px;
}
.saig-large-delete-button:hover {
  width: 41px;
  height: 53px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -424px -4px;
}
.saig-filter-container .saig-icon-plus-button {
  line-height: 44px;
  padding: unset;
  height: 45px;
  width: 45px;
  margin-top: -2px;
  text-align: center;
}
.saig-icon-plus-button {
  /*  #BoxShadow > .UI(@p_color: @transparent30);*/
  display: inline-block;
  margin-left: 10px;
  margin-left: 1rem;
  margin-right: 10px;
  margin-right: 1rem;
  padding: 4px 4px;
  background-color: #fff;
  border: 1px solid #cecece;
  color: var(--main-color) !important;
  font-size: 25px !important;
  border-radius: 5px;
  height: 34px;
  width: 34px;
  vertical-align: middle;
  line-height: 24px;
  zoom: 1;
  *display: inline;
}
.saig-icon-plus-button:hover {
  border: 1px solid var(--main-color);
  background-color: #fff;
  box-shadow: none;
}
.saig-icon-plus-button:active {
  border: 1px solid var(--main-color);
  background-color: #fff;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3) !important;
}
.saig-icon-plus-button:disabled {
  opacity: 0.5;
  box-shadow: none;
}
.saig-icon-plus-button:focus-visible {
  border: 1px solid var(--main-color);
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
  background-color: #fff;
  outline: -webkit-focus-ring-color auto 1px !important;
}
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #dcddde;
  border-color: #c8c8c8;
}
.saig-folderbar {
  white-space: nowrap;
  background-color: #eeeeee;
  border: 1px solid #c8c8c8;
}
.saig-folderbar :hover {
  cursor: pointer;
  background-color: #dcddde;
}
.saig-folderbar li {
  display: inline-block;
  float: none;
  border-right: 1px solid #c8c8c8;
  background-color: #eeeeee;
  border-top: 0px;
  border-left: 0px;
}
.saig-folderbar li.button {
  display: inline-block;
  float: none;
  padding: 6px 10px;
  width: 40px;
  height: 34px;
}
.saig-folderbar li.selected {
  background-color: #ffffff;
  border-top: 2px solid #b0b1b2;
  border-left: 3px solid #b0b1b2;
}
.saig-folder-icons-bar {
  white-space: nowrap;
}
.saig-folder-icons-bar :hover {
  cursor: pointer;
  background-color: #dcddde;
}
.saig-folder-icons-bar li {
  display: inline-block;
  float: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
}
.saig-folder-icons-bar li.button {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 6px 10px;
  width: 40px;
  height: 34px;
}
.saig-folder-icons-bar li.selected {
  background-color: #eeeeee;
  -webkit-box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.075);
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 1px inset;
}
.OverDue {
  color: #c00010;
}
a .SuccessMessage {
  color: #008000;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.saig-icon-employee-active {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -500px -61px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.saig-icon-employee-inactive {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -523px -61px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.saig-icon-employee-deleted {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -547px -61px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.saig-icon-ellipsis {
  width: 21px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -552px -180px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-ellipsis:hover {
  width: 21px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -577px -180px;
  cursor: pointer;
}
.saig-icon-history {
  width: 19px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -603px -178px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-history:hover {
  width: 19px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -623px -178px;
  cursor: pointer;
}
.saig-icon-clear {
  width: 21px;
  height: 21px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -810px -270px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-clear:hover {
  width: 21px;
  height: 21px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -835px -270px;
  cursor: pointer;
}
.saig-icon-delete-small {
  width: 12px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -560px -270px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
  vertical-align: middle;
}
.saig-icon-delete-small:hover {
  width: 12px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -575px -270px;
  cursor: pointer;
}
.saig-icon-cancel {
  width: 21px;
  height: 21px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -810px -270px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
  margin-top: 0px;
  vertical-align: middle;
}
.saig-icon-cancel:hover {
  width: 21px;
  height: 21px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -835px -270px;
  cursor: pointer;
}
.saig-icon-cancel-small {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -860px -270px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
  vertical-align: middle;
}
.saig-icon-cancel-small:hover {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -880px -270px;
  cursor: pointer;
}
.saig-icon-delete {
  width: 18px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -186px -179px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-delete:hover {
  width: 18px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -216px -179px;
}
.saig-icon-delete-sml {
  width: 12px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -560px -270px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-delete-sml:hover {
  width: 12px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -575px -270px;
  cursor: pointer;
}
.saig-icon-details {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -720px -246px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 2px;
}
.saig-icon-details:hover {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -745px -246px;
}
.saig-icon-plugin-collapse {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -238px 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: 6px;
}
.saig-icon-plugin-expand {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -258px 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: 6px;
}
.saig-icon-plugin-add {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -728px -58px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-plugin-add:hover {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -758px -58px;
}
.saig-icon-plugin-settings {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -668px -58px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
}
.saig-icon-plugin-settings:hover {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -698px -58px;
}
.saig-icon-plugin-help {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -34px -179px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
}
.saig-icon-includesubfolders-on {
  width: 18px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -563px -402px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0;
}
.saig-icon-includesubfolders-on:hover {
  width: 18px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -582px -402px;
}
.saig-icon-includesubfolders-off {
  width: 18px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -563px -423px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0;
}
.saig-icon-includesubfolders-off:hover {
  width: 18px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -582px -423px;
}
.saig-icon-favorites-on {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -237px -22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-favorites-on:hover {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -217px -22px;
}
.saig-icon-favorites-off {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -547px -402px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 1px;
}
.saig-icon-favorites-off:hover {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -547px -423px;
}
.saig-icon-settings {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -668px -58px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  margin-right: 2px;
  cursor: pointer;
}
.saig-icon-settings:hover {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -698px -58px;
}
.saig-icon-filter {
  width: 18px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -321px -19px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: -1px;
  margin-right: 2px;
  cursor: pointer;
}
.saig-icon-filter:hover {
  width: 18px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -351px -18px;
}
.saig-icon-filter.active {
  width: 18px;
  height: 22px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -41px -108px;
}
.saig-icon-filter.active:hover {
  width: 18px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -351px -18px;
}
.saig-icon-filter-options {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -924px -214px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: -1px;
  margin-right: 2px;
  cursor: pointer;
}
.saig-icon-filter-options:hover {
  width: 22px;
  height: 22px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -119px -109px;
}
.saig-icon-go {
  width: 12px;
  height: 10px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -44px -65px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
}
.saig-icon-refresh {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -574px -60px;
  cursor: pointer;
}
.saig-icon-refresh:hover {
  width: 20px;
  height: 20px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -409px 0px;
  cursor: pointer;
}
.attachments {
  background: url("/Images/Buttons/SmallAttach.png") no-repeat 0 0px;
  display: block;
  width: 20px;
  height: 20px;
}
.comments {
  background: url("/Images/Buttons/SmallComment.png") no-repeat 0 0px;
  display: block;
  width: 20px;
  height: 20px;
}
.attachCount {
  margin-left: 25px;
}
.commentCount {
  margin-left: 25px;
}
.oldGridCountIndicator {
  margin-left: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-icon-file-cabinet-drawer {
  width: 20px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -869px -182px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.saig-icon-folder {
  width: 20px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -899px -183px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.saig-icon-close-folder-bar {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -5px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-close-folder-bar:hover {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -5px -370px;
}
.saig-icon-open-folder-bar {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -20px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-open-folder-bar:hover {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -20px -370px;
}
.saig-icon-folder-new {
  width: 17px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -600px -401px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-new:hover {
  width: 17px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -618px -401px;
}
.saig-icon-folder-hidden-on {
  width: 19px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -636px -422px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-hidden-on:hover {
  width: 19px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -657px -422px;
}
.saig-icon-folder-hidden-off {
  width: 19px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -636px -401px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-hidden-off:hover {
  width: 20px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -657px -401px;
}
.saig-icon-folder-maint {
  width: 21px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -678px -401px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-maint:hover {
  width: 21px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -701px -401px;
}
.saig-icon-folder-fav {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -75px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-fav:hover {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -75px -370px;
}
.saig-icon-folder-system-open {
  width: 20px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -370px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-system-closed {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -215px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-system-closed:hover {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -215px -370px;
}
.saig-icon-folder-system-hidden {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -235px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-system-hidden:hover {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -235px -370px;
}
.saig-icon-folder-project {
  width: 16px;
  height: 13px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -115px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-project:hover {
  width: 16px;
  height: 13px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -115px -370px;
}
.saig-icon-folder-project-hidden {
  width: 16px;
  height: 13px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -135px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-project-hidden:hover {
  width: 16px;
  height: 13px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -135px -370px;
}
.saig-icon-folder-plain {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -35px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-plain:hover {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -35px -370px;
}
.saig-icon-folder-plain-open {
  width: 20px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -295px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-plain-hidden {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -55px -350px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folder-plain-hidden:hover {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -55px -370px;
}
.saig-icon-manual {
  width: 16px;
  height: 19px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -726px -401px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-manual:hover {
  width: 16px;
  height: 19px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -746px -401px;
}
.saig-icon-manual-open {
  width: 19px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -787px -401px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-manual-hidden {
  width: 15px;
  height: 19px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -877px -401px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-manual-hidden:hover {
  width: 16px;
  height: 19px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -746px -401px;
}
.saig-icon-section {
  width: 15px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -808px -401px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-section:hover {
  width: 15px;
  height: 17px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -824px -401px;
}
.saig-icon-section-open {
  width: 15px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -859px -401px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-section-hidden {
  width: 13px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -896px -401px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-section-hidden:hover {
  width: 13px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -825px -401px;
}
.saig-icon-foldertree-expanded {
  width: 16px;
  height: 16px;
  background: url("/Images/Dynatree/icons.gif") no-repeat -32px -80px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-foldertree-expanded:hover {
  width: 16px;
  height: 16px;
  background: url("/Images/Dynatree/icons.gif") no-repeat -48px -80px;
}
.saig-icon-foldertree-collpased {
  width: 16px;
  height: 16px;
  background: url("/Images/Dynatree/icons.gif") no-repeat 0px -80px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-foldertree-collpased:hover {
  width: 16px;
  height: 16px;
  background: url("/Images/Dynatree/icons.gif") no-repeat -16px -80px;
}
.saig-icon-file-paper-white {
  width: 14px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -68px -321px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.saig-icon-file-paper-green {
  width: 14px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -8px -321px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.saig-icon-file-paper-red {
  width: 14px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -48px -321px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.saig-icon-file-paper-blue {
  width: 14px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -28px -321px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.saig-icon-file-paper-purple {
  width: 14px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -88px -321px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.saig-icon-magnifier-glass {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -498px -180px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
}
.saig-icon-dark-magnifier-glass {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -523px -180px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
}
.saig-icon-magnifier-glass-with-box {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -745px -246px;
  width: 20px;
  height: 18px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 2px;
  cursor: pointer;
}
.saig-icon-magnifier-glass-with-box:hover {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -720px -246px;
  width: 20px;
  height: 18px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 2px;
}
.saig-icon-magnifier-glass-advanced {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -759px -268px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 2px;
  cursor: pointer;
}
.saig-icon-magnifier-glass-advanced:hover {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -784px -268px;
  cursor: pointer;
}
.saig-icon-magnifier-glass-advanced-selected {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -784px -268px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 2px;
  cursor: pointer;
}
.saig-icon-magnifier-glass-advanced-selected:hover {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -899px -268px;
  cursor: pointer;
}
.saig-icon-paper-clip {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -690px -180px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.saig-icon-paper-clip-with-plus {
  width: 20px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -720px -179px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.saig-icon-paper-clip-with-count {
  width: 26px;
  height: 27px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -837px -212px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.saig-icon-chain-link {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -870px -215px;
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.saig-icon-paper-clip-with-count-container {
  height: 27px;
  width: 26px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.saig-icon-paper-clip-with-count-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 27px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -837px -212px;
}
.saig-icon-paper-clip-with-count-text {
  z-index: 100;
  position: absolute;
  color: #44474e;
  font-family: Arial;
  font-size: 10px !important;
  font-weight: bold;
  left: 13px;
  top: 10px;
}
.saig-icon-comment-bubble {
  width: 26px;
  height: 27px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -777px -180px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.saig-icon-comment-bubble-with-count-container {
  height: 27px;
  width: 26px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.saig-icon-comment-bubble-with-count-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -777px -181px;
}
.saig-icon-comment-bubble-with-count-text {
  z-index: 100;
  position: absolute;
  color: #44474e;
  font-family: Arial;
  font-size: 10px !important;
  font-weight: bold;
  left: 13px;
  top: 10px;
}
.saig-icon-file {
  width: 21px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -287px -321px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-pdf {
  width: 21px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -112px -321px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-doc,
.saig-icon-file-docx,
.saig-icon-file-dot,
.saig-icon-file-dotx,
.saig-icon-file-odt,
.saig-icon-file-odtx,
.saig-icon-file-rtf {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -137px -320px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-csv,
.saig-icon-file-xls,
.saig-icon-file-xlsm,
.saig-icon-file-xlsx,
.saig-icon-file-xltm,
.saig-icon-file-xltx {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -162px -320px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-pps,
.saig-icon-file-ppsx,
.saig-icon-file-ppt,
.saig-icon-file-pptx {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -187px -320px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-gif,
.saig-icon-file-jpeg,
.saig-icon-file-jpg,
.saig-icon-file-png {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -212px -320px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-vsd {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -237px -320px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-htm,
.saig-icon-file-html,
.saig-icon-file-mht,
.saig-icon-file-xml {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -262px -320px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-zip,
.saig-icon-file-7z {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -312px -320px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-txt,
.saig-icon-file-wpd,
.saig-icon-file-wps,
.saig-icon-file-asc {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -337px -320px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-msg,
.saig-icon-file-eml,
.saig-icon-file-oft,
.saig-icon-file-vcf,
.saig-icon-file-pst {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -363px -320px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-vcs,
.saig-icon-file-ics {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -390px -321px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-wav,
.saig-icon-file-mp3,
.saig-icon-file-wma,
.saig-icon-file-amr,
.saig-icon-file-m4a,
.saig-icon-file-vbk {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -417px -321px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-file-mov,
.saig-icon-file-mp4,
.saig-icon-file-mpg,
.saig-icon-file-mpe,
.saig-icon-file-vbs,
.saig-icon-file-flv,
.saig-icon-file-wmv {
  width: 21px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -443px -322px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.saig-icon-key-dark-gray {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -619px -59px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
}
.saig-icon-qmark-dark-gray {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -34px -179px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
}
.saig-icon-preview-eye {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -768px -246px;
  width: 24px;
  height: 18px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 2px;
}
.saig-icon-preview-eye:hover {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -793px -246px;
  width: 24px;
  height: 18px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 2px;
}
.saig-icon-lock {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -771px -215px;
  width: 18px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.saig-icon-test {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -582px -215px;
  width: 16px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.saig-icon-play {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -687px -215px;
  width: 16px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.saig-icon-save {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -697px -247px;
  width: 16px;
  height: 16px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.saig-icon-edit-small {
  width: 17px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat 0 -22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  vertical-align: middle;
}
.saig-icon-cancel-circle-small {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -64px -24px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  vertical-align: middle;
}
.saig-icon-check-circle-small {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -44px -24px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  vertical-align: middle;
}
.saig-icon-small-plus {
  width: 18px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -596px -61px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  vertical-align: middle;
}
.saig-plus-icon-button {
  width: 28px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -931px -270px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  vertical-align: middle;
}
.saig-icon-circular-delete {
  width: 26px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -809px -270px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  vertical-align: middle;
}
.saig-icon-circular-delete:hover {
  width: 26px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -834px -270px;
  cursor: pointer;
}
.saig-icon-back-small {
  width: 8px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -6px -3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  vertical-align: middle;
}
.saig-icon-circle-collapse-left {
  background: url('/Images/Icons/Folder/CloseFldrBar.gif') no-repeat 0 -2px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  zoom: 1;
  *display: inline;
  display: block;
}
.saig-icon-circle-collapse-right {
  background: url('/Images/Icons/Folder/OpenFldrBar.gif') no-repeat 0 -2px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  zoom: 1;
  *display: inline;
  display: block;
}
.saig-icon-workflow-action-list {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -953px -213px;
  width: 25px;
  height: 24px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.saig-icon-folderpath {
  width: 15px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -944px -372px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-folderpath:hover {
  width: 15px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -960px -372px;
}
.saig-icon-online-edit {
  width: 24px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -857px -122px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-online-edit:hover {
  width: 24px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -857px -146px;
}
.saig-icon-complete-online-edit {
  width: 24px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -887px -122px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-complete-online-edit:hover {
  width: 24px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -887px -146px;
}
.saig-icon-cancel-online-edit {
  width: 24px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -917px -122px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-cancel-online-edit:hover {
  width: 24px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -917px -146px;
}
.saig-icon-resume-online-edit {
  width: 24px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -947px -122px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-resume-online-edit:hover {
  width: 24px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -947px -146px;
}
.saig-icon-max-button {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -326px -175px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-max-button:hover {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -356px -175px;
}
.saig-icon-restore-button {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -386px -175px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-restore-button:hover {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -413px -175px;
}
.saig-icon-grid-chart-type {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -669px -123px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-pie-chart-type {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -697px -123px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-column-chart-type {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -723px -123px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-stacked-column-chart-type {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -748px -123px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-bar-chart-type {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -773px -123px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-stacked-bar-chart-type {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -795px -123px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-line-graph-type {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -820px -123px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-heat-matrix-type {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -669px -150px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-icon-gauge-chart-type {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -699px -150px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#Icons .SmallEdit {
  width: 17px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat 0 -22px;
}
#Icons .MagnifierGlassBox {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -745px -246px;
  width: 20px;
  height: 18px;
}
#Icons .PreviewEye {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -768px -246px;
  width: 24px;
  height: 18px;
}
#Icons .Test {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -582px -215px;
  width: 16px;
  height: 20px;
}
#Icons .Play {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -687px -215px;
  width: 16px;
  height: 20px;
}
#Icons .Lock {
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -771px -215px;
  width: 18px;
  height: 20px;
}
#Icons .SmallCancelCircle {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -64px -24px;
}
#Icons .SmallCheckCircle {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -44px -24px;
}
.saig-tooltip {
  padding: 0;
  margin-left: 13px;
  border-width: 0;
  background-color: #fff;
  background-image: none;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.saig-tooltip-content {
  height: 100%;
  padding: 14px;
  padding: 1.4rem;
  background-color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #2a2a2a;
  text-align: center;
}
.saig-tooltip-content .lt-ie9 .saig-tooltip-content {
  border: 1px solid gray;
}
.saig-tooltip-arrow {
  position: absolute;
}
.saig-tooltip-arrow-top {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -4.98px;
  left: 85.048px;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.saig-tooltip-arrow-bottom {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -4.98px;
  left: 85.048px;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.25);
  z-index: -1;
  box-shadow: 3px -3px 8px rgba(0, 0, 0, 0.25);
  top: -5px;
}
.saig-query-combobox {
  width: 200px;
}
.saig-pill-box {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #dcddde;
}
.AutoCompleteList {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #939598;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 30000;
  padding: 4px;
}
.AutoCompleteListItemLight,
.AutoCompleteListItemDark,
.AutoCompleteListItemSelected {
  padding: 0px;
  margin: 0px;
  display: block;
}
.AutoCompleteListItemSelected {
  border-radius: 4px;
  cursor: pointer;
  background-image: none;
  text-transform: none;
  text-decoration: none;
  background-color: #345c89;
}
.AutoCompleteListItemSelected .AutoCompleteItemName,
.AutoCompleteListItemSelected .AutoCompleteItemDesc {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.AutoCompleteItemName,
.AutoCompleteItemDesc {
  padding: 4px;
  padding-left: 5px;
  padding-left: 0.5rem;
  padding-right: 5px;
  padding-right: 0.5rem;
  text-align: left;
  text-decoration: none;
  background-image: none;
  filter: none;
  color: #2a2a2a;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  display: block;
}
/*.AutoCompleteItemName {    
	font-weight: @fontWeightNormal;
	.saig-relativeSize(padding-left, 0.5);
	.saig-relativeSize(padding-right, 0.5);
	text-align: left;
    text-decoration:none; 
	background-image: none;
    filter:none;
	.saig-relativeSize(font-size, 1.4);
	color: @baseFontColor;
	text-transform: none;
    display: block;

}
*/
.AutoCompleteItemDesc {
  color: #939598;
  font-style: italic;
}
.AutoCompleteItemGroup {
  line-height: 1.75;
  margin: 7px 0;
}
.AutoCompleteValueName {
  font-weight: 700;
}
.AutoCompleteValueDescription {
  color: #939598;
}
div.saig-select-chart-type label {
  height: 40px;
  width: 60px;
  border: 1px solid darkgrey;
  background-color: #f8f8f8;
  padding: 9px 19px;
  margin-right: -5px;
  display: inline-block !important;
}
div.saig-select-chart-type label:hover {
  background-color: #c8c8c8;
}
div.saig-select-chart-type input[type="radio"] {
  display: none;
}
div.saig-select-chart-type label.selected {
  background-color: #c8c8c8;
}
.FormList > li {
  padding-bottom: 5px;
  clear: left;
  margin-bottom: 20px;
}
.FormList > li:last-child {
  margin-bottom: 0;
}
.FormList > li label,
.FormList > li ul.FormsList li label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
  font-weight: 700;
}
.FormList > li .inputContainer {
  margin-bottom: 14px;
}
.FormGroups {
  display: none;
  width: 952px;
  overflow: hidden;
}
.SplitFormDivider {
  width: 912px;
  height: 1px;
  border: 0;
  margin: 0 auto 50px auto;
  background: #c8c8c8;
}
.FileSelectionContainer {
  width: 100%;
  height: 38px;
}
.FileSelectionContainer .FileSelectionUI {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 7px;
  padding-left: 0.7rem;
  line-height: 2.35;
  font-weight: normal;
  width: 88.7%;
  height: 33px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.FileSelectionContainer .FileSelectionUI:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  outline: none;
}
.FileSelectionContainer .FileSelectionUI-large {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 7px;
  padding-left: 0.7rem;
  line-height: 2.35;
  font-weight: normal;
  height: 33px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  width: 88.7%;
}
.FileSelectionContainer .FileSelectionUI-large:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  outline: none;
}
.FileSelectionContainer .saig-icon-clear {
  vertical-align: middle;
}
.FileSelectionContainer .SelectedFilePathField {
  float: left;
  width: 70%;
  height: 100%;
  text-align: left;
  line-height: 2.35;
  padding-left: 4px;
  padding-left: 0.4rem;
}
.FileSelectionContainer .saig-BrowseButton {
  height: 31px;
  margin: 0;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  border: 1px solid #dcddde;
  border-radius: 0 3px 3px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.214;
  color: #2a2a2a;
  background-color: #dcddde;
  cursor: pointer;
  float: right;
}
.FileSelectionContainer .saig-BrowseButton:focus,
.FileSelectionContainer .saig-BrowseButton:active {
  outline: none;
}
.FileSelectionContainer .saig-BrowseButton:hover {
  background-color: #c8c8c8;
  border: 1px solid #c8c8c8;
  outline: none;
}
.FileSelectionContainer label.saig-BrowseButton {
  line-height: 31px;
}
.FileSelectionContainer .HiddenFileUploaderInput {
  display: none;
}
.FileSelectionContainer .ErrorIcon {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -64px -24px;
  visibility: hidden;
  float: left;
  margin-right: 7px;
  margin-right: 0.7rem;
  margin-top: 10.5px;
}
.FileSelectionContainer .ErrorIndication {
  box-shadow: 0 0 5px 0 #c00010;
}
.imagetip + .FileSelectionContainer .FileSelectionUI {
  width: 88%;
}
.lt-ie8 .input-group .FileSelectionContainer .input-group-btn {
  width: 20px;
}
.saig-text-input {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  height: 33px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 7px;
  padding-left: 0.7rem;
  line-height: 2.35;
  font-weight: normal;
}
.saig-text-input:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  outline: none;
}
.saig-save-name {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  height: 33px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 7px;
  padding-left: 0.7rem;
  line-height: 2.35;
  font-weight: normal;
  width: 575px;
}
.saig-save-name:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  outline: none;
}
.saig-inline-error-panel {
  width: 100%;
  padding: 16px;
  background-color: #fde9ac;
  border: none;
  border-radius: 0;
  border-bottom: 10px solid #c00010;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  color: #c00010;
  margin-bottom: 20px;
}
.saig-inline-ddl-size {
  height: 27px;
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-inline-ddl-font-size {
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-form-config-settings {
  padding: 2%;
}
.saig-form-config-settings-table {
  left: 4%;
  width: 92%;
  height: 96%;
  position: relative;
}
.lt-ie8 .saig-form-config-settings-table {
  left: 0px;
  width: 96%;
}
.lt-ie8 .saig-form-config-settings-table input[type="text"] {
  width: 94%;
}
.form-control {
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 12px;
  color: #2a2a2a;
}
/* Bootstrap styles */
@media (min-width: 768px) {
  .lt-ie9 .modal-dialog {
    margin-top: 100px;
    width: 80%;
  }
}
/* SAIG styles */
.saig-clear {
  clear: both;
}
h1 {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2a2a2a;
  color: #345c89;
  margin: 0px;
}
h2 {
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0px;
}
.saig-legend {
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 15px;
  padding: 1.5rem;
  zoom: 1;
  *display: inline;
  text-align: left;
}
.saig-legend .saig-legend-header {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
.saig-legend .saig-legend-icon {
  padding-right: 10px;
  padding-right: 1rem;
  margin-left: -8px;
}
.saig-legend .saig-legend-text {
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-header-page-section {
  margin-top: 0;
  margin-bottom: 20px;
}
h3,
.saig-header-page-sub-section {
  font-size: 10pt;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #444;
}
.saig-div-bar-container {
  padding: 15px 25px;
  background-color: #ffffff;
}
.saig-space {
  margin-bottom: 15px;
}
.saig-extra-space {
  margin-bottom: 40px;
}
.saig-container-main {
  padding: 25px 25px;
  background-color: #ffffff;
}
.saig-subtab-container {
  padding: 0px 10px;
}
.saig-wizard-content {
  width: 94%;
  margin: 0px 3%;
  position: relative;
  top: -10px;
}
.saig-wizard-title {
  width: 94%;
  margin: 0px 3%;
  position: relative;
  top: 10px;
}
.saig-container-back {
  background-color: #ffffff;
  position: relative;
}
.saig-container-main-nobar {
  padding: 25px;
  padding-top: 8px;
  background-color: #ffffff;
}
.saig-container-main-nobar .row {
  margin: 0;
}
div.k-splitbar-horizontal[aria-expanded="true"] {
  width: 24px;
  background: transparent;
  border: 0;
}
#__splitter.k-content.splitter {
  margin: 24px 24px;
}
.saig-container-main-list {
  padding: 0px 25px;
  background-color: #ffffff;
}
table.saig-table {
  border-collapse: separate;
  border-spacing: 2px;
}
.saig-main-header-container {
  position: relative;
  height: 20px;
  margin-bottom: 10px;
}
.saig-main-header-container .saig-required-info {
  display: inline-block;
  zoom: 1;
  *display: inline;
  right: 0px;
  top: 0px;
  position: absolute;
  vertical-align: top;
  font-style: italic;
}
.saig-main-header-container .saig-required {
  color: #ff0000;
  position: relative;
  top: 6px;
  font-size: 40px;
  font-size: 4rem;
  vertical-align: top;
  line-height: 22px;
  line-height: 2.2rem;
}
.lt-ie8 .saig-main-header-container .saig-required {
  float: none;
  top: -6px;
}
.saig-dropdown-arrow {
  border-left: 0px;
  background-color: #eee;
  min-width: 0px;
  width: 24px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.saig-dropdown-arrow:hover,
.saig-dropdown-arrow:focus-visible {
  background-color: #dcddde;
}
.saig-menu-dropdown-arrow {
  border-left: 0px;
  background-color: #fff;
  min-width: 0px;
  padding-right: 8px;
  padding-left: 0px;
}
.saig-menu-dropdown-arrow:hover {
  border: 1px solid #345c89;
  border-left: 0px;
  background-color: rgba(52, 92, 137, 0.04);
  box-shadow: none;
}
.saig-menu-dropdown-arrow:focus-visible {
  border: 1px solid #345c89;
  border-left: 0;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.saig-menu-dropdown-arrow:active {
  border: 1px solid #345c89;
  border-left: 0px;
  background-color: rgba(52, 92, 137, 0.04);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.saig-menu-dropdown-arrow:disabled {
  opacity: 0.5;
  box-shadow: none;
}
.saig-msgbox {
  margin-top: 100px;
  width: 80%;
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
}
.saig-msgbox-header {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 13px;
  padding-right: 1.3rem;
  height: 50px;
  background-color: #eeeeee;
  border: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
}
.saig-msgbox-header .close {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -267px -176px;
  margin-top: 7px;
  opacity: 1;
  filter: none;
}
.saig-msgbox-header .close:hover {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -297px -176px;
  opacity: 1;
  filter: none;
}
.saig-msgbox-title {
  padding-right: 55px;
  padding-right: 5.5rem;
  padding-top: 15px;
  padding-top: 1.5rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #595e67;
  border: 0;
  box-sizing: border-box;
}
.saig-msgbox-content {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  outline: none;
}
.saig-msgbox-footer {
  padding: 25px;
  text-align: right;
  border-top: 0px;
}
.saig-msgbox-body,
.saig-msgbox-body-custom {
  margin-top: 95px;
  margin-bottom: 65px;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: #595e67;
}
.saig-msgbox-body-custom {
  margin-top: 0;
}
.saig-form-config-title {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 13px;
  padding-right: 1.3rem;
  height: 50px;
  background-color: #eeeeee;
  border: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  /*	padding-top: 0;
	padding-bottom: 0;
    padding-left: 4px;
	height: 40px;
	background-color: @gray-1;
	border: 0px;
	.BorderRadius(0);
	.box-sizing(border-box);*/
}
.saig-form-config-title .close {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -267px -176px;
  margin-top: 7px;
  opacity: 1;
  filter: none;
  border: 0px;
}
.saig-form-config-title .close:hover {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -297px -176px;
  opacity: 1;
  filter: none;
}
.saig-form-config-title-text {
  padding-right: 55px;
  padding-right: 5.5rem;
  padding-top: 15px;
  padding-top: 1.5rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #595e67;
  border: 0;
  box-sizing: border-box;
  /*    margin-top:2px;
	font-weight: @fontWeightBold;
    font-size: 10pt;
	color: @gray-7;
	border: 0;
	.box-sizing(border-box);*/
}
.saig-action-menu-group {
  min-width: 90px;
  height: 25px !important;
  margin-top: 1px;
  margin-bottom: 1px;
  white-space: nowrap;
}
.lt-ie8 .saig-action-menu-group {
  position: static;
}
.saig-action-menu-group .dropdown-menu {
  background-color: #fff;
}
.saig-multi-column-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  background-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 4px;
  display: inline;
  position: relative;
  padding: 0px;
  min-width: 180px;
  margin: 0px;
  border: 0px;
  box-shadow: none;
}
.saig-multi-column-menu.pull-right {
  right: 0;
  left: auto;
}
.saig-multi-column-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.saig-multi-column-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.saig-multi-column-menu > li {
  display: block;
  float: none;
  position: relative;
}
.saig-multi-column-menu > li > a,
.saig-multi-column-menu > li > a.menu-line {
  padding-left: 5px;
  padding-left: 0.5rem;
  padding-right: 5px;
  padding-right: 0.5rem;
  text-align: left;
  text-decoration: none;
  background-image: none;
  filter: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2a2a2a;
  text-transform: none;
  display: block;
  margin: 0px;
}
.saig-multi-column-menu > li > a:hover,
.saig-multi-column-menu > li > a.menu-line:hover,
.saig-multi-column-menu > li > a:focus,
.saig-multi-column-menu > li > a.menu-line:focus {
  background-image: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  background-color: #345c89;
  border-radius: 4px;
  cursor: pointer;
}
.saig-multi-column-menu > li > a > span,
.saig-multi-column-menu > li > a.menu-line > span {
  padding-right: 10px;
  padding-right: 1rem;
  display: inline-block;
  width: 28px;
  position: relative;
  text-align: left;
  zoom: 1;
}
.saig-multi-column-menu > li > a > span > img,
.saig-multi-column-menu > li > a.menu-line > span > img {
  margin-left: auto;
  margin-right: auto;
  width: 20px;
}
.saig-control-frame {
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie8 .saig-control-frame .saig-static {
  width: 97%;
}
.saig-group-frame {
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 24px 0px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie8 .saig-group-frame .saig-static {
  width: 97%;
}
.saig-group-frame-collapsed {
  width: 100%;
  height: 6px;
  border-top: solid 1px #c0c0c0;
  position: relative;
  top: 4px;
  margin-bottom: 25px;
}
.saig-sort-icon {
  color: #345c89;
}
.saig-icon-info-tip {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -5px -179px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  line-height: 24px;
}
.saig-icon-info-tip:hover {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -35px -179px;
}
.saig-token-input {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -811px -212px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-addQuestion-input {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/Icon-Question-List2.png') left top no-repeat;
}
.saig-input-group-addon {
  background-color: #FFFFFF;
  border: none;
}
.saig-input-group-addon-left {
  background-color: #FFFFFF;
  border: none;
  padding-left: 0px;
}
.saig-arrow-up {
  width: 8px;
  height: 8px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -66px -46px;
  display: inline-block;
  margin: 0 4px;
}
.saig-arrow-down {
  width: 8px;
  height: 8px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -86px -46px;
  display: inline-block;
  margin: 0 4px;
}
.saig-control-in-form {
  margin-bottom: 20px;
}
.dirty-input {
  background-image: url("/Images/Icons/dirty.gif") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}
/* Bootstrap overrides */
.saig-form-label {
  display: inline-block;
  margin-bottom: 5px;
  /*        font-weight: bold;*/
}
.form-group {
  margin-bottom: 25px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group .saig-required {
  color: #ff0000;
  position: relative;
  top: 6px;
  font-size: 40px;
  font-size: 4rem;
  vertical-align: top;
  line-height: 22px;
  line-height: 2.2rem;
  margin-left: -24px;
  padding-right: 4px;
  float: left;
}
.lt-ie8 .form-group .saig-required {
  float: none;
  top: -6px;
}
.form-group .saig-required-inline {
  color: #ff0000;
  position: relative;
  top: 6px;
  font-size: 40px;
  font-size: 4rem;
  vertical-align: top;
  line-height: 22px;
  line-height: 2.2rem;
  padding-right: 4px;
  vertical-align: middle;
  clear: both;
}
.lt-ie8 .form-group .saig-required-inline {
  float: none;
  top: -6px;
}
.form-group label {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
  font-weight: 700;
}
.lt-ie8 .form-group label {
  vertical-align: middle;
}
.form-group label.section-group {
  width: 100%;
  border-bottoym: 2px solid #eeeeee;
}
.form-group.modal-control {
  margin-bottom: 12px;
}
.form-group.modal-control label {
  margin-bottom: 0px;
  font-weight: 700;
}
.form-group.saig-less-space {
  margin-bottom: 0px;
}
.form-group.saig-no-space {
  margin: 0px;
  padding: 0px;
}
.form-group .kolorPickerSelectedPreview {
  width: 32px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 34px !important;
}
.form-group input[type="text"] {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 12px;
  color: #2a2a2a;
  border: 1px solid var(--border-secondary-color);
  display: inline-block;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group input[type="text"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-group input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.form-group input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.form-group input[type="text"][disabled],
.form-group input[type="text"][readonly],
fieldset[disabled] .form-group input[type="text"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-group input[type="text"] {
  height: auto;
}
.lt-ie8 .form-group input[type="text"] {
  height: 22px;
}
.form-group input[type="text"].kolorPicker {
  background: transparent url('/Scripts/kolorpicker/style/images/color-wheel.jpg') no-repeat 96% 47%;
  padding-right: 25px;
}
.form-group input[type="text"].kolorPicker.noPreview {
  cursor: pointer;
}
.form-group input[type="text"]:hover {
  border: 1px solid var(--TextFieldInpuTypeHover) !important;
}
.form-group input[type="text"]:focus,
.form-group input[type="text"]:active {
  border: 1px solid var(--main-color) !important;
}
.form-group input[type="text"]:focus-visible {
  outline: none !important;
}
.form-group .k-picker-wrap input[type="text"] {
  padding: 6px 12px;
}
.form-group input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 12px;
  color: #2a2a2a;
  display: inline-block;
  font-weight: 400;
  border: 1px solid var(--border-secondary-color);
}
.form-group input[type="password"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group input[type="password"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-group input[type="password"]:-ms-input-placeholder {
  color: #999999;
}
.form-group input[type="password"]::-webkit-input-placeholder {
  color: #999999;
}
.form-group input[type="password"][disabled],
.form-group input[type="password"][readonly],
fieldset[disabled] .form-group input[type="password"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-group input[type="password"] {
  height: auto;
}
.form-group input[type="password"]:hover {
  border: 1px solid var(--TextFieldInpuTypeHover) !important;
}
.form-group input[type="password"]:focus,
.form-group input[type="password"]:active {
  border: 1px solid var(--main-color) !important;
}
.form-group input[type="password"]:focus-visible {
  outline: none !important;
}
.form-group input[type="checkbox"] {
  font-weight: 400;
  margin-right: 4px;
}
.form-group input[type="checkbox"] + label {
  font-weight: 400;
}
.form-group .saig-checkbox-value {
  font-weight: 400;
  margin-right: 4px;
}
.form-group .saig-checkbox-value + span {
  font-weight: 400;
}
.form-group input[type="radio"] {
  font-weight: 400;
  margin-right: 4px;
}
.form-group input[type="radio"] + label {
  font-weight: 400;
  display: inline;
}
.form-group input[type="file"] {
  margin-right: 4px;
}
.lt-ie8 .form-group input[type="file"] {
  height: 34px;
}
.form-group input[readonly="readonly"] {
  cursor: text !important;
}
.form-group .k-widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group input[type="url"].form-control {
  border: 1px solid var(--border-secondary-color);
  display: inline-block;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group input[type="url"].form-control:hover {
  border: 1px solid var(--TextFieldInpuTypeHover) !important;
}
.form-group input[type="url"].form-control:focus,
.form-group input[type="url"].form-control:active {
  border: 1px solid var(--main-color) !important;
}
.form-group input[type="url"].form-control:focus-visible {
  outline: none !important;
}
.form-group select {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 12px;
  color: #2a2a2a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--border-secondary-color) !important;
}
.form-group select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-group select:-ms-input-placeholder {
  color: #999999;
}
.form-group select::-webkit-input-placeholder {
  color: #999999;
}
.form-group select[disabled],
.form-group select[readonly],
fieldset[disabled] .form-group select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-group select {
  height: auto;
}
.form-group select:hover {
  border: 1px solid var(--TextFieldInpuTypeHover) !important;
}
.form-group select:focus,
.form-group select:active {
  border: 1px solid var(--main-color) !important;
}
.form-group select:focus-visible {
  outline: none !important;
}
.form-group .k-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group .k-dropdown:focus,
.form-group .k-dropdown:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 125, 172, 0.6);
  border-color: #387dac;
}
.form-group .k-dropdown .saig-dropdown-focus-border {
  border-color: #387dac;
}
.form-group .k-dropdown-wrap {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 12px;
  color: #2a2a2a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 12px;
  padding-right: 28px;
}
.form-group .k-dropdown-wrap:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group .k-dropdown-wrap::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-group .k-dropdown-wrap:-ms-input-placeholder {
  color: #999999;
}
.form-group .k-dropdown-wrap::-webkit-input-placeholder {
  color: #999999;
}
.form-group .k-dropdown-wrap[disabled],
.form-group .k-dropdown-wrap[readonly],
fieldset[disabled] .form-group .k-dropdown-wrap {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-group .k-dropdown-wrap {
  height: auto;
}
.form-group .k-dropdown-wrap:focus,
.form-group .k-dropdown-wrap:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 125, 172, 0.6);
  border-color: #387dac;
}
.lt-ie8 .form-group .k-dropdown-wrap {
  padding: 0px 12px;
  padding-right: 28px;
  height: 34px;
  zoom: 1;
  width: auto;
}
.lt-ie8 .form-group .k-dropdown-wrap .k-i-arrow-s {
  position: relative;
  top: 10px;
}
.form-group .k-dropdown-wrap .k-input {
  height: 1.7em;
}
.form-group .k-numerictextbox {
  width: 100%;
}
.form-group .k-numerictextbox .k-state-focused {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 125, 172, 0.6);
  border-color: #387dac;
}
.form-group .k-numerictextbox input[type="text"] {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 12px;
  color: #2a2a2a;
  border: none;
}
.form-group .k-numerictextbox input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group .k-numerictextbox input[type="text"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-group .k-numerictextbox input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.form-group .k-numerictextbox input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.form-group .k-numerictextbox input[type="text"][disabled],
.form-group .k-numerictextbox input[type="text"][readonly],
fieldset[disabled] .form-group .k-numerictextbox input[type="text"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-group .k-numerictextbox input[type="text"] {
  height: auto;
}
.form-group .k-numerictextbox input[type="text"]:focus,
.form-group .k-numerictextbox input[type="text"]:active {
  border: none;
  box-shadow: none;
}
.lt-ie8 .form-group .input-group > div,
.lt-ie8 .form-group .__clientcontrol.input-group > span > div {
  display: inline;
}
.form-group .input-group {
  width: 100%;
}
.lt-ie8 .form-group .input-group {
  width: 100%;
}
.lt-ie8 .form-group .input-group .input-group {
  display: inline;
  zoom: 1;
}
.lt-ie8 .form-group .input-group select {
  /*               width: 85%;*/
}
.lt-ie8 .form-group .input-group .k-dropdown {
  width: 85%;
}
.lt-ie8 .form-group .input-group .k-dropdown-wrap {
  width: auto;
}
.form-group .input-group-btn {
  margin: 0px 4px;
  padding: 0px 4px;
}
.form-group textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 12px;
  color: #2a2a2a;
  height: auto;
  font-weight: 400;
  border-color: var(--border-secondary-color);
}
.form-group textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-group textarea:-ms-input-placeholder {
  color: #999999;
}
.form-group textarea::-webkit-input-placeholder {
  color: #999999;
}
.form-group textarea[disabled],
.form-group textarea[readonly],
fieldset[disabled] .form-group textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-group textarea {
  height: auto;
}
.form-group textarea:hover {
  border: 1px solid var(--TextFieldInpuTypeHover) !important;
}
.form-group textarea:focus,
.form-group textarea:active {
  border: 1px solid var(--main-color) !important;
}
.form-group textarea:focus-visible {
  outline: none !important;
}
.form-group .saig-static {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f8f8f8;
  color: #2a2a2a;
  border: 1px solid var(--border-secondary-color);
  height: auto;
  min-height: 34px;
  padding: 6px 12px;
  font-weight: 400;
}
.form-group .saig-static:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group .saig-static::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-group .saig-static:-ms-input-placeholder {
  color: #999999;
}
.form-group .saig-static::-webkit-input-placeholder {
  color: #999999;
}
.form-group .saig-static[disabled],
.form-group .saig-static[readonly],
fieldset[disabled] .form-group .saig-static {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-group .saig-static {
  height: auto;
}
.form-group .saig-static:focus,
.form-group .saig-static:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #c8c8c8;
}
.lt-ie9 .form-group .saig-static {
  min-height: 22px;
}
.form-group ol li {
  list-style: decimal;
}
.form-group ul li {
  list-style: disc;
}
.form-group ul li > ul > li {
  list-style: circle;
}
.form-group ul li > ul > li > ul > li {
  list-style: square;
}
.form-group li {
  margin-left: 20px;
  margin-left: 2rem;
  padding-left: 20px;
  padding-left: 2rem;
}
.form-group .form-group-employee-login {
  position: relative;
}
.form-group .form-group-employee-login .login-icon {
  line-height: 34px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
}
.saig-lesser-space {
  margin-bottom: 6px;
}
.lt-ie8 .saig-plugin-frame .form-group td select {
  width: auto;
}
.form-group.saig-control-label {
  margin-bottom: 2px;
}
.dropdown-menu {
  background-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 4px;
}
.dropdown-menu > li {
  display: block;
  float: none;
  position: relative;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a.menu-line {
  padding-left: 5px;
  padding-left: 0.5rem;
  padding-right: 5px;
  padding-right: 0.5rem;
  text-align: left;
  text-decoration: none;
  background-image: none;
  filter: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2a2a2a;
  text-transform: none;
  display: block;
  margin: 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.menu-line:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a.menu-line:focus {
  background-image: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  background-color: #345c89;
  border-radius: 4px;
  cursor: pointer;
}
.dropdown-menu > li > a > span,
.dropdown-menu > li > a.menu-line > span {
  padding-right: 10px;
  padding-right: 1rem;
  display: inline-block;
  width: 28px;
  position: relative;
  text-align: left;
  zoom: 1;
}
.dropdown-menu > li > a > span > img,
.dropdown-menu > li > a.menu-line > span > img {
  margin-left: auto;
  margin-right: auto;
  width: 20px;
}
.btn .caret {
  margin-left: 8px;
}
.caret {
  color: #345c89;
}
.caret:focus {
  color: #004a73;
}
.caret:hover {
  color: #004a73;
}
.saig-caret-neutral {
  color: #ffffff;
}
.saig-caret-neutral:focus {
  color: #ffffff;
}
.saig-caret-neutral:hover {
  color: #ffffff;
}
.saig-caret-dark {
  color: #345c89;
}
.saig-caret-dark:focus {
  color: #004a73;
}
.saig-caret-dark:hover {
  color: #004a73;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 0px;
}
/*.saig-frame-element {
    background-image: none;
    background-color: @colorBackground;
}*/
.saig-grid-config {
  position: relative;
}
.saig-grid-config .config-title {
  margin-top: 7%;
  color: #595e67;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.saig-grid-config .config-field-list {
  margin: 20px 100px;
  height: 250px;
  overflow: auto;
}
.saig-grid-config .config-title-static {
  margin-top: 3%;
  color: #595e67;
  font-size: 1.6rem;
  font-weight: bold;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  position: relative;
}
.saig-grid-config .config-field-list-static {
  margin: 20px 100px;
}
.saig-grid-config .config-field {
  margin-bottom: 5px;
  margin-right: 3px;
}
.saig-grid-config-other-buttons {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.saig-grid-config-main-buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.saig-empl-display {
  display: inline;
  vertical-align: middle;
  position: relative;
}
.saig-empl-display.name {
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-employee-active {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -500px -61px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.saig-employee-inactive {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -523px -61px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.saig-employee-deleted {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -547px -61px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
/* Adv Filter*/
.saig-savedFilter-selection {
  width: 220px;
  /*height: 30px;*/
}
.saig-search-wrapper {
  margin: 8px auto;
  width: 235px;
}
.saig-search-wrapper label {
  float: right;
  font-weight: 400;
  margin-right: 10px;
  margin-top: 12px;
}
.saig-search {
  font-size: 1.2rem;
  padding: 2px 6px;
  color: #2a2a2a;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 235px;
  padding-right: 0px;
  height: 32px;
  border: 1px solid var(--border-secondary-color);
  border-radius: 4px;
}
.lt-ie8 .saig-search {
  height: 22px;
}
.saig-search input[type="text"] {
  font-weight: 400;
  border: 0 none;
  border-color: transparent;
  outline: none;
  width: 82%;
  height: 24px;
  line-height: normal;
}
.lt-ie8 .saig-search input[type="text"] {
  font-size: 14px;
}
.saig-icon-search-button {
  margin-left: 10px;
  margin-right: 5px;
  border: 0 none;
  outline: none;
  padding-right: 0px;
  padding-left: 0px;
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -498px -180px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
  height: 18px;
  width: 18px;
}
.saig-icon-search-button:hover {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -523px -180px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
  height: 18px;
  width: 18px;
}
.saig-quick-search-button {
  margin-left: 8px;
}
.saig-search-section {
  margin-bottom: 18px;
}
.saig-search-section .saig-search {
  width: 88%;
  float: left;
  padding: 6px 5px;
}
.lt-ie8 .saig-search-section .saig-search {
  width: 81%;
}
.saig-search-section .saig-search input {
  width: 85%;
}
.lt-ie8 .saig-search-section .saig-search input {
  width: 84%;
}
.saig-search-section .saig-search .saig-icon-search-button {
  margin: 0;
}
.saig-search-section .info-icon {
  vertical-align: middle;
  display: table-cell;
  padding-left: 2px;
}
.lt-ie8 .saig-search-section .info-icon {
  position: relative;
  top: 6px;
}
.saig-container-main-search {
  padding: 25px 25px;
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
.saig-container-main-search .panel-body {
  padding: 15px;
}
.saig-container-main-search .panel-body label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
.saig-container-main-search.toggled .saig-search-results {
  margin-left: 0;
}
.saig-container-main-search.toggled .saig-search-panel {
  display: none;
}
.saig-container-main-search.toggled .saig-collapse-button span {
  background: url('/Images/Icons/Folder/OpenFldrBar.gif') no-repeat 0 -2px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  zoom: 1;
  *display: inline;
  display: block;
}
.saig-container-main-search .saig-collapse-button span {
  background: url('/Images/Icons/Folder/CloseFldrBar.gif') no-repeat 0 -2px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  zoom: 1;
  *display: inline;
  display: block;
  margin-top: 0px;
}
.saig-container-main-search .saig-search-results {
  padding-left: 10px;
  margin-left: 300px;
  overflow: auto;
}
.saig-container-main-search .saig-search-results .saig-main-header-container {
  height: 0px;
}
.saig-container-main-search .saig-search-results .auto-collapse {
  display: none;
}
.saig-container-main-search .saig-search-results .panel-heading {
  padding: 10px 15px;
}
.saig-container-main-search .saig-search-results .panel-title {
  font-size: 16px;
  font-size: 1.6rem;
}
.saig-container-main-search .saig-search-results .panel-title h4 {
  font-size: 14px;
  font-size: 1.4rem;
}
.saig-container-main-search .saig-icon-small-plus {
  margin-top: 0px;
}
.saig-container-main-search .saig-search-areas .panel-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.saig-container-main-search .saig-search-panel {
  float: left;
  width: 300px;
}
.saig-container-main-search .saig-search-panel .well {
  margin-bottom: 20px;
}
.saig-container-main-search .saig-search-panel .well-sm {
  padding: 9px;
  font-size: 14px;
  font-size: 1.4rem;
}
.saig-container-main-search .saig-search-panel .panel-heading {
  padding: 10px 10px;
}
.saig-container-main-search .saig-search-panel .panel-title {
  font-size: 16px;
  font-size: 1.6rem;
}
.saig-container-main-search .saig-search-panel .panel-title h4 {
  font-size: 14px;
  font-size: 1.4rem;
}
.saig-container-main-search .saig-search-panel .panel-title label {
  margin-left: 7px;
  font-weight: 700;
  font-size: 1.2rem;
}
.saig-container-main-search .saig-search-panel .form-group {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-container-main-search .saig-search-panel .form-group label {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
  display: block;
}
.saig-container-main-search .saig-search-panel .form-group .input-group .saig-select-link-button {
  padding-left: 5px;
  padding-left: 0.5rem;
}
.lt-ie8 .saig-container-main-search .saig-search-panel .form-group .input-group .saig-select-link-button {
  padding-left: 5px;
  width: auto;
  vertical-align: middle;
  line-height: 14px;
}
.saig-container-main-search .saig-search-panel .form-group input[type="text"] {
  height: 28px;
  font-size: 12px;
  font-size: 1.2rem;
}
.lt-ie8 .saig-container-main-search .saig-search-panel .form-group input[type="text"] {
  height: 22px;
  width: 92%;
  padding: 4px 8px 4px 8px;
  line-height: 1.75;
}
.lt-ie8 .saig-container-main-search .saig-search-panel .k-dropdown-wrap {
  width: auto;
}
.saig-container-main-search .saig-search-panel .k-datepicker {
  height: 28px;
  font-size: 12px;
  width: 10em;
  margin-right: 2px;
}
.saig-container-main-search .saig-search-panel .k-datepicker input[type="text"] {
  padding-left: 0;
  padding-right: 0;
}
.lt-ie8 .saig-container-main-search .saig-search-panel .k-datepicker input[type="text"] {
  height: 22px;
}
.saig-container-main-search .saig-search-panel .search-button {
  padding-left: 10px;
  padding-left: 1rem;
}
.lt-ie8 .saig-container-main-search .saig-search-panel .search-button {
  padding-left: 5px;
  width: auto;
}
.saig-container-main-search .saig-icon-delete {
  vertical-align: middle;
}
.saig-container-main-search .saig-search-button-set {
  margin-top: 5px;
  text-align: center;
}
.saig-container-main-search .saig-search-button-set > a,
.saig-container-main-search .saig-search-button-set > input,
.saig-container-main-search .saig-search-button-set > button {
  margin-left: 10px;
  margin-left: 1rem;
}
.saig-container-main-search .saig-button-set > .saig-btn-secondary:first-child {
  margin-left: 0;
}
.saig-container-main-search .btn-primary,
.saig-container-main-search .saig-btn-secondary {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.saig-capitalize {
  text-transform: uppercase;
}
.input-group,
.input-group-btn {
  zoom: 1;
}
.input-group-btn.saig-icon-info-tip-container {
  width: 24px;
}
.lt-ie8 .input-group-btn.saig-icon-info-tip-container {
  position: relative;
  vertical-align: top;
  top: 50%;
  margin-top: -12px;
}
.right-side-border-radius {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 0px !important;
}
.left-side-border-radius {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 4px !important;
}
.saig-currency-input-group-addon {
  border-radius: 0px !important;
}
.saig-searcharea-config .saig-config-title {
  margin-bottom: 15px;
  color: #595e67;
  font-size: 1.6rem;
  font-weight: bold;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  position: relative;
  text-align: center;
}
.saig-searcharea-config .saig-line-item-drag {
  background-color: #e0e0e0;
  border: 1px solid #888888;
}
.saig-searcharea-config .saig-config-items {
  margin: 8px 0px;
  position: relative;
}
.saig-searcharea-config .saig-config-items .saig-line-item {
  padding: 2px;
  margin: 2px;
  cursor: pointer;
  border: 1px solid #fefefe;
  font-size: 1.2rem;
  font-weight: 700;
}
.saig-searcharea-config .saig-config-items .saig-line-item_odd {
  background-color: #ffffff;
}
.saig-searcharea-config .saig-config-items .saig-line-item_even {
  background-color: #dfe9ea;
}
.saig-searcharea-config .saig-config-items .saig-line-item-over {
  background-color: #f4f4f4;
  border: 1px solid #888888;
}
.TreeNode:link,
.TreeNode:hover,
.TreeNode:visited,
.TreeNode:active {
  color: #2a2a2a;
}
.HoverTreeNode {
  font-size: 8pt;
  text-decoration: underline;
  padding: 2px 3px 1px;
  cursor: default;
}
.HoverPopupTreeNode {
  color: #2a2a2a;
}
.LoadingTreeNode {
  color: #2a2a2a;
}
.SelectedTreeNode {
  color: #2a2a2a;
}
.SelectedTab {
  color: #2a2a2a;
}
.NormalBold {
  color: #2a2a2a;
}
table#TaskFolderTree_FolderTable a {
  color: #2a2a2a;
}
table#TaskFolderTree_FolderTable a:link,
table#TaskFolderTree_FolderTable a:hover,
table#TaskFolderTree_FolderTable a:visited,
table#TaskFolderTree_FolderTable a:active {
  color: #2a2a2a;
}
div#PageControlsSel,
div#FormFieldsPanel,
div#ParentFormFieldsPanel,
div#RelComponentsPanel {
  color: #2a2a2a;
}
div#PageControlsSel a,
div#FormFieldsPanel a,
div#ParentFormFieldsPanel a,
div#RelComponentsPanel a {
  color: #2a2a2a;
}
div#PageControlsSel a:link,
div#FormFieldsPanel a:link,
div#ParentFormFieldsPanel a:link,
div#RelComponentsPanel a:link,
div#PageControlsSel a:hover,
div#FormFieldsPanel a:hover,
div#ParentFormFieldsPanel a:hover,
div#RelComponentsPanel a:hover,
div#PageControlsSel a:visited,
div#FormFieldsPanel a:visited,
div#ParentFormFieldsPanel a:visited,
div#RelComponentsPanel a:visited,
div#PageControlsSel a:active,
div#FormFieldsPanel a:active,
div#ParentFormFieldsPanel a:active,
div#RelComponentsPanel a:active {
  color: #2a2a2a;
}
body .ui-widget-content {
  color: #2a2a2a;
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  color: #2a2a2a;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  color: #2a2a2a;
}
div,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: Arial, Helvetica, sans-serif;
}
div {
  zoom: 1;
}
html,
body,
applet,
object,
iframe,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #2a2a2a;
  /*    zoom:1;*/
}
a {
  color: #236377;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #004a73;
}
.anchor-inverted {
  color: #9dbded;
  text-decoration: underline;
  margin-right: 10px;
  font-weight: normal;
  float: right;
  padding: 8px 6px;
}
.anchor-inverted:hover,
.anchor-inverted:focus {
  color: #7db7f8;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  height: 100%;
  font-size: 62.5%;
  display: flex;
  overflow-x: hidden;
}
body {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
  line-height: 1.2;
  background-color: #ffffff;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
.lt-ie10 body {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  background-color: #eeeeee;
}
.lt-ie10 body.saig-frame-element {
  background-image: none;
  filter: none;
  background-color: #fff;
}
.lt-ie9 body {
  filter: initial !important;
}
.lt-ie8 body {
  padding: 0 20px;
}
body.saig-frame-element {
  background-image: none;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  filter: none;
  background-color: #fff;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
label {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2a2a2a;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
.html_reset > * {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  width: auto;
  height: auto;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: static;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
/* Page content menus using Bootstrap nav-bar*/
li.saig-apps-menu-item:hover,
li.saig-apps-menu-item:focus {
  color: #559bcd !important;
  border-left: 3px solid #345c89;
  background-color: #f0f0f0;
}
li.saig-apps-menu-item > a:hover,
li.saig-apps-menu-item > a:focus {
  text-decoration: none !important;
  background: none !important;
  color: #345c89 !important;
}
.PrimaryNavigation {
  width: 100%;
  height: 50px;
  clear: both;
  border: 1px solid #c0c0c0;
  margin-top: 0px;
  margin-bottom: 0px;
}
.PrimaryNavigation li {
  color: #404349;
  float: left;
  height: 50px;
  padding: 20px;
  padding: 2rem;
  padding-top: 18px;
  padding-top: 1.8rem;
  max-width: 170px;
  text-decoration: none;
  cursor: pointer;
}
.PrimaryNavigation li:hover {
  color: #345c89;
}
.PrimaryNavigation li.SelectedL1Item {
  color: #345c89;
  font-weight: 700;
  border-bottom: 3px solid #345c89;
  height: 48px;
}
.PrimaryNavigation li.SelectingL1Item {
  background-color: #eeeeee;
}
.L1ItemHoverUpArrow {
  position: absolute;
  clear: left;
  z-index: 100000 !important;
  top: -8px;
  margin-left: 40%;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #eeeeee;
}
.L2ItemArrowRight {
  display: inline-block;
  border-right: 2px solid #2a2a2a;
  border-bottom: 2px solid #2a2a2a;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  margin-right: 6px;
  margin-top: 4px;
  float: right;
}
.L2ItemArrowRight:hover {
  border-right: 2px solid #345c89;
  border-bottom: 2px solid #345c89;
}
.ExpandMenu {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  position: absolute;
  visibility: hidden;
  min-height: 250px;
  max-height: none;
  z-index: 100000;
  padding-top: 7px;
  padding-top: 0.7rem;
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
  background-color: #ffffff;
}
.ExpandMenuVertical {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  position: absolute;
  visibility: hidden;
  z-index: 100000;
  background-color: #ffffff;
}
.L2ExpandedNav {
  position: relative;
  display: block;
  float: left;
  width: 185px;
  padding-left: 14px;
  padding-left: 1.4rem;
  padding-right: 14px;
  padding-right: 1.4rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  z-index: 100000;
  vertical-align: top;
  border-right: 1px solid #c8c8c8;
}
.L2ExpandedNav:last-child {
  border: none;
}
.L1ExpandedNav {
  position: relative;
  display: block;
  float: left;
  width: 185px;
  padding-left: 14px;
  padding-left: 1.4rem;
  padding-right: 14px;
  padding-right: 1.4rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  z-index: 100000;
  vertical-align: top;
  border-right: 1px solid #c8c8c8;
}
.L1ExpandedNav:last-child {
  border: none;
}
.L1ExpandedNav .L1ExpandedGroup {
  zoom: 1;
  *display: inline;
  display: inline-block;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  width: 100%;
}
.L1ExpandedNav .L1ExpandedGroup .L2Header {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #345c89;
  cursor: pointer;
  text-decoration: none;
}
.L1ExpandedNav .L1ExpandedGroup .L2Header:hover {
  text-decoration: underline;
}
.L1ExpandedNav .L1ExpandedGroup .L3Items li {
  padding-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: left;
  color: #2a2a2a;
}
.L1ExpandedNav .L1ExpandedGroup .L3Items li a.L3Item {
  font-size: 12px;
  font-size: 1.2rem;
  color: #595e67;
  text-decoration: none;
  cursor: pointer;
}
.L1ExpandedNav .L1ExpandedGroup .L3Items li a.L3Item:hover {
  text-decoration: underline;
}
.L1ExpandedVerticalNav {
  position: relative;
  display: block;
  float: left;
  width: 185px;
  z-index: 100000;
  vertical-align: top;
  border-right: 1px solid #c8c8c8;
}
.L1ExpandedVerticalNav:last-child {
  border: none;
}
.L3VerticalItems li {
  padding-left: 14px;
  padding-left: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
  color: #2a2a2a;
  cursor: pointer;
}
.L3VerticalItems li:hover {
  color: #345c89;
  background-color: #f0f0f0;
}
.L3VerticalItems li:hover .L2ItemArrowRight {
  border-right: 2px solid #345c89;
  border-bottom: 2px solid #345c89;
}
.L3VerticalItems li li.L3VerticalItem,
.L3VerticalItems li a.L3VerticalItem {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #595e67;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.L3VerticalItems li li.L3VerticalItem:hover,
.L3VerticalItems li a.L3VerticalItem:hover {
  color: #345c89;
}
.L2ExpandedVerticalNav {
  position: relative;
  display: block;
  float: left;
  width: 185px;
  z-index: 100000;
  vertical-align: top;
  border-right: 1px solid #c8c8c8;
}
.L2ExpandedVerticalNav:last-child {
  border: none;
}
.L1ExpandedNav.ExpandedNavNoBorder {
  border-right: none;
}
.SecondaryNavigation {
  background-color: #eeeeee;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 48px;
  z-index: 900;
  border: 1px solid #c0c0c0;
  border-top: 0px;
}
.SecondaryNavigation .jqTransformSelectWrapper {
  min-width: 200px;
  margin: 5px 20px 0 20px;
}
.SecondaryNavigation .jqTransformSelectWrapper ul {
  min-width: 198px;
}
.SecondaryNavigation .jqTransformSelectWrapper span {
  height: 30px;
}
.SecondaryNavigation .MenuLabel {
  display: block;
  float: left;
  font-size: 1.1rem;
  padding: 16px 15px 20px 20px;
  font-weight: 700;
  color: #404349;
}
#L2MenuSelect,
#MainMenu_L2MenuSelect {
  height: 12px;
  padding: 9px;
  background-color: #ffffff;
  line-height: 1.214;
  font-size: 14px;
  font-size: 1.4rem;
  display: none;
}
.L3NavArea {
  height: 48px;
  overflow: hidden;
}
.L3NavArea .L3Navigation li {
  float: left;
  padding-top: 17px;
  padding-bottom: 17px;
  line-height: 1;
}
.L3NavArea .L3Navigation li a {
  display: block;
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0 20px;
  text-decoration: none;
  cursor: pointer;
  color: #404349;
}
.L3NavArea .L3Navigation li a:hover {
  color: #345c89;
}
.L3NavArea .L3Navigation li.SelectedL3Item {
  border-bottom: 3px solid #345c89;
}
.L3NavArea .L3Navigation li.SelectedL3Item a {
  color: #345c89;
  font-weight: 700;
}
.L3OverflowMenu,
.L4OverflowMenu {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3%;
  background-color: #eeeeee;
  z-index: 930;
}
.L3OverflowButton,
.L4OverflowButton {
  position: absolute;
  top: -48px;
  right: 0;
  visibility: hidden;
  height: 48px;
  padding: 18px 21px 0;
  color: #2a2a2a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.L3OverflowButton .lt-ie8 {
  height: 30px;
}
.L3OverflowButton:hover {
  color: #2a2a2a;
  text-decoration: none;
}
.L3OverflowButtonHover,
.L4OverflowButtonHover {
  background-color: #eeeeee;
}
.L3OverflowColumn,
.L4OverflowColumn {
  width: 185px;
  float: left;
  display: none;
  padding: 8px 0;
  border-right: 1px solid #c8c8c8;
}
.L3OverflowColumn:last-child,
.L4OverflowColumn:last-child {
  border: none;
}
.L3OverflowColumn li a,
.L4OverflowColumn li a,
.L4OverflowColumn li a:hover {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  padding-left: 1.4rem;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: none;
  cursor: pointer;
}
.L3OverflowColumn li a:hover {
  color: #345c89;
}
.L3OverflowColumn li.SelectedL3Item {
  border-bottom: 3px solid #345c89;
}
.L3OverflowColumn li.SelectedL3Item a,
.L4OverflowColumn li.SelectedL4Item a {
  color: #345c89;
  font-weight: 700;
}
.L4Navigation {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #eeeeee;
  border: 1px solid #c0c0c0;
  border-top: 0px;
  clear: left;
  overflow: hidden;
}
.L4Navigation li {
  float: left;
  padding-top: 8px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.L4Navigation li a {
  padding: 0 18px;
  font-size: 11.5px;
  font-size: 1.15rem;
  color: #2a2a2a;
  text-decoration: none;
}
.L4Navigation li a:hover {
  color: #345c89;
}
.L4Navigation li.SelectedL4Item {
  background-color: #ffffff;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #fff;
}
.L4Navigation li.SelectedL4Item a {
  color: #345c89;
}
.L4OverflowMenu {
  /*border: 1px solid #c8c8c8; Commented to fix the defect D-24570*/
  z-index: 920;
}
.L4OverflowButton {
  top: -26px;
  height: 19px;
  padding: 7px 11px 0;
}
.L4OverflowButtonHover {
  background-color: #fff;
}
.L4OverflowColumn {
  background-color: #fff;
}
.L4OverflowColumn li a:hover {
  color: #345c89;
}
.navbar-brand {
  padding: 8px 8px;
  height: auto;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.nav.navbar-nav {
  margin: 0px;
}
.nav.navbar-nav,
.nav.nav-tabs {
  border-bottom: none;
  height: 50px;
}
.nav.navbar-nav a,
.nav.nav-tabs a,
.nav.navbar-nav a:hover,
.nav.nav-tabs a:hover {
  background-image: -moz-linear-gradient(top, #595e67, #404349);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595e67), to(#404349));
  background-image: -webkit-linear-gradient(top, #595e67, #404349);
  background-image: linear-gradient(to bottom, #595e67, #404349);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595e67', endColorstr='#ff404349', GradientType=0);
  font-size: 10px;
  font-size: 1rem;
  color: #c8c8c8;
  text-transform: uppercase;
  z-index: 99;
  cursor: pointer;
  text-decoration: none;
  background-color: none;
  border: none;
  background: none;
}
.nav.navbar-nav .active a,
.nav.nav-tabs .active a,
.nav.navbar-nav .active a:hover,
.nav.nav-tabs .active a:hover {
  background-image: -moz-linear-gradient(top, #595e67, #404349);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595e67), to(#404349));
  background-image: -webkit-linear-gradient(top, #595e67, #404349);
  background-image: linear-gradient(to bottom, #595e67, #404349);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595e67', endColorstr='#ff404349', GradientType=0);
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  z-index: 99;
  cursor: pointer;
  text-decoration: none;
  background-color: none;
  border: none;
  background: none;
  color: #345c89;
  background-color: #eeeeee;
  font-weight: 700;
  border-radius: 0px;
  filter: none;
}
.lt-ie8 .nav.navbar-nav .active a,
.lt-ie8 .nav.nav-tabs .active a,
.lt-ie8 .nav.navbar-nav .active a:hover,
.lt-ie8 .nav.nav-tabs .active a:hover {
  height: 20px;
}
.nav.navbar-nav li.active:first-child a,
.nav.nav-tabs li.active:first-child a {
  border-radius: 4px 0px 0px 4px;
}
.lt-ie10 .nav.navbar-nav li.active:first-child a,
.lt-ie10 .nav.nav-tabs li.active:first-child a {
  border-radius: 1px 0px 0px 1px;
}
.nav.navbar-nav a:hover,
.nav.nav-tabs a:hover {
  color: #ffffff;
}
.saig-designer-selected-tab {
  background-image: -moz-linear-gradient(top, #595e67, #404349);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595e67), to(#404349));
  background-image: -webkit-linear-gradient(top, #595e67, #404349);
  background-image: linear-gradient(to bottom, #595e67, #404349);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595e67', endColorstr='#ff404349', GradientType=0);
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  z-index: 99;
  cursor: pointer;
  text-decoration: none;
  background-color: none;
  border: none;
  background: none;
  color: #345c89;
  background-color: #eeeeee;
  font-weight: 700;
  border-radius: 0px;
  filter: none;
  height: 61px;
}
.lt-ie8 .saig-designer-selected-tab {
  height: 61px;
}
.saig-designer-selected-tab:first-child {
  border-radius: 4px 0px 0px 4px;
}
.lt-ie10 .saig-designer-selected-tab:first-child {
  border-radius: 1px 0px 0px 1px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #c8c8c8;
  background: none;
  border: none;
  border-bottom: none;
  cursor: default;
}
.navbar.page-content-nav {
  background-image: -moz-linear-gradient(top, #595e67, #404349);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595e67), to(#404349));
  background-image: -webkit-linear-gradient(top, #595e67, #404349);
  background-image: linear-gradient(to bottom, #595e67, #404349);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595e67', endColorstr='#ff404349', GradientType=0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  margin: 0px 0px 10px 0px;
  height: auto;
  min-height: 50px;
  border: 0;
  padding: 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar.page-content-nav .icon-bar {
  background: white;
}
.navbar.page-content-nav span.navbar-brand {
  color: #fff;
}
.navbar-brand.saig-navbar-button {
  padding: 5px 3px 0px 3px;
}
.nav-tabs > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
.navbar-brand.saig-navbar-text {
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2a2a2a;
  height: auto;
  font-weight: 400;
  color: #fff;
}
.navbar-brand.saig-navbar-text label {
  color: #fff;
}
.navbar-brand.saig-navbar-text-normal {
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2a2a2a;
  height: auto;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.navbar-brand.saig-navbar-text-normal label {
  color: #fff;
}
.navbar-brand.saig-navbar-text-normal label {
  color: #fff;
}
/* Page content menus */
.page-content-up-arrow {
  width: 42px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -89px -61px;
  clear: left;
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 99;
  margin-left: -21px;
}
.lt-ie9 .ExpandMenu {
  background-color: white;
  border: 1px solid #c8c8c8;
}
.lt-ie9 .SecondaryNavigation {
  border: 1px solid #c8c8c8;
}
.lt-ie9 .SecondaryNavigation .MenuLabel {
  font-size: 11px;
}
.lt-ie9 .L3Navigation li {
  padding-top: 18px;
}
.lt-ie9 .L3OverflowMenu,
.lt-ie9 .L4OverflowMenu {
  border: 1px solid #c8c8c8;
  border-top: none;
}
.lt-ie9 .L4Navigation li {
  font-size: 10px;
  font-size: 1rem;
  padding-top: 8px;
}
.resp-tabs-container {
  position: relative;
}
.resp-tabs-container .tabs-dropdown {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 0 !important;
}
.resp-tabs-container .tabs-dropdown.navbar-nav {
  margin: 0 !important;
}
.resp-tabs-container .tabs-dropdown .dropdown-toggle,
.resp-tabs-container .tabs-dropdown .dropdown-toggle:hover {
  width: 30px;
  position: relative;
  display: block;
  padding: 15px 10px;
  line-height: 20px;
  background-image: none;
  filter: none;
  font-size: 20px;
  text-align: center;
}
.resp-tabs-container .dropdown:hover .dropdown-menu {
  top: 40px;
  display: block;
  border-top: none;
  padding: 4px;
  box-shadow: none;
  background-image: none;
  filter: none;
  right: -2px;
}
.resp-tabs-container .dropdown:hover .dropdown-menu .menu-line {
  background-image: none;
  filter: none;
}
.resp-tabs-container .dropdown:hover {
  background-color: #fff;
  background-image: none !important;
  filter: none;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.resp-tabs-container .dropdown:hover .count {
  color: #000;
}
.resp-tabs-container .tabs-dropdown .dropdown-toggle .caret {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid;
  margin-left: 0;
  vertical-align: initial;
}
.saig-plugin-container {
  color: #2a2a2a;
  float: left;
  margin: 0px 0.5% 10px 0.5%;
  padding: 0;
  text-align: center;
  background-color: #fff;
  border-top: solid 1px #c8c8c8;
}
.saig-fa3-plugin-container {
  clear: both;
  text-align: left;
}
.saig-plugin-half-width {
  width: 49%;
  min-width: 470px;
}
.saig-plugin-full-width {
  width: 99%;
  min-width: 950px;
  clear: both;
}
.saig-plugin-header {
  width: 100%;
  margin: 0px auto;
  clear: both;
  padding: 8px 0px;
  border-left: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  background-color: #eeeeee;
}
.lt-ie8 .saig-plugin-actions {
  width: 124px;
}
.saig-plugin-header-text {
  text-align: left;
  padding: 3px 0px 0px 3px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2a2a2a;
}
.saig-plugin-header-text:hover {
  cursor: move;
}
.saig-search-area {
  padding-right: 4px;
  padding-left: 9px;
  background-color: #fff;
  margin-top: 4px;
}
.saig-search-area-selected {
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 5px;
  border: 1px solid #004a73;
  border-left: 5px solid #004a73;
  background-color: #e5f1ff;
}
.saig-search-area-selected-header {
  padding: 8px 8px;
  border: 1px solid #004a73;
  border-left: 5px solid #004a73;
  background-color: #e5f1ff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #c00010;
}
.saig-search-areas-section {
  margin-top: 0px;
}
/* -------------
 * Universal
 * ------------- */
form.jqtransformdone label {
  margin-top: 4px;
  margin-right: 8px;
  display: block;
  float: left;
}
form.jqtransformdone div.rowElem {
  clear: both;
  padding: 4px 0px;
}
/* used to hide the original form elements */
.jqTransformHidden {
  display: none;
}
/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
  position: relative;
  float: left;
  width: 45px;
  height: 37px;
  background: url('/Images/jqTransform/select_sprite.png') no-repeat -4px -2px;
}
.jqTransformSelectWrapper div {
  /** Currently selected item */
}
.jqTransformSelectWrapper div span {
  position: absolute;
  float: none;
  overflow: hidden;
  height: 12px;
  padding: 9px;
  margin-left: 2px;
  margin-top: 1px;
  white-space: nowrap;
  line-height: 1.214;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
  position: absolute;
  display: block;
  width: 26px;
  height: 37px;
  right: -2px;
  background: url('/Images/jqTransform/select_sprite.png') no-repeat -1020px -2px;
}
.jqTransformSelectWrapper ul {
  position: absolute;
  display: none;
  width: 43px;
  height: 800px;
  top: 35px;
  left: 1px;
  overflow: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #FFF;
  border: solid 1px #CCC;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 1px 5px 0px #b0b1b2;
}
.jqTransformSelectWrapper ul a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #2a2a2a;
  background-color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.jqTransformSelectWrapper ul a.selected {
  background: #dcddde;
  color: #2a2a2a;
  font-weight: 400;
}
.jqTransformSelectWrapper ul a:hover {
  background: #dcddde;
  color: #2a2a2a;
  font-weight: 400;
}
.ModalButtons {
  position: absolute;
  width: 77%;
  bottom: 0;
  margin: 3% 11.5%;
}
.ModalButtons .ModalSaveButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  font-size: 1.4rem;
  border: 1px solid #cecece;
  position: relative;
  float: left;
}
.ModalButtons .ModalSaveButton:focus {
  outline: none;
}
.ModalButtons .ModalSaveButton:active {
  border: 1px solid #345c89;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.ModalButtons .ModalSaveButton:hover {
  border: 1px solid #345c89;
  box-shadow: none;
  background-color: #fff;
}
.ModalButtons .ModalSaveButton:disabled,
.ModalButtons .ModalSaveButton[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.ModalButtons .ModalSaveButton:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
  background-color: #fff;
}
.ModalButtons .ModalSaveButton.border-radius {
  border-radius: 5px;
}
.ModalButtons .ModalProcessButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #345c89;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  float: right;
}
.ModalButtons .ModalProcessButton:focus {
  outline: none;
}
.ModalButtons .ModalProcessButton:active {
  color: #ffffff;
  background-color: #004a73;
  border: 1px solid #004a73;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.ModalButtons .ModalProcessButton:hover {
  border: 1px solid #004a73;
  background-color: #004a73;
  color: #ffffff;
  box-shadow: none;
}
.ModalButtons .ModalProcessButton:focus-visible {
  color: #ffffff;
  background-color: #345c89;
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.ModalButtons .ModalProcessButton:disabled,
.ModalButtons .ModalProcessButton[disabled] {
  background-color: #345c89;
  border: 1px solid #345c89;
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
.ModalButtons .ModalCancelButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  font-size: 1.4rem;
  border: 1px solid #cecece;
  position: relative;
  float: right;
  /*display: none;*/
  margin: 0px 25px;
}
.ModalButtons .ModalCancelButton:focus {
  outline: none;
}
.ModalButtons .ModalCancelButton:active {
  border: 1px solid #345c89;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.ModalButtons .ModalCancelButton:hover {
  border: 1px solid #345c89;
  box-shadow: none;
  background-color: #fff;
}
.ModalButtons .ModalCancelButton:disabled,
.ModalButtons .ModalCancelButton[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.ModalButtons .ModalCancelButton:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
  background-color: #fff;
}
.ModalButtons .ModalCancelButton.border-radius {
  border-radius: 5px;
}
.ModalButtons .ActionMenuDropDown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  overflow: visible;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  font-size: 1.4rem;
  border: 1px solid #cecece;
  border: 1px solid #345c89 !important;
  border-radius: 3px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #345c89;
  cursor: pointer;
  height: 45px;
  min-width: 60px;
  position: relative;
  float: right;
  /*border-color: #000010;*/
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.ModalButtons .ActionMenuDropDown:focus {
  outline: none;
}
.ModalButtons .ActionMenuDropDown:active {
  border: 1px solid #345c89;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.ModalButtons .ActionMenuDropDown:hover {
  border: 1px solid #345c89;
  box-shadow: none;
  background-color: #fff;
}
.ModalButtons .ActionMenuDropDown:disabled,
.ModalButtons .ActionMenuDropDown[disabled] {
  opacity: 0.5;
  box-shadow: none;
}
.ModalButtons .ActionMenuDropDown:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
  background-color: #fff;
}
.ModalButtons .ActionMenuDropDown.border-radius {
  border-radius: 5px;
}
.ModalButtons .ActionMenuDropDown .height99 {
  height: 99%;
}
.ModalButtons .ActionMenuDropDown .height99 span {
  height: 13px;
}
.ModalButtons .ActionMenuDropDown .height99 div > ul {
  background-color: #345c89 !important;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
}
.ModalButtons .ActionMenuDropDown .height99 div > ul li > div {
  cursor: pointer;
}
.ModalButtons .ActionMenuDropDown li {
  border: 0px !important;
}
.ModalButtons .ActionMenuDropDown li .k-animation-container {
  top: -69px !important;
  left: -23px !important;
}
.ModalButtons .ActionMenuDropDown li .k-state-active {
  background-color: #345c89 !important;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
}
.ModalButtons .ActionMenuDropDown li .k-item:hover {
  background-color: #345c89 !important;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
}
.ModalButtons .ActionMenuDropDown li .k-content {
  background-color: initial;
}
.ModalButtons .ActionMenuDropDown span {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.ModalButtons .ActionMenuDropDown .actionItem {
  padding: 5px 5px 5px 5px;
  background-color: #345c89 !important;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
}
.WizardContentHeader {
  padding-bottom: 25px;
  text-align: center;
}
.Wizard {
  height: 100%;
}
.Wizard body {
  height: 100%;
  background: none;
  background-color: #ffffff;
  filter: none;
}
.Wizard #applicationHost {
  height: 100%;
}
.Wizard .durandal-wrapper {
  height: 100%;
}
.Wizard .PageLevelError {
  width: 84%;
  margin-left: 11%;
}
.Wizard .PageLevelError .ErrorMessages .ErrorMessage {
  padding-bottom: 0;
}
.WizardSuccessMessage {
  width: 84%;
  margin-left: 11%;
}
.WizardSuccessMessage .SuccessIcon {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -44px -24px;
  float: left;
  margin-right: 7px;
}
.WizardSuccessMessage .SuccessMessage {
  color: #008000;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
  float: left;
}
.WizardContent {
  width: 84%;
  height: 60%;
  margin: 5px 8%;
  float: left;
}
.WizardStep {
  min-width: 780px;
}
.WizardStep .FormList {
  float: left;
  width: 100%;
}
.WizardStep .FormList .SectionLabel {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 5px;
}
.WizardStep .Instruction {
  margin-bottom: 60px;
}
.WizardStepsBar {
  float: left;
  height: 25px;
  cursor: pointer;
  background-image: -moz-linear-gradient(top, #595e67, #404349);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595e67), to(#404349));
  background-image: -webkit-linear-gradient(top, #595e67, #404349);
  background-image: linear-gradient(to bottom, #595e67, #404349);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595e67', endColorstr='#ff404349', GradientType=0);
  width: 94%;
  min-width: 780px;
  height: 35px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  margin: 30px 3%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 4px 0px 0px 4px;
}
.lt-ie8 .WizardStepsBar {
  float: none;
}
.WizardStepsBar li {
  float: left;
  height: 25px;
  cursor: pointer;
}
.WizardStepsBar li a.WizardStepLabel {
  display: block;
  float: left;
  padding-left: 16px;
  padding-left: 1.6rem;
  padding-right: 16px;
  padding-right: 1.6rem;
  font-size: 10px;
  font-size: 1rem;
  color: #c8c8c8;
  text-transform: uppercase;
  text-decoration: none;
}
.WizardStepsBar li a.WizardStepLabel:hover {
  color: #fff;
}
.WizardStepsBar li.disabled {
  cursor: not-allowed;
}
.WizardStepsBar li.disabled a:hover {
  color: #c8c8c8;
}
.WizardStepsBar li.active a {
  color: #fff;
}
.L4Menu {
  float: left;
  background-image: -moz-linear-gradient(top, #595e67, #404349);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595e67), to(#404349));
  background-image: -webkit-linear-gradient(top, #595e67, #404349);
  background-image: linear-gradient(to bottom, #595e67, #404349);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595e67', endColorstr='#ff404349', GradientType=0);
  width: 94%;
  min-width: 780px;
  height: 35px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  margin: 30px 3%;
}
.L4Menu li {
  float: left;
  padding-left: 30px;
  padding-left: 3rem;
  height: 25px;
  min-width: 120px;
  cursor: pointer;
}
.L4Menu li a {
  display: block;
  float: left;
  padding-top: 10px;
  padding-top: 1rem;
  padding-left: 7px;
  padding-left: 0.7rem;
  font-size: 10px;
  font-size: 1rem;
  color: #c8c8c8;
  text-transform: uppercase;
  text-decoration: none;
}
.L4Menu li a:hover {
  color: #fff;
}
.L4Menu li.disabled {
  cursor: not-allowed;
}
.L4Menu li.disabled a:hover {
  color: #c8c8c8;
}
.L4Menu li.active a {
  color: #fff;
}
.WizardStepActive1,
.WizardStepInactive1,
.WizardStepActive2,
.WizardStepActive3,
.WizardStepActive4,
.WizardStepActive5,
.WizardStepActive6,
.WizardStepActive7,
.WizardStepInactive2,
.WizardStepInactive3,
.WizardStepInactive4,
.WizardStepInactive5,
.WizardStepInactive6,
.WizardStepInactive7 {
  width: 46px;
  height: 46px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -2px -201px;
  position: relative;
  float: left;
  top: -15px;
}
.WizardStepInactive1,
.WizardStepInactive2,
.WizardStepInactive3,
.WizardStepInactive4,
.WizardStepInactive5,
.WizardStepInactive6,
.WizardStepInactive7 {
  width: 46px;
  height: 46px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -2px -211px;
}
.WizardStepActive2 {
  width: 46px;
  height: 46px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -52px -201px;
}
.WizardStepInactive2 {
  width: 46px;
  height: 46px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -52px -211px;
}
.WizardStepActive3 {
  width: 46px;
  height: 46px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -102px -201px;
}
.WizardStepInactive3 {
  width: 46px;
  height: 46px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -102px -211px;
}
.WizardStepActive4 {
  width: 46px;
  height: 46px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -152px -201px;
}
.WizardStepInactive4 {
  width: 46px;
  height: 46px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -152px -211px;
}
.WizardStepActive5 {
  width: 46px;
  height: 46px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -202px -201px;
}
.WizardStepInactive5 {
  width: 46px;
  height: 46px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -202px -211px;
}
.WizardStepActive6 {
  width: 46px;
  height: 46px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -252px -201px;
}
.WizardStepInactive6 {
  width: 46px;
  height: 46px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -252px -211px;
}
.WizardStepActive7 {
  width: 46px;
  height: 46px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -302px -201px;
}
.WizardStepInactive7 {
  width: 46px;
  height: 46px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -302px -211px;
}
.CurrentStepArrow {
  width: 42px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -89px -61px;
  clear: left;
  position: relative;
  top: -25px;
  left: 3px;
}
.WizardHeader {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.WizardHeader > div > a {
  display: block;
}
.WizardHeader .WizardStepsBar {
  margin-bottom: 0px;
}
.WizardStepsBarLeft {
  position: absolute;
  top: 41%;
  left: 1%;
}
.WizardStepsBarRight {
  position: absolute;
  top: 41%;
  right: 1%;
}
.WizardNavLeft {
  float: left;
  cursor: pointer;
  width: 60px;
  height: 90px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -301px -109px;
}
.WizardNavLeft:hover {
  width: 60px;
  height: 90px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -369px -109px;
}
.WizardNavLeftDisabled {
  float: left;
  width: 60px;
  height: 90px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -95px -87px;
}
.WizardNavRight {
  float: left;
  cursor: pointer;
  width: 65px;
  height: 90px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -163px -109px;
}
.WizardNavRight:hover {
  width: 65px;
  height: 90px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -231px -109px;
}
.WizardNavRightDisabled {
  float: left;
  width: 65px;
  height: 90px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -166px -87px;
}
.messageBox {
  /*.modal-header {
		padding: 1em;
		background-color: lightgray;
	}*/
  /*.modal-footer {
		padding: 1em;
		text-align: right;
		.btn {
			.saig-NonDominantButtonTall();
			&.btn-primary {
				.saig-PrimaryButtonTall();
				float:right;
			}
		}
	}*/
}
.messageBox .modal-body {
  margin: 10px;
  margin: 1rem;
}
.messageBox .modal-body p {
  margin-top: 95px;
  margin-bottom: 65px;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: #595e67;
  margin-top: 25px;
  margin-top: 2.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.L4Menu {
  float: none;
  width: 90%;
  margin: 20px auto;
}
.L4Menu li a {
  padding-right: 15px;
}
.HalfWidth {
  float: left;
  width: 40%;
  margin: 0 4%;
}
.WholeWidth {
  float: left;
  width: 94%;
  margin: 0 4%;
}
.PageContent {
  height: 100%;
  overflow-y: auto;
}
.Pager {
  width: 100%;
  position: relative;
}
.Pager .PagerNavLeft,
.Pager .PagerNavLeftDisabled {
  position: absolute;
  left: 10px;
  top: 150px;
}
.Pager .PagerNavLeft {
  cursor: pointer;
  width: 40px;
  height: 52px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -79px -143px;
}
.Pager .PagerNavLeftDisabled {
  width: 40px;
  height: 52px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -40px -122px;
}
.Pager .PagerNavRight,
.Pager .PagerNavRightDisabled {
  position: absolute;
  right: 10px;
  top: 150px;
}
.Pager .PagerNavRight {
  cursor: pointer;
  width: 40px;
  height: 51px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -1px -143px;
}
.Pager .PagerNavRightDisabled {
  width: 40px;
  height: 54px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -1px -122px;
}
.Pager .PageListContainer {
  position: relative;
  width: 100%;
  text-align: center;
  clear: both;
}
.Pager .PageListContainer .PageList {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 10px auto;
}
.lt-ie8 .Pager .PageListContainer .PageList {
  zoom: 1;
  *display: inline;
}
.Pager .PageListContainer .PageList .PagerIndicator {
  float: left;
  width: 20px;
  height: 20px;
  margin: 10px;
  background-color: lightgrey;
  border-radius: 10px;
  cursor: pointer;
}
.Pager .PageListContainer .PageList .PagerIndicator.PagerIndicatorSelected {
  background-color: darkgrey;
}
.Pager .PageContainer {
  height: 350px;
  margin: 25px 50px;
  overflow: hidden;
  position: relative;
}
.Pager .PageContainer > div {
  position: absolute;
  top: 35px;
  left: 4%;
  width: 92%;
}
.Pager .PageContainer > div .PagerItemRow {
  min-height: 160px;
  position: relative;
  text-align: center;
  width: 100%;
}
.Pager .PageContainer > div .PagerItemRow .PagerItem {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 10px auto;
}
.Pager .PageContainer > div.LeftPage {
  left: -114%;
}
.Pager .PageContainer > div.RightPage {
  left: 114%;
}
/*IE ONLY FIXES*/
.lt-ie9 .WizardStepsBar .L4Menu li a {
  font-size: 10px;
  font-size: 1rem;
  padding-top: 13px;
}
.lt-ie9 .L4Menu li a {
  font-size: 10px;
  font-size: 1rem;
  padding-top: 13px;
}
.lt-ie9 .ModalButtons {
  position: relative;
  bottom: 0;
  margin: 3% 11.5%;
  display: inline;
}
.lt-ie9 .ModalButtons .ModalSaveButton {
  /*.saig-SecondaryButtonTall();            
            float:none;*/
  min-width: 95px;
}
.lt-ie9 .ModalButtons .ModalProcessButton {
  /*.saig-PrimaryButtonTall();   
            float:none;*/
  min-width: 95px;
}
.lt-ie9 .ModalButtons .ModalProcessButton:disabled {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-weight: 400;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  box-shadow: none;
  text-transform: none;
}
.lt-ie9 .ModalButtons .ModalProcessButton:disabled:focus {
  outline: none;
}
.lt-ie9 .ModalButtons .ModalProcessButton:disabled:hover,
.lt-ie9 .ModalButtons .ModalProcessButton:disabled:active {
  text-decoration: underline;
  color: #004a73;
}
.lt-ie9 .ModalButtons .ModalProcessButton:disabled:focus {
  text-decoration: underline;
}
.lt-ie8 {
  /*nav arrows on the wizard*/
}
.lt-ie8 .WizardContent {
  float: none;
}
.lt-ie8 .WizardContentHeader {
  margin-top: 35px;
}
.form-group .input-group .saig-single-select-box {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  background-color: #E1EAFE;
  border-color: var(--border-secondary-color);
}
.lt-ie8 .form-group .input-group .saig-single-select-box {
  width: 85%;
}
.form-group .input-group .saig-select-link-button {
  padding-left: 5px;
  padding-left: 0.5rem;
}
.lt-ie8 .form-group .input-group .saig-select-link-button {
  padding-left: 5px;
  width: auto;
  vertical-align: middle;
  line-height: 14px;
}
.lt-ie8 .form-group .input-group input[type="text"],
.lt-ie8 .form-group .input-group select,
.lt-ie8 .form-group .input-group textarea {
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  width: 85%;
}
.form-group .saig-group-control {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin: 0px 4px;
}
.form-group .saig-group-control-nomargin {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.form-group .saig-group-control-label {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2a2a2a;
}
.lt-ie8 .form-group .saig-static {
  vertical-align: middle;
  display: inline;
  zoom: 1;
}
.saig-control-container {
  margin: 0 0 0 2px;
}
.lt-ie8 #__fieldcontainer {
  width: 100%;
}
.lt-ie8 .__clientcontrol {
  width: 100%;
}
#overDiv {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  padding: 10px;
  padding: 1rem;
  min-width: 200px;
  min-height: 70px;
}
#overDiv iframe {
  display: none;
}
#overDiv font {
  font-size: 13px;
  font-size: 1.3rem;
}
.lt-ie8 .grid {
  width: 100%;
}
.navbar.page-content-nav.saig-grid-header-bar {
  margin-bottom: 0;
}
.lt-ie8 .navbar.page-content-nav.saig-grid-header-bar {
  height: 35px;
  position: static;
  z-index: 1100;
}
.saig-grid {
  border-collapse: separate;
}
.saig-grid .saig-control-container .input-group-btn {
  width: auto;
}
.lt-ie9 .saig-grid {
  border-collapse: collapse;
}
.saig-grid .saig-icon-chain-link {
  margin-left: 0;
}
.saig-grid-header-menu {
  left: auto;
  margin-top: -3px;
}
.saig-grid-header-menu li a.menu-line {
  background-image: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2a2a2a;
  text-transform: none;
}
.saig-grid-header-menu li a.menu-line:hover {
  background-image: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: none;
}
.saig-pager-container {
  padding-top: 1px;
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
}
.lt-ie8 .saig-pager-container {
  width: auto;
}
.saig-pager {
  border: 0px;
  width: 100%;
  overflow: hidden;
  background: none;
  vertical-align: middle;
  margin-bottom: 5px;
  padding-top: 2px;
}
.saig-pager-sizes,
.saig-pager-info,
.saig-pager-nav,
.saig-pager-size-sel {
  /*font-size : 1.4rem;
    font-family: Arial,Helvetica,sans-serif;
    color: @baseFontColor;
    margin-top:0px;*/
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-pager-sizes span,
.saig-pager-info span,
.saig-pager-nav span,
.saig-pager-size-sel span {
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-pager-sizes {
  float: left;
  line-height: 28px;
  vertical-align: middle;
}
.saig-pager-sizes > * {
  margin-right: 14px;
  margin-right: 1.4rem;
}
.saig-pager-sizes select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 26px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.saig-pager-sizes .k-dropdown {
  width: 50px;
  width: 5rem;
  display: inline-block;
}
.saig-pager-sizes .k-dropdown-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*#BoxShadow > .UI();*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 28px;
  height: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  border: 1px solid #ccc;
  background-color: #ffffff;
  padding-left: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.saig-pager-sizes .k-dropdown-wrap .k-select {
  line-height: 25px;
  line-height: 2.5rem;
}
.lt-ie8 .saig-pager-sizes .k-dropdown-wrap .k-input {
  padding-top: 1px;
  padding-left: 2px;
}
.lt-ie8 .saig-pager-sizes .k-dropdown-wrap .k-select .k-icon {
  padding-top: 18px;
}
.saig-pager-sizes .k-dropdown-wrap:focus,
.saig-pager-sizes .k-dropdown-wrap:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 125, 172, 0.6);
  border-color: #387dac;
}
.saig-pager-sizes .k-icon {
  font-size: 0px;
}
.saig-pager-info {
  float: left;
  margin-left: 12px;
  margin-left: 1.2rem;
  line-height: 30px;
  vertical-align: middle;
  /*	.lt-ie9 & {
		padding-top: 10px;
	}*/
}
.saig-pager-nav {
  float: right;
  border: 0px;
  margin: 0px 3px;
  padding: 0px;
}
.saig-pager-nav > a {
  padding-right: 1px;
}
.saig-pager-nav-select {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 5px;
  padding-right: 2px;
  vertical-align: top;
  margin-top: 0px;
}
.saig-pager-nav-select input#NavSelect {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.saig-pager-nav-select > * {
  margin-right: 6px;
  margin-right: 0.6rem;
  line-height: 28px;
  vertical-align: top;
}
.lt-ie8 .saig-pager-nav-select > * {
  vertical-align: middle;
}
.saig-pager-nav-select input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*#BoxShadow > .UI();*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 28px;
  height: 2.8rem;
  width: 34px;
  width: 3.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-size: inherit !important;
  border: 1px solid #ccc;
  text-align: center;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.saig-pager-nav-select input[type="text"]:focus,
.saig-pager-nav-select input[type="text"]:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 125, 172, 0.6);
  border-color: #387dac;
}
.lt-ie8 .saig-pager-nav-select input[type="text"] {
  line-height: 28px;
  line-height: 2.8rem;
}
.saig-pager-top {
  border-top: none;
  width: 100%;
}
.saig-pager-bottom {
  padding-top: 10px;
  padding-bottom: 49px;
  width: 100%;
}
.saig-pager-nav-refresh {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -574px -60px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 2px 6px;
}
.saig-pager-nav-refresh:hover {
  width: 20px;
  height: 20px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -409px 0px;
  cursor: pointer;
}
.lt-ie8 .saig-pager-nav-refresh {
  margin-top: 6px;
}
.saig-pager-nav-first {
  width: 20px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -395px -59px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 2px;
}
.saig-pager-nav-first:hover {
  width: 20px;
  height: 22px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -70px 0px;
  cursor: pointer;
}
.saig-pager-nav-first.disabled {
  width: 20px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -290px -59px;
  cursor: default;
}
.lt-ie8 .saig-pager-nav-first {
  margin-top: 6px;
}
.saig-pager-nav-prev {
  width: 20px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -420px -59px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 2px;
}
.saig-pager-nav-prev:hover {
  width: 20px;
  height: 22px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -96px 0px;
  cursor: pointer;
}
.saig-pager-nav-prev.disabled {
  width: 20px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -315px -59px;
  cursor: default;
}
.lt-ie8 .saig-pager-nav-prev {
  margin-top: 6px;
}
.saig-pager-nav-last {
  width: 20px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -472px -59px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 2px;
}
.saig-pager-nav-last:hover {
  width: 20px;
  height: 22px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -147px 0px;
  cursor: pointer;
}
.saig-pager-nav-last.disabled {
  width: 20px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -367px -59px;
  cursor: default;
}
.lt-ie8 .saig-pager-nav-last {
  margin-top: 6px;
}
.saig-pager-nav-next {
  width: 20px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -446px -59px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 2px;
}
.saig-pager-nav-next:hover {
  width: 20px;
  height: 22px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -122px 0px;
  cursor: pointer;
}
.saig-pager-nav-next.disabled {
  width: 20px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -341px -59px;
  cursor: default;
}
.lt-ie8 .saig-pager-nav-next {
  margin-top: 6px;
}
.saig-grid-sort-header-place {
  position: static;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 12px;
  height: 16px;
  vertical-align: middle;
  padding-left: 8px;
  margin: 0 4px;
}
.saig-grid-sort-header-arrows {
  position: static;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding-left: 8px;
  margin: 0 4px;
  background-position: 0 0;
  width: 12px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -199px -22px;
}
.saig-pager-total-text {
  padding-left: 30px;
}
.lt-ie8 #filters {
  width: 99.5%;
}
.saig-savedFilter-selection {
  width: 320px;
  vertical-align: middle;
}
.FilterContentHeader {
  text-align: center;
  margin-bottom: 55px;
}
.FilterDisplayName {
  font-weight: 700;
}
.SelectedFiltersLabel {
  margin-bottom: 8px;
}
.lt-ie10 #advfilter .k-combobox .k-select {
  margin-top: 2px;
}
.lt-ie8 #advfilter .k-dropdown .k-select {
  margin-top: -10px;
}
.saig-grid-row-no-data {
  font-family: Arial, Helvetica, Verdana;
  font-size: 8pt;
  text-align: center;
  width: 100%;
  height: 20px;
  padding-top: 7px;
}
.saig-grid-sort-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cfd3d5;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.saig-filter-container {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-left: 13px;
  padding-left: 1.3rem;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
  padding-right: 18px;
  padding-right: 1.8rem;
  border: 1px solid #c8c8c8;
  border-left: 5px solid #345c89;
  background-color: #ffffff;
  text-align: left;
}
.lt-ie8 .saig-filter-container {
  position: relative;
  width: 98%;
  z-index: 800;
}
.saig-filter-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #c00010;
}
.saig-filter-error-block {
  display: none;
  margin-left: 25px;
}
.saig-filter-error-block .saig-filter-error-icon {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -64px -24px;
  float: left;
  margin-right: 7px;
  margin-right: 0.7rem;
}
.saig-filter-error-block .saig-filter-error-messages {
  text-align: left;
  margin-top: 7px;
  margin-top: 0.7rem;
  margin-left: 10px;
}
.saig-filter-error-block .saig-filter-error-messages .saig-filter-error-message {
  color: #c00010;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.saig-error-block-divider {
  border-top: 6px solid red;
}
/*.saig-filter-error-block {
    clear: both;
    height: 100px;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
}*/
.saig-filter-error-items {
  text-align: center;
  white-space: pre-line;
}
.saig-filter-block {
  height: auto;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 5px;
  padding-right: 8px;
  padding-left: 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-filter-name {
  /*    margin-left: 8px;
    margin-right: 8px;*/
  font-weight: bold;
}
.saig-filter-items {
  line-height: 45px;
  padding-top: 4px;
}
.saig-filter-item {
  background: -moz-linear-gradient(top, #eeeeee 82%, #dcddde 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, #eeeeee), color-stop(100%, #dcddde));
  background: -webkit-linear-gradient(top, #eeeeee 82%, #dcddde 100%);
  background: -ms-linear-gradient(top, #eeeeee 82%, #dcddde 100%);
  background: linear-gradient(to bottom, #eeeeee 82%, #dcddde 100%) no-repeat scroll 0 0%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 1px solid #c8c8c8;
  padding: 8px 10px;
  margin: 0px 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  vertical-align: middle;
}
.saig-filter-item span:first-child {
  margin-right: 5px;
}
.lt-ie10 .saig-filter-item {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdcddde', GradientType=0);
  background-color: #eeeeee;
}
.saig-filter-item .saig-icon-delete-small {
  line-height: 12px;
  line-height: 1.2rem;
  vertical-align: middle;
  margin-top: -2px;
}
.saig-filter-items .saig-icon-delete {
  line-height: 20px;
  line-height: 2rem;
  vertical-align: middle;
}
.saig-filter-modal-divider {
  position: relative;
  text-align: center;
  max-width: 320px;
}
.saig-filter-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #eee;
  top: 7px;
  z-index: 1;
}
.saig-filter-or-display {
  position: relative;
  background: white;
  z-index: 2;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.saig-filter-alt-text {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.saig-filter-modal-buttons {
  width: 77%;
  bottom: 0;
  margin: 3% 11.5%;
  padding-bottom: 30px;
}
.saig-grid-collapse-expand {
  border-width: 0px;
  height: 14px;
  margin: 10px;
  float: left;
}
@media (min-width: 992px) {
  .col-md-5.saig-filter-col-md-5 {
    width: 44%;
  }
}
/**
* Legacy
**/
.FilterbarExplorer {
  font-weight: 400;
  font-size: 9pt;
  color: black;
  background-color: #DADADA;
}
.FilterbarFreeStanding {
  font-weight: 700;
  font-size: 9pt;
  color: gray;
  background-color: #FFFFFF;
}
.ListTableLabelSection {
  background-color: #E8E8E8;
  margin-top: 5px;
}
.ListTableFilterSection {
  background-color: #E8E8E8;
}
.ListTable {
  border: 0;
}
.ListTable td {
  border-bottom: solid 1px #eeeeee;
}
.ListTable tbody {
  border-bottom: 1px solid #c8c8c8;
}
/*.ListTableRowHeader, .ListTableRowHeaderNoSpace, .ListTableRowHeaderLeft, .ListTableRowHeaderLeftNoSpace, .ListTableRowHeaderRight
{
    background-repeat: repeat-x !important;
    font-weight: 700;
    font-size: 8pt;    
    padding-left: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    height:30px;
    
}*/
.ListTableRowHeaderNoSpace,
.ListTableRowHeaderLeftNoSpace {
  padding-left: 0px;
}
/*.ListTableRowHeaderLeft, .ListTableRowHeaderLeftNoSpace
{
    border-left: 0;
    border-right: solid 1px #CCCCCC;    
}
.ListTableRowHeaderRight
{
    border-left: solid 1px #EEEEEE;
    border-right: 0;
}*/
.saig-table-striped tr.even td {
  background-color: #edf3f4;
}
.saig-table-striped tr.odd td {
  background-color: #ffffff;
}
.ListTableRowLight {
  background-color: #ffffff;
  /*&:hover {
        .box-sizing(border-box);
        background-color: @gridRowHoverColor;

        td {
            background-color: @gridRowHoverColor;
            border-left: 1px solid @gridRowHoverColor;
            border-right: 1px solid @gridRowHoverColor;
        }
    }*/
}
.ListTableRowLight td {
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  /*&:hover {
            background-color: @gridRowHoverColor;
        }*/
}
.ListTableRowLight td.saig-grid-sort-column {
  background-color: #f0f4f5 !important;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.ListTableRowLight td.saig-grid-sort-alt-column {
  background-color: #dfe9ea !important;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.ListTableRowDark {
  background-color: #edf3f4;
  /*&:hover {
        .box-sizing(border-box);
        background-color: @gridRowHoverColor;

        td {
            background-color: @gridRowHoverColor;
            border-left: 1px solid @gridRowHoverColor;
            border-right: 1px solid @gridRowHoverColor;
        }
    }*/
}
.ListTableRowDark td {
  background-color: #edf3f4;
  border-left: 1px solid #edf3f4;
  border-right: 1px solid #edf3f4;
  /*&:hover {
            background-color: @gridRowHoverColor;
        }*/
}
.ListTableRowDark td.saig-grid-sort-column {
  background-color: #f0f4f5 !important;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.ListTableRowDark td.saig-grid-sort-alt-column {
  background-color: #dfe9ea !important;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.ListTableRowHighLight,
.ListTableRowSelect {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.ListTableRowHighLight td,
.ListTableRowSelect td {
  background-color: #f8f8f8;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  font-size: 12px;
  font-size: 1.2rem;
}
.ListTableRowHighLight td div,
.ListTableRowSelect td div,
.ListTableRowHighLight td span,
.ListTableRowSelect td span {
  font-size: 12px;
  font-size: 1.2rem;
}
.ListTableRowHighLight td div.k-i-arrow-s,
.ListTableRowSelect td div.k-i-arrow-s,
.ListTableRowHighLight td span.k-i-arrow-s,
.ListTableRowSelect td span.k-i-arrow-s {
  font-size: 0px;
}
.ListTableRowSelect td {
  padding-left: 2px;
}
.ListTableCell,
.ListTableCellLeft,
.ListTableCellRight {
  height: 33px;
  padding-left: 9px;
  font-size: 12px;
  font-size: 1.2rem;
}
.ListTableCell div,
.ListTableCellLeft div,
.ListTableCellRight div,
.ListTableCell span,
.ListTableCellLeft span,
.ListTableCellRight span {
  font-size: 12px;
  font-size: 1.2rem;
}
.ListTableCell div.k-i-arrow-s,
.ListTableCellLeft div.k-i-arrow-s,
.ListTableCellRight div.k-i-arrow-s,
.ListTableCell span.k-i-arrow-s,
.ListTableCellLeft span.k-i-arrow-s,
.ListTableCellRight span.k-i-arrow-s {
  font-size: 0px;
}
.ListTableCellDrag {
  background-color: Fuchsia;
  border-top: solid 10px #000000;
  border-bottom: solid 1px #DDDDDD;
}
.ListTablePager {
  font-weight: 700;
  font-size: 9pt;
  color: #656565;
  background-image: url(/Images/GradientGen.aspx?width=1&height=30&TopColorHeight=0&Format=4&StartColorCode=%23CCCCCC);
  border-top: solid 1px #c8c8c8;
  height: 30px;
}
.ListTablePagerLink {
  font-weight: 700;
  font-size: 8pt;
  color: #656565;
}
.ListTableJumpPage {
  font-weight: 700;
  font-size: 8pt;
  color: #656565;
  padding: 0px 2px;
}
.ListTableCurrentPage {
  font-weight: 700;
  font-size: 8pt;
  color: #656565;
  text-decoration: none;
  padding: 0px 2px;
}
.ListTableFooter {
  background-color: white;
  font-weight: 700;
  font-size: 9pt;
  color: white;
}
.ListTableLink {
  background-color: white;
  font-weight: 400;
  font-size: 9pt;
  color: black;
}
.ListTableActionBar {
  background-color: #345c89;
  font-weight: 700;
  font-size: 9pt;
  color: white;
}
.ListTableRowHeader,
.ListTableRowHeaderNoSpace,
.ListTableRowHeaderLeft,
.ListTableRowHeaderLeftNoSpace,
.ListTableRowHeaderRight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2a2a2a !important;
  background-color: #dcddde;
  border: 1px solid #dcddde;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  padding-left: 9px;
  padding-top: 4px;
  padding-bottom: 1px;
  height: 40px;
  vertical-align: baseline;
}
.ListTableRowHeader:hover,
.ListTableRowHeaderNoSpace:hover,
.ListTableRowHeaderLeft:hover,
.ListTableRowHeaderLeftNoSpace:hover,
.ListTableRowHeaderRight:hover {
  background-color: #cfd3d5;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  cursor: pointer;
}
.saig-grid-row-middle .ListTableRowHeader,
.saig-grid-row-middle .ListTableRowHeaderNoSpace,
.saig-grid-row-middle .ListTableRowHeaderLeft,
.saig-grid-row-middle .ListTableRowHeaderLeftNoSpace,
.saig-grid-row-middle .ListTableRowHeaderRight {
  vertical-align: middle;
}
.ListTableRowHeader a,
.ListTableRowHeaderNoSpace a,
.ListTableRowHeaderLeft a,
.ListTableRowHeaderLeftNoSpace a,
.ListTableRowHeaderRight a,
.ListTableRowHeader input[type=image],
.ListTableRowHeaderNoSpace input[type="image"],
.ListTableRowHeaderLeft input[type="image"],
.ListTableRowHeaderLeftNoSpace input[type="image"],
.ListTableRowHeaderRight input[type="image"] {
  color: #2a2a2a !important;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer !important;
}
.saig-GridHeaderHover {
  background-color: #cfd3d5;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  cursor: pointer;
}
.ListTableRowHeaderRight.saig-GridHeaderHover {
  background-color: #cfd3d5;
  border-left: 2px solid #fff;
  cursor: pointer;
}
.ListTableRowHeaderLeft.saig-GridHeaderHover {
  background-color: #cfd3d5;
  border-right: 2px solid #fff;
  cursor: pointer;
}
.saig-grid-wrapper {
  position: relative;
  width: 100%;
  overflow: inherit;
  zoom: 1;
}
.lt-ie8 .saig-grid-wrapper {
  overflow-y: auto;
}
.saig-grid-frame {
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: block;
}
.lt-ie8 .saig-grid-frame {
  margin-top: 5px;
  margin-bottom: 5px;
}
[id*=FormHandler_] .saig-grid-frame {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lt-ie8 [id*=FormHandler_] .saig-grid-frame {
  margin-top: 5px;
  margin-bottom: 5px;
}
.saig-search-results .saig-grid-frame {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lt-ie8 .saig-search-results .saig-grid-frame {
  margin-top: 5px;
  margin-bottom: 5px;
}
.lt-ie9 .saig-grid-frame {
  border: 2px solid #c8c8c8;
}
.saig-grid-frame .saig-grid-header-bar {
  padding: 5px;
  border-bottom: 1px solid #c8c8c8;
}
.saig-grid-frame label {
  font-size: 12px;
}
.saig-grid-frame .saig-grid-filters .k-dropdown-wrap {
  height: 30px;
  padding: 2px 2px;
  font-size: 12px;
}
.saig-grid-frame span.k-dropdown-wrap.k-state-default.k-state-hover {
  background-color: white;
}
.saig-grid-frame .form-group input[type="text"] {
  height: 30px;
  font-size: 12px;
  margin-top: 0px;
  margin-left: 2px;
}
.lt-ie8 .saig-grid-frame .form-group input[type="text"] {
  height: 16px;
}
.saig-grid-frame .saig-grid-filters {
  padding-top: 5px;
  padding-top: 0.5rem;
  padding-left: 11px;
  padding-left: 1.1rem;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  padding-right: 14px;
  padding-right: 1.4rem;
  margin-bottom: 0px;
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
.saig-grid-frame .saig-grid-filters.active {
  border-left: 5px solid #345c89;
}
.saig-grid-frame .saig-grid-filters .k-dropdown {
  min-width: 14em;
  width: auto;
}
.saig-grid-frame .saig-grid-filters .k-dropdown-wrap .k-input {
  margin-right: 25px;
}
.saig-grid-frame .saig-grid-filter-control {
  margin: 4px;
  vertical-align: middle;
}
.lt-ie8 .saig-grid-frame input[type="text"].saig-grid-filter-control {
  line-height: 10px;
}
.saig-grid-frame .saig-grid-filter-control-first {
  margin: 0px;
  vertical-align: middle;
  line-height: 32px;
}
.saig-grid-frame .saig-navbar-text,
.saig-grid-frame .saig-grid-title {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 8px 6px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2a2a2a;
  font-weight: 700;
  float: left;
  line-height: 20px;
}
.lt-ie8 .saig-search-results .custom-data-area {
  height: 0px;
}
.saig-filter-search-button {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -498px -180px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
}
.saig-filter-search-button:hover {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -523px -180px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
}
.saig-icon-filter-clear-button {
  width: 21px;
  height: 21px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -810px -270px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
  margin-top: 0px;
  vertical-align: middle;
}
.saig-icon-filter-clear-button:hover {
  width: 21px;
  height: 21px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -835px -270px;
  cursor: pointer;
}
.saig-filter-advanced-button {
  width: 22px;
  height: 22px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -924px -214px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: -1px;
  margin-right: 2px;
  cursor: pointer;
}
.saig-filter-advanced-button:hover {
  width: 22px;
  height: 22px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -119px -109px;
}
.clsCollapseBtn {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  color: #345c89;
  font-size: 22px;
  font-size: 2.2rem;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-left: 10px;
  margin-left: 1rem;
  margin-right: 10px;
  margin-right: 1rem;
  vertical-align: middle;
  line-height: 10px;
  line-height: 1rem;
  zoom: 1;
  *display: inline;
  cursor: pointer;
}
.clsCollapseBtn:active {
  border: 1px solid #345c89;
  background-color: #fff;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.clsCollapseBtn:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
}
.clsCollapseBtn:hover {
  border: 1px solid #345c89;
  background-color: #fff;
  box-shadow: none;
}
.clsCollapseBtn:hover .saig-icon-go {
  opacity: 1.0;
}
.clsCollapseBtn:disabled,
.clsCollapseBtn[disabled] {
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
.clsCollapseBtn .saig-icon-go {
  width: 12px;
  height: 10px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -44px -65px;
  display: inline-block;
  opacity: 0.8;
  vertical-align: top;
  position: relative;
  top: 10px;
  left: 9px;
}
#filterGo.saig-grid-filter-control.saig-filter-go-button {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  color: #345c89;
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  height: 28px;
  width: 28px;
  line-height: 28px;
  box-sizing: content-box;
}
#filterGo.saig-grid-filter-control.saig-filter-go-button:active {
  border: 1px solid #345c89;
  background-color: #fff;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
#filterGo.saig-grid-filter-control.saig-filter-go-button:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
}
#filterGo.saig-grid-filter-control.saig-filter-go-button:hover {
  border: 1px solid #345c89;
  background-color: #fff;
  box-shadow: none;
}
#filterGo.saig-grid-filter-control.saig-filter-go-button:hover .saig-icon-go {
  opacity: 1.0;
}
#filterGo.saig-grid-filter-control.saig-filter-go-button:disabled,
#filterGo.saig-grid-filter-control.saig-filter-go-button[disabled] {
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
#filterGo.saig-grid-filter-control.saig-filter-go-button .saig-icon-go {
  width: 12px;
  height: 10px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -44px -65px;
  display: inline-block;
  opacity: 0.8;
  vertical-align: top;
  position: relative;
  top: 10px;
  left: 9px;
}
.saig-filter-go-button {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  color: #345c89;
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 28px;
}
.saig-filter-go-button:active {
  border: 1px solid #345c89;
  background-color: #fff;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.saig-filter-go-button:focus-visible {
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity) !important;
}
.saig-filter-go-button:hover {
  border: 1px solid #345c89;
  background-color: #fff;
  box-shadow: none;
}
.saig-filter-go-button:hover .saig-icon-go {
  opacity: 1.0;
}
.saig-filter-go-button:disabled,
.saig-filter-go-button[disabled] {
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
.saig-filter-go-button .saig-icon-go {
  width: 12px;
  height: 10px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -44px -65px;
  display: inline-block;
  opacity: 0.8;
  vertical-align: top;
  position: relative;
  top: 10px;
  left: 9px;
}
.saig-datagrid {
  border: solid 1px #c0c0c0;
}
.saig-datagrid .ListTableCell {
  border: none;
}
.saig-datagrid .ListTableCellRight {
  border-right: solid 1px #c0c0c0;
}
.saig-datagrid .ListTableCellLeft {
  border-left: solid 1px #c0c0c0;
}
.saig-datagrid .ListTableRowSelect td {
  padding-left: 9px;
}
.saig-datagrid .form-group {
  padding: 5px;
  margin-bottom: 0;
}
.saig-datagrid .saig-datagrid-header td {
  padding: 9px;
  padding-right: 0px;
  text-transform: uppercase;
  background-color: #dcddde;
}
.saig-datagrid .saig-datagrid-footer {
  border: none;
}
.saig-datagrid .saig-datagrid-footer td {
  border: none;
}
/* inline dropdown lists with InlineEdit class */
.saig-grid-inline .k-dropdown.InlineEdit.legacy-inline-dropdown-control {
  height: 27px;
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-grid-inline .k-dropdown.InlineEdit.legacy-inline-dropdown-control .k-dropdown-wrap {
  height: 27px;
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-grid-inline .k-dropdown.InlineEdit.legacy-inline-dropdown-control .k-dropdown-wrap .k-input {
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-grid-inline .ListTableRowSelect td {
  padding-left: 9px;
}
.k-list-container.saig-inline-ddl-size ul {
  font-size: 12px;
  font-size: 1.2rem;
}
.k-list-container.saig-inline-ddl-size ul li {
  height: 27px;
  font-size: 12px;
  font-size: 1.2rem;
}
/*** jQueryUI Grid Styles Start ***/
table.ui-jqgrid-htable th.ui-state-default {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2a2a2a !important;
  background: #dcddde !important;
  background-color: #dcddde !important;
  border: 1px solid #dcddde !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-size: 1.1rem !important;
  font-weight: normal !important;
  padding-left: 9px !important;
  padding-top: 4px !important;
  padding-bottom: 1px !important;
  height: 40px !important;
  text-align: left;
}
table.ui-jqgrid-htable th.ui-state-default div {
  font-size: 11px !important;
  font-size: 1.1rem !important;
  text-align: left;
}
table.ui-jqgrid-htable th.ui-state-hover {
  background-image: none !important;
  background-color: #cfd3d5 !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  cursor: pointer !important;
}
.jqgrow.ui-state-hover {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.ui-jqgrid .ui-icon-asc {
  width: 8px !important;
  height: 8px !important;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -66px -46px !important;
  display: inline-block !important;
  margin: 0 4px !important;
}
.ui-jqgrid .ui-icon-desc {
  width: 8px !important;
  height: 8px !important;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -86px -46px !important;
  display: inline-block !important;
  margin: 0 4px !important;
}
.ui-jqgrid.ui-widget-content {
  border: 0px;
}
.ui-jqgrid tr.ui-row-ltr {
  border: 0px !important;
}
.ui-jqgrid tr.ui-row-ltr td {
  border: 0px !important;
  text-align: left !important;
  height: 33px !important;
  padding-left: 9px !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
.ui-jqgrid tr.ui-row-ltr td div {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
div.ui-jqgrid-view table.ui-jqgrid-btable {
  table-layout: auto;
}
div.ui-jqgrid-view table.ui-jqgrid-htable {
  table-layout: auto;
}
.saig-grid-row-control .k-dropdown-wrap,
.saig-grid-row-control .k-dropdown-wrap .k-input,
.saig-grid-row-control .ListTableRowHighLight td span {
  height: 28px !important;
  font-size: 12px !important;
  margin: 0px 4px !important;
}
.saig-grid-row-control .k-dropdown-wrap {
  z-index: 100 !important;
}
.saig-grid-row-control .form-group {
  margin-bottom: 0px !important;
}
.saig-grid-row-control .form-group input[type="text"] {
  height: 28px !important;
  font-size: 12px !important;
  margin: 0px 4px !important;
}
.lt-ie8 .saig-grid-row-control .form-group input[type="text"] {
  height: 16px !important;
}
.saig-list-only {
  clear: both;
  margin: 0px 20px;
}
.saig-icon-arrow-double-right,
.saig-icon-arrow-double-right:hover {
  color: #345c89;
}
.saig-view-container {
  background-color: #ffffff;
  padding: 20px 0px;
}
.saig-view-container .navbar.page-content-nav {
  min-height: 38px;
}
.saig-view-section {
  margin-bottom: 40px;
}
.saig-view-section .saig-view-content {
  margin: 0px 4px;
}
table.saig-view-table {
  border-collapse: separate;
  border-spacing: 4px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
table.saig-view-table td.ViewLabel {
  width: 50%;
}
table.saig-view-table .ListTableRowHighLight td {
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #c8c8c8;
}
.saig-view-group {
  margin-bottom: 10px;
}
.saig-view-group label {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 13px;
  line-height: 1.3rem;
  width: 100%;
  border-bottom: 2px solid #eeeeee;
}
.saig-view-group .saig-static {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  min-height: 18px;
  min-height: 1.8rem;
}
.saig-view-group ol li {
  list-style: decimal;
}
.saig-view-group ul li {
  list-style: disc;
}
.saig-view-group ul li > ul > li {
  list-style: circle;
}
.saig-view-group ul li > ul > li > ul > li {
  list-style: square;
}
.saig-view-group li {
  margin-left: 20px;
  margin-left: 2rem;
  padding-left: 20px;
  padding-left: 2rem;
}
.ViewTableRowHeader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding-left: 9px;
  color: #44474e;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #44474e;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ViewTableRowHeader:hover {
  background-color: #f8f8f8;
}
.ViewTableRowLight,
.ViewTableRowDark {
  background-color: #fff;
}
.ViewTableRowLight:hover,
.ViewTableRowDark:hover {
  background-color: #f8f8f8;
}
.ViewTableRowLight:hover td.ViewTableCell,
.ViewTableRowDark:hover td.ViewTableCell {
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
}
.ViewTableRowLight td.ViewTableCell,
.ViewTableRowDark td.ViewTableCell {
  padding-left: 9px;
  height: 25px;
  padding-top: 3px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  font-size: 1.2rem;
}
.ViewTableRowLight td.ViewTableCell div,
.ViewTableRowDark td.ViewTableCell div,
.ViewTableRowLight td.ViewTableCell span,
.ViewTableRowDark td.ViewTableCell span {
  font-size: 12px;
  font-size: 1.2rem;
}
.ViewTableRowLight td.ViewTableCell.saig-grid-sort-column,
.ViewTableRowDark td.ViewTableCell.saig-grid-sort-column {
  background-color: #f0f4f5 !important;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.ViewTableRowLight td.ViewTableCell.saig-grid-sort-alt-column,
.ViewTableRowDark td.ViewTableCell.saig-grid-sort-alt-column {
  background-color: #dfe9ea !important;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.ViewTableRowLight td.ViewTableCell:hover,
.ViewTableRowDark td.ViewTableCell:hover {
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
}
.saig-viewtable-border .ViewSectionLabel {
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-viewtable-border .ViewSectionLabel td,
.saig-viewtable-border .ViewTableRowLight td {
  border: solid 1px black;
  padding: 0 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
}
.saig-viewtable-border.border-separate table {
  border-collapse: separate;
}
.saig-viewtable-border.border-separate .ViewSectionLabel td,
.saig-viewtable-border.border-separate .ViewTableRowLight td {
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.saig-viewtable-border.border-separate .ViewSectionLabel td:last-child,
.saig-viewtable-border.border-separate .ViewTableRowLight td:last-child {
  border-right: 1px solid black;
}
.saig-viewtable-border.border-separate .ViewSectionLabel:last-child td,
.saig-viewtable-border.border-separate .ViewTableRowLight:last-child td {
  border-bottom: 1px solid black;
}
.ViewLabelNormal {
  background-color: white;
  font-weight: 400;
  font-size: 9pt;
  color: black;
  text-align: right;
}
.ViewLabel {
  background-color: white;
  font-weight: 700;
  font-size: 9pt;
  color: black;
  text-align: right;
}
.ViewSectionLabel {
  font-weight: 700;
  font-size: 9pt;
  color: black;
  background-color: #dadada;
}
.ViewTableHeader {
  font-weight: 700;
  font-size: 9pt;
  color: black;
  background-color: #dadada;
}
.ViewNormal {
  font-size: 9pt;
  color: black;
}
.ViewPageTitle {
  font-weight: 700;
  font-size: 9pt;
  color: black;
  text-align: center;
}
.ViewTableFooter {
  background-color: white;
  font-weight: 700;
  font-size: 9pt;
  color: gray;
}
.ViewTableCell {
  padding-left: 9px;
  height: 25px;
  padding-top: 3px;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}
.ViewTableRowDark td,
.ViewTableRowLight td {
  vertical-align: middle;
}
.ViewTableNoData {
  font-family: Arial, Helvetica, Verdana;
  font-size: 8pt;
  text-align: center;
  width: 100%;
}
.saig-header-view-section {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Arial, Helvetica, Verdana;
  font-size: 10pt;
  padding: 4px 8px;
  background-color: #eeeeee;
  width: 100%;
  text-align: left;
}
@media print {
  * {
    background: #fff !important;
  }
  a[href]:after {
    content: "";
  }
  div.navbar {
    display: block;
  }
  .k-ff .clearfix:after,
  .k-ff .container:before,
  .k-ff .container:after,
  .k-ff .container-fluid:before,
  .k-ff .container-fluid:after,
  .k-ff .row:before,
  .k-ff .row:after,
  .k-ff .form-horizontal .form-group:before,
  .k-ff .form-horizontal .form-group:after,
  .k-ff .btn-toolbar:before,
  .k-ff .btn-toolbar:after,
  .k-ff .btn-group-vertical > .btn-group:before,
  .k-ff .btn-group-vertical > .btn-group:after,
  .k-ff .nav:before,
  .k-ff .nav:after,
  .k-ff .navbar:before,
  .k-ff .navbar:after,
  .k-ff .navbar-header:before,
  .k-ff .navbar-header:after,
  .k-ff .navbar-collapse:before,
  .k-ff .navbar-collapse:after,
  .k-ff .pager:before,
  .k-ff .pager:after,
  .k-ff .panel-body:before,
  .k-ff .panel-body:after,
  .k-ff .modal-footer:before,
  .k-ff .modal-footer:after {
    content: normal !important;
    display: table;
  }
}
/** Kendo */
.k-scheduler-toolbar ul li {
  margin-left: 0px;
}
.k-scheduler-toolbar .k-scheduler-views .k-state-selected {
  background-color: #345c89;
  border-color: #345c89;
}
.k-event {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
/** IE only styles */
.lt-ie8 {
  /*    div.input-group {
        display: inline-block !important;
        *display: inline;
    }
    */
}
.lt-ie8 .Pager .PageContainer > div .PagerItemRow .PagerItem,
.lt-ie8 .PickerListContainer .PickerPageList,
.lt-ie8 .ThemeHover .ThemeColorSwatch,
.lt-ie8 a.InfoToggle {
  zoom: 1;
  *display: inline;
}
.lt-ie8 .Pager .PageContainer > div .PagerItemRow .DensityItem,
.lt-ie8 .PickerListContainer .PickerPageList,
.lt-ie8 .ThemeHover .ThemeColorSwatch,
.lt-ie8 a.InfoToggle {
  *display: inline;
  zoom: 1;
}
.lt-ie8 div.system-folder.workflow-setup div.form-group div.input-group,
.lt-ie8 div.system-folder.workflow-setup div.form-group .input-group-btn {
  float: none;
  position: static;
}
.lt-ie8 #GlobalSearchPanel .form-group input[type='text'] {
  width: 97%;
}
.lt-ie8 #GlobalSearchPanel .form-group .input-group input[type='text'] {
  width: 81%;
}
.lt-ie8 #GlobalSearchPanel div.well-sm {
  width: 97.58%;
}
.lt-ie8 div.contentset-move-division input#DivSelect_ObjectName {
  width: 85% !important;
}
.lt-ie8 input.k-button {
  width: auto;
  overflow: visible;
}
.lt-ie8 .saig-required,
.lt-ie8 .form-group .saig-required {
  display: inline-block;
  margin-left: 0px !important;
}
.lt-ie8 .input-group > input {
  *width: auto;
}
.lt-ie8 .input-group .input-group-btn {
  width: auto;
}
.lt-ie8 span.DivisionFilterSelect {
  margin-right: 2em;
}
.lt-ie8 div.saig-div-bar-container div.saig-less-space span.k-autocomplete {
  min-width: 60%;
}
.lt-ie8 .container-fluid {
  margin-left: 15px;
  margin-right: 15px;
}
.lt-ie8 #configForm .form-group .input-group .saig-single-select-box {
  width: 75%;
}
.lt-ie8 .col-md-offset-1 {
  padding-left: 8.333333333333332%;
  margin-left: 0px !important;
}
.lt-ie8 .col-md-offset-2 {
  padding-left: 16.666666666666664%;
  margin-left: 0px !important;
}
.lt-ie8 .k-grid table {
  width: 99.5%;
}
.lt-ie8 ul.dynatree-container {
  overflow-y: hidden;
  height: auto;
  padding-bottom: 20px;
}
.lt-ie8 .form-group-employee-login .login-icon {
  right: -25px;
}
.lt-ie8 .saig-foldertree-node .saig-icon-foldertree-expanded + .saig-folder-icon,
.lt-ie8 .saig-foldertree-node .saig-icon-foldertree-collpased + .saig-folder-icon {
  margin-right: 8px;
}
.lt-ie9 .col-md-1,
.lt-ie9 .col-md-2,
.lt-ie9 .col-md-3,
.lt-ie9 .col-md-4,
.lt-ie9 .col-md-5,
.lt-ie9 .col-md-6,
.lt-ie9 .col-md-7,
.lt-ie9 .col-md-8,
.lt-ie9 .col-md-9,
.lt-ie9 .col-md-10,
.lt-ie9 .col-md-11,
.lt-ie9 .col-md-12 {
  float: left;
}
.lt-ie9 .col-md-12 {
  width: 100%;
}
.lt-ie9 .col-md-11 {
  width: 91.66666666666666%;
}
.lt-ie9 .col-md-10 {
  width: 83.33333333333334%;
}
.lt-ie9 .col-md-9 {
  width: 75%;
}
.lt-ie9 .col-md-8 {
  width: 66.66666666666666%;
}
.lt-ie9 .col-md-7 {
  width: 58.333333333333336%;
}
.lt-ie9 .col-md-6 {
  width: 50%;
}
.lt-ie9 .col-md-5 {
  width: 41.66666666666667%;
}
.lt-ie9 .col-md-4 {
  width: 33.33333333333333%;
}
.lt-ie9 .col-md-3 {
  width: 25%;
}
.lt-ie9 .col-md-2 {
  width: 16.666666666666664%;
}
.lt-ie9 .col-md-1 {
  width: 8.333333333333332%;
}
.lt-ie9 .col-md-pull-12 {
  right: 100%;
}
.lt-ie9 .col-md-pull-11 {
  right: 91.66666666666666%;
}
.lt-ie9 .col-md-pull-10 {
  right: 83.33333333333334%;
}
.lt-ie9 .col-md-pull-9 {
  right: 75%;
}
.lt-ie9 .col-md-pull-8 {
  right: 66.66666666666666%;
}
.lt-ie9 .col-md-pull-7 {
  right: 58.333333333333336%;
}
.lt-ie9 .col-md-pull-6 {
  right: 50%;
}
.lt-ie9 .col-md-pull-5 {
  right: 41.66666666666667%;
}
.lt-ie9 .col-md-pull-4 {
  right: 33.33333333333333%;
}
.lt-ie9 .col-md-pull-3 {
  right: 25%;
}
.lt-ie9 .col-md-pull-2 {
  right: 16.666666666666664%;
}
.lt-ie9 .col-md-pull-1 {
  right: 8.333333333333332%;
}
.lt-ie9 .col-md-pull-0 {
  right: 0%;
}
.lt-ie9 .col-md-push-12 {
  left: 100%;
}
.lt-ie9 .col-md-push-11 {
  left: 91.66666666666666%;
}
.lt-ie9 .col-md-push-10 {
  left: 83.33333333333334%;
}
.lt-ie9 .col-md-push-9 {
  left: 75%;
}
.lt-ie9 .col-md-push-8 {
  left: 66.66666666666666%;
}
.lt-ie9 .col-md-push-7 {
  left: 58.333333333333336%;
}
.lt-ie9 .col-md-push-6 {
  left: 50%;
}
.lt-ie9 .col-md-push-5 {
  left: 41.66666666666667%;
}
.lt-ie9 .col-md-push-4 {
  left: 33.33333333333333%;
}
.lt-ie9 .col-md-push-3 {
  left: 25%;
}
.lt-ie9 .col-md-push-2 {
  left: 16.666666666666664%;
}
.lt-ie9 .col-md-push-1 {
  left: 8.333333333333332%;
}
.lt-ie9 .col-md-push-0 {
  left: 0%;
}
.lt-ie9 .col-md-offset-12 {
  margin-left: 100%;
}
.lt-ie9 .col-md-offset-11 {
  margin-left: 91.66666666666666%;
}
.lt-ie9 .col-md-offset-10 {
  margin-left: 83.33333333333334%;
}
.lt-ie9 .col-md-offset-9 {
  margin-left: 75%;
}
.lt-ie9 .col-md-offset-8 {
  margin-left: 66.66666666666666%;
}
.lt-ie9 .col-md-offset-7 {
  margin-left: 58.333333333333336%;
}
.lt-ie9 .col-md-offset-6 {
  margin-left: 50%;
}
.lt-ie9 .col-md-offset-5 {
  margin-left: 41.66666666666667%;
}
.lt-ie9 .col-md-offset-4 {
  margin-left: 33.33333333333333%;
}
.lt-ie9 .col-md-offset-3 {
  margin-left: 25%;
}
.lt-ie9 .col-md-offset-2 {
  margin-left: 16.666666666666664%;
}
.lt-ie9 .col-md-offset-1 {
  margin-left: 8.333333333333332%;
}
.lt-ie9 .col-md-offset-0 {
  margin-left: 0%;
}
.lt-ie9 .FileSelectionContainer .FileSelectionUI {
  border: 1px solid #cccccc;
  width: 81.7%;
}
.lt-ie9 .imagetip + .FileSelectionContainer .FileSelectionUI {
  width: 80%;
}
.lt-ie9 .imageInfoTooltip {
  border: 1px solid #c8c8c8;
  z-index: 1;
}
.lt-ie9 .imageInfoTooltip .TooltipArrow {
  width: 30px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -171px -64px;
  position: absolute;
  bottom: -20px;
  left: 85.048px;
  border-left: none;
  border-bottom: none;
  background-color: transparent;
  z-index: 2;
}
.lt-ie9 ul.dynatree-container {
  overflow-y: hidden;
  height: auto;
}
.lt-ie9 #foldertree {
  height: 100%;
}
/** Content Sections */
.AssignmentInputField {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  height: 33px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 7px;
  padding-left: 0.7rem;
  line-height: 2.35;
  font-weight: normal;
  width: 300px;
  float: left;
  margin-bottom: 10px;
}
.AssignmentInputField:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  outline: none;
}
.AssignmentInputField.FieldInError {
  box-shadow: 0 0 5px 1px #c00010;
  border-color: #c00010;
}
.AssignmentNameHelp {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -5px -179px;
  float: left;
  margin-left: 7px;
  margin-left: 0.7rem;
  margin-top: 3px;
}
.AssignmentNameHelpHover {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -35px -179px;
}
.AssignmentLayoutErrorSet {
  float: left;
  text-align: left;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
  margin-left: inherit;
  display: none;
}
.AssignmentLayoutErrorSet .LayoutError {
  color: #c00010;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.AssignmentInputBox {
  width: 100%;
}
#selectedActivityInput-list {
  background-color: #eeeeee;
}
#selectedActivityInput-list > ul {
  background-color: #eeeeee;
}
#selectedActivityInput-list > ul > li.k-state-hover {
  background-color: #345c89;
  color: #fff;
  border-radius: 4px;
}
#selectedActivityInput-list > ul > li.k-state-hover .AutoCompleteValueName {
  color: #fff;
}
#selectedActivityInput-list > ul > li.k-state-hover .AutoCompleteValueDescription {
  color: #fff;
}
.AdvancedFilterBox {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  width: 85%;
  float: left;
  margin-left: 8%;
  margin-top: 7px;
  margin-top: 0.7rem;
  padding: 0 5px;
  background-color: #eeeeee;
}
.AdvancedFilterBox fieldset {
  margin-top: 7px;
  margin-top: 0.7rem;
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
}
.AdvancedFilterBox legend {
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.AdvancedFilterBox hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #c8c8c8;
  margin: 2px 0;
}
.AdvancedFilterBox .AdvancedFilterItem {
  margin-top: 2px;
  float: left;
  min-width: 33%;
}
.AdvancedFilterBox .AdvancedFilterItem input[type="checkbox"] {
  vertical-align: middle;
}
.AdvancedFilterBox .AdvancedFilterItem input[type="checkbox"] + label {
  font-size: 10px;
  font-size: 1rem;
}
#selectedProfile-list {
  background-color: #eeeeee;
}
#selectedProfile-list > ul {
  background-color: #eeeeee;
}
#selectedProfile-list > ul > li.k-state-hover {
  background-color: #345c89;
  color: #fff;
  border-radius: 4px;
}
#selectedProfile-list > ul > li.k-state-hover .AutoCompleteValueName {
  color: #fff;
}
#selectedProfile-list > ul > li.k-state-hover .AutoCompleteValueDescription {
  color: #fff;
}
.SelectedProfileTemplate {
  background-image: -moz-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: linear-gradient(to bottom, #eeeeee, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdcdcdc', GradientType=0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  margin-top: 8px;
  margin-right: 5px;
  border: 1px solid #c8c8c8;
  padding: 3px 10px;
}
.SelectedProfileTemplate .ProfileNameLabelContainer {
  position: relative;
  float: left;
  min-height: 25px;
  display: table;
}
.SelectedProfileTemplate .ProfileNameLabelContainer .ProfileNameLabel {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}
.SelectedProfileTemplate .saig-icon-ProfileDelete {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -860px -270px;
  cursor: pointer;
  float: left;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: 4px;
}
.SelectedProfileTemplate .saig-icon-ProfileDelete:hover {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -880px -270px;
  cursor: pointer;
}
.SelectedProfileTemplate .saig-icon-ProfileDelete.saig-filter-delete {
  margin-left: 8px;
  margin-top: 3px;
}
.SelectedProfileTooltip .ProfileTooltipContent {
  height: 100%;
  padding: 14px;
  padding: 1.4rem;
  background-color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #2a2a2a;
  text-align: center;
  text-align: left;
}
.SelectedProfileTooltip .ProfileTooltipContent .ProfileName {
  font-weight: 700;
}
.SelectedProfileTooltip .ProfileTooltipContent .ProfileDesc {
  color: #939598;
  font-size: 12px;
  font-size: 1.2rem;
}
.SearchEmployeeField {
  width: 290px;
  float: left;
}
.SearchEmployeeHelp {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -5px -179px;
  float: left;
  margin-left: 7px;
  margin-left: 0.7rem;
  margin-top: 3px;
}
.SearchEmployeeHelpHover {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -35px -179px;
}
.SelectedActivityTemplate {
  background-image: -moz-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: linear-gradient(to bottom, #eeeeee, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdcdcdc', GradientType=0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  margin: 2% 0;
  padding: 10px;
  min-height: 40px;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  width: 100%;
}
.SelectedActivityTemplate:hover {
  border: 1px solid #939598;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.SelectedActivityTemplate:hover .SortableMove {
  display: block;
}
.SelectedActivityTemplate .SortableLabelContainer {
  position: relative;
  float: left;
  height: 40px;
  display: table;
}
.SelectedActivityTemplate .SortableLabelContainer .SortableLabel {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.SelectedActivityTemplate .SortableMove {
  width: 14px;
  height: 26px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -243px -179px;
  float: right;
  display: none;
  margin-top: 7px;
  margin-left: 14px;
  margin-left: 1.4rem;
  margin-right: 14px;
  margin-right: 1.4rem;
}
.SelectedActivityTemplate .SortableDelete {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -860px -270px;
  cursor: pointer;
  float: right;
  margin-top: 12px;
  margin-right: 14px;
  margin-right: 1.4rem;
}
.SelectedActivityTemplate .SortableDelete:hover {
  width: 16px;
  height: 16px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -880px -270px;
  cursor: pointer;
}
.SelectedActivityTemplate .ActivityThumbCourse,
.SelectedActivityTemplate .ActivityThumbPassive {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 40px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -255px -90px;
  border: 1px solid #939598;
}
.SelectedActivityTemplate .ActivityThumbPassive {
  background-position: -255px -135px;
}
.SelectedActivityTemplate .SortableLabelContainer {
  width: 50%;
}
.SortableGroup {
  padding-top: 1%;
}
.Delivery {
  padding-left: 40px;
}
.Delivery li {
  padding-bottom: 8px;
}
.Delivery input[type="radio"] {
  vertical-align: middle;
  margin-top: -1px;
}
.Delivery input[type="radio"] + label {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 4px;
}
.Delivery fieldset {
  float: left;
  width: 100%;
}
.Delivery fieldset legend {
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
.Delivery .Processing {
  margin-bottom: 25px;
  overflow: hidden;
}
.Delivery .Scheduling {
  margin-bottom: 105px;
}
.Delivery .Scheduling .FutureDateTimeControl {
  clear: left;
  padding-top: 3px;
  padding-left: 26px;
}
.Delivery .Scheduling .FutureDateTimeControl .DatePicker {
  float: left;
  margin-right: 7px;
  margin-right: 0.7rem;
}
.Delivery .Scheduling .FutureDateTimeControl .TimeCombo {
  width: 70px;
}
.Delivery .Scheduling .FutureDateTimeControl .FutureHoursContainer {
  float: left;
}
.Delivery .Scheduling .FutureDateTimeControl .FutureMinsContainer {
  float: left;
}
.Delivery .Scheduling .FutureDateTimeControl .TimeSeparator {
  float: left;
  margin-top: 10px;
  margin-left: 3px;
  margin-left: 0.3rem;
  margin-right: 3px;
  margin-right: 0.3rem;
}
.Delivery .Scheduling .FutureDateTimeControl .Meridiem {
  width: 28px;
  width: 2.8rem;
  float: left;
  margin-left: 7px;
  margin-left: 0.7rem;
}
/* IE SPECIFIC OVERRIDES*/
/* For Audience user list */
.k-ie div ul li span.SearchEmployeeField {
  width: 85%;
}
.saig-question-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.saig-question-block .saig-question-number {
  font-weight: bold;
  vertical-align: top;
}
.saig-question-block .saig-question {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.LoginContentContainer {
  text-align: center;
  margin: 0 auto 50px auto;
  padding-top: 50px;
  width: 962px;
}
.OneColumnPanel {
  position: relative;
  display: inline-block;
  min-height: 40%;
  width: 62.1%;
  margin: 4.6% 0;
  border: 1px solid #c8c8c8;
  text-align: center;
  background: url('/Images/body.png') #eeeeee;
  box-shadow: 0 0 120px 15px rgba(0, 0, 0, 0.1) inset;
}
.OneColumnPanel:before {
  -webkit-transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  -moz-transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  -o-transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  -ms-transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 8px;
  left: 4%;
  width: 50%;
  height: 400px;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.22);
}
.OneColumnPanel:after {
  -webkit-transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  -moz-transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  -o-transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  -ms-transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 8px;
  right: 5%;
  width: 50%;
  height: 400px;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.22);
}
.OneColumnPanel > .LoginContent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4%;
  min-height: 410px;
  background-color: #404349;
}
.OneColumnPanel > .FormContainer {
  position: relative;
  float: left;
  width: 74%;
  min-height: 410px;
  padding-top: 3%;
  padding-left: 18.5%;
  text-align: left;
}
.lt-ie8 .OneColumnPanel > .FormContainer {
  min-height: 392px;
}
.TwoColumnPanel {
  position: relative;
  display: inline-block;
  min-height: 40%;
  width: 100%;
  margin: 4.6% 0;
  border: 1px solid #c8c8c8;
  text-align: center;
  background: url('/Images/body.png') #eeeeee;
  box-shadow: 0 0 120px 15px rgba(0, 0, 0, 0.1) inset;
}
.TwoColumnPanel:before {
  -webkit-transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  -moz-transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  -o-transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  -ms-transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  transform: rotate(-2deg) scale(1) skew(-9deg) translate(0);
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 8px;
  left: 3%;
  width: 50%;
  height: 400px;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.22);
}
.TwoColumnPanel:after {
  -webkit-transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  -moz-transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  -o-transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  -ms-transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  transform: rotate(2deg) scale(1) skew(9deg) translate(0);
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 8px;
  right: 3%;
  width: 50%;
  height: 400px;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.22);
}
.TwoColumnPanel > .LoginContent {
  position: relative;
  width: 59.7%;
  min-height: 410px;
  float: left;
  border-right: 1px solid #c8c8c8;
  background: #FFF;
}
.TwoColumnPanel > .FormContainer {
  position: relative;
  float: left;
  width: 40%;
  min-height: 410px;
  padding-top: 35px;
  padding-left: 3.8%;
  text-align: left;
}
.lt-ie8 .TwoColumnPanel > .FormContainer {
  width: 36%;
  min-height: 371px;
}
.LoginSet {
  margin-bottom: 4%;
}
.LoginSet .FormList li {
  padding-bottom: 2px;
}
.LoginHeader {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 20px 0;
  *left: -7px;
  *position: relative;
  margin-bottom: 15px;
}
legend .LoginHeader {
  border: none;
}
.LoginLabel {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2a2a2a;
  margin-bottom: 0;
}
.LoginInput {
  /* This was once a mixin when I thought this field type would set the precedence for input field types.  No longer seems the case (DBN - 1/16/14) */
  height: 35px;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding-left: 8px;
  padding-left: 0.8rem;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2a2a2a;
  -webkit-box-shadow: 0 0 3px 0 #c8c8c8, inset 0px 0px 8px 4px #eeeeee;
  -moz-box-shadow: 0 0 3px 0 #c8c8c8, inset 0px 0px 8px 4px #eeeeee;
  box-shadow: 0 0 3px 0 #c8c8c8, inset 0px 0px 8px 4px #eeeeee;
  /* End former mixin */
  width: 88%;
  line-height: 30px;
}
.LoginInput:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  outline: none;
}
.lt-ie8 .LoginInput {
  height: 30px;
}
#LoginForgotPassword {
  padding-bottom: 0px;
}
#LoginForgotPassword a {
  text-decoration: none;
  color: #4a4a4a;
  font-size: 13px;
  font-size: 1.3rem;
}
#LoginForgotPassword a:hover {
  text-decoration: underline;
}
.ForgotPasswordIcon {
  width: 12px;
  height: 12px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -4px -44px;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
.LoginButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #345c89;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  float: right;
  margin-right: 10%;
  margin-top: 11%;
}
.LoginButton:focus {
  outline: none;
}
.LoginButton:active {
  color: #ffffff;
  background-color: #004a73;
  border: 1px solid #004a73;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.LoginButton:hover {
  border: 1px solid #004a73;
  background-color: #004a73;
  color: #ffffff;
  box-shadow: none;
}
.LoginButton:focus-visible {
  color: #ffffff;
  background-color: #345c89;
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.LoginButton:disabled,
.LoginButton[disabled] {
  background-color: #345c89;
  border: 1px solid #345c89;
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
.AnnouncementsSection {
  width: 100%;
  background: -moz-linear-gradient(top, #eeeeee 82%, #c8c8c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, #eeeeee), color-stop(100%, #c8c8c8));
  background: -webkit-linear-gradient(top, #eeeeee 82%, #c8c8c8 100%);
  background: -ms-linear-gradient(top, #eeeeee 82%, #c8c8c8 100%);
  background: linear-gradient(to bottom, #eeeeee 82%, #c8c8c8 100%) no-repeat scroll 0 0%;
  box-shadow: 1px 1px 5px 1px #c8c8c8;
  margin-bottom: 10px;
  overflow: auto;
}
.AnnouncementsSection .AnnouncementBody {
  margin: 20px auto 30px auto;
  text-align: center;
  width: 962px;
}
.AnnouncementsSection .AnnouncementBody a.CloseAnnouncements {
  width: 18px;
  height: 18px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -102px -22px;
  display: block;
  float: right;
  margin-left: 14px;
  margin-left: 1.4rem;
}
.AnnouncementsSection .AnnouncementBody .AnnouncementContent {
  max-height: 250px;
  overflow-y: auto;
  padding: 0 50px;
}
.AnnouncementsSection .AnnouncementBody .AnnouncementContent .AnnouncementItem .AnnouncementTitle {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2a2a2a;
  color: #bd2322;
  line-height: 1.27;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.AnnouncementsSection .AnnouncementBody .AnnouncementContent .AnnouncementItem p {
  text-align: left;
  line-height: 1.40;
}
.ClientMessageSection {
  width: 100%;
  height: 100%;
  min-height: 358px;
  margin-top: 23px;
  padding-top: 11px;
  padding-bottom: 10px;
  text-align: left;
  background-color: white;
}
.ClientMessageSection .ClientMessage {
  margin-left: 36px;
  margin-right: 40px;
  margin-bottom: 25px;
}
.ClientMessageSection .ClientMessage p {
  line-height: 1.40;
}
#ClientMessageClientImageContainer {
  float: left;
  width: 210px;
  height: 100%;
  margin-left: 36px;
  margin-right: 21px;
}
#ClientMessageClientImageContainer > img {
  border: 1px solid #c8c8c8;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.35);
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
#AnnouncementClientImageContainer {
  float: left;
  width: 210px;
  height: 100%;
  margin-left: 36px;
  margin-right: 21px;
}
#AnnouncementClientImageContainer > img {
  border: 1px solid #c8c8c8;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.35);
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.lt-ie9 .AnnouncementsSection {
  background-color: #e8e8e8;
}
.saig-picker-add-button {
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-left: 10px;
  margin-left: 1rem;
  margin-right: 10px;
  margin-right: 1rem;
  padding: 15px 18px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 10px;
  line-height: 1rem;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 100px;
  margin-right: 50px;
}
.saig-picker-add-button:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.saig-picker-add-button:hover .saig-large-plus {
  width: 62px;
  height: 62px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -229px -4px;
  cursor: pointer;
}
.saig-picker-add-button .saig-large-plus {
  width: 62px;
  height: 62px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -474px -93px;
  cursor: pointer;
  display: inline-block;
}
.lt-ie8 .saig-picker-add-button {
  width: 64px;
  height: 64px;
}
.ThemePickerContainer {
  width: 962px;
  min-height: 490px;
  overflow: hidden;
  clear: left;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto 30px;
}
.PickerList {
  position: relative;
  width: 100%;
}
.PickerImgContainer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.PickerItemImage {
  width: 120px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  margin-right: 50px;
  border: 1px solid #cccccc;
}
.PickerItemImageSelected {
  width: 180px;
  margin: -25px 50px 10px 0;
  box-shadow: 1px 1px 10px 2px rgba(52, 92, 137, 0.75);
  border: 1px solid #345c89;
}
.PickerItemChecked {
  position: absolute;
  bottom: 0;
  right: 35px;
}
.PagerItemSelected .PickerItemChecked {
  width: 26px;
  height: 26px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -7px -107px;
  position: absolute;
  bottom: 0;
  right: 35px;
}
.PickerItemEditable {
  border-radius: 6px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  background-color: #fff;
  padding: 4px;
  right: 35px;
  top: 0px;
  border: 1px solid #cccccc;
}
.PickerItemDescription {
  color: #72767e;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.333;
  text-align: left;
  width: 120px;
  height: 46px;
  overflow: hidden;
}
.ThemeHover {
  padding: 20px;
  float: left;
  background-color: white;
  width: 320px;
  overflow: hidden;
}
.ThemeHover img {
  margin: 25px 15px ;
  border: 1px solid lightgrey;
}
.ThemeHover h2 {
  color: #345c89;
  font-size: 18px;
  font-size: 1.8rem;
}
.ThemeHover h3 {
  color: #345c89;
  font-size: 15px;
  font-size: 1.5rem;
}
.ThemeHover .ColorInfo {
  float: left;
  width: 33%;
}
.ThemeHover .ColorInfo p {
  line-height: 21;
  color: #2a2a2a;
}
.ThemeHover .ColorInfo p.ColorType {
  text-align: center;
}
.ThemeHover .ColorHexCode {
  color: #5d5d5d;
}
.ThemeHover .ThemeColorSwatch {
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid black;
  display: inline-block;
  vertical-align: middle;
}
.DensityImgContainer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 60px;
}
.DensityItemImage {
  width: 180px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #cccccc;
}
.DensityItemChecked {
  position: absolute;
  bottom: 0px;
  right: -15px;
}
.DensityItemSelected .DensityItemChecked {
  width: 26px;
  height: 26px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -7px -107px;
  position: absolute;
  bottom: 0px;
  right: -15px;
}
.DensityItem {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 10px auto;
  cursor: pointer;
}
.DensityItem.DensityItemSelected {
  cursor: auto;
}
.Pager .PageContainer > div .PagerItemRow .DensityItem {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: left;
  vertical-align: middle;
  margin: 10px auto;
}
.DensityItemImageSelected {
  width: 200px;
  box-shadow: 1px 1px 10px 2px rgba(52, 92, 137, 0.75);
  border: 1px solid #345c89;
}
.lt-ie9 .DensityItemImageSelected {
  width: 180px;
  border: 1px solid #345c89;
}
.DensityItemTitle {
  color: #595e67;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.333;
  text-align: left;
  overflow: hidden;
}
.DensityItemSubTitle {
  color: #595e67;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.333;
  text-align: left;
  overflow: hidden;
}
.DensityPreview {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  top: -40px;
}
.DensityPreview .PreviewImage {
  width: 350px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  margin-right: 50px;
  border: 1px solid #cccccc;
  z-index: 2;
}
.DensityPreview.AlignLeft {
  left: -370px;
}
.DensityPreview.AlignRight {
  left: 220px;
}
.LayoutList {
  width: 100%;
  height: 187px;
  margin-top: 60px;
  padding-left: 14%;
  padding-top: 35px;
  overflow: hidden;
}
.LayoutItem {
  position: relative;
  float: left;
  text-align: left;
}
.LayoutImgContainer {
  position: relative;
}
.LayoutItemImage {
  width: 120px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  margin-right: 50px;
}
.LayoutItemImageSelected {
  width: 180px;
  margin: -25px 50px 10px 0;
  box-shadow: 1px 1px 10px 2px rgba(52, 92, 137, 0.75);
}
.LayoutItemSelected {
  float: left;
}
.LayoutItemSelected .LayoutItemChecked {
  width: 26px;
  height: 26px;
  background: url('/Static/CCAH/Themes/23/ThemeIcons.png') no-repeat -7px -107px;
  position: absolute;
  bottom: 0;
  right: 35px;
}
.LayoutDescription {
  color: #72767e;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.333;
  text-align: left;
  width: 120px;
}
.LayoutFormLabel {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2a2a2a;
  display: block;
  margin: 30px 0 7px 23px;
}
.LayoutCancel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-weight: 400;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #345c89;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  box-shadow: none;
  text-transform: none;
  float: right;
  display: none;
  margin: 50px 0;
}
.LayoutCancel:focus {
  outline: none;
}
.LayoutCancel:hover,
.LayoutCancel:active {
  text-decoration: underline;
  color: #004a73;
}
.LayoutCancel:focus {
  text-decoration: underline;
}
.LayoutCancel.ThemeButton {
  display: block;
}
.LayoutSave {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #345c89;
  border-radius: 5px;
  text-transform: none;
  line-height: 1.214;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #345c89;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  height: 45px;
  min-width: 60px;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  float: right;
  display: none;
  margin: 50px 0;
  margin-right: 20.5%;
}
.LayoutSave:focus {
  outline: none;
}
.LayoutSave:active {
  color: #ffffff;
  background-color: #004a73;
  border: 1px solid #004a73;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.LayoutSave:hover {
  border: 1px solid #004a73;
  background-color: #004a73;
  color: #ffffff;
  box-shadow: none;
}
.LayoutSave:focus-visible {
  color: #ffffff;
  background-color: #345c89;
  border: 1px solid #345c89;
  box-shadow: 0 0 0 4px var(--main-color-light-with-opacity);
}
.LayoutSave:disabled,
.LayoutSave[disabled] {
  background-color: #345c89;
  border: 1px solid #345c89;
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
.LayoutSave.ThemeButton {
  display: block;
}
.LayoutFormGroup {
  display: none;
  width: 70%;
  margin: 60px auto 10px auto;
  text-align: center;
  overflow: hidden;
}
.LayoutFormGroup .InfoTip {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -5px -179px;
  float: left;
  margin-left: 7px;
  margin-left: 0.7rem;
  margin-top: 5px;
}
.LayoutFormGroup .InfoTipHover {
  width: 24px;
  height: 24px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -35px -179px;
}
#loginImageUploader {
  width: 94%;
  float: left;
}
.LayoutErrorSet {
  float: left;
  text-align: left;
  margin-top: 7px;
  margin-top: 0.7rem;
  margin-left: 30px;
}
.LayoutErrorSet .LayoutError {
  color: #c00010;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.cke_editor_announcementTextArea {
  margin-left: 23px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.cke_editor_announcementTextArea:focus {
  outline: none;
}
#SuccessMessage {
  color: #008000;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
  margin-left: 17%;
  text-align: left;
}
.lt-ie9 {
  /*For FileUploader to work in IE8 - input must not be hidden or display:none*/
}
.lt-ie9 .LayoutItemImage {
  border: 1px solid #939598;
}
.lt-ie9 .ThemeHover {
  border: 1px solid gray;
}
.lt-ie9 .form-group .FileSelectionUI .HiddenFileUploaderInput {
  opacity: 0;
  width: 0px;
  height: 0px;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
}
.lt-ie8 .LayoutList {
  background-image: url('/Images/clearpixel.gif');
}
.lt-ie8 .saig-site-config .saig-required-info {
  overflow-x: hidden;
}
.lt-ie8 .saig-site-config .form-group {
  /*            .saig-required {
                position: absolute;
            }*/
}
.lt-ie8 .saig-site-config .form-group .FileSelectionUI .saig-BrowseButton {
  position: relative;
  z-index: 100;
}
.lt-ie8 .saig-site-config .form-group .FileSelectionUI .HiddenFileUploaderInput {
  position: absolute;
  height: 32px;
  z-index: 1;
  right: 0px;
  top: 0px;
}
.lt-ie8 .saig-site-config .form-group .FileSelectionContainer {
  width: auto;
}
.lt-ie8 .saig-site-config .form-group label {
  vertical-align: auto;
}
.lt-ie8 .saig-site-config .imagetip {
  float: left;
  min-width: 22px;
}
.googleSearchHeader a {
  color: #1e0fbf;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.googleSearchHeader h3 * {
  font-size: 16px;
  font-size: 1.6rem;
}
.googleSearchHeader h3,
.googleSearchHeader h6 {
  display: inline;
}
.googleSearchInformation * {
  color: #062;
  font-size: 13px;
  font-size: 1.3rem;
}
.googleSearchDescription * {
  color: #545454;
  font-size: 13px;
  font-size: 1.3rem;
}
.PolicySearchHeaderWrapper .form-group {
  white-space: nowrap;
  overflow-x: hidden;
}
.PolicySearchHeaderWrapper .saig-auto-complete {
  width: 60%;
}
.PolicySearchHeaderWrapper input[type="text"] {
  margin: 0 !important;
}
.PolicySearchHeaderWrapper .DivisionFilterSelect {
  margin: 0;
  text-align: left;
}
.PolicySearchHeaderWrapper .saig-icon-magnifier-glass {
  position: relative;
  right: 35px;
}
.PolicySearchHeaderWrapper .saig-icon-magnifier-glass:hover {
  width: 20px;
  height: 20px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -523px -180px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
}
.lt-ie8 .PolicySearchHeaderWrapper .saig-icon-magnifier-glass {
  right: 0;
}
.PolicySearchHeaderWrapper .saig-plugin-action {
  position: relative;
  right: 35px;
  text-decoration: none;
}
.lt-ie8 .PolicySearchHeaderWrapper .saig-plugin-action {
  right: 0;
}
.PolicyManualsSearchWidget {
  text-align: right;
  display: none;
}
.PolicyManualsSearchWidget input {
  text-align: left;
}
.PolicyManualsTreeView li.k-loading {
  background-position: left center;
}
.PolicyManualsTreeView > header {
  background-color: #ddd;
  height: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.PolicyManualsTreeView > header span {
  cursor: default;
}
.PolicyManualsNodeData {
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  display: inline-block;
}
.PolicyManualsNodeData div {
  float: left;
}
.PolicyManualsViewColumn {
  width: 25px;
}
.PolicyManualsTitleColumn {
  width: 50%;
  padding: 0 5px;
}
.PolicyManualsNumberColumn {
  width: 30%;
  padding: 0 5px;
}
.PolicyManualsRelatedColumn {
  width: 4%;
}
.PolicyManualsAttachmentsColumn {
  width: 4%;
}
.PolicyManualsCommentsColumn {
  width: 4%;
}
.PolicyManualsTree li:hover {
  background-color: inherit;
}
.PolicyManualsHeaderTree li:hover {
  background-color: transparent;
}
.PolicyManualsTree > ul > li:nth-child(even) {
  background-color: #edf3f4;
}
.PolicyManualsTree > ul > li:nth-child(odd) {
  background-color: #fff;
}
.PolicyManualsTree,
.PolicyManualsHeaderTree {
  overflow: inherit !important;
  clear: left;
}
.PolicyManualsTreeView .k-treeview .k-in {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  border-right-width: 0;
  border-left-width: 0;
  width: 100%;
}
.PolicyManualsTreeView * {
  font-size: 13px;
}
.PolicyManualsTree .k-in .k-sprite {
  float: left;
}
.DivisionFilterSelect {
  width: 20em;
}
.lt-ie8 .DivisionFilterSelect .k-dropdown-wrap {
  width: 95%;
}
.SecurityListMessage {
  text-align: center;
  margin: 15px;
}
.SecurityListMessage span {
  font-size: 12px;
  font-size: 1.2rem;
}
.PolicySearchBodyWrapper th.k-header {
  text-transform: uppercase;
  height: 40px;
}
.PolicySearchBodyWrapper .k-grid-content tbody tr:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.PolicySearchBodyWrapper .k-grid-content tbody tr:hover td {
  background-color: #f8f8f8;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
}
.PolicySearchBodyWrapper .k-grid-content tbody tr:hover td:first-child {
  border-left-width: 0;
}
.PolicySearchBodyWrapper .k-grid-content tbody tr:hover td:last-child {
  border-right-width: 0;
}
.saig-lexis-nexus .PluginHeader,
.saig-lexis-nexus .PluginHeaderAction {
  background-image: url("/Images/Theme/1_30_4_0_345c89.gif");
  background-color: #387dac;
}
.saig-lexis-nexus .PluginHeaderWrapper {
  border-right-color: #c8c8c8;
  border-left-color: #c8c8c8;
}
.saig-lexis-nexus .PluginBorder {
  border-left-color: #c8c8c8;
  border-right-color: #c8c8c8;
  border-bottom-color: #c8c8c8;
}
.saig-lexis-nexus .PluginContainer {
  border: solid 1px #387dac;
}
.HeaderBar {
  float: left;
  width: 100%;
}
.HeaderBar .HeaderLogo {
  display: block;
  text-align: left;
}
.Page {
  width: 100%;
  height: 100%;
}
div.navbar.page-content-nav {
  clear: left;
}
.ContentArea {
  width: 962px;
  min-height: 690px;
  overflow: hidden;
  clear: left;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #c8c8c8;
}
.HeaderLinks {
  padding-top: 8px;
  text-align: right;
}
.UserDisplayName {
  padding: 15px 16px 10px 0px;
}
.NameLanguageBar {
  margin: 10px 0px 10px 0px;
}
.lang-selection > .k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  padding-top: 0px !important;
}
#HeaderContainer,
div.HeaderContainer {
  text-align: right;
}
.header-logo-frame {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  max-width: 500px;
  height: 50px;
  position: relative;
}
.header-logo-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.header-logo-img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.k-ie7 .header-logo-img {
  display: inline-block !important;
  margin-left: 0px !important;
}
#ErrorMessage table {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 20px;
  width: 90%;
}
#ErrorMessage table:first-child li {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -64px -24px;
  position: relative;
  top: 3px;
  width: 15px;
  height: 11px;
  list-style: none;
}
.Error {
  color: #c00010;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.Error li {
  color: #c00010;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
}
.PageLevelError {
  width: 912px;
  display: none;
  margin-left: 25px;
  margin-bottom: 20px;
}
.PageLevelError .ErrorIcon {
  width: 12px;
  height: 12px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -64px -24px;
  float: left;
  margin-right: 7px;
  margin-right: 0.7rem;
}
.PageLevelError .ErrorMessages {
  text-align: left;
  margin-top: 7px;
  margin-top: 0.7rem;
}
.PageLevelError .ErrorMessages .ErrorMessage {
  color: #c00010;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.SmallImageCaption {
  padding-left: 7px;
  padding-left: 0.7rem;
  color: #72767e;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.SectionHeader {
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2a2a2a;
  margin-left: 30px;
}
.PageHeader {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2a2a2a;
  margin-left: 30px;
  color: #345c89;
}
.ContentText {
  line-height: 1.40;
}
a.ContentLink {
  text-decoration: underline;
  color: #236377;
  font-size: 14px;
  font-size: 1.4rem;
}
a.ContentLink:hover {
  text-decoration: underline;
}
.TooltipAnimationContainer {
  padding-top: 10px;
}
.imageInfoTooltip {
  width: 200.096px;
  padding: 0;
  margin-left: 13px;
  border-width: 0;
  background-color: #fff;
  background-image: none;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  text-align: left;
}
.imageInfoTooltip .TooltipContent {
  width: 144.096px;
  height: 100%;
  padding: 28px;
  padding: 2.8rem;
  background-color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #2a2a2a;
}
.imageInfoTooltip .TooltipContent h3 {
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #345c89;
}
.imageInfoTooltip .TooltipArrow {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -4.98px;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.errorPanel {
  position: fixed;
  width: 100%;
  padding: 16px 0 23px;
  top: 0px;
  left: 0px;
  text-align: left;
  z-index: 99999;
  background-color: #fde9ac;
  border: none;
  border-radius: 0;
  border-bottom: 10px solid #c00010;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.errorPanel .message {
  float: left;
  margin: 5px 55px 0;
  color: #c00010;
  font-style: italic;
  max-height: 192px;
  width: 94%;
  overflow-y: auto;
}
.errorPanel li {
  width: auto;
  margin: 5px 55px 0;
}
.errorPanel .close {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -267px -176px;
  position: absolute;
  top: 8px;
  right: 15px;
  opacity: 1;
  filter: none;
}
.errorPanel .close:hover {
  width: 28px;
  height: 28px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -297px -176px;
  opacity: 1;
  filter: none;
}
.dropDownItemLink,
a.dropDownItemLink {
  text-decoration: none;
  color: #2a2a2a;
}
table.saig-container-back.saig-grouped-assessments {
  clear: left;
}
#ClosingRemarks {
  text-align: left;
  width: 100%;
}
table.ehr-attachement-select {
  width: 100%;
}
table.ehr-attachement-select tr > td {
  padding-left: 9px;
  border-width: 0px;
}
.image-footer-tooltip {
  text-align: inherit;
  width: inherit;
  min-height: inherit;
}
.TodoSection .TodoSectionName a {
  color: #2a2a2a;
  text-decoration: none;
}
.TodoSection .TodoSectionCount a {
  color: #2a2a2a;
  text-decoration: underline;
}
.TodoDetailItem {
  font-weight: 700;
}
.TodoDetailItem .TodoItemName a {
  color: #2a2a2a;
  text-decoration: none;
}
.TodoDetailItem .TodoItemCount a {
  color: #2a2a2a;
  text-decoration: underline;
}
/*** jQueryUI Grid Styles End ***/
.ui-widget-content .MainColor1ContrastIcon.ui-icon,
.ui-dialog-titlebar.ui-widget-header .ui-icon,
.ui-datepicker-header.ui-widget-header .ui-icon,
.MainColor1ContrastIcon .ui-grid-ico-sort.ui-icon {
  background-image: url(/styles/jqueryui/images/ui-icons_ffffff_256x240.png) !important;
}
.ui-widget-content .MainColor2ContrastIcon.ui-icon {
  background-image: url(/styles/jqueryui/images/ui-icons_ffffff_256x240.png);
}
ul.UlTabs.ui-tabs-nav {
  border-bottom-color: #dcddde;
}
.NormalTab {
  border-bottom-color: #387dac;
}
.TabBoxComplete,
.PluginContainer,
.DialogWindow {
  border-color: #387dac;
}
.UlTabs.ui-tabs-nav li.TabItem.ui-state-hover {
  background-color: #c8c8c8;
}
.UlTabs.ui-tabs-nav li.TabItem.ui-tabs-selected {
  background-color: #345c89;
}
.SelectedTab {
  border-left-color: #387dac;
  border-right-color: #387dac;
  border-top-color: #387dac;
}
.ui-tabs li.TabItem a.TabItemLink {
  color: #404349;
}
.ui-tabs li.TabItem.ui-tabs-selected a.TabItemLink span {
  color: #fff;
}
.DisabledTab,
.TabBarFill {
  border-bottom-color: #387dac;
}
.PageSectionSeperator,
.VerticleSeperator,
.SectionLine,
.SpecialButton,
.SubMenuBar,
.SearchButton,
.SelectedMainMenuItem,
.SelectedMainMenuItemHover,
.MainMenuItemHover,
div.SecondLevelMenuSection,
.DialogTitleBar,
.ProgressPart {
  background-color: #387dac;
}
.SelectedMainMenuItem,
.MainMenuItemHover {
  color: #fff;
  border-top-color: #345c89;
}
.SelectedMainMenuItemHover,
td.SecondLevelMenuHeader,
.SelectedSecondLevelMenuItem,
.SelectedSecondLevelMenuItemWithSubItems,
.SelectedSecondLevelMenuItemWithSubItems a,
.SecondLevelMenuItem,
.SecondLevelMenuItem a {
  color: #fff;
}
td.MainMenuSectionSearch .SmallColoredButton {
  color: #fff;
  background-color: #387dac;
}
.EditLabelRequired,
.EditLabelRequiredLeft,
.EditLabelRequiredCenter {
  background-color: #f8b107;
}
.ListTableActionBar {
  background-color: #345c89;
}
.WorkflowActionButtonGroup .WorkflowActionButton {
  font-weight: 400;
  font-style: initial;
  padding-top: 2px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.WorkflowActionButtonGroup .WorkflowActionButton span {
  color: #fff;
  text-transform: none;
}
.WorkflowActionButtonGroup .caret {
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 7px !important;
  vertical-align: middle !important;
  border-top: 7px solid !important;
  border-right: 6px solid transparent !important;
  border-left: 6px solid transparent !important;
}
.WorkflowActionButtonGroup .saig-dropdown-arrow {
  border-left: 0px;
  border-color: #345c89;
  background-color: #fff;
  min-width: 0px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  padding: 0px;
  border-radius: 0px 3px 3px 0px;
}
.WorkflowActionButtonGroup .saig-dropdown-arrow .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.WorkflowActionButtonGroup .saig-dropdown-arrow:hover,
.WorkflowActionButtonGroup .saig-dropdown-arrow:focus {
  background-color: #dcddde;
  /*border-color: @colorMainDark;*/
}
.ColorStyleOverride {
  color: #fff !important;
}
.BorderColorOverride {
  border: 1px solid #345c89 !important;
}
.DivisionSectionSeparator {
  height: 3px;
}
.NavButtonBar input {
  padding: 0.3em 1.1em .2em;
  border-right: #c5c5c5 solid 1px !important;
}
.SelectedFolder {
  background-color: #D8F0FA;
  color: #2a2a2a;
  display: inline-block;
  font-size: 11px;
  vertical-align: baseline;
}
.NormalFolder {
  display: inline-block;
  font-size: 11px;
  vertical-align: baseline;
}
.saig-foldertree-node {
  white-space: nowrap;
}
.saig-foldertree-node a {
  color: #2a2a2a;
  text-decoration: none;
}
.saig-foldertree-node:hover .saig-icon-folder-fav {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -75px -370px;
}
.saig-foldertree-node:hover .saig-icon-folder-system-closed {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -215px -370px;
}
.saig-foldertree-node:hover .saig-icon-folder-system-hidden {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -235px -370px;
}
.saig-foldertree-node:hover .saig-icon-folder-project {
  width: 16px;
  height: 13px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -115px -370px;
}
.saig-foldertree-node:hover .saig-icon-folder-project-hidden {
  width: 16px;
  height: 13px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -135px -370px;
}
.saig-foldertree-node:hover .saig-icon-folder-plain {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -35px -370px;
}
.saig-foldertree-node:hover .saig-icon-folder-plain-hidden {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -55px -370px;
}
.saig-folder-icon {
  vertical-align: top;
  cursor: pointer;
}
.folder-menu {
  white-space: nowrap;
  background-color: #eeeeee;
}
.folder-menu :hover {
  cursor: pointer;
  background-color: #dcddde;
}
.NavBar .folder-menu {
  width: 23px;
}
.folder-menu-item {
  display: table-cell;
  width: 40px;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #c8c8c8;
}
.folder-menu-item.selected {
  background-color: #ffffff;
  border-top: 2px solid #b0b1b2;
  border-left: 3px solid #b0b1b2;
}
.FolderTreeContainer {
  min-height: 225px;
}
.FolderTreeContainer .saig-folder-icon {
  margin-right: 4px;
}
.FolderTreeContainer .saig-folder-icon.saig-icon-folder-system-open,
.FolderTreeContainer .saig-folder-icon.saig-icon-folder-plain-open {
  margin-right: 0;
}
.FolderTreeContainer .saig-folder-icon,
.FolderTreeContainer .saig-icon-foldertree-expanded,
.FolderTreeContainer .saig-icon-foldertree-collpased {
  vertical-align: middle;
}
.saig-folderinfo-container .saig-folder-icon {
  margin-right: 5px;
}
.saig-folderinfo-container .saig-folder-name {
  display: inline;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
}
.saig-folderinfo-folderpath {
  margin-right: 10px;
  width: 15px !important;
}
ul.dynatree-container a {
  font-size: 11px;
}
ul.dynatree-container .dynatree-node {
  display: inline-block;
  vertical-align: baseline;
}
ul.dynatree-container .dynatree-node a {
  color: #2a2a2a;
}
ul.dynatree-container .dynatree-node:hover .saig-icon-folder-fav {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -75px -370px;
}
ul.dynatree-container .dynatree-node:hover .saig-icon-folder-system-closed {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -215px -370px;
}
ul.dynatree-container .dynatree-node:hover .saig-icon-folder-system-hidden {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -235px -370px;
}
ul.dynatree-container .dynatree-node:hover .saig-icon-folder-project {
  width: 16px;
  height: 13px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -115px -370px;
}
ul.dynatree-container .dynatree-node:hover .saig-icon-folder-project-hidden {
  width: 16px;
  height: 13px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -135px -370px;
}
ul.dynatree-container .dynatree-node:hover .saig-icon-folder-plain {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -35px -370px;
}
ul.dynatree-container .dynatree-node:hover .saig-icon-folder-plain-hidden {
  width: 16px;
  height: 14px;
  background: url('/Images/Icons/iconsprite_chrome_light.png') no-repeat -55px -370px;
}
ul.dynatree-container .dynatree-node:hover .saig-icon-foldertree-expanded {
  width: 16px;
  height: 16px;
  background: url("/Images/Dynatree/icons.gif") no-repeat -48px -80px;
}
ul.dynatree-container .dynatree-node:hover .saig-icon-foldertree-collpased {
  width: 16px;
  height: 16px;
  background: url("/Images/Dynatree/icons.gif") no-repeat -16px -80px;
}
.count {
  color: #ddd;
}
.count:hover {
  color: #333;
}
.PrimaryNavigation li {
  cursor: default !important;
}
