﻿/**
 * Custom Font Includes
*/
@font-face {
  font-family: 'Inter-ExtraBold';
  src: url('Inter/Inter-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter-Bold';
  src: url('Fonts/Inter/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter-Regular';
  src: url('Fonts/Inter/Inter-Regular.ttf') format('truetype');
}
/**
    Colors
*/
/*#474744;*/
/**
    Shadows
*/
/**
    Fonts
*/
/**
    Elements
*/
/**
    Layout styles
*/
body {
  background: #E6E7E2;
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-size: 15px;
  color: #000000;
  min-height: 100vh;
  width: 100%;
}
.modal-large {
  width: 1200px;
}
typeahead-container.dropdown-menu {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 2060 !important;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
typeahead-container.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
typeahead-container.dropdown-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
typeahead-container .dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
typeahead-container .dropdown-item:hover {
  color: #262626;
  background-color: #337ab7 !important;
}
typeahead-container button.dropdown-item {
  outline: 0;
}
.container-fluid,
header nav {
  margin: auto;
}
header nav.navbar-default {
  height: 60px;
  width: 100%;
  background-color: #F7F9F9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
header nav.navbar-default,
header nav.navbar-default a,
header nav.navbar-default a:hover {
  color: #555551;
}
header nav.navbar-default .fa-inverse {
  color: #00C8F0;
}
header nav.navbar-default .navbar-text {
  max-width: calc(100% - 60px);
  color: #555551;
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
  text-overflow: ellipsis;
  float: left;
  font-size: 13px;
  overflow: hidden;
}
header nav div.navbar-brand {
  padding: 0 20px;
  height: 60px;
  border-right: 1px solid rgba(247, 249, 249, 0.15);
}
header nav div.navbar-brand div.logo {
  height: 60px;
  width: 170px;
  background: no-repeat center / contain url('Images/Genex_Logo_2022.png');
}
header nav ul:not(.dropdown-menu) {
  float: left;
  padding-left: 0px;
  font-size: 17px;
}
header nav ul:not(.dropdown-menu) > li {
  border-bottom: 2px solid transparent;
  margin-top: 20px;
  margin-left: 20px;
  list-style: none;
  float: left;
}
header nav ul:not(.dropdown-menu) > li.active {
  border-color: #BE18B3;
}
header nav .navbar-left {
  display: inline;
}
header nav .navbar-right {
  margin-right: 0px;
  float: right;
  display: inline;
  max-width: calc(100% - 180px);
}
header nav .navbar-right ul:not(.dropdown-menu) li {
  margin-left: 0px;
  margin-right: 20px;
}
header nav .navbar-right ul:not(.dropdown-menu) li.icon {
  height: 60px;
  line-height: 60px;
  margin: 0px;
  padding: 0px 7px;
  font-size: 1.5em;
  border-left: 1px solid rgba(247, 249, 249, 0.15);
}
header nav .navbar-right ul:not(.dropdown-menu) li i {
  width: 45px;
  text-align: center;
  background-color: #F7F9F9;
}
header nav .navbar-right ul.dropdown-menu li a,
header nav .navbar-right ul.dropdown-menu li a:active {
  color: #000000;
}
header nav .dropdown .dropdown-menu {
  right: -15px;
  line-height: 1em;
  left: auto;
}
header nav .dropdown .dropdown-menu i {
  width: auto;
}
header nav .dropdown .dropdown-menu.user-menu {
  top: calc(60px - 5px);
  padding: 0 15px;
}
header nav .dropdown .dropdown-menu.user-menu:before {
  content: '\f0d8';
  font-family: FontAwesome;
  color: #F7F9F9;
  font-size: 40px;
  position: absolute;
  top: -10px;
  line-height: 10px;
  right: 27px;
}
header nav .dropdown .dropdown-menu.user-menu li i {
  width: auto;
}
header nav .dropdown .dropdown-menu .row {
  padding: 15px 0px;
}
header nav .typeahead {
  padding-top: 1px;
}
header nav .typeahead typeahead-container {
  position: relative !important;
  top: 0px !important;
}
header nav .typeahead .dropdown-menu {
  min-width: 250px;
  right: 0px !important;
  left: auto !important;
  max-height: 90vh;
  overflow-y: auto;
}
header nav .typeahead .dropdown-menu li:not(.dropdown-header) {
  padding-bottom: 8px;
  margin: 0;
  font-size: 15px;
}
header nav .typeahead .dropdown-menu li:not(.dropdown-header).active a {
  color: #F7F9F9;
}
header nav .typeahead .dropdown-menu li:not(.dropdown-header) a {
  color: #555551;
}
header nav .typeahead .dropdown-menu li:not(.dropdown-header) a:hover {
  color: #F7F9F9;
}
header nav .typeahead .dropdown-menu .dropdown-header {
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  color: #AAAAA8;
  border-top: 1px solid #E3E3E1;
}
header nav .typeahead .dropdown-menu .dropdown-header:first-child {
  border-top: none;
  margin-top: 15px;
  padding-top: 0;
}
header nav .typeahead .spinner {
  top: 0em;
  right: 0px;
}
/* Direct user-menu styles for ngx-bootstrap v10 compatibility */
.dropdown-menu.user-menu {
  min-width: 200px;
  padding: 0 15px;
  background: #F7F9F9;
  border: 1px solid #E3E3E1;
  color: #000000;
  inset: auto !important;
  top: calc(60px - 5px) !important;
  right: -30px !important;
  left: auto !important;
}
.dropdown-menu.user-menu .row {
  padding: 15px 0px;
  display: block;
}
.dropdown-menu.user-menu .link {
  color: #5023FA;
  cursor: pointer;
}
.dropdown.show > .dropdown-menu.user-menu,
.dropdown.open > .dropdown-menu.user-menu,
.dropdown-menu.user-menu.show {
  display: block !important;
}
.nav-item {
  margin-top: 0px;
  margin-bottom: 4px;
}
.typeahead {
  position: relative;
}
.typeahead .spinner {
  position: absolute;
  right: 5px;
  top: calc( 50% - .7em );
  font-size: 13px;
  color: #AAAAA8;
}
.checkbox-list-inline {
  float: left;
  margin-right: 5px;
}
.tab-content {
  border-bottom: 1px solid #E3E3E1;
  border-left: 1px solid #E3E3E1;
  border-right: 1px solid #E3E3E1;
}
.tab-content .row {
  margin: 0px !important;
}
.tab-content .tab-search-label {
  font-size: 13px;
}
.tab-content .tab-search {
  margin-top: 10px !important;
}
.tab-content .tab-pane {
  height: 408px !important;
  overflow: scroll !important;
}
.dropdown {
  position: relative;
}
.dropdown.open .dropdown-menu,
.dropdown.show .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu {
  position: absolute;
  background: #F7F9F9;
  left: 0px;
  min-width: 300px;
  z-index: 999;
  color: #000000;
  font-size: 15px;
  border: 1px solid #E3E3E1;
  border-radius: 0px;
}
.dropdown .dropdown-menu.show {
  display: block;
}
.dropdown .dropdown-menu h1 {
  margin: 0px 0px 5px;
  font-size: 15px;
}
.dropdown .dropdown-menu .row {
  padding: 10px 0px;
}
.dropdown .dropdown-menu .row .row {
  padding: 0px;
}
.expand-field {
  margin-top: 12px;
  width: 10vw;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  margin-left: auto;
}
.expand-field:focus {
  margin-top: 12px;
  width: 15vw;
}
.expand-field::-ms-clear {
  display: none;
}
/** Tags styles*/
.ng2-tags-container .tag__text {
  font-size: 13px !important;
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome !important;
}
.ng2-tags-container .ng2-tag-input__text-input::placeholder {
  color: #ffffff;
}
.wrapper {
  margin-top: 60px;
  padding-bottom: 30px;
}
/**
    Text styles
*/
.strong,
header nav.navbar-default,
ul.unity-sidenav li.active,
.unity-table .row.table-head,
.errors,
button,
.button {
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
}
.strong-Grid .row.table-row {
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  background-color: #FED1D3 !important;
}
.strong-Grid .row.table-row.form-row {
  background-color: #F7F9F9 !important;
}
i.icon-bold {
  font-weight: 700;
}
.normal-weight,
button.link,
.button.link,
button.link[disabled]:hover,
.button.link[disabled]:hover,
button.link[disabled]:active,
.button.link[disabled]:active,
button.link[disabled]:focus,
.button.link[disabled]:focus {
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
}
.font-size-medium {
  font-size: 15px;
}
.small {
  font-size: 13px;
}
h1 {
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-size: 17px;
}
h2 {
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-size: 15px;
}
.text-danger {
  color: #E65939;
}
.text-green {
  color: #00C896;
}
.text-blue {
  color: #00082C;
}
.text-muted {
  color: #AAAAA8;
}
.text-alert {
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  color: #E65939;
}
.text-alert-green {
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  color: #00C896;
}
.text-info {
  font-size: 15px;
  color: #000000;
}
.text-primary {
  color: #5A0AA0;
}
.text-success {
  color: #00C896;
}
.text-warning {
  color: #FFA500;
}
a,
a:hover,
a:focus {
  color: #5023FA;
  text-decoration: none;
  font-weight: bold;
}
.link {
  cursor: pointer;
}
.div-link {
  color: #5023FA;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
span.chip,
h1 span.chip,
h2 span.chip {
  color: #000000;
  border-radius: 3px;
  border: 1px solid #E3E3E1;
  padding: 2px;
  padding-right: 0px;
  padding-left: 5px;
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
  font-size: 13px;
  font-weight: bold;
}
span.chip > span,
h1 span.chip > span,
h2 span.chip > span {
  padding: 2px;
  margin-left: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
span.chip > span:not(:first-child),
h1 span.chip > span:not(:first-child),
h2 span.chip > span:not(:first-child) {
  border-left: 1px solid #E3E3E1;
}
span.chip > span.accent,
h1 span.chip > span.accent,
h2 span.chip > span.accent {
  border-left: 1px solid #E3E3E1;
  background-color: #E3E3E1;
}
.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.float-right {
  float: right;
}
.col-custom-2 {
  width: 12.5%;
}
.col-custom-20p {
  width: 20%;
}
.col-custom-80p {
  width: 80%;
}
.margin-top-20 {
  margin-top: 20px;
}
.label {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 15px;
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
}
.label.label-default {
  background-color: #AAAAA8;
}
.label.label-primary {
  background-color: #317CB9;
}
.label.label-success {
  background-color: #1FB859;
}
dl dt {
  margin-top: 10px;
  color: #5A0AA0;
}
dl dd {
  margin-left: 40px;
  display: list-item;
  list-style-type: disc;
}
dl.filetree {
  margin-top: 20px;
  margin-bottom: 0px;
}
dl.filetree dt {
  color: #000000;
  margin-top: 4px;
  cursor: pointer;
}
dl.filetree dt:before {
  content: '\f07b';
  padding-right: 5px;
}
dl.filetree dt.open:before {
  content: '\f07c';
}
dl.filetree dt.link:before {
  content: '\f0c1';
}
dl.filetree dd {
  margin-left: 30px;
  list-style: none;
}
dl.filetree dd:before {
  content: '\f0c1';
  padding-right: 5px;
}
/**
    Form Body styles
*/
.form-route .row.unity-form {
  margin-top: 30px;
  background-color: #F7F9F9;
  box-shadow: 0 1px 2px 0 rgba(71, 71, 68, 0.25);
  border-radius: 4px;
}
.form-route .row.unity-form :first-child :first-child :first-child section h1 {
  border-radius: 4px 4px 0 0;
}
.unity-form section {
  padding: 10px 15px 30px;
  font-weight: bold;
}
.unity-form section h1 {
  margin: -10px -30px 4px;
  padding: 21px 30px 14px;
  background-color: #5A0AA0;
  color: #F7F9F9;
  font-size: 17px;
  border-bottom: 6px solid #28005A;
}
.unity-form section h1 a,
.unity-form section h1 a:hover {
  color: #F7F9F9;
}
.unity-form section h2 {
  margin-bottom: 0px;
}
.unity-form section h3 {
  margin: 20px 0px 0px;
  padding: 8px 0px 9px;
  font-size: 13px;
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  border-bottom: 1px solid #1A4B20;
}
.unity-form section h4 {
  margin-bottom: 0px;
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-size: 13px;
}
.unity-form section footer {
  margin-top: 15px;
  margin-bottom: 0px;
}
.unity-form footer {
  margin-bottom: 15px;
}
.unity-form label:not(.button) {
  display: block;
  text-shadow: 0.5px 0 0 currentColor;
  margin-bottom: 5px;
}
.unity-form label:not(.button):not(.button) {
  font-size: 13px;
  font-family: Inter-Regular;
}
.unity-form label:not(.no-spacing):not(.button),
.unity-form .label-spacing {
  margin-top: 15px;
}
.unity-form .condensed label:not(.no-spacing):not(.button) {
  margin: 0px;
}
.unity-form .row.inline-label:not(.no-spacing) {
  margin-top: 15px;
}
.unity-form .row.inline-label label {
  margin-top: 9px;
  margin-bottom: 5px;
}
.unity-form .row.inline-label h2 {
  margin-top: 6px;
  margin-bottom: 5px;
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
}
.unity-form .field-text {
  padding: 0px;
}
.unity-form .unity-table .row.table-head {
  background-color: #E3E3E1;
  border: 1px solid #E3E3E1;
  color: #000000;
}
.claim-claimant-search-form .unity-table .row.table-head > div {
  display: flex;
  margin-right: 1.27%;
}
.claim-claimant-search-form .unity-table .row.table-head > div div:nth-child(4),
.claim-claimant-search-form .unity-table .row.table-head > div div:nth-child(5),
.claim-claimant-search-form .unity-table .row.table-head > div div:nth-child(6) {
  right: 2px;
}
.claim-claimant-search-form .unity-table .row.table-row {
  display: flex;
}
.claim-claimant-search-form .unity-table .row.table-row > div {
  overflow-wrap: anywhere;
}
.form-route.affixed-summary {
  margin-top: 124px;
}
.search-form {
  margin-top: 30px;
}
.search-form .form-control {
  background-color: #E6E7E2;
}
.search-form .row.inline-label {
  margin-top: 0px;
}
/**
    Side Navigation styles
*/
aside.sticky-demographic {
  position: sticky;
  top: 85px;
}
ul.unity-sidenav {
  margin-top: 30px;
  padding-left: 0px;
  font-size: 14px;
  font-weight: 600;
}
ul.unity-sidenav li {
  border-left: 3px solid #E3E3E1;
  padding: 8px 12px;
  list-style: none;
  text-shadow: 0.5px 0 0 currentColor;
}
ul.unity-sidenav li a,
ul.unity-sidenav li a:hover {
  color: #333333;
}
ul.unity-sidenav li.active {
  border-color: #BE18B3;
  background-color: #B3B4AE;
}
.affixed-summary ul.unity-sidenav.affix {
  top: 184px;
}
ul.unity-sidenav.affix {
  top: 85px;
}
ul.aside-scroll {
  max-height: calc(100vh - 124px);
  /* Adjust the height as needed */
  overflow-y: auto;
}
.affixed-summary ul.aside-scroll.affix {
  top: 184px;
}
/** Table styles
*/
.table-title {
  margin-top: 30px;
}
.unity-table {
  margin-top: 15px;
  word-wrap: break-word;
}
.unity-table.no-break,
.unity-table .no-break {
  word-wrap: normal;
}
.unity-table .row.table-head {
  font-size: 14px;
  background-color: #5A0AA0;
  color: #F7F9F9;
  border: 1px solid #5A0AA0;
  padding: 8px 0px 9px;
}
.unity-table .unity-table .row.table-head {
  background-color: #E3E3E1;
  border: 1px solid #E3E3E1;
  color: #000000;
}
.unity-table .row.table-row {
  padding: 16px 0px;
  border-bottom: 1px solid #E3E3E1;
  border-right: 1px solid #E3E3E1;
  border-left: 1px solid #E3E3E1;
  background-color: #F7F9F9;
}
.unity-table .row.table-row.selectable:hover {
  background-color: #E6E7E2;
  cursor: pointer;
}
.unity-table .row.table-row.selected {
  background-color: #00E6AD;
  cursor: pointer;
}
.unity-table .row.table-row.form-row {
  padding: 16px 15px;
}
.unity-table h2 {
  margin: 0px;
}
.unity-table .constrain-height {
  max-height: 140px;
  overflow-y: auto;
}
.unity-table .constrain-height .row.table-row {
  padding: 8px 0px;
}
.table-sortable .sort-false:after,
.table-sortable .sort-true:after {
  font-family: FontAwesome;
  padding-left: 5px;
}
.not-sorted:after {
  content: "\f0dc";
  color: #555551;
}
.table-sortable .sort-false:after {
  content: "\f0de";
  color: #555551;
}
.table-sortable .sort-true:after {
  content: "\f0dd";
  color: #555551;
}
.subtable .unity-table {
  margin: 15px 15px 0px;
  width: calc(100% - 30px);
}
/**
    Form control styles
*/
.form-control {
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid #AAAAA8;
  color: #000000;
  font-weight: bold;
}
.form-control:hover {
  border-color: #AAAAA8;
}
.form-control:focus {
  border: 2px solid #EC13DE;
  box-shadow: none;
}
.form-control[disabled],
.form-control[disabled]:hover,
.form-control[readonly],
.form-control[readonly]:hover {
  background-color: #ECF0F1;
  border-color: #C7D5D8;
  cursor: auto;
  color: #000000;
}
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-moz-placeholder {
  color: rgba(45, 46, 46, 0.4);
}
.form-control.select-placeholder {
  color: #555551;
}
.form-control.select-placeholder option {
  color: #000000;
  font-weight: bold;
}
select option {
  color: #000000;
  font-weight: bold;
}
.error-state {
  border-color: #E65939;
  background-color: #FDEFEB;
}
.errors {
  color: #E65939;
  font-size: 13px;
  margin-top: 5px;
}
.errors.small-col {
  width: 300%;
}
.text-right .errors.small-col {
  margin-left: -200%;
}
select,
input[type="date"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  font-weight: bold;
}
select::-ms-expand,
input[type="date"].form-control::-ms-expand,
input[type="time"].form-control::-ms-expand {
  display: none;
  font-weight: bold;
  color: #F7F9F9;
}
.select:after {
  content: '\f107';
  font-family: FontAwesome;
  float: right;
  color: #AAAAA8;
  margin-top: -1.5em;
  margin-right: 10px;
  font-size: 20px;
  pointer-events: none;
  box-sizing: border-box;
  font-weight: bold;
}
bs-datepicker-container {
  z-index: 10002 !important;
}
.bs-datepicker {
  z-index: 10002 !important;
}
.bs-datepicker .bs-datepicker-container {
  padding: 0;
  margin: 0;
}
.bs-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-head {
  background-color: #5A0AA0;
}
.bs-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body .selected {
  background-color: #5A0AA0;
  color: #F7F9F9;
}
.dropdown.datepicker .dropdown-menu {
  padding: 0px;
  min-width: auto;
  font-weight: bold;
}
.dropdown.datepicker .dropdown-menu .well.well-sm {
  margin: 0px;
}
.dropdown.datepicker .dropdown-menu .btn.btn-primary,
.dropdown.datepicker .dropdown-menu .btn.btn-default {
  border-color: #E3E3E1;
  color: #000000;
}
.dropdown.datepicker .dropdown-menu .btn.btn-primary:hover,
.dropdown.datepicker .dropdown-menu .btn.btn-default:hover {
  border-color: #E3E3E1;
  background-color: #E6E7E2;
  color: #000000;
}
.dropdown.datepicker .dropdown-menu .btn.btn-sm {
  padding: 5px 10px;
}
.dropdown.datepicker .dropdown-menu .btn {
  margin: 0px;
}
.dropdown.datepicker .dropdown-menu .btn-info.active {
  background-color: #5A0AA0;
}
.dropdown.datepicker .dropdown-menu .btn-info.active,
.dropdown.datepicker .dropdown-menu .btn-info.active .text-info {
  color: #F7F9F9 !important;
}
input[type=checkbox] {
  -webkit-appearance: none;
  background: #F7F9F9;
  border: 1px solid #28005A;
  margin: 0px 4px -3px 0px;
  width: 18px;
  height: 18px;
}
input[type=checkbox]:checked {
  background: #28005A no-repeat center center / 80% url('Icons/check.png');
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=radio] {
  -webkit-appearance: none;
  border: 1px solid #E3E3E1;
  border-radius: 500rem;
  margin: 0px 4px -3px 0px;
  width: 17px;
  height: 17px;
}
input[type=radio]:checked,
input[type=radio]:hover {
  border-color: #AAAAA8;
}
input[type=radio]:checked:before {
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0.46666667);
  border-radius: 500rem;
  display: block;
  background-color: #5A0AA0;
}
input[type=radio]:focus {
  outline: none;
}
.radio-inline-label label {
  padding-top: 3px;
}
.radio-stack {
  margin-bottom: 2px;
}
.radio-stack.disabled {
  opacity: 0.5;
}
.radio-stack .bottom-icon {
  color: #E3E3E1;
  font-size: 20px;
}
.radio-stack .bottom-icon:hover :not(.disabled) {
  color: #555551;
  cursor: pointer;
}
.radio-stack .top-icon {
  display: none;
}
.radio-stack.checked .bottom-icon {
  color: #AAAAA8;
}
.radio-stack.checked .top-icon {
  display: inline;
  color: #00082C;
  font-size: 9px;
}
/**
    Button styles
*/
button,
.button {
  padding: 12px 18px;
  border: 1px solid transparent;
  color: #F7F9F9;
  box-shadow: 0 1px 2px 0 rgba(85, 85, 81, 0.25);
  outline: none;
  border-radius: 3px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}
button,
.button,
button[disabled]:hover,
.button[disabled]:hover,
button[disabled]:active,
.button[disabled]:active,
button[disabled]:focus,
.button[disabled]:focus {
  background-color: #5A0AA0;
}
button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
  background-color: #310558;
  border: 1.5px solid #FFA500;
}
button:disabled,
.button:disabled {
  opacity: 0.5;
  cursor: auto;
}
button.large,
.button.large {
  padding: 16px 26px;
}
button.small,
.button.small,
.btn-group button,
.btn-group .button {
  font-size: 13px;
  padding: 10px 16px;
}
button.tiny,
.button.tiny {
  font-size: 13px;
  padding: 5px 16px;
}
button.secondary,
.button.secondary,
button.secondary[disabled]:hover,
.button.secondary[disabled]:hover,
button.secondary[disabled]:active,
.button.secondary[disabled]:active,
button.secondary[disabled]:focus,
.button.secondary[disabled]:focus,
.btn-group button,
.btn-group button[disabled]:hover,
.btn-group button[disabled]:active,
.btn-group button[disabled]:focus,
.btn-group .button,
.btn-group .button[disabled]:hover,
.btn-group .button[disabled]:active,
.btn-group .button[disabled]:focus {
  background-color: #F7F9F9;
  border-color: #5A0AA0;
  color: #5A0AA0;
}
button.secondary:hover,
.button.secondary:hover,
button.secondary:active,
.button.secondary:active,
button.secondary:focus,
.button.secondary:focus,
.btn-group button:hover,
.btn-group button:active,
.btn-group button:focus,
.btn-group .button:hover,
.btn-group .button:active,
.btn-group .button:focus {
  background-color: #F7F9F9;
  border: 1.5px solid #5A0AA0;
  color: #5A0AA0;
}
button.red,
.button.red,
button.red[disabled]:hover,
.button.red[disabled]:hover,
button.red[disabled]:active,
.button.red[disabled]:active,
button.red[disabled]:focus,
.button.red[disabled]:focus {
  background-color: #E65939;
  color: #F7F9F9;
}
button.red:hover,
.button.red:hover,
button.red:active,
.button.red:active,
button.red:focus,
.button.red:focus {
  background-color: #bb3618;
  color: #F7F9F9;
}
button.link,
.button.link,
button.link[disabled]:hover,
.button.link[disabled]:hover,
button.link[disabled]:active,
.button.link[disabled]:active,
button.link[disabled]:focus,
.button.link[disabled]:focus {
  border: none;
  box-shadow: none;
  background: none;
  color: #5023FA;
  text-decoration: none;
}
button.link:hover,
.button.link:hover,
button.link:active,
.button.link:active,
button.link:focus,
.button.link:focus {
  border: 1px solid #5A0AA0;
}
button.link.red,
.button.link.red,
button.link.red[disabled]:hover,
.button.link.red[disabled]:hover,
button.link.red[disabled]:active,
.button.link.red[disabled]:active,
button.link.red[disabled]:focus,
.button.link.red[disabled]:focus,
button.link.red:hover,
.button.link.red:hover,
button.link.red:active,
.button.link.red:active,
button.link.red:focus,
.button.link.red:focus {
  color: #E65939;
}
.btn-group button.selected,
.btn-group .button.selected,
.btn-group button.selected:hover,
.btn-group .button.selected:hover {
  border-color: #5A0AA0;
  background-color: #5A0AA0;
  color: #F7F9F9;
}
.btn-group button:not(:last-child):not(.dropdown-toggle),
.btn-group .button:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 1px;
  font-weight: bold;
}
.btn-group button + button,
.btn-group .button + button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -1px;
}
.btn-group button:focus,
.btn-group .button:focus {
  border: 2.5px solid #EC13DE;
}
.btn-group {
  display: block;
}
/**
    Dash styles
*/
.unity-toolbar {
  margin-top: 30px;
}
.unity-toolbar button {
  margin-right: 20px;
}
.unity-panel-list h1 {
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
  color: #5A0AA0;
}
.unity-panel-list .unity-panel {
  background-color: #F7F9F9;
  box-shadow: 0 1px 2px 0 rgba(71, 71, 68, 0.25);
  padding: 30px 0px 25px;
  border-top: 1px solid #E3E3E1;
}
.unity-panel-list .unity-panel .text-right {
  padding-right: 30px;
}
.unity-panel-list .unity-panel h1,
.unity-panel-list .unity-panel-muted h1 {
  margin: 0px;
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
}
.unity-panel-list .unity-panel h2,
.unity-panel-list .unity-panel-muted h2 {
  margin-bottom: 0px;
  margin-top: 5px;
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
}
.unity-panel-list .unity-panel .unity-form,
.unity-panel-list .unity-panel-muted .unity-form {
  margin-top: 10px;
}
.unity-panel-list .unity-panel .unity-form h1,
.unity-panel-list .unity-panel-muted .unity-form h1 {
  margin: 0px -30px;
}
.unity-panel-list .unity-panel-muted {
  border: 1px solid #E3E3E1;
  padding: 20px 0px;
}
.unity-panel-list .unity-panel-muted .dropdown-icon {
  font-family: FontAwesome;
  color: #AAAAA8;
  line-height: 2em;
}
.unity-panel-list .unity-panel-muted .dropdown-icon:before {
  content: "\f078";
}
.unity-panel-list .unity-panel-muted.active {
  background-color: #F7F9F9;
  padding-bottom: 0px;
}
.unity-panel-list .unity-panel-muted.active .dropdown-icon:before {
  content: "\f077";
}
.unity-panel-list .unity-panel-muted.active .unity-form {
  border-top: 1px solid #E3E3E1;
}
.unity-panel-list .unity-panel-muted.active .unity-form section {
  padding-bottom: 10px;
}
.unity-panel-list .popout {
  margin: 10px -25px;
  padding-bottom: 0px;
  box-shadow: 0 0 6px 0 rgba(71, 71, 68, 0.25);
}
.unity-panel-list section .popout.unity-panel {
  border-left: none;
}
.bordered-content {
  border: 1px solid #5A0AA0;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(71, 71, 68, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(71, 71, 68, 0.25);
  box-shadow: 0 1px 2px 0 rgba(71, 71, 68, 0.25);
  min-height: 115px;
}
.bordered-content h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #5A0AA0;
}
.bordered-content h2 {
  margin-top: 5px;
  color: #AAAAA8;
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
  font-size: 13px;
}
/**
    Modal styles
*/
.modal-content {
  border-radius: 0px;
  box-shadow: none;
}
.modal-content .modal-footer {
  background-color: #E6E7E2;
  border-top: 1px solid #E3E3E1;
}
.modal-content .modal-header {
  background-color: #5A0AA0;
  color: #F7F9F9;
  padding: 30px 30px 24px;
}
.modal-content .modal-header h1 {
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
  font-size: 26px;
  margin: 0px !important;
  padding: 0px;
  background: none;
  border: none;
}
.modal-content .modal-header h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #F7F9F9;
}
.modal-content .modal-header h3 {
  margin-top: 5px;
  opacity: 0.8;
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
  font-size: 15px;
}
.modal-content .modal-header span.chip {
  border-color: #F7F9F9;
  color: #F7F9F9;
  margin: 0px;
}
.modal-content .modal-header span.chip .accent {
  background-color: #F7F9F9;
  color: #5A0AA0;
}
.modal-content .modal-header .close-button {
  background: no-repeat center center / contain url('Icons/Close.png');
  width: 15px;
  height: 15px;
  display: block;
  opacity: 0.5;
}
.modal-content .modal-header .close-button:hover {
  opacity: 0.6;
}
.modal-content .modal-body {
  padding: 30px;
}
.modal-content .modal-body .row.unity-form {
  box-shadow: none;
  margin-top: 0px;
}
.modal-content .modal-body .modal-sidebar,
.modal-content .modal-body .unity-form {
  margin-top: -20px;
}
.modal-content .modal-sidebar {
  padding-top: 15px;
}
.modal-content .modal-sidebar + div {
  border-left: 1px solid #E3E3E1;
}
.modal-content .modal-sidebar i {
  font-size: 26px;
}
.modal-content .modal-sidebar h2 {
  margin-top: 5px;
}
.middle-bottom {
  width: 75%;
  position: fixed;
  left: 50%;
  margin-left: -37.5%;
  bottom: 30px;
}
/**
    Divot
*/
.divot-container {
  width: 1000px;
  max-height: 450px;
  overflow-y: auto;
}
.divot-container .divot-item {
  padding: 10px 10px;
  border: 1px solid #F7F9F9;
  border-bottom: 1px solid #E3E3E1;
  border-left: 3px solid #F7F9F9;
}
.divot-container .divot-item:hover {
  background-color: #E6E7E2;
  border: 1px solid #00082C;
  border-left: 3px solid #00082C;
}
.divot-container .divot-item .divot-item-event {
  margin: 5px 0px 0px 5px;
}
.divot-container .divot-item .divot-item-event .divot-item-event-detail {
  padding-left: 10px;
}
/**
    Summary styles
*/
.caseManagerSearchControl .active a {
  color: #F7F9F9 !important;
}
.row.unity-summary {
  background-color: #F7F9F9;
}
.row.unity-summary,
.row.unity-summary a {
  color: #5A0AA0;
}
.row.unity-summary h1 {
  color: #5A0AA0;
  font-size: 26px;
  margin-top: 40px;
}
.row.unity-summary h1.text-muted {
  color: #AAAAA8;
  font-size: 36px;
}
.row.unity-summary h2 {
  font-size: 15px;
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
  margin-top: 10px;
}
.row.unity-summary.condensed {
  padding: 30px 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.row.unity-summary.condensed h1,
.row.unity-summary.condensed h2,
.row.unity-summary.condensed h3 {
  display: inline;
}
.row.unity-summary.condensed h1 {
  font-family: Inter-Regular, Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  font-weight: 400;
  font-weight: 600;
  font-size: 17px;
  margin-left: 30px;
}
.row.unity-summary.condensed h2 {
  color: #5A0AA0;
  margin-left: 5px;
}
.row.unity-summary nav {
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
}
.row.unity-summary nav ul > li {
  float: left;
  list-style: none;
  margin: 7px;
  padding: 4px 8px;
  background-color: transparent;
  border-radius: 4px;
}
.row.unity-summary nav ul > li a,
.row.unity-summary nav ul > li a:hover {
  color: rgba(90, 10, 160, 0.5);
}
.row.unity-summary nav ul > li.active {
  background-color: #5A0AA0;
}
.row.unity-summary nav ul > li.active a,
.row.unity-summary nav ul > li.active a:hover {
  color: #F7F9F9;
}
.row.unity-summary nav .dropdown a.dropdown-toggle {
  color: rgba(90, 10, 160, 0.5);
  font-size: 15px;
}
.row.unity-summary nav .dropdown ul.dropdown-menu {
  padding: 0px;
  min-width: 250px;
}
.row.unity-summary nav .dropdown ul.dropdown-menu > li {
  margin: 0px;
  width: 100%;
  border-radius: 0px;
}
.row.unity-summary nav .dropdown ul.dropdown-menu > li a {
  background: none;
  padding: 0px;
}
.row.unity-summary .row.secondary-summary {
  background-color: #F7F9F9;
  margin: -30px -15px;
  padding: 30px 15px;
  border-left: 1px solid #E3E3E1;
}
.row.unity-summary .row.secondary-summary h1 {
  margin-left: 0px;
}
.row.unity-summary .row.secondary-summary h2 {
  font-family: Inter-Bold, Arial, Helvetica, sans-serif, FontAwesome;
  margin-left: 0px;
}
.row.unity-summary .row.secondary-summary h3 {
  font-size: 15px;
}
.row.unity-summary .row.secondary-summary .progress {
  height: 5px;
  border-radius: 0px;
  margin-bottom: 4px;
  background-color: rgba(85, 85, 81, 0.1);
}
.row.unity-summary .row.secondary-summary .progress .progress-negative,
.row.unity-summary .row.secondary-summary .progress .progress-positive {
  height: 100%;
  width: 0px;
  float: left;
}
.row.unity-summary .row.secondary-summary .progress .progress-negative {
  background-color: rgba(85, 85, 81, 0.1);
}
.row.unity-summary .row.secondary-summary .progress .progress-positive {
  background-color: #00C896;
}
.row.unity-summary .row.summary-accent {
  background: no-repeat top left / auto 100% url('Images/tanagram_purple@2x.svg');
  min-height: 165px;
}
.row.unity-summary .row.summary-accent.tall {
  min-height: 190px;
}
.row.unity-summary .row.summary-accent h1,
.row.unity-summary .row.summary-accent h2 {
  color: #F7F9F9;
}
.row.unity-summary span.chip {
  border-color: #5A0AA0;
  color: #5A0AA0;
  margin: 0px;
  font-size: 15px;
}
.row.unity-summary span.chip .accent {
  background-color: #5A0AA0;
  color: #F7F9F9;
}
.row.unity-summary.condensed {
  padding: 30px 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  text-shadow: 0.5px 0 0 currentColor;
}
.row.unity-summary.affix {
  width: 100%;
  z-index: 999;
}
.row.unity-summary.sticky-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
  z-index: 998;
  padding-top: 5px;
  border-bottom: 1px solid #E3E3E1;
}
/**
    Pseudo-Modal
*/
.preview-container {
  position: fixed;
  top: 0em;
  left: 0em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.preview-container .preview {
  max-width: 750px;
  margin: 3em auto;
}
@media screen and (max-width: 750px) {
  .preview-container .preview {
    margin: 0 auto;
  }
}
.preview-container .preview .actions {
  background-color: white;
  padding: 10px 20px;
}
.preview-container .preview .frame {
  border: none;
  width: 100%;
  height: 88vh;
}
@media screen and (max-width: 750px) {
  .preview-container .preview .frame {
    height: 92vh;
  }
}
/**
    Well styles
*/
.well-sm,
.well {
  border-radius: 0px;
  background-color: #F7F9F9;
  border: 2px solid #AAAAA8;
  padding: 2px;
}
.well-sm .well-inner,
.well .well-inner {
  margin: 2px;
  min-height: 100px;
  max-height: 225px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 8px;
  font-size: 13px;
}
.well-sm .well-inner::-webkit-scrollbar,
.well .well-inner::-webkit-scrollbar {
  width: 0.75em;
}
.well-sm .well-inner::-webkit-scrollbar-track,
.well .well-inner::-webkit-scrollbar-track {
  background: none;
}
.well-sm .well-inner::-webkit-scrollbar-thumb,
.well .well-inner::-webkit-scrollbar-thumb {
  background-color: #E3E3E1;
}
.well-sm .well-inner {
  min-height: 100px;
  max-height: 225px;
}
.well .well-inner {
  max-height: 130px;
}
/**
    Autosave
*/
.autosave-status {
  height: 20px;
  font-size: 13px;
}
.autosave-status.working:before {
  content: 'Saving...';
  display: inline-block;
  line-height: 20px;
  color: #AAAAA8;
}
.autosave-status.complete:before {
  content: '\f00c\00a0 Saved';
  display: inline-block;
  line-height: 20px;
  color: #00C896;
}
.autosave-status.error:before {
  content: '\f00d\00a0 Failed';
  display: inline-block;
  line-height: 20px;
  color: #E65939;
}
.autosave-status.invalid:before {
  content: '\f12a\00a0 Invalid';
  display: inline-block;
  line-height: 20px;
  color: #FFA500;
}
/**
    Loading
*/
.load-indicator {
  position: absolute;
  left: calc(50% - 22.5px);
  top: 50%;
}
.load-indicator .circle {
  width: 10px;
  height: 10px;
  background-color: #AAAAA8;
  border-radius: 100%;
  display: inline-block;
  animation: load-animation 1.7s infinite ease-in-out both;
  margin-right: 5px;
}
.load-indicator .one {
  animation-delay: -0.6s;
}
.load-indicator .two {
  animation-delay: -0.4s;
}
.load-indicator .three {
  animation-delay: -0.2s;
}
.load-indicator.lg {
  margin-top: 30px;
}
.load-indicator.sm {
  left: calc(50% - 13px);
}
.load-indicator.sm .circle {
  width: 5px;
  height: 5px;
  margin-right: 2px;
}
.loading {
  position: relative;
}
.loading:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(71, 71, 68, 0.25);
}
.unity-table .loading:after {
  margin: 0px -15px;
}
/**
    Paging
*/
.pagination li {
  cursor: pointer;
}
.pagination li.active {
  cursor: default;
}
@keyframes load-animation {
  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
/**
    Specifics
*/
.default-profile-picture {
  background: no-repeat center / contain url('Images/DefaultProfile.PNG');
  width: 100%;
  height: 150px;
}
.search-listing-scroll {
  max-height: 150px;
  overflow-y: auto;
}
.map-canvas .sebm-google-map-container {
  height: 419px;
}
.activity-icon i {
  width: 36px;
  line-height: 36px;
}
.activity-icon i.fa-stack-2x {
  font-size: 36px;
}
.activity-icon i.fa-stack-1x {
  font-size: 17px;
}
.activity-icon .overdue {
  color: #E65939;
}
.activity-icon .today {
  color: #0A7E26;
}
.activity-icon .upcoming {
  color: #00082C;
}
.case-search .row {
  margin-left: 0;
  margin-right: 0;
}
.search-area-border {
  border-bottom: 1px solid #B3B4AE;
  border-right: 1px solid #E3E3E1;
  border-left: 1px solid #E3E3E1;
  border-radius: 0px;
  padding-bottom: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.flag {
  font-weight: 700;
  color: #E65939;
  cursor: pointer;
  font-size: 15px;
  text-decoration: underline;
}
ng-invalid.ng-dirty > .k-numeric-wrap {
  color: #000000;
  border-color: #E65939;
  background-color: #FDEFEB;
  text-shadow: 0.5px 0 0 currentColor;
}
kendo-multiselect .k-multiselect-wrap {
  border: 1px solid #AAAAA8 !important;
  border-radius: 0 !important;
  min-height: 34px !important;
}
kendo-multiselect {
  border: 1px solid #AAAAA8 !important;
  border-radius: 0 !important;
  min-height: 34px !important;
}
kendo-multiselect.k-disabled,
kendo-multiselect.k-disabled:hover {
  background-color: #E5EAEB !important;
  border-color: #AAAAA8 !important;
  border-width: 1px !important;
  cursor: auto !important;
  opacity: 1 !important;
}
kendo-multiselect .k-list .k-selected,
kendo-multiselect .k-list .k-selected:hover,
.k-multiselect-popup .k-list .k-selected,
.k-multiselect-popup .k-list .k-selected:hover,
.k-popup .k-list .k-list-item.k-selected,
.k-popup .k-list .k-list-item.k-selected:hover {
  background-color: #317CB9 !important;
  color: #F7F9F9 !important;
}
.k-widget.k-state-invalid > .k-dateinput-wrap,
.k-widget.k-state-invalid > .k-dropdown-wrap,
.k-widget.k-state-invalid > .k-picker-wrap,
.k-widget.k-state-invalid > .k-multiselect-wrap,
.k-widget.k-state-invalid > .k-numeric-wrap,
.ng-invalid.ng-touched > .k-dateinput-wrap,
.ng-invalid.ng-touched > .k-dropdown-wrap,
.ng-invalid.ng-touched > .k-picker-wrap,
.ng-invalid.ng-touched > .k-multiselect-wrap,
.ng-invalid.ng-touched > .k-numeric-wrap,
.ng-invalid.ng-dirty > .k-dateinput-wrap,
.ng-invalid.ng-dirty > .k-dropdown-wrap,
.ng-invalid.ng-dirty > .k-picker-wrap,
.ng-invalid.ng-dirty > .k-multiselect-wrap,
.ng-invalid.ng-dirty > .k-numeric-wrap {
  color: #000000 !important;
  border-color: #E65939 !important;
  background-color: #FDEFEB !important;
}
.k-dropdown .k-dropdown-wrap:hover,
.k-dropdown .k-dropdown-wrap.k-state-hover,
.k-button:hover,
.k-button.k-state-hover,
.k-action-buttons .k-button:hover,
.k-action-buttons .k-button.k-state-hover,
.k-toolbar .k-split-button .k-button:hover,
.k-toolbar .k-split-button .k-button.k-state-hover,
.k-spreadsheet-filter:hover,
.k-pivot-toolbar .k-button:hover,
.k-pivot-toolbar .k-button.k-state-hover,
.k-fieldselector .k-list li.k-item:hover,
.k-fieldselector .k-list li.k-item.k-state-hover,
.k-colorpicker .k-picker-wrap:hover,
.k-colorpicker .k-state-hover,
.k-combobox > :hover .k-select,
.k-combobox .k-state-hover .k-select,
.k-datepicker:hover .k-select,
.k-datepicker .k-state-hover .k-select,
.k-timepicker:hover .k-select,
.k-timepicker .k-state-hover .k-select,
.k-datetimepicker:hover .k-select,
.k-datetimepicker .k-state-hover .k-select,
.k-dateinput .k-select:hover,
.k-dateinput .k-select > .k-state-selected,
.k-dateinput .k-select > .k-state-active,
.k-dateinput .k-state-hover .k-select,
.k-dropdowntree .k-dropdown-wrap:hover,
.k-dropdowntree .k-dropdown-wrap.k-state-hover,
.k-editor .k-editor-toolbar-wrap a.k-tool:hover,
.k-editor .k-editor-toolbar-wrap a.k-tool.k-state-hover,
.k-ct-popup .k-editor-toolbar a.k-tool:hover,
.k-ct-popup .k-editor-toolbar a.k-tool.k-state-hover,
.editorToolbarWindow.k-header.k-window-content a.k-tool:hover,
.editorToolbarWindow.k-header.k-window-content a.k-tool.k-state-hover,
.k-numerictextbox .k-select:hover,
.k-numerictextbox .k-select > .k-state-selected,
.k-numerictextbox .k-select > .k-state-active,
.k-numerictextbox .k-state-hover .k-select,
.k-handle:hover,
.k-gantt-views li.k-state-hover,
.k-scheduler-navigation .k-nav-today:hover,
.k-scheduler-navigation .k-nav-prev:hover,
.k-scheduler-navigation .k-nav-next:hover,
.k-scheduler-views li:hover,
.k-scheduler-footer li:hover {
  font-weight: bold !important;
  color: #000000 !important;
}
/**
    Mobile styles (tablet and phone)
*/
@media (max-width: 992px) {
  body.modal-open:not(.rotation90):not(.rotation-90) {
    position: static;
  }
  .form-control {
    font-size: 16px;
  }
  header nav .dropdown .dropdown-menu {
    min-width: 125px;
  }
  .modal-content .modal-header {
    padding: 15px;
  }
  .modal-content .modal-body {
    overflow-y: auto;
  }
  header nav.navbar-default .navbar-text {
    padding-right: 5px;
  }
  header nav div.navbar-brand {
    padding: 0 10px;
  }
  header nav div.navbar-brand div.logo {
    width: 150px;
  }
}
/* Additional media query for landscape orientation */
@media screen and (orientation: landscape) and (max-width: 992px) {
  body.modal-open {
    position: static;
  }
  header nav .dropdown .dropdown-menu {
    min-width: 150px;
  }
  .modal-body {
    height: 320px !important;
  }
}
#caseListContainer th {
  vertical-align: middle !important;
}
#caseListContainer tr {
  cursor: pointer;
}
#caseListContainer #kendoGridToolbar {
  height: 30px;
  display: flex;
  justify-content: space-between;
}
#caseListContainer .k-grid-excel {
  margin-right: 5px;
}
#caseListContainer .k-slider .k-button {
  border: solid #00082c57 1px;
  filter: drop-shadow(0px 0px 1px #00082c);
}
#caseListContainer .k-slider .k-slider-selection {
  background-color: #364481;
}
#caseListContainer .k-button.k-primary,
#caseListContainer .k-slider .k-draghandle {
  border-color: white;
  background-color: #BE18B3;
}
#caseListContainer .k-grid tbody tr:hover,
#caseListContainer .k-grid tbody tr.k-state-hover,
#caseListContainer .locked-cell-hover {
  color: #000;
  background-color: #be18b340;
  box-shadow: 0px 0px 5px #00000050;
}
#caseListContainer .k-grid-header .k-with-icon,
#caseListContainer .k-grid-header .k-filterable {
  padding-right: inherit !important;
}
#caseListContainer .k-grid .k-grid-filter,
#caseListContainer .k-grid .k-header-column-menu,
#caseListContainer .k-grid .k-hierarchy-cell .k-icon {
  transform: rotate(90deg) translate(14px, -4px);
}
#caseListContainer .k-grid-header-wrap table,
#caseListContainer .k-grid-table {
  width: 100% !important;
}
#caseListContainer .k-grid-content-locked {
  height: unset !important;
}
#caseListContainer .show {
  display: unset;
}
#caseListContainer .hide {
  display: none;
}
.unity-summary h2 {
  margin-right: 5px;
}
#claimClaimantSearch .constrain-height {
  max-height: 43vh !important;
}
#claimClaimantSearch .modal-large {
  width: 98vw;
}
#activityNotesSearch .constrain-height {
  max-height: 43vh !important;
}
#activityNotesSearch .modal-dialog {
  width: 98vw;
}
#activityNotesSearch #activitySearchColumns div:not(:first-child) {
  padding-left: 9px;
}
#activityNotesSearch #activitySearchTotals {
  color: #00C896;
}
#activityNotesSearch #activitySearchTotals div {
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 1.4rem;
  background: linear-gradient(0deg, #e3e3e1 -50%, #ffffff 50%, #e3e3e1 150%);
}
#activityNotesSearch #activitySearchTotals div:not(:first-child) {
  padding-left: 9px;
}
#activityNotesSearch .unity-table .table-head {
  padding-bottom: 0;
}
#reportViewer1 .k-picker-wrap {
  width: 150px;
}
.toast-success {
  background-color: #00C896;
}
.divBlueBackground {
  background-color: #00C8F0;
}
.activity-employee-warning input,
.activity-employee-warning textarea {
  border: 2px solid red !important;
  border-radius: 4px;
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: auto !important;
    max-width: 100vw !important;
  }
  .mobile-container-fluid {
    max-width: 100vw !important;
    width: 100vw !important;
    min-width: 0 !important;
    padding: 1px !important;
    box-sizing: border-box !important;
  }
  .mobile-container-fluid-edit {
    max-width: 100vw !important;
    width: 100vw !important;
    min-width: 0 !important;
    padding: 1px !important;
    box-sizing: border-box !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  .mobile-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-task-checkbox {
    width: 22px !important;
    height: 22px !important;
    margin-right: 6px;
  }
  .mobile-modal-body {
    padding: 0px !important;
    margin-left: -1px;
    margin-right: -1px;
  }
  .mobile-modal-body .row.unity-form {
    box-shadow: none;
    margin-top: 0px;
  }
  .mobile-modal-body .modal-sidebar,
  .mobile-modal-body .unity-form {
    margin-top: -20px;
  }
  .mobile-modal-body-edit {
    padding: 0px !important;
    margin-left: -20px;
    margin-right: 0px;
  }
  .mobile-modal-body-edit .row.unity-form {
    box-shadow: none;
    margin-top: 0px;
  }
  .mobile-modal-body-edit .modal-sidebar,
  .mobile-modal-body-edit .unity-form {
    margin-top: -10px;
  }
  .modal-dialog {
    position: static !important;
    width: 100% !important;
    max-width: 100vw !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  input[type="checkbox"] {
    position: relative;
    z-index: 1;
    pointer-events: auto;
  }
  /* Kendo grid adjustments for mobile */
  ::ng-deep .k-grid {
    font-size: 1em !important;
    min-width: 100% !important;
  }
  ::ng-deep .k-grid th,
  ::ng-deep .k-grid td {
    padding: 8px 4px !important;
    font-size: 1em !important;
    word-break: break-word;
  }
  ::ng-deep .k-grid-header {
    font-size: 1em !important;
  }
  ::ng-deep .k-grid-content {
    overflow-x: auto !important;
  }
}
/**
 * Custom datepicker styles for ngx-bootstrap v9
 */
.bs-datepicker-body table td span.today-highlight:not(.disabled):not(.is-other-month):not(.selected) {
  background-color: #999999 !important;
  color: #fff !important;
}
.bs-datepicker-body table td span.today-highlight:not(.disabled):not(.is-other-month):not(.selected):hover {
  background-color: #777777 !important;
}
.theme-default .bs-datepicker-body table td span.today-highlight:not(.disabled):not(.selected):not(.is-other-month) {
  background-color: #999999 !important;
  color: #fff !important;
}
.bs-datepicker {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
/* Fix chip dropdown layout - prevents vertical stacking */
span.chip {
    display: inline-flex;
    align-items: center;
}

span.chip .accent.dropdown {
    position: relative;
}