/* Minification failed. Returning unminified contents.
(142,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-gray-600'
(157,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-bg'
(161,15): run-time error CSS1039: Token not allowed after unary operator: '-bs-secondary-color'
 */
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

.ms-container{
  background: transparent url('../Images/switch.png') no-repeat 50% 50%;
  width: 370px;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}
.ms-container .ms-selection{
  float: right;
}

.ms-container .ms-list{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

.ms-container .ms-list.ms-focus{
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}
/* Bootstrap Overrides */
body:not(.modal-open) {
	padding-right: 0 !important;
}

.col-form-label {
	text-align: right;
	font-weight: bold;
}

/* Select2 Overrides */
/*.select2-selection__choice {
	background-color: whitesmoke;
}
*/
.select2-container .select2-search__field {
	width: 100% !important;
}

/* Select 2 bootstrap-5 theme override */
html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection {
	background-color: transparent !important;
	border: 1px solid #495057;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

	html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
		color: #dee2e6 !important;
	}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	border: 1px solid var(--bs-gray-600);
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
	background-color: transparent !important;
	color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown {
	color: #dee2e6 !important;
	border: 1px solid #495057 !important;
	background-color: var(--bs-body-bg);
}

	html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
		color: var(--bs-secondary-color) !important;
	}

/* DataTables Overrides */
table.dataTable > tbody > tr.selected a, table.dataTable > tbody > tr.selected a:visited, table.dataTable > tbody > tr.selected a:hover, table.dataTable > tbody > tr.selected a:active {
	color: white !important;
}

div.dataTables_filter input {
	width: 100px;
}

table.dataTable thead .dt-column-order {
	display: none !important;
}

table.dataTable.table-sm > thead > tr > th, table.dataTable.table-sm > thead > tr > td {
	padding-right: 5px !important;
}

/* this fixed the progress bar image from stretching to full height of some parent containers. */
img {
	object-fit: none;
}

.ck-editor__editable {
	min-height: 250px;
}

/* Application */
html {
	font-size: 14px;
	height: 100%;
	box-sizing: border-box;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
	padding: 0;
	margin: 0;
}

.body-content {
	padding-bottom: 40px;
	padding-top: 70px;
}

footer {
	position: fixed;
	bottom: 0;
	/*background-color: #e2e2e2;*/
	width: 100%;
	z-index: 1000;
}

.grid-container-header {
	cursor: pointer;
	font-size: 12px;
	width: 100%;
	padding: 5px;
	/*background-color: lightgray;*/
	font-weight: bold;
}

.grid-container-content {
	width: 100%;
	padding: 10px;
}

/*a, a:visited, a:hover, a:active,
.nav-tabs .nav-link {
	color: #013200;
}
*/
a:hover,
.nav-tabs a:hover,
.navbar a:hover {
	text-decoration: none;
}

h2 {
	margin: 0;
}

.previewTable {
	white-space: nowrap;
}

	.previewTable tr {
/*		border-bottom: 1px solid;
*/	}

		.previewTable tr:hover {
			background-color: rgba(0, 0, 0, 0.075);
		}

		.previewTable tr td {
			padding: 0 5px;
			vertical-align: top;
		}

.borderLR {
	border-width: 0 1px;
	border-left: solid lightgrey;
	border-right: solid lightgrey;
}

.borderR {
	border-right-width: 1px;
	border-right-style: solid;
}

.large-table-container-3 {
	width: 100%;
	overflow-x: scroll;
	overflow-y: auto;
	min-height: 600px;
}

.large-table-fake-top-scroll-container-3 {
	width: 100%;
	overflow-x: scroll;
	overflow-y: auto;
}

/* these data-bs-toggle ones make the up/down chevrons in grid header containers switch back and forth when collapsing/expanding. */
[data-bs-toggle="collapse"] .fa:before {
	content: "\f139";
}

[data-bs-toggle="collapse"].collapsed .fa:before {
	content: "\f13a";
}

.table {
/*	width: 100%;
*/	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}

.displayNone {
	display: none;
}

input[readonly] {
	background: #e9ecef;
	cursor: pointer;
}

/* Benefit Descriptions partial loaded as child row */
.childDiv {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Validation Helpers */
.field-validation-error {
	color: #f00;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 2px solid #f00;
	background-color: #fee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #f00;
}

.validation-summary-valid {
	display: none;
}

