﻿/* Variables, mixins, etc */
/*very similar to $primary-dark-blue and should be replaced at some point*/
/*light gray used in grid buttons, page tabs, and disabled inputs*/
/*toolbar and some text*/
/*grid filter button selected*/
/*found mainly with kendo, active link and drop down border*/
/*base.scss under textarea, seems like text input */
/*Validation and highlights*/
/*this one looks like it should be used for green icon colors*/
/*this one is very similar to and should be replaced with $success-background*/
/*brigher green for success button*/
/*this is also HORIZON's main nav hover blue*/
/*links, show details*/
/*links, show details*/
/* New variables for accessibility changes*/
/* text and non-collapsible form box on white background*/
/* focused button text, has highlight-blue background*/
/*button and menu mouse over*/
@import url(HorizonStyles/spin.css);
/* Horizon Styles */
/******   Base Styles   ******/
@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("/Style/font/Fontawesome/web-fonts-with-css/webfonts/fa-solid-900.eot");
  src: url("/Style/font/Fontawesome/web-fonts-with-css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/Style/font/Fontawesome/web-fonts-with-css/webfonts/fa-solid-900.woff2") format("woff2"), url("/Style/font/Fontawesome/web-fonts-with-css/webfonts/fa-solid-900.woff") format("woff"), url("/Style/font/Fontawesome/web-fonts-with-css/webfonts/fa-solid-900.ttf") format("truetype"), url("/Style/font/Fontawesome/web-fonts-with-css/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

* {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

html {
  height: 100%;
  font-size: .75rem; }

body {
  background-image: url(/Style/Images/background-grid.png);
  background-repeat: repeat-x;
  font-size: 1em;
  background-color: white;
  margin: 0px;
  padding-top: calc(1em + 100px);
  color: #555661;
  height: auto !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 20px; }

@media (max-width: 991px) {
  body {
    padding-top: 120px; } }

@media (max-width: 768px) {
  body {
    padding-top: 45px; } }

h1, h2 {
  line-height: 40px; }

h4, h5, h6 {
  line-height: 20px; }

h1, h2, h3, h4 {
  font-weight: normal;
  overflow-wrap: break-word;
  margin-top: 15px; }

h1 {
  font-size: 2em;
  line-height: normal; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em;
  line-height: normal; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1em;
  font-weight: bold; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-size: 100%; }

p {
  margin: 0 0 10px;
  line-height: 1.6em; }

label {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0;
  color: #454545; }

ul {
  line-height: 1.6em; }
  ul.fieldsetSelector {
    clear: both;
    background-color: #f7f7f7;
    padding: 8px 6px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 1em;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

footer {
  color: #555661;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  display: block;
  margin: 10px 0;
  font-size: .9em;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px; }
  footer p {
    margin: 0;
    font-size: .75em; }

a {
  color: #1454AD;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer; }
  a:focus {
    color: #3399ff;
    outline: none;
    border: 1px solid #1454AD; }
  a:hover {
    color: #0094ff;
    text-decoration: none; }
  a.disabled {
    color: #555661 !important;
    pointer-events: none; }

fieldset {
  border: none;
  position: relative;
  /*so the "top" link is positioned correctly*/
  margin-bottom: 10px;
  width: auto;
  min-width: 0;
  max-width: none; }
  fieldset hr {
    margin: 10px 0 5px 0; }
  fieldset legend {
    font-size: 1em;
    color: #999999;
    text-transform: uppercase;
    line-height: normal;
    border-bottom: 0;
    padding-left: 10px; }
    fieldset legend button {
      text-transform: uppercase;
      color: #ababab;
      font-size: inherit;
      /*override bootstrap*/
      line-height: inherit;
      /*override bootstrap*/
      width: auto;
      /*override bootstrap*/
      border: none;
      /*override bootstrap*/ }
    fieldset legend.shaded {
      background-color: #eeeeee;
      padding: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    fieldset legend.textOnly {
      margin-bottom: 0;
      padding: 5px 0;
      border-bottom: 0;
      color: #4D4E60; }
    fieldset legend.divider {
      border-bottom: solid 1px #eeeeee; }
    fieldset legend.noLegend {
      padding: 0 !important;
      margin: 0 !important; }
  fieldset ul {
    list-style: none;
    /*override user agent*/
    margin: 0;
    /*override bootstrap*/
    padding: 0; }
    fieldset ul li {
      margin-bottom: 4px;
      clear: left;
      position: relative; }
      fieldset ul li label {
        color: #555661;
        display: inline-block;
        font-weight: bold; }
        fieldset ul li label.checkbox {
          font-weight: normal; }
        fieldset ul li label.readOnly {
          font-weight: normal; }
      fieldset ul li a {
        display: block; }
      fieldset ul li.row {
        margin-bottom: 0; }
        fieldset ul li.row div[class*="col"] {
          margin-bottom: 8px; }
    fieldset ul.form-inline li a {
      display: inline-block; }
  fieldset[class*='span'] {
    clear: none; }
  fieldset.fieldsetOutlined {
    padding: 5px 15px;
    border: solid 1px #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0; }
    fieldset.fieldsetOutlined > legend {
      width: auto;
      padding-right: 10px;
      margin-bottom: 5px; }
  fieldset.collapsibleSection.disabled {
    pointer-events: none;
    opacity: 0.5; }
    fieldset.collapsibleSection.disabled a {
      color: #999999; }
  fieldset.fieldset-primary {
    border-color: #003a70 !important; }

.hr-primary {
  border-top-color: #003a70; }

legend {
  font-size: 1.2em;
  font-weight: bold;
  color: #555661 !important; }
  legend.divider {
    padding-left: 0;
    padding-right: 0;
    margin: 10px 0 !important; }

input, textarea {
  border-radius: 3px;
  border: 1px solid #cccccc; }

select, textarea {
  padding: 2px 6px;
  font-size: 1em; }

textarea {
  min-height: 75px;
  width: 400px;
  padding: 5px !important;
  color: #3d3c3c;
  font-size: 1em !important;
  resize: none; }

input:not(.k-input):focus, textarea:focus {
  border: 2px solid #555661 !important; }

input[type=text]::-ms-clear {
  display: none; }

input[type=checkbox] {
  width: 15px;
  height: 15px; }

input[type="text"] {
  height: 26px; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  margin-bottom: 0;
  font-size: 1em;
  padding: 2px 6px; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

select {
  border: 1px solid #cccccc;
  padding: 2px;
  color: #3e3c3c;
  height: 26px; }

select, input[type="file"] {
  height: 26px; }

select:focus, button:focus {
  outline: none; }

/*****  End Base Styles  *****/
/******   Utility Styles   ******/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.hidden {
  display: none; }

.noMargin {
  margin: 0; }

.marginBottom10px {
  margin-bottom: 10px; }

.marginTop15px {
  margin-top: 15px; }

.marginLeft10px {
  margin-left: 10px; }

.padding10px {
  padding: 10px; }

.paddingTop10px {
  padding-top: 10px; }

.paddingTop15px {
  padding-top: 15px; }

.paddingLeftRight20 {
  padding: 0 20px; }

.colorDanger {
  color: #cc0000; }

.colorSuccess {
  color: #286f04; }

.colorWarning {
  color: #F1C233; }

.colorNeutral {
  color: #666666; }

.colorPrimary {
  color: #003a70 !important; }

.colorOK {
  color: #999999; }

.colorInfo {
  color: #0088cc; }

.underlinedLink {
  text-decoration: underline; }

.borderCCC {
  box-sizing: border-box;
  border: 1px solid #666666;
  border-radius: 4px; }

.minHeight100percent {
  min-height: 100%; }

.minHeight20 {
  min-height: 20px; }

.minHeight150 {
  min-height: 150px; }

.minHeight200 {
  min-height: 200px; }

.minHeight250 {
  min-height: 250px; }

.minHeight300 {
  min-height: 300px; }

.minHeight340 {
  min-height: 340px; }

.minWidth350 {
  min-width: 350px; }

.vertical-middle {
  vertical-align: middle; }

.text-center {
  text-align: center; }

.fontSize14px {
  font-size: 1.25em; }

.fontSize16px {
  font-size: 1.35em !important; }

.fitToScreen {
  overflow-y: auto;
  min-height: 250px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

hr.dropdown-divider {
  margin: 0; }

.input-mini {
  width: 50px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 360px; }

.vertical-top {
  vertical-align: top; }

.border-radius-0 {
  border-radius: 0; }

.border-top-radius-0 {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.border-bottom-radius-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.border-right-radius-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.border-left-radius-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0 !important; }

.border-primary {
  border-color: #003a70 !important; }

.bg-primary {
  background-color: #003a70; }

.text-primary {
  color: #003a70 !important; }

/*****  End Utility Styles  *****/
/*****  Validation/Notification Styles  *****/
.validation, .success, .info, .warning, .error {
  border: 1px solid;
  padding: 8px 15px;
  background-repeat: no-repeat;
  background-position: 10px center; }

.success a {
  text-decoration: underline;
  color: #38761d; }

.info {
  color: #00529B;
  background-color: #BDE5F8; }

.success {
  color: #38761d;
  background-color: #b6d7a8; }

.warning {
  background-color: #f9e7ca;
  border-color: #b57300; }

.error {
  color: #cc0000;
  border: none; }

.error-icon {
  color: #cc0000;
  margin-right: 5px !important; }

.required {
  color: #cc0000;
  font-weight: bold;
  margin-left: 2px;
  font-size: 1.5em;
  line-height: .8em;
  top: 5px;
  position: relative; }

.field-validation-valid {
  display: none !important; }

.field-validation-error {
  padding: 5px 10px;
  color: #cc0000;
  position: relative; }
  .field-validation-error * {
    margin: 0; }

.validation-summary-errors {
  display: inline-block;
  width: calc(95% - 1em); }

input.invalid-field,
input.invalid-field:focus,
textarea.invalid-field,
textarea.invalid-field:focus,
.k-widget.invalid-field {
  border: 1px solid #cc0000;
  color: #cc0000;
  box-sizing: border-box;
  overflow-y: hidden; }
  input.invalid-field::placeholder,
  input.invalid-field:focus::placeholder,
  textarea.invalid-field::placeholder,
  textarea.invalid-field:focus::placeholder,
  .k-widget.invalid-field::placeholder {
    color: #cc0000;
    opacity: 1; }
  input.invalid-field:-ms-input-placeholder,
  input.invalid-field:focus:-ms-input-placeholder,
  textarea.invalid-field:-ms-input-placeholder,
  textarea.invalid-field:focus:-ms-input-placeholder,
  .k-widget.invalid-field:-ms-input-placeholder {
    color: #cc0000; }
  input.invalid-field .selected-text,
  input.invalid-field:focus .selected-text,
  textarea.invalid-field .selected-text,
  textarea.invalid-field:focus .selected-text,
  .k-widget.invalid-field .selected-text {
    color: #cc0000; }

.k-widget.invalid-field .k-dropdown-wrap, .k-widget.invalid-field .k-picker-wrap {
  border: none; }
  .k-widget.invalid-field .k-dropdown-wrap .k-icon, .k-widget.invalid-field .k-picker-wrap .k-icon {
    color: #666666; }

/*****  End Validation/Notification Styles  *****/
/*****  CheckBox Styles  *****/
label.form-check-label {
  font-weight: normal;
  display: inline-block; }

.font-weight-bold label.form-check-label {
  font-weight: bold; }

.form-check-label input[type="radio"] {
  margin-right: 5px; }

.form-check {
  margin-bottom: 0px; }

.form-check-input {
  margin-top: -3px;
  vertical-align: middle; }
  .form-check-input:not(:disabled) {
    cursor: pointer; }

/*****  End CheckBox Styles  *****/
/******   Button Styles   ******/
button:not(:disabled):not(.disabled) {
  cursor: pointer; }

button:disabled, button.disabled {
  cursor: default; }

a.btn:not([class*="btn-"]):hover, a.btn:not([class*="btn-"]):focus {
  color: inherit; }

.btn.disabled, .btn[disabled], .k-button.disabled, .k-button[disabled] {
  pointer-events: none; }

.btn {
  background-image: none;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 4px 12px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #3e3c3c;
  font-size: 1.25em;
  min-width: 65px;
  line-height: 20px; }
  .btn.btn-lg {
    padding: 11px 19px;
    font-size: 1.35em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn.focus, .btn:focus:not(:disabled):not(.disabled) {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2); }
  .btn:disabled, .btn.disabled {
    box-shadow: none; }
  .btn.cancel-primary, .btn.btn-primary, .gridTools .btn.btn-primary, .settingsIconFix .settingsRow .pull-left .btn.btn-primary {
    min-width: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .btn.active, .btn.btn-primary {
    background-color: #003a70;
    color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn.btn-primary[disabled]:hover, .btn.btn-primary.disabled:hover {
    background-color: #cccccc;
    border-color: #797D8E;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #454545;
    cursor: not-allowed !important;
    pointer-events: all !important; }
  .btn.btn-primary:not([disabled]):not(.disabled):hover {
    background-color: #003a70; }
  .btn.btn-custom {
    background-color: #eeeeee; }
    .btn.btn-custom:hover {
      background-color: #cccccc; }
    .btn.btn-custom[disabled]:hover {
      background-color: #eeeeee;
      color: #cccccc; }
  .btn:hover {
    background-color: #eeeeee; }
  .btn:focus {
    background-color: #7ad4ff !important;
    color: #002D68 !important;
    text-decoration: none; }
  .btn[disabled], .btn.disabled {
    background-color: #cccccc;
    border-color: #797D8E;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #454545;
    cursor: not-allowed !important;
    pointer-events: all !important;
    background-color: #cccccc; }
    .btn[disabled] i, .btn.disabled i {
      opacity: 0.25;
      filter: alpha(opacity=25); }
  .btn.btnInToolbar {
    background-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 1em;
    padding: 4px 5px;
    min-width: 35px; }
    .btn.btnInToolbar:hover {
      background-color: #cccccc; }
    .btn.btnInToolbar:focus:not(:disabled):not(.disabled) {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
  .btn i.fa-times-circle {
    color: #cc0000; }
  .btn i.fa-edit {
    color: #0088cc; }
  .btn i.fa-plus-circle {
    color: #286f04; }

.btn-danger {
  background-color: #cc0000;
  text-shadow: none; }
  .btn-danger:not([disabled]):not(.disabled):hover {
    background-color: #a63432; }

.btn-success {
  background-color: #409740; }
  .btn-success:not([disabled]):not(.disabled):hover {
    background-color: #286f04; }

.btn-primary.active, .btn-primary.btn, .btn-primary:active {
  background-color: #003a70;
  color: #ffffff;
  text-shadow: none;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.show > .btn-primary.dropdown-toggle {
  background-color: #003a70;
  color: #ffffff;
  text-shadow: none;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-primary.disabled, .btn-primary[disabled] {
  color: #ababab;
  background-color: #eeeeee;
  text-shadow: none;
  border-color: #cccccc; }

.btn-primary:not([disabled]):not(.disabled):hover {
  background-color: #eeeeee !important;
  color: #555661 !important; }

.btn-danger, .btn-success, .btn-primary {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.buttonArea {
  margin-top: 10px;
  margin-bottom: 5px;
  overflow: hidden; }
  .buttonArea .buttonGroup {
    float: right; }
    .buttonArea .buttonGroup .buttonGroup {
      margin-left: 25px;
      float: left; }
  .buttonArea h1 {
    margin-top: 5px;
    min-height: 32px;
    margin-bottom: 0; }
  .buttonArea h3 {
    margin: 0; }
  .buttonArea.inline {
    margin-top: 10px; }
    .buttonArea.inline h3, .buttonArea.inline h1 {
      float: left;
      clear: left; }
    .buttonArea.inline .buttonGroup {
      margin-top: 10px; }

.btn-group + .btn-group {
  margin-left: 10px; }

.btn-group > .btn {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 1em;
  padding: 4px 5px;
  min-width: 35px; }
  .btn-group > .btn:focus:not(:disabled):not(.disabled) {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
  .btn-group > .btn i {
    font-size: 1em; }
  .btn-group > .btn .active, .btn-group > .btn .btn.btn-primary {
    background-color: #003a70;
    color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-group a.btn {
  min-width: 25px; }
  .btn-group a.btn.dropdown-toggle {
    min-width: 8px !important; }

.btn-group.toggleNav {
  width: 100%; }
  .btn-group.toggleNav button {
    width: 50%;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }
  .btn-group.toggleNav > .btn + .btn {
    margin-left: 0px; }

.btn-group.combobox > .btn:first-child {
  min-width: 82px; }

.input-group-btn .btn {
  min-width: auto; }

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  z-index: 3; }

.buttonGroup.alignToActionMenu {
  float: right;
  margin: 0 0 0 20px; }
  .buttonGroup.alignToActionMenu .btn {
    margin-top: 20px; }

.iconButton {
  padding: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 2px solid transparent;
  cursor: pointer; }
  .iconButton.add {
    color: #286f04; }
  .iconButton.remove {
    color: #cc0000; }
  .iconButton:hover, .iconButton:disabled, .iconButton:active {
    text-decoration: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .iconButton:hover {
    color: #0094ff;
    border-color: #555661; }
  .iconButton:focus {
    color: #3399ff;
    border-color: #555661; }
  .iconButton i {
    font-size: 1em; }

fieldset .buttonArea {
  float: right;
  margin: 0 10px 15px 0; }

.buttonSectionDivider {
  border-right: solid 1px #666666;
  margin: 0 10px 0 8px;
  display: inline; }

button[disabled] i[class*='fa-'],
a.disabled i[class*='fa-'],
button[disabled]:hover i[class*='fa-'],
a.disabled:hover i[class*='fa-'],
button.disabled i[class*='fa-'],
button.disabled:hover i[class*='fa-'] {
  color: #454545 !important; }

/* We don't currently have actions menus in LabOnline

.actionMenu {
    margin-top: 20px;
    float: right;
}

@media (max-width: 767px) {
    .actionMenu {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .buttonGroup.alignToActionMenu .btn {
        margin-top: 0px;
    }
}*/
/*****  End Button Styles  *****/
/*****  Form Styles  *****/
.responsiveForm fieldset div.header {
  background-color: #666666;
  color: white;
  padding: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .responsiveForm fieldset div.header input[readonly="readonly"] {
    color: white; }
  .responsiveForm fieldset div.header label.checkbox {
    padding-top: 5px; }
  .responsiveForm fieldset div.header input, .responsiveForm fieldset div.header .k-dropdown {
    margin-right: 30px; }

.responsiveForm li.row {
  margin-bottom: 0; }
  .responsiveForm li.row div[class*="col"] {
    margin-bottom: 8px; }

.container-fluid.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px; }

.form-control {
  min-height: 2em;
  height: auto;
  border-radius: 4px;
  border-color: #cccccc; }
  .form-control:focus {
    box-shadow: none; }
  .form-control[readonly] {
    background-color: #f7f7f7; }
    .form-control[readonly].readOnlyControl {
      opacity: 0.76;
      cursor: initial;
      pointer-events: none; }
      .form-control[readonly].readOnlyControl:focus {
        border-color: #cccccc; }
  .form-control:not(textarea):not(.readOnlyControl)[readonly] {
    background-color: transparent;
    border: none;
    padding-left: 0;
    color: #555661; }
  .form-control:disabled {
    background-color: #f7f7f7; }

select.form-control:not([size]):not([multiple]) {
  padding: 2px 6px;
  height: 26px; }

input[type="text"]:not(.datepicker):not(.timeentry).form-control:disabled {
  background-color: #f7f7f7;
  opacity: 0.76;
  color: #3d3c3c;
  border: 1px solid #cccccc;
  padding-left: 6px; }

.sectionHeader {
  padding-top: 10px; }

.sectionHeader-notification {
  padding: 5px;
  border: solid 1px #ffffff;
  font-size: 1em;
  margin: 0 -20px;
  overflow: hidden;
  min-height: 32px; }
  .sectionHeader-notification label {
    display: inline-block;
    margin: 0 0 0 15px; }
  .sectionHeader-notification label.notification-prefix {
    margin-right: 5px;
    font-weight: bold; }
  .sectionHeader-notification.hold {
    background-color: #f7d9d9;
    border-color: #f5ccd2;
    color: #a63432; }
    .sectionHeader-notification.hold label {
      color: #a63432; }
  .sectionHeader-notification.info {
    background-color: #d4e6fb;
    border-color: #7d9bc1;
    color: #4288d9; }
    .sectionHeader-notification.info label {
      color: #4288d9; }
  .sectionHeader-notification.warning {
    background-color: #f9e7ca;
    border-color: #b57300;
    color: #b57300; }
    .sectionHeader-notification.warning label {
      color: #b57300; }

.input-group-append {
  border-radius: 0 14px 14px 0; }

.input-group .search {
  border-radius: 4px 0 0 4px;
  height: auto; }

/******   End Form Styles   ******/
/******   Collapsible Panel Styles   ******/
.collapsibleSection.collapsed {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.collapsibleSection.collapsed, .collapsibleSection.expanded {
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 20px;
  padding-left: 20px; }

.collapsibleSectionTag:focus {
  border: 2px solid #555661; }

/******   End Collapsible Panel Styles   ******/
/******   Navbar Styles   ******/
.dropdown, .dropup {
  margin-right: 4px; }

.dropdown-toggle::after {
  border-width: 4px;
  vertical-align: 3px;
  margin-left: 6px; }

.navbar .navbar-nav > li.nav-item:not(.show) > a:focus {
  border-color: #003a70; }

.navbar .navbar-nav > li.nav-item:hover:not(.show) > a {
  border-bottom-color: #003a70; }

.navbar .navbar-nav > li.nav-item:not(.show) a.activePageLink {
  border-bottom-color: #003a70; }

.navbar .navbar-nav > li.nav-item > a {
  padding: 5px 10px;
  font-size: 1.2em;
  text-decoration: none;
  border: 2px solid transparent; }

.navbar .navbar-nav li.dropdown.show, .navbar .navbar-nav li.dropdown.active, .navbar .navbar-nav li.dropdown.btn.btn-primary, .navbar .navbar-nav li.dropdown.show.active, .navbar .navbar-nav li.dropdown.show.btn.btn-primary {
  background-color: #555661; }
  .navbar .navbar-nav li.dropdown.show > .dropdown-toggle, .navbar .navbar-nav li.dropdown.active > .dropdown-toggle, .navbar .navbar-nav li.dropdown.btn.btn-primary > .dropdown-toggle, .navbar .navbar-nav li.dropdown.show.active > .dropdown-toggle, .navbar .navbar-nav li.dropdown.show.btn.btn-primary > .dropdown-toggle {
    color: #ffffff;
    text-shadow: none; }

.navbar-first .navbar-nav > li.nav-item:not(.show) > a:focus {
  border-color: white !important;
  border-top-color: white !important; }

.navbar-first .navbar-nav > li.nav-item:hover:not(.show) > a {
  border-bottom-color: white; }

.navbar-first .dropdown-menu {
  border: solid 1px #ababab;
  padding: 5px 0; }

.navbar-light .navbar-nav .nav-link {
  color: #555661; }

.navbar-toggler {
  padding: 5px;
  margin: 5px; }

.navbar-toggler-icon {
  height: 20px; }

.dropdown.show a:focus {
  color: #002D68 !important;
  background-color: #7ad4ff; }

.dropdown.show a.dropdown-item:focus, .dropdown.show a.dropdown-item:hover {
  color: #002D68;
  background-color: #7ad4ff;
  background-image: none; }

.dropdown-menu {
  padding: 5px 0;
  border-radius: 0;
  margin-top: 0;
  font-size: 1em;
  min-width: 220px; }
  .dropdown-menu * {
    list-style: none;
    margin: 0;
    text-shadow: none; }
  .dropdown-menu li a i.icon-ok-none:before {
    display: inline-block;
    content: " ";
    width: 14px; }
  .dropdown-menu .mega-menu {
    min-width: 220px;
    border-right: solid 1px #ababab;
    padding-top: 15px;
    padding-bottom: 15px; }
  .dropdown-menu .userMenu {
    width: 250px; }

.dropdown-divider {
  margin: 5px 0; }

.nav-item .dropdown-menu {
  background-color: #666666;
  border: none;
  box-shadow: none;
  padding: 0; }
  .nav-item .dropdown-menu > li hr {
    margin: 5px 5px !important;
    border-top-color: #ababab;
    border-bottom: none; }
  .nav-item .dropdown-menu li > a {
    color: #ffffff;
    font-size: 1.25em; }

.nav-item .dropdown-item:focus, .nav-item .dropdown-item:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #52a8ec;
  /*this is also HORIZON's main nav hover color*/
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-item {
  cursor: pointer;
  padding: 3px 20px;
  line-height: 20px; }
  .dropdown-item:disabled {
    cursor: auto; }
  .dropdown-item.disabled {
    cursor: auto; }
    .dropdown-item.disabled:active, .dropdown-item.disabled:hover, .dropdown-item.disabled:focus {
      color: #eeeeee; }
  .dropdown-item:disabled:active, .dropdown-item:disabled:hover, .dropdown-item:disabled:focus {
    color: #eeeeee; }
  .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background: #cccccc;
    color: black; }

.dropdown-header {
  padding: 3px 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 1.25em;
  color: #ffffff;
  text-shadow: none;
  text-transform: none;
  background-color: #3e3c3c; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu:hover > .dropdown-toggle {
    text-decoration: none;
    color: #ffffff;
    background-color: #52a8ec;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }
  .dropdown-submenu:hover .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -26px;
    left: 100%; }
  .dropdown-submenu:focus .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -26px;
    left: 100%; }

.dropdown-menu-right .dropdown-submenu:hover .dropdown-menu, .dropdown-menu-right .dropdown-submenu:focus .dropdown-menu {
  left: auto;
  right: 100%; }

.dropdown-submenu > .dropdown-toggle:after {
  transform: rotate(-90deg);
  position: absolute;
  right: 11px;
  top: 40%; }

.dropdown-toggle-split {
  padding: 4px 8px !important; }

/******   End Navbar Styles   ******/
/******   Busy Spinner/Overlay Styles   ******/
.busyOverlay {
  position: absolute;
  background-color: #ababab;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.busyOverlayBg {
  width: 100%;
  height: calc(100% + 15px);
  z-index: 20;
  top: 77px;
  left: 0;
  position: fixed; }

.busyOverlayImage {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  z-index: 20; }

.spinner {
  left: 50% !important;
  top: 50% !important; }

/******   End Busy Spinner/Overlay Styles   ******/
/******   Aux Data Styles   ******/
.auxDataGroup {
  clear: both; }
  .auxDataGroup fieldset {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: solid 1px #eeeeee;
    padding: 0; }
    .auxDataGroup fieldset ul {
      margin-left: 5px;
      margin-top: 11px; }
    .auxDataGroup fieldset legend {
      padding-left: 5px;
      margin-bottom: 8px; }

/******   End Aux Data Styles   ******/
/******   Compound Control Styles   ******/
.value-row {
  margin-bottom: 10px; }

/******   End Compound Control Styles   ******/
/******   Tab Styles   ******/
/*div.tabContent {
    margin: 0 10px;
}

div.tabContentFullWidth {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
}

div.tabControlStyle {
    margin: 0 -20px;
    height: 5px;
    background-image: url(/Style/Images/tab-background.png);
    background-repeat: repeat-x;
    background-position: left top;
}

div.tabControl {
    margin: 25px -20px 0px -20px;
    height: 33px;
    background-image: url(/Style/Images/tab-background.png);
    background-repeat: repeat-x;
    background-position: left 28px;
    font-size: 1.15em;
}

.tabsInsideModal div.tabControl {
    margin-right: -30px !important;
    margin-left: -30px !important;
}

div.tabControl li, div.tabControl li a, div.tabControl li span {
    font-size: 13.8px;
}

    div.tabControl.contactTabs, div.sectionHeader.contactHeader {
        margin-left: -25px;
    }

.tabControl ul {
    list-style-type: none;
    margin: 0 0 10px 25px;
}

.tabControl li, .tabControl li:hover {
    display: inline;
    font-weight: normal;
    padding: 10px 25px;
    margin: 0;
    background-color: $background-gray;
    border-radius: 7px 7px 0 0;
    border-left: solid 1px $grid-toolbar-light-gray;
    border-right: solid 1px $grid-toolbar-light-gray;
    border-top: solid 1px $grid-toolbar-light-gray;
    border-bottom: none;
}

    .tabControl li.selected {
        color: $black!important;
        background: $white;
        border-left: solid 1px $grid-toolbar-light-gray;
        border-right: solid 1px $grid-toolbar-light-gray;
        border-top: solid 1px $grid-toolbar-light-gray;
        border-bottom: none;
    }

.tabControl a {
    text-decoration: none;
    color: $grid-toolbar-dark-gray;
}

    .tabControl a:hover {
        color: $black!important;
    }

.tabControl li.disabled a, li.disabled a:hover {
    cursor: default;
    color: $disabled-icon !important;
}

ul.tabControl li span.disabled {
    color: $disabled-icon !important;
}

fieldset ul.tabControl li {
    clear: none;
    position: static;
}

fieldset ul.tabControl li a {
    display: inline;
}

.verticalTabControl {
    .fitToScreen {
        min-height: 409px !important;
    }
    min-height: calc(100vh - 200px);
    width: 100px;
    border-left: 1px solid $grid-toolbar-light-gray;
    border-bottom: 1px solid $grid-toolbar-light-gray;
    background-color: $disabled-gray;
}
.verticalTabContent {
	width: calc(100% - 100px);
	.tabContent {
		padding: 10px 15px;
		margin: 0 !important;
		border: 1px solid $grid-toolbar-light-gray;
		height: 100%;
	}
}
.tabContent.inactive {
	display: none;
}
.tabControl.vertical {
	li {
		&:not(.disabled) {
			cursor: pointer;
		}
		text-align: center;
		padding: 10px 3px;
		border-radius: 0;
		border-left: none;
		border-right: none;
		h3 {
			font-size: 14px;
			margin: 2px 0 0 0;
		}
		&:last-child {
			border-bottom: solid 1px $grid-toolbar-light-gray;
		}
	}
	li.disabled {
		color: $disabled-icon;
	}
	li.selected {
		color: $black !important;
		background: $white;
	}
	height: 100%;
	li.tab {
		div.row {
			h3 {
				text-align: center;
			}
		}
	}
}

  @media (max-height: 667px) {
      .tabControl.vertical {
        &.IHLoginAllowed {
            max-height: 463px;
        }
	      max-height: 402px;
          min-height: 397px;
           li {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0px 3px;
           }
       }
  }
*/
/******   End Tab Styles   ******/
/*****  Grid Header Styles  *****/
.gridTools {
  background-color: #eeeeee;
  padding: 8px 10px; }
  .gridTools a.btn {
    padding: 4px 8px !important; }
    .gridTools a.btn i:last-of-type {
      margin-right: 2px; }
  .gridTools .btn.btn:not(.btn-primary):not(.undoButton) {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 1em;
    padding: 4px 5px;
    min-width: 35px;
    background-color: #eeeeee;
    border-color: #797D8E;
    color: #4D4E60; }
    .gridTools .btn.btn:not(.btn-primary):not(.undoButton):hover {
      background-color: #cccccc; }
  .gridTools .btn :disabled, .gridTools .btn .disabled {
    background-color: #cccccc;
    border-color: #797D8E;
    opacity: 1;
    cursor: not-allowed;
    filter: alpha(opacity=100);
    color: #454545; }
  .gridTools .btn.cancel-primary, .gridTools .btn.btn-primary, .gridTools .settingsIconFix .settingsRow .pull-left .btn.btn-primary, .settingsIconFix .settingsRow .pull-left .gridTools .btn.btn-primary {
    font-size: 1.2em;
    min-width: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .gridTools .btn.btn-primary {
    background-color: #003a70;
    color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
    .gridTools .btn.btn-primary.disabled, .gridTools .btn.btn-primary[disabled], .gridTools .btn.btn-primary:disabled {
      color: #ababab;
      background-color: #eeeeee;
      text-shadow: none;
      border-color: #cccccc; }
      .gridTools .btn.btn-primary.disabled :hover, .gridTools .btn.btn-primary[disabled] :hover, .gridTools .btn.btn-primary:disabled :hover {
        background-color: #cccccc;
        border-color: #797D8E;
        opacity: 1;
        cursor: not-allowed;
        filter: alpha(opacity=100);
        color: #454545; }
    .gridTools .btn.btn-primary :hover {
      background-color: #003a70; }
  .gridTools .btn i {
    font-size: 1.25em; }
  .gridTools button i {
    font-size: 1.25em; }
  .gridTools .btn-group.combobox .dropdown-menu {
    padding: 5px;
    border: solid 1px #cccccc;
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7f7f7), color-stop(1, #cccccc));
    background: -moz-linear-gradient(center top, #f7f7f7 5%, #cccccc 100%); }

.settingsIconFix {
  position: relative; }
  .settingsIconFix .gridTools {
    position: absolute;
    background-color: transparent; }
  .settingsIconFix .settingsRow {
    text-align: right;
    min-height: 44px; }
    .settingsIconFix .settingsRow .selected-text {
      text-align: left; }
    .settingsIconFix .settingsRow .pull-left {
      padding: 8px 10px 6px 10px;
      text-align: left; }
      .settingsIconFix .settingsRow .pull-left:not(:only-child) {
        max-width: calc(100% - 28px); }
      .settingsIconFix .settingsRow .pull-left .gridButtons {
        text-align: left; }
      .settingsIconFix .settingsRow .pull-left .k-widget span:not(.k-select) {
        text-align: left; }
      .settingsIconFix .settingsRow .pull-left .btn {
        background-color: #cccccc;
        background-color: #eeeeee;
        color: #4D4E60;
        border-color: #797D8E;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        font-size: 1em;
        min-width: 35px;
        padding: 4px 8px !important; }
        .settingsIconFix .settingsRow .pull-left .btn:hover {
          background-color: #eeeeee;
          background-color: #cccccc; }
        .settingsIconFix .settingsRow .pull-left .btn:focus:not(:disabled):not(.disabled) {
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
        .settingsIconFix .settingsRow .pull-left .btn:disabled, .settingsIconFix .settingsRow .pull-left .btn.disabled, .settingsIconFix .settingsRow .pull-left .btn.btn-primary[disabled]:hover, .settingsIconFix .settingsRow .pull-left .btn.btn-primary.disabled:hover {
          background-color: #cccccc;
          border-color: #797D8E;
          opacity: 1;
          filter: alpha(opacity=100);
          color: #454545;
          cursor: not-allowed !important;
          pointer-events: all !important; }
        .settingsIconFix .settingsRow .pull-left .btn.cancel-primary, .settingsIconFix .settingsRow .pull-left .btn.btn-primary {
          font-size: 1em;
          min-width: 65px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .settingsIconFix .settingsRow .pull-left .btn.btn-primary {
          background-color: #003a70;
          box-shadow: none; }
          .settingsIconFix .settingsRow .pull-left .btn.btn-primary:hover {
            background-color: #002D68; }
        .settingsIconFix .settingsRow .pull-left .btn i {
          font-size: 1em; }
          .settingsIconFix .settingsRow .pull-left .btn i:last-of-type {
            margin-right: 2px; }
      .settingsIconFix .settingsRow .pull-left button i {
        font-size: 1em; }
    .settingsIconFix .settingsRow .btn-group.combobox .dropdown-menu {
      padding: 5px;
      border: solid 1px #cccccc;
      background: #cccccc;
      padding: 5px;
      border: solid 1px #cccccc;
      background: #eeeeee; }

.gridFilterToggle, .emptyGridFilterToggle {
  background-color: #003a70;
  padding: 8px 15px;
  clear: both;
  color: #ffffff; }
  .gridFilterToggle a, .emptyGridFilterToggle a {
    color: #0094ff; }
    .gridFilterToggle a:hover, .emptyGridFilterToggle a:hover {
      color: #7ad4ff; }
    .gridFilterToggle a:focus, .emptyGridFilterToggle a:focus {
      color: #ffffff; }
  .gridFilterToggle h4, .emptyGridFilterToggle h4 {
    margin-right: 20px; }
  .gridFilterToggle input:hover, .emptyGridFilterToggle input:hover {
    cursor: pointer; }
  .gridFilterToggle .btn, .emptyGridFilterToggle .btn {
    padding: 4px 8px;
    font-size: 1em; }
  .gridFilterToggle .btn-group .btn.btn-primary, .emptyGridFilterToggle .btn-group .btn.btn-primary, .gridFilterToggle .btn-group .btn.btn-primary:hover, .emptyGridFilterToggle .btn-group .btn.btn-primary:hover {
    background-color: #3e3c3c;
    box-shadow: none; }
  .gridFilterToggle .btn-group .btn-secondary:not(:disabled):hover, .emptyGridFilterToggle .btn-group .btn-secondary:not(:disabled):hover {
    color: #3e3c3c;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }
  .gridFilterToggle .toggle-group, .emptyGridFilterToggle .toggle-group {
    display: inline;
    margin-right: 10px;
    /*> input[type="button"], > a, > span:not([class*='k-']):not(.categoryLabel) {
            border: solid 1px $button-dark-gray;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-color: $grid-toolbar-light-gray;
            color: $black;
            min-width: 60px;
            padding: 4px 15px;
            cursor: pointer;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            outline: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;

            &:disabled {
                pointer-events: none;
                color: $grid-toolbar-dark-gray;
            }

            &:focus:not(.disabled):not(:disabled) {
                box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
                outline: none;
            }
        }*/ }
    .gridFilterToggle .toggle-group input[type="button"], .emptyGridFilterToggle .toggle-group input[type="button"], .gridFilterToggle .toggle-group button, .emptyGridFilterToggle .toggle-group button, .gridFilterToggle .toggle-group a, .emptyGridFilterToggle .toggle-group a, .gridFilterToggle .toggle-group span, .emptyGridFilterToggle .toggle-group span {
      border: solid 1px #3e3c3c;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border: 4px solid #003a70;
      border-radius: 4px;
      background-color: #ffffff;
      color: #000000;
      min-width: 60px;
      padding: 4px 15px;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      font-size: 1em; }
      .gridFilterToggle .toggle-group input[type="button"].selected, .emptyGridFilterToggle .toggle-group input[type="button"].selected, .gridFilterToggle .toggle-group button.selected, .emptyGridFilterToggle .toggle-group button.selected, .gridFilterToggle .toggle-group a.selected, .emptyGridFilterToggle .toggle-group a.selected, .gridFilterToggle .toggle-group span.selected, .emptyGridFilterToggle .toggle-group span.selected {
        background-color: #1454AD;
        color: #ffffff;
        text-decoration: none; }
      .gridFilterToggle .toggle-group input[type="button"]:not(.disabled):hover, .emptyGridFilterToggle .toggle-group input[type="button"]:not(.disabled):hover, .gridFilterToggle .toggle-group button:not(.disabled):hover, .emptyGridFilterToggle .toggle-group button:not(.disabled):hover, .gridFilterToggle .toggle-group a:not(.disabled):hover, .emptyGridFilterToggle .toggle-group a:not(.disabled):hover, .gridFilterToggle .toggle-group span:not(.disabled):hover, .emptyGridFilterToggle .toggle-group span:not(.disabled):hover {
        border-color: #555661 !important;
        background-color: #7ad4ff !important;
        color: #002D68 !important;
        text-decoration: none; }
      .gridFilterToggle .toggle-group input[type="button"]:focus, .emptyGridFilterToggle .toggle-group input[type="button"]:focus, .gridFilterToggle .toggle-group button:focus, .emptyGridFilterToggle .toggle-group button:focus, .gridFilterToggle .toggle-group a:focus, .emptyGridFilterToggle .toggle-group a:focus, .gridFilterToggle .toggle-group span:focus, .emptyGridFilterToggle .toggle-group span:focus {
        border: solid 4px #555661;
        background-color: #7ad4ff;
        color: #002D68 !important;
        text-decoration: none; }
      .gridFilterToggle .toggle-group input[type="button"]:not(.selected).disabled, .emptyGridFilterToggle .toggle-group input[type="button"]:not(.selected).disabled, .gridFilterToggle .toggle-group button:not(.selected).disabled, .emptyGridFilterToggle .toggle-group button:not(.selected).disabled, .gridFilterToggle .toggle-group a:not(.selected).disabled, .emptyGridFilterToggle .toggle-group a:not(.selected).disabled, .gridFilterToggle .toggle-group span:not(.selected).disabled, .emptyGridFilterToggle .toggle-group span:not(.selected).disabled {
        background-color: #cccccc;
        border-color: #797D8E;
        opacity: 1;
        filter: alpha(opacity=100);
        color: #454545;
        background-color: #cccccc;
        cursor: not-allowed !important;
        pointer-events: all !important; }
    .gridFilterToggle .toggle-group :not(.k-wdiget) input[type="button"], .emptyGridFilterToggle .toggle-group :not(.k-wdiget) input[type="button"], .gridFilterToggle .toggle-group :not(.k-wdiget) a, .emptyGridFilterToggle .toggle-group :not(.k-wdiget) a, .gridFilterToggle .toggle-group :not(.k-wdiget) span:not([class*='k-']):not(.categoryLabel), .emptyGridFilterToggle .toggle-group :not(.k-wdiget) span:not([class*='k-']):not(.categoryLabel) {
      border: solid 1px #3e3c3c;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-color: #cccccc;
      color: #000000;
      margin-right: 5px;
      min-width: 60px;
      padding: 4px 15px;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 20px; }
    .gridFilterToggle .toggle-group input[type="button"].disabled:hover, .emptyGridFilterToggle .toggle-group input[type="button"].disabled:hover {
      border: solid 1px #3e3c3c;
      background-color: #666666;
      color: #cccccc;
      cursor: auto; }
    .gridFilterToggle .toggle-group span.categoryLabel, .emptyGridFilterToggle .toggle-group span.categoryLabel {
      margin: 0 15px 0 0;
      color: #ffffff;
      background-color: transparent;
      border: none;
      padding: 0;
      text-align: left;
      min-width: 0;
      cursor: default; }
    .gridFilterToggle .toggle-group span.field-validation-error, .emptyGridFilterToggle .toggle-group span.field-validation-error, .gridFilterToggle .toggle-group :not(.k-wdiget) span:not([class*='k-']):not(.categoryLabel).field-validation-error, .emptyGridFilterToggle .toggle-group :not(.k-wdiget) span:not([class*='k-']):not(.categoryLabel).field-validation-error {
      background-color: #cc0000;
      padding: 2px 5px;
      color: #ffffff;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      display: inline-block;
      font-size: .95em;
      border: none;
      line-height: normal; }
  .gridFilterToggle .icon-ralk-settings, .emptyGridFilterToggle .icon-ralk-settings {
    color: white; }
  .gridFilterToggle .ralk-grid-settings, .emptyGridFilterToggle .ralk-grid-settings {
    margin-right: 0;
    margin-top: 0; }
  .gridFilterToggle .ralk-grid-views, .emptyGridFilterToggle .ralk-grid-views {
    margin-top: 0; }
  .gridFilterToggle.header h3, .header.emptyGridFilterToggle h3 {
    margin: 0;
    line-height: normal; }

.emptyGridFilterToggle {
  min-height: 46px;
  box-sizing: border-box; }

.inclusionList.leftColumn {
  float: left;
  width: 47%; }

.inclusionList.buttonColumn {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  margin: 100px auto 0px auto;
  vertical-align: middle;
  text-align: center; }

.inclusionList.rightColumn {
  float: right;
  width: 47%;
  overflow: auto;
  border-top: none; }

.inclusionList tbody tr:hover {
  cursor: pointer; }

/*****  End Grid Header Styles  *****/
/*****  Switch Styles  *****/
/*.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 3px;
    background-color: $grid-toolbar-light-gray;
    border-radius: 18px;
    box-shadow: none;
    cursor: pointer;
    box-sizing: content-box;
}

.ralMediumToggle .switch {
    background-color: transparent;
    width: 36px;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: $disabled-gray;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: $disabled-icon;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked ~ .switch-label {
    background: $link-focus-color;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.ralMediumToggle .switch-input:checked ~ .switch-label {
    background: $primary-dark-blue;
    border: none;
}

.ralMediumToggle .switch-input:disabled ~ .switch-label, .ralMediumToggle .switch-input:disabled ~ .switch-handle {
    opacity: 0.5;
    cursor: default;
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, $white 40%, $background-gray);
    background-image: -moz-linear-gradient(top, $white 40%, $background-gray);
    background-image: -o-linear-gradient(top, $white 40%, $background-gray);
    background-image: linear-gradient(to bottom, $white 40%, $background-gray);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: $gray-08;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, $disabled-gray, $white);
    background-image: -moz-linear-gradient(top, $disabled-gray, $white);
    background-image: -o-linear-gradient(top, $disabled-gray, $white);
    background-image: linear-gradient(to bottom, $disabled-gray, $white);
}

.switch-input:checked ~ .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.toggle-group + .ralMediumToggle, .k-grid-toolbar .ralMediumToggle {
    display: inline-block;
    padding: 2px 0 0 5px;
    vertical-align: middle;
}

.ralMediumToggle .switch-input:checked ~ .switch-handle {
    left: 20px;
}

.ralMediumToggle .switch-handle, .ralMediumToggle .switch-label {
    box-shadow: 0 0 0 1px $gray-07;
    box-sizing: border-box;
}*/
/*****  End Switch Styles  *****/
/*****  Shared/Core Styles  *****/
.k-overlay {
  opacity: 0.8 !important; }

.k-nodata {
  min-height: 0 !important; }

.k-widget .form-control, .k-widget [class*="col-"], .k-widget .select2-arrow, .k-dropdown-wrap .k-input, .k-dropdown-wrap .k-select, .k-picker-wrap .k-input, .k-picker-wrap .k-select,
.k-widget .btn, .k-widget fieldset {
  box-sizing: border-box; }

.hiddenField {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 2em;
  display: block;
  font-size: 1px;
  z-index: -1;
  color: transparent;
  background: transparent;
  overflow: hidden;
  border: none;
  padding: 0;
  resize: none;
  outline: none;
  -webkit-user-select: text;
  user-select: text; }

.k-state-focused {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  border-color: #cccccc; }

.k-sort-order {
  vertical-align: text-top;
  float: right; }

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
  color: #666666; }

.k-widget.k-tooltip {
  border: 1px solid #cccccc;
  background-color: #fff9e0;
  color: #999999;
  margin-left: 0 !important; }

li.k-item {
  position: relative !important; }

/*****  End Shared/Core Styles  *****/
/*****  Button Styles  *****/
.k-button {
  margin: 0;
  padding: 5px 14px 4px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-repeat: repeat-x;
  background-position: 0 center;
  font: inherit;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  position: relative; }
  .k-button.k-more-events {
    position: absolute; }
  .k-button.k-primary:active {
    color: #ffffff;
    box-shadow: none; }
  .k-button.k-state-focused, .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-button:focus:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    border-color: #cccccc; }
  .k-button.k-state-focused:disabled, .k-button:focus:disabled, .k-button.k-state-focused.disabled, .k-button:focus.disabled {
    box-shadow: none; }

.k-button-icon {
  width: calc(1.4285714286em + 14px);
  height: calc(1.4285714286em + 14px);
  padding: 6px; }

.k-button-group .k-button + .k-button {
  margin-left: -1px; }

/*****  End Button Styles  *****/
/*****  Grid Styles  *****/
.k-grid .k-state-selected td.k-state-focused {
  box-shadow: 0px 0px 0px 1px #666666 inset !important;
  border: none;
  margin-left: 1px;
  background: transparent;
  padding-left: 0.7em; }

.k-grid td {
  height: 20px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 0 0 1px;
  line-height: 1.6em;
  overflow: hidden;
  padding: 0.2em 0.6em;
  text-overflow: ellipsis;
  vertical-align: middle; }
  .k-grid td .k-multiselect ul li > span:first-child {
    padding-right: 13px; }
  .k-grid td .k-multiselect ul li .k-i-close {
    margin-top: 6px; }
  .k-grid td.k-state-focused.k-state-selected {
    box-shadow: 0px 0px 0px 1px #666666 inset !important;
    border: none;
    margin-left: 1px;
    background: transparent;
    padding-left: 0.7em; }
  .k-grid td:not(.k-state-selected).k-state-focused {
    border: solid 1px black; }
  .k-grid td .active, .k-grid td .btn.btn-primary {
    color: #cc0000; }
  .k-grid td.k-state-selected:hover {
    background-color: #e6f4ff; }

.k-grid tr {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #cccccc; }
  .k-grid tr td {
    border-width: 0 0 0 1px;
    border-style: solid; }
    .k-grid tr td.k-state-selected {
      border-bottom: 1px solid #ffffff !important; }
    .k-grid tr td:first-child {
      border-width: 0 0 0 1px;
      border-color: transparent; }
  .k-grid tr:not(.k-state-selected) td.k-state-focused {
    border: solid 1px black; }
  .k-grid tr.k-selected td {
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #cccccc; }
  .k-grid tr.k-alt td {
    border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #cccccc; }
    .k-grid tr.k-alt td.k-state-focused {
      border: solid 1px black; }
  .k-grid tr.k-state-selected td {
    border-bottom: 1px solid #ffffff !important; }
  .k-grid tr.k-state-selected:hover td {
    background-color: #e6f4ff; }
  .k-grid tr.k-alt:hover {
    background-color: #f7f7f7; }
  .k-grid tr:hover {
    background-color: transparent; }

.k-grid .k-button {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  margin: 0;
  padding: 5px 4px 4px;
  text-align: center;
  text-decoration: none; }

.k-grid .k-edit-cell {
  background-color: #e6f4ff; }

.k-grid span.k-dirty {
  display: none; }

.k-grid .form-check-input {
  margin-top: 0.3rem; }

.k-grid.no-scrollbar .k-grid-header {
  padding: 0 !important; }

.k-grid.no-scrollbar .k-grid-content {
  overflow-y: visible; }

.k-grid-toolbar {
  background-color: #cccccc; }
  .k-grid-toolbar .btn:focus {
    border: solid 2px #555661;
    background-color: #7ad4ff;
    color: #002D68;
    box-shadow: none; }
  .k-grid-toolbar + .k-grid-toolbar {
    border-top-color: #ababab; }
  .k-grid-toolbar:empty {
    border-bottom: none; }

.k-grid-toolbar + .k-grid, .k-grid-toolbar:first-child, .gridFilterToggle + .k-grid, .emptyGridFilterToggle + .k-grid, .settingsIconFix + .k-grid .k-grid-header th, .k-grid-toolbar + .k-grid, .gridFilterToggle + .k-grid .k-grid-header th, .emptyGridFilterToggle + .k-grid .k-grid-header th, .settingsIconFix + .k-grid {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.k-grouping-header,
.k-grid-toolbar {
  margin: 0;
  padding: 0;
  cursor: default; }

.k-state-selected > .k-link, .k-panelbar > li > .k-state-selected, .k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #999999; }

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
  background-color: #e6f4ff;
  border-color: #e6f4ff;
  color: #3e3c3c; }

tr.k-state-selected {
  box-shadow: none; }

.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused {
  background-color: #eeeeee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.empty-grid {
  padding-left: 6px;
  padding-top: 4px; }

/*****  End Grid Styles  *****/
/*****  Grid Pager Styles  *****/
.k-pager-wrap {
  background-color: #ffffff;
  color: #454545; }
  .k-pager-wrap .k-pager-nav {
    background-color: #eeeeee;
    border-color: #cccccc;
    color: #454545;
    border-radius: 3px; }
    .k-pager-wrap .k-pager-nav.k-pager-last {
      border-radius: 3px; }
  .k-pager-wrap .k-link {
    border: 1px solid #cccccc;
    border-radius: 3px !important;
    margin: 0 5px 0 0; }
  .k-pager-wrap > .k-link {
    height: 28px;
    line-height: 28px; }
  .k-pager-wrap .k-dropdown {
    width: 5em; }

.k-grid .k-pager-wrap {
  text-align: right;
  padding-right: 1.4em;
  padding-top: 0.458em;
  padding-bottom: 0.458em; }
  .k-grid .k-pager-wrap > .k-link, .k-grid .k-pager-wrap > .k-pager-numbers {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 .21em;
    position: static; }

.k-grid .k-pager-numbers {
  margin: 0 10px; }

.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
  vertical-align: middle;
  line-height: 28px; }

.k-pager-numbers li {
  float: none;
  display: inline-block;
  line-height: 28px; }

.k-pager-numbers > li:last-child .k-link, .k-pager-numbers > li:last-child .k-state-selected {
  margin-right: 0; }

.k-pager-numbers .k-state-selected {
  margin: 0 5px 0 0;
  border-radius: 3px !important;
  line-height: 2.3em; }

.k-pager-input {
  float: none;
  display: inline-block;
  line-height: 28px; }

.k-pager-sizes {
  padding-top: 0;
  display: inline-block !important;
  vertical-align: middle; }
  .k-pager-sizes .k-widget.k-dropdown {
    margin-top: 0; }
  .k-pager-sizes .k-dropdown-wrap .k-input {
    line-height: 20px;
    text-indent: .1em; }

.k-pager-info {
  line-height: 30px;
  min-width: 128px;
  display: inline-block !important;
  padding: 0; }

.k-grid-pager select.k-dropdown {
  border: solid 1px transparent;
  border-radius: 3px;
  display: none; }

.k-grid-pager .k-pager-nav:focus, .k-grid-pager .k-pager-numbers .k-link:focus, .k-grid-pager select.k-dropdown:focus {
  background-color: #e6f4ff;
  border: solid 1px #3399ff; }

.k-grid-pager .k-pager-numbers span.k-state-selected {
  border: solid 1px #3399ff; }

.k-pager-numbers-wrap {
  display: inline-block;
  vertical-align: middle; }

/*****  End Grid Pager Styles  *****/
/*****  Grid Settings Styles  *****/
.ralk-grid-views {
  margin-left: 10px;
  position: relative;
  margin-top: 10px;
  vertical-align: middle; }

.ralk-grid-settings {
  background: transparent;
  margin: 5px;
  padding-right: 0;
  margin-right: 7px;
  border: none;
  margin-bottom: 0;
  margin-top: 10px;
  vertical-align: middle; }
  .ralk-grid-settings .icon-ralk-settings {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-style: normal;
    font-size: 1.5em;
    color: #3e3c3c;
    border: 2px solid transparent;
    padding: 2px;
    border-radius: 1em; }
    .ralk-grid-settings .icon-ralk-settings:hover {
      color: #7ad4ff;
      border-color: #555661; }
  .ralk-grid-settings .icon-ralk-settings:before {
    content: "\f013"; }
  .ralk-grid-settings:focus .icon-ralk-settings {
    color: #1454AD;
    border-color: #555661; }

.ralk-grid-help {
  background: transparent;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 2em;
  padding: 0;
  border: none;
  vertical-align: middle; }
  .ralk-grid-help .icon-ralk-help {
    background-color: white;
    font-style: unset;
    font-size: 1.5em;
    padding: 2px;
    border: 2px solid transparent;
    border-radius: 1em;
    color: #1454AD; }
    .ralk-grid-help .icon-ralk-help:hover {
      color: #7ad4ff;
      border-color: #555661; }
  .ralk-grid-help:focus .icon-ralk-help {
    color: #1454AD;
    border-color: #555661; }

.ralk-help-dialog .ralk-help-table th, .ralk-help-dialog .ralk-help-table td {
  border: solid 1px black;
  font-size: .75em;
  padding: 5px;
  color: #555661; }

.ralk-help-dialog .ralk-help-table th {
  background-color: #d4e6fb; }

.ralk-help-dialog .ralk-help-table tr.alt td {
  background-color: #f5f5f5; }

.ralk-context-menu {
  left: auto !important;
  right: 41px !important;
  top: 6px !important;
  text-align: left;
  width: 200px; }
  .ralk-context-menu .k-item {
    width: 100%; }
    .ralk-context-menu .k-item.context-menu-separator .k-link {
      height: .25em; }
      .ralk-context-menu .k-item.context-menu-separator .k-link hr {
        margin-top: -.1em; }
    .ralk-context-menu .k-item.disabled.k-state-hover .k-link {
      background-color: #f7f7f7; }
    .ralk-context-menu .k-item.disabled .k-link {
      cursor: default;
      color: #ababab;
      background-color: #f7f7f7; }
    .ralk-context-menu .k-item.k-state-hover .k-link {
      background-color: #7ad4ff; }
    .ralk-context-menu .k-item.k-state-focused .k-link {
      background-color: #7ad4ff; }

.ralk-view-modified {
  position: absolute !important;
  top: 20%;
  margin-left: 5px;
  font-size: 1.5em;
  font-weight: bolder; }

.savedSettingsIndicator {
  background: #C6D6E8;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid gray;
  position: relative;
  right: -16px;
  top: -9px; }

.k-input .ralk-view-modified {
  top: 25%; }

/*****  End Grid Settings Styles  *****/
/*****  Grid Validation Styles  *****/
.k-grid td.ValidationState-Error, td.ValidationState-Warning, td.ValidationState-Info, td.ValidationState-Success {
  background-repeat: no-repeat;
  background-position: top right; }

.k-grid td div.ValidationState-Error, div.ValidationState-Warning, div.ValidationState-Info, div.ValidationState-Success {
  background-repeat: no-repeat;
  background-position: top right; }

.k-grid td.ValidationState-Error {
  background-image: url(kendo/images/cell-error.png);
  background-color: #f7d9d9;
  color: #cc0000; }

.k-grid td div.ValidationState-Error, .k-grid td div.ValidationState-Warning, .k-grid td div.ValidationState-Info {
  padding: 0.2em 0.6em;
  margin: -0.2em -0.6em;
  height: calc(100% + 0.4em); }

.k-grid tr:not(.k-alt) td div[class*="ValidationState-"] {
  border-bottom: 1px solid #f7f7f7; }

.k-grid td div.ValidationState-Error {
  background-color: #f7d9d9;
  color: #cc0000; }

.k-grid td.ValidationState-Warning {
  background-image: url(../kendo/images/cell-warning.png);
  background-color: #f9e7ca;
  color: #F1C233; }

.k-grid td div.ValidationState-Warning {
  background-color: #f9e7ca;
  color: #F1C233; }

.k-grid td.ValidationState-Info {
  background-image: url(../kendo/images/cell-info.png);
  background-color: #d4e6fb;
  color: #3399ff; }

.k-grid td div.ValidationState-Info {
  background-color: #d4e6fb;
  color: #3399ff; }

.k-grid td.ValidationState-Success {
  background-color: #cce5bf;
  color: #286f04; }

.k-grid td div.ValidationState-Success {
  background-color: #cce5bf;
  color: #286f04;
  height: 125%;
  width: 125%;
  margin: -10px;
  padding-left: 10px;
  padding-top: 2.5px; }

.k-tooltip.errorTooltip {
  background-color: #cc0000;
  color: #ffffff; }

.k-tooltip.warningTooltip {
  background-color: #F1C233;
  color: #ffffff; }

.k-tooltip.infoTooltip {
  background-color: #3399ff;
  color: #ffffff; }

.topRightTooltip {
  right: 74px;
  left: initial !important; }

td.ralk-required-grid-field {
  border: solid 1px #cc0000 !important; }
  td.ralk-required-grid-field span.ralk-required-grid-tag {
    color: #cc0000;
    position: relative;
    font-size: 1.5em;
    float: right;
    font-weight: bold; }

/*****  End Grid Validation Styles  *****/
/*****  Grid Column Menu Styles  *****/
.k-grid-header th > .k-link > .k-icon {
  vertical-align: text-top;
  float: right; }

.k-grid-header th.k-with-icon .k-link {
  margin-right: 9px;
  padding-right: 0px; }

.k-grid-header th.k-header {
  font-weight: 700;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-top: 0px;
  border-right: 0px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f7f7f7));
  background: -moz-linear-gradient(center top, #ffffff 5%, #f7f7f7 100%);
  text-align: left;
  padding: 3px 8px;
  white-space: nowrap;
  color: #3e3c3c; }
  .k-grid-header th.k-header label.form-check-label {
    font-weight: 700;
    color: #3e3c3c; }
  .k-grid-header th.k-header:first-child {
    border-top-left-radius: 3px; }
  .k-grid-header th.k-header[data-role="droptarget"] {
    line-height: 18px; }

.k-grid-header th.k-state-focused {
  background: #e6f4ff !important;
  box-shadow: none; }

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm {
  margin-left: 2px; }

.k-grid-header .k-state-active, .k-grid-header .k-state-active:hover, .k-grid-header .k-active-filter, .k-grid-header .k-tabstrip .k-state-active {
  background-color: #cccccc;
  border-color: #ababab;
  border-radius: 2px; }

.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
  padding: .5em 0em; }

.k-filterable .k-filter-help-text ~ label {
  display: block;
  position: relative;
  padding-left: 16px; }
  .k-filterable .k-filter-help-text ~ label input[type="radio"] {
    position: absolute;
    left: 0;
    top: 3px; }

ul.k-menu-group li input[type="checkbox"] {
  vertical-align: text-bottom;
  margin-right: 3px; }

.k-action-buttons {
  border-width: 0px;
  border-style: none;
  bottom: 0px;
  padding: 0px;
  margin: 0px; }

.k-grid thead th .k-sort-order, .k-grid thead th .k-i-sort-asc-sm, .k-grid thead th .k-i-sort-desc-sm {
  color: #005C8A; }

.k-grid thead th .checkbox {
  min-height: 15px; }

/*****  End Grid Column Menu Styles  *****/
/*****  Grid Drag/Drop Styles  *****/
td.ral-drag span:not(:only-child) i.icon-reorder {
  margin: 0px 8px; }

.highlight-droparea {
  background-color: #ababab; }

.ral-drag-hint {
  padding-right: 8px; }

.k-grid tr td.ral-drag {
  text-align: center; }
  .k-grid tr td.ral-drag .icon-reorder:hover {
    cursor: move; }

/*****  End Grid Drag/Drop Styles  *****/
/*****  Grouped/Nested Grid Styles  *****/
.k-hierarchy-col {
  width: 35px !important; }

.k-detail-row .k-detail-cell.syncWithParentGrid {
  padding-left: 0px;
  padding-right: 0px;
  border: none !important; }

.k-detail-row .k-detail-cell.syncWithParentGrid .k-grid {
  border-left: none;
  border-right: none; }

.k-detail-row .k-detail-cell.syncWithParentGrid .k-grid .k-header.k-grid-toolbar {
  border: none; }

.k-detail-row .k-detail-cell.syncWithParentGrid .k-grid tbody tr td.nestedGridFirstVisibleChild {
  border-left-color: #cccccc;
  padding-left: 30px; }

.k-grid .k-hierarchy-cell + td {
  border-left-width: 1px; }

.hideNestedHeaderColumnDivider {
  border-bottom: none !important;
  background: #f7f7f7 !important; }

/*****  End Grouped/Nested Grid Styles  *****/
/*****  Export Styles  *****/
.export-overlay {
  position: absolute !important; }
  .export-overlay div {
    position: absolute !important;
    z-index: 10002 !important;
    color: white !important;
    text-align: center;
    margin-top: 12.5%;
    width: 100%; }

.k-loading-pdf-mask .k-loading-color {
  background-color: #ababab;
  opacity: 0.25; }

.k-loading-image {
  display: none; }

.r-k-export-page {
  width: 2000px;
  height: 900px;
  border: 25px solid #ffffff; }

/*****  End Export Styles  *****/
/*****  ColorPicker Styles  *****/
.k-colorpicker:not(.k-editor-widget) .k-select {
  display: none !important; }

.k-colorpicker:not(.k-editor-widget) .k-picker-wrap {
  padding: 0 0 3px 0; }
  .k-colorpicker:not(.k-editor-widget) .k-picker-wrap.k-state-border-down {
    border-bottom-width: 1px;
    border-bottom-color: transparent; }

.k-colorpicker:not(.k-editor-widget) .k-selected-color {
  border-radius: 3px; }

/*****  End ColorPicker Styles  *****/
/*****  Notification Styles  *****/
.k-notification .k-notification-wrap {
  display: flex;
  white-space: normal; }
  .k-notification .k-notification-wrap .k-icon:not(.k-i-close) {
    width: 30px; }
  .k-notification .k-notification-wrap .k-notification-content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }

/*****  End Notification Styles  *****/
/*****  Editor Styles  *****/
table.k-editor {
  background-color: #f5f5f5; }
  table.k-editor .k-editor-toolbar {
    border-style: none;
    border-radius: 0; }
    table.k-editor .k-editor-toolbar .k-tool {
      width: 32px !important;
      height: 32px !important;
      box-sizing: border-box; }
      table.k-editor .k-editor-toolbar .k-tool .k-icon {
        position: absolute;
        top: 3px;
        height: 24px;
        width: 24px;
        left: 3px; }
      table.k-editor .k-editor-toolbar .k-tool.k-tool-custom {
        width: 34px !important; }
        table.k-editor .k-editor-toolbar .k-tool.k-tool-custom span:not(.k-icon) {
          position: absolute;
          padding-left: 2px;
          top: 0;
          font-size: .95em;
          text-align: left;
          left: 0;
          font-weight: bold; }
  table.k-editor .k-editable-area {
    border-color: #cccccc; }

.k-window .k-editor iframe {
  width: 85%; }

.k-window table.k-editor {
  height: 100%; }

/*****  End Editor Styles  *****/
/*****  Date/Time Picker Styles  *****/
.k-popup.k-calendar-container, .k-popup.k-list-container {
  border-color: #cccccc; }
  .k-popup.k-calendar-container.k-calendar-container .k-nav-fast, .k-popup.k-list-container.k-calendar-container .k-nav-fast {
    padding: 0; }
  .k-popup.k-calendar-container.k-calendar-container .k-nav-prev, .k-popup.k-calendar-container.k-calendar-container .k-nav-next, .k-popup.k-list-container.k-calendar-container .k-nav-prev, .k-popup.k-list-container.k-calendar-container .k-nav-next {
    padding: 10px;
    z-index: 1; }
    .k-popup.k-calendar-container.k-calendar-container .k-nav-prev.k-nav-prev, .k-popup.k-calendar-container.k-calendar-container .k-nav-next.k-nav-prev, .k-popup.k-list-container.k-calendar-container .k-nav-prev.k-nav-prev, .k-popup.k-list-container.k-calendar-container .k-nav-next.k-nav-prev {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .k-popup.k-calendar-container.k-calendar-container .k-nav-prev.k-nav-next, .k-popup.k-calendar-container.k-calendar-container .k-nav-next.k-nav-next, .k-popup.k-list-container.k-calendar-container .k-nav-prev.k-nav-next, .k-popup.k-list-container.k-calendar-container .k-nav-next.k-nav-next {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.k-datepicker .k-state-border-down, .k-timepicker .k-state-border-down, .k-datetimepicker .k-state-border-down {
  border-bottom-width: 1px; }

.k-datepicker .k-picker-wrap, .k-timepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap {
  padding-left: 6px; }

.k-datepicker .k-input.datepicker, .k-datepicker .k-input.timeentry, .k-datepicker .k-input.datetimepicker, .k-timepicker .k-input.datepicker, .k-timepicker .k-input.timeentry, .k-timepicker .k-input.datetimepicker, .k-datetimepicker .k-input.datepicker, .k-datetimepicker .k-input.timeentry, .k-datetimepicker .k-input.datetimepicker {
  text-indent: 0; }

.k-datepicker .k-textbox, .k-timepicker .k-textbox, .k-datetimepicker .k-textbox {
  height: 28px !important; }

/*****  End Date/Time Picker Styles  *****/
/*****  Base DropDown Styles  *****/
.k-picker-wrap {
  border-width: 2px;
  max-height: 2em; }
  .k-picker-wrap.k-state-focused {
    border-color: #555661; }
  .k-picker-wrap .k-state-border-down {
    padding-bottom: 0px; }
  .k-picker-wrap .k-input, .k-picker-wrap .k-select {
    line-height: 20px;
    min-height: 20px;
    padding: 2px 0; }

.k-dropdown-wrap {
  border-width: 2px; }
  .k-dropdown-wrap .k-input, .k-dropdown-wrap .k-select {
    line-height: 20px;
    min-height: 20px;
    padding: 2px 0; }
  .k-dropdown-wrap.k-state-focused {
    border-color: #555661 !important;
    background-color: #d4e6fb !important; }
  .k-dropdown-wrap.k-state-border-down {
    padding-bottom: 0px; }
  .k-dropdown-wrap .k-ral-span {
    display: inline-block;
    width: calc(100% - 1em);
    position: absolute;
    left: 0; }

.k-autocomplete.form-control, .k-combobox.form-control, .k-datepicker.form-control, .k-timepicker.form-control, .k-datetimepicker.form-control,
.k-colorpicker.form-control, .k-numerictextbox.form-control, .k-dropdown.form-control, .k-selectbox.form-control, .k-textbox.form-control {
  width: 100%; }

.k-autocomplete.k-state-hover, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-hover, .k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-hover, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-hover {
  background-color: #ffffff;
  box-shadow: none;
  border-color: #cccccc; }

.k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused,
.k-autocomplete.k-state-default .k-input, .k-combobox .k-state-default .k-input, .k-picker-wrap.k-state-default .k-input, .k-numeric-wrap.k-state-default .k-input, .k-multiselect-wrap, .k-slider-track, .k-slider-selection, .k-progress-status-wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.k-list-container {
  max-width: 500px; }

.k-list-scroller ul.k-list li.k-item {
  word-wrap: break-word; }
  .k-list-scroller ul.k-list li.k-item p {
    margin: 3px 0; }

/*****  End Base DropDown Styles  *****/
/*****  DropDown Styles  *****/
.k-dropdown.k-dropdown-inline {
  width: 75% !important; }

.k-dropdown .k-dropdown-wrap {
  box-sizing: border-box; }

.k-dropdown .k-i-arrow-60-down {
  font-size: 14px !important;
  background-color: #eeeeee;
  border: 1px solid #999999; }
  .k-dropdown .k-i-arrow-60-down:before {
    content: "";
    background: url(/Style/kendo/images/misc_icons.png) -65px -16px no-repeat; }

.k-dropdown .k-input .selected-text {
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-indent: 0;
  padding-bottom: 1px;
  vertical-align: middle; }

.k-dropdown .k-input .drpdwn-clear-btn {
  display: inline-block;
  vertical-align: middle;
  float: none !important; }

.k-dropdown .k-input .k-i-close {
  color: #999999;
  margin-left: -.5em !important;
  margin-right: -1.5px !important;
  font-size: .9em !important;
  margin-top: 2px !important;
  font-weight: bolder !important;
  cursor: pointer;
  float: right; }

/*****  End DropDown Styles  *****/
/*****  CombobBox Styles  *****/
.k-combobox {
  height: 2.3em;
  margin-left: 0 !important; }
  .k-combobox .k-dropdown-wrap {
    height: 2.3em;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: hidden; }
  .k-combobox .k-select {
    border: none; }
  .k-combobox .k-input:disabled.form-control {
    border: none !important; }
  .k-combobox .k-i-close {
    display: inline !important;
    color: #999999 !important;
    margin-right: -1.9px !important;
    font-size: 11px !important;
    font-weight: bolder !important;
    cursor: pointer; }
  .k-combobox .k-i-arrow-60-down {
    font-size: 14px !important;
    background-color: #eeeeee;
    border: 1px solid #999999; }
    .k-combobox .k-i-arrow-60-down:before {
      content: "";
      background: url(/Style/kendo/images/misc_icons.png) -65px -16px no-repeat; }

.k-combobox-clearable .k-input {
  padding-right: 15px !important; }

.k-combobox-clearable .k-clear-value {
  right: 13px;
  top: 4px;
  position: relative; }
  .k-combobox-clearable .k-clear-value .k-i-x {
    font-size: 1em;
    color: #999999;
    font-weight: bolder; }

/*****  End ComboBox Styles  *****/
/*****  MultiSelect Styles  *****/
.k-multiselect {
  margin-left: 0 !important;
  margin-bottom: 5px; }
  .k-multiselect .k-multiselect-wrap > .k-input {
    color: #ababab !important;
    float: none !important;
    display: inline-block;
    height: 21px;
    vertical-align: bottom; }
  .k-multiselect .k-multiselect-wrap > .k-input:focus {
    color: #3e3c3c !important; }
  .k-multiselect .k-clear-value {
    right: 5px;
    top: 4px;
    position: absolute; }
    .k-multiselect .k-clear-value .k-i-x {
      font-size: 1em;
      color: #999999;
      font-weight: bolder;
      cursor: pointer; }
  .k-multiselect > .k-i-x {
    top: 25% !important;
    display: inline !important;
    color: #ababab;
    margin-left: 5px;
    margin-right: 7px;
    font-size: 1em !important;
    cursor: pointer; }
  .k-multiselect ul {
    display: inline-block;
    margin: 0;
    padding: 1px;
    vertical-align: middle;
    max-width: calc(100% - 27px); }
    .k-multiselect ul li {
      line-height: 20px;
      margin-left: 5px;
      clear: none;
      background-color: #f7f7f7 !important;
      color: #3e3c3c !important;
      border: 1px #ababab solid !important; }
      .k-multiselect ul li .k-i-x {
        color: #666666;
        font-size: 1em !important;
        cursor: pointer; }
  .k-multiselect .k-input {
    width: 100%;
    display: inline-block; }

.k-multiselect.k-state-focused > .k-multiselect-wrap > .k-i-close, .k-multiselect.k-state-hover > .k-multiselect-wrap > .k-i-close {
  height: 13px; }

/*****  End MultiSelect Styles  *****/
/*****  Dialog Styles  *****/
.k-dialog {
  width: 650px;
  top: 50px !important;
  margin: auto;
  z-index: 1050 !important;
  /*    &.large {
        .k-dialog-content {
            width: 1250px;
        }
    }*/ }
  .k-dialog .k-dialog-content {
    overflow-y: auto;
    max-height: calc(100vh - 200px); }
    .k-dialog .k-dialog-content:not([id*="CtDetailsModal_"]):not(.patient-signature-modal) h3:not(.gridTitle) {
      color: #ababab;
      margin-top: 5px; }
      .k-dialog .k-dialog-content:not([id*="CtDetailsModal_"]):not(.patient-signature-modal) h3:not(.gridTitle) ul {
        color: #3e3c3c; }
    .k-dialog .k-dialog-content[id*="CtBulkEditModal_"] h3:not(.gridTitle), .k-dialog .k-dialog-content[id*="CtUsageModal_"] h3:not(.gridTitle), .k-dialog .k-dialog-content[id*="CtCompareModal_"] h3:not(.gridTitle) {
      color: #3e3c3c; }
  .k-dialog .k-dialog-buttongroup {
    padding: 8px 10px !important; }
  .k-dialog .k-dialog-titlebar {
    padding: 9px 15px !important;
    min-height: 20px; }
    .k-dialog .k-dialog-titlebar .k-dialog-title {
      font-size: .8em !important;
      margin-left: 10px !important;
      vertical-align: middle;
      line-height: 20px;
      padding-right: 20px; }
  .k-dialog a.k-dialog-action.k-dialog-close {
    right: 5px;
    top: 10px;
    padding: 0; }
  .k-dialog .k-dialog-content, .k-dialog .k-window-content {
    padding: 15px 30px; }
    .k-dialog .k-dialog-content h2, .k-dialog .k-window-content h2 {
      min-height: 28px;
      margin-top: 0;
      line-height: normal; }
    .k-dialog .k-dialog-content h3 p, .k-dialog .k-window-content h3 p {
      margin-bottom: 10px;
      line-height: normal;
      font-size: 1.35em;
      color: #3e3c3c; }
    .k-dialog .k-dialog-content h3 p:empty, .k-dialog .k-window-content h3 p:empty {
      margin: 0; }
  .k-dialog .k-dialog-buttongroup {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 0 0 4px 4px; }
    .k-dialog .k-dialog-buttongroup .k-button {
      font-size: 1.25em;
      line-height: 20px;
      min-width: 65px; }
      .k-dialog .k-dialog-buttongroup .k-button:not(.k-primary) {
        margin-left: 10px; }
    .k-dialog .k-dialog-buttongroup .k-primary:not(:disabled) {
      background-color: #003a70 !important; }
    .k-dialog .k-dialog-buttongroup .k-button:hover {
      background-color: #eeeeee !important; }
      .k-dialog .k-dialog-buttongroup .k-button:hover.k-primary {
        color: #555661 !important; }
    .k-dialog .k-dialog-buttongroup .k-button:focus {
      background-color: #7ad4ff !important;
      color: #002D68 !important;
      text-decoration: none; }
  .k-dialog div[id*="DynamicModal_"].k-dialog-content {
    display: block; }

div[id*="DynamicModal_"] {
  display: none; }

/*****  End Dialog Styles  *****/
/*****  Window Styles  *****/
.k-window-titlebar {
  min-height: 21px; }

tr.k-window-row-highlight td:first-child {
  border-bottom: 1px solid #ffffff; }

.k-window-title {
  font-size: 1.25em; }

.k-window-content {
  position: static !important; }

/*****  End Window Styles  *****/
/*****  ProgressBar Styles  *****/
.k-progressbar {
  width: 500px; }
  .k-progressbar .k-state-selected {
    background-color: #003a70 !important; }

/*****  End ProgressBar Styles  *****/
/*****  TextBox Styles  *****/
input.k-textbox {
  height: 26px;
  padding: 2px 0; }

/*****  End TextBox Styles  *****/
/*****  MaskedTextBox Styles  *****/
.k-maskedtextbox {
  height: 26px !important;
  margin-left: 0 !important;
  margin-bottom: 5px; }
  .k-maskedtextbox .k-textbox {
    height: 26px !important; }

/*****  End MaskedTextBox Styles  *****/
/*****  NumericTextBox Styles  *****/
.k-numerictextbox {
  height: 26px !important;
  margin-left: 0 !important;
  margin-bottom: 5px; }
  .k-numerictextbox .k-numeric-wrap {
    border: none;
    height: 26px !important; }
    .k-numerictextbox .k-numeric-wrap .k-input {
      border: 1px solid #cccccc; }
    .k-numerictextbox .k-numeric-wrap .k-i-warning {
      color: #cc0000; }
      .k-numerictextbox .k-numeric-wrap .k-i-warning.k-hidden {
        display: none; }

/*****  End NumericTextBox Styles  *****/
/*****  Splitter Styles  *****/
.k-splitbar-horizontal {
  width: 7.5px !important;
  padding-left: 2.5px; }

.k-splitter .k-splitter-overlay {
  display: none !important; }

/*****  End Splitter Styles  *****/
/*****  Scheduler Styles  *****/
.k-scheduler {
  border-radius: 0px;
  overflow-y: hidden; }
  .k-scheduler .k-button-icon {
    height: 28px; }
  .k-scheduler div[role="gridcell"] .k-event-actions:first-child {
    display: none; }
  .k-scheduler .k-scheduler-header-wrap > div {
    padding: 1px;
    box-sizing: border-box; }
  .k-scheduler .k-event {
    border-radius: 0; }
  .k-scheduler .k-resize-handle::after {
    background-color: black !important; }
  .k-scheduler .invalid-slot {
    background: red !important;
    cursor: no-drop; }

.k-scheduler-toolbar .k-scheduler-navigation {
  line-height: 22px; }

.k-scheduler-footer, .k-scheduler-toolbar {
  padding: 8px 14px;
  line-height: 22px; }

.k-scheduler-monthview .k-event {
  background-color: #d4e6fb;
  border-color: #cccccc;
  color: #003a70;
  font-weight: bold; }

.k-event .k-event-template {
  line-height: 22px; }

.k-scheduler-table .k-link.k-nav-day {
  padding-bottom: 5px; }

.k-scheduler-monthview .k-scheduler-content .k-event {
  line-height: 30px; }

.k-scheduler-monthview .k-scheduler-content .k-event a {
  color: #003a70 !important;
  cursor: pointer; }

.scheduler-toolbar {
  background-color: #cccccc;
  border-bottom: 1px solid #ababab;
  padding: 7px 15px;
  text-align: right;
  color: #3e3c3c; }

.scheduler-toolbar .pull-left {
  line-height: 30px; }

.scheduler-toolbar a {
  cursor: pointer;
  color: #3e3c3c !important; }

.scheduler-toolbar a.active, .scheduler-toolbar a.btn.btn-primary {
  font-weight: bold; }

.k-i-refresh {
  display: none; }

.calevent {
  color: #3e3c3c; }

/*****  End Scheduler Styles  *****/
/*****  Upload Styles  *****/
.k-upload {
  text-align: left; }

.ralk-upload-file-options {
  padding: 5px;
  padding-bottom: 10px; }

.k-upload-button {
  border-radius: 2em;
  min-width: unset !important;
  width: auto;
  padding: 5px 10px 5px 10px;
  margin-right: 5px !important; }
  .k-upload-button.k-state-focused {
    border-color: #555661;
    background-color: #7ad4ff; }

.k-upload-status, .k-dropzone-hint {
  display: none;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

.ralk-upload-status, .ralk-upload-hint {
  font-size: 1.25em;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*****  End Upload Styles  *****/
/*****  TreeList Styles  *****/
.k-treelist {
  border-style: none; }
  .k-treelist .k-grid-norecords {
    display: none; }
  .k-treelist.ralk-formatted-textarea {
    color: black; }
    .k-treelist.ralk-formatted-textarea .k-item .k-in {
      padding: 1px 6px 1px 1px;
      border-style: none; }
      .k-treelist.ralk-formatted-textarea .k-item .k-in.k-state-focused, .k-treelist.ralk-formatted-textarea .k-item .k-in.k-state-selected, .k-treelist.ralk-formatted-textarea .k-item .k-in.k-state-hover {
        background-color: unset;
        color: unset; }
    .k-treelist.ralk-formatted-textarea .k-item.ralk-tree-highlight > div .k-in {
      background-color: #073763; }

/*****  End TreeList Styles  *****/
/*****  Report Viewer Styles  *****/
.report-preview-pane {
  margin-top: 40px;
  height: 80vh; }

.trv-error-pane .k-widget.k-tooltip-validation {
  z-index: 999; }

/*****  End Report Viewer Styles  *****/
/*****  Chart Styles  *****/
.legend-header th {
  padding: 5px 5px 5px 5px;
  text-align: center; }

.legend-item td {
  padding: 0 5px 0 5px;
  text-align: center; }

.k-chart-tooltip {
  white-space: normal;
  max-width: 250px; }

.r-k-annotations li {
  white-space: normal; }

/*****  End Chart Styles  *****/
/*****  Spreadsheet Styles  *****/
.k-spreadsheet {
  width: 100%;
  min-height: 150px;
  box-sizing: border-box; }
  .k-spreadsheet .k-spreadsheet-pane.k-left {
    border-bottom-width: 0; }

.k-spreadsheet-filter-menu > div {
  display: none; }

.k-selection-full {
  background-color: transparent !important; }

.k-selection-partial {
  background-color: transparent !important; }

/*****  End Spreadsheet Styles  *****/
.signInForm input.invalid-field {
  background-color: #ffbaba; }

.logon-terms-container {
  position: relative;
  max-height: 350px;
  width: 692px;
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
  word-break: break-word;
  overflow-y: auto; }

tr.finalReportUnread td, tr.finalReportUnread.k-alt td {
  font-weight: bold; }

.buttonInlineWithField {
  padding: 2px 12px; }

header, #header {
  width: 100%;
  background-color: #ffffff;
  background-repeat: repeat-x;
  border-bottom: 1px solid #ababab; }

.navbar-header {
  background-color: #003a70;
  padding-top: 4px;
  padding-right: 10px;
  min-height: 39px; }

.navbar .navbar-nav li a {
  text-shadow: none;
  color: white; }

.navbar-brand.logo {
  position: relative;
  background-color: white;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 10px;
  margin-top: 0; }

@media (min-width: 767px) {
  .navbar-second {
    height: 51px;
    padding-left: 48px;
    border: none;
    background-color: white;
    z-index: 11; } }

.navbar-first .dropdown-menu, .navbar-second .dropdown-menu {
  border: solid 1px #ababab;
  padding: 5px 0; }

#header.navbar .nav {
  margin-top: 3px; }

#header.navbar .nav.pull-right {
  margin-right: 10px; }

a.nav-link.skip-to-content {
  text-decoration: underline !important;
  color: #d4e6fb !important; }

.logo {
  margin-bottom: 13px;
  border-top: 7px solid #003a70;
  padding-top: 21px;
  margin-right: 0; }

#logo {
  background-repeat: no-repeat;
  background-image: url(/Home/Logo);
  clear: left;
  float: left;
  width: 190px;
  cursor: pointer; }
  #logo.S {
    background-position: 10px center;
    background-size: calc(100% - 10px) 55px; }
  #logo.P {
    background-position: center;
    background-size: contain; }
  #logo.N {
    background-position: 10px top;
    background-size: cover; }

@media (max-width: 768px) {
  #logo {
    width: 85px; } }

#poweredby {
  position: relative;
  margin-left: 200px;
  width: 130px;
  overflow: hidden; }

#poweredbytext {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: .65em;
  line-height: 12px;
  color: #666666; }

#logo, #poweredby {
  min-height: 55px;
  background-color: #ffffff; }

@media (max-width: 768px) {
  .navbar-brand.logo {
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 75%;
    overflow-x: hidden; }
  #logo, #poweredby {
    min-height: 25px; }
  #logo-header {
    max-height: 200px;
    overflow-y: auto; }
  #poweredbytext {
    font-size: .5em;
    line-height: 8px; } }

.fade-bar.top {
  height: 5px;
  background-color: #484F6B; }

.fade-bar.mid {
  height: 5px;
  background-color: #7d9bc1; }

.fade-bar.bottom {
  height: 5px;
  background-color: #d4e6fb; }

@media (max-width: 768px) {
  .fade-bar {
    display: none; } }

.page-content {
  border: 1px solid #003a70;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.FormTitle {
  margin: 10px 0 20px 0;
  font-size: 2.25em;
  font-weight: bold;
  color: #003a70; }

#dashboardGreeting {
  background-color: #f7f7f7;
  padding: 10px 40px 0px 60px;
  display: block;
  position: relative;
  background-color: #f7f7f7;
  min-height: 300px; }

@media (min-width: 768px) {
  #dashboardGreeting {
    display: flex; } }

#dashboardImage {
  margin-left: 0px;
  margin-right: 20px;
  padding-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: auto; }

#dashboardImage img {
  max-width: 100%; }

#dashboardGreeting .text {
  padding-top: 40px;
  vertical-align: top; }

.SearchCriteriaTitle {
  font-size: 1.8em;
  margin: 5px 0px;
  color: #003a70; }

.searchFields {
  padding: 10px 0;
  background-color: white;
  height: auto;
  border-radius: 4px; }

.searchFieldsColumn {
  padding: 5px 15px;
  border-right: 1px solid #cccccc; }
  .searchFieldsColumn:last-child {
    border-right: none; }

/* remote order entry styles
----------------------------------*/
.editor-label label {
  float: left;
  margin-bottom: 0;
  margin-right: 4px; }

.menuUL {
  width: calc(100% - 320px);
  margin-top: 0; }
  .menuUL > .navbar-first {
    background-color: #003a70; }

.noMenuUL {
  width: calc(100% - 320px);
  height: 51px;
  margin-top: 35px;
  z-index: 11;
  background-color: white; }

@media (max-width: 768px) {
  .noMenuUL {
    display: none; } }

.mobileMenu {
  padding: 3px 10px 2px 0;
  width: calc(100% - 320px);
  position: absolute;
  top: 0;
  right: 0; }

.signaturePad {
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  max-width: 100%; }

.patientSignatureStatusIcon {
  font-size: 2em !important;
  margin-right: 10px;
  vertical-align: middle; }

.custom-form-check-label {
  margin-top: 3px; }

.date-range {
  max-width: 105px; }

.contained-panel {
  max-width: 800px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #003a70;
  padding: 20px;
  margin: 40px auto; }

@media (max-width: 768px) {
  .contained-panel {
    padding: 5px;
    margin: 10px auto; } }

.input-group input[name*="Search"] {
  height: auto; }

.currentResults {
  float: right;
  color: #f7f7f7;
  margin: 0;
  line-height: 30px;
  font-weight: normal; }

.order-header {
  background-color: #003a70;
  color: white; }
  .order-header a {
    color: #7d9bc1; }

#SampleDetailsContainer.borderCCC {
  height: 489px;
  overflow-y: auto; }

#dashboard-image {
  background-repeat: no-repeat;
  background-image: url(/Home/DashboardImage);
  min-height: 380px;
  cursor: default;
  height: 100%;
  background-position: top center;
  background-size: contain; }

.navbar-toggler {
  border: solid 1px transparent;
  border-radius: 10px; }
  .navbar-toggler:focus {
    border-color: #ffffff; }
    .navbar-toggler:focus i {
      color: #7ad4ff !important; }

#dashboard-message-panel {
  min-height: calc(100vh - 248px); }

.dashboard-image-container {
  /*min-width: 472px;*/
  border-right: 1px solid #cccccc; }

#dashboard-shortcut .card {
  width: 220px; }
  #dashboard-shortcut .card .card-footer {
    background-color: #C6D6E8;
    color: #003a70; }
    #dashboard-shortcut .card .card-footer[aria-expanded="true"] {
      background-color: #003a70; }
      #dashboard-shortcut .card .card-footer[aria-expanded="true"] .alert-count {
        color: #ffffff; }
    #dashboard-shortcut .card .card-footer .alert-count {
      color: #003a70;
      border: 2px solid transparent; }
  #dashboard-shortcut .card .shortcutLink h3 {
    border: solid 2px transparent;
    box-sizing: border-box; }
  #dashboard-shortcut .card .shortcutLink:focus h3 {
    border-color: #555661; }
  #dashboard-shortcut .card .clientDropdown .client-menu {
    border-color: #003a70;
    margin: 0; }
    #dashboard-shortcut .card .clientDropdown .client-menu tr:not(:last-child) td {
      border-bottom: 1px solid #003a70; }
    #dashboard-shortcut .card .clientDropdown .client-menu .shortcutLink .client-name {
      padding: 6px;
      align-self: center;
      text-align: center; }
    #dashboard-shortcut .card .clientDropdown .client-menu .shortcutLink .client-count {
      padding: 6px;
      color: #ffffff;
      background-color: #4288d9; }

.greetingPanel table, .messagePanel table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 1em;
  border-collapse: separate;
  border: 1px dotted #cccccc; }
  .greetingPanel table td, .messagePanel table td {
    border: 1px dotted #cccccc; }

.greetingPanel a, .messagePanel a {
  text-decoration: underline;
  color: #00a; }

.greetingPanel p, .messagePanel p {
  margin: 0 0 1em; }

.greetingPanel ul, .greetingPanel ol, .messagePanel ul, .messagePanel ol {
  padding-left: 2.5em; }

.linkInErrorBanner {
  color: #a63432 !important;
  text-decoration: underline !important; }

@media (min-height: 762px) {
  .gridMinHeight {
    min-height: calc(100vh - 507px); } }

.test-header i.fa-info {
  color: #666666;
  font-size: 1em !important; }

.k-grid-header th.test-header.k-header > div {
  position: relative; }
  .k-grid-header th.test-header.k-header > div i[class*="fa-"] {
    position: absolute;
    right: 2px;
    bottom: 0;
    font-size: 1.25em; }
  .k-grid-header th.test-header.k-header > div i.required {
    position: absolute;
    right: -4px;
    top: 30px; }

.k-grid-header th.test-header.k-header div span {
  display: inline-block;
  font-size: .95em;
  margin: 10px 0 10px -8px;
  padding: 5px 0;
  text-align: left;
  transform: rotate(-31deg);
  text-overflow: ellipsis;
  overflow: hidden;
  width: 74px;
  text-align: center; }
