.visia-cancel-button {
  min-width: 70px;
  float: right;
  margin-right: 5px;
}
.visia-save-button {
  min-width: 90px;
  float: right;
}
.visia-delete-button {
  min-width: 90px;
  background-color: red;
  color: white;
  float: left;
}
.visia-refresh-button {
  min-width: 100px;
  width: 125px;
  height: 32px;
  padding: 0 0 1px 0;
  margin: 0 0 5px 0;
  background-color: #343482;
  color: white;
}
.visia-card {
  margin-top: 15px;
}
.visia-card-title {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 5px 10px;
  color: #fff;
}
.visia-card-title .selected {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 5px 10px;
  color: #ff0;
}
.visia-card-header {
  background-color: #8985EE;
  color: white;
  margin: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 40px;
  padding: 10px;
}
.visia-card-body {
  background-color: #CBCAEB;
  padding: 10px 20px 0 20px;
  color: black;
  min-height: 75px;
}
.visia-card-footer {
  padding: 10px 0;
}
.visia-page-title {
  margin: 10px 0 0 0;
  color: #5752BB;
  float: left;
  font-family: Poppins, Helvetica, 'sans-serif';
  font-size: 22px;
  font-weight: 500;
}
.visia-page-title-left {
  color: #5752BB;
  float: left;
  font-family: Poppins, Helvetica, 'sans-serif';
  font-size: 20px;
  font-weight: 500;
}
.visia-page-title-right {
  color: #5752BB;
  float: right;
  font-family: Poppins, Helvetica, 'sans-serif';
  font-size: 20px;
  font-weight: 500;
}
.visia-client-page-name {
  float: left;
  color: #444444;
  margin: 0 0 0 0;
  font-family: Poppins, Helvetica, 'sans-serif';
  font-size: 22px;
  font-weight: 600;
  height: 40px;
}
.visia-section {
  background-color: #eef;
  border: 1px solid #666;
  padding: 10px;
  border-radius: 5px;
}
.visia-section-title {
  color: black;
  font-family: Poppins, Helvetica, 'sans-serif';
  font-size: 18px;
  font-weight: 500;
}
.visia-tooltip {
  margin: 10px 0 0 5px;
  font-size: 12px;
}
.visia-tooltip .k-tooltip-content {
  background-color: #333 !important;
  color: #f00 !important;
}
.visia-tooltip .k-callout {
  border-color: #333 !important;
}
.visia-info-tooltip {
  color: white;
  /* Set the color of the "i" symbol to white */
}
.visia-help-icon {
  color: #0d6efd;
  padding: 4px 5px 6px 0;
  font-size: 15px;
}
.visia-required {
  color: #dc3545;
}
.data-block {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 11px;
}
.data-label {
  background: #ccf;
  font-weight: 500;
  width: 50%;
  float: left;
  min-height: 26px;
  padding: 5px 5px 0 5px;
}
.data-value {
  background: #ddf;
  width: 50%;
  float: right;
  min-height: 26px;
  padding: 5px 5px 0 5px;
}
.dpmsDataCell {
  padding: 0;
  margin: 0;
  min-height: 28px;
  font-size: 11px;
  min-width: 220px;
  border: 1px solid #fff;
}
.dpmsDataLabel {
  background: #ccf;
  font-weight: 500;
  width: 50%;
  float: left;
  min-height: 28px;
  padding: 6px 5px 0 5px;
}
.dpmsDataValue {
  width: 50%;
  background-color: #ddf;
  min-height: 28px;
  padding: 6px 5px 0 5px;
  float: right;
}
.NoteListItem {
  float: left;
  background-color: white;
  border: 1px solid black;
  padding: 3px 5px;
  margin: 0;
  min-width: 190px;
  min-height: 34px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
}
.NoteListItem a:link {
  color: #222222;
  text-decoration: none;
}
.NoteListItem a:visited {
  color: #222222;
  text-decoration: none;
}
.NoteListItem a:hover {
  color: #222222;
  text-decoration: underline;
}
.NoteListItem a:active {
  color: #222222;
  text-decoration: underline;
}
.ButtonColor {
  color: #3699ff;
  min-width: 20px;
}
.NoteAddButton {
  float: left;
  background-color: #3699ff;
  color: white;
  padding: 5px;
  width: 90px;
  min-height: 60px;
  margin: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
}
.NoteViewButton {
  float: left;
  width: 32px;
  margin-top: 0;
  background-color: #3699ff;
  padding: 3px 3px 4px 3px;
  border-radius: 3px;
}
.NoteViewButton a:link {
  color: #ffffff;
  text-decoration: none;
}
.NoteViewButton a:visited {
  color: #ffffff;
  text-decoration: none;
}
.NoteViewButton a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.NoteViewButton a:active {
  color: #ffffff;
  text-decoration: underline;
}
.NoteEditButton {
  float: right;
  width: 32px;
  margin-top: 3px;
  background-color: #3699ff;
  padding: 3px 3px 4px 3px;
  border-radius: 3px;
}
.NoteEditButton a:link {
  color: #ffffff;
  text-decoration: none;
}
.NoteEditButton a:visited {
  color: #ffffff;
  text-decoration: none;
}
.NoteEditButton a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.NoteEditButton a:active {
  color: #ffffff;
  text-decoration: underline;
}
.dl {
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-width: 360px;
}
.dt {
  padding: 4px 0 0 10px;
  margin: 0;
}
.dd {
  padding: 4px 0 0 10px;
  margin: 0 15px 0 0;
  font-weight: 600;
}
.dl {
  font-size: 11px;
}
.dt {
  background: #ccf;
  font-weight: 500;
  width: 50%;
  float: left;
  min-height: 26px;
  /*padding: 5px 5px 0 5px;*/
}
.dd {
  background: #ddf;
  font-weight: 500;
  width: 50%;
  float: right;
  min-height: 26px;
  /*padding: 5px 5px 0 5px;*/
}
dl {
  /*    padding: 0 0 0 0;
    margin: 0 0 0 0;*/
  font-size: 11px;
  /*background: #ccf;*/
}
dt {
  background: #ccf;
  font-weight: 500;
  width: 50%;
  float: left;
  min-height: 26px;
  /*padding: 5px 5px 0 5px;*/
}
dd {
  background: #ddf;
  font-weight: 500;
  width: 50%;
  float: right;
  min-height: 26px;
  /*padding: 5px 5px 0 5px;*/
}
.hide-item {
  display: none;
}
.show-item {
  display: inline-flex;
}
.nav-link {
  color: #333;
}
.nav-link:hover {
  background: #eef;
}
.buttonIconColor {
  color: #009ef7;
}
.noteButtonColor {
  background-color: #FAF1C8 !important;
}
.emptyDataImage {
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 600px;
}
.sectionHeader {
  margin: 0 0 0 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #777;
}
.incidentSectionHeader {
  margin: 10px 0 0 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #777;
}
.incidentSectionSubHeader {
  margin: 0 5px 0 5px;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}
.background-incident-label {
  background-color: #ccf !important;
}
.background-incident-value {
  background-color: #ddf !important;
}
.background-incident-tint {
  background-color: #eef !important;
}
.background-allegedperp-label {
  background-color: #e5d8bd !important;
}
.background-allegedperp-value {
  background-color: #f6e9ce !important;
}
.background-allegedperp-tint {
  background-color: #f9fcef !important;
}
.background-forensicexam-label {
  background-color: #fcc5bf !important;
}
.background-forensicexam-value {
  background-color: #fdd6cf !important;
}
.background-forensicexam-tint {
  background-color: #fee7df !important;
}
.background-sarc-label {
  background-color: #decbe4 !important;
}
.background-sarc-value {
  background-color: #efdcf5 !important;
}
.background-sarc-tint {
  background-color: #ffedf6 !important;
}
.background-cjs-label {
  background-color: #B8F5CF !important;
}
.background-cjs-value {
  background-color: #C9F6DF !important;
}
.background-cjs-tint {
  background-color: #DAF7EF !important;
}
.background-cic-label {
  background-color: #ecc9db !important;
}
.background-cic-value {
  background-color: #fddaec !important;
}
.background-cic-tint {
  background-color: #feebfd !important;
}
.background-pastel-grey-light {
  background-color: #dddddd !important;
}
.background-pastel-grey-dark {
  background-color: #cccccc;
}
.grid-container {
  margin-left: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2px;
  max-width: 99% !important;
}
.outer-incident-border-section {
  margin: 0;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-top: 0;
  border-bottom: 1px solid #777;
}
.outer-incident-section {
  margin: 0 5px;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-top: 0;
  border-bottom: 1px solid #777;
}
.outer-cjs-section {
  margin: 0;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-top: 0;
  border-bottom: 1px solid #777;
}
.main-cjs-section {
  margin: 5px;
}
.main-incident-section {
  margin: 0 10px 10px 10px;
}
.inner-incident-section {
  margin: 0 0 0 5px;
  padding: 10px 0 0 10px;
}
.outer-incident-court-section {
  margin: 0 5px 5px 5px;
  padding: 0 8px 0 0;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-top: 0;
  border-bottom: 1px solid #777;
}
.inner-incident-court-section {
  margin: 0 0 0 0;
  padding: 5px 0 0 5px;
}
.inner2-incident-court-section {
  padding: 5px 5px 0 10px;
  border: 1px solid #777;
  margin-bottom: 5px;
}
/*Changes Grid Toolbar colour*/
.k-grid div.k-toolbar {
  background-color: #ccf;
  width: 100%;
}
/*Fixes cell word wrap overlap issue*/
.k-grid tbody td {
  line-height: 16px !important;
}

/* General */
.clickable-item {
  cursor: pointer;
}
.text-bold {
  font-weight: bold;
}
/* Portlet */
.portlet.light > .portlet-title .inputs.inputs-full-width {
  display: block;
  float: none;
}
/* Tree */
.tree-item-icon-color {
  color: #dfba49;
}
.page-sidebar .page-sidebar-menu > li > a > i.fa,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i.fa {
  margin-left: 1px;
  margin-right: 4px;
  top: 3px;
}
/* Forms */
.form-group.form-md-line-input.no-hint {
  margin-bottom: 15px;
}
.form-group.form-md-line-input.has-error .form-control {
  border-bottom-color: red;
}
.form-group.form-md-line-input.has-error .help-block-info {
  display: none;
}
/* DateRangePicker */
.daterangepicker_input .input-mini {
  width: 120px !important;
}
/* Portlets */
.portlet.light > .portlet-title.portlet-title-filter {
  border: none;
  margin-bottom: 0;
}
/* Buttons */
button i {
  margin-right: 5px;
}
.btn + .btn {
  margin-left: 5px;
}
/* FamFamFam Flags */
.famfamfam-flags {
  display: inline-block;
}
/* Social Login Icons */
.external-logins form a i.fa-openidconnect::before {
  content: "\f19b";
}
.external-logins a i.fa-wsfederation::before {
  content: "\f20e";
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
/* Make user menu wider */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  width: 250px;
}
/* Fix for issue #407 */
br {
  font-family: Verdana;
}
span.phone-number-verified {
  border-bottom: #36c6d3 2px solid !important;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
/* Sweet alert */
.swal-title {
  overflow-wrap: break-word;
}
.swal-footer {
  text-align: center;
}
@keyframes glowing {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.glowing {
  animation: glowing 2s infinite;
}
.toast-error {
  background-color: red !important;
}
.bootstrap-datetimepicker-widget {
  width: 275px !important;
}
@media (max-width: 768px) {
  .btn-md-icon {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
.kt-widget14__legend {
  text-align: left;
}
.kt-widget14__legend-bullet {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  display: inline-block;
}
.long-select2 .select2-results .select2-results__options {
  max-height: 350px!important;
}

/* poppins-300 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-300.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-regular - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-regular.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-500 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-500.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-600 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-600.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-700 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-700.svg#Poppins') format('svg');
  /* Legacy iOS */
}

/* roboto-300 - vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.eot') format('embedded-opentype'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.woff2') format('woff2'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.woff') format('woff'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.ttf') format('truetype'), url('./Roboto/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.eot') format('embedded-opentype'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.woff2') format('woff2'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.woff') format('woff'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.ttf') format('truetype'), url('./Roboto/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.eot') format('embedded-opentype'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.woff2') format('woff2'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.woff') format('woff'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.ttf') format('truetype'), url('./Roboto/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.eot') format('embedded-opentype'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.woff2') format('woff2'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.woff') format('woff'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.ttf') format('truetype'), url('./Roboto/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}

.pwstrength-div {
  position: relative;
}
.pwstrength-div .progress {
  height: 8px;
  width: 64px;
  text-align: right;
  position: absolute;
  right: -28px;
  top: 28.5px;
  transform: rotate(-90deg);
  border-radius: 0 0 1.25rem 1.25rem;
}
.pwstrength-div .password-verdict {
  height: 10px;
  width: 100px;
  text-align: right;
  position: absolute;
  right: 24px;
  top: 25px;
  font-size: 12px;
  opacity: 0.6;
}
